diff --git "a/test.ipynb" "b/test.ipynb" new file mode 100644--- /dev/null +++ "b/test.ipynb" @@ -0,0 +1,294592 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "eafc81c7", + "metadata": {}, + "outputs": [], + "source": [ + "import gradio as gr\n", + "import plotly.graph_objects as go\n", + "from datasets import load_dataset\n", + "\n", + "# Load dataset once\n", + "dataset = load_dataset(\"gradio/NYC-Airbnb-Open-Data\", split=\"train\")\n", + "df = dataset.to_pandas()\n", + "\n", + "def filter_map(min_price, max_price, boroughs):\n", + " # Handle empty boroughs list\n", + " if not boroughs:\n", + " boroughs = [\"Queens\", \"Brooklyn\", \"Manhattan\", \"Bronx\", \"Staten Island\"]\n", + " \n", + " # Filter dataframe\n", + " filtered_df = df[(df['neighbourhood_group'].isin(boroughs)) &\n", + " (df['price'] > min_price) & (df['price'] < max_price)]\n", + " \n", + " # Handle empty results\n", + " if filtered_df.empty:\n", + " # Return empty map\n", + " fig = go.Figure()\n", + " fig.update_layout(\n", + " title=\"No properties found with current filters\",\n", + " mapbox_style=\"open-street-map\",\n", + " mapbox=dict(\n", + " center=go.layout.mapbox.Center(lat=40.67, lon=-73.90),\n", + " zoom=9\n", + " ),\n", + " )\n", + " return fig\n", + " \n", + " # Prepare data for map\n", + " names = filtered_df[\"name\"].tolist()\n", + " prices = filtered_df[\"price\"].tolist()\n", + " text_list = [(names[i], prices[i]) for i in range(len(names))]\n", + " \n", + " # Create the map\n", + " fig = go.Figure(go.Scattermapbox(\n", + " customdata=text_list,\n", + " lat=filtered_df['latitude'].tolist(),\n", + " lon=filtered_df['longitude'].tolist(),\n", + " mode='markers',\n", + " marker=go.scattermapbox.Marker(\n", + " size=6,\n", + " color=filtered_df['price'],\n", + " colorscale='Viridis',\n", + " showscale=True,\n", + " colorbar=dict(\n", + " title=\"Price ($)\",\n", + " titleside=\"top\",\n", + " x=0.02, # Move to left side\n", + " y=0.98, # Move to top\n", + " len=0.3, # Make it shorter\n", + " thickness=15, # Make it thinner\n", + " xanchor=\"left\",\n", + " yanchor=\"top\"\n", + " )\n", + " ),\n", + " hoverinfo=\"text\",\n", + " hovertemplate='Name: %{customdata[0]}
Price: $%{customdata[1]}'\n", + " ))\n", + "\n", + " fig.update_layout(\n", + " title=f\"NYC Airbnb Properties ({len(filtered_df)} properties)\",\n", + " mapbox_style=\"open-street-map\",\n", + " hovermode='closest',\n", + " mapbox=dict(\n", + " bearing=0,\n", + " center=go.layout.mapbox.Center(lat=40.67, lon=-73.90),\n", + " pitch=0,\n", + " zoom=9\n", + " ),\n", + " height=600\n", + " )\n", + " \n", + " return fig" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "ce28b750", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/var/folders/sb/fx7gkfvd347dl53rhgbljz_80000gp/T/ipykernel_94870/2144296762.py:9: DeprecationWarning:\n", + "\n", + "*scattermapbox* is deprecated! Use *scattermap* instead. Learn more at: https://plotly.com/python/mapbox-to-maplibre/\n", + "\n" + ] + }, + { + "data": { + "application/vnd.plotly.v1+json": { + "config": { + "plotlyServerURL": "https://plot.ly" + }, + "data": [ + { + "customdata": [ + [ + "Clean & quiet apt home by the park", + 149 + ], + [ + "Skylit Midtown Castle", + 225 + ], + [ + "THE VILLAGE OF HARLEM....NEW YORK !", + 150 + ], + [ + "Cozy Entire Floor of Brownstone", + 89 + ], + [ + "Entire Apt: Spacious Studio/Loft by central park", + 80 + ], + [ + "Large Cozy 1 BR Apartment In Midtown East", + 200 + ], + [ + "BlissArtsSpace!", + 60 + ], + [ + "Large Furnished Room Near B'way ", + 79 + ], + [ + "Cozy Clean Guest Room - Family Apt", + 79 + ], + [ + "Cute & Cozy Lower East Side 1 bdrm", + 150 + ], + [ + "Beautiful 1br on Upper West Side", + 135 + ], + [ + "Central Manhattan/near Broadway", + 85 + ], + [ + "Lovely Room 1, Garden, Best Area, Legal rental", + 89 + ], + [ + "Wonderful Guest Bedroom in Manhattan for SINGLES", + 85 + ], + [ + "West Village Nest - Superhost", + 120 + ], + [ + "Only 2 stops to Manhattan studio", + 140 + ], + [ + "Perfect for Your Parents + Garden", + 215 + ], + [ + "Chelsea Perfect", + 140 + ], + [ + "Hip Historic Brownstone Apartment with Backyard", + 99 + ], + [ + "Huge 2 BR Upper East Cental Park", + 190 + ], + [ + "Sweet and Spacious Brooklyn Loft", + 299 + ], + [ + "CBG CtyBGd HelpsHaiti rm#1:1-4", + 130 + ], + [ + "CBG Helps Haiti Room#2.5", + 80 + ], + [ + "CBG Helps Haiti Rm #2", + 110 + ], + [ + "MAISON DES SIRENES1,bohemian apartment", + 120 + ], + [ + "Sunny Bedroom Across Prospect Park", + 60 + ], + [ + "Magnifique Suite au N de Manhattan - vue Cloitres", + 80 + ], + [ + "Midtown Pied-a-terre", + 150 + ], + [ + "SPACIOUS, LOVELY FURNISHED MANHATTAN BEDROOM", + 44 + ], + [ + "Modern 1 BR / NYC / EAST VILLAGE", + 180 + ], + [ + "front room/double bed", + 50 + ], + [ + "Spacious 1 bedroom in luxe building", + 52 + ], + [ + "Loft in Williamsburg Area w/ Roof", + 55 + ], + [ + "back room/bunk beds", + 50 + ], + [ + "Large B&B Style rooms", + 70 + ], + [ + "Lovely room 2 & garden; Best area, Legal rental", + 89 + ], + [ + "Clean and Quiet in Brooklyn", + 35 + ], + [ + "Cute apt in artist's home", + 85 + ], + [ + "Country space in the city", + 150 + ], + [ + "LowerEastSide apt share shortterm 1", + 40 + ], + [ + "ENJOY Downtown NYC!", + 68 + ], + [ + "Beautiful Sunny Park Slope Brooklyn", + 120 + ], + [ + "1bdr w private bath. in lofty apt", + 120 + ], + [ + "West Side Retreat", + 135 + ], + [ + "BEST BET IN HARLEM", + 150 + ], + [ + "Entire apartment in central Brooklyn neighborhood.", + 150 + ], + [ + "1 Stop fr. Manhattan! Private Suite,Landmark Block", + 130 + ], + [ + "Charming Brownstone 3 - Near PRATT", + 110 + ], + [ + "bright and stylish duplex", + 115 + ], + [ + "Fort Greene brownstone ", + 80 + ], + [ + "Blue Room for 2 in Brownstone for $1350 monthly", + 80 + ], + [ + "Cozy 1BD on Central Park West in New York City", + 151 + ], + [ + "* ORIGINAL BROOKLYN LOFT *", + 228 + ], + [ + "Greenpoint Place...Has It All! ", + 144 + ], + [ + "Beautiful Apartment in Manhattan!!!", + 200 + ], + [ + "Williamsburg 1 bedroom Apartment", + 150 + ], + [ + "Great Location, Manhattan Bedroom!", + 110 + ], + [ + "Best Location in NYC! TIMES SQUARE!", + 69 + ], + [ + "Room in Greenpoint Loft w/ Roof", + 49 + ], + [ + "**Bright Nolita Apt w Doorman/Elevators/Gym**", + 180 + ], + [ + "Very, very cozy place", + 80 + ], + [ + "Sunny & Spacious Chelsea Apartment", + 375 + ], + [ + "2 bedroom - Upper East Side-great for kids", + 250 + ], + [ + "Comfortable 4-bedroom apt in family house.", + 200 + ], + [ + "Double Room w Private Deck Clinton Hill Best Area", + 55 + ], + [ + "Your Heaven in Hells Kitchen", + 52 + ], + [ + "Light-filled 2B duplex in the heart of Park Slope!", + 225 + ], + [ + "Sunny, Modern room in East Village!", + 80 + ], + [ + "*HAVEN LOFT - Entire Floor - Six Windows - Bricks*", + 275 + ], + [ + "Large Room in Amazing East Village Apt", + 99 + ], + [ + "SpaHa Loft: Enormous and Bright", + 225 + ], + [ + "Lovely EV Artist's Home", + 230 + ], + [ + "Cool Room in Hell's Kitchen", + 51 + ], + [ + "HARLEM, NEW YORK WELCOMES YOU!!", + 65 + ], + [ + "BLUE TRIM GUEST HOUSE", + 105 + ], + [ + "Charming East Village One Bedroom Flat", + 190 + ], + [ + "Manhattan Room", + 200 + ], + [ + "Little King of Queens", + 70 + ], + [ + "Fort Greene Retreat on the Park", + 95 + ], + [ + "Beautiful Meatpacking District Loft", + 150 + ], + [ + "Cozy 2 BR in Williamsburg ", + 145 + ], + [ + "Spacious luminous apt Upper West NYC", + 110 + ], + [ + "Entire 2 Bedroom - Large & Sunny", + 285 + ], + [ + "Sunny, Spacious Top Floor Haven", + 130 + ], + [ + "Private room Great Deal at Lower East Side", + 94 + ], + [ + "perfect for a family or small group", + 800 + ], + [ + "2 bedroom Williamsburg Apt - Bedford L stop", + 105 + ], + [ + "Oh glorious spring!", + 60 + ], + [ + "Great Location for NYC", + 50 + ], + [ + "Cozy Bedroom in Williamsburg 3 BR", + 85 + ], + [ + "Sunny room+Pvte office in huge loft", + 65 + ], + [ + "Spacious Prospect Heights Apartment", + 131 + ], + [ + "Large Parlor Room, Landmark Home 1 block to PRATT", + 98 + ], + [ + "2-bed brownstone duplex + garden", + 250 + ], + [ + "Charming 1 bed GR8 WBurg LOCATION!", + 100 + ], + [ + "Sunny Apartment in Artist Home", + 105 + ], + [ + "Light-filled classic Central Park ", + 140 + ], + [ + "Upper Manhattan, New York", + 89 + ], + [ + "COZY QUIET room 4 DOOGLERS!", + 98 + ], + [ + "The Stuydio Modern and Light Filled", + 125 + ], + [ + "loft bed - near transportation-15min to times sq", + 60 + ], + [ + "House On Henry (3rd FLR Suite)", + 175 + ], + [ + "Monkey Retreat Manhattan", + 65 + ], + [ + "2000 SF 3br 2bath West Village private townhouse", + 500 + ], + [ + "Williamsburg—Steps To Subway, Private Bath&Balcony", + 101 + ], + [ + "Beautiful Duplex Apartment", + 220 + ], + [ + "Large 2 Bedroom Great for Groups!", + 125 + ], + [ + "Modern Brooklyn Apt., August sublet", + 80 + ], + [ + "1,800 sq foot in luxury building", + 100 + ], + [ + "Sunny 2-story Brooklyn townhouse w deck and garden", + 200 + ], + [ + "Times Square, Safe, Clean and Cozy!", + 59 + ], + [ + "Cozy Room #3, Landmark Home 1 Block to PRATT", + 125 + ], + [ + "Beautiful Apartment East Village", + 140 + ], + [ + "Park Slope Green Guest House", + 120 + ], + [ + "2 BR / 2 Bath Duplex Apt with patio! East Village", + 350 + ], + [ + "NYC fabulous views Manhattan's eye", + 199 + ], + [ + "2 story family home in Williamsburg", + 325 + ], + [ + "Comfortable UWS 2-BD Family-Friendly Brownstone", + 235 + ], + [ + "Great Large 1 BR apt in East Village!", + 225 + ], + [ + "Eveland Private Bed & Living Room w/ Own Entrance", + 99 + ], + [ + "Sugar Hill Rest Stop ", + 170 + ], + [ + "3 Story Town House in Park Slope", + 400 + ], + [ + "apartment next to Central park", + 170 + ], + [ + "East Village Sanctuary", + 100 + ], + [ + "Large 1 BR in a 3 BR Brooklyn apt. next to Q Trn.", + 75 + ], + [ + "Modern Apt with Spectacular Views", + 90 + ], + [ + "Garden studio in the Upper East Sid", + 150 + ], + [ + "Secluded Master Bedroom in Beautiful Huge Apt", + 85 + ], + [ + "B & B Room 1", + 70 + ], + [ + "ACCOMMODATIONS GALORE #1", + 120 + ], + [ + "Sunny Room in New Condo", + 89 + ], + [ + "Stylish & Sleek Apartment Near SoHo!", + 185 + ], + [ + "NYC artists’ loft with roof deck", + 50 + ], + [ + "Unique & Charming small 1br Apt. LES", + 105 + ], + [ + "Most Central Location!", + 130 + ], + [ + "Luminous Beautiful West Village Studio", + 115 + ], + [ + "Sanctuary in East Flatbush", + 77 + ], + [ + "Room with En Suite Bathroom & Deck", + 76 + ], + [ + "FLAT MACDONOUGH", + 125 + ], + [ + "Huge Private Floor at The Waverly", + 135 + ], + [ + "Modern Greenpoint, Brooklyn Apt", + 250 + ], + [ + "Sun-drenched, artsy modernist 1 BDRM duplex", + 199 + ], + [ + "Sunny, Cobble Hill Apartment", + 140 + ], + [ + "Fully Furnished Basement Apartment", + 140 + ], + [ + "FLAT MACDONOUGH GARDEN", + 115 + ], + [ + "Light filled Williamsburg Apartment", + 160 + ], + [ + "Retreat in Williamsburg", + 195 + ], + [ + "NYC Zen", + 195 + ], + [ + "Cozy BR in Wiliamsburg 3 Bedroom", + 80 + ], + [ + "Sunny Room in Old Historical Brooklyn Townhouse", + 44 + ], + [ + "Sun Filled Classic West Village Apt", + 156 + ], + [ + "Lg Rm in Historic Prospect Heights", + 85 + ], + [ + "Classic Artist Loft Williamsburg", + 125 + ], + [ + "Great location. Spacious on PROSPECT PARK", + 115 + ], + [ + "Private Bdrm/Bathrm. New! Elevator!", + 69 + ], + [ + "Sunny, clean 1 bdrm in W. Village", + 225 + ], + [ + "Great location in Williamsburg", + 125 + ], + [ + "Light and Airy Upper East Side 1 BDR apartment", + 219 + ], + [ + "Luxury Brownstone in Boerum Hill", + 475 + ], + [ + "CENTRAL PARK LOFT all for YOU", + 99 + ], + [ + "Indie-Chic Share In Williamsburg", + 69 + ], + [ + "A room w/ a Manhattan view, longer stay", + 79 + ], + [ + "Private, Large & Sunny 1BR w/W&D", + 135 + ], + [ + "Luxurious Condo in DUBMO with View", + 250 + ], + [ + "Charming & Cozy midtown loft any WEEK ENDS !!!", + 250 + ], + [ + "* Spacious GARDEN Park Slope Duplex* 6 people max", + 250 + ], + [ + "Convenient cozy cheap apt Manhattan", + 80 + ], + [ + "Parlor Room In Victorian Townhouse", + 70 + ], + [ + "House On Henry (2nd FLR Suite)", + 165 + ], + [ + "New York room with a view", + 70 + ], + [ + "Sunny cozy room in Brklyn townhouse", + 50 + ], + [ + "Room with a View", + 40 + ], + [ + "Light+Open+Airy+Rustic+Modern Loft", + 150 + ], + [ + "West Inn 2 - East Village", + 125 + ], + [ + "Financial District Luxury Loft", + 196 + ], + [ + "BROOKLYN VICTORIAN STYLE SUITE.....", + 110 + ], + [ + "Your own Lovely West Village Studio", + 170 + ], + [ + "ACCOMMODATIONS GALORE#3. 1-5 GUESTS", + 165 + ], + [ + "Greenwich Village Stylish Apartment", + 150 + ], + [ + "Clean and Cozy Harlem Apartment", + 100 + ], + [ + "Fort Greene, Brooklyn: Center Bedroom", + 65 + ], + [ + "Beautiful Queens Brownstone! - 5BR", + 350 + ], + [ + "Couldn't Be Closer To Columbia Uni", + 99 + ], + [ + "Bright Spacious Luxury Condo", + 200 + ], + [ + "Park Slope haven 15 mins from Soho", + 150 + ], + [ + "SAFE AND BEAUTIFUL ACCOMODATION", + 90 + ], + [ + "Large Room in private Brownstone in Park Slope", + 120 + ], + [ + "NEW YORK CITY, 1 BDRM.(NEAR CENTRAL PARK & METRO)", + 75 + ], + [ + "LARGE, COMFY 1BDR W/CHARACTER!!!", + 175 + ], + [ + "Chelsea Studio sublet 1 - 2 months", + 125 + ], + [ + "LUX APT IN TIMES SQUARE NEW BUILDING", + 275 + ], + [ + "Designer 1 BR Duplex w/ Terrace- Spectacular Views", + 299 + ], + [ + "Lovely Apt & Garden; Legal; Best Area; Amenities", + 135 + ], + [ + "1 Bedroom in 2 Bdrm Apt- Upper East", + 130 + ], + [ + "Lower East Side $57~/night", + 83 + ], + [ + "Prime Location in Manhattan", + 123 + ], + [ + "( F) Excellent/Pvt Rm", + 55 + ], + [ + "Quiet, sunny Midtown Manhattan apt.", + 195 + ], + [ + "Big Room/Washer-Dryer/Wifi/AC/JMZ", + 80 + ], + [ + "cozy studio with parking spot", + 98 + ], + [ + "Clean and convenient 2BR apartment", + 140 + ], + [ + "3 floors of luxury!", + 265 + ], + [ + "The Institute—Heart of Williamsburg", + 249 + ], + [ + "MIDTOWN WEST - Large alcove studio", + 105 + ], + [ + "Beautiful Uptown Manhattan apartmnt", + 200 + ], + [ + "Sml Rm in pr Brst Park Sl great for Med/students", + 100 + ], + [ + "City Room - Private Penthouse Apt.", + 121 + ], + [ + "Cozy bedroom by Yankee Stadium", + 45 + ], + [ + "Great apartment with private bathroom and entrance", + 100 + ], + [ + "Private Garden Apt • New Renovation", + 140 + ], + [ + "Modern comfort in art infused landmark Brownstone", + 71 + ], + [ + "NOHO/EAST VILLAGE, PRIVATE 1/2 BATH", + 130 + ], + [ + "Sleek & Comfortable Soho Apt", + 199 + ], + [ + "Spacious Williamsburg Share w/ LOFT BED", + 69 + ], + [ + "Cozy 2 br in sunny Fort Greene apt", + 68 + ], + [ + "Cozy East Village Railroad 1 Bed!", + 130 + ], + [ + "1 Bedroom Loft w/ Private Roof Deck", + 195 + ], + [ + "City Room - Private & Comfy Bedroom", + 64 + ], + [ + "Elegant NYC Pad", + 140 + ], + [ + "Clean & bright 1BR in Cobble Hill, GREAT location!", + 159 + ], + [ + "Modern, Large East Village Loft", + 189 + ], + [ + "Great new apt, close to everything", + 250 + ], + [ + "Quiet & Clean Retreat in the City", + 239 + ], + [ + "Stylish Large Gramercy Loft!", + 305 + ], + [ + "The Brownstone-Luxury 1 Bd Apt/NYC", + 155 + ], + [ + "PRIVATE Room on Historic Sugar Hill", + 60 + ], + [ + "South Slope Green", + 135 + ], + [ + "17 Flr. Manhattan Views, Nr. Subway", + 120 + ], + [ + "Spacious 1BR, Adorable Clean Quiet", + 150 + ], + [ + "Nice, clean, safe, convenient 3BR", + 140 + ], + [ + "Franklin St Flat in Trendy Greenpoint Brooklyn", + 135 + ], + [ + "Artistic, Cozy, and Spacious w/ Patio! Sleeps 5", + 250 + ], + [ + "One bedroom Apt. in NYC", + 250 + ], + [ + "Beautiful, elegant 3 bed SOHO loft", + 500 + ], + [ + "Spacious Greenwich Village Apt", + 225 + ], + [ + "SpaHa Studio Monthly Rental", + 125 + ], + [ + "City Room - Private Luxury Suite", + 92 + ], + [ + "Private Room/bath Luxurious Harlem", + 175 + ], + [ + "The gem of the East Village", + 99 + ], + [ + "Bright and spacious, garden below!", + 195 + ], + [ + "ACCOMMODATIONS GALORE #2", + 140 + ], + [ + "Colorful Private One Bedroom Apt", + 135 + ], + [ + "Huge Chelsea Loft", + 500 + ], + [ + "Great room in great location", + 80 + ], + [ + "Exclusive Room with Private Bath in LES", + 120 + ], + [ + "Quiet, clean midtown apt w. elevato", + 110 + ], + [ + "BK Sweet Suite w/Kitchen&FullBath", + 65 + ], + [ + "Great East Village Apartment Rental", + 130 + ], + [ + "BROWNSTONE SUNDRENCHED BEAUTY", + 99 + ], + [ + "A SpeciaL!! Private Room in NY", + 36 + ], + [ + "B NYC Staten Alternative...", + 37 + ], + [ + "C Private Room By The Ferry", + 37 + ], + [ + "Smallest House In The Village", + 175 + ], + [ + "Beautiful modern studio apartment in heart of NYC", + 205 + ], + [ + "Beautiful Landmarked Duplex", + 285 + ], + [ + "BROOKLYN > Guest Room w/ Queen Bed in Williamsburg", + 59 + ], + [ + "D Private Che@p Room 2 Explore NYC", + 36 + ], + [ + "Safe cute near subway& Manhattan NY NY retro style", + 99 + ], + [ + "Large and Cozy Private Bedroom", + 39 + ], + [ + "Small tidy bedroom in duplex", + 60 + ], + [ + "LL3", + 90 + ], + [ + "DOMINIQUE'S NY mini efficiency* wifi*metro*quiet", + 105 + ], + [ + "Private, Large & Sunny Top Floor Apt w/W&D", + 135 + ], + [ + "Cottage in the Village", + 390 + ], + [ + "BEDROOM1 FOR RENT 10min from Manhan", + 70 + ], + [ + "HOSTING YOUR SUNNY, SPACIOUS NYC ROOM", + 75 + ], + [ + "Williamsburg near soho. / loftbed", + 60 + ], + [ + "Prime East Village 1 Bedroom", + 200 + ], + [ + "BROOKLYN STUDIO APARTMENT", + 100 + ], + [ + "BEDROOM2 FOR RENT 10min from Manh", + 70 + ], + [ + "cozy bedroom in lovely garden apt", + 110 + ], + [ + "Crown Heights Garden Apt.", + 60 + ], + [ + "Amazing Sunny & Breezy Home In the Heart of NYC", + 90 + ], + [ + "ENJOY Downtown NYC!!", + 68 + ], + [ + "Charming UWS Treehouse Apt", + 115 + ], + [ + "Share a HOME - $75 for 1 bdrm/++ for 2 - Brooklyn", + 75 + ], + [ + "Room in S3rd/Bedford, Williamsburg", + 60 + ], + [ + "CHARMING EAST VILLAGE 2 (or 1) BR", + 129 + ], + [ + "Farmhouse Apartment in Williamsburg", + 130 + ], + [ + "Bright+Spacious Williamsburg Abode!", + 95 + ], + [ + "Suite Sugar Hill, Harlem, Private Rm in Hosted Apt", + 75 + ], + [ + "Beautiful 1 Bedroom Apt Park Slope", + 175 + ], + [ + "CHARMING CARROLL GARDENS APT.", + 190 + ], + [ + "Private Bedroom Brownstone Brooklyn", + 49 + ], + [ + "East Village Loft with Piano & Patio", + 212 + ], + [ + "Lower East Side Magic Room", + 95 + ], + [ + "**Fantastic Williamsburg Apt**", + 140 + ], + [ + "West Harlem Home Base - Eco-Apt.", + 135 + ], + [ + "Charming Garden Apt in Park Slope", + 150 + ], + [ + "Lovely, Modern, Garden Apartment", + 190 + ], + [ + "Central Park 1BR sunny condo", + 124 + ], + [ + "Cozy Garden Apartment in Williamsburg", + 135 + ], + [ + "SoHa comfort-by NW Central Park!", + 122 + ], + [ + "Cozy room in Upper West Side", + 109 + ], + [ + "Cozy Private Room in Apartment", + 85 + ], + [ + "The Cozy Brownstone Inn (discount)!", + 145 + ], + [ + "Prewar Penthouse w Private Terrace", + 195 + ], + [ + "Designer 2.5 BR Loft in Carroll Gardens by Subway", + 250 + ], + [ + "Bright Beautiful Brooklyn", + 125 + ], + [ + "Unique spacious loft on the Bowery", + 575 + ], + [ + "Nice renovated apt, prime location!", + 150 + ], + [ + "Brooklyn Writer's Nook", + 70 + ], + [ + "Private Bedroom in Large NYC Apartment", + 90 + ], + [ + "Large, Sunny Room East Village NYC", + 65 + ], + [ + "Great Large 3 BR/2 Bath Duplex with Private Patio!", + 500 + ], + [ + "All That Jazz. Uptown style on Sugar Hill.", + 250 + ], + [ + "Bright and lovely 1 bdrm apt in LES", + 125 + ], + [ + "Beautiful One Bed West Village - 4 Month Special", + 200 + ], + [ + "Gigantic Private Brooklyn Loft!", + 229 + ], + [ + "Condo Apartment with laundry in unit", + 90 + ], + [ + "1BR: See Central Park from Terrace!", + 110 + ], + [ + "Private room in cozy Greenpoint", + 59 + ], + [ + "Food & Music Dream Apartment in Williamsburg", + 195 + ], + [ + "French Garden cottage off Bedford", + 169 + ], + [ + "Alcove Studio w/ outdoor Patio Deck", + 113 + ], + [ + "Luxury 3 bed/ 2 bath apt in Harlem w/ terrace", + 250 + ], + [ + "One Bedroom Mini studio - Free WIFI", + 115 + ], + [ + "Sunlit and Cozy Williamsburg/Greenpoint, Brooklyn", + 55 + ], + [ + "BROOKLYN > Guest Room w/ King Bed in Williamsburg", + 69 + ], + [ + "Bright Cozy Chinatown Studio Apt.", + 150 + ], + [ + "Eveland the Place to Stay & Enjoy a 5-⭐️ 2bdrm", + 169 + ], + [ + "Superior @ Box House", + 179 + ], + [ + "Hells Kitchen Garden of Eden", + 150 + ], + [ + "Historic House Boerum Hill, BK, NYC", + 135 + ], + [ + "Lovely 3 bedroom in Italianate Brownstone w/garden", + 350 + ], + [ + "Williamsburg HUGE, PRIVATE BATH - Next to Train!", + 120 + ], + [ + "Cozy room in East Village with AC", + 71 + ], + [ + "Duplex w/ Terrace @ Box House Hotel", + 349 + ], + [ + "Loft w/ Terrace @ Box House Hotel", + 349 + ], + [ + "Spacious 3 Bedroom Duplex in Park Slope", + 165 + ], + [ + "Loft w/ Terrace @ Box House Hotel", + 249 + ], + [ + "Columbia Castle in Brooklyn Heights", + 100 + ], + [ + "Columbia Castle 2 BR", + 200 + ], + [ + "Charming Artist's Flat, East Village", + 169 + ], + [ + "BEAUTIFUL 2 BEDROOM APARTMENT", + 185 + ], + [ + "Brooklyn Cove Studio Apt w/ Garden!!", + 65 + ], + [ + "Ft. Greene garden gem, large and convenient", + 130 + ], + [ + "Williamsburg penthouse with private roof cabana", + 199 + ], + [ + "East Village Designer's 1-BR APT", + 225 + ], + [ + "Superior @ Box House", + 179 + ], + [ + "So Much Room in Brooklyn", + 150 + ], + [ + "Large Studio--Heart of East Village", + 139 + ], + [ + "Huge.Bright.Clean.Safe. Private Room", + 95 + ], + [ + "Garden 1BR/1BA Brownstone Apt - 2 blocks to subway", + 79 + ], + [ + "MODERN SPACIOUS 2 BR APT DOWNTOWN MANHATTAN", + 150 + ], + [ + "The Brooklyn Waverly", + 650 + ], + [ + "WONDERFUL, COMFORTABLE STUDIO", + 90 + ], + [ + "MAISON DES SIRENES 2", + 120 + ], + [ + "Modern, Safe, Clean, Bright Room in Astoria for 2", + 80 + ], + [ + "LARGE 1BR (CONV 2BR) CROWN HEIGHTS", + 100 + ], + [ + "The Vernon On Greene", + 175 + ], + [ + "Beautiful, Bright’s, Warm & Spacious 1.5BR Apt", + 120 + ], + [ + "Lovely 1BR in Tree-lined WBurg", + 140 + ], + [ + "Spacious Loft in Clinton Hill", + 200 + ], + [ + "The Brooklyn Waverly, One Bedroom", + 165 + ], + [ + "LOVELY APARTMENT IN THE HEART OF NY", + 125 + ], + [ + "Groovy NYC Chelsea Pad", + 130 + ], + [ + "Comfortable Cozy Space in El Barrio", + 65 + ], + [ + "Sunny Bklyn Jewel Fort Greene JULY - AUG 2019", + 123 + ], + [ + "MANHATTAN Neat, Nice, Bright ROOM", + 67 + ], + [ + "Bienvenue", + 50 + ], + [ + "Large Brand New Park Slope 1BR", + 130 + ], + [ + "Colorful Artistic Williamsburg Apt", + 100 + ], + [ + "UWS Brownstone Near Central Park", + 212 + ], + [ + "Artsy TopFloor Apt in PRIME BEDFORD Williamsburg", + 190 + ], + [ + "2 BR w/ Terrace @ Box House Hotel", + 599 + ], + [ + "BOHEMIAN EAST VILLAGE 2 BED HAVEN", + 249 + ], + [ + "Oceanfront Apartment in Rockaway", + 70 + ], + [ + "Private 1-Bedroom Apt in Townhouse", + 100 + ], + [ + "Bright Room With A Great River View", + 60 + ], + [ + "Tree lined block modern apartment", + 135 + ], + [ + "Sweet Historic Greenpoint Duplex", + 175 + ], + [ + "Riverside Charm with Fire Place", + 120 + ], + [ + "Very Central, Nomad/Chelsea Loft Studio", + 169 + ], + [ + "Sunny 3BR Apt Ideal for Family ", + 165 + ], + [ + "Cozy Private Room in West Harlem!", + 90 + ], + [ + "UES Quiet & Spacious 1 bdrm for 4", + 225 + ], + [ + "ALL ABOUT A VERY COMFORTABLE ROOM..", + 95 + ], + [ + "Brooklyn- Crown Heights Garden Apt.", + 55 + ], + [ + "Cozy room in Time Square!", + 85 + ], + [ + "Large Park Slope Townhouse Duplex", + 199 + ], + [ + "Lower East Side 2 Bedroom Apt", + 211 + ], + [ + "Manhattan Studio, Perfect Location", + 145 + ], + [ + "Sun-Drenched Hamilton Hts Jewel ", + 65 + ], + [ + "Your Stunning Vacation Apartment!", + 99 + ], + [ + "1 BDRM Apt-Weekend Sublease", + 110 + ], + [ + "ROOM WITH A KITCHENETTE", + 80 + ], + [ + "Conveniently Located, Sunny Brooklyn Heights!", + 150 + ], + [ + "Style in Stuyvesant Heights", + 110 + ], + [ + "Heart of Meatpacking & Chelsea", + 290 + ], + [ + "Spacious East Village apt near it all", + 87 + ], + [ + "Williamsburg apartment right by the subway", + 190 + ], + [ + "Spacious Brooklyn Loft - 2 Bedroom", + 200 + ], + [ + "Park Slope Apt:, Spacious 2 bedroom", + 165 + ], + [ + "NYC Studio for Rent in Townhouse", + 110 + ], + [ + "⚡Quiet Gem w/roof deck on NY's Hottest Street⚡", + 395 + ], + [ + "Authentic New York City Living ", + 99 + ], + [ + "SUPER BIG AND COZY PRIVATE BEDROOM", + 39 + ], + [ + "☆Massive DUPLEX☆ 2BR & 2BTH East Village 9+ Guests", + 189 + ], + [ + "Gorgeous Upper West Side Apartment", + 85 + ], + [ + "Luxe, Spacious 2BR 2BA Nr Trains", + 260 + ], + [ + "City Room - Street View Apt", + 122 + ], + [ + "Cozy and Bright One Bedroom in BK", + 165 + ], + [ + "Forest Hills Apt minutes to midtown Manhattan", + 97 + ], + [ + "Spacious West Village 1 b/room King", + 170 + ], + [ + "Perfect Williamsburg Summer Haven", + 125 + ], + [ + "Midtown cozy convenient", + 130 + ], + [ + "Prime Williamsburg Apartment", + 225 + ], + [ + "Private, spacious room in Brooklyn", + 50 + ], + [ + "Garden apartment close to Manhattan", + 170 + ], + [ + "The Ground Studio - West Side", + 132 + ], + [ + "Stunning arty 3200sf 3FLR+3BR townhome w/terrace", + 250 + ], + [ + "Sunny and Spacious Designer's Home", + 141 + ], + [ + "Spacious,Sunny, private one bedroom", + 64 + ], + [ + "Truly Amazing Oasis In The City", + 249 + ], + [ + "Holiday Time in NY - Oh My!!", + 79 + ], + [ + "East Village, King-Sized, Charmer", + 185 + ], + [ + "Affordable Furnished Apartment", + 120 + ], + [ + "Architect's Brownstone", + 495 + ], + [ + "LUXURY SOHO 2 Bedroom Apt ", + 375 + ], + [ + "Charming Nolita Apartment!!", + 175 + ], + [ + "EAST VILLAGE STUDIO, sunny & quiet", + 150 + ], + [ + "LUXURY OF THE HORIZON", + 259 + ], + [ + "1 Bdrm in 4 Bdrm dupelx/roof deck", + 96 + ], + [ + "The Heart of Prime Williamsburg", + 145 + ], + [ + "Parisian apartment in Chelsea", + 200 + ], + [ + "Cozy 2 Bedroom with Private Garden", + 95 + ], + [ + "Three-bedroom house in a quiet neighborhood", + 250 + ], + [ + "Beautiful Duplex w/Private Garden", + 295 + ], + [ + "NYC - Sunny Greenwich Village 1br", + 175 + ], + [ + "Garage Designer Loft", + 451 + ], + [ + "Best City Area Columbia U Upper West Side C Park", + 165 + ], + [ + "Your own apartment off Park Avenue", + 250 + ], + [ + "Artsy 1 bedroom Apt. 20 min to 42nd Grand Central!", + 77 + ], + [ + "Lower East Side 2 Bed Apt.", + 250 + ], + [ + "Astoria-Private Home NYC-", + 129 + ], + [ + "BIG, COMFY , PRIV. ROOM, BIG APT, YARD, GREAT LOC.", + 98 + ], + [ + "Park Slope Apartment", + 150 + ], + [ + "CHARMING PRIVATE BEDROOM EAST VILLAGE", + 95 + ], + [ + "City Room - Semi Private Bedroom", + 55 + ], + [ + "Cozy apartment in a brownstone", + 300 + ], + [ + "Female Only Clean15min to Manhattan", + 42 + ], + [ + "Greenpoint Spacious Loft", + 125 + ], + [ + "Private E. Village Townhouse Stay", + 175 + ], + [ + "Harlem/Hamilton Heights Cozy Room", + 75 + ], + [ + "Incredible Prime Williamsburg Loft!", + 255 + ], + [ + "Large Loft Style Studio Space", + 72 + ], + [ + "Hancock Town House!-Stuyvesant Mews", + 165 + ], + [ + "Entire Apt in Heart of Williamsburg", + 165 + ], + [ + "Clinton Hill + Free Coffee = #smile", + 75 + ], + [ + "Nice, cozy, neat apt Greenpoint,BK", + 130 + ], + [ + "PRIVATE and SUNNY Williamsburg Apt!", + 139 + ], + [ + "Purple Room for 2/3 in brownstone $1450 per month", + 88 + ], + [ + "Red Room for two in Brownstone for $1355/mo", + 80 + ], + [ + "Chelsea living, 2BR best location", + 150 + ], + [ + "LOCATION LOCATION LOCATION UWS 60's", + 200 + ], + [ + "In the heart of East Village", + 200 + ], + [ + "Sunny 15min to Manhattan LADY only", + 42 + ], + [ + "Surfer room 15mins to downtown NYC!", + 90 + ], + [ + "Manhattan Penthouse-Max.12 guests", + 295 + ], + [ + "Prime Williamsburg 3 BR with Deck", + 450 + ], + [ + "Beautiful Brooklyn Oasis ", + 130 + ], + [ + "Blue Room in Awesome Artist's Apartment!", + 89 + ], + [ + "Cool & Spacious Harlem Artist Flat", + 198 + ], + [ + "☆ STUDIO East Village ☆ Own bath! ☆ Sleeps 4 ☆", + 99 + ], + [ + "Greenpoint Loft / Le Chez Andrea", + 46 + ], + [ + "*SoHo: Clean, Safe, Private, Peaceful Bedroom (A)*", + 140 + ], + [ + "Amazing Brownstone in Best Brooklyn", + 500 + ], + [ + "Couldn't Be Closer To Columbia Uni2", + 75 + ], + [ + "Lady only Curtain-divided room", + 33 + ], + [ + "Nice Manhattan Apt Near Central Park and Subway", + 250 + ], + [ + "LG Private Room/Family Friendly", + 60 + ], + [ + "Spacious Quiet rm - 20mins to Midtown", + 75 + ], + [ + "3 BR, Beautiful Brooklyn Duplex", + 350 + ], + [ + "Spacious modern studio apartment in Manhattan", + 205 + ], + [ + "Gorgeous Duplex + Garden", + 219 + ], + [ + "CBG# 4Tiny room w/ huge window/AC", + 60 + ], + [ + "Charming upper west side apartment", + 185 + ], + [ + "Light-filled East Village Delight", + 190 + ], + [ + "Sunny, quiet, legal homelike suite-Pk Slope South", + 105 + ], + [ + "Spacious Duplex in Brownstone!", + 250 + ], + [ + "Lovely Vintage Haven—Heart of UWS", + 175 + ], + [ + "Modern Space in Charming Pre-war", + 65 + ], + [ + "Warehouse Loft with Garden view", + 75 + ], + [ + " Affordable & Cozy ", + 37 + ], + [ + "Creative Vintage Loft in S. Williamsburg", + 85 + ], + [ + "Very close to Downtown Awesome Private Apartment", + 106 + ], + [ + "The Happy home!", + 79 + ], + [ + "Fort Greene, Brooklyn: Front Bedroom", + 85 + ], + [ + "Gorgeous 1 bdrm in huge duplex!", + 170 + ], + [ + "Sunny, cozy room in Lower East Side", + 115 + ], + [ + "Large Quiet Bedroom Near Columbia U", + 89 + ], + [ + "Cozy Pre-War Harlem Apartment", + 49 + ], + [ + "spacious studio", + 91 + ], + [ + "Elegant 2-BR duplex, Union Square", + 400 + ], + [ + "Cozy private family home in Bushwick", + 150 + ], + [ + "Luxury 2Bed/2.5Bath Central Park View", + 2000 + ], + [ + "Cosy Sunny 1brm in Prospect Heights", + 97 + ], + [ + "East Village bedroom w rooftop", + 100 + ], + [ + "Williamsburg Home Away From Home!", + 179 + ], + [ + "Brand New Beautiful Duplex Apartment with Garden", + 500 + ], + [ + "PRIME, Luxury, Spacious 2 Bedroom Apt in Chelsea", + 429 + ], + [ + "SPACIOUS ALCOVE STUDIO/ JUNIOR ONE", + 189 + ], + [ + "High-end doorman bldg in the LES", + 120 + ], + [ + "Spring & Mulberry 2 Bedroom Apartment", + 300 + ], + [ + "Ultra Modern NYC Garden Apartment", + 107 + ], + [ + "Modern Garden Apartment in NYC", + 95 + ], + [ + "Gorgeous Entire Manhattan Townhouse", + 199 + ], + [ + "Cozy studio Apartment in Upper East", + 120 + ], + [ + "Historic classic central cozy Village clean NYU", + 199 + ], + [ + "A PRIVATE FLAT / APARTMENT- $SPECIAL$", + 125 + ], + [ + "Williamsburg bedroom by Bedford Ave", + 70 + ], + [ + "Clean and bright with a comfortable atmosphere", + 75 + ], + [ + "WEST VILLAGE LRG CLEAN SUNNY PRIVATE BDRM", + 100 + ], + [ + "Historic Brooklyn Studio Apartment", + 99 + ], + [ + "Comfort at Crossroads of Downtown", + 250 + ], + [ + "\"The Oasis\" on Bedford Williamsburg", + 350 + ], + [ + "Large, sunny garden apartment.", + 170 + ], + [ + "UNION SQUARE/ E. VILL 1BR BEAUTIFUL", + 165 + ], + [ + "Hell's Kitchen Funky 80's Hideaway!", + 99 + ], + [ + "Room in Chic Modern High Line Luxury- New!", + 255 + ], + [ + "Family & Friends in New York City", + 169 + ], + [ + "Spacious & Comfy BK Brownstone", + 99 + ], + [ + "Large Luxury Upper East Side Studio", + 169 + ], + [ + "Chateau Style Brooklyn Loft for Singles or Couples", + 160 + ], + [ + "Lovely Brooklyn Brownstone 1BR!", + 215 + ], + [ + "Beautiful Grdn. Apt. in Park Slope", + 130 + ], + [ + "Sun-drenched East Village Penthouse", + 110 + ], + [ + "Columbus Circle Luxury Bldg - Private Room&Bath", + 150 + ], + [ + "Bright Private Bedroom in Williamsburg (Bedford L)", + 65 + ], + [ + "Spacious, Kid-Friendly, and 15-20 Mins. to Midtown", + 75 + ], + [ + "Quiet Chelsea Studio w/Charm", + 149 + ], + [ + "Large Room Overlooking Central Park", + 89 + ], + [ + "Cheerful, comfortable room", + 50 + ], + [ + "Hospitality on Propsect Pk-12 yrs Hosting Legally!", + 43 + ], + [ + "Prospect Pk*NYC in 5 stops* Cozy,Clean & Legal!", + 42 + ], + [ + "Loft Style Apt in Williamsburg", + 85 + ], + [ + "2 Beds over Bed-Stuy", + 139 + ], + [ + "Sunny, Large, Park Slope Bedroom", + 105 + ], + [ + "Huge Bklyn Loft w Private Roofdeck", + 265 + ], + [ + "Quiet Jr Alcove Near Times Square!", + 149 + ], + [ + "Large room in elevator drman bldg", + 68 + ], + [ + "Comfy, Cozy, Brooklyn close to Manhattan", + 99 + ], + [ + "Modern Bedroom in Hamilton Heights", + 75 + ], + [ + "Sunny Space in Williamsburg", + 100 + ], + [ + "Best Manhattan Studio Deal! ", + 90 + ], + [ + "STYLISH EAST VILLAGE FLAT", + 160 + ], + [ + "Serene Park Slope Garden Apartment", + 190 + ], + [ + "Cozy and spacious - rare for NYC!", + 67 + ], + [ + "Beautiful UES apartment", + 190 + ], + [ + "St. James Pl Garden Studio 1block to PRATT &Gtrain", + 248 + ], + [ + "Great, spacious apt in Williamsburg", + 100 + ], + [ + "Comfortable. Spacious. Private Room.", + 95 + ], + [ + "Modern Condo in Midtown", + 150 + ], + [ + "Ideal Brooklyn Brownstone Apartment", + 145 + ], + [ + "A Cozy Oasis in Bushwick, NY", + 41 + ], + [ + "Private Entrance - Private Parking", + 120 + ], + [ + "Yankee Stadium Oasis 2 stops to Manhattan!", + 50 + ], + [ + "Sunny, Spacious Studio in Ft.Greene", + 157 + ], + [ + "Williamsburg Exposed Brick Loft", + 195 + ], + [ + "Bright Modern Charming Housebarge", + 70 + ], + [ + "Central Bedford Avenue Apartment", + 185 + ], + [ + "Welcome to Brooklyn! Bed-Stuy", + 145 + ], + [ + "Sunnyside NYC/ AC room/ city views/ near Midtown", + 50 + ], + [ + "Greenpoint Waterfront Loft", + 185 + ], + [ + "East Village House -- Unique!", + 250 + ], + [ + "2-bedroom share in heart of Greenwich Village!", + 80 + ], + [ + "1 Bedroom Pre War apt", + 230 + ], + [ + "Quiet One Bedroom in Park Slope", + 100 + ], + [ + "CreaTive Live-In Artspace/Birdsnest", + 40 + ], + [ + "RARE Penthouse Oasis featured on DesignSponge", + 200 + ], + [ + "New Clean Spacious Bed & Breakfast", + 80 + ], + [ + "Sunny, calm room in Victorian home", + 79 + ], + [ + "Modern Unique Studio in NYC", + 95 + ], + [ + "2 Bed, 2 Bath Apartment on Central Park West", + 300 + ], + [ + "Luxury Furnished 1 bedro, Bay Ridge", + 100 + ], + [ + "Your Haven in the Upper West Side", + 80 + ], + [ + "Wonderful Studio In Brooklyn, NY!!!", + 110 + ], + [ + "A Cozy Brooklyn Hideaway", + 172 + ], + [ + "✿✿✿ COUNTRY COTTAGE IN THE CITY✿✿✿", + 199 + ], + [ + "✿✿✿ COUNTRY COTTAGE IN THE CITY✿✿✿", + 199 + ], + [ + "Lovely Bdr in Harlem, Manhattan", + 100 + ], + [ + "THE BEST DEAL ON THE HUDSON RIVER!!", + 55 + ], + [ + "Lovely HUGE Master Bed + Study", + 75 + ], + [ + "Newly Reno’d Chic Quiet Exec 1BR", + 146 + ], + [ + "1 Bedroom in prime Flatiron", + 250 + ], + [ + "Large Artist Floorthru- Greenpoint", + 116 + ], + [ + "Gorgeous PermaGO Private Room in FiDi - 1/2", + 150 + ], + [ + "CBG Helps Haiti Rm #3", + 120 + ], + [ + "BEST DEAL IN CHELSEA 1 bdrm NYC", + 199 + ], + [ + "Lovely Apartment", + 150 + ], + [ + "Artsy Loft-like Harlem Apartment", + 69 + ], + [ + "Harlem/Manhattan Classic Apartment", + 300 + ], + [ + "BEAUTIFUL APARTMENT, GREAT LOCATION", + 230 + ], + [ + "Quiet sunny studio Midtown", + 125 + ], + [ + "Charming room in Victorian home", + 79 + ], + [ + "Brooklyn B & B close to Manhattan", + 130 + ], + [ + "The Notorious B.N.B. { The Erhart }", + 239 + ], + [ + "Sunny cozy multileveled apartment!", + 75 + ], + [ + "Sunny 2 bedroom Williamsburg Duplex w/ 3 beds", + 220 + ], + [ + "ROOM WITH KITCHENETTE #2", + 80 + ], + [ + "Alpha-Bet City entire floor large cool 2br -L.E.S", + 288 + ], + [ + "Your Haven Awaits At \"Emma's Place\"", + 135 + ], + [ + "Spacious, Kid-Friendly 2 BR in West Village", + 225 + ], + [ + "Great Bedroom in Downtown Manhattan", + 110 + ], + [ + "Beautiful Brownstone", + 100 + ], + [ + "1BDR - Hell's Kitchen Hideaway", + 130 + ], + [ + "COMFY ROOM/COFFEE AND BAGEL/WEEKLY DISCOUNT", + 89 + ], + [ + "Oversized Studio in Park Slope", + 200 + ], + [ + "Apt with EmpireState view-Subway around the corner", + 80 + ], + [ + "Zen Yankee Stadium Pad 5 Minutes To Manhattan!", + 50 + ], + [ + "Monthly Apartment Rental", + 135 + ], + [ + "Wonderfully inviting East Village", + 90 + ], + [ + "TURQUOISE: One-Bedroom Apt. in Soho", + 270 + ], + [ + "Lovely pied-à-terre, in an historic building", + 110 + ], + [ + "Spacious, well furnished, high fl. beautiful views", + 145 + ], + [ + "NYC Studio in Heart of Times Square", + 179 + ], + [ + "rooms for rent in Queens with piano", + 55 + ], + [ + "Large Sunny Luxe Prvt Room/Midtown", + 110 + ], + [ + "Spacious Stunning Harlem Townhouse", + 325 + ], + [ + "Private Room With GREAT Location", + 75 + ], + [ + "HUGE Sunny Duplex Loft with Garden", + 300 + ], + [ + "LARGE ARTSY Room w/ Loft Bed 4 DOOGLERS!", + 130 + ], + [ + "Stylish Studio with exclusive Terrace", + 190 + ], + [ + "LES private apt, 1 bedroom & more", + 200 + ], + [ + "Williamsburg Garden Home, 5 minutes from Manhattan", + 180 + ], + [ + "HUGE, modern 2-LEVEL Brooklyn apt", + 350 + ], + [ + "charming 2bdrm apt in East Village", + 160 + ], + [ + "LOCATION LOCATION LOCATION Liz's", + 195 + ], + [ + "Manhattan Loft in Prime East Village Location", + 241 + ], + [ + "Nolita Penthouse_Private Deck_Elev_", + 300 + ], + [ + "Astoria Garden Suite", + 75 + ], + [ + "Lower East Side/Chinatown 1 Bedroom", + 100 + ], + [ + "Amazing 1 bed, live like a Newyorkr", + 399 + ], + [ + "Private Room in Fort Green BK close to city", + 85 + ], + [ + "Spacious & Charming by Prospect Pk", + 80 + ], + [ + "Private Room Near Brooklyn Museum ", + 55 + ], + [ + "The Notorious B.N.B. { The Wallace }", + 438 + ], + [ + "Clinton Hill 1 Bed Bright Loft Apartment", + 110 + ], + [ + "Great Studio in W. Village - NYC!", + 200 + ], + [ + "The Notorious B.N.B. { The Swoon }", + 279 + ], + [ + "BIG 1br, SLEEPS 4, dishwashr, TV", + 137 + ], + [ + "2BR Apt - 20min to Soho", + 280 + ], + [ + "Williamsburg - Quiet and Comfy stay", + 199 + ], + [ + "One Fabulous Private Room", + 71 + ], + [ + "NY/ Big Room for 2 near Manhattan", + 42 + ], + [ + "Brooklyn Brownstone apartment", + 180 + ], + [ + "big 1 bedroom apt very central", + 226 + ], + [ + "Lovely, Large Room in Crown Heights", + 85 + ], + [ + "Sweet Apt, Steps From Gramercy Park", + 135 + ], + [ + "Quality Cozy Studio Next to Subway", + 79 + ], + [ + "Scandinavian-apt for up to 5. LES", + 154 + ], + [ + "Loft Suite @ Box House Hotel", + 199 + ], + [ + "4 BEDROOM -2BATHRM WEST VILLAGE DUPLEX TOWNHOUSE", + 700 + ], + [ + "Large & bright 900ft² 1br in WV", + 246 + ], + [ + "At a very nice area in the WestSide", + 125 + ], + [ + "HANCOCK VERY SMALL ROOM", + 100 + ], + [ + "Pre-War Williamsburg Loft", + 295 + ], + [ + "1 Bedroom Available In My Two Bedroom Flat", + 150 + ], + [ + "SPACIOUS PRIVATE LITTLE ITALY FLAT", + 119 + ], + [ + "The Lenox in Harlem", + 125 + ], + [ + "The Lenox in Harlem", + 400 + ], + [ + " Heart & Soul of Greenwich Village ", + 850 + ], + [ + "Prime Williamsburg Loft off Bedford", + 129 + ], + [ + "Private Bdrm /Bath 1 block Ctrl Prk", + 140 + ], + [ + "+Highly Satisfactory LES dwelling++", + 115 + ], + [ + "Whole apartment / 2 bedroom in NYC", + 200 + ], + [ + "Spacious, modern loft in awesome neighborhood", + 96 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Well Kept Private Room around Brighton Beach", + 69 + ], + [ + "Large 1 Bedroom furnished on UWS", + 185 + ], + [ + "Chez Carine - Privacy in Manhattan", + 81 + ], + [ + "Loft Suite @ Box House Hotel", + 199 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Duplex w/ Terrace @ Box House Hotel", + 349 + ], + [ + "Loft w/ Terrace @ Box House Hotel", + 249 + ], + [ + "1 BR w/ Terrace @ Box House Hotel", + 299 + ], + [ + "Superior @ Box House", + 179 + ], + [ + "Read it 1st, A seprat fur BR, low $", + 54 + ], + [ + "2 BR Duplex @ Box House Hotel", + 599 + ], + [ + "Husband & Wife Art-Filled Apartment", + 110 + ], + [ + "3BR, 2 bathroom condo in Bushwick", + 220 + ], + [ + "The BLUE OWL:\nVEGETARIAN WBURG W PATIO & BACKYARD!", + 89 + ], + [ + "Cozy 2 Bedroom 20 Min from City", + 170 + ], + [ + "NOLITA! LOCATION! LOCATION! VIEWS! FREE GYM!", + 495 + ], + [ + "Entire apt NYC, Queens. 15 min from Times Square.", + 80 + ], + [ + "Luxury Chelsea Townhouse at the High Line", + 760 + ], + [ + "Alchemy BnB - room in artist loft", + 98 + ], + [ + "Sunny! 2br Steps to train/restaurants - 15 to NYC", + 125 + ], + [ + "Zen Den (Airport Pickup: JFK & LGA)", + 48 + ], + [ + "Heart of Williamsburg. Brand New.", + 64 + ], + [ + "Fresh, Clean Brooklyn Garden Apt.", + 154 + ], + [ + "Guest Apartment in Owner Occupied Home", + 139 + ], + [ + "My Home Is Your Home", + 75 + ], + [ + "Spacious & Stylish Chelsea One Bedroom Apartment", + 325 + ], + [ + "CHELSEA 1 Bdrm Plus Sleeping Loft!!", + 195 + ], + [ + "Spacious room in beautiful apt! ", + 58 + ], + [ + "Oceanview,close to Manhattan", + 250 + ], + [ + "Affordable rooms,all transportation", + 50 + ], + [ + "Budget stay, near transportation", + 125 + ], + [ + "Fort Greene brownstone 1BR- SUBLET", + 70 + ], + [ + "NewYork Modern Pre-War LoftStudio ", + 189 + ], + [ + "Cozy Artist Duplex **Bedstuy Charm**", + 130 + ], + [ + "Apartment in Best location in NYC", + 145 + ], + [ + "Inspired in Historic Downtown NYC!", + 101 + ], + [ + "Chelsea/West Village - 2bdrm apt", + 95 + ], + [ + "1500+ sq ft 2BR West Village Loft", + 375 + ], + [ + "Cozy & Clean Lower East Side Apt.", + 153 + ], + [ + "Spacious Townhome Apt in Brooklyn", + 92 + ], + [ + "Chic + Stylish room in heart of LowerEastSide NYC!", + 80 + ], + [ + "Landmark 2 Bedroom West Village NYC", + 300 + ], + [ + "2 bedroom apt in charming brick townhouse", + 145 + ], + [ + "Room in East Village with Private Entrance", + 88 + ], + [ + "Cozy&Clean in a great neighborhood", + 155 + ], + [ + "Prime Williamsburg 1/BD New Condo", + 185 + ], + [ + "City Skyline Views from every room!", + 73 + ], + [ + "Contemporary & Classic Sanctuary on the Hudson", + 225 + ], + [ + "Comfortable Manhattanville", + 85 + ], + [ + "Private room w/ queen bed + rooftop", + 99 + ], + [ + "Zen Eyrie –Airport Pick-Up: JFK/LGA", + 48 + ], + [ + "Studio sublet in Hell's kitchen", + 200 + ], + [ + "Luxury NYC 2 Bedroom with Terrace", + 485 + ], + [ + "Bright unique designer loft in Soho", + 310 + ], + [ + "Spacious 2 bed Loft apartment Bedford L", + 110 + ], + [ + "Beautiful studio by Central Park", + 109 + ], + [ + "One bed suite with private garden", + 167 + ], + [ + "SUNNY 1 Bedroom APT in Fort Greene - BROOKLYN", + 147 + ], + [ + "West Village cozy 2 bedroom NYC ", + 220 + ], + [ + "2 Bedroom Gem - Prime LES Location", + 195 + ], + [ + "REAL 2BR-HEART OF SOHO-LITTLE ITALY", + 199 + ], + [ + "BIG ROOM / DOWNTOWN LOFT /", + 65 + ], + [ + "Large Sunny Bedroom in QNS NYC", + 55 + ], + [ + "Home Away From Home-Room in Bronx", + 50 + ], + [ + "Private clean pleasant spacious room.", + 60 + ], + [ + "Charming Hotel Alternative\nMount Sinai", + 99 + ], + [ + "SUNNY 2-bdrm CHILD-friendly Uptwn by Centrl Park!", + 130 + ], + [ + "Resort-like living in Williamsburg", + 290 + ], + [ + "Hudson Yards with views of The Highline Park", + 350 + ], + [ + "Brooklyn: A Huge Bedroom + Good Vibes", + 50 + ], + [ + "One stop from Midtown Manhattan!", + 96 + ], + [ + "Private Room Very Near L train, Bushwick", + 45 + ], + [ + "Cozy New York City private room", + 85 + ], + [ + "Bed-stuy Royal Room", + 34 + ], + [ + "SUPER CUTE EAST VILLAGE APARTMENT", + 250 + ], + [ + "GREAP STUDIO / 4PPL IN MIDTOWN", + 190 + ], + [ + "BEDFORD AV. ROOM IN WILLIAMSBURG..", + 75 + ], + [ + "Sleep & Wake near Botanical Gardens", + 93 + ], + [ + "Tranquil in the heart of Brooklyn 2", + 60 + ], + [ + "Tranquil in the heart of Brooklyn 1", + 65 + ], + [ + "Easy, comfortable studio in Midtown", + 125 + ], + [ + "Huge luxury 1BR apt near Central Park South(4 ppl)", + 300 + ], + [ + "Beautiful brownstone apartment", + 150 + ], + [ + "1 Bd. MANHATTAN NY Entire Apt. 1 yr-6 months min.", + 56 + ], + [ + "Luxury Designer Downtown Apartment", + 299 + ], + [ + "Spacious room on charming block in Greenpoint!", + 60 + ], + [ + "SUNNY, SPACIOUS APT. in FT. GREENE", + 88 + ], + [ + "Guest Room in Authentic Williamsburg Factory Loft", + 60 + ], + [ + "6 Bedroom Landmark West Village Townhouse", + 1300 + ], + [ + "Beautiful bed and bath - Manhattan", + 200 + ], + [ + "Beautiful Room Near Central Park!", + 99 + ], + [ + "Fantastic 1-bedroom basement apt.", + 110 + ], + [ + "Private Clinton Hill, Brooklyn Apt", + 135 + ], + [ + "Charming furnished Studio-Loft", + 110 + ], + [ + "Lovely 2 bedroom apartment with backyard access", + 165 + ], + [ + "Nights in White Satin in the Slope", + 127 + ], + [ + "The Carlton, Brooklyn brownstone Duplex w/ garden", + 402 + ], + [ + "Comfortable Manhattanville.", + 85 + ], + [ + "Beautiful lrg 1800's syle apt share", + 75 + ], + [ + "Location wins for East Village Apt", + 139 + ], + [ + "Sunny Entire Apt with Romantic Bedroom", + 70 + ], + [ + "Furnished room for rent - Manhattan", + 50 + ], + [ + "Large Room in a Huge NY apartment.", + 30 + ], + [ + "West Village NYC Sun-filled Studio!", + 250 + ], + [ + "Large, furnished room in a 2 bedroom!", + 64 + ], + [ + "Huge Apartment! Amazing View!", + 300 + ], + [ + "#1 Yellow Block BnB/see at Net Flix Show Stay Here", + 800 + ], + [ + "Cozy Brownstone Inn I(studio)", + 100 + ], + [ + "Crown Height's Brooklyn Cozy Apt", + 250 + ], + [ + "Amazing West Village 2br", + 200 + ], + [ + "Authentic NY Charming Artist Loft", + 140 + ], + [ + "Beautiful Private Bedroom - Downstairs", + 130 + ], + [ + "Kensington/Ditmas Park pied-a-terre", + 90 + ], + [ + "QT STUDIO FOR ROMANTIC COUPLES", + 90 + ], + [ + "Own Room & Bath, Sunny Town House, 18\" to Wall St", + 97 + ], + [ + "Cozy & Charming Boerum Hill Flat", + 91 + ], + [ + "Park Slope Brooklyn! Sunny Bedroom.", + 125 + ], + [ + "One bedroom sharing Bathroom", + 75 + ], + [ + "Spacious East Village Apartment", + 180 + ], + [ + "Huge Williamsburg Loft..Perfect for Big Groups!", + 300 + ], + [ + "Stylish Garden House - Trendy area", + 100 + ], + [ + "Hells Kitchen Ground Fl 1-bedroom", + 175 + ], + [ + "Pre War Park Slope on Prospect Park", + 65 + ], + [ + "Charming Apt in the Best Location!", + 240 + ], + [ + "Huge room with private balcony", + 300 + ], + [ + "Amazing 1 bedroom apt with NYC View", + 385 + ], + [ + "Great spacious room by the L train!", + 47 + ], + [ + "Charming Brooklyn Studio", + 110 + ], + [ + "Private Room in Brownstone", + 75 + ], + [ + "Bed Stuy Pride! Welcome to Brooklyn", + 100 + ], + [ + "Lovely Hell's Kitchen Studio...", + 165 + ], + [ + "HOT SPOT FOR 20 AND 30 SOMETHING'S", + 300 + ], + [ + "Cozy, Clean Cobble Hill Brownstone", + 140 + ], + [ + "Bright Loft Apt w Skylight in Wburg", + 120 + ], + [ + "Cozy, beautiful doormen studio-", + 175 + ], + [ + "Carroll Gardens Gem-2BD with Garden", + 275 + ], + [ + "Sunny 1BR Center of East Village!", + 179 + ], + [ + "2BR in Cobble Hill, Brooklyn, NY", + 189 + ], + [ + "Perfect East Village Apartment", + 219 + ], + [ + "Decorators 5-Star Flat West Village", + 450 + ], + [ + "Beautiful SoHo Luxury Apartment", + 249 + ], + [ + "2 Rooms in Cottage NYC", + 65 + ], + [ + "Zen Minimalist w/Garden- Bedford L Stop", + 250 + ], + [ + "Between Two Bridges 2BD -Whole Apt!", + 139 + ], + [ + "BIG LUXURY LINCOLN CENTER AREA STUDIO + !!", + 209 + ], + [ + "Brooklyn Beauty - Large 2 bedroom Apartment", + 120 + ], + [ + "Entire Apartment in Astoria, 15mins from Manhattan", + 70 + ], + [ + "Gorgeous pvt room in West Village", + 90 + ], + [ + "1 bedroom apt in Midtown West", + 199 + ], + [ + "Sunny and spacious bedroom", + 50 + ], + [ + "Beautiful Spacious One Bedroom", + 100 + ], + [ + "Room next to Columbia Uni.", + 110 + ], + [ + "Big Apt for Funky Art /Music Lovers, Outdoor Patio", + 157 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "NYC Summer Getaway | Full Home 2BR", + 192 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Beautiful New Garden Apartment ", + 150 + ], + [ + "Loft Suite @ Box House Hotel", + 199 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Loft Suite @ The Box House Hotel", + 199 + ], + [ + "Lovely apt in Williamsburg, BK", + 105 + ], + [ + "Williamsburg HUGE SUNNY next2train!", + 135 + ], + [ + "Loft Suite @ Box House Hotel", + 199 + ], + [ + "Modern apartment w/ gorgeous view", + 125 + ], + [ + "Sunny, clean br available", + 60 + ], + [ + "Have Whole Apt! Prime Williamsburg!", + 85 + ], + [ + "Panoramic View Central Park & NYC", + 300 + ], + [ + "E Williamsburg Apartment with Yard", + 75 + ], + [ + "Nice Private Room Beauty in Queens", + 55 + ], + [ + "Sublet in Brooklyn/Lefferts Gardens", + 44 + ], + [ + "Cozy Corner, Bedford Ave Brooklyn!", + 55 + ], + [ + "HISTORIC WILLIAMSBURG, BKLYN #1", + 30 + ], + [ + "Inexpensive apartment in exchange for cat-care", + 35 + ], + [ + "Private room in 2 br Apt, Wburg, BK", + 70 + ], + [ + "Bright, Airy Williamsburg Apt", + 130 + ], + [ + "Large Double Room Queenbed Wifi", + 52 + ], + [ + "Low$pacious in Williamsburg, Bklyn", + 75 + ], + [ + "1 Bdrm in 2 Bdrm Apt in Upper East Lux Drmn Bldng", + 190 + ], + [ + "Charming 1BD in SoHo", + 250 + ], + [ + "Feel like you never leave your home", + 100 + ], + [ + "Sunny apartment in Greenpoint", + 130 + ], + [ + "Furnished Bedroom with private half bath", + 140 + ], + [ + "Sunny private room featured in film", + 75 + ], + [ + "Sunny 1BR East Harlem Apartment", + 150 + ], + [ + "The best studio in town", + 90 + ], + [ + "Fully Furnished 1B/1BTH UWS GEM 1 YR Sublease", + 295 + ], + [ + "Penthouse Studio by Central Park", + 150 + ], + [ + "Your Own 2 Br Apt Bedford and Grand", + 180 + ], + [ + "Spacious + Sunny Studio in Ft. Greene Brooklyn!", + 135 + ], + [ + "2 rooms; private entrance & bath!", + 65 + ], + [ + "Giant Sunny Bedroom & Private Bath in my Apartment", + 99 + ], + [ + "Prime location! Backyard & outdoor shower! Unique!", + 149 + ], + [ + "Private Room in Artist's Home, Stapleton, SI", + 59 + ], + [ + "Large Sunny Bedroom with Bay Window", + 75 + ], + [ + "Harlem/Hamilton Heights Sunny Room", + 75 + ], + [ + "Clinton Hill Duplex near Pratt w/Balcony!", + 75 + ], + [ + "Sunny 1 BR, West 80s & Central Park", + 109 + ], + [ + "2 BD / 2BA WITH GARDEN, SLEEPS 6", + 225 + ], + [ + "COMFORTABLE ROOM", + 86 + ], + [ + "Charming Ridgewood Soulful Walk-Up", + 52 + ], + [ + "Comfortable, well-appointed room", + 100 + ], + [ + "2ND AVENUE OFF HOUSTON/LOFTLIKE STU", + 99 + ], + [ + "Share in NYC's trendy East Village", + 89 + ], + [ + "Historic Brooklyn 2-Bedroom Apt", + 135 + ], + [ + "APT W/ OUTDOOR SPACE!! LONG TERM RENTAL PREFERRED!", + 199 + ], + [ + "Come and go as you please in BKLN!", + 89 + ], + [ + "Room in Huge 1200sf W Harlem Suite", + 110 + ], + [ + "Huge, Sunny, Open Loft in Brooklyn", + 120 + ], + [ + "Cozy Nook in Heart of Williamsburg", + 59 + ], + [ + "Peaceful Room...", + 49 + ], + [ + "Cute Room in Historic Loft!", + 79 + ], + [ + "Harlem on the Range", + 135 + ], + [ + "Amazing Park Slope Duplex with Deck", + 185 + ], + [ + "Entire 2 Bedroom Apartment in Williamsburg", + 225 + ], + [ + "Big Bright E Village 2BR (Baby Nursery)", + 245 + ], + [ + "Private Manhattan Studio on Harlem/Heights Border", + 115 + ], + [ + "Luxury Williamsburg, Brooklyn LOFT", + 325 + ], + [ + "Artist Loft-McCarren Park-Williamsburg-BrooklynNYC", + 95 + ], + [ + "Chelsea/Meat Packing Artist Space!", + 120 + ], + [ + "Elegant Spacious Family Townhouse", + 499 + ], + [ + "Large Master Bedroom - Williamsburg", + 75 + ], + [ + "Central Park Fifth Av MET Museum", + 109 + ], + [ + "Real Williamsburg Artist Loft", + 160 + ], + [ + "Lovely Upper East Yorkville 1 BDRM", + 219 + ], + [ + "Cozy Upper East Side Studio", + 159 + ], + [ + "Large Cozy Room #2, Landmark Home 1 Block to PRATT", + 180 + ], + [ + "Lovely studio in East Village, NY", + 150 + ], + [ + "NYC Summer Discount 1 BR Gramercy Apt", + 106 + ], + [ + "Awesome views, Central location", + 299 + ], + [ + "Spacious Manhattan Apartment near Central Park", + 179 + ], + [ + "Entire Apt: Sunny 2bd! 15min to NYC", + 165 + ], + [ + "Your Historic House in Brooklyn", + 500 + ], + [ + "Creative Director's Chinatown Loft", + 250 + ], + [ + "HOSTING YOUR COZY, ECLECTIC MILIEU FOR NYC VISIT", + 87 + ], + [ + "Charming private room in New-York", + 79 + ], + [ + "Cozy bedroom near Times Square", + 75 + ], + [ + "Artist's Flat in Historic Building #10263", + 200 + ], + [ + "Queen size sofa bed in Harlem", + 80 + ], + [ + "Bklyn 6 Beds 1 Bathroom Rental 2", + 115 + ], + [ + "Bklyn 4 Beds 1 Bathroom Rental 3", + 115 + ], + [ + "4 Beds 2 Bathrooms Rental 1", + 120 + ], + [ + "Stylish & Quiet NYC Retreat!", + 125 + ], + [ + "Bright, new luxury apartment in doorman building", + 387 + ], + [ + "TIMES SQUARE MASTER BEDROOM!", + 95 + ], + [ + "Lincoln Center Studio, Clean&Sunny!", + 99 + ], + [ + "Serenity amidst the busy city", + 121 + ], + [ + "Super Clean Apt by Columbus Circle", + 350 + ], + [ + "Unique private room and bathroom in Brownstone", + 75 + ], + [ + "TIMES SQUARE HOUSE!", + 95 + ], + [ + "Beautiful Room in a Beautiful New NYC Apartment", + 89 + ], + [ + "Best West Village/Meatpacking Space", + 195 + ], + [ + "21 day Chelsea Apartment rental", + 160 + ], + [ + "Heavy Sun, Quiet, Arty 1 Bedroom", + 70 + ], + [ + "Cosy apartment in West Village", + 100 + ], + [ + "Spacious Lower East Side Apt in NYC", + 140 + ], + [ + "ARTY 2 BED EAST VILLAGE GEM", + 189 + ], + [ + "Williamsburg Loft: Amazing Sublet", + 160 + ], + [ + "Artist 2BR in Park Slope w/backyard", + 178 + ], + [ + "Spacious 2BR near Botanic Garden", + 145 + ], + [ + "Gorgeous brownstone next to park!", + 125 + ], + [ + "Exquisite Spacious Studio in Midtown", + 265 + ], + [ + "COMFORTABLE LARGE ROOM", + 77 + ], + [ + "Cute Private room in Upper East Side #14", + 60 + ], + [ + "Lower East Side 1bedroom apt in NYC", + 129 + ], + [ + "Large Beautiful East Village 1-Bdrm", + 199 + ], + [ + "Big room near Prospect Park! NY!", + 92 + ], + [ + "It's so easy to get to EVERYthing!", + 185 + ], + [ + "Manhattan - Best Location in Midtown", + 110 + ], + [ + "Sunny private room right off L train", + 65 + ], + [ + "Beautiful Room in Manhattan Loft", + 135 + ], + [ + "Luxury, Adorable Studio Apartment", + 115 + ], + [ + "HOME AWAY FROM HOME", + 175 + ], + [ + "Beautiful 3 bedroom in Manhattan", + 3000 + ], + [ + "Den of Zen at The Denizen Bushwick", + 72 + ], + [ + "Sunny large private room in Park Slope", + 80 + ], + [ + "Eastern Parkway Brooklyn 1BR Flat", + 125 + ], + [ + "1400sf Manhattan View Artistic Loft", + 120 + ], + [ + "ingefära hus! Private room Williamsburg, Brooklyn", + 94 + ], + [ + "Private MasterBR w/ View of Museum", + 56 + ], + [ + "LUXURY 2BD/2BTH - HUGE PATIO", + 549 + ], + [ + "Comfy Brooklyn 2BD, W/ Backyard", + 190 + ], + [ + "Authentic designer loft/roof deck best Williamsbrg", + 129 + ], + [ + "Sunny Retreat with Roof Garden", + 85 + ], + [ + "Enjoy Staten Island Hospitality", + 20 + ], + [ + "Great apt on the UWS - A RARE FIND!", + 145 + ], + [ + "Cozy 2 BD in Midtown West", + 200 + ], + [ + "Park Slope Sunny Studio", + 125 + ], + [ + "Luxury L-Shape Studio + 3 cats", + 50 + ], + [ + "A cozy Red Room with private bathroom", + 160 + ], + [ + "Cozy room with private bathroom & outside garden", + 180 + ], + [ + "Beautiful 1 bdrm, Inwood Manhattan", + 100 + ], + [ + "Beautiful Loft/10 min to Manhattan!", + 70 + ], + [ + "New York City- Riverdale Modern two bedrooms unit", + 120 + ], + [ + "A PLACE TO STAY CLOSE TO MANHATTAN", + 110 + ], + [ + "Great room priv/bathrm Eastside location 70's ST", + 105 + ], + [ + "Midtown NYC - 1 Bedroom Apartment", + 250 + ], + [ + "Cozy Room in Sunny Apartment (Long/Short Term)", + 74 + ], + [ + "THERE'S NO PLACE LIKE HOME.........", + 165 + ], + [ + "Cozy home in vibrant Manhattan", + 99 + ], + [ + "LOCATION LOCATION LOCATION Sara's", + 125 + ], + [ + "Quaint & Quiet in Queens", + 75 + ], + [ + "Single Room", + 45 + ], + [ + "Charming brownstone apartment", + 159 + ], + [ + "Williamsburg near soho .support artist living", + 45 + ], + [ + "Your Times Square Sanctuary", + 104 + ], + [ + "Designer studio in Luxury Building", + 225 + ], + [ + "Private cozy bedroom in Nolita", + 100 + ], + [ + "ArtistLoft-MccarenPark-Williamsburg", + 90 + ], + [ + "Beautiful Bedrooms in Briarwood, NY", + 75 + ], + [ + "Flatiron-Designer's loft", + 350 + ], + [ + "Stylish Designer Studio with Piano", + 135 + ], + [ + "New York City for All Seasons!", + 125 + ], + [ + "STUNNING E Vill Penthouse", + 225 + ], + [ + "New York Host who knows The Most", + 85 + ], + [ + "One Block From Central Park!", + 200 + ], + [ + "PARK SLOPE: SWEET, LARGE 2BR DUPLEX", + 250 + ], + [ + "Light Superhosted Chill LES Apt", + 90 + ], + [ + "Big Beautiful Railroad in Brooklyn", + 130 + ], + [ + "Bright Brooklyn Flat w/Park Views, 30 day minimum", + 90 + ], + [ + "ECO-APT, free YOGA, 2 new bedrooms. Best location!", + 298 + ], + [ + "Sunny UES 1.5 Bedroom, Sleeps 6", + 300 + ], + [ + "Stay with a Jazz Singer in Harlem!", + 125 + ], + [ + "Large Private Room Near Central Park & Mount Sinai", + 125 + ], + [ + "Luxury room in Manhattan Duplex Apt", + 145 + ], + [ + "Gorgeous Sunny, Spacious 1 bdrm in East Village", + 147 + ], + [ + "ARTIST LOFT+OFFICE in PRIME WILLIAMSBURG!", + 123 + ], + [ + "Private Garden Entry", + 88 + ], + [ + "LUXE Privé L.I.C. Apt & Garden", + 215 + ], + [ + "Magazine SOHO Studio Loft. \nRead our reviews!", + 225 + ], + [ + "Nolita apt. with private garden", + 269 + ], + [ + "Family friendly Williamsburg Apt for Vacation!", + 145 + ], + [ + "BROWNSTONE TWO IN BROOKLYN in NYC", + 75 + ], + [ + "Charming West Village One Bedroom", + 145 + ], + [ + "Brooklyn Brownstone full floor/garden ProspectPark", + 229 + ], + [ + "Family friendly, steps to subway, large garden :)", + 300 + ], + [ + "Private Sunny Room Near Central Park & Mount Sinai", + 100 + ], + [ + "1 bdr apt, sunny & artsy, 4 min walk to the beach", + 75 + ], + [ + "\"Simple Perfect Soho\"", + 225 + ], + [ + "Beautiful Room + Private Balcony", + 120 + ], + [ + "3 BR apartment Crown Heights, BKLYN", + 160 + ], + [ + "Brownstone Sunny & Spacious top fl", + 125 + ], + [ + "Morocco in Brooklyn with the flyest loft, Amazing!", + 95 + ], + [ + "Perfect NYC/Williamsburg Location", + 119 + ], + [ + "Midtown East Sutton Area Entire Apt", + 275 + ], + [ + "Finest Gateway to historic Financial District", + 160 + ], + [ + "Industrial Brooklyn Loft with Tree-Lined Windows", + 500 + ], + [ + "Cute east village apartment.", + 175 + ], + [ + "All Charm: Lush Garden, Huge Kitchen + Quiet", + 87 + ], + [ + "Bright and Quiet 2 BR in Park Slope", + 160 + ], + [ + "Cozy, bright 1BR avail. in East Village apartment", + 125 + ], + [ + "Stylish Loft w/Lovely Backyard", + 90 + ], + [ + "Great Apt IDEAL Location 900 SF", + 200 + ], + [ + "Garden - Brownstone Experience", + 250 + ], + [ + "Gorgeous ! Best Location in NYC !", + 99 + ], + [ + "luxury 1 BedRoom Apt Hells Kitchen", + 325 + ], + [ + "Luxury room + En-suite bath in Times Sq/Midtown W", + 99 + ], + [ + "Chic, Spacious Loft + Backyard", + 325 + ], + [ + "Sunny and Zen W. Village Studio of Your Own", + 129 + ], + [ + "2BR Lux Prospect Heights", + 130 + ], + [ + "An airy, comfy, bookish refuge!", + 190 + ], + [ + "Bright & Vibrant- The BK experience", + 55 + ], + [ + "Very clean, quiet bedroom available", + 60 + ], + [ + "Lux One-bed Central Park View UWS", + 250 + ], + [ + "Elegant Uptown Historic District Garden Apartment", + 275 + ], + [ + "Only 5 Min. to Manhattan!", + 50 + ], + [ + "Lovely 1 bdrm in Prospect Heights!", + 125 + ], + [ + "Spacious & Sunny in Prime Brooklyn", + 150 + ], + [ + "1 Bedroom Apt - Close to JFK & City", + 70 + ], + [ + "1 br. studio duplex, Park Slope/Gowanus, Brooklyn", + 138 + ], + [ + "A REAL New Yorkers Wall St", + 265 + ], + [ + "ROOM AVAILABLE IN NEW YORK CITY", + 145 + ], + [ + "Sunny West Village Dream", + 151 + ], + [ + "SUNNY ZEN FULL SERVICE HUGE STUDIO", + 208 + ], + [ + "Beautiful corner prewar apartment in Williamsburg", + 200 + ], + [ + "Tranquil, Artsy, Sunny Bedroom", + 110 + ], + [ + "Room in Harlem", + 58 + ], + [ + "Room for the Summer", + 55 + ], + [ + "Fantastic 2BR in Brooklyn's Best Area", + 105 + ], + [ + "GREAT 1BR/2BA TERRACE & W/D! in EV!", + 350 + ], + [ + "Big Beautiful Brooklyn Apt @ Park!", + 150 + ], + [ + "Perfect apt. above L train Graham stop", + 55 + ], + [ + "Gorgeous Park Slope, BK triplex 4BD", + 299 + ], + [ + "Private,Affordable, 20 min to NYC!", + 77 + ], + [ + "Lovely Chelsea 1 Bedroom", + 125 + ], + [ + "Classy 2.5 BR Brownstone w/ Garden", + 395 + ], + [ + "Upper Duplex in Brooklyn Brownstone", + 189 + ], + [ + "comfy room minutes from museums", + 49 + ], + [ + "Best Block, NYC! July 25-Aug 18", + 90 + ], + [ + "Great 1 BR Apt in Kips Bay, NY", + 100 + ], + [ + "Private Artist’s Apt/ Amazing Location!", + 299 + ], + [ + "1 BR, Book it 1st then write me", + 75 + ], + [ + "No Inq,Read it, 1 BR, Rt of Subway,", + 69 + ], + [ + "Spacious Loft 5 min to Union Square", + 90 + ], + [ + "Your Own Private Entrance Studio in Stylish Duplex", + 94 + ], + [ + "Art & Music Salon", + 80 + ], + [ + "Artfully Decorated 2 Bedroom Apt", + 100 + ], + [ + "Lavender Joy Room in Duplex!", + 39 + ], + [ + "1 bdrm brownstone-west 70's-1 block Central Park", + 250 + ], + [ + "Serene Room...", + 55 + ], + [ + "Master Bedroom / ParkSlope Brooklyn", + 110 + ], + [ + "Spacious 4 bedroom house, New York", + 200 + ], + [ + "Brooklyn Apartment Windsor Terrace", + 142 + ], + [ + "Bedroom with Garden at the Back", + 70 + ], + [ + "Family friendly, sunny new condo in McCarren Park", + 260 + ], + [ + "Exciting Lower East Side, Loft Life", + 225 + ], + [ + "Large Room w/ Private Entrance", + 59 + ], + [ + "Private spacious studio available", + 65 + ], + [ + "For Cat-Lovers ONLY", + 99 + ], + [ + "UNION SQUARE❤️PENTHOUSE 2FL+TERRACE❤️EAST VIllAGE", + 239 + ], + [ + "Sunny, spacious 1-bedroom in Upper Manhattan", + 50 + ], + [ + "Hello! Cozy-Singles NYC- Upper Manhattan- Harlem!!", + 65 + ], + [ + "Beautiful One Bedroom in Chelsea", + 139 + ], + [ + "West Village Loft, 1st floor", + 174 + ], + [ + "West Village Gem - 2BR", + 315 + ], + [ + "Central Harlem Comfy Bedroom with Private Bath", + 75 + ], + [ + "Beautiful apartment in the heart of The Village", + 210 + ], + [ + "Cozy private room, williamsburg NYC", + 55 + ], + [ + "Bright Spacious 2 Bedroom/5 Room - wRoof Deck", + 229 + ], + [ + "******AMAZING DEAL IN NYC*****", + 150 + ], + [ + "Great DEAL Gramercy 1 BDROOM /2beds", + 129 + ], + [ + "Beautiful duplex apt in Harlem", + 100 + ], + [ + "Perfect Bedford L Williamsburg Location!", + 200 + ], + [ + "Beautiful Lower East Side Apt! Women only.", + 89 + ], + [ + "Historic 3 Bedroom Eastern Parkway", + 250 + ], + [ + "Large Room w/ Private Entrance", + 65 + ], + [ + "Sunny plant-filled apartment with 2 balconies", + 68 + ], + [ + "W'burg 2 bedroom w/ yard & laundry, 5 mins to L", + 235 + ], + [ + "Bright, Bedstuy Gem", + 100 + ], + [ + "Curated 1BR on the prettiest block of the LES", + 311 + ], + [ + "yahmanscrashpads", + 39 + ], + [ + "Our NY home, Greenwich Village apt", + 100 + ], + [ + "$ (Phone number hidden by Airbnb) weeks - room f", + 1300 + ], + [ + "Studio Apt. Lower East - Manhattan", + 210 + ], + [ + "PRIVATE ROOM NEW YORK", + 55 + ], + [ + "*Unique Master BR in Battery Park!*", + 65 + ], + [ + "Spacious sunny LOFT - best location", + 165 + ], + [ + "Beautiful Sunny Apartment in South Harlem", + 89 + ], + [ + "TriBeCa Amazing River View Loft 3BR", + 500 + ], + [ + "Gorgeous Summer Duplex/Yard sublet", + 145 + ], + [ + "Brooklyn one-bedroom right by Prospect Park!", + 110 + ], + [ + "Luxury Doorman Bldg Nr Central Park", + 180 + ], + [ + "Great Brooklyn Studio/1BR!", + 115 + ], + [ + "Cozy place", + 82 + ], + [ + "AMAZING Private 1stop away from NYC 1 block Subway", + 70 + ], + [ + "Bright Modern Artist's Apartment", + 155 + ], + [ + "Studio apartment by Columbus Circle", + 117 + ], + [ + "Studio Apt in Park Slope- Brooklyn!", + 100 + ], + [ + "1RW- CARRIAGE HOUSE STUDIO OFF CTYD", + 89 + ], + [ + "3RE - CARRIAGE HOUSE STUDIO OFF CTYD", + 89 + ], + [ + "2RE - CARRIAGE HOUSE STUDIO OFF CTYD", + 99 + ], + [ + "NYC studio in ST MARKS PLACE & 1AVE", + 155 + ], + [ + "PRIVATE Room in Spacious, Quiet Apt", + 85 + ], + [ + "Great LES / Chinatown bedroom", + 80 + ], + [ + "Sunny Midtown East Apt w/ a Loft!!!", + 135 + ], + [ + "Gorgeous 2 bdrm in Carroll Gardens", + 150 + ], + [ + "Spectacular Lux 1 Bed Apt, Best Location, Terrace!", + 380 + ], + [ + "Brooklyn Brownstone w/ Beautiful Garden", + 450 + ], + [ + "Mini Loft Williamsburg Bkln-Bedford", + 145 + ], + [ + "Rent in beautiful Sunnyside Gardens for holidays", + 80 + ], + [ + "Williamsburg 2b apartment with deck", + 225 + ], + [ + "Studio 54, Cozy Room For 2", + 99 + ], + [ + "Super Cute Junior 1BR in LES!!", + 125 + ], + [ + "GREAT BRAND NEW 1 BED APT*TIMES SQ", + 80 + ], + [ + "Beautiful Brooklyn Brownstone", + 100 + ], + [ + "Best double Room all included wifi", + 55 + ], + [ + "Downtown Full Floor Loft", + 328 + ], + [ + "Perfect & Stylish Williamsburg Apt", + 142 + ], + [ + "Large home in most desirable Brooklyn hood!", + 350 + ], + [ + "Loft-Like Park Slope 3bdr Duplex", + 300 + ], + [ + "Modern 1br by ocean in Brooklyn", + 105 + ], + [ + "Sunny Apt in Brooklyn-Close to Manhattan", + 125 + ], + [ + "Great 2 bedroom apartment in Williamsburg!", + 225 + ], + [ + "Nice apartment with a deck!", + 92 + ], + [ + "Lovely Central East Village 2 Person Entire Apt", + 185 + ], + [ + "PRIME LOCATION STYLISH COMFORT", + 226 + ], + [ + "South Slope Private Bedroom", + 50 + ], + [ + "A Gem in Harlem - Modern Living", + 80 + ], + [ + "Great for families!", + 200 + ], + [ + "Lovely 1BR - Midtown East by metro!", + 99 + ], + [ + "Cat lovers: 3-story Park Slope Townhouse with cat!", + 68 + ], + [ + "Cozy Love Nest Prospect Heights", + 102 + ], + [ + "3 bdrm family friendly home in central Park Slope", + 220 + ], + [ + "Renovated Spacious 1BR Upper West", + 199 + ], + [ + "Stylish Large 1bd APT in Chinatown/Tribeca NYC", + 165 + ], + [ + "Two Bridges District Chinatown NYC", + 150 + ], + [ + "Huge sunny artist loft +roof garden", + 385 + ], + [ + "Brooklyn waterfront large sunny apt", + 75 + ], + [ + "The SoHo Loft - Huge Penthouse - 1,200 sqft", + 499 + ], + [ + "10min Walk & 15mins to Tourist Spot", + 85 + ], + [ + "Classic Brooklyn Brownstone", + 160 + ], + [ + "Beautiful, Spacious 4 BR Brooklyn Brownstone", + 249 + ], + [ + "Carroll Gardens Carriage House", + 80 + ], + [ + "Modern private room in condominium", + 120 + ], + [ + "Hi Traveler.. welcome", + 35 + ], + [ + "NYC 30 min by Subway, Brooklyn 2", + 169 + ], + [ + "Trendy Nest in the East Village", + 220 + ], + [ + "BEAUTIFUL ROOM IN BKLYN BROWNSTONE", + 85 + ], + [ + "UPWS sunny DUPLEX +PATIO", + 300 + ], + [ + "Private Bdrm & Bath-30-night min-Weekly Maid Serv.", + 79 + ], + [ + "Private Bedroom in Wooden House", + 90 + ], + [ + "Room w/pvt bathroom on Central Park", + 99 + ], + [ + "Beautiful Downtown Manhattan Share", + 50 + ], + [ + "Sunny Rm #1, Air Conditioner, Park,Express Q train", + 46 + ], + [ + "Park Slope duplex with backyard", + 325 + ], + [ + "Spacious Apartment w extra room", + 68 + ], + [ + "HEART OF SOHO The Perfect One Bedroom Apt", + 198 + ], + [ + "Charming & Spacious One Bedroom", + 100 + ], + [ + "Hip Stylish WIlliamsburg Studio", + 175 + ], + [ + "SLEEK WEST VILLAGE ARTIST STUDIO LOFT", + 130 + ], + [ + "Sunny 1BD in Greenwich Village", + 180 + ], + [ + "1760 Sq ft Penthouse apartment", + 209 + ], + [ + "Charming, Retro Apt on the UWS", + 150 + ], + [ + "The biggest small apt in Manhattan", + 104 + ], + [ + "SPACIOUS Fabulous Sunny Loft for 2 wks in Fall", + 175 + ], + [ + "Enjoy a 1 Bedroom to share, NYC", + 80 + ], + [ + "Charming ROOM(s)*Lovely BUSHWICK Block*25min->City", + 68 + ], + [ + "Cozy Room in Lively East Village", + 72 + ], + [ + "Modern Sunny 2 Bedroom Apartment", + 107 + ], + [ + "Large sunny 1br apt in East Village", + 150 + ], + [ + "Bronx Room Near Yankees + Harlem", + 45 + ], + [ + "Ready private furnished room w/Wifi", + 49 + ], + [ + "Artist's Ditmas Pk 5 bedroom house", + 349 + ], + [ + "Spacious Upper West Side 1-Bedroom", + 185 + ], + [ + "Gramercy Pk Area, w Rooftop Gdn!", + 145 + ], + [ + "Wake up to the skyline of the city, prime location", + 96 + ], + [ + "Artist Loft @ Bushwick, Brooklyn", + 120 + ], + [ + "Wonderful east village floor thru", + 160 + ], + [ + "Your own townhouse in Bklyn Heights", + 800 + ], + [ + "The Brooklyn Woodworker 3bdrm/2bth", + 349 + ], + [ + "The Cottage / 1500 sqft. of Privacy", + 350 + ], + [ + "Cozy, Hella Sunny, and Convenient!", + 125 + ], + [ + "Boerum Hill Brownstone Garden Duplx", + 350 + ], + [ + "Brownstone Beauty with Deck", + 150 + ], + [ + "Loft Apt and Art Studio: 4-month rental", + 180 + ], + [ + "Beautiful Brand New Chelsea Studio", + 200 + ], + [ + "Big, Bright, and Beautiful", + 99 + ], + [ + "Great studio apt in midtown west!", + 130 + ], + [ + "Williamsburg Apt, close to metro L", + 150 + ], + [ + "Lovely Brooklyn Apt", + 90 + ], + [ + "Above Graham stop - L train", + 95 + ], + [ + "Beautiful apt 10 min to Wbrg!", + 70 + ], + [ + "Gorgeous, charming Upper East private room", + 82 + ], + [ + "3 bedroom duplex apt with backyard", + 250 + ], + [ + "Cozy and quiet with secret garden", + 90 + ], + [ + "YOU ROOM IN NYC", + 75 + ], + [ + "1BR Loft in Brooklyn", + 160 + ], + [ + "Cozy room in 2 bedrm apt in amazing Harlem!", + 115 + ], + [ + "Beautiful 3 room studio in Brooklyn", + 150 + ], + [ + "Luxury Loft in Creative & Fun Apt", + 89 + ], + [ + "Airy 1BR nice area Queens nr subway", + 69 + ], + [ + "Guest Room in Art Loft in Chelsea", + 170 + ], + [ + "Tranquility & convenience in Bklyn", + 375 + ], + [ + "Convenient East Village Studio,", + 118 + ], + [ + "Very cute quiet Studio in chelsea", + 135 + ], + [ + "Yankee Nest", + 250 + ], + [ + "Greenpoint gypset retreat", + 200 + ], + [ + "Beautiful sunny Nolita/Soho Apt", + 150 + ], + [ + "Comfortable Private Room in Upper Manhattan 2BR", + 50 + ], + [ + "Large light-filled Apt in Brooklyn", + 60 + ], + [ + "Beautiful Spacious Brownstone", + 100 + ], + [ + "Come stay in super comfy and cozy!", + 265 + ], + [ + "UES Jewel-Private Long Term Rental", + 90 + ], + [ + "Great 1BR, 1BaR in Lux Bldg w Pool", + 175 + ], + [ + "lovely private room in South Park Slope", + 36 + ], + [ + "☆ Home Away From Home <3 of NYC! ☆ 2BR ENTIRE HOME", + 250 + ], + [ + "Bright, Renovated 1BR in Brownstone", + 220 + ], + [ + "1bedroom, 70s UWS,brownstone charm", + 93 + ], + [ + "Sunny + Charming 2 BR in Brooklyn Brownstone", + 275 + ], + [ + "King size bedroom in 2 bed apartment", + 109 + ], + [ + "Industrial Loft in Williamsburg", + 450 + ], + [ + "1 BR Village - 30 day+ stay", + 165 + ], + [ + "Nice one bedroom apartment by the Prospect park", + 80 + ], + [ + "A Little West Village Charm", + 295 + ], + [ + "Very Large, Airy, and Bright Loft -Williamsburg", + 280 + ], + [ + "Spacious Nolita 2 Bd w/roof garden", + 300 + ], + [ + "2RW - CARRIAGE HOUSE STUDIO OFF CTYD", + 99 + ], + [ + "Sunny 2 Bedroom Duplex with Garden", + 175 + ], + [ + "Large NYC Chelsea Studio - King Bed", + 225 + ], + [ + "CHELSEA APT- SPACE, LIGHT, BEAUTY! ", + 230 + ], + [ + "Beautiful bedroom in Prospect Heights", + 90 + ], + [ + "Upper West Side 1-bedroom", + 102 + ], + [ + "Nice and clean private space in Bklyn loft.", + 59 + ], + [ + "East Village Oasis! 1Bd Apt", + 195 + ], + [ + "cozy 2bedroomAPART 10min to MIDTOWN", + 150 + ], + [ + "Manhattan *SuperHost* Luxury 2 Bdrm Apt Sleeps 6+", + 170 + ], + [ + "Hell's Kitchen Musician's Hideaway", + 217 + ], + [ + "Stylish Uptown Westside Apt.", + 185 + ], + [ + "Large + Bright private bedroom in NoLiTa", + 58 + ], + [ + "Entire loft, best Williamsburg", + 189 + ], + [ + "3RW - CARRIAGE HOUSE STUDIO OFF CTYD", + 88 + ], + [ + "QUITE LOVELY STUDIO IN HEART OF HELLS KITCHEN**", + 195 + ], + [ + "Studio Apartment Bushwick/Ridgewood", + 110 + ], + [ + "Luxury 2-bdrm w Piano & Gym", + 120 + ], + [ + "Heart of Greenwich Village near Bleecker St", + 79 + ], + [ + "1 corner bedroom with lots of light", + 110 + ], + [ + "Clinton Hill Lux Apt Grill & Lawn", + 200 + ], + [ + "COMFORTABLE PRIVATE ROOM FOR RENT", + 69 + ], + [ + "My Little Guest Room in Flushing", + 55 + ], + [ + "Brooklyn Heights 1brm Private Deck ", + 135 + ], + [ + "Stunning apt with downtown views!", + 500 + ], + [ + "Brooklyn Summer Sublet-Ditmas Park", + 90 + ], + [ + "Chic One-Bedroom Apt", + 135 + ], + [ + "Cozy Room in GREENPOINT Apt. YeY", + 199 + ], + [ + "1 BR with garden--East Village", + 90 + ], + [ + "Cozy Upper East Side 1 Bedroom", + 160 + ], + [ + "Sun Fill Room in a Spacious Apt", + 65 + ], + [ + "Lrg1Bdrm, Terrace w/ Cent.Park View", + 210 + ], + [ + "Gorgeous Chelsea loft in the heart of Manhattan", + 399 + ], + [ + "Historic sundrenched apt of the Lower East Side", + 300 + ], + [ + "Brooklyn Amazing 2bedrm Luxury Apt", + 185 + ], + [ + "Beautiful 2-BDRM Brownstone Apartment", + 220 + ], + [ + "One Bdrm in Trendy Prospect Hts", + 121 + ], + [ + "Feels like home with park view", + 120 + ], + [ + "Bedroom, kitchen and private garden", + 152 + ], + [ + "View of skyline w roof deck, perfect for families!", + 250 + ], + [ + "Spacious Room/Hip East Village Apt!", + 99 + ], + [ + "Full apartment close to G & L train", + 104 + ], + [ + "Huge & sunny 1BR apt in Greenpoint", + 120 + ], + [ + "Gorgeous Unique Garden-Terrace-Apt.", + 295 + ], + [ + "Charming old school 1BR in C. Gardens Brooklyn", + 90 + ], + [ + "Designer Studio in the HEART of WV!", + 197 + ], + [ + "Studio Apartment Greenwich Village", + 145 + ], + [ + "Lovely Manhattan Apartment", + 90 + ], + [ + "CLEAN PRIVATE ROOM IN CHELSEA NYC", + 125 + ], + [ + "GREAT DEAL IN TIMES SQ./HK", + 190 + ], + [ + "Artist space for creative nomads.", + 76 + ], + [ + "Bright friendly room in Brooklyn", + 50 + ], + [ + "GREAT EAST VILLAGE LOCATION, ELEVATOR & ROOFTOP!!!", + 107 + ], + [ + "Entire 1 Bedroom Apartment Flat Historic Bedstuy", + 80 + ], + [ + "Beautiful Garden Duplex in Brooklyn", + 150 + ], + [ + "Bright, Airy Loft Apt in Bushwick", + 110 + ], + [ + "800sqft apartment with huge terrace", + 115 + ], + [ + "☆ 2BR East Village ☆ Sleeps 5 | BEST LOCATION ☆", + 151 + ], + [ + "Duplex Loft in Fort Greene", + 130 + ], + [ + "Fabulous Urban Retreat 2bdr", + 180 + ], + [ + "large spacious room", + 95 + ], + [ + "Sunny Private Bedroom by Express Train, Colleges!", + 79 + ], + [ + "Luminous Modern Apt Share for Young Professionals", + 60 + ], + [ + "Spacious Stylish 2 Bedroom Suite", + 133 + ], + [ + "Central Park West/ 80s One bedroom!", + 120 + ], + [ + "Your own floor (private) in prime Williamsburg!!", + 120 + ], + [ + "Bright and Spacious Manhattan", + 700 + ], + [ + "TIMES SQ - FABULOUS 1BR/ BEST VIEW!", + 165 + ], + [ + "Beautiful, Quiet, Spacious 1BR - UWS by parks", + 165 + ], + [ + "Stylish 1BR Apartment Quick to Midtown and LGA!", + 54 + ], + [ + "Romantic Creative Retreat: Feel the Glow", + 100 + ], + [ + "Modern Private 2 BR Near DT Manhattan – 3 stops", + 80 + ], + [ + "*Lovely Bedroom! Big Sunny Apt*Manhattan*", + 96 + ], + [ + "Beautiful Park Slope 2 bedroom", + 159 + ], + [ + "Sweet n' Spectacular PARK SLOPE!", + 50 + ], + [ + "Upper East Side 1 LG BR Avail in my Cute 2BR Apt", + 75 + ], + [ + "Beautiful Fresh Studio for Sublet", + 155 + ], + [ + "Pvblic Bath Artist Loft", + 150 + ], + [ + "Escape to our Great Beach Getaway", + 92 + ], + [ + "Privet Room in Greenpoint +Backyard *location", + 75 + ], + [ + "Comfy New York City Launching Pad!!", + 69 + ], + [ + "Lovely Condo Carroll Gardens/Gowanus", + 115 + ], + [ + "Charming Loft in the East Village", + 120 + ], + [ + "PRIVATE ROOM in HELL'S KITCHEN, NYC", + 120 + ], + [ + "SOHO/VILLAGE CHARMING STUDIO", + 215 + ], + [ + "Beautiful Modern Apt in Brooklyn", + 195 + ], + [ + "Comfortable 1 Bedroom in Greenpoint", + 175 + ], + [ + "LARGE BEDROOM +PRIVATE BATHROOM", + 80 + ], + [ + "Huge Bdrm in New Wilibrg 3 Bed Loft", + 48 + ], + [ + "Warm&Cozy Studio West Village", + 200 + ], + [ + "Luxury Pad NYC - Williamsburg Loft", + 275 + ], + [ + "Very close to Downtown Awesome Room", + 72 + ], + [ + "Designer open space in TriBeCa Soho 1000sq ft", + 199 + ], + [ + "Great find- 2 bedroom apartment in Williamsburg!", + 250 + ], + [ + "CLOSE TO CENTRAL PRK & EXPRESS TRAINS ABCD 2/3", + 75 + ], + [ + "Awesome Place! Amazing Location!!!", + 125 + ], + [ + "Everyone who stays leaves happy!", + 229 + ], + [ + "Spacious one bedroom apartment in Brooklyn Heights", + 175 + ], + [ + "Adorable 1 Bedroom", + 140 + ], + [ + "Beautiful Bedroom in Brooklyn", + 54 + ], + [ + "A GEM IN THE CITY", + 75 + ], + [ + "Cozy 1BD Manhattan close Central Pk", + 110 + ], + [ + "Penthouse Studio East 50s Terrace", + 165 + ], + [ + "In Manhattan+1 Small Block to train", + 55 + ], + [ + "In_Manhattan+1 Small Block to train", + 55 + ], + [ + "Spacious Greenwich Village Loft", + 300 + ], + [ + "NYC Chelsea very spacious 1-bedroom apartment", + 275 + ], + [ + "Greenwich Village Skylit 1BR +deck!", + 331 + ], + [ + "Williamsburg Peace for the Solo Traveler", + 77 + ], + [ + "1 Bed Manhattan Apt. Minimum 7 DAYS", + 60 + ], + [ + "The Perfect Brooklyn Heights Apt", + 129 + ], + [ + "Dream Room in Sunnyside New York", + 100 + ], + [ + "Beautiful apartment in Park Slope", + 120 + ], + [ + "Most breathtaking view of Manhattan", + 500 + ], + [ + "BIG UWS APT-BLOCK FROM CENTRAL PARK", + 179 + ], + [ + "Beautiful Ft. Greene Apartment-NEW!", + 149 + ], + [ + "lovely, spacious wmsbrg apt w deck", + 180 + ], + [ + "Sml Rm in pr. Brst in Pk Sl great for Med/students", + 100 + ], + [ + "Rare Loft Apt in Heart of Brooklyn", + 180 + ], + [ + "Amazing Greenpoint/WBurg, BRKLN 1BR", + 128 + ], + [ + "2B+Office Perfect 4 Young Family!!", + 260 + ], + [ + "College Students see New York !", + 55 + ], + [ + "Cosy Large Bedroom Park Slope", + 65 + ], + [ + "Bright UES Gem Near Central Park", + 200 + ], + [ + "Garden Oasis in the ♥️ of NYC | Steps to Times Sq!", + 249 + ], + [ + "Brownstone Home - BEST BKLYN BLOCK!", + 300 + ], + [ + "Convenient, Central, Comfortable", + 120 + ], + [ + "Charming triplex in NYC brownstone!", + 120 + ], + [ + "Cozy 1BR apart. in Prospect Hts, BK", + 125 + ], + [ + "Queens Quality Convenient Apartment", + 99 + ], + [ + "Gorgeous 1 Bdrm Haven/Shared Ktchn", + 115 + ], + [ + "Hip Brooklyn Photo Studio Loft!", + 275 + ], + [ + "Chateau Gowanus", + 198 + ], + [ + "HUGE East Village 2 Bd w/Priv Yard", + 199 + ], + [ + "Cozy Comfortable Friendly & Cheap!", + 45 + ], + [ + "1 FLOOR OF A BROWNSTONE WITH GARDEN", + 125 + ], + [ + "Full-Service Studio Apt in Brownstone/Townhouse", + 80 + ], + [ + "2 BED TriBeCa, Beautiful-Renovated!", + 130 + ], + [ + "Small Private Room # 1 with Window", + 35 + ], + [ + "Full Apt! L Train On The Corner!!", + 90 + ], + [ + "Great house in Williamsburg ", + 250 + ], + [ + "1 BR Apartment near Prospect Park!", + 115 + ], + [ + "Brooklyn Carriage House", + 200 + ], + [ + "Big Sunny Williamsburg 14ft Ceilings w Half Bath", + 64 + ], + [ + "Historic Brownstone Parlor & Garden", + 65 + ], + [ + "NYC/Queens 1 Bedroom Apartment", + 175 + ], + [ + "Cozy bedroom in Hells Kitchen", + 90 + ], + [ + "Great room in 2BR, Bright + Cozy!", + 85 + ], + [ + "ENTIRE LUXURY MADISON AVE STUDIO", + 150 + ], + [ + "Great deal! Manhattan 1-bedroom 1 month sublet", + 50 + ], + [ + "Spacious apt in South Harlem, steps to subways !", + 136 + ], + [ + "Williamsburg, Brooklyn Townhouse", + 400 + ], + [ + "In the heart of Prospect Park, BK!", + 125 + ], + [ + "In the Hub of Union Square, NYC", + 165 + ], + [ + "COMFY-CUTE-N-CLEAN APT in WBURG", + 180 + ], + [ + "NYC Whole Apt. Dec 26th- Feb 3rd", + 105 + ], + [ + "Ti me Square Stylish 1 Bedroom", + 148 + ], + [ + "1BD brownstone apt in Fort Greene!", + 120 + ], + [ + "Slick Studio with High Ceilings", + 99 + ], + [ + "East Village perch!", + 175 + ], + [ + "Big Room in Williamsburg Loft", + 85 + ], + [ + "1 BR - Garden - Broadway?", + 80 + ], + [ + "Sal's bnb", + 119 + ], + [ + "Jacuzzi Suite, Minutes to Times Sq.", + 89 + ], + [ + "1-Bd Apt in PRIME Soho - NYC- July", + 195 + ], + [ + "Luxury 1Bed with Central Park Views", + 1000 + ], + [ + "NYC - Heart of Greenwich Village", + 225 + ], + [ + "Huge factory loft, prime location", + 165 + ], + [ + "bedroom in front of prospect park w/2 queens beds", + 60 + ], + [ + "Charming Sunny W. Village Apt.", + 165 + ], + [ + "Beautiful, bright room w/priv bath", + 80 + ], + [ + "Private bedroom in a 2-fam house for solo traveler", + 52 + ], + [ + "NOLITA, Home Sweet Home in NYC", + 160 + ], + [ + "1-BDRM, Good Light, Fire-Escape, AC", + 110 + ], + [ + "Apt Near Central Park & Columbia!", + 60 + ], + [ + "Beautiful 4BR/4BA Home, Staten Island, NY City.", + 299 + ], + [ + "East Village 1 Bedroom Apartment", + 200 + ], + [ + "Sweet Super Bowl Accomodations", + 700 + ], + [ + "Homey Townhouse + PRIVATE Bathroom", + 120 + ], + [ + "Cozy E. Harlem Brownstone PH", + 65 + ], + [ + "INSANE NYC views! Live in the sky!", + 263 + ], + [ + "Up Among the Trees 2", + 120 + ], + [ + "Central Park Luxury ( BEST DEAL ;)", + 150 + ], + [ + "Luxe Queen Size Bed*Cozy Elegance*Inwood Manhattan", + 60 + ], + [ + "Loft Room in Heart of Williamsburg", + 350 + ], + [ + "Enjoy and discover New York Citi", + 71 + ], + [ + "3 Bedroom 2.5 Bath Multilevel Home", + 433 + ], + [ + "Luxury Doorman Building! w/Pvt Bath", + 79 + ], + [ + "Hell's Kitchen, Midtown west!", + 140 + ], + [ + "☆☆New Discount☆☆ Beautiful Room / Next to Subway", + 61 + ], + [ + "Gorgeous Modern Manhattan Apt", + 100 + ], + [ + "Amazing NY apartment in SoHo/Nolita", + 250 + ], + [ + "Private rooms on a XLarge 3 br 2 baths", + 145 + ], + [ + "Lofted Bed in a Funky Family Loft!!", + 45 + ], + [ + "Room in Williamsburg Loft - Long Stays", + 73 + ], + [ + "Charming 1 bedroom Apt in Brooklyn", + 150 + ], + [ + "Charming 1br in of NYC's best Neighborhood!", + 234 + ], + [ + "East Village Hideaway", + 150 + ], + [ + "Cute, comfortable room in Gramercy", + 65 + ], + [ + "Spacious Brooklyn Loft w/ River View", + 195 + ], + [ + "Manhattan Sky Crib (1 year sublet)", + 135 + ], + [ + "Studio With Old-World Character", + 90 + ], + [ + "Spacious, rare, elegant, art-filled loft w sauna", + 595 + ], + [ + "Comfortable, clean & quiet in EV", + 109 + ], + [ + "One Bedroom Apartment in an 1879 Brownstone", + 200 + ], + [ + "ELEGANT MIDTOWN EAST STUDIO E.52 ST", + 90 + ], + [ + "32nd St & Lexington Ave / Doorman Beautiful Studio", + 100 + ], + [ + "COLUMBUS CIRCLE~FULLY FURNISHED!!!", + 85 + ], + [ + "GRAMERCY PARK~FURNISHED E.20's ST P", + 87 + ], + [ + "COLUMBUS CIRCLE~100% FURNISHED W.58", + 95 + ], + [ + "Charming 2 Bdrm UWS w/ private deck", + 349 + ], + [ + "BIG East Village 1bd all the extras", + 99 + ], + [ + "THE HEART OF ART IN THE HEART OF NY", + 160 + ], + [ + "Be in NYC's best: Lower East Side!", + 149 + ], + [ + "Lovely 2-room Studio in Crown Hghts", + 60 + ], + [ + "Chic Luxe 1BR 1.5BA 900sf -Midtown ", + 285 + ], + [ + "QUIET, SPACIOUS, COMFORTABLE, & GREAT LOCATION", + 72 + ], + [ + "Charming West Village Pad", + 150 + ], + [ + "2BR gem in Cobble Hill, Brooklyn", + 200 + ], + [ + "Prime location near Central Park !!", + 79 + ], + [ + "Bright, Quiet 2 BR in Awesome Area!", + 197 + ], + [ + "Secret Garden", + 75 + ], + [ + "HEART OF NYC! Sunny furn 1 br wifi", + 127 + ], + [ + "A nice quiet room in Manhattan", + 110 + ], + [ + "Cozy room on a tree lined street ", + 69 + ], + [ + "1 bedroom in a super cute 2 bed", + 100 + ], + [ + "GREAT Studio apartment in Midtown W", + 99 + ], + [ + "Peaceful with Windows, Brooklyn Apt", + 139 + ], + [ + "Great Apt Steps from Central Park", + 113 + ], + [ + "1 bedroom apt in heart of Chelsea", + 250 + ], + [ + "Boho Chic Rhapsody in New York City", + 295 + ], + [ + "Lux 2Bed/2.5Bath Central Park Views", + 2000 + ], + [ + "Winning Location in Hells Kitchen", + 220 + ], + [ + "Beautiful East Village apartment", + 75 + ], + [ + "BEDFORD AVE STUDIO APT WITH GARDEN", + 100 + ], + [ + "Amazing Williamsburg entire Loft. Floor 2B", + 199 + ], + [ + "Light & airy Chelsea NY 1bdrm apt", + 200 + ], + [ + "My Brooklyn Studio in Ditmas Park", + 140 + ], + [ + "1BR in nice 2BR Apt lovely Area ", + 50 + ], + [ + "Comfy room in beautiful apartment", + 45 + ], + [ + "Popular area in BK and Close to Manhattan", + 109 + ], + [ + "Central Park Sunny Bedroom", + 108 + ], + [ + "Bookcase Room with Hidden Door!", + 42 + ], + [ + "Great private room in awesome area!", + 70 + ], + [ + "REDUCED! Private Apt~Fun NYC area!", + 141 + ], + [ + "Elegant 2 BDRM Brooklyn Brownstone", + 355 + ], + [ + "Secret Garden Big and Comfortable", + 80 + ], + [ + "Sunrise Room in Spacious Duplex", + 250 + ], + [ + "A LITTLE PARADISE NEXT TO SUBWAY!", + 75 + ], + [ + "AMAZING LOCATION YOU WILL LOVE IT", + 88 + ], + [ + "small private bedroom female only", + 65 + ], + [ + "(B) BARGAIN SPACE", + 58 + ], + [ + "Cozy 1 bedroom apartment in NYC", + 75 + ], + [ + "Great Room in Astoria! Close to Everything!", + 100 + ], + [ + "Newly Renovated 1 BR", + 167 + ], + [ + "Large private bedroom in house, Bushwick/Ridgewood", + 65 + ], + [ + "Trendy Harlem Apartment in New York", + 125 + ], + [ + "Artist room for creative nomads", + 95 + ], + [ + "NEAR THE CITY THAT NEVER SLEEPS!", + 54 + ], + [ + "Warm, Comfortable, Inviting Home", + 89 + ], + [ + "Central Park Chic Single Room", + 92 + ], + [ + "Midtown West- A COZY ONE bedroom.", + 199 + ], + [ + "Beautiful West Village 1 BR apartment", + 179 + ], + [ + "Low Cost Room With GREAT Location", + 65 + ], + [ + "Spacious Private room in beautiful 1BR near Park", + 55 + ], + [ + "Gorgeous NY Studio in Midtown East", + 129 + ], + [ + "Terrific NY Studio in Midtown East", + 134 + ], + [ + "Cozy Private Bedroom $800 Month", + 35 + ], + [ + "duplex with backyard upper eastside", + 250 + ], + [ + "Huge Sunny Modern Apt. (1k+sqft)", + 249 + ], + [ + "Cozy 15 mins Manhattan& 10 Mins LGA", + 62 + ], + [ + "Large Room / Light / Columbia University - UWS", + 119 + ], + [ + "Full 1BR Apartment in Park Slope", + 179 + ], + [ + "Lovely Garden Apt. in Fort Greene.", + 220 + ], + [ + "Modern Lofted Williamsburg 3bd", + 198 + ], + [ + "Brooklyn's top", + 155 + ], + [ + "Quirky Sunny Retreat Central Williamsburg", + 199 + ], + [ + "East Village Artist's Studio", + 95 + ], + [ + "LEGAL PARK SLOPE 5 BR, ROOF TERRACES for 14 PEOPLE", + 550 + ], + [ + "Guestroom w/ 2 beds 20 mins to NYC ", + 60 + ], + [ + "Stunning 3BR loft in Williamsburg!!!!", + 380 + ], + [ + "Bushwick Creative Den of Bliss", + 84 + ], + [ + "UWS Charming 1 bedroom + loft", + 165 + ], + [ + "Roomy Updated Studio - East Village", + 105 + ], + [ + "Private Suite in Historic House", + 134 + ], + [ + "Sunny Elegant and Big Room!", + 68 + ], + [ + "The heart of the metropolis", + 73 + ], + [ + "Park Slope One bedroom with Balcony", + 150 + ], + [ + "Lovely, large studio near Central Park", + 100 + ], + [ + "Cute & Cozy NYC Room - Hell's Kitchen (dog in apt)", + 75 + ], + [ + "5th Ave Apartment in Midtown! ", + 120 + ], + [ + "LARGE PRIVATE FLOOR IN BROOKLYN, NY", + 85 + ], + [ + "Comfy apartment, adorable cat!", + 55 + ], + [ + "GREAT private apt on MULBERRY st - Nolita / Soho", + 95 + ], + [ + "Clean Cute Private Room in CHELSEA", + 72 + ], + [ + "SUNNY LOFT: Greenwich Village, NYC", + 250 + ], + [ + "The Serenity Room in Historic BKLYN", + 69 + ], + [ + "Peaceful double room in Brooklyn Brownstone", + 78 + ], + [ + "NYC 1st Shipping Container Home", + 220 + ], + [ + "Charming South Village w/ Private Terrace", + 230 + ], + [ + "Airy Bed Sty Restoration", + 150 + ], + [ + "Cozy Private room in Fort Greene", + 80 + ], + [ + "W'burg Hidden Treasure Off Lorimer", + 150 + ], + [ + "Park Slope Brownstone with Garden", + 150 + ], + [ + "UWS renovated 2bedroom 2bath near everything.", + 900 + ], + [ + "Great apt in the heart of E Village", + 130 + ], + [ + "HOME AWAY FROM HOME", + 70 + ], + [ + "An Oasis in the Big Apple 1", + 120 + ], + [ + "Room Available Close to Manhattan-A", + 75 + ], + [ + "Classy Brooklyn Studio", + 100 + ], + [ + "HISTORIC WILLIAMSBURG, BKLYN #2", + 69 + ], + [ + "2BR PENTHOUSE w Private Roofdeck", + 399 + ], + [ + "Brand New 2-Level 2-Bedroom Condo", + 299 + ], + [ + "private bedroom w/private bathroom on Central Park", + 100 + ], + [ + "Cozy bedroom near Manhattan & airport", + 68 + ], + [ + "Large room, Outdoor Patio, Great Host, Safe Area!", + 103 + ], + [ + "Cozy, ideal live-work space in the heart of LES!", + 175 + ], + [ + "Sunny, Large & Lovely in Greenpoint", + 330 + ], + [ + "**YOUR CHELSEA LOFT, WELCOME HOME", + 425 + ], + [ + "Charming East Village Apartment", + 240 + ], + [ + "Room Available-Close to Manhattan-B", + 75 + ], + [ + "Private Two Bedroom with Garden in Cobble Hill", + 210 + ], + [ + "Chic Victorian private apartment in townhouse", + 175 + ], + [ + "Amazing location! 10ft from L train", + 85 + ], + [ + "An Oasis in the Big Apple 2", + 120 + ], + [ + "An Oasis in the Big Apple 3", + 120 + ], + [ + "Room in Clinton Hill Brooklyn Loft", + 75 + ], + [ + "West Village 2 Bedroom Apt", + 495 + ], + [ + "WILLIAMSBURG 1 private room in loft", + 65 + ], + [ + "2 Beds/Queen & Full Beautiful Room 40 minsT.Square", + 39 + ], + [ + "Feel the Brooklyn Love!", + 93 + ], + [ + "2 private BRs, private bath - Like your OWN APT", + 146 + ], + [ + "Bright 1 BR in Brooklyn", + 120 + ], + [ + "Charming Harlem Getaway-Women Only", + 79 + ], + [ + "Nice studio apartment in Brooklyn!", + 100 + ], + [ + "Large pleasant room nr Central Park", + 120 + ], + [ + "Heart of Harlem 1 BR Garden apt", + 150 + ], + [ + "Colorful New York East Village Apt", + 144 + ], + [ + "Medium-sized furnished room", + 60 + ], + [ + "NYC Spacious 3b, new, river view", + 350 + ], + [ + "Large Private Room in Clinton Hill Brooklyn Loft", + 85 + ], + [ + "Space! Light! Charm! 1BR close to subways & park", + 195 + ], + [ + "MANHATTAN CHARMER WOW - ALL YOURS!!", + 200 + ], + [ + "Modern and Cozy Home - LES", + 169 + ], + [ + "Large room 2blks from central Park", + 95 + ], + [ + "Very Large Loft in Chelsea for Your Stay!!", + 375 + ], + [ + "3 BR Apartment in Heart of Brooklyn", + 168 + ], + [ + "Grand Brooklyn Apartment", + 50 + ], + [ + "❤️ of Williamsburg, Private Entrance", + 129 + ], + [ + "House 10 min from Midtown Manhattan", + 245 + ], + [ + "Duplex Loft Suite w/ Patio @ Box House Hotel", + 199 + ], + [ + "Duplex w/ Patio @ Box House Hotel", + 199 + ], + [ + "Pristine Room and Art Experience", + 99 + ], + [ + "Garden Pl Historical Artist studio", + 160 + ], + [ + "Huge Room in South Williamsburg", + 65 + ], + [ + "Feel at HOME away from HOME", + 70 + ], + [ + "WEST HARLEM PRIVATE BEDROOM", + 80 + ], + [ + "AMAZING COLUMBUS CIRCLE LOCATION :)", + 100 + ], + [ + "Clean & Quiet BR in Sunset Park, BK", + 70 + ], + [ + "Gorgeous Apt Heart of West Villlage", + 200 + ], + [ + "Private Bedroom in Sunny Brooklyn Apartment", + 66 + ], + [ + "**YOUR HOME AWAY FROM HOME** : UES/66th LG 1 BDRM", + 200 + ], + [ + "Private Room Williamsburg(Ariel) 4p", + 95 + ], + [ + "Sunny & Clean Apt, Ideal Location", + 140 + ], + [ + "1 Pvt. Room in Upper West Manhattan", + 65 + ], + [ + "Centrally located and spacious apt.", + 106 + ], + [ + "QUIET spacious 1BR, great location!", + 155 + ], + [ + "CHIC Apt in TRENDY East Village", + 249 + ], + [ + "Homey, Clean studio- East Village", + 120 + ], + [ + "Private Room in lovely Greenpoint", + 52 + ], + [ + "Bright Friendly Apt, East Village!", + 75 + ], + [ + "Williamsburg Loft!! Bedford L 1blk!", + 195 + ], + [ + "Wedding guests accommodations, 3-7 bedrooms", + 625 + ], + [ + "Luxury Furnished 1 BR Apartment Near Central Park", + 171 + ], + [ + "1 BR Modern Luxury Apart w W/D Steps From Park", + 185 + ], + [ + "Cozy Private Room in LIC", + 55 + ], + [ + "Beautiful private Apt-15m Manhattan (3rd Room)", + 50 + ], + [ + "BEST KIPS BAY LOCATION. HUGE 1BD", + 120 + ], + [ + "Beautiful duplex loft with Skylight", + 210 + ], + [ + "Entire 1BR Bohemian Apartment in Center of NYC", + 133 + ], + [ + "Simple and cozy place on the beach", + 73 + ], + [ + "LOVELY 2BR West Village Apt!", + 350 + ], + [ + "Luxury Tribeca 1bdr in Doorman Bldg", + 259 + ], + [ + "Inwood-at the foot of the Cloisters", + 97 + ], + [ + "NOLITA&SOHO BEST LOCATION&GREAT APT", + 199 + ], + [ + "Upper West Side Stunner", + 125 + ], + [ + "Spacious Heart of Ft. Greene Studio", + 100 + ], + [ + "Tiffany Room in Duplex Home", + 39 + ], + [ + "Beautiful 1 bedroom in NOLITA (2 blocks from SOHO)", + 125 + ], + [ + "Entire gorgeous,cozy,light two bed ", + 150 + ], + [ + "Luxury Locale Sunny 1BR Suite", + 170 + ], + [ + "Little Italy gem Center of it all!", + 199 + ], + [ + "Enjoy All the Comforts of Home!", + 80 + ], + [ + "Park Slope-Private Room/Bath/Entry", + 125 + ], + [ + "Private rooms in heart of Chelsea", + 155 + ], + [ + "sunny private room in east village", + 120 + ], + [ + "Stunning views! 3 separate bedrooms, L train Loft", + 220 + ], + [ + "Lovely, Sunny 1-Bedroom Apt with Kitcat", + 90 + ], + [ + "HUGE mid-century modern, sunny flat w/ amazing cat", + 61 + ], + [ + "East Village Studio, Great Location", + 179 + ], + [ + "Cozy Vintage Studio in Flushing (Close to LGA/JFK)", + 108 + ], + [ + "Cozy 4 BR Brooklyn townhouse in Clinton Hill", + 575 + ], + [ + "Lovely Loft space near Central Park & Times Square", + 99 + ], + [ + "1 Bed Williamsburg Apt, Amazing Loc", + 175 + ], + [ + "Charming Brooklyn Abode", + 110 + ], + [ + "Spacious 3 bedroom in Park Slope ", + 250 + ], + [ + "Historic Mansion, Comfortable Room", + 100 + ], + [ + "Cozy Village apartment near NYU", + 200 + ], + [ + "Big, close to subway, 3 stops from the city", + 89 + ], + [ + "Sunny 2BR Penthouse - HUGE Terrace", + 400 + ], + [ + "LUXURY BROOKLYN LOFT STEPS TO PARK & SUBWAY", + 149 + ], + [ + "SoHo Loft - The One", + 500 + ], + [ + "1 Private Bedroom / East Village", + 95 + ], + [ + "Mitchell Manor", + 125 + ], + [ + "Super Cute Upper West Side Apt!!", + 80 + ], + [ + "Elegant Stuyvesant Heights Retreat", + 105 + ], + [ + "Location Moreno", + 39 + ], + [ + "PRIVATE BATH/TONS OF SUNLIGHT/SAFE", + 49 + ], + [ + "Cozy Soho Studio Loft Apt Bleecker ", + 187 + ], + [ + "Room: King size bed + private bath", + 55 + ], + [ + "Light-Filled Prospect Height Apt.", + 250 + ], + [ + "Clean Bright Midtown Studio by Park", + 125 + ], + [ + "Your OWN Private Garden Apartment", + 100 + ], + [ + "Zen Holiday Getaway", + 175 + ], + [ + "Brooklyn Charm in Clinton Hill", + 50 + ], + [ + "Perfect Midtown Apt E. 50th St", + 133 + ], + [ + "UES Manhattan Quiet Nest 1 Bdrm", + 155 + ], + [ + "Great location, cozy and quiet.", + 140 + ], + [ + "Apto 2 bed $80 night per person", + 80 + ], + [ + "Private Oasis, en suite bathroom", + 103 + ], + [ + "Gorgeous Duplex w Riverview Terrace", + 600 + ], + [ + "Artist's Jungle Suite + Private Bathroom", + 70 + ], + [ + "Private 2BR / East Williamsburg, Bk", + 75 + ], + [ + "Mermaid Oasis in the Heart of Brooklyn", + 55 + ], + [ + "East Harlem Studio", + 50 + ], + [ + "1 Bedroom Apartment in quiet area.", + 390 + ], + [ + "Beautiful 3 bedroom apartment!!", + 82 + ], + [ + "Art Lover's Abode Brooklyn", + 52 + ], + [ + "Bed & Bathroom in Williamsburg Loft", + 115 + ], + [ + "Big Comfy Beds & Breakfast on the Deck", + 299 + ], + [ + "Brand New, Boutique Brooklyn Condo", + 175 + ], + [ + "Designer apt. in Williamsburg, NYC", + 100 + ], + [ + "Adorable Midtown West Studio!", + 95 + ], + [ + "Sublet Lovely Room in Astoria, 3-4 months", + 55 + ], + [ + "Beautiful communal house Bushwick", + 45 + ], + [ + "Beautiful 1 br in Williamsburg", + 165 + ], + [ + "Studio in Chelsea", + 105 + ], + [ + "Gorgeous Williamsburg Apt + balcony", + 200 + ], + [ + "Gorgeous apt. steps from subway", + 65 + ], + [ + "Room for rent in East Village", + 100 + ], + [ + "Bedford Loft, Williamsburg Prime", + 312 + ], + [ + "Studio in FlatIron, NYC !! ", + 195 + ], + [ + "1 Bdrm Apt-Luxury Bldg-Upper West", + 100 + ], + [ + "Cozy 1 BR in Prospect Heights", + 155 + ], + [ + "3BR/3 Bath House in Astoria", + 250 + ], + [ + "TIMES SQ/THEATRE DIST STUDIO", + 165 + ], + [ + "Very large, clean 1 BR apartment", + 120 + ], + [ + "Nice beautiful room In the Bronx", + 38 + ], + [ + "Great spot in Brooklyn", + 200 + ], + [ + "2 Beautiful Large Rooms/Fort Greene", + 90 + ], + [ + "Upper East Side Oasis!", + 85 + ], + [ + "Very clean bed room in queens NYC", + 55 + ], + [ + "Unique West Village Loft with Deck", + 350 + ], + [ + "Fantastic East Village Location!", + 59 + ], + [ + "New-York Family Friendly 2bdr/2bath", + 280 + ], + [ + "Cozy Room in Artistic Brownstone", + 69 + ], + [ + "Large One Bedroom in heart of North Williamsburg", + 230 + ], + [ + "XL 2 Bedroom LOFT in the Heart of Williamsburg", + 200 + ], + [ + "Cozy Quiet Sunny 1br Ditmas Park Close to Train", + 150 + ], + [ + "Gorgeous Brooklyn Getaway", + 75 + ], + [ + "Family Friendly Room & Bathroom on Central Park W", + 120 + ], + [ + "FULLY Furnished Studio ♥ Manhattan", + 140 + ], + [ + "rent whole apt. classy 1-bedroom upper west side", + 200 + ], + [ + "Large 2 bedroom, full floor apt.", + 225 + ], + [ + "Charming Fort Greene studio, dream location", + 145 + ], + [ + "Spacious room in historic house", + 60 + ], + [ + "Cozy apartment steps to subway", + 119 + ], + [ + "Great West Village 1 bdr apartment!", + 189 + ], + [ + "Charming Apt off Bleecker, First Fl", + 190 + ], + [ + "Private Bedroom LOWER EAST SIDE", + 69 + ], + [ + "GREAT ROOM Fast 2 TIMES SQ 9min NYC", + 70 + ], + [ + " 1 Bed Apt in Utopic Williamsburg ", + 155 + ], + [ + "New Flat, Great Light, Unique Brooklyn Bungalow", + 149 + ], + [ + "Sunny, Gorgeous West Village Home", + 160 + ], + [ + "HUGE, SUNNY ROOM, BLOCK 4RM TRAIN!", + 100 + ], + [ + "Comfy Cool Convenient Downtown Manhattan", + 220 + ], + [ + "Experience New York - A Locals Way", + 85 + ], + [ + "For cat lovers - East Village 1 bdr", + 135 + ], + [ + "Sunny Rm #2, Air Conditioner, Park,Express Q train", + 45 + ], + [ + "Big Brnstn Grdn Apt 2 stops to Midtown", + 225 + ], + [ + "Xmas in NYC!!!", + 100 + ], + [ + "PRIVATE ROOFTOP +BEST LOCATION+COZY", + 145 + ], + [ + "West Village - Gorgeous Studio Apt.", + 210 + ], + [ + "Spacious 1 Bedroom Apt, Prospect Hts/Park Slope", + 195 + ], + [ + "Room in 2 Bdr Apt in Nolita/Soho LES", + 95 + ], + [ + "Cozy West Village Apartment", + 140 + ], + [ + "Room With A View of Central Park", + 95 + ], + [ + "Love NYC! Luxury Apt Upper West ", + 295 + ], + [ + "Cute & Quirky Private Room", + 80 + ], + [ + "East Village, Modern Apartment @ Astor Place", + 250 + ], + [ + "Jazzy condo in Riverdale -fresh grown veggies", + 60 + ], + [ + "Studio Available on Upper East Side", + 150 + ], + [ + "Spacious Lower East Side Studio", + 159 + ], + [ + "Sunny in the Heart of Williamsburg", + 225 + ], + [ + "Beautiful Bedroom in Harlem", + 78 + ], + [ + "Lincoln Center luxury condo", + 210 + ], + [ + "Historic Brownstone Private Garden", + 60 + ], + [ + "Open loft in the heart of Union Sq.", + 220 + ], + [ + "Brooklyn two bedroom", + 199 + ], + [ + "Prospect Park Modern 3 Bedroom", + 225 + ], + [ + "Beautiful apartment nr Central Park", + 350 + ], + [ + "Bright Quiet Room in N. Manhattan", + 65 + ], + [ + "Live in real NY apt, Midtown west", + 225 + ], + [ + "Brooklyn Oasis - Master Bedroom.", + 82 + ], + [ + "Big City of Dreams, East Village!", + 75 + ], + [ + "Weekend NY getaway? Holiday stay?", + 60 + ], + [ + "Upper East side cozy 1 bdr apt", + 105 + ], + [ + "Cozy Apt in Bushwick, Brooklyn!", + 115 + ], + [ + "Monthly discount - 2 bedroom - upper east side", + 150 + ], + [ + "Park Slope House -private room -1 block from metro", + 65 + ], + [ + "Rustic Modern Duplex Brownstone", + 150 + ], + [ + "Prime Williamsburg location with private deck", + 101 + ], + [ + "Spacious 1 Bdrm in BEST location!!", + 130 + ], + [ + "Hancock Town House!-Stuyvesant Mews", + 165 + ], + [ + "Large one-bed apt Upper East Side", + 175 + ], + [ + "Modern 1-bedroom in Harlem Heights", + 115 + ], + [ + "Peaceful Garden Sanctuary best part of Brooklyn!", + 128 + ], + [ + "E'33-EMPIRE STATE -PERFECT SPAC", + 116 + ], + [ + "Small Town in the Big Apple!", + 192 + ], + [ + "Amazing apartment near museum, gardens & park!", + 150 + ], + [ + "Big Loft in Bushwick: Unfurnished, longterm sublet", + 163 + ], + [ + "Very Small Room, Old Historic Brooklyn Townhouse", + 40 + ], + [ + "Bright & Beautiful 3bdr apt in Prime Williamsburg", + 200 + ], + [ + "Cozy Modern LES Apt-Prime Location", + 158 + ], + [ + "CBG HelpsHaiti #5 Suite", + 115 + ], + [ + "Manhattan *SuperHost* Luxury Master Bedrm PRIVATE", + 85 + ], + [ + "Large & Elegant Pre-War One Bedroom", + 173 + ], + [ + "Duplex with two terraces and a view", + 250 + ], + [ + "Luxury Loft Noho New York City", + 465 + ], + [ + "Large but cosy Bushwick apartment", + 275 + ], + [ + "HUGE, PRIVATE, SUNLIT ROOM IN DOWNTOWN NYC LOFT!", + 195 + ], + [ + "Cute Studio Apt in a Mansion (1882)", + 63 + ], + [ + "Washington Heights homestay", + 36 + ], + [ + "Sunny apartment in Carroll Gardens", + 130 + ], + [ + "BOERUM HILL, Entire Home / Loft", + 200 + ], + [ + "Private Room in Converted Loft", + 85 + ], + [ + "Charming Astoria/NYC Studio Sublet", + 150 + ], + [ + "Home Sweet Room-SAPPHIRE-Queens NYC", + 45 + ], + [ + "Home Sweet Room-EMERALD-Queens NYC!", + 45 + ], + [ + "Spacious Private Bedroom Brooklyn - Williamsburg", + 79 + ], + [ + "Apt in Heart of Williamsburg", + 149 + ], + [ + "Sunny East Village studio apartment", + 200 + ], + [ + "Great Space / Private Room", + 85 + ], + [ + "Spacious & Sunny in Scenic Kw Gdns", + 60 + ], + [ + "ONE BED/ LUXURY @ COLUMBUS CIRCLE!", + 139 + ], + [ + "Chic 1 bd apt in Prime Williamsburg", + 160 + ], + [ + "Comfortable Room in UES - NYC ", + 95 + ], + [ + "Beautiful Apartment, Great Location", + 80 + ], + [ + "City View From Brooklyn– 2Bd+2Bth", + 250 + ], + [ + "Downtown Manhattan Luxury 1 Bedroom", + 349 + ], + [ + "Warm and Beautiful Harlem Apartment", + 165 + ], + [ + "Radiant Cobble Hill - 1 bedroom", + 119 + ], + [ + "West Village 1-BR Gem - Great Price", + 240 + ], + [ + "Private Townhouse Guest Suite", + 79 + ], + [ + "DEBBIE'S COZY RETREAT", + 215 + ], + [ + "Vintage Chic Haven in Kensington, Brooklyn", + 49 + ], + [ + "CSS (Central/Sunny/Spacious) 1 BR in Park Slope", + 190 + ], + [ + "Shabby Chic Modern Chelsea Studio", + 99 + ], + [ + "Quirky, Exposed-Brick Cozy Room Brooklyn Townhouse", + 68 + ], + [ + "Historic Park Slope Gem - 1br", + 185 + ], + [ + "Large, Private 2-BR Flat in the Lower East Side!", + 225 + ], + [ + "room in uper east side manhattan", + 81 + ], + [ + "BIG STYLISH SUNNY EAST VILLAGE 1BR", + 199 + ], + [ + "TASTEFUL DESIGN + SPACE FOREVER", + 55 + ], + [ + "Stylish West VILLAGE Water Views", + 340 + ], + [ + "Central Park North Guest House", + 135 + ], + [ + "Big apartment with top view! 1 block from subway.", + 85 + ], + [ + "Very Cool Entire Apartment | BUSHWICK", + 65 + ], + [ + "Whole Manhattan Apartment", + 100 + ], + [ + "large spaciousbrownstone house", + 109 + ], + [ + "Gorgeous sunny prime SoHo 1BR Apt.", + 290 + ], + [ + "Cozy room in beautiful apartment !", + 35 + ], + [ + "Pied-à-Terre in Midtown Manhattan", + 148 + ], + [ + "Newly Reno Room with Private Bath^", + 57 + ], + [ + "Lovely studio upper east side !", + 150 + ], + [ + "MANHATTAN BEAUTIFUL PIANO ROOM", + 60 + ], + [ + "MANHATTAN BEAUTIFUL FIRESCAPE ROOM", + 60 + ], + [ + "Cute shared studio apartment", + 45 + ], + [ + "MANHATTAN CONVENIENT 2 CLOSET ROOM", + 60 + ], + [ + "Entire Private, Spacious 1-BR in Ft. Greene", + 125 + ], + [ + "MANHATTAN CONVENIENT NICE ROOM IN NYC", + 60 + ], + [ + "Home away from home,clean and cozy.", + 75 + ], + [ + "Lovely East Village Apartment, Sept. 2 to 5 Only", + 121 + ], + [ + "1 large bedroom w/private bath", + 89 + ], + [ + "Sunny 2BD, 2 balconies", + 300 + ], + [ + "Charm&Quiet in Hip Greenpt Brooklyn", + 110 + ], + [ + "Entire Apt Yours! (5 Night Minimum)", + 99 + ], + [ + "Bright Loft One Stop from Soho", + 170 + ], + [ + "1BR w/private bath in modern Prospect Heights apt", + 90 + ], + [ + "ON HIGHLINE! Private room & bath", + 179 + ], + [ + "Large,sunny private room in Harlem", + 80 + ], + [ + "Bright, cozy private room in Harlem", + 65 + ], + [ + "Clean Private Bedroom on Lower East Side,Manhattan", + 69 + ], + [ + "Sunny Convienent Bushwick Room", + 42 + ], + [ + "Central Williamsburg Fab Large Room", + 70 + ], + [ + "Park Slope Apartment ", + 155 + ], + [ + "1 BEDROOM APARTMENT IN UPPER EAST", + 135 + ], + [ + "Clean cozy room central historic gay best area", + 120 + ], + [ + "Luxury 1BD in Historic Carrol Gardens Brownstone", + 135 + ], + [ + "Near Manhatten, NEW Empire Outlets, park!", + 47 + ], + [ + "Spacious & Comfy, Top of Central Pk", + 69 + ], + [ + "No Longer Available Brooklyn Brownstone", + 100 + ], + [ + "Dreamy Private Room in Super Cool Bedstuy Apt.", + 51 + ], + [ + "Sunny, Family-Friendly 2 Bedroom", + 4000 + ], + [ + "Spacious Sunny Union Sq Room", + 65 + ], + [ + "Experience Brooklyn like a True Brooklynite", + 60 + ], + [ + "Brooklyn Apt next to Prospect Park", + 70 + ], + [ + "Location AND Space in the city!!", + 130 + ], + [ + "Cute Room in Artist/Designers' Flat", + 70 + ], + [ + "Large 2BR Apt in Brownstone", + 200 + ], + [ + "Steps From Art, Shopping & Eats", + 150 + ], + [ + "Charming Backyard Apt in Townhouse", + 130 + ], + [ + "Private Bedroom in a Studio", + 68 + ], + [ + "DESIGNER LOFT W PRIVATE ROOFTOP & PANORAMIC VIEWS", + 79 + ], + [ + "Entire apt close to Lincoln Center ", + 149 + ], + [ + "Seeking tenant for January 2013", + 120 + ], + [ + "Spacious 1 BR Near the Water UES", + 250 + ], + [ + "NO PLACE LIKE YOUR NYC HOME! UPPER WEST SIDE 1BDRM", + 175 + ], + [ + "Large Bedroom for 2 brickwall", + 40 + ], + [ + "Charming Private room in Greenpoint", + 55 + ], + [ + "Manhattan Lux Loft.Like.Love.Lots.Look !", + 99 + ], + [ + "3br w/ Private Roof Steps to Subway", + 500 + ], + [ + "Airy+Sunny 1bdrm- Steps to HighLine", + 240 + ], + [ + "Brand New Bay House ", + 400 + ], + [ + "UES APT- NEAR CENTRAL PARK, MUSEUMS", + 280 + ], + [ + "Spacious Loft in heart of Tribeca", + 235 + ], + [ + "Ground Floor Studio With Backyard", + 130 + ], + [ + "❤️Feel@HOME Brooklyn Clinton Hill ❤️", + 96 + ], + [ + "Very cozy room with a tv.!", + 63 + ], + [ + "Brooklyn Apt: 1 Bedroom w/Garden", + 150 + ], + [ + "***HOT SPOT*** 2 blocks to L/G Trains *** Modern", + 200 + ], + [ + "comfy artsy cottage garden studio", + 90 + ], + [ + "Midtown Lux Manhattan by 5th Ave", + 269 + ], + [ + "Awesome, Unique EAST VILLAGE LOFT!!", + 80 + ], + [ + "Charming, huge BR, nr Prospect Park", + 80 + ], + [ + "Huge beautiful one bed West Village", + 400 + ], + [ + "Amazing Greenwich Village w pool", + 349 + ], + [ + "Historic East Village Townhouse", + 495 + ], + [ + "Big one bedroom located in Brooklyn", + 85 + ], + [ + "Spacious and Clean Brooklyn Flat", + 85 + ], + [ + "Spacious Centrally Located Apt!!!", + 999 + ], + [ + "BIG room in fun loft – heart of NYC", + 109 + ], + [ + "cozy charming apt - Lower East Side", + 175 + ], + [ + "1 BDR in Heart of Lower East side", + 150 + ], + [ + "Cozy Room in Williamsburg Loft Apt", + 80 + ], + [ + "Charming Studio Near Central Park!", + 150 + ], + [ + "Great 1 bedroom- awesome location", + 175 + ], + [ + "Modern Two-Bedroom Balcony Apartment", + 107 + ], + [ + "Beautiful apt uptown Manhattan", + 80 + ], + [ + "Clean 1 bedroom with private bath :)", + 80 + ], + [ + "Large sunny room 10 min to Midtown!", + 75 + ], + [ + "A Little Palace in Brooklyn for Shoots and Events", + 800 + ], + [ + "XL 90m2 2BR Victorian area,sleeps 7", + 130 + ], + [ + "Perfect 750 SF W. Village 1 Bedroom", + 250 + ], + [ + "LOVELY LOFT | 24H DOORMAN | PERFECT", + 260 + ], + [ + "Queen-sized Room Avail in Huge 2 bdrm/2bth loft.", + 36 + ], + [ + "Modern condo close to Prospect park", + 140 + ], + [ + "BEST LOWER EAST SIDE APT, SLEEPS 4 COMFORTABLY.", + 145 + ], + [ + "Beatiful Studio in williamsburg", + 120 + ], + [ + "COZY SUNNY ROOM, BLOCK 4RM TRAIN :)", + 75 + ], + [ + "New York City Dream Apartment", + 60 + ], + [ + "Strawberry B&B", + 69 + ], + [ + "Private room in the lower east side", + 95 + ], + [ + "Large Garden Duplex on Park block", + 300 + ], + [ + "Cozy 1 BR near Central Park, AMNH, The MET & More", + 131 + ], + [ + "Brooklyn Apartment", + 120 + ], + [ + "Great light-filled 1BR in Brooklyn", + 100 + ], + [ + "Gorgeous 1BR near Prospect Park", + 100 + ], + [ + "1BR East Village Apt - Entire Apt.", + 190 + ], + [ + "LUXURY APT w PRIVATE GARDEN NYC UES", + 160 + ], + [ + "Bright Room in Queens, Shared bath%", + 60 + ], + [ + "Spacious & Comfy by Prospect Park", + 75 + ], + [ + "Lovely BR In The ❤ Of Flushing! Free Metro Card", + 45 + ], + [ + "Upper Manhattan//Harlem Classic", + 65 + ], + [ + "Spacious garden appartment brooklyn", + 120 + ], + [ + "Your own large 1BR apt in Manhattan", + 80 + ], + [ + "Spacious Crown Heights Apartment", + 100 + ], + [ + "Convenient, Renovated 2 Bedroom", + 250 + ], + [ + "Beautiful 1BD in the West Village", + 235 + ], + [ + "1 ROOM IN AMAZING ARTIST NYC LOFT", + 85 + ], + [ + "UES 1 br, 2 blocks from the Met ", + 195 + ], + [ + "Authentic Luxury Designed Loft", + 145 + ], + [ + "Sunny Loft in Brooklyn next to Bedford L", + 55 + ], + [ + "3 Bedroom Duplex/ 2 Baths and 2 LR", + 289 + ], + [ + "Cute Studio Greenwich Village NYC", + 120 + ], + [ + "ARTIST TRENDY NYC LOFT", + 149 + ], + [ + "Nice Furnished Short Term in NY", + 100 + ], + [ + "CHIC 1 BEDROOM IN MANHATTAN (UES)", + 166 + ], + [ + "Designer's spacious Manhattan apt.", + 99 + ], + [ + "Spacious 3 Bedroom Prospect Brooklyn near subway", + 150 + ], + [ + "Gowanis Urban Oasis", + 44 + ], + [ + "INCREDIBLY LOCATED GREENWICH/WEST VILLAGE APT.!", + 195 + ], + [ + "Immaculate brand new one bedroom ", + 95 + ], + [ + "1 BR in large full floor apartment", + 100 + ], + [ + "Great Lrg Apt next to Park/Subway", + 60 + ], + [ + "Room, Central Location, Priv. Entry", + 62 + ], + [ + "Bedroom with Private Bath and Roof", + 99 + ], + [ + "1BR in Charming Downtown Apt", + 90 + ], + [ + "Have the 1st floor of a two floor duplex,", + 88 + ], + [ + "Lovely Apt. in the heart of Harlem", + 125 + ], + [ + "Clean,spacious,comfy Brooklyn room", + 74 + ], + [ + "YOUR OWN PLACE WITH VIEWS OF CENTRAL PARK", + 176 + ], + [ + "Large Room in Garden Duplex ", + 62 + ], + [ + "PRIVATE LARGE-MODERN-CLEAN master bedroom", + 51 + ], + [ + "Heart of Williamsubrg 1 Bedroom", + 249 + ], + [ + "Entire flat west village", + 200 + ], + [ + "Very Large Private Room on quiet st", + 30 + ], + [ + "Charming Artist's Home in Brooklyn", + 240 + ], + [ + "Quiet room w/ 2 beds +light near subway+ museums", + 100 + ], + [ + "Manhattan Studio Apartment: 2 Adults $125", + 125 + ], + [ + "Lovely 2 Bed Garden Apt Fort Greene", + 149 + ], + [ + "carriage house apartment", + 170 + ], + [ + "Private bedroom w/ king size bed + pvt bathroom", + 150 + ], + [ + "PEACEFUL SHARE BY CENTRAL PARK", + 125 + ], + [ + "Cozy Room in Charming Brownstone", + 68 + ], + [ + "Spacious and Comfortable Room!", + 90 + ], + [ + "Budget/diamond in heart of Harlem", + 65 + ], + [ + "Nice quiet room on a backyard", + 50 + ], + [ + "Comfortable Modern Room in Bed-Stuy", + 65 + ], + [ + "Sunny 2 bedroom in Prospect heights + terrace", + 200 + ], + [ + "Full Bedroom in Bed-Stuy", + 65 + ], + [ + "Friendly & fun w/ private terrace", + 58 + ], + [ + "Private room/Upper Manhattan", + 65 + ], + [ + "Beautiful 2bdrm Bklyn duplex w/deck + backyard", + 185 + ], + [ + "LARGE 2 BR w/Dining Room, Balcony, Echo", + 115 + ], + [ + "furnished bedroom 1150$ a month ", + 100 + ], + [ + "Quiet 1BR Heart of the East Village", + 200 + ], + [ + "Cute & Comfortable One Bedroom", + 115 + ], + [ + "Chic, quiet 1BR with patio (steps from the subway)", + 140 + ], + [ + "Spacious Bushwick Duplex Apartment", + 62 + ], + [ + "Fully Updated Modern 1 Bedroom Apartment", + 95 + ], + [ + "1-bedroom apt in Clinton Hill", + 100 + ], + [ + "Cozy West Village Studio Apartment", + 113 + ], + [ + "Large 1BR Columbia University", + 108 + ], + [ + "Spacious Comfy Bedroom in Bed-Stuy", + 62 + ], + [ + "Williamsburg 1br APT", + 95 + ], + [ + "Serene 1BR+Garden+Goldfish Pond+Cook's Kitchen", + 200 + ], + [ + "Beautiful Trendy 2br Harlem Apt.", + 165 + ], + [ + "★Beautiful Home Away From Home★", + 60 + ], + [ + "Gorgeous Williamsburg Apartment", + 80 + ], + [ + "Beautiful Studio on Prospect Park!", + 100 + ], + [ + "Private bedroom&bathroom in the heart of Manhattan", + 110 + ], + [ + "World Travelers to Couchcrash in BK", + 50 + ], + [ + "1 Bedroom in Clinton Hill Share", + 79 + ], + [ + "Clean and charming apartment in Carroll Gardens", + 140 + ], + [ + "3 Bedroom Upper West Side Gem", + 339 + ], + [ + "Free Metrocard*, Safe & Affordable", + 55 + ], + [ + "Private Suite, Free Metrocard*", + 81 + ], + [ + "Comfortable and Large Duplex with Private Terrace", + 191 + ], + [ + "2 Bedroom Bushwick Apartment", + 139 + ], + [ + "2 bedrooms 5-star building midtown ", + 500 + ], + [ + "Gorgeous Greenpoint Railroad", + 120 + ], + [ + "Sunny bedroom, next to subway and Central Park", + 60 + ], + [ + "Cozy- bedroom in Jackson Heights!", + 70 + ], + [ + "Spacious, duplex townhouse w large garden oasis", + 295 + ], + [ + "Sun-Drenched Studio in Clinton Hill", + 100 + ], + [ + "Private Bedroom in Manhattan", + 49 + ], + [ + "Ideal Location + Shower In Kitchen!", + 150 + ], + [ + "Enjoy Brownstone Brooklyn!", + 120 + ], + [ + "Architecturally Stunning Former Synagogue!", + 2500 + ], + [ + "Best Location btwn Un Sq/ Chelsea", + 175 + ], + [ + "Boldera: Your Home Away From Home", + 107 + ], + [ + "Penthouse patio,city view,BIG bed", + 98 + ], + [ + "Cozy room,only 2 blocks from subway,10min to City!", + 47 + ], + [ + "Large 2 bedroom apt in Manhattan", + 100 + ], + [ + "NYC-THE BEST: Stay in Comfy Apt Manhattan-Harlem!", + 170 + ], + [ + "Hip Modern West Village Apartment", + 150 + ], + [ + "Private One Bedroom Suite, 45 min from City", + 63 + ], + [ + "Brooklyn-Bedstuy-Studio", + 110 + ], + [ + "Stylish 1897 garden duplex oasis!", + 275 + ], + [ + "charming house on family block", + 329 + ], + [ + "Beautiful Bedroom in Manhattan", + 49 + ], + [ + "Great Bedroom in Manhattan", + 49 + ], + [ + "Beautiful Modern apt in Brooklyn", + 165 + ], + [ + "PAINTERS PARADISE / GREENPOINT", + 160 + ], + [ + "CHIC ROOM IN BROOKLYN BROWNSTONE", + 38 + ], + [ + "Central Pk West-Convenient 1 BR", + 170 + ], + [ + "Columbia area room pvt bath & entry", + 105 + ], + [ + "1 rm @ 3BR artist loft williamsburg", + 50 + ], + [ + "1150$furnished room with a balcony", + 100 + ], + [ + "Charming East Village Studio", + 100 + ], + [ + "charming luxurious house, NY, Brooklyn", + 890 + ], + [ + "Gorgeous PermaGO HOMES™ - FiDi - Room 2/2", + 160 + ], + [ + "Avenue A Apartment", + 145 + ], + [ + "Room in cool Bushwick loft!", + 51 + ], + [ + "Garden Apartment in Park Slope", + 150 + ], + [ + "Rooms in Spacious East Village Apt.", + 180 + ], + [ + "Charming Greenwich Village studio", + 225 + ], + [ + "Union Sq European Serene apt", + 250 + ], + [ + "Cozy bedroom in Artist Loft", + 56 + ], + [ + "IDEAL AREA!Reviews! LARGE btfl room", + 70 + ], + [ + "Park Slope LARGEST (private) SHARE IN PARK SLOPE", + 70 + ], + [ + "1br in a 2br apartment in Chelsea (23/7)", + 125 + ], + [ + "2bdrm + Patio/BackYard/Time Square/1st Floor", + 399 + ], + [ + "2 Bedroom Apt in Caroll Gardens", + 157 + ], + [ + "Backyard BBQ in Brooklyn Brownstone", + 145 + ], + [ + "Artsy Bedroom/Office in WaHi", + 75 + ], + [ + "Cosmopolitan Brownstone Sanctuary", + 280 + ], + [ + "Rare Spacious Quiet Prime Williamsburg Duplex Loft", + 220 + ], + [ + "Breathtaking view of New York city", + 190 + ], + [ + "Sunlit Central Park Apartment", + 200 + ], + [ + "Private Studio Near JFK, LGA & Subway Not A Bsmnt", + 77 + ], + [ + "Sunny, private room in Brooklyn!", + 35 + ], + [ + "Bright, airy room share in Brooklyn", + 30 + ], + [ + "Beautiful East Village Apartment", + 199 + ], + [ + "Sunny Loft Style Apt-Great Location", + 140 + ], + [ + "Cute Manhattan Chelsea Apartment", + 124 + ], + [ + "Artist Loft - Union Square", + 295 + ], + [ + "Large studio all to yourself", + 160 + ], + [ + "Charm w/amazing city view by PS1", + 349 + ], + [ + "Large Cozy Room #1, Landmark Home 1 block to PRATT", + 98 + ], + [ + "(2) CLEAN HOME AWAY FROM HOME!", + 76 + ], + [ + "Bright Doorman One Bedroom on Upper East Side", + 230 + ], + [ + "Dumbo | Spacious private room w/ private bathroom", + 60 + ], + [ + "Lovely Private Room in Bushwick! :)", + 40 + ], + [ + "Murray Hill Garden Apt. MANHATTAN", + 118 + ], + [ + "Fabulous Industrial Dumbo Loft", + 125 + ], + [ + "Fort Greene Jewel", + 195 + ], + [ + "Hell's Kitchen Hideaway - Private Entrance", + 85 + ], + [ + "Clean-Furnished Room Near The Apollo (W 125th St.)", + 55 + ], + [ + "Bushwick Loft", + 155 + ], + [ + "Private Bedroom in Williamsburg", + 99 + ], + [ + "Behind the Red Door II ", + 140 + ], + [ + "Stylish Room-Artist/Designers' Flat", + 85 + ], + [ + "Cozy Studio in the Heart of Crown Heights", + 75 + ], + [ + "Bright Room in Historic Brownstone", + 53 + ], + [ + "Clean & Cozy Brooklyn 1 BR Gem - Great location!", + 150 + ], + [ + "HELL'S KITCHEN STUDIO for 2 or 3", + 179 + ], + [ + "Entire 1.5 Br Apt- Crown Heights - Franklin Ave", + 135 + ], + [ + "Beautiful 1BR in Prime West Village", + 200 + ], + [ + "your holiday-ready Harlem home away from home!", + 200 + ], + [ + "STUDIO APT 1. IN PROSPECT LEFFERTS GARDENS", + 100 + ], + [ + "Dumbo Loft With A Beautiful View", + 134 + ], + [ + "East Village Gay Friendly Dbl Room", + 100 + ], + [ + "Seeking Short Term Roommate on UES", + 50 + ], + [ + "Sunny WILLIAMSBURG Room near SUBWAY", + 50 + ], + [ + "Luxury Duplex Loft w. Private Roof & Amazing Views", + 400 + ], + [ + "Bushwick/Ridgewood aprtmt w parking", + 115 + ], + [ + "Quiet Studio in Prime SoHo", + 235 + ], + [ + "Apartment For Your Holidays in NYC!", + 125 + ], + [ + "West Village Large 1BR", + 250 + ], + [ + "Elegant loft in heart of soho", + 650 + ], + [ + "*Sunny Master BD* in Garden Duplex", + 97 + ], + [ + "Charming Bright 2BR apt- sleeps 6", + 189 + ], + [ + "Cozy PRIVATE Studio Apartment UWS and Jazz Tour.", + 100 + ], + [ + "Large bedroom/Heart of Brooklyn", + 49 + ], + [ + "Great 1BD waterfront City Island NY", + 84 + ], + [ + "Modern New Duplex with Private Yard", + 165 + ], + [ + "Chic, Cozy LES 1BR. Weekly clean included!", + 87 + ], + [ + "Bask in the light! Studio bedroom in Williamsburg", + 120 + ], + [ + "Designer Triplex Loft Soho/Greenwich Village", + 195 + ], + [ + "Brooklyn Fashionista 1Bdr Loft", + 89 + ], + [ + "Private Room & Coffee, only 3 blocks to Train", + 62 + ], + [ + "WATER VIEWS 3 BED HOME W/ PARKING", + 130 + ], + [ + "Private room in large 2 bed room", + 75 + ], + [ + "Cozy private room in 2 Bedroom, BK", + 64 + ], + [ + "Artsy Fashion Pad in the Heart of Williamsburg", + 150 + ], + [ + "Sunny room with private bathroom", + 100 + ], + [ + "Sunny Artist Live/Work Apartment", + 190 + ], + [ + "BIG, COMFY, PRIV. room, Big apt, yard, Will-B dplx", + 98 + ], + [ + "Pretty One Bed in Brooklyn Heights", + 150 + ], + [ + "Garden Apt, 5 mins from LaGuardia", + 99 + ], + [ + "A true Sanctuary in Harlem NYC", + 100 + ], + [ + "Prime East Village location w/backyard garden!", + 159 + ], + [ + "Bushwick Duplex 2", + 70 + ], + [ + "Great Room in Lively East Village", + 91 + ], + [ + "Brooklyn Heights Brownstone - Private Bdrm Avail.", + 325 + ], + [ + "Newly Furnished Beautiful & Quiet", + 149 + ], + [ + "Cozy East Village Haven", + 200 + ], + [ + "Upper West Side Pied A Terre /NYC", + 169 + ], + [ + "West Village 1 BR Apartment", + 249 + ], + [ + "A GEM Garden Apt on Broadway & 42ST QUEENS, NY", + 85 + ], + [ + "NICE ROOM IN ASTORIA NEAR MANHATTAN", + 81 + ], + [ + "Quiet ST MARK'S PLACE ARTIST'S GEM", + 199 + ], + [ + "Beautiful, private, uptown studio", + 88 + ], + [ + "Sunny Studio in the West Village", + 170 + ], + [ + "Large and sunny one BR (600 sq.ft)", + 100 + ], + [ + "Entire 1bdrm cnr of Fort Greene- off Park", + 130 + ], + [ + "Great Studio in the heart of Harlem", + 135 + ], + [ + "QUIET GARDEN APT FACING NY BAY!", + 65 + ], + [ + "Monthly rental of guest room,limited kitchen use", + 100 + ], + [ + "Manhattan's Best Deal!", + 165 + ], + [ + "ROOM NEAR TIMES SQUARE MANHATTAN", + 78 + ], + [ + "5 Bdrm Historic Brownstone Triplex", + 350 + ], + [ + "Three Bedroom NY Private Apartment", + 160 + ], + [ + "Spacious 3br Apartment in Brooklyn", + 225 + ], + [ + "Colorful Manhattan - Harlem Apartment", + 170 + ], + [ + "Sunny Luxury Bedroom Guest Bathroom", + 349 + ], + [ + "Next to Subway, Private bedroom", + 65 + ], + [ + "Village Life, 2-Bedroom, East Village", + 420 + ], + [ + "Sunny Nolita 1 Bedroom Apartment", + 119 + ], + [ + "Park Slope Pre-War Apartment", + 100 + ], + [ + "YOUR HARLEM HOME AWAY FROM HOME!!! ", + 97 + ], + [ + "Luxury Furnished 1 BR UWS Apt w W/D & Deck", + 191 + ], + [ + "1 BR Large Luxury Furnished Apartment UWS", + 187 + ], + [ + "Luxury Furnished 1 BR Apartment UWS", + 172 + ], + [ + "West Village Gem - Amazing Location", + 950 + ], + [ + "BIG & SUNNY, 1 STOP FROM MANHATTAN", + 275 + ], + [ + "Upper West Side Amazing Large 2 Bedrooms", + 99 + ], + [ + "1BR Apt as featured in New York Mag", + 334 + ], + [ + "Beautiful Large Furnished Bedroom on UES", + 60 + ], + [ + "Charming Apt. In Brooklyn Townhouse", + 145 + ], + [ + "Great space minutes from Manhattan!", + 75 + ], + [ + "Sunny studio apt in heart of SoHo", + 130 + ], + [ + "TriBeCa 2500 Sq Ft w/ Priv Elevator", + 575 + ], + [ + "Cozy studio apartment on upperwest", + 295 + ], + [ + "Greenwich Village Townhouse Apt", + 300 + ], + [ + "Modern Lux 1 br near 2/3/4/5 Trains", + 120 + ], + [ + "Big Room with Bath in Bushwick! ", + 50 + ], + [ + "Comfy twin bed/Cosy apartment/East Harlem / Subway", + 56 + ], + [ + "Comfortable Apt near Bloomingdales", + 191 + ], + [ + "New York City - Upper West Side Apt", + 135 + ], + [ + "Chic Park Slope Pied-à-terre", + 195 + ], + [ + "South Harlem Gem! 113th St & 8th Ave", + 75 + ], + [ + "★Private Room Overlooking the Park★", + 99 + ], + [ + "Modern, Carroll Garden Townhouse", + 350 + ], + [ + "Brooklyn Wildlife Loft Mckibbin st", + 40 + ], + [ + "Astoria awesome balcony apartment PARKING AVAILABL", + 130 + ], + [ + "Spacious and EASY access to all!", + 225 + ], + [ + "Gorgeous 2 Fl Apt in1887 Brownstone", + 225 + ], + [ + "Clean and Cute Shared Room in Very Safe Area", + 38 + ], + [ + "BK - Spacious & Sunny 4 bedroom apartment", + 200 + ], + [ + "Midtown West Modern & Sunny-near Central Park", + 550 + ], + [ + "2BR 2Bath duplex w garden & terrace", + 235 + ], + [ + "Master Bedroom Ideal for 2 - Luxury for 1 !", + 75 + ], + [ + "Large 2 BDRM @ McCarren Park!!", + 249 + ], + [ + "Hip charming Williamsburg apartment", + 120 + ], + [ + "Cute Bedroom in Clinton Hill", + 50 + ], + [ + "Whole Apt: Artsy home by BK Museum", + 85 + ], + [ + "PRIVATE QUIET SUITE", + 78 + ], + [ + "Glowing reviews, hip neighborhood", + 110 + ], + [ + "LOCATION/garden!(FEMALE only, next to girl's room)", + 50 + ], + [ + "Convenient and private", + 52 + ], + [ + "Lovely room in East Williamsburg, NY", + 63 + ], + [ + "Beautiful UES Studio with Backyard for Sublet", + 105 + ], + [ + "Private Entrance Charming Bedroom", + 75 + ], + [ + "Fantastic 1br in Astoria/LIC", + 69 + ], + [ + "Modern 1BR East Village Apt w/patio", + 165 + ], + [ + "Peaceful Park Slope near subways", + 125 + ], + [ + "Mi Casa Tu Casa Guesthouse Mexico ", + 85 + ], + [ + "East Village Loft - 1300 sq/ft home - 2 Bedrooms!", + 499 + ], + [ + "Spacious Room/Great Location", + 60 + ], + [ + "Private Room w TV in East Village", + 95 + ], + [ + "Spacious 1bd Near Trendy Neighborhoods And City", + 105 + ], + [ + "Large room in Beautiful communal house", + 55 + ], + [ + "BIG, COMFY, 4BR DUPLEX, GARDEN APT, Williamsburg", + 289 + ], + [ + "NYC Brooklyn Sunset Park- Great Bed. Great House.", + 70 + ], + [ + "Short Term Stay in Chelsea/MP NYC", + 275 + ], + [ + "Beautiful loft in trendy Harlem!", + 130 + ], + [ + " Private 1 bdrm Lefferts Gr, BK apt", + 125 + ], + [ + "Entire Spaceous, Sunny, Loft in Clinton Hill", + 150 + ], + [ + "☆☆New Discount☆☆ 10min to Manhattan", + 46 + ], + [ + "Apartment in the heart of Upper East Side", + 100 + ], + [ + "Quiet central Williamsburg Loft room", + 90 + ], + [ + "Heart of Williamsburg - authentic & central!", + 90 + ], + [ + "Lovely studio in Manhattan,New York", + 220 + ], + [ + "Tribeca Loft w/ Private Elevator", + 1000 + ], + [ + "Furnished BrownStone Apartment", + 130 + ], + [ + "2 floor Luxury Loft in the best location!", + 499 + ], + [ + "Small room with private bath in New York", + 45 + ], + [ + "Sunny Brownstone Attic", + 70 + ], + [ + "My Other Little Guestroom", + 59 + ], + [ + "Studio in Best Possible Location!", + 160 + ], + [ + "HELLO HARLEM", + 195 + ], + [ + "Dear Potential Airbnb Guests.", + 96 + ], + [ + "Prime Williamsburg. Brand new", + 75 + ], + [ + "HISTORIC WILLIAMSBURG, BKLYN", + 195 + ], + [ + "Beautiful & spacious apartment in Astoria, Queens", + 200 + ], + [ + "Huge Sunny Loft w Patio + Charm", + 139 + ], + [ + "Beautiful duplex in a brownstone", + 190 + ], + [ + "Quiet and Comfort Near Columbia University", + 95 + ], + [ + "Beautiful Ground Level Townhouse Ap", + 350 + ], + [ + "Bohemian East Village Brownstone", + 80 + ], + [ + "One Bedroom Townhouse Apartment", + 120 + ], + [ + "Washington Heights/Inwood apartment", + 42 + ], + [ + "Cozy Private Space in Williamsburg Townhome", + 116 + ], + [ + "Sunny+Cozy Double bedroom in BKLYN!", + 60 + ], + [ + "Beautiful eco triplex w/green roof. Free yoga/spa.", + 1395 + ], + [ + "Upscale Designer Studio-Heart of Manhattan", + 425 + ], + [ + "Spacious Modern & Comfy 2BR in BK Brownstone", + 225 + ], + [ + "Spacious 1br East Village Apartment", + 159 + ], + [ + "Staten Island 1st floor Apartment", + 221 + ], + [ + "“L l,x w w. XThank &mftkn. .", + 150 + ], + [ + "Modern Duplex 1 bdrm , 1.5 Baths + terrace!", + 199 + ], + [ + "Sunny Private BR Crown Hts Brooklyn", + 70 + ], + [ + "Private Brownstone", + 110 + ], + [ + "bedroom in big sunny loft (& Roof!)", + 60 + ], + [ + "Private room in beautiful neighborhood in Brooklyn", + 50 + ], + [ + "Clean Room, Central Location in Manhattan", + 120 + ], + [ + "Entire home/apt in New York", + 395 + ], + [ + "Relaxing and Roomy in Crown Heights", + 60 + ], + [ + "Stay like a real New Yorker!", + 145 + ], + [ + "Park Slope 1br by Barclays Center/Prospect Park!", + 83 + ], + [ + "Room in a cozy loft", + 100 + ], + [ + "Brooklyn Family Friendly Brownstone", + 200 + ], + [ + "Relaxed in New York", + 50 + ], + [ + "Bedroom for two in Chelsea", + 70 + ], + [ + "Cozy Carroll Gardens Brownstone Apt", + 175 + ], + [ + "Sunny Clinton Hill Apt w/Patio", + 149 + ], + [ + "Designer Studio Apt in Red Hook", + 125 + ], + [ + "Big 1st Meal, Kind Host, Ace Space", + 58 + ], + [ + "Amazing Queens Oasis Steps to Train", + 160 + ], + [ + "2BR Sunny Apt - 15 min from MIDTOWN", + 150 + ], + [ + "Beautiful Gramercy duplex loft with terrace", + 131 + ], + [ + "Large luxury 1 bedroom loft in Gramercy", + 250 + ], + [ + "Private RM 15min from the Manhattan", + 70 + ], + [ + "Clean, Complete and Cool", + 149 + ], + [ + "Sunny Sunset Park Artist Loft", + 109 + ], + [ + "Summer Special Price Times Square", + 185 + ], + [ + "Cozy apartment in Greenpoint", + 138 + ], + [ + "Spacious sunny bedroom - East Village (A)", + 150 + ], + [ + "Verna's Brownstone (no stove, no gatherings)", + 80 + ], + [ + "1 Bedroom Apt Greenpoint, Brooklyn", + 75 + ], + [ + "Stunning Designer Loft in the heart of Chelsea", + 300 + ], + [ + "Great Apartment with luxurious bath in NYC/Chelsea", + 176 + ], + [ + "Private Cozy Bedroom in Brooklyn", + 47 + ], + [ + "Bright, Huge Room in 3 Bedroom Apt.", + 40 + ], + [ + "You take living or bedroom!", + 60 + ], + [ + "Two Comfy Rooms in Park Slope", + 89 + ], + [ + "Private bedroom in Manhattan, NYC ", + 75 + ], + [ + "Private Entrance - Backyard Summer Dining - Enjoy", + 110 + ], + [ + "Sunny Apt in Harlem, New York", + 85 + ], + [ + "Greenpoint - with your own space!", + 72 + ], + [ + "Private studio in staten island \n\n", + 190 + ], + [ + "Private Room in Large Apt w/ Gorgeous Park View", + 85 + ], + [ + "Group-Student-Friendly Bklyn House", + 325 + ], + [ + "Great Bushwick Studio Apartment", + 125 + ], + [ + "Big UWS 1Bdrm 2 min to Central Park", + 200 + ], + [ + "Cobble Hill, sunny large 1BR apt", + 195 + ], + [ + "Stunner Garden Apt in Townhouse", + 175 + ], + [ + "Sunny 1 or 2 BR apt in Boerum Hill", + 189 + ], + [ + "THE PUTNAM", + 182 + ], + [ + "Brownstone Flat on Tree-Lined Block", + 105 + ], + [ + "1BR, 1BTH Duplex W/ LRG OUTD SPACE", + 240 + ], + [ + "The Bushwick 3BR 2BA 20 mins to NYC", + 185 + ], + [ + "Convenient Location! 1 BR on 1Floor", + 160 + ], + [ + "Modern Loft Space on Gramercy Park", + 250 + ], + [ + "Brand new 2BD Apt in Gramercy", + 650 + ], + [ + "Manhattan & Time Square in 30 minutes. Back room.", + 35 + ], + [ + "Charming Housebarge w/ outside deck", + 85 + ], + [ + "Beautiful Park Slope 3bdrm Duplex", + 550 + ], + [ + "Chic Brooklyn Apt.- Private Room", + 80 + ], + [ + "Forget NYC, Stay in Williamsburg! Best 1 BR Apt", + 175 + ], + [ + "Private Room & Bath in Brooklyn!", + 95 + ], + [ + "Harlem Short Term Stay", + 158 + ], + [ + "Beautiful duplex on Bowery", + 85 + ], + [ + "Huge 1br - tons of light - williamsburg", + 209 + ], + [ + "2BR spacious luminous brownstone", + 150 + ], + [ + "Quiet room with desk in 2BR spacious brownstone", + 70 + ], + [ + "Astoria Heights Gorgeous Guest Bedroom", + 73 + ], + [ + "Private Room & Balcony in New York", + 85 + ], + [ + "Beautiful new one bedroom apartment", + 95 + ], + [ + "Bright, Bohemian, Spacious Apt in Williamsburg", + 125 + ], + [ + "Private room in Prime Soho/Nolita location", + 89 + ], + [ + "1 rm @ 3BR loft williamsburg room 2", + 50 + ], + [ + "Spacious E Williamsburg with Yard!!", + 75 + ], + [ + "ART HOUSE VAULT", + 60 + ], + [ + "Leelas Bright, Cosy, and furnushed room.", + 45 + ], + [ + "Sunny 1BR Apt in N. Williasmburg", + 130 + ], + [ + "Private Rm for 1 in Historic Harlem", + 70 + ], + [ + "FOODIE HAVEN -ENJOY THE REAL NYC :)", + 125 + ], + [ + "1 bedroom Apt 1 minute from the subway!", + 140 + ], + [ + "South Slope One-Bedroom with Garden Terrace", + 120 + ], + [ + "Andy Phillips", + 99 + ], + [ + "Private Home w/ Parking in Brooklyn", + 300 + ], + [ + "spacious PARK SLOPE room available ", + 40 + ], + [ + "Manhattan NYC - The Blue Room", + 47 + ], + [ + "Sunny Room in Lower East Side Apt!", + 115 + ], + [ + "Quiet and Cozy Brooklyn Brownstone Apartment", + 90 + ], + [ + "Unique 1BR in energetic E. Village", + 199 + ], + [ + "West Harlem Clean Park 1 Bedroom", + 110 + ], + [ + "It's all about Bushwick BROOKLYN", + 100 + ], + [ + "Brooklyn: Close-In With Character ", + 90 + ], + [ + "ART HOUSE BIGGIE SMALL", + 40 + ], + [ + "Elegant 2BR in Manhattan 15 mins to Midtown", + 133 + ], + [ + "Cozy North Park Slope Apartment", + 130 + ], + [ + "Amazing Upper West Side Loft-Studio", + 79 + ], + [ + "1 BDR in Greenwich Village Full APT", + 200 + ], + [ + "Entire home/apt in Chelsea New York", + 175 + ], + [ + "Private Garden Apt. with outdoor space in Red Hook", + 200 + ], + [ + "Furnished Nolita Studio", + 200 + ], + [ + "Triplex Penthouse in New York", + 300 + ], + [ + "large Private room in UWS New York", + 135 + ], + [ + "Plum Guide Award-Winning Prospect Heights Oasis", + 189 + ], + [ + "Private room in a townhouse in NYC", + 133 + ], + [ + "Private room in Brooklyn", + 65 + ], + [ + "Big and Well Appointed NYC 1 Bdrm", + 179 + ], + [ + "The Perfect Large Chelsea Studio", + 90 + ], + [ + "Private room/bedroom in Park Slope/Gowanus BK", + 49 + ], + [ + "Beautiful stylish one bedroom home with balcony.", + 140 + ], + [ + "Large Flatiron 2 bedroom", + 115 + ], + [ + "Stylish Arty Brooklyn Appartment #4", + 190 + ], + [ + "Lovely garden bedroom in Greenpoint", + 99 + ], + [ + "5 STARS***MIDTOWN EAST-BRAND NEW!!!", + 110 + ], + [ + "Spacious Private Room -East Village", + 109 + ], + [ + "furnished br in 2 br share in WV", + 64 + ], + [ + "Luxury 1 Bedroom Central Park Views", + 1000 + ], + [ + "RUSTIC/MODERN/EV/NYC", + 750 + ], + [ + "3br family-friendly Astoria house", + 175 + ], + [ + "Private Room (Long room) in Manhattan NYC", + 47 + ], + [ + "Family Owned & Operated Brownstone", + 60 + ], + [ + "1 BR 1/2 block to A/B/C/D trains", + 48 + ], + [ + "Fab 1 Bedroom Apartment!", + 100 + ], + [ + "Bright room in Brooklyn", + 105 + ], + [ + "Lovely Entire Apt in Prime Brooklyn", + 138 + ], + [ + "HEART OF EAST VILLAGE! Quiet apt in middle of NYC!", + 129 + ], + [ + "Large UWS Apt $170.00/day May 2018- September 2018", + 170 + ], + [ + "Large Sunny 1BR - Entire 2nd Floor", + 139 + ], + [ + "Large room in 2/1 on park w/2day discounts", + 94 + ], + [ + "Quiet & Convenient Upper East Side ", + 115 + ], + [ + "Big, glamorous, 4BR, 3-story house", + 499 + ], + [ + "Fresh and modern 1BR in Bed-Stuy", + 79 + ], + [ + "Trendy East Village 1 Bedroom - NYC", + 200 + ], + [ + "MODERN/ SUBWAY/TERRACE/LOFT/ LARGE MASTER BEDROOM", + 152 + ], + [ + "private spacious sunny bedroom", + 50 + ], + [ + "North Williamsburg whole apt - Off the BEDFORD L", + 212 + ], + [ + "Private Master Bedroom@Central Park", + 108 + ], + [ + "Oasis in the West Village", + 89 + ], + [ + "COMFORTABLE NYC RETREAT & Breakfast", + 89 + ], + [ + "Quiet/Clean minutes to Manhattan", + 65 + ], + [ + "Spring in Central Park-UWS", + 239 + ], + [ + "Entire 2 bedroom flat", + 99 + ], + [ + "Gorgeous Large Sunny Room - Upper Manhattan", + 80 + ], + [ + "Huge Private Sunny Bedroom in NYC", + 125 + ], + [ + "Cozy Greenpoint Accommodation", + 55 + ], + [ + "Modern Trendy Duplex Brooklyn Loft!", + 160 + ], + [ + "Nolita: 1BR with private bathroom", + 100 + ], + [ + "Spacious 2 bedroom near Times Sq", + 1000 + ], + [ + "Great One-Bed in the West Village", + 225 + ], + [ + "Room with a sunrise view over colored rooftops", + 35 + ], + [ + "Manhattan apt in the centre of it!", + 275 + ], + [ + "Steps to Subway! Entire apt! 20 min to Manhattan!", + 200 + ], + [ + "*Soho Duplex* with private rooftop", + 190 + ], + [ + "LARGE light filled loft/apt! PRIME Williamsburg.✨", + 117 + ], + [ + "Amazing View from Contemporary Loft", + 80 + ], + [ + "Private, Cozy hideaway apt in Bklyn for 1 to 3 .", + 99 + ], + [ + "Beautiful, clean 1-bdrm private apt", + 70 + ], + [ + "PRIVATE ROOM (BRIGHT & CLEAN) Manhattan NYC", + 44 + ], + [ + "Comfortable Central Park North Rm", + 125 + ], + [ + "spacious, tranquil east village apt", + 130 + ], + [ + "One-Bedroom Apt. on Upper East Side", + 130 + ], + [ + "Best Chelsea Street. Beautiful Room. Superhost.", + 125 + ], + [ + "Large apt at Central Park, TimesSq", + 199 + ], + [ + "Hostess Dawn in Brooklyn.", + 89 + ], + [ + "Sunny, Quiet! Lovely 1 Bedroom in Prospect Heights", + 155 + ], + [ + "Fantastic 1 BR in massive share.", + 60 + ], + [ + "Perfect 1st Floor Brownstone in Meatpacking- 2 ppl", + 248 + ], + [ + "Sunlit cozy studio apt in UWS (70s)", + 85 + ], + [ + "Central Park Room/Bath with a View!", + 85 + ], + [ + "Peaceful Brooklyn Flat", + 80 + ], + [ + "Sexy Bedroom near Central Park!", + 79 + ], + [ + "beautiful spacious room", + 55 + ], + [ + "PRIVATE ROOM IN NYC ARTIST LOFT", + 65 + ], + [ + "Bright, New Luxury Exec Studio ", + 150 + ], + [ + "Authentic Soho Loft (1200 sq ft)", + 285 + ], + [ + "Large 1 Bedroom in Astoria", + 119 + ], + [ + "STUNNING OCEAN-VIEW 1BR in BROOKLYN, NYC", + 137 + ], + [ + "ENTIRE 1 Bedroom apartment- Upper East Side", + 190 + ], + [ + "Sunny room - Prime Location", + 80 + ], + [ + "Cozy 1 Bedroom in Clinton Hill", + 120 + ], + [ + "The Ganham House", + 95 + ], + [ + "Creative Hub in Upper Manhattan", + 90 + ], + [ + "Sunny Bedroom in Clinton Hill", + 75 + ], + [ + "Clean & Quiet Apartment.", + 50 + ], + [ + "1 room available for rent in 3 bedroom.", + 103 + ], + [ + "Quiet minimal clean", + 125 + ], + [ + "Cozy & Private Fort Green Cottage", + 150 + ], + [ + "One bedroom July 1- Decemb (Phone number hidden by Airbnb) p.mo .", + 50 + ], + [ + "Beautiful East Village Apt", + 148 + ], + [ + "East Village Bright & Spacious Artist Loft", + 120 + ], + [ + "Authentic NYC Living 2", + 99 + ], + [ + "The Green Room: Your NYC Adventure starts here", + 69 + ], + [ + "Stylish apt in the heart of NYC!", + 200 + ], + [ + "Large room in Washington Heights", + 55 + ], + [ + "Cozy, modern 1BR, 1st fl brownstone", + 175 + ], + [ + "Private 2 bedroom Midtown Manhattan", + 240 + ], + [ + "Rm #1 River view Hamilton Heights", + 95 + ], + [ + "Floating Cabin Houseboat Rockaway Surf's Up!", + 150 + ], + [ + "Prospect Park Apt", + 150 + ], + [ + "Sunny Williamsburg Apt w/ Deck", + 179 + ], + [ + "Williamsburg Penthouse Hideaway", + 105 + ], + [ + "BK Rest - Williamsburg, Brooklyn", + 84 + ], + [ + "Cozy 2 BR apartment in Queens", + 90 + ], + [ + "Furnished 1 Bedroom in East Harlem", + 53 + ], + [ + "Private Room (Cozy & Clean) Manhattan NYC", + 41 + ], + [ + "Newly Renovated West Village Privat", + 135 + ], + [ + "Renovated, Residential Space", + 84 + ], + [ + "Stunning Sundrenched Tribeca Loft", + 290 + ], + [ + "Cozy, friendly, 3 min from subway.", + 35 + ], + [ + "Lovely Studio in Astoria", + 110 + ], + [ + "Lovely, Private Home in Greenpoint", + 350 + ], + [ + "Private bedroom (15 min Manhattan).", + 60 + ], + [ + "Amazing Duplex in Williamsburg", + 220 + ], + [ + "Modern Williamsburg", + 275 + ], + [ + "Stylish Apt in Heart of Ft. Greene", + 142 + ], + [ + "SUNNY AND COZY BEDROOM IN BROOKLYN!", + 38 + ], + [ + "Spacious Harlem Condo", + 100 + ], + [ + "LUXURY TIMES SQUARE APARTMENT", + 200 + ], + [ + "Beautiful Huge Loft in Williamsburg, NY", + 225 + ], + [ + "Manhattan Upper East Side 1bedroom", + 135 + ], + [ + "Big Private Room w/ AC & 5 Blocks to 1 Train", + 72 + ], + [ + "Stuyvesant Heights Apt mins 2 City", + 59 + ], + [ + "Spacious 4-BD/2BA Townhouse in PLG", + 350 + ], + [ + "Cozy Retreat in Brooklyn Apartment", + 75 + ], + [ + "Large Sunny Room in Brooklyn", + 70 + ], + [ + "Spacious and clean 1 bed apt in West Harlem", + 99 + ], + [ + "Private room 2nd Fl near C&A line and 15mins JFK", + 42 + ], + [ + "Bedroom in big sunny loft (& roof!)", + 60 + ], + [ + "Cozy Huge Brownstone in Bedstuy", + 125 + ], + [ + "Private Room In a Modern Loft", + 99 + ], + [ + "Charming Prewar on Prospect Park!", + 99 + ], + [ + "SPACE FOR 8", + 165 + ], + [ + "Entire House in Brooklyn for 6, super good price¡¡", + 250 + ], + [ + "Private Room in Williamsburg!", + 135 + ], + [ + "Simple Spacious Uptown Bedroom", + 58 + ], + [ + "Three bedroom apartment, Manhattan", + 250 + ], + [ + "Sunny Beach House type room on UWS", + 95 + ], + [ + "Clean 2Bedroom-Ideal UpperEast Loc.", + 125 + ], + [ + "Beautiful Park Slope apt w garden", + 147 + ], + [ + "Chic Historic Harlem Brownstone", + 300 + ], + [ + "Luxury 3 Bd 2Bth w/600 sqft deck", + 350 + ], + [ + "Stylish Park Slope Townhouse", + 102 + ], + [ + "Designer amazing room in NYC!!", + 95 + ], + [ + "nice room in bedstuy N", + 65 + ], + [ + "Prospect Park Apt With Terrace", + 350 + ], + [ + "Classy Penthouse with Amazing View!", + 595 + ], + [ + "BEAUTIFUL UPPER WEST SIDE SANCTUARY", + 165 + ], + [ + "Cozy Brownstone Living in Brooklyn", + 181 + ], + [ + "Private room for labor day weekend", + 110 + ], + [ + "nice room in bedstuy I", + 65 + ], + [ + "Cozy 1 Bedroom Brownstone In Clinton Hill!", + 155 + ], + [ + "Clean & Sunny Clinton Hill/Bed room", + 50 + ], + [ + "Lovely spacious 1 Bdrm in Ridgewood", + 85 + ], + [ + "ABSOLUTELY GORGEOUS $10MILLION LOFT w/BASQUIAT", + 120 + ], + [ + "1 Bedroom avail in BK 3BD w/ porch", + 75 + ], + [ + "nice room in bedstuy H", + 55 + ], + [ + "1 Guest Room in New Condo", + 200 + ], + [ + "1bedroom apartment in Williamsburg", + 75 + ], + [ + "Gorgeous Windsor Terrace home", + 150 + ], + [ + "Private room minutes from midtown!", + 60 + ], + [ + "Massive, sunny 1-br in Brooklyn", + 150 + ], + [ + "The Original Williamsburg Loft!", + 240 + ], + [ + "Your private bedroom in the Upper East Side!", + 150 + ], + [ + "Casa de Chester Baby Kitty", + 200 + ], + [ + "1BR LUXURY PENTHOUSE MODERN CONDO", + 269 + ], + [ + "Adorable Williamsburg room!", + 112 + ], + [ + "Modern Apartment in Brownstone Bkln", + 250 + ], + [ + "Light-filled Brownstone Triplex with Roof Deck", + 390 + ], + [ + "*Superhost* Modern One Bedroom Manhattan apt", + 350 + ], + [ + "Live like a real New Yorker!", + 80 + ], + [ + "Spacious & Stylish 2br-Prime Williamsburg Hot Spot", + 295 + ], + [ + "One family house sublet August 1st to August 31", + 160 + ], + [ + "ENORMOUS Artsy 2BR in trendy LES!", + 399 + ], + [ + "Dream Apartment - Greenwich Village", + 150 + ], + [ + "nice room in bedstuy M", + 60 + ], + [ + "True West Village Experience-1 Bdrm", + 219 + ], + [ + "Room in Great Loft - Fun/Convenient", + 119 + ], + [ + "Skylight Apartment Williamsburg", + 190 + ], + [ + "PRIVATE BEDROOM IN COMFY & CHIC UWS APT!", + 140 + ], + [ + "Artists' Haven in Williamsburg", + 125 + ], + [ + "Your West Village NYC 1 Bdm Apt", + 144 + ], + [ + "Marcel the Shell with Shoes On or Off, Whatever", + 1500 + ], + [ + "1 Bdrm Apt 2 blocks to subway 15 mins to Midtown", + 100 + ], + [ + "Great Room and Private Bathroom", + 115 + ], + [ + "West Village Penthouse-terrace/view", + 1899 + ], + [ + "1 Bedroom, Near Subway, Wash Hts", + 110 + ], + [ + "Greenwich Village 1BR Fantastic Apt", + 140 + ], + [ + "Private spacious studio", + 94 + ], + [ + "beautiful ROOM in a DREAM APARTMENT", + 50 + ], + [ + "Sunny Williamsburg Artist's Loft", + 131 + ], + [ + "Two Bedrooms and Private Bathroom", + 175 + ], + [ + "Perfect House for the Whole Family", + 299 + ], + [ + "Studio in the Heart of Soho", + 145 + ], + [ + "Superstar Manhattan Apt - Harlem", + 145 + ], + [ + "Beautiful 1BR: Heart of the Village", + 175 + ], + [ + "2 Bedroom Apartment in the East Village", + 109 + ], + [ + "A real home on the UWS.", + 150 + ], + [ + "Deep House in Bed Stuy", + 133 + ], + [ + "Renovated 2 Bedroom (Hells Kitchen) TIME SQUARE", + 399 + ], + [ + "PROSPECT HEIGHTS LARGE PRIVATE ROOM", + 48 + ], + [ + "BROWNSTONE BROOKLYN'S FINEST in NYC", + 75 + ], + [ + "NYC - CLINTON HILL - FURNISHED ROOM", + 55 + ], + [ + "Spacious Guest Room in Brownstone", + 75 + ], + [ + "GORGEOUS SUNNY LOFT w/ 15 WINDOWS", + 465 + ], + [ + "Less than a minute from the Metro", + 151 + ], + [ + "Large, Quiet, Sunny 1 Bedroom Condo Williamsburg", + 199 + ], + [ + "nice room in bedstuy K", + 45 + ], + [ + "Huge Sunny Apt Hip/Family Area", + 160 + ], + [ + "Sunny Rm #3, Air Conditioner, Park,Express Q train", + 36 + ], + [ + "Nice cozy apartment by Central Park", + 235 + ], + [ + "Modern, Steps to Subway - Sleeps 4", + 225 + ], + [ + "Spacious Bright 2B Apt East Village", + 300 + ], + [ + "Cozy, friendly, 3 min from subway!", + 35 + ], + [ + "Lovely 1-bedroom-heart of Astoria", + 80 + ], + [ + "Private Room in Woodside, Queens: Good Deal!", + 79 + ], + [ + "Sunny, Huge, Quiet Room Doorman Bld", + 82 + ], + [ + "Doorman Bldg, Sunny, Huge, Quiet Rm", + 82 + ], + [ + "Garden duplx in beautiful brwnstne", + 215 + ], + [ + "Gorgeous Apt in Prime Williamsburg", + 147 + ], + [ + "Gramercy apartment ", + 145 + ], + [ + "Sunny Private Room in Brooklyn ", + 65 + ], + [ + "Peaceful Park Slope 2BR in 4BR dplx w/outdoor spce", + 78 + ], + [ + "Luxury 1BR w/ Rooftop", + 120 + ], + [ + "Huge Gorgeous Park View Apartment!", + 120 + ], + [ + "Sunny master bedroom Room in LowerEastSide/Nolita", + 95 + ], + [ + "Spacious Loft 5 min to Union Square", + 90 + ], + [ + "Garden, Private Deck, Williamsburg apartment", + 95 + ], + [ + "Large private live/work space; garden & parking", + 100 + ], + [ + "Studio Plus, Hilton Grand Vacation", + 350 + ], + [ + "ARTSY & CONVENIENT in Williamsburg.", + 188 + ], + [ + "2 BED ROOM APT. IN A PRIVATE HOUSE", + 80 + ], + [ + "Meatpacking District Large Loft", + 175 + ], + [ + "Prime brownstone with lush backyard", + 495 + ], + [ + "Charming 2 Bedroom Little Italy Apt", + 250 + ], + [ + "Bright & cosy Williamsburg apt", + 115 + ], + [ + "nice room in bedstuy J", + 55 + ], + [ + "Safe, Sunny, Quiet Chelsea Apt has Washer/Dryer", + 93 + ], + [ + "Safe,Sunny,SouthFacing Apt Near All", + 93 + ], + [ + "Charming, Quiet, & Clean 1BR APT", + 199 + ], + [ + "Chez Humphries", + 70 + ], + [ + "Sunny Top Floor Uptown Apartment", + 125 + ], + [ + "AMAZING 2BD COL CIRCLE/BRAND NEW ;)", + 125 + ], + [ + "Steps from Central Park", + 169 + ], + [ + "Brooklyn duplex 10 mins to U Square", + 150 + ], + [ + "Furnished Room + Bath in Hamiliton Heights", + 61 + ], + [ + "Room2 in a Good Vibe Apartment", + 40 + ], + [ + "1 Bedroom Railroad in Williamsburg", + 150 + ], + [ + "Bedroom for 2 in 1896 townhouse", + 65 + ], + [ + "NYC from River dale's Perspective", + 90 + ], + [ + "Beautiful Central Harlem sleeps 4", + 190 + ], + [ + "Bright Bohemian master bedroom in Williamsburg", + 79 + ], + [ + "3 bedroom duplex Brooklyn townhouse", + 225 + ], + [ + "Sweet Deal*Harlem2bdrm Apt #1/Sleeps4", + 185 + ], + [ + "Light filled Brooklyn apartment with skyline view", + 100 + ], + [ + "Bright, Very Spacious, & Quiet Room in Manhattan", + 85 + ], + [ + "A Comfortable Room in a Great Location, Manhattan", + 75 + ], + [ + "Cozy room in Beautiful Williamsburg Appartment", + 85 + ], + [ + "English Basement Studio Apartment / private entry", + 98 + ], + [ + "Charming New 3br House+bkyard BRKLN", + 262 + ], + [ + "XLG Studio Apt w/TONS of Amenities", + 145 + ], + [ + "Spacious 1BR Midtown Manhattan w DM", + 280 + ], + [ + "1BR East Village Duplex w/ Terrace", + 210 + ], + [ + "Beautiful Authentic 1BR Apt with skylight near all", + 70 + ], + [ + "Great Flat in Historic Brownstone", + 100 + ], + [ + "Sunlit Noho Loft", + 250 + ], + [ + "Gorgeous spacious. 2 subways close", + 59 + ], + [ + "Sunny 1 Bdrm ❤️ Private Bath ❤️ No Cleaning Fee", + 199 + ], + [ + "MIDTOWN EAST 1BR APARTMENT - NEW", + 219 + ], + [ + "1 Bedroom in Sunny & Spacious Apt.", + 100 + ], + [ + "Perfect in Park Slope: EZ 2 NYC", + 175 + ], + [ + "LUXMaster Suite 24hrDrm WestVillage", + 220 + ], + [ + "Renovated Big Private Room # 3", + 40 + ], + [ + "Cozy apartment in NY for 3 weeks", + 120 + ], + [ + "Vacation sublet in Brooklyn NY", + 140 + ], + [ + "Private room w Patio in Nolita", + 105 + ], + [ + "Charming WILLIAMSBURG 1 bdrm apt great location", + 110 + ], + [ + "Brownstone - Garden level - 2 rooms", + 131 + ], + [ + "Soho Loft. Authentic and Eccentric! 2 Bedroom.", + 265 + ], + [ + "Furnished room with private bathroom", + 54 + ], + [ + "Special Rate Luxury 2bd/2bth Apt W. Village", + 800 + ], + [ + "Fresh, Simple Sleep in Brooklyn!", + 53 + ], + [ + "NEEDS TO BE DEACTIVATED- NOT AVAILABLE", + 99 + ], + [ + "Warm & Welcoming Private Room", + 65 + ], + [ + "Bedroom in Williamsburg Brooklyn", + 55 + ], + [ + "Room in lovely E.Village triplex", + 120 + ], + [ + "Classic and Comfortable UWS PreWar", + 169 + ], + [ + "Great Studio in Chelsea, New York", + 180 + ], + [ + "Sunny Brooklyn Artists' Enclave! *huge room!*", + 67 + ], + [ + "Positive Cozy Room!", + 111 + ], + [ + "1 double room in modern apt in heart of soho", + 90 + ], + [ + "Family-Friendly 3 BR in Cobble Hill", + 259 + ], + [ + "Columbus Circle/Central Park/Hells Kitchen", + 89 + ], + [ + "Amazing Designer Loft in BK Factory", + 129 + ], + [ + "Bright Brooklyn Room in Shared Apt!", + 69 + ], + [ + "Huge Sunny BR Washington Heights 1-4 guests", + 75 + ], + [ + "3-Bed Brownstone on Beautiful Block", + 250 + ], + [ + "Verna's Brownstone Suite (no stove, no gatherings)", + 120 + ], + [ + "Spacious Factory Converted Loft", + 129 + ], + [ + "Stylish 3 Bedrm, perfect for groups & 1/Pr'spct PK", + 199 + ], + [ + "Unique 3BR Triplex in Brooklyn", + 450 + ], + [ + "Elegant SOHO One Bedroom", + 217 + ], + [ + "Charming, light-filled 1-bedroom", + 90 + ], + [ + "Perfect home away from home!", + 350 + ], + [ + "Fabulous UWS Apartment", + 160 + ], + [ + "NYC - furnished room - Greenpoint ", + 45 + ], + [ + "A Nest in Brooklyn", + 70 + ], + [ + "★HUGE beautiful E. Villager 2nd Av★", + 260 + ], + [ + "As Seen In NY Magazine! Chic & Stylish!", + 100 + ], + [ + "Waterfront Red Hook, Brooklyn", + 125 + ], + [ + "Penthouse Designer Loft Brooklyn", + 195 + ], + [ + "Brooklyn Retreat", + 58 + ], + [ + "Sunny & large W. Harlem private 1 bedroom.", + 75 + ], + [ + "Sunny Soho Apartment with Great Views", + 200 + ], + [ + "Jazz it Up in Brooklyn", + 75 + ], + [ + " A charming Space in Brooklyn ", + 95 + ], + [ + "Bohemian Paradise in Industrial BK", + 99 + ], + [ + "BROOKLYN'S FAVORITE BROWNSTONE in HIPSTER BED-STUY", + 275 + ], + [ + "Beautiful, spacious apartment - with a cute cat!", + 162 + ], + [ + "Modern, Art Deco Chelsea Studio", + 200 + ], + [ + "SOHO Sanctuary Privately Owned", + 285 + ], + [ + "Your Furnished Private Apartment", + 120 + ], + [ + "GREAT 1BR apt 162st at Amsterdam av", + 120 + ], + [ + "Charming Parlor Apt off Bleecker", + 210 + ], + [ + "Private bedroom and bathroom in Brooklyn", + 160 + ], + [ + "Family-Friendly Artist Loft in West Village", + 110 + ], + [ + "Sunny, Bright, Vibrant Apartment in Williamsburg!", + 200 + ], + [ + "Great 1BR apartment in a convenient location", + 138 + ], + [ + "Room in Chelsea New York", + 90 + ], + [ + "Private Room in Brooklyn, NY", + 45 + ], + [ + "Bright open space in Sunset Park", + 80 + ], + [ + "Perfectly situated williamsburg apt", + 70 + ], + [ + "Charming private room & sunny deck!", + 72 + ], + [ + "Comfy room in vibrant East Village", + 95 + ], + [ + "Private Room Private Restroom tons Natural Light", + 75 + ], + [ + "Fully furnished private apartment..", + 70 + ], + [ + "Spacious, amenity-filled 1 BDR Williamsburg Apt", + 160 + ], + [ + "Central, Peaceful Semi-Private Room", + 29 + ], + [ + "Comfy Park Slope 1 BR Apt Near Prospect Park", + 175 + ], + [ + "Great Room in Astoria - New York", + 75 + ], + [ + "Bright Rm avail in heart of Village", + 110 + ], + [ + "Gorgeous sky-lit 2BR", + 175 + ], + [ + "Columbus Circle Comfort, minutes from Times Square", + 99 + ], + [ + "Private bedroom + private bathroom", + 100 + ], + [ + "The Lavender Suite on Greene", + 144 + ], + [ + "Brooklyn College Manor", + 171 + ], + [ + "W80's Renovated with Chef's Kitchen", + 99 + ], + [ + "Gorgeous West Village Hidden Gem", + 270 + ], + [ + "True Two Bedroom Apartment in Lower Manhattan", + 160 + ], + [ + "Spacious very High ceiling place !", + 65 + ], + [ + "Cozy & Private 1 Bedroom Garden Level Apartment", + 99 + ], + [ + "Artsy Harlem Guest Space", + 125 + ], + [ + "Saratoga Park Suite", + 72 + ], + [ + "Spacious Duplex in Fun & Hip Area", + 300 + ], + [ + "Large Room In Newly Renovated Hell's Kitchen Apt.", + 112 + ], + [ + "New Law in New York | NO rentals under 30 days..", + 100 + ], + [ + "1Bedroom, Seconds from L train", + 60 + ], + [ + "Spacious Loft in East Village", + 232 + ], + [ + "Room in Colourful Williamsburg Apartment", + 138 + ], + [ + "Cozy 1BD in Vibrant East Village", + 140 + ], + [ + "Beautiful 1 Bedroom in Nolita/Soho ", + 5000 + ], + [ + "Beautiful Brooklyn Brownstone Apt", + 168 + ], + [ + "Cozy Studio in Flatbush", + 100 + ], + [ + "A beautiful, and quiet place to stay in NYC!!!", + 150 + ], + [ + "Studio Apt in the heart of Bushwick", + 95 + ], + [ + "One Bedroom Apt Near Central Park", + 175 + ], + [ + "Modern, cozy artist's escape in WV", + 220 + ], + [ + "Monthly Rental or more than 30 days for 6 people", + 178 + ], + [ + "sunny beautiful studio apartment", + 85 + ], + [ + "Room in My Apt. Rego Park Queens NY", + 35 + ], + [ + "Lovely Factory Loft in Greenpoint!", + 129 + ], + [ + "3B. Private Rm in Guesthouse Manhattan", + 55 + ], + [ + "Zen Supersized Master Suite", + 69 + ], + [ + "Cozy, quiet single room in Brooklyn brownstone", + 68 + ], + [ + "Private Bedroom WITH a Living room!", + 69 + ], + [ + "Great Apt/Roof in Hells Kitchen", + 300 + ], + [ + "Historic Townhouse with Private Backyard", + 175 + ], + [ + "JFK Jupiter Suites w/ Parking", + 59 + ], + [ + "Jupiter Suites- Rm #1 (JFK)", + 59 + ], + [ + "ALL YOU NEED!! HK/TIME SQ./THEATER (READ REVIEWS)", + 169 + ], + [ + "Bright Apartment In Williamsburg", + 120 + ], + [ + "Bedford Stuyvesant Urban Hang Suite", + 155 + ], + [ + "Charming Prime Williamsburg 2 bedroom Entire home", + 165 + ], + [ + "VERY BIG, BEDROOM/ PRIVATE BATHROOM.", + 60 + ], + [ + "1 min to Bedford Ave (L) Station", + 190 + ], + [ + "Bright and Spacious West Village Studio", + 150 + ], + [ + "Luxury 1 Bedroom Upper West", + 150 + ], + [ + "Sunny Apartment in Clinton Hill", + 120 + ], + [ + "Cozy w/amazing city views by PS1", + 349 + ], + [ + "Jupiter Suites- Rm #2- (JFK)", + 59 + ], + [ + "SHARED STUDIO AT MANHATTAN'S HEART BY C. PARK", + 99 + ], + [ + "Jupiter Suites, Rm #3- (JFK)", + 59 + ], + [ + "Dope Williamsburg Apartment", + 110 + ], + [ + "Be my Guest! Cozy East Village apt!", + 73 + ], + [ + "Fun LES 1br, close to everything!", + 179 + ], + [ + "Cozy Twin for the NYC Win! [Gay/LGBT Friendly]", + 102 + ], + [ + "BLYN BROWNSTONE CORZY CORNER in NYC", + 62 + ], + [ + "Gorgeous Apt. 20 min to Manhattan!", + 140 + ], + [ + "Spacious Midtown 1BR Apt - 4.5 Stars/21 Reviews", + 300 + ], + [ + "Spacious Sunny SoHo-Awesome Locale!", + 299 + ], + [ + "1 bedroom in heart of Fort Greene", + 104 + ], + [ + "Prime Chelsea Location,Washer/Dryer", + 98 + ], + [ + "Spacious, quiet room with private full bathroom.", + 49 + ], + [ + "Great Chelsea Location, Couch/2nd bed, Free WiFi", + 96 + ], + [ + "Sunny Private Room in Williamsburg", + 80 + ], + [ + "Master Bedroom in Modern Loft Apt.", + 89 + ], + [ + "Huge rm in 1500sq ft loft w/lots ", + 125 + ], + [ + "Charming BK Townhouse Home by Highland Park!", + 345 + ], + [ + "Peaceful Studio in Fort Greene", + 150 + ], + [ + "Private room in cozy Harlem, NY Apt", + 100 + ], + [ + "1 bed aprt best location in NewYork", + 120 + ], + [ + "All New Bohemian Chic 1BR Loft", + 149 + ], + [ + "2BR Sunlight & Secret Garden Apartment", + 145 + ], + [ + "New york Multi-unit building", + 390 + ], + [ + "Private Bed & Bath in a townhouse:Charm-Calm-Cozy-", + 60 + ], + [ + "Charming Brwnstn Duplex sleeps 5", + 190 + ], + [ + "West Village/SoHo Prvt Rm", + 80 + ], + [ + "small room in bedstuy P", + 55 + ], + [ + "Huge Loft In South Williamsburg", + 275 + ], + [ + "Private Huge 2br Williamsburg Artist Apartment!", + 250 + ], + [ + "New York City Historical Brownstone Ground Floor", + 100 + ], + [ + "Gorgeous apartment by Grand Central", + 600 + ], + [ + "Private, quiet Antique room on first floor duplex", + 66 + ], + [ + "Best location in Brooklyn!", + 65 + ], + [ + "Garden Rowhouse Duplex-2 bd/3 bth", + 220 + ], + [ + "Rare large modern garden studio, comfy; location!", + 159 + ], + [ + "Private room in 2 bedroom apartment", + 70 + ], + [ + "Private fits 3 ppl. Prospect Park ", + 49 + ], + [ + "Huge Room with View in Bushwick!", + 47 + ], + [ + "Designer Space For Families: 2 Bed | 2 Bath", + 299 + ], + [ + "Bright Studio Apt on Prospect Park", + 79 + ], + [ + "Garden Apartment, Ft. Greene", + 115 + ], + [ + "AMAZING, HUGE NEW YORK LOFT!", + 229 + ], + [ + "Relax at our duplex + backyard", + 115 + ], + [ + "Beautiful Lower East Side Penthouse", + 1100 + ], + [ + "Art Dealer's One of a Kind Williamsburg Aptartment", + 165 + ], + [ + "Elegant modern 1-bedroom in Bed-Stuy", + 67 + ], + [ + "BedStuy with a View", + 68 + ], + [ + "McSimon's | Queen Room | 10 mins from JFK", + 85 + ], + [ + "HUGE 2BR+1BA Apt For Group Only 15 Min To NYCity", + 170 + ], + [ + "modern, convenient safe Midwood, Brooklyn", + 95 + ], + [ + "Private Room in Brooklyn Brownstone", + 45 + ], + [ + "Simply brooklyn. Bedroom with office off L train.", + 178 + ], + [ + "CHELSEA BROWNSTONE 1BRM GARDEN APT ", + 140 + ], + [ + "Huge 1 Bedroom Loft at Habitat 101!", + 149 + ], + [ + "Stuyvesant Heights Townhouse", + 89 + ], + [ + "Sunny 1-Bedroom Apartment: Astoria", + 108 + ], + [ + "NYC apartment! Bright and spacious!", + 138 + ], + [ + "Perfect Temporary Brooklyn Home", + 115 + ], + [ + "Comfy Couch in a nice and safe apt!!", + 69 + ], + [ + "A Lovely 2br in Chelsea", + 269 + ], + [ + "Boutique Williamsburg Duplex Apartment", + 160 + ], + [ + "2bd in heart of Soho/Little Italy!", + 150 + ], + [ + "Charming Central Park Studio: Summer Park Strolls!", + 121 + ], + [ + "Sunny Spacious Dwelling", + 95 + ], + [ + "Great studio with 2 rooms and kitchen", + 99 + ], + [ + "Cozy", + 40 + ], + [ + "EV, Hippest East Village", + 89 + ], + [ + "New Listing! Terrific Price.", + 50 + ], + [ + "nice room in bedstuy L", + 55 + ], + [ + "Sunny, pretty Park Slope 3+ bed apt", + 224 + ], + [ + "One Bedroom in Astoria NY", + 120 + ], + [ + "(1) CLEAN HOME AWAY FROM HOME!", + 59 + ], + [ + "Beautiful Studio in Heart of Harlem", + 135 + ], + [ + "Nexus of the Universe!", + 175 + ], + [ + "Single family home 2 bedrooms 2 bathrooms", + 250 + ], + [ + "East Village New Luxury Bldg - 1BR", + 156 + ], + [ + "Gorgeous & Spacious Full 1 BR Apt", + 75 + ], + [ + "Quiet Large 1BR Near Columbia", + 79 + ], + [ + "Entire Modern Studio Apartment/Prime Location", + 104 + ], + [ + "Airy Designer Loft in Williamsburg", + 280 + ], + [ + "Cozy Room in Best Downtown NYC Location", + 80 + ], + [ + "Studio in South Williamsburg", + 136 + ], + [ + "NYC LARGE 3 BR West Side Manhattan, New York City", + 550 + ], + [ + "Ditmas Park Carriage House Loft", + 190 + ], + [ + "SPECIAL OFFER* 1BDR IN EAST VILLAGE", + 199 + ], + [ + "NEW YORK, Queens \" WELCOME \" ", + 75 + ], + [ + "Private room - Heart of East Village", + 100 + ], + [ + "COZY STUDIO", + 125 + ], + [ + "Entire Floor of Brooklyn Brownstone", + 75 + ], + [ + "Private room in Harlem gem with fab New Yorkers!", + 99 + ], + [ + "Huge, Sunny Greenpoint Flat", + 35 + ], + [ + "Nice private room in Astoria", + 51 + ], + [ + "★★★★★- Lux Astoria |❤of NYC| Near subway/Manhattan", + 188 + ], + [ + "1-bedroom APT SoHo / NoLITa", + 90 + ], + [ + "Modern Design in Sunny Duplex", + 279 + ], + [ + "West Village 2 br 850 sf - right by the Hudson!", + 350 + ], + [ + "Private room and bathroom", + 125 + ], + [ + "Safe upscale room, Flatbush, Brooklyn, near subway", + 85 + ], + [ + "Private Room With Patio In Queens", + 48 + ], + [ + "Private Bedroom in QUEENS", + 56 + ], + [ + "SALE- SUNNY MASTER BEDROOM NEAR MANHATTAN", + 84 + ], + [ + "Beautiful Brownstone in West Harlem", + 155 + ], + [ + "Luxury Gramercy Lg 1Bd w Balcony", + 250 + ], + [ + "Large 2 BR Loft Downtown NY", + 300 + ], + [ + "Hip Apartment in Williamsburg", + 140 + ], + [ + "Private: The Brass Room", + 120 + ], + [ + "Sunlit apartment in Williamsburg", + 99 + ], + [ + "Designer Home in Village Center", + 240 + ], + [ + "Gorgeous charming Manhattan 1bdrm Alexa Smart Home", + 72 + ], + [ + "Close to the city, Astoria", + 45 + ], + [ + "Staten Island Apartment - 2nd floor", + 250 + ], + [ + "Room in heart of the West Village!", + 100 + ], + [ + "SUNNY STUDIO MIDTOWN EAST W/DOORMAN", + 175 + ], + [ + "1Br apt + backyard -east village", + 200 + ], + [ + "Jupiter Suites, Rm #4 w/Bthrm-(JFK)", + 59 + ], + [ + "Cozy, QUIET Dream Home in SEAPORT", + 420 + ], + [ + "Private room with stunning view", + 120 + ], + [ + "Spacious and modern Chelsea loft", + 295 + ], + [ + "Williamsburg 2BR 2BA Hotel Condo", + 200 + ], + [ + "The Heart of Bushwick!", + 48 + ], + [ + "CENTRAL PARK/ TIMES SQUARE", + 99 + ], + [ + "Sunny Studio Loft @ Habitat 101", + 129 + ], + [ + "PRIME apartment in East Village!", + 160 + ], + [ + "Cute, quirky Park Slope Jr 1 bdroom", + 142 + ], + [ + "Charming Room in Astoria!!", + 120 + ], + [ + null, + 400 + ], + [ + "Modern Clean 1 Bedroom apt in Clinton Hill", + 130 + ], + [ + "Great Artistic Studio in Historic Building", + 85 + ], + [ + "Rooftop Oasis in Brooklyn for Shoots & Gigs", + 600 + ], + [ + "Only 10 mins to CENTRAL PARK! :)", + 69 + ], + [ + "Charming studio in Williamsburg", + 150 + ], + [ + "Large furnished 2 bedrooms- - 30 days Minimum", + 10 + ], + [ + "An artist place in Bedstuy", + 87 + ], + [ + "Enormous Chrysler-View Bedroom/Bath", + 249 + ], + [ + "Bushwick Biodome Loft, Fun & Unique, Great View!", + 65 + ], + [ + "A Tree Grows in Brooklyn", + 175 + ], + [ + "Stylish Room on Express Line to Midtown", + 79 + ], + [ + "Private Room in Designer's NYC Apt", + 194 + ], + [ + "1 bedroom apartment in NYC", + 150 + ], + [ + "Bohemian W'Burg Duplex", + 241 + ], + [ + "NYC Harlem cozy private room", + 80 + ], + [ + "Smart Family 1BD Retreat in Bedstuy", + 120 + ], + [ + "Cosy studio in great location at UES", + 155 + ], + [ + "Cute studio apt in West Village", + 150 + ], + [ + "One bedroom apartment - UES", + 140 + ], + [ + "Large Spacious Apt For Sublet", + 90 + ], + [ + "Quaint, beautiful studio Brooklyn", + 150 + ], + [ + "Lovely Brownstone-- Close to Subway", + 135 + ], + [ + "Park Slope 1BR with Private Outdoor Space", + 140 + ], + [ + "Truly A Sweet Home away from Home.", + 130 + ], + [ + "Private Entrance/Bath, 2 story Apt.", + 150 + ], + [ + "Cozy 1.5BD in Parkslope Brooklyn", + 115 + ], + [ + "Beautiful Home Away From Home!", + 130 + ], + [ + "1 BR apt in heart of the Village", + 380 + ], + [ + "Bright, Cheerful Brooklyn Apartment", + 115 + ], + [ + "GRACIOUS HARLEM 1 BEDROOM", + 125 + ], + [ + "Spacious room in Bushwick L & JMZ !", + 65 + ], + [ + "Cozy Apartment, 30 min train ride to Times Square!", + 110 + ], + [ + "Amazing Spacious Room", + 31 + ], + [ + "Large Charming 1 BR + Den in Brownstone Apt", + 135 + ], + [ + "West Village: Cozy, Quiet 1BR Apt", + 200 + ], + [ + "Cozy room in bed-stuy", + 212 + ], + [ + "Brooklyn Wildlife Loft rm 2", + 40 + ], + [ + "GREAT BRAND NEW 1 BED! TIMES SQ!!!!", + 80 + ], + [ + "COZY GARDEN APT IN BKLYN BROWNSTONE", + 95 + ], + [ + "Gorgeous NewModern_BestLocation!NYC", + 185 + ], + [ + "Art House Suite", + 100 + ], + [ + "4BD, 2 Bath Apt Flatiron on 6th Ave", + 1200 + ], + [ + "Habitat 101. Amazing 1br Loft Apartment", + 149 + ], + [ + "West Village townhouse private suite incl bath", + 139 + ], + [ + "Sunny 1bd - Near SOHO Washington SQ", + 226 + ], + [ + "Classic Brownstone private suite", + 74 + ], + [ + "Luxury & Charm. Steps from Christopher Park!", + 195 + ], + [ + "Close to trains! Special long-term rates!!", + 104 + ], + [ + "2000 SQ FT Spacious Artist Loft in SOHO", + 275 + ], + [ + "Great Views on Upper West Side", + 310 + ], + [ + "apartment in heart of East Village ", + 145 + ], + [ + "3rd FL, Private Suite w Own Bath & Study Area", + 75 + ], + [ + "Quiet Williamsburg apartment", + 99 + ], + [ + "Beautiful Modern Midtown Apartment", + 250 + ], + [ + "Large Studio w/ Entertainment Room!", + 104 + ], + [ + "Union Square area 1BD Apartment", + 250 + ], + [ + "New**Beauty**W50's_Luxury&BALCONY!!", + 150 + ], + [ + "NEW_2BR_PrivateRoof&CityView_Beauty", + 195 + ], + [ + "NEW_Duplex_BreathtakingViews_Beauty", + 350 + ], + [ + "Comfortable Room + Kitty + Food", + 75 + ], + [ + "Charming LG Bedroom by Park & Train", + 80 + ], + [ + "Sunny Spacious Retro 1 Bedroom", + 96 + ], + [ + "Big Studio Apt Convenient Gramercy", + 200 + ], + [ + "Private room in MANHATTAN NYC", + 90 + ], + [ + "Beautiful Cozy Room Great Price!", + 79 + ], + [ + "Clean room near Columbia Univ", + 220 + ], + [ + "Landmark Loft in Williamsburg Brooklyn 1 month min", + 224 + ], + [ + "Arverne By The Bay Private Room & Bathroom", + 35 + ], + [ + "Private, Clean and Comfortable NY", + 70 + ], + [ + "Luxury Room in Landmark House", + 85 + ], + [ + "Strivers Row Sanctuary in Harlem - Monthly", + 110 + ], + [ + "One very large room two beds", + 65 + ], + [ + "4 bedroom 2Bath apt Maspeth Queens", + 200 + ], + [ + "Beautiful apt in the heart of LES", + 249 + ], + [ + "ON A BUDGET COZY IN BROOKLYN In NYC", + 62 + ], + [ + "Private Room with adjoining bathroom", + 50 + ], + [ + "BLYN SPECIAL BUDGET PRICE IN NYC", + 62 + ], + [ + "1 rm @ 3BR loft williamsburg room 3", + 50 + ], + [ + "1BR Apt in Murray Hill/Midtown", + 55 + ], + [ + "Spacious Room, Central Location, Historic block.", + 71 + ], + [ + "Charming Room Near Central Park", + 75 + ], + [ + "Charming Private Room with a View", + 115 + ], + [ + "Williamsburg off Bedford/no extra $ for 2ppl!", + 82 + ], + [ + "SAFE BUDGET IN Brooklyn NYC", + 75 + ], + [ + "CHARM Rm HAMILTON HEIGHTS Harlem", + 60 + ], + [ + "Modern, Light-Filled Apt in Chelsea/Meatpacking", + 200 + ], + [ + "The Top-Notch Top-Floor", + 90 + ], + [ + "BROOKLYN FAVORITE VACATION HOME 2", + 215 + ], + [ + "PRIVATE. ROOM - Midtown/Central Park", + 100 + ], + [ + "Nice and quiet", + 38 + ], + [ + "Gorgeous, Family-Friendly, NYC Apt!", + 159 + ], + [ + "Your Own Private Room To Sleep In! BEAUTIFUL!", + 64 + ], + [ + "Gorgeous 1-2 bedroom(Prospect park)", + 125 + ], + [ + "Beautiful/Spacious 1 Bedroom in LES", + 120 + ], + [ + "Perfect cozy PRIVATE room!!", + 76 + ], + [ + "Cozy 1BD next to Central Park", + 175 + ], + [ + "VERY UNIQUE TOWNHOUSE in GREENPOINT, BROOKLYN", + 110 + ], + [ + "Private Room in the Heart of Greenpoint", + 75 + ], + [ + "Comfort; Next to \"A\" express subway", + 80 + ], + [ + "Cozy Private Room in Brooklyn NY", + 110 + ], + [ + "Cosy Room in Great Location -W'burg", + 89 + ], + [ + "Sunny 1BR + Outdoor space [L line]", + 110 + ], + [ + "Large sunny room queen bed &balcony", + 96 + ], + [ + "One Stop to TimesSQ Vacation Apt", + 75 + ], + [ + "Top floor 1 bedroom soho/nolita", + 185 + ], + [ + "Cozy private Basement studio,15mins from the city", + 49 + ], + [ + "Corner High Rise Apartment - City Views", + 440 + ], + [ + "BIG BROOKLYN HOUSE TO LOVE", + 220 + ], + [ + "Financial District Oasis Room-1 Queen Bed", + 99 + ], + [ + "Midtwn E BEST LOCATION Priv Twin Rm 1 Loving Cat", + 85 + ], + [ + "Large private 1BR with backyard - Williamsburg", + 98 + ], + [ + "Large Room in Landmark House", + 84 + ], + [ + "Cozy Room in Landmark House", + 65 + ], + [ + "New Williamsburg 1B With Backyard", + 160 + ], + [ + "Sunny Room/private bath/ Brownstone", + 115 + ], + [ + "Sunny, Large (Queen Bed) Private room in 2Bedroom", + 59 + ], + [ + "Private room in Midtown East", + 119 + ], + [ + "Sunny, Comfortable Space", + 120 + ], + [ + "Duplex apartment with garden", + 439 + ], + [ + "Beautiful UES residence minutes from everything", + 99 + ], + [ + "Hip Two Story BK Apt w/Private Yard", + 199 + ], + [ + "Williamsburg Brooklyn, Parkside Penthouse NYC View", + 99 + ], + [ + "Private Family Home 2BR mins to Midtown Manhattan", + 195 + ], + [ + "Williamsburg Luxury- 30 days +", + 180 + ], + [ + "Relaxing, serene room in NYC Apt", + 100 + ], + [ + "Lovely Suite in Historic Brownstone near Subway", + 115 + ], + [ + "Sunny 1BR Overlooking Prospect Park", + 115 + ], + [ + "Sunny Floral Artist Apartment Chinatown LES", + 180 + ], + [ + "Welcome to a beautiful Quiet Bronx.", + 45 + ], + [ + "LARGE PRIVATE BED + BATH, LES", + 300 + ], + [ + "Cozy NY-style 1BDRM Apartment UES.", + 90 + ], + [ + "Private room in East Harlem", + 95 + ], + [ + "View of Empire State Building!", + 140 + ], + [ + "Studio in the Upper East Side ", + 123 + ], + [ + "High Floor apt.near Columbus Circle", + 200 + ], + [ + "Cozy Room in Astoria", + 100 + ], + [ + "Spacious Historic Williamsburg 2/1.5 Townhouse", + 250 + ], + [ + "Prime Williamsburg Large bedroom for 1or2 people", + 85 + ], + [ + "Charming One Bedroom", + 100 + ], + [ + "Spacious and Chic Times Square 1 Bedroom", + 109 + ], + [ + "Bohemian 2BR DuplexLoft in Brooklyn", + 159 + ], + [ + "1 Bedroom in Greenwich Village", + 260 + ], + [ + "Chelsea NYC luxury 2 bed/2 bath, garden apt", + 555 + ], + [ + "Spacious, Cozy NYC Apartment - 1 Minute to Subway!", + 87 + ], + [ + "Affordable Clean Private Room NYC ", + 43 + ], + [ + "UPPER EAST SIDE 1BR APT - CENTRAL", + 199 + ], + [ + "Priv room in 3 bdrm apt - Room \"A\"", + 90 + ], + [ + "Modern, Sunny Duplex PENTHOUSE w/ BALCONY", + 195 + ], + [ + "THE LINCOLN PARLOR", + 185 + ], + [ + "NYC Central Park family apt - 3bdr", + 400 + ], + [ + "Elegant 1b Near Everything", + 200 + ], + [ + "Big quiet Sunny room in Upper East Side", + 100 + ], + [ + "Museum Mile Central Pk- Madison Ave", + 225 + ], + [ + "Brooklyn Stunning Event Space.", + 450 + ], + [ + "Sunny Room, Only 1 Block to Subway!", + 80 + ], + [ + "BEST Bushwick 1 Bedroom - 15 min to Manhattan", + 89 + ], + [ + "Modern/Renovated/Best EV Location!!", + 179 + ], + [ + "Lovely Room in Awesome Apartment - Fun/Convenient", + 90 + ], + [ + "2bd/2bth, drmn, 1 block from subway in LIC", + 275 + ], + [ + "Charming and Cozy Bedroom in Artists Colony", + 35 + ], + [ + "10mins to Manhattan, 59th St, 17mins Times Square.", + 86 + ], + [ + "Cozy 1 BR Apt - Sunnyside, Queens", + 95 + ], + [ + "Charming Upper West Side 1 Bedroom", + 116 + ], + [ + "Nice cozy bedroom with cool views in Hell's kit..!", + 80 + ], + [ + "Newly Renovated East Village Private Guest Studio", + 110 + ], + [ + "Small Cozy Room Wifi & AC near JFK", + 29 + ], + [ + "Fully furnished 2 Bedrooms floor-through apartment", + 200 + ], + [ + "2000 sqf Duplex in Townhouse", + 390 + ], + [ + "Space For guest", + 55 + ], + [ + "( Hostal ) 1 full size Mattress (Top Bunk)", + 75 + ], + [ + "Charming space in lively neighborhood.", + 75 + ], + [ + "Sweet Apartment on Quiet Block", + 120 + ], + [ + "Sunny 1 bedroom In The Heart of NYC", + 143 + ], + [ + "CELEBRATE NEW YEAR'S EVE IN NYC", + 250 + ], + [ + "Beautiful 1 bdrm in 2 bdrm apt", + 99 + ], + [ + "Charming 1BR ", + 150 + ], + [ + "LOFT Private Room - MOVIE THEATER/GYM/LAUNDRY/ROOF", + 55 + ], + [ + "1800sf Urban Goddess Brooklyn Loft", + 175 + ], + [ + "Bushwick Artist Loft - Cozy Room", + 69 + ], + [ + "Suite Spot in Tribeca", + 184 + ], + [ + "Entire 1 Bedroom in Williamsburg", + 145 + ], + [ + "Classic Cool Comfortable LES", + 100 + ], + [ + "Private, Cozy Bedroom/ Barclay Ctr", + 44 + ], + [ + "A quite nice bedroom in Greenpoint", + 70 + ], + [ + "CHIC NEW YORK OASIS WITH ROOF DECK!", + 185 + ], + [ + "Sunny and charming Soho 1 bedroom", + 225 + ], + [ + "2 BR Apt in Luxury Building - UES", + 199 + ], + [ + "Harlem Oasis", + 60 + ], + [ + "Private Studio Museum Block UWS", + 175 + ], + [ + "Union Square/East Village Apartment", + 199 + ], + [ + "Large, bright Williamsburg room", + 65 + ], + [ + "Effortlessly Chic WILLIAMSBURG BK", + 190 + ], + [ + "Charming Spacious 1 Bdrm Apt", + 107 + ], + [ + "NYC Super Cool East Village 1 BD", + 150 + ], + [ + "Spacious center hall colonial", + 700 + ], + [ + "DOMINIQUE'S NY*Wanderlust room/Metro/Bronx Zoo/Gdn", + 75 + ], + [ + "Private room with sleeping loft", + 45 + ], + [ + "Perfect Brooklyn Stay, Apt for 4", + 179 + ], + [ + "YOUR PRIVATE COZY 1Br + 15min from Manhattan", + 110 + ], + [ + "Industrial Modern 1 Bedroom - Prime Williamsburg", + 245 + ], + [ + "Huuuge Sunny Central Park REAL 2 bedroom 1.5 baths", + 799 + ], + [ + "Near Subway Sunny Spacious Room in NYC", + 100 + ], + [ + "nice room in bedstuy B", + 61 + ], + [ + "Flat Iron 2BD Beautiful Apt ", + 475 + ], + [ + "Brooklyn Heights One Bedroom Loft", + 275 + ], + [ + "Mayor's Mansion - Fort Greene", + 250 + ], + [ + "Bright and Airy Brooklyn Loft", + 120 + ], + [ + "Stunning Limestone 1 Bdrm Flat", + 135 + ], + [ + "SUNNY,SUPER CLEAN WEST VILLAGE APT", + 199 + ], + [ + "Queen size room in Brooklyn", + 75 + ], + [ + "Invitation to travelers", + 75 + ], + [ + "Priv room in 3 bdrm apt - Room \"B\"", + 75 + ], + [ + "R & R In Harlem", + 140 + ], + [ + "Private Room", + 90 + ], + [ + "Spacious Parkside View Bedroom", + 80 + ], + [ + "East Williamsburg Clean Apartment", + 115 + ], + [ + "Enjoy Harlem Renassiance Sunny Room", + 60 + ], + [ + "Large, Private 1BR in Noho/Nolita/Soho", + 175 + ], + [ + "Urban Jungle in Bedford Stuyvesant", + 125 + ], + [ + ":: Spacious 1bedroom, great loca ::", + 185 + ], + [ + "Peaceful Oasis. 25 mins. Manhattan", + 56 + ], + [ + "Skylight BR in Gorgeous Rooftop Apt", + 64 + ], + [ + "Amazing views in Williamsburg Condo", + 300 + ], + [ + "HUGE 2bdrm LOFT in NOHO/East Vill!", + 455 + ], + [ + "Budget Friendly & Spacious", + 37 + ], + [ + "Urban Cottage in Williamsburg BK", + 193 + ], + [ + "Private room in sunny Bedstuy apartment", + 53 + ], + [ + "Large Comfortable Studio in Chelsea", + 161 + ], + [ + "Gorgeous large 1 bedroom apt for March- April.", + 99 + ], + [ + "Large 2BR apartment East Village", + 420 + ], + [ + "Large 1 BR apartment in the LES!", + 92 + ], + [ + "LOCATION LOCATION LOCATION Abigail", + 195 + ], + [ + "Lovely Bedroom - Bed Stuy, Brooklyn", + 81 + ], + [ + "Just like home & more in Rm #2", + 65 + ], + [ + "Huge Room with Private Bathroom", + 70 + ], + [ + "2 bdr NYC duplex w balcony", + 400 + ], + [ + "Bright & cosy 1 bedroom apartment", + 170 + ], + [ + "••BEST Manhattan Downtown Location!!••", + 175 + ], + [ + "Cool and spacious room-Approx 150 yard from LTrain", + 41 + ], + [ + "Brownstone Penthouse Apartment", + 149 + ], + [ + "Heart of Williamsburg", + 87 + ], + [ + "Luxury Contemporary Central Home", + 300 + ], + [ + "Washer, Marble Bath, Yard near Subways, High Line", + 92 + ], + [ + "Bushwick / Bed Sty Retreat", + 85 + ], + [ + "Great Apt-Heart of East Village! ", + 150 + ], + [ + "Modern Waterfront 2Bed Williamsburg", + 300 + ], + [ + "1B in NYC - East Village, Manhattan", + 139 + ], + [ + "Cozy spacious 1 bed in Murray Hill", + 90 + ], + [ + "Large Eco bedroom on the River", + 118 + ], + [ + "SPECIAL NEW YEAR'S LUXURIOUS MANHATTAN APT", + 295 + ], + [ + "HappyCozy GuestSuite w/ Great Energy close to JFK", + 125 + ], + [ + "Self contained ground level apt", + 122 + ], + [ + "Spacious Midtown Manhattan room", + 280 + ], + [ + "Renovated Studio Midtown East", + 215 + ], + [ + "Lux Doorman by 11 trains", + 89 + ], + [ + "Clean Cute and Cozy Harlem Apt", + 130 + ], + [ + "Serene, Authentic Artist's Loft", + 201 + ], + [ + "Cosy Brooklyn NYC One Bedroom in Garden Level", + 119 + ], + [ + "East Village - 180º City View & Private Balcony", + 103 + ], + [ + "Park Slope Bedroom in Eccentric New York Apartment", + 72 + ], + [ + "Beautiful 1BR in East Village!", + 169 + ], + [ + "AUTHENTIC TRIBECA LOFT NEAR SOHO", + 240 + ], + [ + "Beautiful BK 1 Block From Subway", + 180 + ], + [ + "Beautiful warm duplex apartment", + 150 + ], + [ + "Great Manhattan apartment", + 120 + ], + [ + "Luxurious Brownstone Duplex w Outdoor Space", + 345 + ], + [ + "Studio in the Family Brownstone", + 95 + ], + [ + "Pre-War - Subway,Park's & Museum's", + 550 + ], + [ + "Unshared Apt Cozy One Bedroom", + 150 + ], + [ + "Hip, Brick East Village Apartment", + 95 + ], + [ + "Private room in Center of Manhattan", + 90 + ], + [ + "Labor Day in Brooklyn Room Stay", + 175 + ], + [ + "1BR Priv. East Village Apt Sleeps 4", + 225 + ], + [ + "Luxury Apartment a walk to the park", + 240 + ], + [ + "Prime East Village Spacious 1 BED", + 150 + ], + [ + "Affordable Private Room in NYC! ", + 44 + ], + [ + "Carol", + 1700 + ], + [ + "1 BR Penthouse with Private Terrace", + 299 + ], + [ + "2nd@THROOP MANSION ", + 120 + ], + [ + "2 Br Condo: Elegant, Amazing Views!", + 525 + ], + [ + "3+ Bedroom Steps to Park Avenue", + 600 + ], + [ + "Private bedroom in awesome loft apt", + 88 + ], + [ + "Harlem 1BR - 3 blocks to subway!", + 139 + ], + [ + "1 BR in Luxury Chelsea Doorman Bldg", + 200 + ], + [ + "Cozy & Sunny central Manhattan APT!", + 100 + ], + [ + "West Village/SOHO Pretty Apartment", + 209 + ], + [ + "Carroll Gardens Brownstone Flat", + 240 + ], + [ + "Cozy apartment available!", + 90 + ], + [ + "Long Island City Home 1.!", + 73 + ], + [ + "Big room only 90. Great location.", + 90 + ], + [ + "Times Square Modern Apartment", + 200 + ], + [ + "Clean & Cozy 1BD", + 94 + ], + [ + "Entire Apartment in Nolita/LES", + 145 + ], + [ + "Sweet Union Square/ Gramercy Studio", + 199 + ], + [ + "Penthouse in Bedford Stuyvesant ", + 150 + ], + [ + "PRIVATE Room, located on Central MANHATTAN***", + 85 + ], + [ + "New York City, Manhattan Modern Apartment", + 195 + ], + [ + "Andrea's bohemian pied-a-terre", + 173 + ], + [ + "Gorgeous 2BR Flex Loft w/NYC views", + 159 + ], + [ + "Room in spacious charming loft", + 85 + ], + [ + "Private, Spacious Garden Apartment", + 120 + ], + [ + "Spacious, Sunny, 1br in Midtown East with doorman", + 225 + ], + [ + "Gorgeous 1.5 Br - 1 block to Subway-9 min to NYC!", + 175 + ], + [ + "Cozy sunny room in the heart of the city", + 130 + ], + [ + "Art-filled 1BR on best block in WV ", + 249 + ], + [ + "Large Sunny Room", + 38 + ], + [ + "Nice Bedroom in Central Bushwick!", + 53 + ], + [ + "LOFT-CentralPrk/TimeSq/TheaterDist1", + 125 + ], + [ + "June 30 Th to August 31 st", + 245 + ], + [ + "quitissential brooklyn loft", + 150 + ], + [ + "Sunny & Budget Friendly", + 32 + ], + [ + "Private, Peaceful Times Square 1BR", + 160 + ], + [ + "Gracious Brooklyn Limestone", + 175 + ], + [ + "Big, bright, Williamsburg bedroom", + 40 + ], + [ + "14 Min 2Union Sq, Manhattan with Private Entrance", + 58 + ], + [ + "Stylish,Sunny, spacious luxury loft", + 149 + ], + [ + "Awesome Huge Studio - NYC Center", + 200 + ], + [ + "Large Studio apartment", + 100 + ], + [ + "Clinton Hill 1BR in charming 2BR", + 50 + ], + [ + "The Spencer", + 97 + ], + [ + "Private BR in Chelsea (women or couples only)", + 84 + ], + [ + "Modern, spacious 2 BR, 2 Bath - BK", + 275 + ], + [ + "Apt near Museum Mile", + 99 + ], + [ + "Greenpoint Studio w/ 2 cats", + 70 + ], + [ + "Modern Industrial 1br Loft w/City View", + 149 + ], + [ + "GIANT! Perfect for families, in the center of NYC", + 399 + ], + [ + "Large Garden Apartment", + 145 + ], + [ + "Charming one bedroom in brownstone", + 200 + ], + [ + "14 min to Union Square, Manhattan-Sunny Modern Rm", + 59 + ], + [ + "nice furnished room ground floor", + 70 + ], + [ + "1000 Sq Ft Loft in Flatiron.", + 249 + ], + [ + "Spring in Ditmas Park Brooklyn!!!", + 70 + ], + [ + "Time Square in 30 minutes. Front room.", + 45 + ], + [ + "The heart of Manhattan - NYC", + 75 + ], + [ + "Beautiful and spacious bedroom in Williamsburg", + 70 + ], + [ + "Zen & Cozy 2Bedroom in Williamsburg", + 159 + ], + [ + "280 Degree Views Of Manhattan (TS)", + 499 + ], + [ + "Private Master Bedroom w/Garden 14 min to Union Sq", + 55 + ], + [ + "Lower East Side Penthouse Room w/ Epic Views", + 228 + ], + [ + "PRIVATE ROOM #2 STARTING AT $67 PER NIGHT", + 67 + ], + [ + "Large Bedroom in the East Village", + 119 + ], + [ + "Oversized Studio By Columbus Circle", + 189 + ], + [ + "NYC UES APT RENTAL", + 350 + ], + [ + "Lovely Brooklyn Brownstone one block from Subway", + 450 + ], + [ + "A room with private bathroom", + 45 + ], + [ + "Modern Midtown Apt, close to MoMA", + 175 + ], + [ + "Brooklyn apt, hip hood, with a view", + 83 + ], + [ + "Cute Spacious Studio in Fort Greene", + 120 + ], + [ + "One Bedroom in an apartment", + 35 + ], + [ + "Perfect Harlem, New York Retreat", + 140 + ], + [ + "Bedroom for one", + 45 + ], + [ + "Space, elegance, and comfort - Room", + 90 + ], + [ + "Nice clean large Bedroom in Astoria", + 79 + ], + [ + "Comfy, Spacious, Modern, Sweet Home", + 100 + ], + [ + "Urban Oasis in Chelsea", + 225 + ], + [ + "Your home away from home in Comfort", + 66 + ], + [ + "Gorgeous duplex 1 BR Brownstone apt", + 140 + ], + [ + "Lovely Bedrooms in Artist's Home", + 98 + ], + [ + "Private 2 BR APT: Free WIFI & JACUZZI", + 140 + ], + [ + "2 floor Apt w 300sqft Terrace", + 195 + ], + [ + "Full of Harlem Soul & Charm", + 60 + ], + [ + "Sunny 2 bedroom in Prospect/Crown Heights", + 150 + ], + [ + "Small Room With Private Loft Bed", + 40 + ], + [ + "Adorable 1BD Home with view of NYC", + 130 + ], + [ + "Sunny bedroom in Williamsburg", + 75 + ], + [ + "Bi-level Loft with a Private Garden", + 248 + ], + [ + "Cozy Vintage Inspired East Village", + 450 + ], + [ + "Sunny Studio in Prime Williamsburg", + 120 + ], + [ + "Beautiful, large, charming spot", + 250 + ], + [ + "Sublet: $490/Wk", + 80 + ], + [ + "Private Apt, Large, Safe / 5mins to TIMES SQUARE", + 140 + ], + [ + "Studio Apt. in Williamsburg, Brooklyn, NY", + 120 + ], + [ + "Futon 2.0", + 45 + ], + [ + "BEST PRICE - WILLIAMSBURG 1 ROOM", + 100 + ], + [ + "Modern Bright Loft in Clinton Hill", + 175 + ], + [ + "Quiet 1br in a Mansion!", + 130 + ], + [ + "2 floor loft in Gramercy park", + 175 + ], + [ + "Cozy bedroom on Wall Street", + 40 + ], + [ + "Entire Park Slope Townhouse", + 650 + ], + [ + "HEART OF NYC! AMAIZING LOCATION!, SUPER ROOM", + 85 + ], + [ + "Manhattan/ LES Short term Stay", + 175 + ], + [ + "Best View/Luxury Building/Time Squ.", + 105 + ], + [ + "Havemeyer Holiday", + 80 + ], + [ + "Penthouse studio w/ skylights and skyline views", + 150 + ], + [ + "One Bedroom Apt, Suitable for Two", + 195 + ], + [ + "3 Story Brooklyn House - Sleeps 10!", + 750 + ], + [ + "Unique sunny loft in Manhattan!", + 249 + ], + [ + "cute 2BD apt in greenpoint", + 140 + ], + [ + "COZY and WARM Garden Apartment", + 180 + ], + [ + "Priv room in 3 bdrm apt - Room \"C\"", + 90 + ], + [ + "Great 1BD waterfront City Island NY", + 120 + ], + [ + "Private Ground Floor Studio Apt PLUS Driveway", + 85 + ], + [ + "Awesome Harlem House 3 bdr 2 floors", + 174 + ], + [ + "Hell's Kitchen, close to All", + 150 + ], + [ + "2Br East Village VERY Spacious Apt.", + 295 + ], + [ + "Modern & Quiet 2bdr Astoria - 2 blocks from Subway", + 180 + ], + [ + "Charming 1BR in the East Village", + 172 + ], + [ + "Wyckoff Street Garden Apartment", + 130 + ], + [ + "Big specious room is Manhattan!!!", + 52 + ], + [ + "Amazing Greenpoint/Williamsburg Apt", + 220 + ], + [ + "XLARGE-Modern-clean master bedroom", + 50 + ], + [ + "Sunny Room near all", + 37 + ], + [ + "Private Room next to Park - 5 mins to subways!!", + 85 + ], + [ + "Huge Garden Duplex, 20 min Manhattan!", + 249 + ], + [ + "Family house in South Park Slope", + 150 + ], + [ + "Funky Furnished Studio on Tree-Lined Street", + 119 + ], + [ + "Spacious one bedroom apartment", + 49 + ], + [ + "Beautiful Luxury Room in Central Harlem/Columbia", + 90 + ], + [ + "1BD Cozy Chelsea Apartment", + 200 + ], + [ + "Amazing 550 Sq Ft Studio Apartment.", + 97 + ], + [ + "Immaculate 3BR Williamsburg Condo", + 399 + ], + [ + "Bright, cozy East Williamsburg home", + 151 + ], + [ + "NYC Theatre District 1 Bdrm Apt ", + 200 + ], + [ + "Newly Renovated One Bedroom", + 200 + ], + [ + "Cozy NYC apt. 10min to Central Park", + 82 + ], + [ + "Super Clean 1 bedroom Upper West Side", + 130 + ], + [ + "large private bedroom in shared ap", + 69 + ], + [ + "Huge 2 Bedrooms NYC ", + 150 + ], + [ + "Scenic 1 Bedroom sleeps 4", + 150 + ], + [ + "Spacious Sunny Designer 1 Bedroom in East Village", + 150 + ], + [ + "East Village gem!", + 100 + ], + [ + "FIVE STAR LIGHT-FILLED DUPLEX - PRIVATE DECK", + 195 + ], + [ + "Charming 1BD Apt in Classy Brownstone by Union Sq", + 251 + ], + [ + "THE HEART OF COOL WILLIAMSBURG NYC", + 200 + ], + [ + "Big, beautiful, central 1BD in Brooklyn", + 100 + ], + [ + "The \"Humphrey Bogart\"", + 140 + ], + [ + "Colorful 1 Bedroom APT in the East Village", + 146 + ], + [ + "Stylish 1 BR Loft Apt Williamsburg", + 250 + ], + [ + "950 SQ FT ONE BEDROOM + 2 TERRACES", + 499 + ], + [ + "Loft Bedroom in Luxury Apartment", + 80 + ], + [ + "Couples and Family Paradise.", + 80 + ], + [ + "Gorgeous Modern Downtown Condo with Stunning Views", + 220 + ], + [ + "Private Master BR in 3 BR Apt", + 102 + ], + [ + "Lovely 2 bedroom apartment", + 120 + ], + [ + "Quiet and Sunny studio in EV", + 170 + ], + [ + "Lovely large 1-bdrm apt UWS", + 235 + ], + [ + "LARGE Studio in elevator building!", + 149 + ], + [ + "Top Floor Brooklyn Pad 1.5Bd/1Bth", + 180 + ], + [ + "Chic & Cheerful Home in Williamsburg, Brooklyn", + 89 + ], + [ + "Park Slope Townhouse TOP FLOOR", + 199 + ], + [ + "Lovely & Large Private Queen Bedroom", + 72 + ], + [ + "Private Backyard! Beautiful 1BR apartment.", + 80 + ], + [ + "Big Room by Times Square", + 99 + ], + [ + "BRIGHT AND SPACIOUS 3 BEDROOM WITH GARDEN", + 125 + ], + [ + "Sunny Midtown NYC Room", + 150 + ], + [ + "Adorable Apt on Prospect Park!", + 100 + ], + [ + "Exposed Brick Wall Bedroom", + 106 + ], + [ + "AMAZING ONE BEDROOM IN MANHATTAN", + 250 + ], + [ + "Loft Bedroom in Duplex 3BR & Private Roof", + 150 + ], + [ + "Fantastic Williamsburg Waterfront!", + 100 + ], + [ + "Luxury studio", + 189 + ], + [ + "Huge Loft with Private Entrance", + 1999 + ], + [ + "East Village Studio Super location", + 120 + ], + [ + "Bedroom in East Williamsburg", + 100 + ], + [ + "Authentic Factory 1BR w/City View", + 149 + ], + [ + "East Village Duplex Penthouse", + 480 + ], + [ + "Cozy duplex on the Upper East side!", + 100 + ], + [ + "Best Central Park/NYC View Apt", + 300 + ], + [ + "Bright & Budget Friendly", + 33 + ], + [ + "1 BR in a luxury apt bldg", + 175 + ], + [ + "Best of the East Village Cozy 2 Bedroom", + 142 + ], + [ + "Spacious 1 bed near train!", + 135 + ], + [ + "Loft 15 - 20 minutes to Manhattan", + 135 + ], + [ + "Loft 402 : Photo Studio : Brooklyn", + 350 + ], + [ + "1 Bedroom Apartment Lefferts Garden", + 80 + ], + [ + "1BR near Columbia / Central Park", + 80 + ], + [ + "A Cozy Creative Room for Nomads", + 87 + ], + [ + "Spacious Bright 1 Bedroom East Village Apartment", + 450 + ], + [ + "Big Cozy Studio ", + 275 + ], + [ + "Comfortable Brown Stone apartment ", + 150 + ], + [ + "Large Light Filled Apartment", + 50 + ], + [ + "Williamsburg, prime loction, Brooklyn private room", + 79 + ], + [ + "nice room in bedstuy A", + 60 + ], + [ + "Home Sweet Room-HOMEY-Queens NYC!!", + 45 + ], + [ + "1BD Upper West Side NYC", + 120 + ], + [ + "3 Bedroom Apt. in Washington Height", + 145 + ], + [ + "Family Friendly Apt in Quiet Building", + 175 + ], + [ + "1br Near Everything in East Village", + 137 + ], + [ + "Luxury 4 BD NYC Times Sq Apartment", + 1500 + ], + [ + "Cozy & Nice Bedroom in an Apt/NYC.", + 86 + ], + [ + "Bushwick House", + 90 + ], + [ + "Spring and Summer in New York - Near Central Park", + 345 + ], + [ + "luxury bldg for the coming holiday", + 150 + ], + [ + "Luxury Doorman 1BR Best part of NY", + 250 + ], + [ + "Winter Fun in Brooklyn!!!", + 105 + ], + [ + "Bright, serene apt in Fort Greene/Clinton Hill", + 130 + ], + [ + "Nice & cozy - 15min to Times Square-", + 90 + ], + [ + "3BR in a classic 1925 BK Limestone", + 150 + ], + [ + "Cute brick wall apt. 2BR", + 150 + ], + [ + "NEW YORK CITY HOME in MANHATTAN", + 225 + ], + [ + "UWS MANHATTAN APT FOR SUPERBOWL WE", + 1000 + ], + [ + "Sunny Filled Room in Williamsburg", + 80 + ], + [ + "Large 1 Bedroom Apt in Park Slope", + 150 + ], + [ + "Private: The Grey Room", + 120 + ], + [ + "Private Studio in Private Home", + 53 + ], + [ + "Sunny and spacious 2 BR apartment", + 115 + ], + [ + "Amazing Williamsburg/Greenpoint Apt w/ 2 Terraces!", + 175 + ], + [ + "Gorgeous 1BR brownstone", + 150 + ], + [ + "West Village Charm and Quiet!", + 162 + ], + [ + "STAYING IN MANHATTAN ", + 95 + ], + [ + "Spacious haven near Riverside park, subway, and CU", + 55 + ], + [ + "Amazing Downtown With Rooftop", + 117 + ], + [ + "Thanksgiving in Manhattan Luxury Suite", + 175 + ], + [ + "LOVELY 1 BEDROOM APT, BATH + KIT+ LIVING ROOM", + 75 + ], + [ + "Magic Manhattan with Rooftop", + 189 + ], + [ + "Studio Apt. on Upper West Side", + 150 + ], + [ + "Private room in Manhattan", + 45 + ], + [ + "Cozy 2BD APT close to subway", + 190 + ], + [ + "Wonderful bright Brooklyn apt", + 130 + ], + [ + "Cozy Private room in Brooklyn", + 79 + ], + [ + "W Village Luxury Apt. (Super Bowl)", + 850 + ], + [ + "☆ DESIGN Spacious ☆ 1 BR Sleeps 4 Brooklyn Museum", + 150 + ], + [ + "Front Studio in Loft Apartment - Steiner Studios", + 100 + ], + [ + "Beautiful Furnished 1 Bedroom apt; Wash Hts", + 115 + ], + [ + "2 BR apt in East Village w private patio", + 300 + ], + [ + "Cozy Apt in the heart of Manhattan!", + 159 + ], + [ + "Midtown Manhattan Apt", + 500 + ], + [ + "Room in Manhattan! 15min=TimeSquare", + 39 + ], + [ + "UES", + 250 + ], + [ + "Sunny Duplex on Prospect Park", + 200 + ], + [ + "Elegant 1BR @ Columbus Circle", + 250 + ], + [ + "Artistic n Funky 1BD by the Park!", + 120 + ], + [ + "Charming bedroom on the Upper West", + 105 + ], + [ + "Beautiful king-size 1-bedroom with balcony", + 100 + ], + [ + "Charming East Village One Bedroom", + 175 + ], + [ + "Fab Williamsburg Brooklyn Apt.", + 500 + ], + [ + "Sunny Village Studio: Long Stays", + 120 + ], + [ + "1BD Modern Contemporary in Williamsburg", + 85 + ], + [ + "Luxurious Chelsea Apt with Terrace", + 320 + ], + [ + "Entire studio with backyard, Close to subway!!!", + 149 + ], + [ + "Soho Penthouse Loft, Terrace & View", + 400 + ], + [ + "Sunny Private Studio With Backyard Close 2 Subway!", + 72 + ], + [ + "SB 2014/Winter in NYC, PH, 860 sf!!", + 300 + ], + [ + "1BR in HARLEM...SUNNY & SPACIOUS", + 115 + ], + [ + "Art Boutique 2BR Suite at JFK Airport", + 325 + ], + [ + "Room B", + 32 + ], + [ + "Big Private Sunny Room in UWS Duplex w/ Terrace", + 100 + ], + [ + "2-br Apartment in Manhattan", + 150 + ], + [ + "Boutique Hip Hotel Feel, WiFi, NetFlix, Private", + 95 + ], + [ + "East Village 2 Bed 2 Floor Luxury Apartment", + 290 + ], + [ + "Private room D", + 30 + ], + [ + "Bed Stuy Apartment One Bedroom", + 75 + ], + [ + "Cute East Village 1 Bedroom Apt", + 140 + ], + [ + "Modern West Village Apartment", + 500 + ], + [ + "Bright and Open Astoria Apartment", + 100 + ], + [ + "Your Living Room is the UES", + 80 + ], + [ + "Perfect for Visiting Family", + 125 + ], + [ + "Architect's home in Park Slope", + 250 + ], + [ + "Bushwick Calabrese Abode", + 50 + ], + [ + "Clean, spacious entire 1br in NYC!", + 395 + ], + [ + "Studio in Hell's Kitchen", + 100 + ], + [ + "The heart of Williamsburg 2 bedroom", + 250 + ], + [ + "Bushwick Artist Loft - Awesome Room", + 79 + ], + [ + "Charming Lower East Side Studio!", + 100 + ], + [ + "Cozy Room in Family Home..BKLYN!!!", + 52 + ], + [ + "1 BR in LES. Heart of New York City", + 98 + ], + [ + "Large, Sunny Brooklyn Apartment", + 120 + ], + [ + "Private room in Park Slope", + 40 + ], + [ + "Huge, Arty, Earthy + BEST Location!", + 345 + ], + [ + "Sunnyside Gardens Oasis!", + 50 + ], + [ + "Private room in Brooklyn Loft", + 45 + ], + [ + "Bright, Huge 1Bdrm in Midtown", + 250 + ], + [ + "Noho East Vill Lux Bldg w/Gym,Pool ", + 350 + ], + [ + "Nice modern room by Prospect Park!", + 57 + ], + [ + "Sunny top floor apartment in Clinton Hill", + 120 + ], + [ + "Sunny Apartment in West Village", + 1000 + ], + [ + "Charming studio upper east side NYC", + 125 + ], + [ + "South Harlem 1 Bedroom Apartment", + 145 + ], + [ + "Great Location on St. Marks Place", + 150 + ], + [ + "Lovely designer's studio", + 89 + ], + [ + "Garden Oasis, Williamsburg! ", + 164 + ], + [ + "Rancho Deluxe, Williamsburg! ", + 210 + ], + [ + "1 room in HUGE 2Bedroom/1.5 Bath", + 115 + ], + [ + "Junior 1-BR in West Village", + 110 + ], + [ + "Spacious Upper West side 2 bedroom apartment", + 199 + ], + [ + "Spacious 2BR in the heart of Soho", + 272 + ], + [ + "PRIVATE ROOM in Peacuful 2-Bedroom", + 75 + ], + [ + "Great location in the East Village", + 69 + ], + [ + "NoHa Living", + 179 + ], + [ + "Charming Jr. 1 bedroom Midtown", + 106 + ], + [ + "West Village Apt steps to Path", + 800 + ], + [ + "Room on Upper West Side, Manhattan", + 100 + ], + [ + "❤️ 2 Beds Option + Private Bath, Sunshine Bushwick", + 60 + ], + [ + "Great NYC Location for beginning of JULY", + 120 + ], + [ + "Large 1 bedroom apartment (shared)", + 80 + ], + [ + "Beautiful Penthouse Apartment", + 75 + ], + [ + "Sunny Room", + 35 + ], + [ + "Sunny Place in Cool Hood", + 88 + ], + [ + "Woodside Queens, New York", + 50 + ], + [ + "Cozy room in NYC 5", + 45 + ], + [ + "Private Room in Upper East Side", + 75 + ], + [ + "MIDTOWN MANHATTAN-WALKING DISTANCE TO EMPIRE STATE", + 79 + ], + [ + "One Room in Lovely Zen House", + 55 + ], + [ + "Your private space in Brooklyn", + 45 + ], + [ + "Cozy 2BR Brooklyn retreat w/Bckyard", + 85 + ], + [ + "New 1BR + 1BA with Private Entrance", + 80 + ], + [ + "LARGE 2 BEDROOM FOR SUPER BOWL ", + 599 + ], + [ + "GET COSY IN WILLIAMSBURG...", + 110 + ], + [ + "Classic Chelsea Brownstone 1 Bedroom", + 199 + ], + [ + "Inspiring spacious loft space", + 94 + ], + [ + "Brooklyn garden 2 bedroom", + 400 + ], + [ + "Room in a lovely 2br apartment - East Williamsburg", + 60 + ], + [ + "Cozy Studio in Murray Hill", + 175 + ], + [ + "Huge Sunny Family Friendly Loft in Greenpoint", + 200 + ], + [ + "Cozy East Village Bedroom", + 100 + ], + [ + "Summer catsit in Brooklyn!", + 50 + ], + [ + "Studio Apartment centrally located!", + 175 + ], + [ + "Sunny & Bright Bohemian 2BR XL Loft", + 199 + ], + [ + "Big room in Greenpoint.", + 54 + ], + [ + "1 BR Apt in Park Slope Brooklyn", + 130 + ], + [ + "Delicious & Airy Apt in Landmark Brownstone", + 151 + ], + [ + "Cozy 1BR in Morningside Heights", + 80 + ], + [ + "Lower East Side Haven on Ludlow St", + 110 + ], + [ + "Sunny apt with Backyard", + 60 + ], + [ + "Charming, sunny oasis", + 110 + ], + [ + "Awesome Bedroom close to Manhattan!", + 73 + ], + [ + "Spacious 3BD/2BA - Parking Included", + 177 + ], + [ + "Lovely Studio in New York City", + 90 + ], + [ + "Apartment-NYC-LES-Lower East Side", + 190 + ], + [ + "Cozy Sun Drenched Crown Heights Apt", + 105 + ], + [ + "Huge, gorgeous apt in Harlem, NYC", + 150 + ], + [ + "Comfy & Spacious Room next to the Subway/Metro", + 65 + ], + [ + "East Williamsburg Room near L train", + 35 + ], + [ + "Brand New 3BR Apartment", + 700 + ], + [ + "3 Bed/ 2 Bath Full Apt. BK Heights", + 185 + ], + [ + "STYLISH NYC OASIS NEAR CENTRAL PARK", + 150 + ], + [ + "Live like a native", + 100 + ], + [ + "Luxurious & Spacious 1 Bedroom Apt", + 575 + ], + [ + "Huge Bedroom at Downtown Manhattan", + 128 + ], + [ + "Private Deck 2 Bedroom+2 Bath East Village", + 299 + ], + [ + "LES Sun Drenched w/ Balcony", + 169 + ], + [ + "Penthouse With Private Roof Deck", + 109 + ], + [ + "Private Parlour Floor", + 99 + ], + [ + "Chic, neat & cozy small 1 BR Apt", + 130 + ], + [ + "West Village Wonder -spacious 1 bed", + 239 + ], + [ + "Entire Sun Drenched Apartment in Clinton Hill", + 100 + ], + [ + "Beautiful renovated 1 bedroom Apt.", + 124 + ], + [ + "SALE- 2 BEDS, IN PRIVATE BEDROOM NEAR MANHATTAN!", + 69 + ], + [ + "Williamsburg Luxury 1 Bedroom", + 180 + ], + [ + "Sunny 1 Bedroom Apt in Williamsburg", + 225 + ], + [ + "Spacious 1-BR Midtown West", + 119 + ], + [ + "GREAT in CHELSEA: JUST SEE REVIEWS", + 220 + ], + [ + "Spacious and bright Bedroom", + 150 + ], + [ + "Large BR in a 3BR apartment", + 75 + ], + [ + "Staying in Greenpoint/Williamsburg!", + 51 + ], + [ + "Bright & cozy, private UES studio", + 150 + ], + [ + "Modern & Artsy, Awesome Location", + 91 + ], + [ + "Sunny Chelsea 1 B.R. Hi Line, Washer/Dryer, 3 Beds", + 139 + ], + [ + "Hidden gem in Fort Greene", + 100 + ], + [ + "Nice bedroom", + 60 + ], + [ + "Large Stylish 1.5 BR Noho/Nolita", + 255 + ], + [ + "Big Sunlit Studio - Nice Bed - 18 min to Manhattan", + 94 + ], + [ + "SUNNY APARTMENT DOWNTOWN!", + 179 + ], + [ + "*Upper East Side Cozy 1 Bedroom*", + 135 + ], + [ + "Big Room near Prospect Park.", + 50 + ], + [ + "Historic Townhouse 3bed 2bath * 1 block to subway", + 350 + ], + [ + "Private Furnished Studio Apartment", + 150 + ], + [ + "1200sqft artsy loft SOHO/NOLITA gem", + 375 + ], + [ + "Stunning UWS studio private room;", + 150 + ], + [ + "In the heart of Hell's Kitchen", + 175 + ], + [ + "Sunny & Spacious in Park Slope", + 170 + ], + [ + "Spacious Modern Williamsburg Loft!", + 275 + ], + [ + "Cozy Private Room in Artsy Bushwick", + 30 + ], + [ + "Cozy 1BD-15min to NYC $150", + 150 + ], + [ + "Studio Midtown East", + 140 + ], + [ + "Central Park West Studio Value", + 200 + ], + [ + "Thanksgiving in Manhattan!", + 560 + ], + [ + "Time Square doorman building 1 bdrm", + 240 + ], + [ + "SPACIOUS APT BK/QUEENS w/BACKYARD!", + 99 + ], + [ + "Gramercy Park Studio Apartment", + 195 + ], + [ + "COZY CLEAN BDR 3 MINUTE WALK FROM GRAND CENTRAL", + 89 + ], + [ + "Private Room with Plush Queen Bed", + 65 + ], + [ + "Large one bedroom apartment", + 156 + ], + [ + "Large Bright Room, East Village Apt", + 120 + ], + [ + "Best NYC Deal on upper west!", + 400 + ], + [ + "Entire 2 BED APARTMENT - WILLIAMSBURG- Best Price", + 210 + ], + [ + "Industrial Modernism Flex 2br Loft!", + 159 + ], + [ + "Private Single Room Steps to Subway", + 55 + ], + [ + "Fabulous City View Studio Loft", + 129 + ], + [ + "Large 2BR/2B next to Lincoln Center", + 300 + ], + [ + "Sunny Private room in Brooklyn", + 79 + ], + [ + "One room/full floor in a Duplex", + 100 + ], + [ + "UWS 1BR w/backyard + block from CP", + 6000 + ], + [ + "PRIVATE studio/not shared/ SAFE/ CLEAN/Affordable", + 64 + ], + [ + "Williamsburg. By Bedford L train", + 110 + ], + [ + "Nice Modern Mirrored Room in NYC", + 55 + ], + [ + "No security req,great price,new queen bed!", + 55 + ], + [ + "Private Bushwick Loved Room with a Sacred Garden", + 75 + ], + [ + "Amazing room in Greenpoint", + 70 + ], + [ + "Futon on the Upper East Side!", + 85 + ], + [ + "Large 1 bedroom apartment next to Prospect Park", + 130 + ], + [ + "Spacious 1BR Haven in Duplex w/Deck", + 120 + ], + [ + "Beautiful Prewar 1BD Apartment", + 50 + ], + [ + "Renting apt for a weekend getaway", + 100 + ], + [ + "Sunny, Modern Open 1BR ", + 145 + ], + [ + "Refreshingly Peaceful Room in Prime Williamsburg", + 100 + ], + [ + "Charming West Village One Bedroom", + 200 + ], + [ + "Affordable, Private, Simple & Clean NYC Flat!", + 80 + ], + [ + "Beautiful Central Park Apartment", + 200 + ], + [ + "SuperBowl West Village Apartment", + 325 + ], + [ + "Artist Loft Studio close to all", + 120 + ], + [ + "Spacious Suite in Midtown West/Times sq.", + 180 + ], + [ + "Downtown Filmmaker's Loft by WTC", + 379 + ], + [ + "Private Room E", + 33 + ], + [ + "Spacious Bedroom in Williamsburg Loft.", + 60 + ], + [ + "2BR XL Industrial Factory Loft", + 199 + ], + [ + "Charming 1br loft in Brooklyn", + 149 + ], + [ + "Upper East Side apt for Super Bowl", + 150 + ], + [ + "GREAT COZY APT", + 98 + ], + [ + "Sun-drenched 2 Bedroom Penthouse", + 250 + ], + [ + "Warm & Spacious (not available)", + 60 + ], + [ + "Studio 1 block from subway, 10min to Manhattan!", + 149 + ], + [ + "Huge Master Bedroom w/ Private Bath", + 95 + ], + [ + "Artistic Studio Apartment", + 85 + ], + [ + "Large artsy studio with 90s style", + 90 + ], + [ + "Nice room in Astoria, Queens, NYC", + 47 + ], + [ + "Gorgeous New 1BR_Heart of Midtown", + 180 + ], + [ + "Downtown, close to every subway!", + 110 + ], + [ + "Charming Studio in Brooklyn", + 170 + ], + [ + "CONVENIENT Greenwich Village 2 BED!", + 210 + ], + [ + "Super Bowl, 2 bdrm, UWS apartment ", + 900 + ], + [ + "Studio Apartment Near Express Subway to Manhattan", + 65 + ], + [ + "Private room with bathroom and balcony.", + 60 + ], + [ + "Upper West Side 1 BR APT, ~675sg ft", + 225 + ], + [ + "Casa de La Musica", + 200 + ], + [ + "A Beautiful Brownstone", + 170 + ], + [ + "HARLEM, NEW YORK WELCOMES YOU!!", + 62 + ], + [ + "Centrally located Midtown East 1 BR", + 125 + ], + [ + "Room in Soho, Manhattan", + 106 + ], + [ + "Riverview at Lovely Harlem/UWS Home", + 93 + ], + [ + "Charming and Large UES ROOM for travellers", + 85 + ], + [ + "Furnished room - W. 181 St. by A, 1", + 300 + ], + [ + "Fully renovated 1br apt in LES", + 224 + ], + [ + "Williamsburg - country house in NYC", + 145 + ], + [ + "Cheap, furnished private room", + 40 + ], + [ + "Large Private BR in Hell's Kitchen", + 135 + ], + [ + "Bright, Lovely, Private Room in Midtown Manhattan", + 97 + ], + [ + "Cozy Room in Upper East Side", + 69 + ], + [ + "Bed & Bagel~a charming 3 bedroom loft", + 225 + ], + [ + "Super Bowl Rental 2BR in Soho", + 900 + ], + [ + "Amazing NYC 1BR Apartment", + 215 + ], + [ + "Hip Bushwick Apartment", + 99 + ], + [ + "SUPERBOWL!! 2 Bd, 2 Ba w Roof Deck!", + 850 + ], + [ + "1500 sq ft apt sleeps 8 - SuperBowl", + 2000 + ], + [ + "Private Bedroom in Sunnyside, NYC ", + 60 + ], + [ + "2br. Luxury Building in Upper East", + 303 + ], + [ + "Superbowl Studio Upper West Side", + 750 + ], + [ + "Newly renovated house", + 111 + ], + [ + "COZY ROOM WITH STUNNING VIEW IN AN AUTHENTIC FLAT", + 60 + ], + [ + "The best Williamsburg has to offer!", + 320 + ], + [ + "Brooklyn Charm, Close to Manhattan (30+ Days Only)", + 112 + ], + [ + "Cozy Brownstone Suite", + 185 + ], + [ + "Private Bedroom in LIC/ Astoria", + 100 + ], + [ + "Bushwick Bungalow", + 150 + ], + [ + "Lg Private Rm wTerrace Midtown West", + 130 + ], + [ + "2BD True Loft, Hip & Artsy Location", + 130 + ], + [ + "Luxury NYC Studio for Super Bowl 48", + 575 + ], + [ + "The Perfect 1-bedroom in Cobble Hill", + 125 + ], + [ + "East Village Studio", + 190 + ], + [ + "Brooklyn NY, Comfy,Spacious Repose!", + 70 + ], + [ + "Upper West Side elegance. Riverside", + 599 + ], + [ + "BIG, BRIGHT, STYLISH + CONVENIENT", + 80 + ], + [ + "Exclusive Upper East Side Studio", + 99 + ], + [ + "Cozy Manhattan 1 BR", + 100 + ], + [ + "Furnished one bedroom in Midtown West.", + 200 + ], + [ + "Home Sweet Home in Historic Harlem-Riverside Drive", + 60 + ], + [ + "Huge Sunny Room In Awesome Apt/Neighborhood", + 100 + ], + [ + "Lower Park Avenue Pre War", + 2000 + ], + [ + "Historical Harlem @ express train!", + 90 + ], + [ + "Brooklyn Artist Bdrm center of everything", + 61 + ], + [ + "Room w/ Private Bathroom", + 99 + ], + [ + "Cool New 1br Apt - 1block from L&M", + 100 + ], + [ + "Modern Apt Steps from Central Park", + 340 + ], + [ + "Room Bedford Heart of Williamsburg", + 75 + ], + [ + "Sunny Loft in heart of williamsburg - entire loft!", + 130 + ], + [ + "Garden apt in Wlmsbrg - Lorimer L", + 140 + ], + [ + "Beautiful Apartment On Stivers Row", + 112 + ], + [ + "Sunny & spacious NYC Apartment", + 160 + ], + [ + "2 Convertible Bdrms Great for 1-6", + 165 + ], + [ + "Clean Private Room in Chelsea apt", + 80 + ], + [ + "1BR Superbowl rental Hells Kitchen", + 850 + ], + [ + "Superbowl - NYC Apartment", + 950 + ], + [ + "Tribeca Loft for Superbowl Wknd", + 1500 + ], + [ + "Modern Alcove Studio in Chelsea NYC", + 160 + ], + [ + "Beautiful 1-Bedroom in West Village", + 300 + ], + [ + "Herkimer House", + 150 + ], + [ + "10-Room Apt w/ 3BR & Park Views", + 250 + ], + [ + "East Village 2BR with view!", + 100 + ], + [ + "*Queen-sized comfort in cozy Historic Sugar Hill*", + 49 + ], + [ + "3 story Home in NYC-upper east side", + 675 + ], + [ + "Full apartment - perfect location", + 150 + ], + [ + "A charming UES apartment", + 300 + ], + [ + "CLEAN ROOM on Lower East Side", + 79 + ], + [ + "East Village~Organic Living", + 225 + ], + [ + "BEDROOM WITH PRIVATE BATHROOM", + 90 + ], + [ + "Two Bedroom Flat", + 285 + ], + [ + "Spacious 2BR/2BA Classic UWS Apt, Great for Family", + 300 + ], + [ + "Bright Dble Bedroom. Private Bath. Close to Subway", + 55 + ], + [ + "Charming Cozy Studio Apt. in NYC", + 80 + ], + [ + "Bedroom with Private Bathroom", + 90 + ], + [ + "Luxury 1BD 1.5 Bath In UES in NYC", + 325 + ], + [ + "BEAUTIFUL 1 BEDROOM", + 55 + ], + [ + "Prime E. Village at St. Marks Place", + 208 + ], + [ + "BEST LOCATION! On the border of Chelsea/W Village", + 156 + ], + [ + "Sunny Brooklyn Home", + 85 + ], + [ + "Gorgeous Ft. Greene apt amazing vu", + 200 + ], + [ + "Prime East Village 1 bedroom", + 180 + ], + [ + "Perfect Location - 2 bdrm/2 bth ", + 250 + ], + [ + "Bright, Modern Two Bedroom With Stunning Rooftop", + 325 + ], + [ + "Modern Studio in Midtown East", + 140 + ], + [ + "Spacious 1 Bedroom in Lower East Side/Chinatown", + 160 + ], + [ + "Spacious Room in the Heart of NYC", + 130 + ], + [ + "Room in perfect Manhattan location", + 110 + ], + [ + "LARGE 1 BEDROOM APT. IN MIDTOWN NEAR SUBWAY/BUS", + 150 + ], + [ + "CENTRAL PARK, NYC APT", + 149 + ], + [ + "SUPER BOWL 2014 in TRENDY CHELSEA!", + 900 + ], + [ + "Chelsea HUGE apartment w/ King bed + office", + 215 + ], + [ + "Luxury Modern Spacious 1BR,1 block to subway", + 155 + ], + [ + "Sunny room with private ensuite!", + 50 + ], + [ + "Vibrant Brooklyn location!", + 225 + ], + [ + "A Room WIth A View", + 65 + ], + [ + "Artist owned brownstone apartment", + 112 + ], + [ + "Heart of downtown Manhattan", + 250 + ], + [ + "Large Wiliamsburg Private Bedroom", + 65 + ], + [ + "Beautiful 2BR Flex Factory Loft", + 159 + ], + [ + "LAVISH 2 BR APT by Central Park!!!", + 99 + ], + [ + "Beautiful City Oasis 2BR/1.5 BATH ", + 395 + ], + [ + "Comfortable Room ", + 145 + ], + [ + "1BR West Village! Landmark Building", + 185 + ], + [ + "226 E 29th St, NY - Super Bowl", + 1500 + ], + [ + "(Williamsburg) - Large Bedroom w/ Private Bathroom", + 45 + ], + [ + "Great Studio!", + 60 + ], + [ + "XTRA LARGE 1 Bedroom Gramercy Apt", + 749 + ], + [ + "Sunny Room in Beautiful Artist's Home", + 55 + ], + [ + "Large 1-BR Apt w/Fireplace & Patio", + 1000 + ], + [ + "Charming West Village 1 Bed - Ideal Location", + 165 + ], + [ + "Beautiful 1 BR with Private Garden", + 285 + ], + [ + "Lovely Duplex (2-story) flat on the UES", + 220 + ], + [ + "Haus of Taylor (Bronx Prohibition)", + 75 + ], + [ + "Spacious, bright, heart of Bushwick", + 120 + ], + [ + "NYC SuperBowl Wk 5 Bdrs River View ", + 4000 + ], + [ + "Downtown NY Apt - SuperBowl Weekend", + 650 + ], + [ + "Super Bowl 2014", + 750 + ], + [ + "Cozy and homey railroad in bushwick", + 100 + ], + [ + "Harlem/Morningside, charm and quiet", + 95 + ], + [ + "An Accomodating Apartment on Wall", + 1000 + ], + [ + "Great Location in the heart of NYC!", + 119 + ], + [ + "Modern Luxury Meets Old Money Charm", + 1200 + ], + [ + null, + 200 + ], + [ + "Kate's Place", + 48 + ], + [ + "Coffee,Tea&Milk Astor Place Lodging", + 30 + ], + [ + "Cozy 1 Bdrm n the Heart of Astoria!", + 65 + ], + [ + "Cozy Room in LIC, 7 min to Times Sq", + 79 + ], + [ + "Modern Large Studio, Great Location", + 105 + ], + [ + "2BD in Midtown East", + 420 + ], + [ + "Cool UES 1 Bed Sleeps upto 4", + 250 + ], + [ + "Peaceful home, friendly area!", + 95 + ], + [ + "Huge Duplex in South Slope", + 290 + ], + [ + "Central Harlem Hideaway", + 100 + ], + [ + "Chelsea Studio for Super Bowl!", + 395 + ], + [ + "Large 1BR Upper East Side Apartment", + 180 + ], + [ + "Sun-bathed spacious Luxury 2 BR near CENTRALPARK!", + 380 + ], + [ + "Top floor!", + 40 + ], + [ + "A cozy apartment", + 45 + ], + [ + "Lux 1600sf 1BR w. Private Terrace", + 300 + ], + [ + "SuperBowl Penthouse Loft 3,000 sqft", + 5250 + ], + [ + "Super Bowl New York City Apartment", + 1500 + ], + [ + "Spacious & Convenient UWS Apt", + 125 + ], + [ + "Superbowl in the West Village", + 1500 + ], + [ + "Upper E. side, one month minimum", + 110 + ], + [ + "Landmark Brownstone, Crown Heights", + 105 + ], + [ + "Private Room in Central Park Slope", + 45 + ], + [ + "Luxury 1 Bedroom Condo", + 1000 + ], + [ + "Full of Light Studio Apartment close to Subway", + 80 + ], + [ + "Great UWS Apt./Central Park ", + 375 + ], + [ + "Super Bowl Wknd! 3-Bedroom Apt UWS", + 1000 + ], + [ + "Spacious/New 3 Bedroom East Village", + 1500 + ], + [ + "Huge 3BR Penthouse, Private Roof!", + 1550 + ], + [ + "Private room on the UWS", + 89 + ], + [ + "Bedroom in Huge Apt on St. Marks", + 129 + ], + [ + "Great place to crash for Super Bowl", + 500 + ], + [ + "For Super Bowl- cool 1BDRM on UES!", + 500 + ], + [ + "Fantastic Soho/Tribeca Loft", + 250 + ], + [ + "Large 1 + Den in the West Village", + 250 + ], + [ + "Spacious apt, 5 min to Central Park", + 175 + ], + [ + "Spacious Duplex Apt in Brooklyn", + 40 + ], + [ + "Private Studio Apt, Luxury Building", + 400 + ], + [ + "Private Bedroom in Williamsburg!", + 85 + ], + [ + "Delightful 2BR Historic Brownstone Duplex", + 219 + ], + [ + "Elegant private studio in Manhattan 73 St. & 3 Ave", + 130 + ], + [ + "Sunny and Bright 1BR Factory Loft", + 149 + ], + [ + "Quiet Gramercy Apartment", + 100 + ], + [ + "2 Bedroom Greenwich/Soho Apartment", + 289 + ], + [ + "Cozy Room in the heart of UWS", + 67 + ], + [ + "New Studio in Heart of Chelsea", + 221 + ], + [ + "Spacious 1BR Chelsea Apt. for SB 48", + 750 + ], + [ + "Sunny Room in Heart of Williamsburg", + 75 + ], + [ + "SUPERBOWLSUNDAY! 3BLOCK FROM TIMESQ", + 350 + ], + [ + "Luxury Building Huge Studio", + 425 + ], + [ + "Apartment in Soho", + 200 + ], + [ + "Spacious 2 BR in North Chelsea", + 1000 + ], + [ + "Williamsburg Loft", + 100 + ], + [ + "Clean and pleasant Room in NYC", + 65 + ], + [ + "SUPER LOCATION 4 SUPER BOWL WKEND!!", + 1250 + ], + [ + "4RW - CARRIAGE HOUSE STUDIO OFF CTYD", + 112 + ], + [ + "Studio Apartment on 35th and 3rd ", + 175 + ], + [ + "brooklyn 14 bedroom gated community", + 1485 + ], + [ + "spacious homey one bdrm apt.", + 120 + ], + [ + "Consider it home", + 150 + ], + [ + "Large 1 bedroom", + 369 + ], + [ + "Paddy Pad", + 81 + ], + [ + "Williamsburg Lodge (the best home in Brooklyn)", + 89 + ], + [ + "Amazing 2BR/2Bath Loft in Brooklyn", + 199 + ], + [ + "Stunning 1BR Brooklyn Loft", + 149 + ], + [ + "Large Bedroom 15 Min From Manhattan", + 45 + ], + [ + "Newly Converted Factory 1BR Loft", + 149 + ], + [ + "Big Queens NY Apt. Clean & safe.", + 600 + ], + [ + "Super Apt for Superbowl", + 400 + ], + [ + "Modern Style private room in queens", + 65 + ], + [ + "SUPER BOWL Brooklyn Duplex Apt!!", + 6500 + ], + [ + "Little Heaven — Upper West Side", + 150 + ], + [ + "equipped and modern 2-bd apt", + 265 + ], + [ + "Sunny Spacious West Village 1BR", + 199 + ], + [ + "Great location Cntl Park Times Sq", + 395 + ], + [ + "Super Bowl Weekend", + 150 + ], + [ + "Bondtastic: Fabulous in Brooklyn.", + 130 + ], + [ + "Heart of the West Village!", + 175 + ], + [ + "3 Bedroom Apartment", + 2750 + ], + [ + "Private Rm - Times Sq/Hell'sKitchen", + 90 + ], + [ + "PERFECT SUPERBOWL STAY", + 1500 + ], + [ + "Penthouse with Private Rooftop for Events/Shoots", + 2500 + ], + [ + "Great UWS Apt Along Central Park", + 350 + ], + [ + "Gorgeous 1 BR in N Williamsburg", + 250 + ], + [ + "Prime NYC Location for Super Bowl ", + 3750 + ], + [ + "Midtown Gem/ Carnegie Hall/theaters/ Central Park", + 250 + ], + [ + "Duplex PH 2 bedLoft Williamsburg", + 500 + ], + [ + "Gorgeous 1 bdrm in Carroll Gardens", + 180 + ], + [ + "The Best of Both Worlds-Manhattan Country Living!", + 800 + ], + [ + "MANHATTAN SUPERBOWL ACCOMODATION", + 1600 + ], + [ + "Sunny & Spacious Upper West Side One Bedroom Apt", + 85 + ], + [ + "Great 1 bedroom, close to subway!", + 49 + ], + [ + "SUPER BOWL RENTAL NYC LOW PRICE", + 750 + ], + [ + "Large Rooms with Bar and PullOut Prime Greenpoint", + 91 + ], + [ + "Cozy, Quiet Bedroom in Historic West Village", + 100 + ], + [ + "Large sun-filled Studio: Murray Hill", + 152 + ], + [ + "2 bdrm in center of Williamsburg", + 250 + ], + [ + "Private Room in Best Location!!", + 110 + ], + [ + "Large, Sunny Room—in Fun, Trendy Area", + 73 + ], + [ + "Super Bowl Space Available! ", + 300 + ], + [ + "SuperBowl Weekend Rental! 3 BR/1ba", + 1000 + ], + [ + "Instant NYC", + 135 + ], + [ + "cozy upper east side 1 br abode", + 75 + ], + [ + "Hilton timeshare west 57st ", + 600 + ], + [ + "Mid Town East Side Apartment ", + 800 + ], + [ + "Three bedroom upscale condo", + 250 + ], + [ + "large 2bdrm apt - midtown manhattan", + 200 + ], + [ + "Gorgeous 1400 Sq Ft Artist's Loft", + 75 + ], + [ + "2BD/2BA Manhattan Apt", + 1000 + ], + [ + "SUPER SUPER BOWL PAD", + 900 + ], + [ + "Working Fireplace in TriBeCa loft", + 70 + ], + [ + "Luxury private apartment/Suite/with balcony", + 88 + ], + [ + "Luxury Studio -Midtown/Times Square", + 425 + ], + [ + "Ritz-Plaza - 2 bedroom / 2 fullbath", + 975 + ], + [ + "Entire Park Slope Brownstone", + 305 + ], + [ + "SOHO - Large Studio Apt", + 220 + ], + [ + "Awesome Hells Kitchen Apt!", + 150 + ], + [ + "Big, Sunny Bedroom, right by subway!", + 49 + ], + [ + "Eclectic Studio in Cozy Bay Ridge", + 86 + ], + [ + "Midwood Aerie - Bright & Private!", + 140 + ], + [ + "Big 2 bds House w/ Parking and Yard", + 86 + ], + [ + "Huge Loft heart of Upper West Side", + 650 + ], + [ + "Luxury New York", + 350 + ], + [ + "Amazing Location-Private Studio near Central Park!", + 225 + ], + [ + "CLEAN LES HOME", + 75 + ], + [ + "Super Cute Chelsea One Bedroom", + 150 + ], + [ + "Hamilton Heights/Harlem Private Bedroom with Roof", + 199 + ], + [ + "Studio Apt. in East Williamsburg", + 95 + ], + [ + "Old Brooklyn Charm", + 200 + ], + [ + "Spacious Studio on West 72nd", + 200 + ], + [ + "Duplex Brownstone sleeps 4-6", + 175 + ], + [ + "Spectacular Studio Loft w/City View", + 129 + ], + [ + "Large, 2fl/2bdrm Williamsburg Apt", + 200 + ], + [ + "Private Rm for 1 in Prime Harlem", + 60 + ], + [ + "Luxury Apartment in Manhattan's Financial District", + 130 + ], + [ + "SPACIOUS BEDROOM AND PRIVATE BATH!!!", + 115 + ], + [ + "Your own room in NY's best area", + 135 + ], + [ + "1 room available", + 300 + ], + [ + "Cute & cozy room in Ridgewood", + 59 + ], + [ + "Peaceful Parlor Floor Apartment", + 196 + ], + [ + "Cozy Nook in a Unique Loft", + 128 + ], + [ + "Large 2 Bedroom available", + 400 + ], + [ + "BEAUTIFUL CONDO IN TIMES SQUARE ", + 200 + ], + [ + "Charming Sunny 1 Bedroom LES Apt!", + 180 + ], + [ + "Spacious Private Room in East Williamsburg", + 60 + ], + [ + "Stylish apartment/ Serene Room in Williamsburg, BK", + 70 + ], + [ + "La ponderosa", + 40 + ], + [ + "Huge 2 bed 2 bath Apartment!", + 250 + ], + [ + "Bohemian Brooklyn Bungalow", + 80 + ], + [ + "Amazing New York apt in Harlem with Backyard!!!", + 85 + ], + [ + "Cozy bedroom in Lower East Side", + 70 + ], + [ + "Bright room, close to everything.", + 55 + ], + [ + "Stylish, Affordable & Private Room", + 60 + ], + [ + "Amazing Greenpoint Loft-Best Deal!", + 100 + ], + [ + "Private Room in Williamsburg Loft", + 73 + ], + [ + "Spacious and bright 2 or 3 bedroom", + 145 + ], + [ + "Lovely private room close to Manhattan", + 65 + ], + [ + "Cozy 2-BD w/ Lots of Light", + 162 + ], + [ + "NYC Apt - Close to Metro & Mnhtn", + 275 + ], + [ + "Large 1BR - PRIME Williamsburg", + 56 + ], + [ + "Modern, Clean, West Village Apt!", + 200 + ], + [ + "ART COLLECTORS APARTMENT - TIMES SQUARE-10TH AV.", + 250 + ], + [ + "URBAN CHIC VIDEO/PHOTO SHOOTS ONLY", + 500 + ], + [ + "Safe Sunny 1brm near subway", + 120 + ], + [ + "Peaceful Artsy Huge Sunny Bedroom!", + 55 + ], + [ + "Cozy Room in Park Slope", + 59 + ], + [ + "Quiet Apartment in Williamsburg, Bk", + 99 + ], + [ + "Full Apt w/ large kitchen in UES", + 155 + ], + [ + "Spacious and Amazing Location!", + 200 + ], + [ + "Private bedroom in historic Chinatown apartment", + 60 + ], + [ + "Great 1 Br Apt, Ozone Park, NYC", + 85 + ], + [ + "Master bedroom in historic house", + 150 + ], + [ + "Chez Jazz BnB--Cozy BK/Queens room", + 45 + ], + [ + "Times Square Area Quiet + Private Guest Studio", + 200 + ], + [ + "Amazing Two Bedroom Apartment", + 120 + ], + [ + "Hell's Kitchen- Times Square", + 100 + ], + [ + "Sophisticated Harlem True 2BR NYC", + 195 + ], + [ + "Cozy private room available in a great location", + 38 + ], + [ + "Artsy and Comfy Bedroom, Living Room, Terrace", + 75 + ], + [ + "New 1-Bdrm, 3-beds in Bensonhurst, Brooklyn, NY", + 76 + ], + [ + "Entire 1400 sq ft Artist Loft - FOUR Private Rooms", + 175 + ], + [ + "The Rose House", + 500 + ], + [ + "The center of NYC, Brooklyn!", + 179 + ], + [ + "SALE 2 BEDROOMS, LARGE MASTER & GUEST BEDROOM", + 200 + ], + [ + "Spacious apt in the Lower East Side", + 400 + ], + [ + "A Simple, Calm Space", + 32 + ], + [ + "Charming Bedroom in Artists Colony", + 50 + ], + [ + "Room in Huge 3 Bedroom L.E.S", + 75 + ], + [ + "Near Columbia Universit/Female only", + 40 + ], + [ + "House of Music and Art, Large Happy Room, full bed", + 62 + ], + [ + "The Notorious B.N.B. { The Pfizer }", + 239 + ], + [ + "Your Very Own Williamsburg Apt!", + 179 + ], + [ + "Williamsburg 1 bedroom appartement", + 250 + ], + [ + "Luxury West Village apt with views!", + 400 + ], + [ + "Harlem 1 BR, Private Master Bath", + 98 + ], + [ + "Heart of Williamsburg, Brooklyn!", + 89 + ], + [ + "Cozy apt in the Upper East Side", + 185 + ], + [ + "In the heart of the East Village", + 125 + ], + [ + "Elegant Brooklyn Comfort, One Bedroom", + 180 + ], + [ + "Relaxed Comfortable Beds in A Cozy Apartment.", + 30 + ], + [ + "The Big Brooklyn", + 60 + ], + [ + "Modern Lower East Side Apartment", + 115 + ], + [ + "Private home, quiet Brooklyn street", + 200 + ], + [ + "Cute Apartment in Williamsburg", + 70 + ], + [ + "Sunny Studios in Historic Browstone", + 179 + ], + [ + "1 Bedroom Bushwick apartment", + 109 + ], + [ + "Private Room HK/Theatre District!", + 124 + ], + [ + "Trendy Apt by Chelsea Market with High Line Views", + 159 + ], + [ + "Bright, Eclectic, Happy Brooklyn Apartment", + 85 + ], + [ + "Amazing Room—Private Bath (100% LEGAL!)", + 109 + ], + [ + "Luxury Alcove Studio Apt in TriBeCa", + 110 + ], + [ + "Newly Built Full Bedroom In TriBeCa", + 500 + ], + [ + "Cozy BR in Hamilton Heights, Harlem", + 65 + ], + [ + "Private Room Available in nice apartment!", + 112 + ], + [ + "Bright, Airy Room Share for 2", + 25 + ], + [ + "Newly renovated 1BD on UWS", + 220 + ], + [ + "Your own apartment in Bushwick", + 79 + ], + [ + "Great 2 bdr apt in WB/Greenpoint", + 200 + ], + [ + "Private Room Brooklyn NY", + 55 + ], + [ + "Lovely Private Bedroom in Vibrant Bronx, NY", + 50 + ], + [ + "Modern Duplex Studio Factory Loft", + 129 + ], + [ + "Stunning 1br in Historic Brownstone", + 195 + ], + [ + "Charming Mid-Century Studio", + 79 + ], + [ + "Bedroom in sunny downtown apartment", + 65 + ], + [ + "Theater District Studio (Sleeps 4)", + 123 + ], + [ + "Loft in Williamsburg! ", + 70 + ], + [ + "Guest rm, 2 stops from GrandCentral", + 100 + ], + [ + "Comfy Room in Park Slope", + 69 + ], + [ + "HUGE LUX 2FLOOR 2 BDRMSOHO LOFTw/HOME CINEMA", + 450 + ], + [ + "Soho loft with everything", + 650 + ], + [ + "Cozy Entire Apt1Bd APT inGREAT Loc", + 125 + ], + [ + "Charming Spacious Master Bedroom", + 75 + ], + [ + "Charming 2BR in Greenpoint", + 154 + ], + [ + "Charming Upper West Side Studio", + 60 + ], + [ + "2019 Special! LARGE West Village 1 BED!", + 279 + ], + [ + "Quiet & private room in luxury doorman bldg", + 80 + ], + [ + "Bright, Modern Room in East Village!", + 84 + ], + [ + "Sunny, charming duplex in best Brooklyn 'hood", + 180 + ], + [ + "Awesome Child Friendly Apartment!", + 100 + ], + [ + "Private room in Clinton Hill", + 86 + ], + [ + "Center Park Slope 2 Bedroom Townhouse Apartment", + 189 + ], + [ + "Close to everything - Jr 1 bedroom", + 130 + ], + [ + "Ultimate Luxury Manhattan Apartment", + 150 + ], + [ + "Beautiful 1br loft in Brooklyn", + 149 + ], + [ + "Gorgeous Private 1BR. 10m to MHTN.", + 83 + ], + [ + "Upper East Side Large 2 Bedroom", + 180 + ], + [ + "$455 Cozy 1bd, BKLYN Sublet March", + 18 + ], + [ + "Charming Brooklyn Brownstone", + 100 + ], + [ + "1890s North Williamsburg Townhouse", + 145 + ], + [ + "Pristine Lower East Side Sanctuary", + 133 + ], + [ + "Big BR 15 min away from Manhattan", + 75 + ], + [ + "Beautiful Bright & Airy Guest Room ", + 100 + ], + [ + "East Village", + 99 + ], + [ + "Spacious one bedroom in prime Fort Greene", + 132 + ], + [ + "Beautiful Central Park Apartment!", + 72 + ], + [ + "1 BEDROOM ENTIRE HOME/APT❤ ASTORIA", + 125 + ], + [ + "New, spacious 1BD in Williamsburg", + 102 + ], + [ + "New Factory Converted Studio Loft", + 129 + ], + [ + "2 Bedroom in Carroll Gardens West, minimum 1 month", + 107 + ], + [ + "BEAUTIFUL ARTIST APT IN NOLITA w/ Private Backyard", + 250 + ], + [ + "Centrally located in Bayside / Nice", + 90 + ], + [ + "Upper West Side Lux Apt. Available 8/5-8/14/2017", + 200 + ], + [ + "Great, cozy room in Williamsburg!", + 90 + ], + [ + "Luxury Living Near Central Park", + 200 + ], + [ + "Prime Brooklyn 1BR-10min to City!", + 160 + ], + [ + "Awesome Spot near HK/Theatre Distri", + 124 + ], + [ + "Sunny Master Suite: large bdrm, priv bth, priv liv", + 95 + ], + [ + "Studio Loft with 2 queen beds and large kitchen", + 129 + ], + [ + "Full Floor Apt with NY Skyline views", + 110 + ], + [ + "Overlooking Harlem", + 92 + ], + [ + "Royal Harlem TRIPLEX Home 5 Beds", + 175 + ], + [ + "Private Room: The cheapest deal!!", + 30 + ], + [ + "Red Hook Classic Townhouse w Garden and Treehouse", + 134 + ], + [ + "2 BR Designer's Apt in Heart of NYC", + 400 + ], + [ + "Chic New York city apartment", + 152 + ], + [ + "Boutique Apt. NYC by 24 HR Metro", + 75 + ], + [ + "18th Floor Bright Bedroom with Private Bathroom", + 169 + ], + [ + "Quintessential W'burg Apartment", + 95 + ], + [ + "Quintessential W'burg Private Room", + 90 + ], + [ + "Sunny Quiet Room In Harlem", + 60 + ], + [ + "COZY 1 BR IN COOL LOWER EAST SIDE", + 180 + ], + [ + "Peaceful Bed w Breakfast - Manhattan", + 84 + ], + [ + "Big Sunny Bushwick Apartment", + 98 + ], + [ + "Charming Studio!--Brooklyn College ", + 90 + ], + [ + "Charming Apartment in Greenpoint", + 134 + ], + [ + "Private Room in Large Two-floor Apt w/ Backyard", + 119 + ], + [ + "Cozy spacious UES studio", + 141 + ], + [ + "Charming 1 Bedroom in West Village", + 199 + ], + [ + "Comfy, Roomy Bushwick 1-BR ~ Steps from L/M Train", + 108 + ], + [ + "NYC Steps from Central Park!", + 150 + ], + [ + "Ingefära Hus! One bedroom Williamsburg, Brooklyn", + 175 + ], + [ + "Private 1Bed/Bath in Sunny 3Bed Apt", + 90 + ], + [ + "Parkside Apartment on Prospect Park", + 45 + ], + [ + "Mamas red rm#2- profs-interns-students bklyn train", + 49 + ], + [ + "Cozy 1br mins from CASINO JFK & NYC", + 63 + ], + [ + "Historic Harlem 2", + 100 + ], + [ + "Private Room in WILLIAMSBURG", + 110 + ], + [ + "Georgous 3BD in 24-hr doorman bldg", + 600 + ], + [ + "HUGE LUXURY 2BD/2B, 7mn TO TIME SQR", + 395 + ], + [ + "Bright and Open Astoria Apartment!", + 70 + ], + [ + "3 BEDS IN LOVELY 2BEDROOM/2BATH MIDTOWN RENTAL", + 399 + ], + [ + "Fully Furnished Upper West Side 1BD", + 145 + ], + [ + "Comfortable, spacious “ 1 bedroom “ apartment", + 59 + ], + [ + "Lg Private Rm 10mins to Manhattan", + 50 + ], + [ + "1BR on Quiet Block in Nolita", + 145 + ], + [ + "Art-Packed, One-Of-A-Kind Triplex", + 245 + ], + [ + "in the heart of manhattan", + 149 + ], + [ + "Beautiful Brooklyn Room", + 50 + ], + [ + "2-3 bedroom apt in Astoria NYC", + 150 + ], + [ + "Cozy private room in L.E.S -", + 110 + ], + [ + "Spacious Studio in Prospect Heights", + 60 + ], + [ + "ENTIRE APT IN GORGEOUS PARK SLOPE", + 165 + ], + [ + "Nice room Convenient to Manhattan A", + 53 + ], + [ + "Huge 1 bedroom in the East Village", + 160 + ], + [ + "Nice room Convenient to Manhattan C", + 38 + ], + [ + "Nice room Convenient to Manhattan B", + 49 + ], + [ + "Close to Maimonides Center. Room D", + 47 + ], + [ + "Unique loft in Bushwick - Offices, yoga & roof!", + 120 + ], + [ + "Gorgeous Apartment in Battery Park!", + 175 + ], + [ + "Beautiful 1 Bdr in the heart of NYC", + 129 + ], + [ + "Sunny, Child Friendly Loft. ", + 105 + ], + [ + "Sunny luxury in Bklyn's best hood", + 275 + ], + [ + "1BD in a Quiet Brownstone in Harlem", + 99 + ], + [ + "Flatiron studio + dining / sunlight", + 210 + ], + [ + "Beautiful Prewar UWS Apartment", + 65 + ], + [ + "LUXURY 2BED CONDO / OUTDOOR STONE TERRACE", + 52 + ], + [ + "Beautiful Master Bedroom in the Heart of Astoria", + 100 + ], + [ + "Bright Room in Battery Park!", + 91 + ], + [ + "Large newly renovated studio ", + 124 + ], + [ + "/", + 200 + ], + [ + "Elegant Triplex Townhouse", + 550 + ], + [ + "Great room! Good for med students!", + 70 + ], + [ + "Jewel Box Studio in Soho / Nolita", + 150 + ], + [ + "Charm & Beauty close to Manhattan", + 176 + ], + [ + "Beautiful and cozy 1BR Apt", + 99 + ], + [ + "Great east village studio!", + 130 + ], + [ + "Two real bedrooms near Central Park", + 109 + ], + [ + "East Village Charm", + 75 + ], + [ + "Large private bedroom in Manhattan", + 95 + ], + [ + "Sunny Private Room Near Prospect Pk", + 50 + ], + [ + "Sunny Private Williamsburg room", + 100 + ], + [ + "Big & Cozy Private Room", + 68 + ], + [ + "Apartment 6", + 104 + ], + [ + "Huge room in South Prospect Park", + 30 + ], + [ + "Garden Duplex in Clinton Hill", + 595 + ], + [ + "Williamsburg: great room with a sunny terrace!", + 65 + ], + [ + "Shared studio in East Harlem", + 55 + ], + [ + "Beautiful 2 Bedroom in Quaint Cobble Hill", + 250 + ], + [ + "Williamsburg, Brooklyn Apartment", + 85 + ], + [ + "Union Square - Best NYC location", + 90 + ], + [ + "Charming apartment river view", + 90 + ], + [ + "Williamsburg Bedroom & Study", + 90 + ], + [ + "Entire home 1 BR+ office or 2 BR best UWS location", + 199 + ], + [ + "Luxury Apt - west village/Chelsea", + 275 + ], + [ + "Better than hotel", + 125 + ], + [ + "1 BR with private bath new building", + 150 + ], + [ + "Spacious Modern 2BD Apartment", + 140 + ], + [ + "Charming Modern Studio w/Large Garden", + 120 + ], + [ + "Brooklyn loft apt in industrial building", + 60 + ], + [ + "Lovely home-y room in Bushwick", + 36 + ], + [ + "Large Private Room", + 85 + ], + [ + "Private Bedroom in Spacious Brooklyn Apartment", + 85 + ], + [ + "Beautiful Prospect Park South room", + 45 + ], + [ + "Washer&Dryer - 6 Subway stops to NYC / 15 min ride", + 92 + ], + [ + "Great room with awesome amenities!", + 30 + ], + [ + "Sunny Private Room w/Exposed Brick", + 75 + ], + [ + "Amazing Penthouse Studio (Midtown East)", + 99 + ], + [ + "Williamsburg Dream loft", + 100 + ], + [ + "Cozy 1BR in Beautiful Brooklyn", + 115 + ], + [ + "Sun-drenched Artist Loft", + 175 + ], + [ + "Large Garden Apartment in BK Brownstone", + 112 + ], + [ + "Beautiful Brownstone near Central Park", + 450 + ], + [ + "Exquisite Furnished 1-BR Studio", + 103 + ], + [ + "Stylish Comfort 1-BR Upper East", + 117 + ], + [ + "Lovely, quiet 1-Bedroom Apt", + 150 + ], + [ + "close to Manhattan country setting", + 129 + ], + [ + "Luxury One Bedroom Upper West Side", + 145 + ], + [ + "LRG 1 Bdrm w/office and backyard", + 115 + ], + [ + "UPPER WEST SIDE 2BR APT ", + 90 + ], + [ + "Sunny Studio NYC West 50's", + 90 + ], + [ + "Beautiful & Tranquil Oasis in a Great Location", + 100 + ], + [ + "Tour like a local", + 41 + ], + [ + "Charming, Modern 2BR | Central Park", + 145 + ], + [ + "Incredible 2-BR w/ Kitchen Island!", + 139 + ], + [ + "Cute Apartment with Great Bathroom!", + 117 + ], + [ + "Spacious room in huge loft", + 50 + ], + [ + "Cozy Private Room Upper West Side - with Deck!", + 80 + ], + [ + "Large Sunny Apt, Great Location!", + 100 + ], + [ + "Garden Appartment in Clinton Hill", + 225 + ], + [ + "Cozy private space in a brand new apartment", + 70 + ], + [ + "Charming Cozy Cool 2BR Apartment. ", + 80 + ], + [ + "Tasteful Room in Charming Two Bedroom Apartment", + 70 + ], + [ + "Budge private room F", + 31 + ], + [ + "Private room in friendly Brownstone", + 40 + ], + [ + "North Central Park Apartament", + 290 + ], + [ + "GREAT 2bed/2bath/patio, FORT GREENE", + 235 + ], + [ + "room in a two bedroom apt, whole apartment", + 200 + ], + [ + "beautiful 2br 2bath 2 balconies. ", + 180 + ], + [ + "Sunny apt steps from Prospect Pk!", + 110 + ], + [ + "Private room in in East Village", + 120 + ], + [ + "GORGEOUS Newly-Renovated 2-BR Flat", + 142 + ], + [ + "Cozy Room in Lower East Side- NYC", + 105 + ], + [ + "darling small studio", + 100 + ], + [ + "Private room in Hell's Kitchen", + 102 + ], + [ + "Beautiful Prime Williamsburg Apt", + 152 + ], + [ + "Apt #2: Beautiful 2BR/1BA Crown Hgt", + 150 + ], + [ + "Spacious Studio Suite w Adjoining Sunroom", + 95 + ], + [ + "PRIVATE RM #1 STARTING AT $67 A NIGHT", + 67 + ], + [ + "Private Room with a View in Brownstone Brooklyn", + 65 + ], + [ + "Cozy Room in Williamsburg 3BR", + 79 + ], + [ + "Artist’s Pad on Prospect Park", + 55 + ], + [ + "Bright, comfy 1 Bedroom apt in Manhattan", + 83 + ], + [ + "A bright spacious one-bedroom ", + 200 + ], + [ + "Carroll Gardens entire apartment", + 150 + ], + [ + "Charming Studio / East Village, NYC", + 160 + ], + [ + "Quiet Queens Apt in middle of NYC", + 80 + ], + [ + "Classic Upper West Side Getaway!", + 159 + ], + [ + "Bright, spacious 1BR in UES", + 90 + ], + [ + "Common Area + Room in Spacious Loft-Like Apt.", + 45 + ], + [ + "Private 1BR W/ Private Bathroom in Chinatown", + 100 + ], + [ + "GORGEOUS LUXURY APARTMENT AND VIEW!", + 125 + ], + [ + "Your Amazing Vacation Apartment!", + 100 + ], + [ + "Manhattan, East Village next to Lower East Side", + 80 + ], + [ + "Luxury 5BR Townhouse, Upper East", + 2300 + ], + [ + "Bedstuy Apartment for Rent", + 90 + ], + [ + "Stunning 1BR apt UES/Harlem", + 140 + ], + [ + "Private room in Charming Greenpoint", + 52 + ], + [ + "Lovely spacious studio in LES", + 200 + ], + [ + "A Photographer's Bohemian Artist Dream 1BD", + 94 + ], + [ + "Come see Brooklyn, New York", + 40 + ], + [ + "New York City, a safe and (mostly) quiet place.", + 55 + ], + [ + "Private Room + Balcony in Bushwick.", + 69 + ], + [ + "Spacious One Bedroom in Gramercy ", + 200 + ], + [ + "Cute Studio in Bushwick BK, NYC", + 100 + ], + [ + "Quaint Studio Apt. $1300 monthly for one person", + 53 + ], + [ + "Cozy 3 bedroom on upper west side", + 425 + ], + [ + "Priv. Room in a House,15min,Manhatt", + 40 + ], + [ + "Zen Bedroom in Artist Loft in Williamsburg", + 40 + ], + [ + "1BR - gym, laundry in apt, roof ", + 150 + ], + [ + "Private room in shared 2BR", + 65 + ], + [ + "Comfy UWS Room near Central Park & Times Square", + 109 + ], + [ + "Quaint Room ", + 60 + ], + [ + "Entire spacious loft Williamsburgh", + 180 + ], + [ + "Cozy, close to everything in NY :)", + 95 + ], + [ + "Great Room In Mid Town New York NYC", + 140 + ], + [ + "4BR Family apt 15 min to Manhattan", + 155 + ], + [ + "City Life in Harlem", + 105 + ], + [ + "Cozy Clean Room in Bed Stuy", + 45 + ], + [ + "Spectacular Williamsburg 2 BR Loft", + 330 + ], + [ + "YUGE Sunlit Furnished Room!", + 50 + ], + [ + "Large Clean Room Midtown East NYC", + 100 + ], + [ + "Clinton Hill BdRm in Artists' Home", + 49 + ], + [ + "Cozy 1Bdr in Bed Stuy/Clinton Hill", + 65 + ], + [ + "Queen Size Foam Mattress", + 70 + ], + [ + "Spacious Gramercy 1bdrm. Clean!", + 180 + ], + [ + "Spectacular Views of Mid-Town", + 130 + ], + [ + "Fort Greene 2 bedroom Apartment", + 225 + ], + [ + "BREATHTAKING VIEWS! POOL/GYM ** Central Park", + 225 + ], + [ + "Bright spacious 3bd; near subways and bus", + 85 + ], + [ + "Charming Studio in Gramercy ", + 125 + ], + [ + "W50's Sunny Studio in a 24/7 DM BL", + 99 + ], + [ + "Just 3 Minutes to Midtown! Live like a NYer!", + 95 + ], + [ + "Huge Modern Waterfront Home", + 400 + ], + [ + "Sunny Bedroom for two", + 99 + ], + [ + "Comfortable bedroom for one person", + 85 + ], + [ + "Spacious, Safe, and Furnished", + 90 + ], + [ + "Charming Entire ❤️ apartment", + 85 + ], + [ + "Large Sunny Apartment", + 130 + ], + [ + "Bedroom with Queensize Bed in Nolita/SoHo", + 95 + ], + [ + "Factory Converted 1BR Loft Brooklyn", + 149 + ], + [ + "Cosy One Bedroom in Greenpoint", + 225 + ], + [ + "Charming studio, great location!!!", + 135 + ], + [ + "Beautiful Home by Central Park", + 140 + ], + [ + "Furnished Studio UES near the Met", + 200 + ], + [ + "Sunny Flex 2br Loft in Brooklyn", + 159 + ], + [ + "Large Two Bedroom Brooklyn Loft", + 200 + ], + [ + "Apt #1: 2BR/1BA w/ Backyard", + 155 + ], + [ + "Room In Duplex Apartment Steps to Prospect Park!", + 125 + ], + [ + "Independant Suite in townhouse: Big, Bright & Calm", + 71 + ], + [ + "Perfect location, Bushwick Full room in 2 room apt", + 75 + ], + [ + "Cozy and quiet 2bd on the UES", + 275 + ], + [ + "Beautiful Room In Williamsburg ", + 70 + ], + [ + "Luxury High Rise Near Central Park", + 250 + ], + [ + "GREAT FOR FAMILIES AND GROUPS!!!", + 200 + ], + [ + "Cozy & modern 1 br apt in Brooklyn", + 90 + ], + [ + "Peaceful Bedroom in Brooklyn", + 50 + ], + [ + "Stylish Pre-war", + 124 + ], + [ + "Studio apartment Chelsea NYC", + 110 + ], + [ + "Cozy Room by Kaufman Studios", + 50 + ], + [ + "Convenient Private Room in Spanish Harlem (SpaHa)", + 75 + ], + [ + "East Village w/ Private Bathroom & Roof & Elevator", + 90 + ], + [ + "Entire Private Garden Floor of Brownstone", + 130 + ], + [ + "DISCOUNTED Entire Apt: Prime UWS location!", + 140 + ], + [ + "Full apt-Brooklyn-near park, SUNNY!", + 200 + ], + [ + "Carroll Gardens Brownstone", + 350 + ], + [ + "Cheerful 1 BD in Harlem, New York", + 100 + ], + [ + "Current Location", + 225 + ], + [ + "Vintage Bed/Bath in Bed-Stuy", + 65 + ], + [ + "Modern Sunny 2-Bedroom in Bushwick", + 145 + ], + [ + "Lovely Time Square/Theater District", + 189 + ], + [ + "Spacious Downtown Apartment", + 265 + ], + [ + "Luxury 2 BEDS/2 BATH Midtown/Central Park", + 409 + ], + [ + "BKLYN private room w/ private bath!", + 95 + ], + [ + "PRIVATE, GIGANTIC full floor loft w/priv bath", + 175 + ], + [ + "Small Room Astoria20minToManhattan", + 55 + ], + [ + "Spacious 1 bedroom, prime location.", + 200 + ], + [ + "Union Square spacious studio", + 200 + ], + [ + "The Haven 2beds", + 69 + ], + [ + "Beautiful Large Williamsburg Studio", + 135 + ], + [ + "Carroll Gardens townhouse", + 325 + ], + [ + "Cool apt in the BEST location in NYC!", + 95 + ], + [ + "Fabulous Apt w/ Gorgeous Bathroom!", + 117 + ], + [ + "Cozy sunny Apt in NYC", + 59 + ], + [ + "Living Room sofa Bed in Chelsea2", + 85 + ], + [ + "Bayview room", + 55 + ], + [ + "Sunny Room in the Heart of it All!", + 80 + ], + [ + "Spacious apt. in Brownstone", + 115 + ], + [ + "COZY PRIVATE BR AT59TH ST MANHATTAN", + 78 + ], + [ + "East Village Manhattan NYC Bedroom!", + 150 + ], + [ + "Bright and spacious 2 bed apartment", + 195 + ], + [ + "Large Loft in Brooklyn w/ Deck", + 142 + ], + [ + "Central Park Treasure", + 150 + ], + [ + "It's very warm and friendly.", + 55 + ], + [ + "Lovely 1-bedroom on Prospect Park", + 97 + ], + [ + "Brooklyn Studio", + 70 + ], + [ + "Females only for midtown apt share", + 70 + ], + [ + "Experience ELEGANT LIFESTYLE", + 155 + ], + [ + "Studio Apt Avail - Convenient to City & Hot Spots", + 68 + ], + [ + "Queen size bedroom with river view! (Female only)", + 68 + ], + [ + "Beautiful brownstone apartment", + 150 + ], + [ + "1BD on Smith St. in Carroll Gardens", + 150 + ], + [ + "Nice 1 Bedroom in Lovely Building", + 150 + ], + [ + "1 Bedroom East Village, NYC", + 100 + ], + [ + "Comfortable Strivers Row Hideaway - Monthly Rental", + 110 + ], + [ + "Fort Greene Perfect Location", + 150 + ], + [ + "New- Downtown Brooklyn Apt- 10 min Manhattan", + 160 + ], + [ + "CUTE Studio in the heart of Chelsea", + 218 + ], + [ + "Downtown NYC Soho Loft 2br", + 430 + ], + [ + "Bright Modern Room with Balcony and City Views", + 79 + ], + [ + "Greenwich Village Chic Cottage", + 120 + ], + [ + "Sunny Brooklyn Heights Apartment", + 200 + ], + [ + "Gorgeous Loft in Prime Location 2 with Rooftop", + 120 + ], + [ + "East Village loft; authentic NY.", + 250 + ], + [ + "Central Park beauty", + 200 + ], + [ + "LOOK! Attached single family", + 75 + ], + [ + "Spacious brownstone parlour ", + 175 + ], + [ + "Beautiful Sunny fully Furnished Studio", + 76 + ], + [ + "Beautiful 1 Bed - Great Transport Links", + 75 + ], + [ + "Huge duplex in chic area of BK with deck.", + 400 + ], + [ + "cozy room /female guests", + 75 + ], + [ + "Columbus Circle/Central Park - WIFI", + 189 + ], + [ + "Lovely Private Bedroom in 2BR Apt", + 55 + ], + [ + "Room in Duplex Apartment!!", + 80 + ], + [ + "Chic Mid Century Modern 1 BD +Gym +Laundry +AC", + 69 + ], + [ + "Cozy bedroom in shared 2br apt", + 100 + ], + [ + "Sunny, colorful, 1BD close to city ", + 100 + ], + [ + "Large & Stunning 5th Ave 1 BR", + 300 + ], + [ + "PRIVATE ROOM IN NEW YORK MANHATTAN", + 53 + ], + [ + "1 bedroom in the heart of the UWS", + 179 + ], + [ + "Ditmas Park 1BR", + 100 + ], + [ + "Charming 1br apartment in Astoria", + 130 + ], + [ + "Large New York style loft ", + 120 + ], + [ + "Bright/Sunny/1block from Bedfordsub", + 150 + ], + [ + "Beautiful Studio Suite! Upper East", + 105 + ], + [ + "Sunny Bedford Stuyvesant Townhouse", + 150 + ], + [ + "Spacious 1 BR apt in the UWS", + 200 + ], + [ + "Beautiful Furnished Room!", + 39 + ], + [ + "Sunny, ample, quiet w/balcony!", + 67 + ], + [ + "Cozy One Bedroom + Loft in Manhattan, NYC", + 200 + ], + [ + "Spacious Studio Loft in Brooklyn", + 129 + ], + [ + "nice room in bedstuy D", + 55 + ], + [ + "Safe Clean Sunny, 15 min Manhattan", + 65 + ], + [ + "Cozy Studio On The Upper East Side", + 100 + ], + [ + "Clean apartment at Harlem 125/lenox.", + 55 + ], + [ + "Large studio", + 240 + ], + [ + "Sunny West Village apt, 2 beds", + 150 + ], + [ + "Apt Lincoln Center And Central Park! Best location", + 299 + ], + [ + "Old World Elegance in Astoria!", + 160 + ], + [ + "Charming Bedroom in renovated Apart", + 299 + ], + [ + "Large 1-bedroom, 2 blocks from park", + 99 + ], + [ + "Stunning 2BR Penthouse w/City View", + 199 + ], + [ + "Charming, central apartment", + 100 + ], + [ + "Cool and comfortable room for rest and relaxation", + 45 + ], + [ + "Perfect room for one in beautiful home", + 44 + ], + [ + "Stylish Spacious w Lrge Deck 11231", + 150 + ], + [ + "Cozy bedroom in the heart of Bushwick", + 100 + ], + [ + "Modern Loft, Large Private Terrace.", + 185 + ], + [ + "Charming Fort Greene 2 BR", + 150 + ], + [ + "Family Friendly 3 bedroom 2 bath w. Washer/Dryer", + 650 + ], + [ + "Gay Friendly Room Williamsburg NYC", + 100 + ], + [ + "☀️Sunny Central Park North☀️", + 111 + ], + [ + "Charming & Bright Studio @ W 50's", + 99 + ], + [ + "Cozy Room with Private Entrance", + 75 + ], + [ + "Newly Renovated Modern 1-Bed Studio", + 103 + ], + [ + "APPARTEMENT 2 CHAMBRES ASTORIA NY", + 130 + ], + [ + "Entire Private Modern Studio UPW Manhattan", + 109 + ], + [ + "Live in a doll factory!", + 95 + ], + [ + "Ting Ting's Home in Heart of Brklyn", + 100 + ], + [ + "Huge and beautiful Park Slope Apt", + 155 + ], + [ + "Room for Rent - Close to City & Clean", + 60 + ], + [ + "Brooklyn Brownstone - Prospect Park", + 195 + ], + [ + "One Bedroom Apartment", + 69 + ], + [ + "Cozy private room in beautiful apt", + 72 + ], + [ + "3 BR duplex with huge backyard", + 300 + ], + [ + "Modern 1-Bed Near Central Park", + 119 + ], + [ + "Pvt Bedroom in Williamsburg Central", + 100 + ], + [ + "The Notorious B.N.B. { The Erhart II }", + 199 + ], + [ + "Cozy, Clean, Spacious Apartment!", + 75 + ], + [ + "Williamsburg Room - 2 Blocks to L Train", + 100 + ], + [ + "Family Friendly Apt", + 125 + ], + [ + " quaint apartment with city views", + 95 + ], + [ + "2B & Private Garden A Williamsburg Spacious Escape", + 295 + ], + [ + "Awesome Apartment in Astoria", + 149 + ], + [ + "UWS Large clean 1Br entire apt, 2 stops fromTiMESQ", + 150 + ], + [ + "Urban Holiday...", + 100 + ], + [ + "June sublet in Prospect Heights", + 45 + ], + [ + "Quiet & Central West Village Artist’s 2 Bedroom", + 385 + ], + [ + "Private space in Brooklyn", + 87 + ], + [ + "Sunny, clean studio.", + 180 + ], + [ + " garden view / female guest ", + 59 + ], + [ + "New York City near Staten Is. Ferry", + 95 + ], + [ + "Holidays in Manhattan ", + 130 + ], + [ + "Historic Bed-Stuy", + 120 + ], + [ + "Quiet Room in Central Location", + 113 + ], + [ + "Safe, cozy & minutes to NYC", + 60 + ], + [ + "Private Room in Cozy Brooklyn Apt. for Female", + 40 + ], + [ + "Amazing and Large Modern Studio", + 250 + ], + [ + "Large, Bright Williamsburg Loft", + 150 + ], + [ + "Spectacular Prospect Heights Loft", + 450 + ], + [ + "Carroll Gardens Brooklyn Apartment ", + 149 + ], + [ + "Sunny 1BR with Terrace/City Views", + 169 + ], + [ + "Lovely Park Slope Apt, Brooklyn", + 105 + ], + [ + "Huge Room in Brooklyn Loft", + 42 + ], + [ + "Loft Like Studio in Luxury Building", + 325 + ], + [ + "Spacious One Bedroom in UWS", + 200 + ], + [ + "Crown heights Brooklyn House NYC", + 160 + ], + [ + "Central Penthouse Room, Terrace & Private Bath", + 155 + ], + [ + "Beautiful Garden rowhouse apartment", + 151 + ], + [ + "West Chelsea Brownstone Apartment", + 200 + ], + [ + "Beautiful Spacious Brooklyn Room", + 80 + ], + [ + "Spacious 1 Bedroom in LIC", + 119 + ], + [ + "NearWilliamsburg bridge 11211 BK", + 5000 + ], + [ + "Artist’s Pad Prospect Park", + 45 + ], + [ + "Spacious, Sunny 2BR near subway", + 115 + ], + [ + "Furnished privte room", + 65 + ], + [ + "Spacious room in the heart of Manhattan (Downtown)", + 87 + ], + [ + "Exclusive Manhattan , 24 h doormen", + 110 + ], + [ + "RARE: Large Room + Big Townhouse = Better Stay", + 80 + ], + [ + "Steps from Central Park", + 250 + ], + [ + "Quaint room in artist's apartment.", + 63 + ], + [ + "Charming 2 Bedroom by Prospect Park", + 200 + ], + [ + "Bright 1BR in heart of Greenpoint", + 185 + ], + [ + "Light filled SoHo walk-up", + 250 + ], + [ + "2 BR Sun Filled Feng Shui W Village", + 130 + ], + [ + "Cheery Brooklyn Heights Studio!!", + 185 + ], + [ + "Huge Room near Prospect Heights", + 75 + ], + [ + "Large, Bright Apt Near Central Park", + 240 + ], + [ + "Sunshine & Cozy Bedtime in Brooklyn", + 65 + ], + [ + "UWS Luxury Studio Near CentralPark", + 195 + ], + [ + "October SPECIAL!! Enjoy the Holiday in NYC! Sale!", + 200 + ], + [ + "Bright Quiet Room in the W Village", + 120 + ], + [ + "Boerum Hill 2BR Garden Apartment", + 180 + ], + [ + "Bright Room Near JFK ,LGA & Train with AC", + 53 + ], + [ + "Charming one bedroom in the LES", + 200 + ], + [ + "Sunny 1BR near Central Park close to Columbia U.", + 100 + ], + [ + "Le Petit Château", + 86 + ], + [ + "Full 1 bedroom Apt in GREAT Locale", + 225 + ], + [ + "Bright Large Room near JFK, LGA & Train 2 beds", + 40 + ], + [ + "Large 1 bdrm, River views!", + 60 + ], + [ + "3 Bedroom @ JFK CASINO BEACH LOCALE", + 70 + ], + [ + "Location Queen Elena", + 35 + ], + [ + "FAB APT & LOCALE in HELLS KCHN PRIVATE SAFE COMFY!", + 250 + ], + [ + "Photography Location", + 4500 + ], + [ + "Film Location", + 8000 + ], + [ + "Trendy studio NYC centrally located", + 169 + ], + [ + "Large 2 Floor Apt 2 Bdrm Sleeps 8 ", + 255 + ], + [ + "A beautiful modern 3 bedroom apt", + 290 + ], + [ + "STUNNING! 1BD Jr in Midtown East NY", + 140 + ], + [ + "Sunny Manhattan Studio", + 115 + ], + [ + " Family Friendly Brooklyn House", + 299 + ], + [ + "Charming West Village Studio - Amazing Location!", + 160 + ], + [ + "Upper East Side 1BR", + 175 + ], + [ + "Near Times Square and Hell's Kitchen", + 120 + ], + [ + "Artist's Studio in Mansion", + 179 + ], + [ + "Great Room, Bedford L Train!! (10min to Manhattan)", + 74 + ], + [ + "King Bed or Two Singles - You're choice!", + 68 + ], + [ + "Spacious Junior 1BR Apt in USQ/Flatiron", + 235 + ], + [ + "Stylish Williamsburg Loft Apartment", + 100 + ], + [ + "Sunny and Stylish on the Park", + 270 + ], + [ + "Open/Sunny 2 BR in Prospect Heights", + 200 + ], + [ + "August sublet in Greenwich Village", + 161 + ], + [ + "Crown (Prospect) Heights Brooklyn Room", + 60 + ], + [ + "Prime location in the east village", + 155 + ], + [ + "Priv Room in Artists UES Apt, Central Park & Train", + 95 + ], + [ + "Hip Chinatown Apt in Great Location", + 125 + ], + [ + "Perfect NYC Flat! Modern!", + 118 + ], + [ + "Cozy Private RM Near Central Park N", + 80 + ], + [ + "Williamsburg Oasis of Art ", + 210 + ], + [ + "Brooklyn Heights - 1 Bedroom", + 150 + ], + [ + "2BR on Express 2 stops to Manhattan", + 135 + ], + [ + "Chic, Modern Apt Near Central Park!", + 118 + ], + [ + "☆ Central Park - Home Away From Home", + 110 + ], + [ + "The Perfect Greenpoint Getaway", + 70 + ], + [ + "Private cozy room", + 43 + ], + [ + "Bright Brooklyn garden apartment!", + 140 + ], + [ + "NEW! Gorgeous 1-BR, Colorful Design", + 116 + ], + [ + "Cozy & Large Corner Flex 2BR Loft", + 159 + ], + [ + "Sun filled 2BR in BedStuy Townhouse", + 135 + ], + [ + "Cosy HUS Room, furnished & all utilities included!", + 39 + ], + [ + "Sanctuary Bedroom in Huge Duplex", + 59 + ], + [ + "One-of-a-Kind Luxury NYC EPIC VIEW!", + 600 + ], + [ + "Private Room with Full Amenities", + 66 + ], + [ + "Prime Tribeca! Breathtaking View", + 130 + ], + [ + "Modern Stay in Brownstone Brooklyn", + 100 + ], + [ + "The spot", + 50 + ], + [ + "Hudson Heights Art Deco", + 185 + ], + [ + "Beautiful Large Room in Park Slope", + 54 + ], + [ + "1BR apartment in Brooklyn", + 100 + ], + [ + "Studio in Center of Chelsea", + 180 + ], + [ + "Old World Garden Apartment", + 115 + ], + [ + "Giant 3 story family house, 15 min to Manhattan", + 350 + ], + [ + "Big Private room in Brooklyn Brownstone", + 32 + ], + [ + "Williamsburg Luxury Apton Bedford", + 165 + ], + [ + "Alcove Studio in Downtown Manhattan", + 350 + ], + [ + "Unique Brooklyn Brownstone", + 795 + ], + [ + "Cozy Williamsburg Apartment", + 200 + ], + [ + "Gorgeous Apt in Bushwick Brooklyn", + 175 + ], + [ + "Dani private room in Manhattan", + 50 + ], + [ + "Heart of Manhattan: Charming 1BD", + 190 + ], + [ + "Private Room with Private Bath", + 110 + ], + [ + "Carroll Gardens Row House, Brooklyn", + 414 + ], + [ + "1BR Doorman Bldg Boerum Hill BK", + 135 + ], + [ + "NYC Finest location!~amazing view!!", + 150 + ], + [ + "Safe Sunny South Facing Near All", + 93 + ], + [ + "Cozy bedroom - Upper East Side", + 70 + ], + [ + "Beautiful turn-of-the-century home", + 175 + ], + [ + "Lovely, Huge, Open, Quiet, Spacious, Sunny, A/C", + 155 + ], + [ + "2 Queen beds Studio Loft in Brooklyn", + 129 + ], + [ + "The proud New Yorker Room", + 50 + ], + [ + "1910 Town House in leafy Kensington", + 499 + ], + [ + "Very unique - half block from Industry City", + 80 + ], + [ + "Awesome Studio East 58&3rd avenue! ", + 115 + ], + [ + "Sunny Bedroom In Astoria!", + 47 + ], + [ + "Crown Heights Duplex Apt.", + 95 + ], + [ + "Luxury Space East Village 3 Bedrm sleeps 7", + 249 + ], + [ + "Perfect 1BR / Doorman / 22 St & 2nd Ave", + 150 + ], + [ + "Quiet bedroom in East Village NY.", + 77 + ], + [ + "2 bedroom in the East Village", + 225 + ], + [ + "Room in Duplex Apartment", + 70 + ], + [ + "Awesome 2 bedroom~murray hill~deal ", + 100 + ], + [ + "Best Deal/Columbus Circle/Renovated", + 87 + ], + [ + "Large 2 Full BR 15min to Manhattan!", + 245 + ], + [ + "Great apt in awesome area", + 300 + ], + [ + "Spacious Upper East Side Pvt. Room", + 55 + ], + [ + "One Bedroom close to everything!", + 120 + ], + [ + "Fully Furnished Luk Room including Air Conditiner!", + 40 + ], + [ + "1 bedroom in Nolita/Soho", + 115 + ], + [ + "Great Chelsea block near Highline & Subways", + 93 + ], + [ + "Furnished Sublet, Manhattan, Harlem", + 37 + ], + [ + "Penthouse in Williamsburg w/ Patio!", + 240 + ], + [ + "Private Room in Cozy Downtown Apt!", + 130 + ], + [ + "Explore NYC - 1 Stop to Manhattan!", + 70 + ], + [ + "Huge 1br Loft in Brooklyn", + 149 + ], + [ + "Musician's Private Room", + 100 + ], + [ + "Stylish East Village Studio near Union Sq", + 200 + ], + [ + "Bright Prospect Park Charmer", + 99 + ], + [ + "sunny 3 Bedrrom great view, Chelsea", + 220 + ], + [ + "Upper East Side Steal", + 250 + ], + [ + "Cozy & Modern Studio | Central Park", + 103 + ], + [ + "Beautiful & Modern | Top Location!", + 108 + ], + [ + "Fantastic fully furnished room", + 75 + ], + [ + "Sunny and Spacious apt in Bushwick", + 78 + ], + [ + "Spacious room in great neighborhood", + 75 + ], + [ + "Cute and cozy in Manhattan", + 152 + ], + [ + "Sunny clean studio in heart of LES", + 150 + ], + [ + "Nolita / Soho A cozy 2 bedroom apartment.", + 320 + ], + [ + "1BR UNFURN SUBLET in Williamsburg", + 220 + ], + [ + "Luxurious Brooklyn Getaway!", + 99 + ], + [ + "Spectacular East Village Townhouse with 3 patios", + 950 + ], + [ + "Charming Studio on Upper West Side", + 120 + ], + [ + "One Bedroom Apartment ", + 100 + ], + [ + "Spacious 2 bd 2 bth apt 45 min from Time Sq sleep6", + 199 + ], + [ + "Times Square Unique Studio", + 100 + ], + [ + "Private Rm in Cozy Wburg Loft, 1 blk fr Bedford L", + 75 + ], + [ + "Great 1bd!Murray Hill NYC~renovated", + 84 + ], + [ + "Beautiful private 2 bedroom in prime Greenpoint", + 100 + ], + [ + "Lovely Guestroom in Brownstone", + 75 + ], + [ + "Amazing Private Room in Brooklyn - Fort Greene", + 93 + ], + [ + "Quite 2 bedroom apt. in Brooklyn", + 140 + ], + [ + "Great apartment, heart of Brooklyn", + 200 + ], + [ + "True Loft in Williamsburg", + 200 + ], + [ + "Luxury Family Sunny 2 bdrm 1 bath Apt Park Slope", + 200 + ], + [ + "Cozy 1BR Apartment by Subway", + 100 + ], + [ + "At home in Historic Harlem", + 100 + ], + [ + "Your own studio apt in Upper East", + 120 + ], + [ + "Entire One Bedroom Apartment next to Prospect Park", + 109 + ], + [ + "Large Sunny Room with Huge patio in Wburg", + 126 + ], + [ + "BIG Private Room in NYC APT.", + 50 + ], + [ + "West Chelsea Apt! AMAZING Location!", + 325 + ], + [ + "Bright & lovely Upper East Side apt", + 750 + ], + [ + "Steps away from Brooklyn museum", + 135 + ], + [ + "Safe, Cozy, Cute and Cheap", + 52 + ], + [ + "Charming and Artsy LES 1-Bedroom ", + 124 + ], + [ + "Spacious room in flushing ny ❤️", + 59 + ], + [ + "Sunny Studio Near Central Park", + 215 + ], + [ + "Spectacular Townhouse with your own private patio", + 240 + ], + [ + "Modern Stylish and Legendary.", + 150 + ], + [ + "Cozy Studio on McGolrick Park", + 83 + ], + [ + "Large 900 sqft Artist's Apartment", + 70 + ], + [ + "Charming Private Studio in LES", + 160 + ], + [ + "Clean, Safe, Convenient, Comfy", + 200 + ], + [ + "1 BEDROOM APT IN PRIME WILLIAMSBURG", + 50 + ], + [ + "Amazing 1BD! Renovated Col Circle!!", + 87 + ], + [ + "Cozy Harlem Home", + 125 + ], + [ + "East Village - Family friendly, specious and quiet", + 250 + ], + [ + "Park Slope 2 bedroom - Amazing Access to All!!!", + 162 + ], + [ + "charming, sunny and quiet studio", + 67 + ], + [ + "Dbl Room with Terrace and View!", + 147 + ], + [ + "Beautiful 3 Bedroom apt in Bed-Stuy", + 149 + ], + [ + "Spacious, Sunny Apartment in BK!", + 65 + ], + [ + "Lovely Park Slope Pied a Terre", + 250 + ], + [ + "Relax in an oasis of quiet in a beautiful house!", + 160 + ], + [ + "Peaceful, Upper East Side Studio", + 150 + ], + [ + "Gramercy Luxurious 2 BD condominium", + 199 + ], + [ + "Lovely room in Williamsburg", + 64 + ], + [ + "Nice Cozy Room in BROOKLYN, NYC, NY, Bushwick", + 33 + ], + [ + "Room in Manhattan=15 min to TimesSq", + 500 + ], + [ + "Bright Quiet 1BD in the Heart of BK", + 150 + ], + [ + "Lower Eastside - Perfect Room", + 110 + ], + [ + "Open Loft in Historic Townhome - Near Metro & Food", + 145 + ], + [ + "Lovely Apt/Room in Ditmas Park, BK", + 40 + ], + [ + "Williamsburg Penthouse Private Room", + 95 + ], + [ + "Cozy Garden View Apartment! Perfect for Families!", + 185 + ], + [ + "Historic Townhome for Photo and Video Shoots", + 500 + ], + [ + "Charming West Village Studio With Cat", + 115 + ], + [ + "Four-Bedroom Victorian Near Ferry", + 195 + ], + [ + "Sunny 1 BD in trendy Prospect Heights Brooklyn.", + 105 + ], + [ + "Private 1 bd Apt 1 blk off the J", + 67 + ], + [ + "clean, casual 2BD apt in bed-stuy!", + 75 + ], + [ + "Giant Private Room in Battery Park ", + 100 + ], + [ + "Up among the trees in Bed Stuy", + 125 + ], + [ + "Sunny, Williamsburg Condo", + 350 + ], + [ + "Bright Studio in New WB Building", + 150 + ], + [ + "Charming XL 1br in Astoria", + 200 + ], + [ + "Brownstone Duplex with Garden,Deck & 8' pool table", + 270 + ], + [ + "Family-friendly 2BR w Rooftop", + 184 + ], + [ + "Family-friendly 3-bedroom condo", + 275 + ], + [ + "SPACIOUS & SUNNY East Village Gem", + 171 + ], + [ + "~ PRIME location Williamsburg sunny 3BR loft ~", + 425 + ], + [ + "HUGE 1BR in Prime West Village", + 200 + ], + [ + "Light Filled Loft Studio in Fort Greene", + 165 + ], + [ + "Spacious room in artist Loft", + 85 + ], + [ + "PRIME WILLIAMSBURG FAMILY ART LOFT", + 170 + ], + [ + "BEAUTIFUL Williamsburg Palace!", + 70 + ], + [ + "Big room & private bathroom!", + 125 + ], + [ + "SPACIOUS ARTIST LOFT IN CHELSA", + 275 + ], + [ + "Great room with private bathroom!!", + 120 + ], + [ + "Studio Plus at Hilton West 57th ", + 429 + ], + [ + "Lovely Single Family House in South Slope", + 225 + ], + [ + "New 2 Bed.apt. 10 min to NYC! one block from train", + 119 + ], + [ + "Large Studio w/ NEW MATTRESS in UES", + 175 + ], + [ + "Brooklyn Flat in Historic Row House", + 155 + ], + [ + "Homey, inviting 1BR w/ lots of room", + 100 + ], + [ + "Private Bedroom in Nice Apt. Near Riverside Park!", + 70 + ], + [ + "2BR Private Apt Guest Homestay", + 95 + ], + [ + "Park Slope 3 BR Duplex with Garden", + 450 + ], + [ + "Brownstone Luxury Apartment Facing Ft.Greene Park", + 215 + ], + [ + "Cozy Bedroom by Prospect Park BKLYN", + 60 + ], + [ + "Private Room in Riverdale NY", + 75 + ], + [ + "Art Room + Backyard in Williamsburg", + 99 + ], + [ + "Park slope 2BR duplex with garden", + 300 + ], + [ + "Cozy Studio Close to Central Park", + 175 + ], + [ + "Bright 1 bedroom near Columbia", + 195 + ], + [ + "Bright & Sunny FULLY FURNISHED Room", + 50 + ], + [ + "Hell's Kitchen One Bedroom (near Times Square)", + 175 + ], + [ + "Brooklyn 3BR Near Subways", + 120 + ], + [ + "Sunlit Room near Prospect Park!", + 54 + ], + [ + "Cozy 5 Bdrm in Historic Harlem NY", + 345 + ], + [ + "The Lincoln", + 225 + ], + [ + "Large Sunny Open Brooklyn Apartment", + 151 + ], + [ + "Improved Response Rate@ The Valley", + 110 + ], + [ + "Luxury apartment in Manhattan.", + 280 + ], + [ + "Modern loft in Cobble Hill, BK", + 99 + ], + [ + "3BR Carroll Gardens townhouse loft", + 350 + ], + [ + "W'burg Brooklyn, Sunny, Spacious, Private", + 70 + ], + [ + "Cute UWS Studio Near Central Park Clean & Quiet", + 120 + ], + [ + "Chic Designer’s Room & 2 Beds in Manhattan LES", + 89 + ], + [ + "Cozy 1br - Fort Greene, Brooklyn", + 120 + ], + [ + "Private room in 2B East Village!", + 85 + ], + [ + "BEAUTIFUL DESIGNER SOHO LOFT", + 220 + ], + [ + "A single room that converts with bathroom", + 125 + ], + [ + "LUXURY 1 BR MIDTOWN w POOL & GYM", + 189 + ], + [ + "Beautiful Room+Shared Living Room", + 100 + ], + [ + "Large sunny private room downtown", + 81 + ], + [ + "Comfortable sofa bed in Manhattan", + 45 + ], + [ + "Airy Duplex Room with Private Bath", + 150 + ], + [ + "Tranquil Washington Heights Space ", + 62 + ], + [ + "Quiet Park Slope Apartment - August specials!", + 330 + ], + [ + "1 BR minutes from Central Park!", + 80 + ], + [ + "Quiet, Full bed, Sleeps 1 or 2 ppl", + 65 + ], + [ + "SOHO Studio Best Location", + 125 + ], + [ + "Sunny Suite in Historic Brooklyn", + 165 + ], + [ + "Lovely room in Greenwich Village", + 90 + ], + [ + "2 Bedroom Garden Apt. Park Slope", + 120 + ], + [ + "Beautiful Row House Steps From Park", + 250 + ], + [ + "Large 1-bedroom in Brooklyn", + 115 + ], + [ + "Artist's home near park and trains", + 55 + ], + [ + "Orchard St", + 200 + ], + [ + "Modern Renovated Luxury 1BR - Soho", + 149 + ], + [ + "Private Nook in Bushwick Improved Response Rate", + 55 + ], + [ + "Spacious Townhouse Great for Families & Friends", + 400 + ], + [ + "Sunny 2 bedroom in Fort Greene", + 200 + ], + [ + "Modern 1BR apt in Greenpoint/Williamsburg Brooklyn", + 111 + ], + [ + "Bright & Spacious Fort Greene 1 Bed", + 175 + ], + [ + "Peaceful, beautiful home away ", + 150 + ], + [ + "Private room in Harlem", + 52 + ], + [ + "Cute and Cozy Two Bedroom in Sunset Park", + 88 + ], + [ + "Private 3 Floor Whole Hse/Garden", + 425 + ], + [ + "Spacious East Village Gem -Union Sq", + 175 + ], + [ + "STUNNING WILLIAMSBURG HOME W/GARDEN", + 270 + ], + [ + "Cozy 1 BR in a 4br/2ba apartment!!!", + 180 + ], + [ + "Amazing & Bright Loft-style Room", + 55 + ], + [ + "Brooklyn Cozy Garden Apt", + 105 + ], + [ + "Elegant 1876 Boerum Hill Brownstone", + 265 + ], + [ + "Sunny and cozy room in Midtown", + 60 + ], + [ + "Small Cozy Private Room in NYC", + 45 + ], + [ + "Modern Bedroom & Living Room Combination!", + 89 + ], + [ + "Right in the center of Manhattan", + 200 + ], + [ + "Spacious prewar apartment in heart of Greenpoint", + 149 + ], + [ + "Comfort and Charm in Harlem Brownstone near Subway", + 80 + ], + [ + "Chic Aptmnt close to Barclay Center", + 125 + ], + [ + "Beautiful Comfortable Apt in North Manhattan", + 78 + ], + [ + "Private Room in Artist's Loft", + 65 + ], + [ + "One stop from Manhattan, Fort Greene.", + 350 + ], + [ + "Brooklyn Heights 1.5BR and Cat Sit", + 115 + ], + [ + "Panoramic Penthouse - 30% OFF", + 289 + ], + [ + "High Ceilings, Period Details", + 158 + ], + [ + "Great East Harlem spot for 1 or 2", + 50 + ], + [ + "Cozy but Cool:Huge 1bed in ❤️of NY", + 234 + ], + [ + "Subletting in CrownHeights,Brooklyn", + 50 + ], + [ + "Huge Room in Manhattan's Upper West", + 69 + ], + [ + "Beautiful LES Apartment", + 135 + ], + [ + "Big sunny room, prime location!", + 89 + ], + [ + "Large 1br Duplex in Heart of Upper East Side", + 16 + ], + [ + "Big Private 4 bedrooms 1 bathroom Near Subway!", + 300 + ], + [ + "Murray Hill Modern", + 250 + ], + [ + "BEAUTIFUL ROOM NEAR PROSPECT PARK!!", + 70 + ], + [ + "Cosy room with private bathroom-NYC", + 140 + ], + [ + "Spacious Studio in Midtown", + 175 + ], + [ + "Carroll Gardens - Two Bedroom Apartment", + 160 + ], + [ + "2BR, UWS, Doorman, Balcony, CntrlPK", + 200 + ], + [ + "Sunny Brooklyn room", + 57 + ], + [ + "Charming Chelsea bedroom", + 90 + ], + [ + "Private Apartment 15 Minutes from the Big Apple", + 89 + ], + [ + "Clean design, One BD, Renovated!", + 90 + ], + [ + "West Village designer studio", + 200 + ], + [ + "Stylish 2BR in heart of Park Slope", + 100 + ], + [ + "Private oasis-charming gingerbread home!❤️❤️❤️❤️❤️", + 68 + ], + [ + "Large East Village One Bedroom ", + 170 + ], + [ + "Lovely room in big shared Brooklyn Brownstone", + 40 + ], + [ + "Artist Loft in Lower East Side with Roof", + 500 + ], + [ + "Gorgeous Apt 1 block from Subway", + 145 + ], + [ + "Park Slope Town House", + 250 + ], + [ + "Gorgeous Chic Apt on Prime West Village Street", + 288 + ], + [ + "Tasteful, calm, central 2BR/2Baths", + 245 + ], + [ + "cozy harlem getaway", + 80 + ], + [ + "Beautiful Penthouse Apt - Brooklyn", + 125 + ], + [ + "Huge, Perfect Location West Village", + 166 + ], + [ + "UWS 2 BR 2 Ba. Gorgeous Apt!", + 330 + ], + [ + "Private room in Williamsburg apt", + 60 + ], + [ + "Private Bedroom Available June 1", + 130 + ], + [ + "Sunny and Bright Room with a Terrace", + 45 + ], + [ + "Quiet 1BR in Chelsea", + 165 + ], + [ + "great spacious 2BR duplex apt in S. Harlem, NYC", + 155 + ], + [ + "Penthouse next to Central Park !", + 119 + ], + [ + "Quintessential Brooklyn...!!", + 158 + ], + [ + "NICE Williamsburg Brooklyn, 2 Bedrooms off L train", + 169 + ], + [ + "Beautiful Brooklyn Brownstone", + 139 + ], + [ + "Beautiful, Furnished Studio!", + 125 + ], + [ + "Spacious and Sunny 1BDR Astoria NYC", + 70 + ], + [ + "Close to JFK & LGA Feels like home", + 135 + ], + [ + "Entire Cozy One Bed #Manhattan #LES", + 99 + ], + [ + "Sunny and Spacious 1BR Loft in Williamsburg", + 175 + ], + [ + "Quiet Brooklyn Apartment ", + 150 + ], + [ + "Oasis in the heart of New York", + 250 + ], + [ + "Private Room in great neighborhood", + 100 + ], + [ + "Great Location", + 100 + ], + [ + "Brooklyn Garden Level 2bdrm Home", + 128 + ], + [ + "Brooklyn Living with Balcony!", + 121 + ], + [ + "Super cute private room +amminities", + 160 + ], + [ + "Great Apt, Great Area", + 135 + ], + [ + "Luxurious Brownstone Parlour", + 275 + ], + [ + "Great west village studio", + 180 + ], + [ + "Cozy quiet East Village room/en suite bathroom", + 189 + ], + [ + "Whole beautiful house with Backyard", + 250 + ], + [ + "Ocean Hill Oasis", + 99 + ], + [ + "Superhost! Modern Private APT/15min Manhattan", + 200 + ], + [ + "Hamilton Heights - Private Guest Suite", + 145 + ], + [ + "Lovely Shiny Private Room in NYC", + 100 + ], + [ + "NYC Studio Loft in Meatpacking ", + 240 + ], + [ + "Private Room in Light-Filled Apt with Gym", + 90 + ], + [ + "3 Bedroom Brownstone in Historic Crown Heights.", + 220 + ], + [ + "Williamsburg COZY SUNNY next2train!", + 100 + ], + [ + "Beautiful Clean & Quiet Room! Rm#1", + 59 + ], + [ + "Apartment - private kitchen & bath", + 78 + ], + [ + "Cozy studio/kitchen, bathroom", + 75 + ], + [ + "Cozy bedroom in Brooklyn!", + 78 + ], + [ + "Upper East Side 2 Bedroom Apartment", + 250 + ], + [ + "Giant Private Townhouse w/ Garden", + 150 + ], + [ + "Spacious Queen Size Room", + 44 + ], + [ + "Studio w/ Private Entry in Greenpoint Brooklyn", + 69 + ], + [ + "Room w/ Private Bathroom", + 65 + ], + [ + "Sunny airy beautiful Brooklyn 1B", + 90 + ], + [ + "Charming Colonial House in Brooklyn", + 125 + ], + [ + "Cozy, Clean, Quiet, ENTIRE APT!!", + 78 + ], + [ + "2000 sq ft Photographers loft", + 785 + ], + [ + "Spacious Studio in my new smart house", + 99 + ], + [ + "Garden apt 15 mins from Manhattan", + 74 + ], + [ + "Cozy UWS Apt Close to Central Park / Times Square", + 130 + ], + [ + "LEGAL studio in Queens", + 105 + ], + [ + "Large 1 BDR Apt on the UWS", + 145 + ], + [ + "Central Park West. Queen Size Room", + 90 + ], + [ + "Spacious Brooklyn Townhouse", + 215 + ], + [ + "Apartment near Upper East Side", + 100 + ], + [ + "Seven Days Sleep Near Prospect Park", + 92 + ], + [ + "Charming Quiet Apartment in NYC (安靜公寓)", + 185 + ], + [ + "Clean & Comfy Modern Townhouse", + 1000 + ], + [ + "Updated 1 bedroom heart of Chelsea", + 160 + ], + [ + "Quiet & Close to All + Washer/Dryer in Chelsea", + 93 + ], + [ + "west village 1BR!best value!", + 300 + ], + [ + "Prime Greenpoint/Williamsburg room", + 75 + ], + [ + "Mellow One Bedroom in Chelsea ", + 370 + ], + [ + "Gorgeous brownstone- NYC living! ", + 425 + ], + [ + "Park Slope Haven", + 200 + ], + [ + "Stay in the heart of the East side!", + 125 + ], + [ + "Beautiful Chelsea Loft 700 Sq ft", + 179 + ], + [ + "Good Living in Brooklyn! Double Bed", + 46 + ], + [ + "Spacious apartment with garden", + 150 + ], + [ + "Affordable Room in Artsy Apartment", + 52 + ], + [ + "Amazing Oasis in NYC!", + 80 + ], + [ + "Delightful & Modern 1 Bedroom", + 120 + ], + [ + "A Dream! Luxury 3 Bedroom Apt+Pking", + 300 + ], + [ + "Beautiful Brooklyn Heights Share", + 110 + ], + [ + "Family home near Prospect Park", + 200 + ], + [ + "Sunny 1 bed home close to Manhattan", + 75 + ], + [ + "Spacious and unique 1 bdrm / 2 bath", + 200 + ], + [ + "ADORABLE 2BR in Chelsea!!", + 300 + ], + [ + "Sublet near Columbia University", + 22 + ], + [ + "Gorgeous Loft w/ 2 queen beds & full kitchen!", + 129 + ], + [ + "TRENDY LOWER EAST SIDE STUDIO", + 125 + ], + [ + "Cozy 1 bedroom in charming home.", + 150 + ], + [ + "Gorgeous Studio Apt Upper East Side", + 185 + ], + [ + "Sunny, spacious, 1BR in Willamsburg", + 158 + ], + [ + "Happy big family", + 30 + ], + [ + "Modern rowhouse in prime Ft Greene", + 316 + ], + [ + "Park Slope Studio Apartment", + 175 + ], + [ + "Astoria: full apartment", + 97 + ], + [ + "Quant 1bdrm in midtown west", + 175 + ], + [ + "Couch in E. Williamsburg Luxury Apt", + 60 + ], + [ + "Private Charming Spacious Bedroom", + 72 + ], + [ + "Lisa's Townhouse - Luxury & Style", + 175 + ], + [ + "Upper West Side Apt, One Block to Central Park", + 225 + ], + [ + "Beautiful Summer Sublet in Ditmas Park Brooklyn", + 85 + ], + [ + "Cute,Cozy Lower East Side 1bdrm", + 150 + ], + [ + "Williamsburg Garden Apartment", + 225 + ], + [ + "Manhattan Club Dec. 23-30, 2017", + 400 + ], + [ + "Luxury Duplex in Williamsburg with private bath", + 125 + ], + [ + "Fabulous Family Getaway", + 200 + ], + [ + "WHOLE LARGE 1-BEDROOM APARTMENT", + 88 + ], + [ + "Private room in Williamsburg Apt", + 250 + ], + [ + "Beautiful Studio Near Times Square ", + 300 + ], + [ + "Spacious & Cozy NYC Apartment in Brooklyn/Queens", + 89 + ], + [ + "Modern 1 BR + terrace in Gramercy", + 165 + ], + [ + "Affordable Room in Beautiful Apt !", + 84 + ], + [ + "Lovely 2 Floor Home, Gem in Heart of Williamsburg!", + 285 + ], + [ + "Extra Large 1BR", + 150 + ], + [ + "cozy room, close to trains, explore brooklyn!", + 70 + ], + [ + "Superior Two BR - UES (30 Days MIN)", + 300 + ], + [ + "Beautiful 2BD in Brooklyn Heights", + 220 + ], + [ + "City retrieve -confort,quite,light", + 149 + ], + [ + "Greenwich Village cozy 1-2BD with outdoor space", + 249 + ], + [ + "Spacious 1 bd in Crown Heights", + 90 + ], + [ + "Panoramic view of Upper Manhattan!", + 69 + ], + [ + "Entire lux apt in Williamsburg - 30 days or more", + 120 + ], + [ + "A cozy room in a 3 bedroom apt", + 69 + ], + [ + "Your NYC haven at Upper Manhattan!", + 54 + ], + [ + "Your Manhattan haven: dressed in red", + 50 + ], + [ + "An Upper-Manhattan room of your own!", + 51 + ], + [ + "Cozy BR in heart of Manhattan (Hell's Kitchen)", + 99 + ], + [ + "Two-Floor Apartment on Upper West", + 290 + ], + [ + "Super cute and sunny 2 bedroom", + 240 + ], + [ + "Awesome Deal NYC", + 49 + ], + [ + "Charming 1BR Private GARDEN Apt!", + 115 + ], + [ + "Brooklyn Cozy and Convenient", + 78 + ], + [ + "Sunny Bushwick Brownstone", + 125 + ], + [ + "Suite Lounge", + 135 + ], + [ + "Battery Park City Sunny Bedroom ", + 110 + ], + [ + "Modern 1 Bedroom with Large Windows, Lots of Light", + 205 + ], + [ + "Modern Manhattan Living Suite 2A", + 95 + ], + [ + "Charming Boutique Room in Bushwick", + 55 + ], + [ + "Comfy room, minutes from metro for up to 3 people!", + 47 + ], + [ + "Spot in the Heights!", + 39 + ], + [ + "Gorgeous 2 Bedroom Loft in the Heart of Chelsea", + 349 + ], + [ + "Luxurious Living in Williamsburg/Brooklyn", + 250 + ], + [ + "COOL, ARTSY & CENTRAL APARTMENT", + 290 + ], + [ + "Lovely, Sunny Bedroom in Huge DUMBO Apartment", + 85 + ], + [ + "Charming Apt, Perfect for Couples!", + 170 + ], + [ + "Sunny top floor loft with skylight in downtown NY", + 146 + ], + [ + "Studio Apt. 15 min from Manhattan", + 99 + ], + [ + "Sweet 2 bed in Elevator Building", + 150 + ], + [ + "Artsy Modern Hideout | Two bedrooms with backyard!", + 240 + ], + [ + " 3 bedroom loft in Williamsburg", + 500 + ], + [ + "Bright & Spacious 15 mins to Midtown Manhattan", + 48 + ], + [ + "Sunny Bushwick Apartment / Morgan L", + 129 + ], + [ + "Lovely Near Time square in 1bedroom", + 750 + ], + [ + "Adorable Soho Apartment", + 180 + ], + [ + "Cozy 1 BD in Astoria, City Bike & NYFerry nearby", + 70 + ], + [ + "Independence in NYC", + 150 + ], + [ + "Sun-soaked 1BR in Park Slope with amazing NYC view", + 240 + ], + [ + "Gorgeous 1BR Park Slope Apt/Garden", + 100 + ], + [ + "East Village Apt at Great Location ", + 122 + ], + [ + "2 Bd/1 Bath Apartment Upper East Side NYC", + 400 + ], + [ + "Sunny Private Room", + 47 + ], + [ + "Beautiful Brooklyn 3 bdrm in Prospect Heights", + 140 + ], + [ + "Luxe Tuscan Suite Private Room", + 55 + ], + [ + "APT IN PROSPECT/CROWN HEIGHTS ", + 110 + ], + [ + "Neat, Classy, and Simple.", + 175 + ], + [ + "Luxury Furnished Apt @TriBeCa/Soho", + 80 + ], + [ + "Cute Studio in Midtown East/UES!", + 150 + ], + [ + "Spacious 2 BDR Apt. Upper West Side", + 200 + ], + [ + "Private Sunny Room in Park Slope", + 50 + ], + [ + "Sparkling Brick APT Heart UES +Yoga", + 99 + ], + [ + "Comfortable and Convenient", + 60 + ], + [ + "Cozy studio in the heart of Greenwich Village", + 225 + ], + [ + "Charming Tudor 1BD Uptown", + 175 + ], + [ + "New Building in Williamsburg", + 60 + ], + [ + "Spacious Studio in Luxury Building", + 255 + ], + [ + "Large room in renovated apartment in Williamsburg", + 75 + ], + [ + "Stunning Park Slope 2BR", + 190 + ], + [ + "The Sunniest of Brooklyn Brownstones", + 495 + ], + [ + "Spacious, Sunny 1 Bedroom Apartment", + 98 + ], + [ + "Waterfront Experience", + 150 + ], + [ + "Modern Pad in Prime Williamsburg!", + 250 + ], + [ + "Spacious Apt in Townhouse near Columbia University", + 215 + ], + [ + "Prime Williamsburg 1 bd apartment", + 200 + ], + [ + "Artsy, Garden Getaway in Central Brooklyn", + 100 + ], + [ + "Huge Loft in prime Williamsburg - monthly rental", + 200 + ], + [ + "Perfect Apartment For Young Family", + 200 + ], + [ + "Cute 1 BR in the Lower East Side", + 110 + ], + [ + "Modern & Cozy 1BD Garden Apt", + 115 + ], + [ + "Private BR in 3 BR Apt - E. Harlem", + 75 + ], + [ + "Boutique Loft Condo In West Village", + 289 + ], + [ + "Gorgeous room in Manhattan", + 95 + ], + [ + "☆ PERFECT MANHATTAN LOCATION NEAR SUBWAY & CAFES!☆", + 197 + ], + [ + "Fabulous 1 Bedroom Apt for 1 week", + 150 + ], + [ + "Sunny Home on Brooklyn Border: 15 min to Manhattan", + 225 + ], + [ + "Elegant Brownstone Duplex", + 375 + ], + [ + "“No Place Like Home”\n1st Floor Suburban Apt.", + 56 + ], + [ + "Next to Central Park and Natural Science Museum", + 225 + ], + [ + "2br with Balcony in East Harlem!", + 70 + ], + [ + "Luxury One Bedroom CentralPark West", + 264 + ], + [ + "Luxury Studio Central Park West", + 199 + ], + [ + "5-Star Park Slope Suite w/King Bed", + 149 + ], + [ + "Red Hook Prime 1 BR Priv. Garden 3 blks NYC Ferry", + 142 + ], + [ + "Harlem Renovated Duplex Townhouse ", + 299 + ], + [ + "One bedroom apartment", + 50 + ], + [ + "Private brownstone studio Brooklyn", + 160 + ], + [ + "Your own private big Brooklyn apt!", + 127 + ], + [ + "Charming Fort Greene Studio", + 110 + ], + [ + "Great Room in Heart of LES", + 69 + ], + [ + "Lovely and quiet Brownstone!!!!", + 175 + ], + [ + "Charming East Village Apartment", + 179 + ], + [ + "Designer's duplex loft with 16' ceilings", + 144 + ], + [ + "Awesome SoHo/Little Italy 1BD", + 175 + ], + [ + "Sun Soaked, NYC Brownstone Apt", + 150 + ], + [ + "Best of Brooklyn & 5 min to Manhattan!", + 109 + ], + [ + "Sunny and Spacious 1 bedroom apt", + 350 + ], + [ + "1BR Apt in the Bay Ridge!", + 75 + ], + [ + "Sunny, Quiet Apt. in Manhattan", + 135 + ], + [ + "Location Silma", + 39 + ], + [ + "Location little Elio", + 38 + ], + [ + "Lovely sun-lit 3-bedroom apartment", + 195 + ], + [ + "Manhattan Columbia University Courtyard Studio", + 146 + ], + [ + "Huge Artist Loft with BBQ deck - WILLIAMSBURG", + 318 + ], + [ + "Lofted Murray Hill 1-bedroom w/ spiral staircase", + 184 + ], + [ + "Studio loft - Williamsburg/Bushwick", + 140 + ], + [ + "Interfaith Retreat Guest Rooms (Om)", + 85 + ], + [ + "NYC 1BD near Central Park & Shops", + 170 + ], + [ + "House 1 Bed $100/ night per person", + 100 + ], + [ + "One of a Kind, Penthouse Apartment ", + 350 + ], + [ + "Classic Upper West Side studio loft", + 199 + ], + [ + "Sunny, Tall Artsy Loft @ Williamsburg", + 77 + ], + [ + "Cheap accommodation in Manhattan", + 80 + ], + [ + "#1 PRIVATE STUDIO IN BX,15MINS NYC.", + 79 + ], + [ + "Cute Room, Courteous Hosts", + 550 + ], + [ + "Apartment in beautiful Brooklyn Heights", + 155 + ], + [ + "10th St / W Village Junior Loft", + 275 + ], + [ + "Williamsburg Garden Escape", + 119 + ], + [ + "Cute & Cozy Greenpoint Apt, Great Location", + 85 + ], + [ + "Beautiful West Harlem brownstone", + 84 + ], + [ + "Lovely room in doorman building", + 90 + ], + [ + "Garden Floor Duplex with patio", + 135 + ], + [ + "CHEAP BIG room in Williamsburg", + 90 + ], + [ + "Luxury 2 bed apt in WILLIAMSBURG BK", + 150 + ], + [ + "AMAZING ROOM ARTSY BKLYN BROWNSTONE", + 38 + ], + [ + "Amazing Renovated studio MurrayHill", + 87 + ], + [ + "Spacious, light-filled home by Prospect Park", + 210 + ], + [ + "Beautiful Room in Park-Side Apt", + 80 + ], + [ + "Gallery Suite", + 250 + ], + [ + "Studio in the heart of Chelsea", + 175 + ], + [ + "Charming Brooklyn Room", + 65 + ], + [ + "East Village 1 Bedroom", + 140 + ], + [ + "Central Park home away from home", + 129 + ], + [ + "Musician's Loft 1BR w/ Outdoor Space, WiFi, Parks", + 159 + ], + [ + "Lovely Tudor Home with Studio in Queens, NY", + 125 + ], + [ + "W Village Apt w/ Private Roof", + 249 + ], + [ + "Gorgeous pre war rowhouse apartment", + 151 + ], + [ + "Quiet room+bath w/ separate entry.", + 79 + ], + [ + "Architect's Oasis", + 125 + ], + [ + "Cozy Harlem Flat!", + 135 + ], + [ + "1 BR in Great NYC Neighborhood", + 151 + ], + [ + "2 Story Loft!! Tribeca/Soho :-) best neighborhood", + 600 + ], + [ + "It's The Brooklyn Way !!!", + 59 + ], + [ + "Cozy/Hip LES 2 bedroom, sleeps 2-4", + 273 + ], + [ + "Ensuite in Duplex Brownstone with Private Terrace!", + 70 + ], + [ + "Charming Artists in the Heights", + 95 + ], + [ + "6BDRM*APT TRAIN TO NYC 15 MIN", + 399 + ], + [ + "Private Room in a two bedroom apt.", + 96 + ], + [ + "Charming West Village Apartment", + 110 + ], + [ + "Private Room in Famed Artistic Flat", + 110 + ], + [ + "Private Room In Clean Spacious Apt", + 69 + ], + [ + "Beautiful sunny bedroom just off Prospect Park", + 85 + ], + [ + "Lower East Side Studio- Great Location!", + 150 + ], + [ + "Large modern studio in Gramercy", + 170 + ], + [ + "Renovated Studio - LES", + 125 + ], + [ + "Sunny room in East Village!", + 130 + ], + [ + "Modern Bohemian Studio", + 145 + ], + [ + "HEART of Williamsburg w/ Rooftop!", + 500 + ], + [ + "Private Suite 15min to Times Square", + 95 + ], + [ + "3BR condo Brooklyn/Prospect Heights", + 150 + ], + [ + "Apartment near the US Open", + 150 + ], + [ + "PrivateRoom in Beautiful Brownstone", + 56 + ], + [ + "Private room in Greenpoint, BK", + 60 + ], + [ + "Cozy Family Gateaway!!!", + 85 + ], + [ + "Cozy Apartment in Chinatown/LES", + 80 + ], + [ + "Charming West Village apartment", + 100 + ], + [ + "Modern Townhouse - Chic Sunny Room - L/J/A/C Train", + 54 + ], + [ + "Tasteful French 1BD Apt w/ Garden", + 113 + ], + [ + "Sunny Private Williamsburg Space", + 200 + ], + [ + "Bright, big, BEAUTIFUL room in renovated apt", + 75 + ], + [ + "Beautiful Harlem apt with views", + 200 + ], + [ + "Faboules 1 br, in trendy Park Slope", + 110 + ], + [ + "Zen Loft: Huge Brooklyn Loft for Shoots & Events", + 500 + ], + [ + "2 room, by Sutton Place", + 180 + ], + [ + "Awesome Loft in Williamsburg", + 200 + ], + [ + "Room in Upper East Side", + 69 + ], + [ + "Serene, minimalist studio W Village", + 200 + ], + [ + "Beautiful 1200 sf 3 bedroom apt off Prospect Park", + 140 + ], + [ + "Entire Room Brooklyn NYC!!!", + 45 + ], + [ + "Academic Summer Sublet/Sunset Park", + 35 + ], + [ + "Great Apartment, Great Location", + 80 + ], + [ + "Private Bamboo Garden Studio", + 150 + ], + [ + "Landmark Brownstone Sunny 3 Rooms", + 70 + ], + [ + "TimeSq/Brdway/Midtown/A Cozy Petit Versaille/Quiet", + 200 + ], + [ + "Christmas in NYC! Spacious King Suite, 2 bath apt", + 308 + ], + [ + "Soho/Nolita Studio Loft with Beautiful Terrace", + 270 + ], + [ + "Converted Carriage House", + 150 + ], + [ + "Quiet Sunny 1-Bedroom, Prime East Village Location", + 365 + ], + [ + "Williamsville Sleep & Stay", + 99 + ], + [ + "Modern sunny one bed apt", + 175 + ], + [ + "Beautiful Loft in Union Square", + 220 + ], + [ + "Beautiful 1 BR in The Heights!", + 80 + ], + [ + "Lovely 1BR Park Slope, near trains!", + 230 + ], + [ + "Semi-furnished room in a large 3 bedroom apt", + 60 + ], + [ + "GREENWICH VILLAGE ROOM WITH PR.BATH (DM 4 monthly)", + 120 + ], + [ + "The Artist's House (with roof garden!)", + 45 + ], + [ + "One Bedroom in East Harlem", + 100 + ], + [ + "1 bedroom apt, Brownstone in central Harlem", + 138 + ], + [ + "Park Slope beauty", + 100 + ], + [ + "Modern 1BD Chelsea Apartment", + 230 + ], + [ + "Duplex in SoHa", + 225 + ], + [ + "Brownstone Apt with Sunny Garden", + 120 + ], + [ + "Huge modern Private room available", + 99 + ], + [ + "2 Bedroom in Hudson Heights ", + 150 + ], + [ + "Brooklyn's Finest", + 122 + ], + [ + "Spacious Loft with Spiral Staircase", + 150 + ], + [ + "A Beautiful Brownstone Apartment", + 140 + ], + [ + "1BD in Lower East Side ", + 150 + ], + [ + "Brooklyn private room, by F,Gtrain", + 38 + ], + [ + "Nice studio in heart of the of the West Village", + 200 + ], + [ + "Gorgeous Bedroom by the Park", + 50 + ], + [ + "Cozy room in NYC", + 45 + ], + [ + "Bedroom in Williamsburg w/ Terrace", + 90 + ], + [ + "Bedr w Priv Bathr+Balc 15m frm city", + 85 + ], + [ + "Charming bedroom in Comfy apt", + 85 + ], + [ + "Jackson Stayover Apt", + 108 + ], + [ + "Cheery Studio with Separate Kitchen", + 129 + ], + [ + "Great location! Fort Greene!!!", + 275 + ], + [ + "Large & Spacious **Prime Location ", + 148 + ], + [ + "Sunny Grammercy Park Getaway", + 250 + ], + [ + "Charming 1 Bed in Trendy Location!", + 160 + ], + [ + "7even Days Sleep Near Prospect Park", + 130 + ], + [ + "Classic Brooklyn brownstone", + 180 + ], + [ + "Cozy Private Room in the heights!", + 50 + ], + [ + "Gorgeous Room in Historic Townhouse", + 145 + ], + [ + "Private BR in Huge 2BR in Chinatown", + 94 + ], + [ + "Amazing 1 Bedroom Apt CENTRAL PARK", + 180 + ], + [ + "Beautiful Furnished Room in SOHO", + 80 + ], + [ + "Brooklyn Getaway-Special Discount", + 97 + ], + [ + "UNIQUE APT COZY APARTMANT", + 90 + ], + [ + "Serengeti Comfy APT", + 70 + ], + [ + "Spacious Private Apt. Near All!", + 120 + ], + [ + "Midtown Apt, Quiet, Walk to Subway", + 120 + ], + [ + "Large 1 bedroom/bathroom w/balcony", + 165 + ], + [ + "Clean Private Room in Renovated Apartment", + 59 + ], + [ + "Prospect Park South", + 91 + ], + [ + "Sunny spacious 3 BR/ 2Bth in Bayside townhouse", + 184 + ], + [ + "Private Room In Gorgeous Apartment July 1st-30th!", + 45 + ], + [ + "Discount! Central Clean & Quiet", + 150 + ], + [ + "Exquisite SoHa/Columbia area large 2 BR", + 139 + ], + [ + "Cozy and sunny room in Manhattan", + 65 + ], + [ + "Private Room in East Village Manhattan", + 65 + ], + [ + "Bright, Spacious, and Well Designed", + 150 + ], + [ + "Great View, Close to City in Queens", + 115 + ], + [ + "Luxury 1 Bedroom in FiDi", + 299 + ], + [ + "Large Clean Apt in Ditmas Park", + 80 + ], + [ + "PRIVATE BEDROOM YOU'LL LOVE", + 80 + ], + [ + "Pvt 1 Bed in Fort Greene", + 100 + ], + [ + "Great room near Chelsea market", + 135 + ], + [ + "Comfy, convenient bedroom in Bklyn!", + 80 + ], + [ + "Best Cozy & Modern Room in Town", + 69 + ], + [ + "Private bedroom apartment 5A#1", + 75 + ], + [ + "Charming brownstone top floor 1BD", + 94 + ], + [ + "Sunny and Spacious Two Bedroom Duplex with Terrace", + 192 + ], + [ + "Private bedroom apartment 4B", + 50 + ], + [ + "Private bedroom apartment 4B/2", + 58 + ], + [ + "Beautiful Apt x Rent in Astoria, NY", + 120 + ], + [ + "S 2/Bedford Well-Lit Private Room", + 69 + ], + [ + "Oasis in Queens: Private BR/ bath", + 50 + ], + [ + "Available Manhattan Apt", + 125 + ], + [ + "60s-inspired @ a penthouse loft!", + 50 + ], + [ + "Modern Style Meets Old World", + 85 + ], + [ + "Beautiful Clean & Quiet Room! Rm#2", + 59 + ], + [ + "Gorgeous! Newly Renovated 2-BR Flat", + 130 + ], + [ + "Entire Awesome One Bed-Lower East Side Manhattan", + 104 + ], + [ + "Vintage NY apt - 15min from Midtown", + 95 + ], + [ + "Great 1BR-private balcony/doorman", + 199 + ], + [ + "Spain Room", + 105 + ], + [ + "Cozy Single private room.", + 34 + ], + [ + "Sunny Private Apt in Ditmas Park", + 120 + ], + [ + "2BR Apartment in Doorman Building", + 87 + ], + [ + "1 Bedroom Apartment close to Northwell & JFK", + 125 + ], + [ + "Spacious 2BR townhouse", + 170 + ], + [ + "Cozy UES apartment with balcony near Central Park", + 250 + ], + [ + "Upper East Renovated 1 Bedroom", + 55 + ], + [ + "Spacious Bedroom 15 mins from NYC!", + 80 + ], + [ + "1BR Comfy Apt - 15min from Midtown", + 95 + ], + [ + "Awesome NYC/UWS private bed/bath in private home", + 150 + ], + [ + "3 Bedroom Duplex", + 140 + ], + [ + "BKLYN Brownstone- Glam Getaway!", + 150 + ], + [ + "Cozy 1BD in the lower east side", + 159 + ], + [ + "Sunny and Quiet private apartment, great location!", + 95 + ], + [ + "Sunny 2BR Flex Loft in Greenpoint", + 159 + ], + [ + "Cozy Wiliamsburg!", + 65 + ], + [ + "Cozy 1 BD apartment in Sunset park", + 100 + ], + [ + "Sunny room in Alphabet City", + 85 + ], + [ + "Sunlight filled top floor refuge with roof deck", + 175 + ], + [ + "Brooklyn Carroll Gardens Charmer!", + 175 + ], + [ + "Luxurious Brooklyn 2BD w/ Parking", + 260 + ], + [ + "Cozy Brooklyn studio, 30 min to Manhattan", + 80 + ], + [ + "Relaxed Elegance in a Brownstone", + 69 + ], + [ + "Chill 1bdrm Bk getaway", + 100 + ], + [ + "Lovely, quiet, private, close to everything", + 85 + ], + [ + "Bright & Modern Apt. in Brooklyn NY", + 95 + ], + [ + "Reno 2BR~Sleeps5~Prime Upper east~", + 160 + ], + [ + "Welcome to Kensington", + 49 + ], + [ + "Quiet Room in East Williamsburg", + 65 + ], + [ + "Gramercy~Reno New 1BR-Sleeps 4~", + 150 + ], + [ + " AMAZING TIME SQUARE!!BRICK WALLS!!", + 115 + ], + [ + "Bay Beauty - Room On The Water!", + 113 + ], + [ + "BRAND NEW 1BD, Columbus Circle!!", + 110 + ], + [ + "Sunny, spacious room in 3BR apt", + 75 + ], + [ + "ROOFTOP SWIMMING-POOL 1/BR APT.", + 250 + ], + [ + "Great Room for International Students!", + 50 + ], + [ + "Sunny/Cozy 1BD", + 81 + ], + [ + "Home Away from Home-Room in Midtown", + 69 + ], + [ + "Amazing LOFT in Prime Williamsburg", + 125 + ], + [ + "Private Room in Williamsburg", + 65 + ], + [ + "Beautiful 1 BR - Downtown Union Square", + 150 + ], + [ + "5144-Prime Doorman!78ST & Madison ", + 175 + ], + [ + "Comfortable Place in Brooklyn", + 49 + ], + [ + "Nolita Duplex w/ private terrace", + 191 + ], + [ + "1 Bedroom Apartment in Gramcery!", + 200 + ], + [ + "Stylish & Spacious Perfect for Pride!", + 250 + ], + [ + "Landmark Cottage, Brownstone block", + 216 + ], + [ + "Beautiful duplex for family w/kids ", + 200 + ], + [ + "Big WBurg Rm, 5 min from L, Fits 4!", + 119 + ], + [ + "Sunny & Modern 1-BR | Central Park", + 118 + ], + [ + "Murray Hill, The Heart of Manhattan", + 95 + ], + [ + "Great Greenpoint Apartment", + 110 + ], + [ + "Brooklyn Brownstone", + 170 + ], + [ + "Cozy Private UES Studio Apt!", + 99 + ], + [ + "Bright & New Reno, Quiet Block", + 172 + ], + [ + "Private RM | Queens | 20min to city", + 75 + ], + [ + "Affordable long stay room for individual", + 50 + ], + [ + "Cozy Vintage Artist Flat(Williamsburg/Bushwick)", + 77 + ], + [ + "Brooklyn Loft Studio, One Subway from Manhattan", + 125 + ], + [ + "Beautiful Large Sunny Bedroom", + 75 + ], + [ + "Modern Harlem Flat", + 350 + ], + [ + "Per/night Room Brklyn New York", + 55 + ], + [ + "beautiful brownstone", + 99 + ], + [ + "Bright. Clean. Elegant. A perfect Brooklyn home.", + 545 + ], + [ + "Sunny Warm Quiet NYC Retreat", + 70 + ], + [ + "Peaceful 2BR inside a brownstone", + 250 + ], + [ + "Spacious 2 bedroom 1 bathroom BRKLY", + 150 + ], + [ + "(Hidden by Airbnb) ! BrooklynCleanRoom!!", + 55 + ], + [ + "Crown Hts Beauty: Quiet and Cozy!", + 100 + ], + [ + "Stunning Studio in Fort Greene", + 100 + ], + [ + "Private Apt. in Brooklyn Brownstone + Garden", + 95 + ], + [ + "Irving Place!Doorman!Laundry 5135", + 175 + ], + [ + "1 BR Apt steps from Central Park! #10223", + 200 + ], + [ + "Enchanting Studio in West Village", + 190 + ], + [ + "spacious, quiet room w/private bath: BK brownstone", + 65 + ], + [ + "The Brooklyn Public House Apartment", + 400 + ], + [ + "Peaceful and breezy one bedroom", + 95 + ], + [ + "West Village Loft, 2nd floor", + 197 + ], + [ + "Spacious 5 BR house in Brooklyn", + 395 + ], + [ + "THE BEST HOUSE IN BROOKLYN !", + 100 + ], + [ + "Modern, Bright, Airy Brooklyn Apt", + 200 + ], + [ + "Welcome to Williamsburg!", + 165 + ], + [ + "Sunny, Spacious Carroll Gardens 1BR", + 145 + ], + [ + "Weeklong Discounted Bklyn Apt by Train & Near Dwtn", + 75 + ], + [ + "Fabulous Loft Studio in Gramercy", + 180 + ], + [ + "Experience NYC to the fullest @UES!", + 73 + ], + [ + "Your NYC home in the Upper East Side!", + 87 + ], + [ + "Your NYC headquarters @ the Upper East Side!", + 74 + ], + [ + "Amazing Location!", + 65 + ], + [ + "Greenwich Village in the Sky", + 199 + ], + [ + "Quaint Room in Brooklyn", + 65 + ], + [ + "1 bedroom apartment on the UWS", + 160 + ], + [ + "Brooklyn Apartment W/ Balcony", + 175 + ], + [ + "SUBLET in the UWS", + 200 + ], + [ + "Reno 2BR~prime union squar~", + 195 + ], + [ + "Cozy spacious room in Crown Heights", + 99 + ], + [ + "Garden Apartment with private patio in Townhouse", + 175 + ], + [ + "A Beautiful Alvoce Studio", + 190 + ], + [ + "Huge 1.5BR Artist Home in Brownstone Brooklyn :)", + 99 + ], + [ + "CENTRAL Clean, Peaceful Private Room NoLita", + 100 + ], + [ + "Stunning renovated greystone", + 199 + ], + [ + "THREE BEDROOM APARTMENT IN BROOKLYN", + 199 + ], + [ + "Vintage NYC apt 15min from Times Sq", + 100 + ], + [ + "Summer Porch: Taking Manhattan? Sleep in Astoria!", + 45 + ], + [ + "Sunny Private Room at Central Park!", + 72 + ], + [ + "Quiet spot in NYC", + 129 + ], + [ + "Beautiful 2 Bedroom Townhouse", + 100 + ], + [ + "CHARMING BROOKLYN LOFT WITH PATIO", + 85 + ], + [ + "Two Porches & Private Room", + 70 + ], + [ + "Sleek 1 bdrm in East W'burg/Bwick", + 100 + ], + [ + "Sunny South Williamsburg Apartment", + 160 + ], + [ + "Amazing apartment with your old private bathroom", + 185 + ], + [ + "Sunny zen apt in Park Slope, BK", + 162 + ], + [ + "Great place near Flushing Meadow", + 80 + ], + [ + "Manhattan Apartment- low rate ", + 200 + ], + [ + "Private room in 3 bedroom apartment Bed Stuy", + 45 + ], + [ + "Factory Converted Studio Loft in GP", + 129 + ], + [ + "Quaint, Quiet 1BD", + 55 + ], + [ + "Sunny Bedroom in Bushwick Luxury Building", + 68 + ], + [ + "Williamsburg Brooklyn quiet abode", + 120 + ], + [ + "Beautiful Room in Sunny Brooklyn Apartment", + 55 + ], + [ + "Sanctuary Quiet Room in Apartment", + 50 + ], + [ + "Sanctuary Close To Manhattan ", + 50 + ], + [ + "True Industrial Loft in Brooklyn", + 150 + ], + [ + "1 BR Beautiful Central Williamsburg", + 140 + ], + [ + "Large apartment, 2BR, Midtown NYC! 3D", + 136 + ], + [ + "Beautiful Private Bedroom in Soho", + 92 + ], + [ + "Rest your head-West Side Manhattan", + 125 + ], + [ + "Large Bedroom in Brooklyn for June and July.", + 48 + ], + [ + "NYC: an Upper-Eastside room of your own!", + 82 + ], + [ + "2br in Manhattan NY ", + 150 + ], + [ + "Large Light-Filled Brownstone 1-BR", + 90 + ], + [ + "Missy's Place", + 117 + ], + [ + "Have your NYC experience with us!", + 71 + ], + [ + "Beautiful apartment by Columbus Circle", + 390 + ], + [ + "*WARM*Beautiful*Room*ST. GEORGE steps to ferry!", + 58 + ], + [ + "Clean+Comfy+Cozy Room in NYC Home", + 50 + ], + [ + "Stunning 2BR Apartment in Top Location", + 150 + ], + [ + "Private Rm in heart of Williamsburg", + 150 + ], + [ + "Sunny Bedroom in El Barrio", + 80 + ], + [ + "Williamsburg Apt. w/ private patio", + 115 + ], + [ + "SPACIOUS LIVINGROOM IN BROOKLYN", + 70 + ], + [ + "GREAT ONE BED! ELEVATOR/LAUNDRY ", + 95 + ], + [ + "A Fantastic Master Bedroom Suite in a 3BD apt", + 85 + ], + [ + "New & Modern 2 BR Brownstone Apt.", + 180 + ], + [ + "New Bright & Modern Apartment within a Brownstone", + 149 + ], + [ + "last minute TRIBECA CONDO AVAILABLE", + 200 + ], + [ + "Manhattan Sun Drenched \nNear Gramercy", + 69 + ], + [ + "Central Park West & Columbia U: Comfy Private Room", + 85 + ], + [ + "★ Convenience & Comfort Awaits! ♥️ Your Stay! ★", + 117 + ], + [ + "Spacious Studio in West Village!", + 219 + ], + [ + "Charming studio for rent in Astoria", + 100 + ], + [ + "Hey Beautiful Brooklyn Brownstone!", + 320 + ], + [ + "Large Room in Penthouse Apartment", + 95 + ], + [ + "Bushwick Room w/ Private Entrance & Bathroom!", + 110 + ], + [ + "Perfect mid summer apart available", + 105 + ], + [ + "Beautiful 1BR with Yard, Williamsburg", + 134 + ], + [ + "Sunny Private Room Facing Beautiful Prospect Park", + 45 + ], + [ + "Feel at home in Manhattan at charming NY apartment", + 200 + ], + [ + "THEATRE DISTRICT - LARGE ROOM", + 110 + ], + [ + "Romantic 1 bedroom Part2 Harlem USA", + 150 + ], + [ + "Mid-Century Modern Garden Paradise", + 149 + ], + [ + "Lovely private room in Manhattan", + 85 + ], + [ + "2BR Apt with huge outdoor space", + 200 + ], + [ + "2 bedroom Duplex condo\n+ yard 7 min to Manhattan", + 170 + ], + [ + "Great Sunny Spacious Room", + 40 + ], + [ + "Spacious Stylish Sunny Retreat", + 70 + ], + [ + "Amazing Upper East Side Location", + 95 + ], + [ + "Private Room in Great NYC Nbrhood", + 95 + ], + [ + "Modern Studio at The Manhattan Club", + 350 + ], + [ + "BED-STUY SOUTHERN COMFORT ", + 165 + ], + [ + "Peaceful Studio in Prospect Heights", + 120 + ], + [ + "Private Room in Flatiron", + 130 + ], + [ + "Bright, cozy den in 4 bedrm duplex.", + 40 + ], + [ + "BKLYN BROWNSTONE: The Stuyvesant", + 130 + ], + [ + "Studio apartment", + 120 + ], + [ + "Perfect Brooklyn Studio Apartment", + 90 + ], + [ + "Akua's Bed-Stuy Study", + 120 + ], + [ + "Charming Harlem apartment", + 115 + ], + [ + "HUGE space at the heart of Meatpacking - Chelsea .", + 150 + ], + [ + "cute convenient village suite", + 170 + ], + [ + "Cute apartment with Backyard", + 124 + ], + [ + "Luxury Studio on (Email hidden by Airbnb)", + 104 + ], + [ + "Entire Luxury Newly Renovated Studio", + 99 + ], + [ + "Quiet private room in luxury bldg facing park", + 85 + ], + [ + "Quiet Oasis in the Middle of it All", + 158 + ], + [ + "Lower East Side Luxury", + 400 + ], + [ + "Lovely Walk Up in the Heights", + 100 + ], + [ + "1 Bed Apt in Greenpoint Brooklyn ", + 115 + ], + [ + "Metro-luxe Tuscan Suite Private Room", + 55 + ], + [ + "Tidy Sweet Room in Sugar Hill/Hamilton Heights", + 72 + ], + [ + "west village 1BR!best value!", + 170 + ], + [ + "1BR Clinton Hill Apt Beautiful Garden - Video", + 150 + ], + [ + "Cosy Inwood apartment", + 39 + ], + [ + "private bedroom in NYC apartment", + 49 + ], + [ + "location Vera", + 39 + ], + [ + "large 1 BR in heart of East Village", + 200 + ], + [ + "Vintage Williamsburg 1BR near park!", + 185 + ], + [ + "Beautiful West Village 1 BR Apt--Best Location!", + 200 + ], + [ + "Room in spacious Boerum Hill duplex", + 110 + ], + [ + "Spacious Duplex Garden Apt Park Slope Brooklyn", + 275 + ], + [ + "Williamsburg Penthouse Guestroom", + 105 + ], + [ + "★Unique two bedroom on 2nd Avenue★", + 260 + ], + [ + "South Williamsburg large parlor apt.", + 175 + ], + [ + "PrivatePeaceful Pad near JFKairport", + 90 + ], + [ + "Williamsburg Studio", + 125 + ], + [ + "Art Boutique Stateroom at JFK Airport", + 239 + ], + [ + "Private Studio Near Union Square", + 195 + ], + [ + "Cozy Private Bedroom", + 53 + ], + [ + "Best location in NYC", + 99 + ], + [ + "One bedroom in Inwood Apartment", + 52 + ], + [ + "Statue of Liberty Views Downtown", + 130 + ], + [ + "Amazing 1BR condo with water views", + 325 + ], + [ + "Charming, Airy 2 Bedroom Brownstone in Bed-Stuy", + 135 + ], + [ + "Big Beautiful Bedroom w/Private Bathroom", + 85 + ], + [ + "Large Private Rm in Historic Central Harlem Home", + 68 + ], + [ + "Room 15. min from Midtown in Super Safe Area", + 45 + ], + [ + "Great Renovations. Columbus Circle", + 87 + ], + [ + "Chandelier Room on Historic Brooklyn Block", + 89 + ], + [ + "Beautiful sun-filled Loft BROOKLYN", + 150 + ], + [ + "Elegant Gramercy Park Studio", + 124 + ], + [ + "Sunny, Central, Quiet, UWS, 72&Bway", + 169 + ], + [ + "Suite w/private bath, Forest Hills", + 125 + ], + [ + "Master Bedrm, Steam Shr/Jacuzzi, FH", + 145 + ], + [ + "3", + 75 + ], + [ + "2", + 75 + ], + [ + "Doorman nice 1bd/ United Nations!!", + 87 + ], + [ + "Stay 30 min to Times Sq in quaint Sunnyside, Qns", + 50 + ], + [ + "ColumbusCircle~W/D~new BLDG~Balcony", + 150 + ], + [ + "Sunny Room in Shared Apartment", + 95 + ], + [ + "Reno1BR~RiverView~Luxury24D~Roof~", + 200 + ], + [ + "Sunny 1bed Oasis in South Harlem/Upper West Side", + 120 + ], + [ + "UWS Charmer, Central Park/Lincoln Center", + 325 + ], + [ + "SoHo/Village Studio", + 165 + ], + [ + "5107-Studio Doorman GYM LuX", + 140 + ], + [ + "Great cozy in Brooklyn", + 33 + ], + [ + "Lower East Side Artist's Sanctuary", + 169 + ], + [ + "Colorful 2 Bedroom in Brooklyn", + 75 + ], + [ + "Trendy East Village Penthouse Apt", + 190 + ], + [ + "Location Little Lapa ( only female )", + 39 + ], + [ + "Brooklyn 2 bedroom Apartment", + 165 + ], + [ + "Home, Sweet Home!", + 79 + ], + [ + "Cozy & Sunny Hamilton Heights Apt ", + 125 + ], + [ + "Large, Luxurious 1 bdrm W. Village", + 349 + ], + [ + "Prime Williamsburg Brooklyn Apartment for Holidays", + 130 + ], + [ + "Beautiful Terrace Room", + 40 + ], + [ + "Brooklyn's finest. Renovated apt!", + 76 + ], + [ + "Lg Quiet Artist Home -Ditmas Park -", + 50 + ], + [ + "Bushwick schoolhouse", + 45 + ], + [ + "Sunny, charming 1 bedroom apartment", + 80 + ], + [ + "1 Bedroom w/ huge Deck in West Village/SOHO", + 265 + ], + [ + "Beautiful Sunset Park", + 65 + ], + [ + "Classic Brownstone 1 Bed. Apt.", + 90 + ], + [ + "Sunny, Charming Boho Apt Near all in the Village!", + 115 + ], + [ + "UWS one br near Central Park", + 145 + ], + [ + "The Emerald Room", + 45 + ], + [ + "Great location, new lower rates!!!", + 50 + ], + [ + "Cozy & Comfy in Bedstuy", + 72 + ], + [ + "...New lower rates for low season!!", + 50 + ], + [ + "Oasis in a Brownstone", + 57 + ], + [ + "Beautiful West Village 1 BR Gem!", + 225 + ], + [ + "Amazing, Spacious Bedroom in BK", + 80 + ], + [ + "2 bedroom with yard, 4 mins to LGA", + 120 + ], + [ + "Unique stylish garden apartment", + 450 + ], + [ + "Cheerful, Comfortable & Convenient", + 249 + ], + [ + "Large Sunny Nicely Furnished Studio", + 100 + ], + [ + "Beautiful Huge 2Br House w/Backyard", + 225 + ], + [ + "Fabulous Large 1 Bed in Riverdale, Bronx NYC", + 95 + ], + [ + "4 ROOM RAILROAD - WILLIAMSBURG", + 90 + ], + [ + "Cozy yet spacious apt in Brooklyn", + 101 + ], + [ + "Modern, sunny two bedroom", + 246 + ], + [ + "Williamsburg + private patio garden", + 120 + ], + [ + "Spacious Modern Loft in Cobble Hill", + 150 + ], + [ + "Bright, clean studio by subway", + 119 + ], + [ + "2BR, Heart of Lower East Side", + 150 + ], + [ + "Cozy private room in UES", + 80 + ], + [ + "Spacious Home by the Bay", + 189 + ], + [ + "Sunny Apt in Bed Stuy, A/C/E Trains", + 90 + ], + [ + "West Village apt - 2 Bedroom", + 200 + ], + [ + "Apt in Harlem 1 month minimun stay", + 120 + ], + [ + "Gorgeous Room in Heart of Soho", + 149 + ], + [ + "Beautiful 1b Bloomingdales location", + 130 + ], + [ + "Private Room in Bushwick, fully furnished", + 35 + ], + [ + "JOE'S PARADISE 5019", + 139 + ], + [ + "A bright, beautiful treehouse", + 100 + ], + [ + "L", + 65 + ], + [ + "Convenient, Greenwich/West Village Apartment", + 200 + ], + [ + "Amazing 1brm in the Best Location", + 99 + ], + [ + "large sunny pre war studio ", + 115 + ], + [ + "SUNNY ROOM FOR TWO @ ELEGANT HOME NEAR JFK", + 149 + ], + [ + "Lovely, modern townhouse", + 135 + ], + [ + "Parkside Brooklyn Artist Apartment!", + 150 + ], + [ + "Studio In Townhouse", + 105 + ], + [ + "Light and Airy top floor apartment ", + 75 + ], + [ + "Big, Sunny and QUIET West Village Studio", + 175 + ], + [ + "BedStuy Fly, a relaxing retreat.", + 135 + ], + [ + "Amazing Big Sunny Room with Porch", + 72 + ], + [ + "Huge room in East Williamsburg", + 60 + ], + [ + "2 BRs with private entrance/kid-fr", + 97 + ], + [ + "Spacious Studio in Time Square", + 860 + ], + [ + "Amazing Priv 1 BR in Hells Kitchen", + 200 + ], + [ + "Home Away from Home", + 98 + ], + [ + "Renovated, Nice 1BD Central Park", + 87 + ], + [ + "Midtown NYC 2bdrm with patio! 2D", + 150 + ], + [ + "Breathtaking Penthouse Skyline Room & 20min to NYC", + 50 + ], + [ + "5146-Doorman Pool!1 bedroom View", + 185 + ], + [ + "Heart of LES + Patio", + 225 + ], + [ + "elegant pre war two bedroom flat", + 151 + ], + [ + "private Greenpoint apt", + 75 + ], + [ + "Upper East Side Manhattan 1 Bed Apt", + 110 + ], + [ + "Loft in Bushwick/East Williamsburg", + 150 + ], + [ + "Cozy East Village/Gramercy Studio by Union Square", + 145 + ], + [ + "Large 1-Bedroom by Subway with Elevator and Charm!", + 250 + ], + [ + "Only 20 min to Times Sq., US Open", + 170 + ], + [ + "A garden apartment in a brownstone.", + 145 + ], + [ + "Charming 1-Bedroom in East Village", + 200 + ], + [ + "Beautiful Brooklyn Bedroom!", + 50 + ], + [ + "Beautiful - Upper West Side ", + 250 + ], + [ + "Penthouse Apt with Roofdeck", + 229 + ], + [ + "Park Ave, Sunny 2beds 6 train, WiFi", + 129 + ], + [ + "5136-Doorman 2 bedroom 3 beds!", + 250 + ], + [ + "5132- Huge Studio! SWIMMING POOL", + 168 + ], + [ + "Private sunny room in Harlem house w/garden", + 80 + ], + [ + "Huge Apartment! Convenient! Artsy! Comfy!", + 104 + ], + [ + "Big, Bright Studio Blocks from Park and Subway", + 100 + ], + [ + "Convenient Lovely Manhattan Private Bathroom", + 95 + ], + [ + "Clean/nice Suite 5m T LIRR,B,Q65,13", + 95 + ], + [ + "Kid friendly next to Prospect Park", + 200 + ], + [ + "Modern 2BR Near Union Square", + 180 + ], + [ + "Private room", + 100 + ], + [ + "Bright, quiet, cozy 1BR by C Park!", + 195 + ], + [ + "Prime West Village/Chelsea 1B SUPERB VIEW/Location", + 299 + ], + [ + "Sunrise & Sunset in Penthouse - 20min to Manhattan", + 45 + ], + [ + "LAST DAY TO BOOK Bedroom on Wall St", + 139 + ], + [ + "Heart of Nolita, close to SoHo", + 200 + ], + [ + "Cozy 1BR-Country living in NYC!", + 70 + ], + [ + "Unique room in historic Greenpoint", + 50 + ], + [ + "Bedroom in Spacious Loft-Like Apt.", + 42 + ], + [ + "Beautiful 2br in Williamsburg", + 116 + ], + [ + "1 Bedroom Apt in Chelsea", + 200 + ], + [ + "Spacious Master Bed w Private Ensuite Bath in EV", + 129 + ], + [ + "Bed & Bath in Park Slope Mansion", + 125 + ], + [ + "In the heart of Park Slope", + 55 + ], + [ + "Best views of Manhattan!", + 200 + ], + [ + "Fort Greene Gem", + 165 + ], + [ + "Luxury West Village 1 bdrm w/ views", + 199 + ], + [ + "One bedroom in Greenwich Village", + 150 + ], + [ + "Most amazing spot in Williamsburg", + 95 + ], + [ + "Authentic Williamsburg Appartment", + 90 + ], + [ + "Stylish Gramercy Park Duplex LOFT", + 120 + ], + [ + "Great cozy for summer in Brooklyn", + 40 + ], + [ + "Nyc! Cozy room in Williamsburg", + 75 + ], + [ + "Spacious Comfy Bedroom in Bushwick", + 68 + ], + [ + "Big Room by Metro/Subway-15mns to Manhattan", + 75 + ], + [ + "Haven near Riverside Park n 1 train", + 45 + ], + [ + "Sweet Studio Near Subway, LGA, and Central Park", + 45 + ], + [ + "Cozy rooms with private bath", + 65 + ], + [ + "Park Slope 1 Bedroom, 1.5 Bath", + 75 + ], + [ + "Lovely Private Rm in the heart of NYC! Hells Ktchn", + 84 + ], + [ + "Sunny Central Location!", + 130 + ], + [ + "Big Private Room, Prospect Heights", + 50 + ], + [ + "Upper West Side Museum/Central Park", + 150 + ], + [ + "Beautiful Prvt Rm w. NEW 1/2 Bth", + 95 + ], + [ + "Murray Hill / Midtown East Studio", + 300 + ], + [ + "Central Park Life! Beautiful 1 Bed.", + 113 + ], + [ + "Cozy Artist Space", + 145 + ], + [ + "Williamsburg BK Studio Luxury Bldg", + 150 + ], + [ + "Large & Beautiful Manhattan NYC", + 90 + ], + [ + "Safe, Quiet and Bright near Subways has 2 beds", + 95 + ], + [ + "Sunny 1-BR Apt with Soaking Tub", + 118 + ], + [ + "Large Retro Style Pre-War Studio", + 75 + ], + [ + "Lincoln Center Area Apartment", + 225 + ], + [ + "Beautiful, Mdrn, Nwly Renovated Rm", + 81 + ], + [ + "Quiet Location with two balconies", + 190 + ], + [ + "Room in sunny & plant filled apt!", + 75 + ], + [ + "Gorgeous Room Near Prospect Park", + 59 + ], + [ + "Manhattan - Next to Subway!", + 99 + ], + [ + "Room in Gorgeous apartment", + 270 + ], + [ + "1 Bedroom in the Lower East Side", + 140 + ], + [ + "Stunning 2 bed 2bath Wall St. Luxury Apt", + 275 + ], + [ + "Brooklyn townhouse for filming", + 1000 + ], + [ + "Sunny 1 br in Greenpoint", + 120 + ], + [ + "Charming and Beautiful 1-BR Apt ", + 125 + ], + [ + "1BR+BA IN LXRY CONDO W POOL+PARKING", + 75 + ], + [ + "Clean One Bedroom Apartment", + 117 + ], + [ + "Where Love and Happiness Live", + 80 + ], + [ + "Private room 5 min from manhattan!", + 60 + ], + [ + "XL Fort Greene Garden Apt", + 103 + ], + [ + "Private cozy studio apartment", + 65 + ], + [ + "Call this Home (for a spell, at least....)", + 45 + ], + [ + "JFK/LGA Queens Modern Apt.", + 70 + ], + [ + "1 bdrm in Washington Hgts-Park side", + 90 + ], + [ + "Top Floor Doorman Apt-Water Views", + 225 + ], + [ + "ENTIRE FURNISHED 1BD APT.", + 125 + ], + [ + "Prime Williamsburg loft on Bedford", + 175 + ], + [ + "A Safe & Pleasant Time in NYC", + 195 + ], + [ + "Huge space and MILLION DOLLAR VIEWs", + 130 + ], + [ + "Cozy Bedroom in Crown Heights Brooklyn", + 96 + ], + [ + "Huge serene room in a perfect area!", + 129 + ], + [ + "Gramercy One Bedroom w Two Beds", + 200 + ], + [ + "Grand Central/UN/Langone. Lrg Rm Vu's. Own1/2 Bath", + 95 + ], + [ + "Luxury Building in Time Square", + 189 + ], + [ + "Large 3 bedroom on Upper West Side", + 450 + ], + [ + "A Safe & Pleasant Time in NYC, 2", + 264 + ], + [ + "Spacious king size redwood bedroom, 20 min to NYC", + 45 + ], + [ + "Clinton Hill Apartment 2 BR", + 150 + ], + [ + "A Safe & Pleasant Time in NYC, 3", + 540 + ], + [ + "Bedford Avenue", + 95 + ], + [ + "Comfy 1 bd/1 bath-Upper West Side", + 230 + ], + [ + "Warm, Spacious, Convenient and Cozy", + 65 + ], + [ + "Historical Cozy Home in Bushwick", + 70 + ], + [ + "Entire 2 bdrm/2 bth UWS/RiversdePrk", + 160 + ], + [ + "Designer Apartment in Williamsburg", + 200 + ], + [ + "Entire Flat in quiet neighborhood", + 138 + ], + [ + "Hamiltons Hideway Lower Level Apt NYC", + 155 + ], + [ + "LL2", + 75 + ], + [ + "Manhattan Private Room15min=TimesSQ", + 39 + ], + [ + "Spacious 1 Bedroom Apt in Brooklyn", + 115 + ], + [ + "Prime SoHo! shops, food, fun", + 110 + ], + [ + "Central Park-Lincoln Center", + 100 + ], + [ + "Luxurious 1BR Best Views in NYC! ", + 225 + ], + [ + "Two bedroom fully furnished apt.", + 125 + ], + [ + "Sunny private room in Gramercy", + 150 + ], + [ + "Beautiful Bed-Stuy Brownstone", + 199 + ], + [ + "Large Duplex Apt. with Balcony near Union Square", + 250 + ], + [ + "A 2-story, 2-bedroom house - 20min to Downtown", + 210 + ], + [ + "Firehouse Loft with Harbor Views", + 180 + ], + [ + "East Village Studio Apt.", + 129 + ], + [ + "Great Apt steps from Central Park", + 90 + ], + [ + "SUNNY HUDSON RIVER VIEW 2BATHRM APT NEAR SUBWAY", + 50 + ], + [ + "Charming apt in Greenwich Village!", + 140 + ], + [ + "Groovy Two Story Garden Apartment", + 150 + ], + [ + "Luxury large Penthouse /Fireplace / City views..", + 233 + ], + [ + "In The Heart of The East Village", + 170 + ], + [ + "Beautiful Private Room in Newly Renovated Apt", + 60 + ], + [ + "Spacious 2 bedroom in trendy hood", + 200 + ], + [ + "Sunny Junior 1 Bedroom", + 160 + ], + [ + "Prime Gramercy, Luxury 1BD DOORMAN ", + 150 + ], + [ + "Spacious Modern Apt that feels like HOME", + 140 + ], + [ + "Sunny, Spacious Room in Brooklyn!", + 65 + ], + [ + "SpaciousBedroom in Brownstone Bklyn", + 60 + ], + [ + "Entire apartment 1st Floor", + 130 + ], + [ + "Charming sunny room in Brooklyn", + 103 + ], + [ + "Ground & Rejuvenate PR Williamsburg", + 89 + ], + [ + "Art Studio Loft in Manhattan (UWS)", + 50 + ], + [ + "Beautiful 1 bedroom in NYC", + 150 + ], + [ + "!!Studio next to Empire State Bldg.", + 240 + ], + [ + "Located at the heart of Manhattan", + 1400 + ], + [ + "ECO-CHIC PALLET DESIGN APARTMENT", + 200 + ], + [ + "BR/Private Bath 10Mins to TIME SQ", + 88 + ], + [ + "Central Park North 1BD", + 75 + ], + [ + "Awesome Apartment near Times Sq.", + 500 + ], + [ + "Chelsea Home with a View", + 125 + ], + [ + "Private room near Columbia University", + 75 + ], + [ + "Gorgeous 1BD Best Gramercy Park ", + 130 + ], + [ + "Union Square~Reno 2BR~Great Value", + 170 + ], + [ + "NYC Artists Loft in Chelsea", + 300 + ], + [ + "Garden Apartment with Private Entry", + 115 + ], + [ + "Great 3 Bdrm- Internships, Students", + 93 + ], + [ + "Brooklyn Garden Apartment ", + 119 + ], + [ + "Bohemian Den in Chinatown-New York", + 180 + ], + [ + "Stylish 2bdr harlem brownstone", + 226 + ], + [ + "North Park Slope Studio", + 155 + ], + [ + "Best Location NYC! Studio in heart of The Village", + 115 + ], + [ + "Ditmas Park townhouse front bedroom", + 50 + ], + [ + "Large apartment in Manhattan UWS", + 600 + ], + [ + "Private Suite/Bath in Manhattan NYC", + 200 + ], + [ + "Sunny 1 BR Brooklyn Loft Apartment ", + 157 + ], + [ + "Hancock House cozy Garden Level", + 145 + ], + [ + "Charming New York town house", + 95 + ], + [ + "Cozy Parkside 1 Bedroom Apartment", + 115 + ], + [ + "Convenient and Affordable in the Heart of Astoria", + 65 + ], + [ + "One Bedroom in Heart of Harlem", + 275 + ], + [ + "Private room in Astoria, NY!!", + 250 + ], + [ + "Amazing Private Room in the Heart of Manhattan", + 95 + ], + [ + "Spacious Park Slope brownstone", + 185 + ], + [ + "1C. Private Rm in Guesthouse Manhattan", + 55 + ], + [ + "Located in the heart of NoLita.", + 350 + ], + [ + "Big Bedroom in Sunny & New Lower East Side Apt", + 170 + ], + [ + "Turn of the Century Railroad Flat /4 day Wknd", + 100 + ], + [ + "Sunny Private Bedroom", + 36 + ], + [ + "Comfortable room in Brooklyn", + 60 + ], + [ + "Sunny Room in Bedstuy", + 125 + ], + [ + "Beautiful, Bright, Williamsburg apt", + 120 + ], + [ + "One Bed Studio at Wall Street", + 90 + ], + [ + "SPACIOUS STUDIO-HIGH END FINISHES", + 129 + ], + [ + "Personal, Private and Pretty NYC Apartment", + 78 + ], + [ + "Luxury 1 Bedroom Sublet ", + 120 + ], + [ + "Clean Bedroom in Greenwich Village", + 99 + ], + [ + "Comfortable Private space with a terrace", + 50 + ], + [ + "Prewar classic NYC apartment.", + 16 + ], + [ + "Beautiful airy room in nice family home", + 47 + ], + [ + "Sunny and comfortable 2 bedroom apt", + 150 + ], + [ + "The Lighthouse Manor", + 200 + ], + [ + "Big New York City Suite Near Subway", + 125 + ], + [ + "Brooklyn 1 BR Near Subway", + 60 + ], + [ + "Chic and peaceful", + 200 + ], + [ + "Bright, Spacious Studio in Brooklyn", + 100 + ], + [ + "Cozy, Safe & Clean room in Astoria", + 99 + ], + [ + "Bright room with private bathroom", + 75 + ], + [ + "HUGE, PRIVATE BATH, STEPS FRM TRAIN", + 140 + ], + [ + "Harmonious Sanctuary near Yankee Stadium.", + 90 + ], + [ + "Couch in times square", + 59 + ], + [ + "1BR Apartment- Fantastic Location!", + 111 + ], + [ + "Cozy 1 bedroom + air mattress, 2 cats, sleeps 3", + 80 + ], + [ + "Private Room In A Comfy 3BR Apt", + 80 + ], + [ + "Harlem Knight - the heart of Manhattan", + 50 + ], + [ + "LES Studio with Large Patio", + 300 + ], + [ + "Ft Greene / Garden / Sauna", + 90 + ], + [ + "Spacious and Sunny Private Bedroom!", + 119 + ], + [ + "NYC-Great Cost x Benefit-Huge Room-Next to Subway.", + 69 + ], + [ + "Beautiful Upper West 1 BR Apartment", + 260 + ], + [ + "Spacious Sunny 2BR/Prime Greenpoint", + 185 + ], + [ + "Jackson Heights charmer!", + 100 + ], + [ + "Central Park Housing", + 85 + ], + [ + "1 BR in Exposed Brick SoHo apt", + 135 + ], + [ + "Mid-Century Modern En-Suite in Brownstone!", + 169 + ], + [ + "Harmony House 3 on Madison Street", + 38 + ], + [ + "Cozy Contempo Rustic Chic (stay w/a local artist!)", + 90 + ], + [ + "Cozy Chic Uptown Home", + 45 + ], + [ + "Wow! Two Bedroom Apartment in Safe Neighborhood!", + 149 + ], + [ + "Quiet 2 bdrm in cozy Clinton Hill!", + 200 + ], + [ + "Spacious Apartment with River Views!", + 125 + ], + [ + "Apartment in Heart of Greenpoint", + 65 + ], + [ + "Two-Bedroom Greenpoint Apartment", + 174 + ], + [ + "Beautiful room with bathroom", + 89 + ], + [ + "Artist's Creative Cozy Studio in Park Slope", + 150 + ], + [ + "Lots of space, great location", + 75 + ], + [ + "Small Private Room for 1 person", + 58 + ], + [ + "awesome location.", + 103 + ], + [ + "Comfortable & Spacious Home in NYC", + 383 + ], + [ + "Stay in Clinton Hill sprout house!", + 40 + ], + [ + "Large, Bright, Studio-Style Bedroom", + 76 + ], + [ + "Spare bedroom for rent in UWS-NYC", + 170 + ], + [ + "3C. Private Rm in Guesthouse Manhattan", + 45 + ], + [ + "Light Filled Studio", + 100 + ], + [ + "Heart of Soho/Nolita", + 199 + ], + [ + "Modern spacious flat in Manhattan", + 99 + ], + [ + "Private Room A", + 39 + ], + [ + "Spacious apt. 15 min to Manhattan", + 60 + ], + [ + "Stuvesant East", + 130 + ], + [ + "Williamsburg Gem With Private Patio!", + 200 + ], + [ + "Newly Renovated BR in Heart of BK!", + 65 + ], + [ + "Unbelievable Upper East Side Loc.", + 105 + ], + [ + "1BR condo right by Prospect Park", + 115 + ], + [ + "Urban Rustic Retreat", + 145 + ], + [ + "\"DECO CASA\" 2 Bedroom Greenpoint Brooklyn", + 75 + ], + [ + "Luxury Flat with Outdoor and Study Room", + 250 + ], + [ + "Room at East 110th St Upper East/E. Harlem", + 80 + ], + [ + "Cozy 1 BR in Exposed Brick SoHo Apt", + 120 + ], + [ + "Skylight Room in BK Duplex in Williamsburg", + 100 + ], + [ + "Huge shared apt Near Times Sq & Convention Center", + 125 + ], + [ + "Alcove Studio & Terrace best part of Williamsburg!", + 132 + ], + [ + "Quiet Haven in Park Slope Huge 2BR", + 225 + ], + [ + "Bright, Modern loft in Williamsburg", + 175 + ], + [ + "Amazing park view in the LES!!!", + 225 + ], + [ + "Brooklyn modern 2 BR Garden Floor", + 215 + ], + [ + "Red Hook Architectural with huge outdoor area", + 300 + ], + [ + "Classic Brownstone Apartment", + 130 + ], + [ + "1 BDR APARTMENT 7 MINS FROM JFK 5 STAR RATED", + 110 + ], + [ + "Unique room w/2 Twin beds..wifi*metro* quiet*safe", + 75 + ], + [ + "Big bedroom in Brooklyn!", + 36 + ], + [ + "Modern Brooklyn Brownstone", + 299 + ], + [ + "Prime East Village 1 Bedroom", + 200 + ], + [ + "Cozy and Convenient – Spacious 1 Bedroom Apartment", + 110 + ], + [ + "Modern, central WBurg 2BR w/rooftop", + 160 + ], + [ + "Serenity Near Manhattan", + 152 + ], + [ + "Stunning Parlor Garden Apartment", + 145 + ], + [ + "BUSHWICK (1 block from Jefferson L)", + 120 + ], + [ + "PRIVATE, Airy, 1 Bedroom Apt in Central Bushwick", + 84 + ], + [ + "Entire Manhattan Apt in Upper East", + 160 + ], + [ + "DO DROP IN, LLC", + 150 + ], + [ + "Forest Hills Villa 皇后区“曼哈顿”-森林小丘别墅!", + 180 + ], + [ + "DOMINIQUE'S NY*chic* quiet room*wifi*metro", + 68 + ], + [ + "Soho 1 Bedroom", + 125 + ], + [ + "1 Room & 1 Bath", + 25 + ], + [ + "THE THOMPSON SUITE", + 155 + ], + [ + "A room with a window", + 105 + ], + [ + "Bklyn, private Three Bedroom.", + 75 + ], + [ + "Hamilton Heights Convent Ave Apartment", + 80 + ], + [ + "Spacious Bedroom, L.E.S.", + 72 + ], + [ + "Private Single Room", + 52 + ], + [ + "Convenient, clean and chic apartment", + 125 + ], + [ + "Sunny room on quiet block", + 85 + ], + [ + "Prospect Park Neighborhood Retreat", + 58 + ], + [ + "Private room in hip east Williamsburg/Greenpoint", + 100 + ], + [ + "East Village Queen Bed - Breakfast - Subway 2 Blk", + 65 + ], + [ + "Gorgeous Big & Bright Greenpoint Apt", + 300 + ], + [ + "Calm Bushwick Room--Next to subway!", + 40 + ], + [ + "Accessible, large & stylish 2BR apt in Astoria!", + 110 + ], + [ + "Art deco apartment in Brooklyn", + 85 + ], + [ + "The Garden Apartment", + 158 + ], + [ + "Bright Room in Great Location", + 65 + ], + [ + "Beautiful Room in the heart of NYC. Hell's Kitchen", + 100 + ], + [ + "East Williamsburg Oasis", + 64 + ], + [ + "3-LvPenthouse NYC skyline Subwy 50m", + 395 + ], + [ + "Charming 2-Bedroom Townhouse Apt", + 120 + ], + [ + "Large, Sunny 25 min to Central Park", + 51 + ], + [ + "Large studio in Seaport Area", + 149 + ], + [ + "Cosy room in Williamsburg", + 65 + ], + [ + "Master Bedroom 别墅二楼主卧房", + 70 + ], + [ + "Upper West Side studio with private terrace", + 170 + ], + [ + "Large Studio in Luxury Building", + 150 + ], + [ + "Large Garden Alcove Studio Apartment in Manhattan", + 75 + ], + [ + "Private Room in prime UWS duplex!", + 100 + ], + [ + "Cute room in Large Crown heights Apartment", + 38 + ], + [ + "Quiet Two Bedroom Apartment ", + 200 + ], + [ + "Great Apt 5min from Time Square NYC", + 145 + ], + [ + "Brand New Furnished Brooklyn Apt.", + 150 + ], + [ + "Entire 1BD Apt in Long Island City!", + 200 + ], + [ + "Entire Apartment - charming 1BR-20min to Downtown", + 125 + ], + [ + "Sunny Bedroom in quirky apartment", + 175 + ], + [ + "Sunny, Spacious 1BR in BoCoCa", + 180 + ], + [ + "Cute 1 bedroom apt in East Village", + 175 + ], + [ + "2 sleeping areas for 2 people together +2 singles", + 175 + ], + [ + "Large 1 Bedroom apartment with office room.", + 50 + ], + [ + "Beautiful SUNLIGHT in quiet apt!", + 109 + ], + [ + "Peaceful Retreat in a Brownstone", + 67 + ], + [ + "Haven of Tranquility in Bedstuy", + 57 + ], + [ + "Wonderful Getaway in Bedstuy", + 77 + ], + [ + "Great View, only one block to metro", + 80 + ], + [ + "Country in the City", + 85 + ], + [ + "Spacious Sunny Room", + 86 + ], + [ + "Beautiful house top floor 1-3 large bedrooms", + 120 + ], + [ + "Sunny Studio in Brooklyn", + 140 + ], + [ + "Warm & lovely garden duplex in BK", + 300 + ], + [ + "Cozy Bedroom with en suite bathroom", + 90 + ], + [ + "\"The Studio\" Harlem Brownstone", + 70 + ], + [ + "Chic NYC apt - near train & 42st St", + 90 + ], + [ + "Entire Home/1 Bedroom Apt LES", + 200 + ], + [ + "Sunny, Charming, and Zen", + 135 + ], + [ + "Private room overlooking yard in prime Bushwick", + 37 + ], + [ + "Beautiful Williamsburg Private Room", + 60 + ], + [ + "LUXURY entire apt, steps to Central Park", + 419 + ], + [ + "Gorgeous Newly-Renovated Apt", + 130 + ], + [ + "Sunny 2BR in Brooklyn townhouse, steps to subway", + 180 + ], + [ + "Beautiful apartment on the UES", + 160 + ], + [ + "Williamsburg/Greenpoint Studio", + 125 + ], + [ + "Spacious room in Bed-Stuy", + 100 + ], + [ + "Basement 别墅的地下室", + 65 + ], + [ + "Modern South Slope Studio w View", + 140 + ], + [ + "1 Bedroom & Semi- Private Living Area", + 79 + ], + [ + "Bedford Ave", + 125 + ], + [ + "Cozy little studio in Chelsea", + 115 + ], + [ + "Studio Apt", + 100 + ], + [ + "Very Sunny Private Room with Bath", + 90 + ], + [ + "Central Harlem Private Studio", + 135 + ], + [ + "Comfy and Smart on Prospect Park", + 50 + ], + [ + "Cozy Bedroom in BK Apt", + 71 + ], + [ + "1 BDRM APT, 15 MINS FROM MANHATTAN", + 80 + ], + [ + "Location is Everything. And Quiet Too!", + 103 + ], + [ + "Luxury One Bedroom View on CP", + 250 + ], + [ + "true 1 BR in prime east village", + 219 + ], + [ + "Large Group Friendly Rental", + 225 + ], + [ + "Cozy East River 1 bed/1 bath", + 99 + ], + [ + "16' x 11' Furnished BR with Balcony", + 35 + ], + [ + "Bedroom in Manhattan - Prime Location", + 90 + ], + [ + "Private room in Loft", + 47 + ], + [ + "Luxury Private 2 Beds nr C/3 Subways", + 75 + ], + [ + "An Open and Peaceful Space Great for Families", + 170 + ], + [ + "Charming Full 1BR Apt w/Backyard", + 150 + ], + [ + "Happy cozy Manchi GUEST ROOM", + 30 + ], + [ + "Gorgeous UWS apt with OWN full bath", + 119 + ], + [ + "Cozy private room in beautiful apt ", + 40 + ], + [ + "Lovely 1BR in Ft. Greene", + 85 + ], + [ + "Sun Soaked & Cozy PR Williamsburg", + 99 + ], + [ + "Classic UWS 1 Bed in Doorman Bldg", + 250 + ], + [ + "HUGE Room in an AMAZING Location!", + 79 + ], + [ + "Northside Williamsburg Private Bdrm", + 60 + ], + [ + "PRIVATE 1BR APT: Free WIFI & DIRECT TV", + 115 + ], + [ + "Room in 2br apt Location by N,W,M60bus,Beer Garden", + 90 + ], + [ + "Trendy Bushwick neighborhood", + 65 + ], + [ + "#1 Superhost Special Offer in NYC!", + 65 + ], + [ + "MODERN AND COZY FLAT w/ BACKYARD", + 131 + ], + [ + "Clean, Bright 1BD in Bushwick!", + 150 + ], + [ + "Private room in artist's loft!", + 55 + ], + [ + "Luxe New Queen Br near Subways", + 70 + ], + [ + "Cozy one bedroom apt at the center of Astoria", + 160 + ], + [ + "Your Own 2-Bd ~ Comfortable and Unique ~ Bed-Stuy", + 95 + ], + [ + "Lovely Apartment in Harlem West", + 99 + ], + [ + "Spacious Soho Loft", + 500 + ], + [ + "Bushwick BR/Private Bathroom", + 35 + ], + [ + "Quiet bedroom in a waste free household", + 50 + ], + [ + "Modern Private Entrance Bedroom, Nr A/C Subways", + 77 + ], + [ + "Lofty Living: Heart of Williamsburg", + 380 + ], + [ + "Cozy victorian peace of mind ", + 65 + ], + [ + "luxury one bedroom apt in prime LES location", + 150 + ], + [ + "HUGE 1BD, RENOVATED, TIME SQUARE !!", + 125 + ], + [ + "BedStuy Brooklyn Charm Awaits U - 3BR Apt", + 199 + ], + [ + "WilliamsburgBrooklynPrivateBedroom", + 150 + ], + [ + "Charming West Village 1 bdrm", + 145 + ], + [ + "Cozy Room for 1", + 70 + ], + [ + "Colorful apt, 25 mins to Manhattan", + 120 + ], + [ + "SPRING in the City!! Zen-Style Tranquil Bedroom", + 86 + ], + [ + "Beautiful Studio in posh Upper East", + 139 + ], + [ + "Great Deal.", + 85 + ], + [ + "UPPER EAST Landmark Blding:Walk to Central Park", + 94 + ], + [ + "Cozy, charming private apt in Brooklyn", + 116 + ], + [ + "Spacious Bedroom in a Brooklyn House", + 72 + ], + [ + "Gorgeous Park Slope Space & Light", + 95 + ], + [ + "Cool room while I'm away!", + 100 + ], + [ + "Spacious 2 story Apt in Midtown!!", + 200 + ], + [ + "Private+Cozy Room w/ Superhost ($0 Cleaning Fee)!", + 72 + ], + [ + "Idealistic Inwood", + 100 + ], + [ + "Unique Full-Floor 2br/2bath in the Heart of SoHo", + 900 + ], + [ + "Clean private room in safe area near Manhattan", + 80 + ], + [ + "Artist's Studio Apartment", + 75 + ], + [ + "Stylish 1 BedRoom very quiet Upper East Side Apt!", + 92 + ], + [ + "Manhattan 1-Bedroom, East Village", + 160 + ], + [ + "Large and furnished", + 50 + ], + [ + "Greenwich Village Living!", + 350 + ], + [ + "Park Slope's - Pied à Terre (1-Bedroom Apt)", + 135 + ], + [ + "Sunny 1 Bedroom -Financial District", + 160 + ], + [ + "1 Br Near Empire State Building", + 270 + ], + [ + "The White House", + 129 + ], + [ + "Prime W. Village location 1 bdrm", + 180 + ], + [ + "Charming Soho One Bedroom + Loft", + 350 + ], + [ + "Private Room in Brooklyn", + 75 + ], + [ + "Spacious South Slope apartment", + 119 + ], + [ + "Clean and Huge Studio in Safe Area", + 99 + ], + [ + "Spacious Artist's Studio", + 120 + ], + [ + "Sweet Luxe Bed w/Private Backyard", + 73 + ], + [ + "Bright Private Apartment w/ Manhattan Views", + 500 + ], + [ + null, + 225 + ], + [ + "Beautiful, Spacious Brooklyn Home ", + 275 + ], + [ + "Simple Astoria Room 20minToManhattan", + 50 + ], + [ + "LowerEastSide apt share shortterm 3", + 40 + ], + [ + "Cozy and Vibey Apt in Williamsburg", + 115 + ], + [ + "Cozy hideaway", + 110 + ], + [ + "Sunlit Private Room / Spacious Pre-War Apartment", + 100 + ], + [ + "Stay in the heart of Williamsburg!", + 150 + ], + [ + "Penthouse w/Terrace Williamsburg", + 200 + ], + [ + "1 Bedroom Apartment in Washington Heights - Summer", + 75 + ], + [ + "Beautiful Apartment in Bushwick/Ridgewood", + 98 + ], + [ + "Urban Jungle Garden Duplex", + 199 + ], + [ + "Central One Bedroom Manhattan Apt", + 109 + ], + [ + "Sunny, small apartment near Central Park-Columbia", + 110 + ], + [ + "Special OFFER on Airbnb NYC Room!", + 59 + ], + [ + "Bushwick Brooklyn NYC Apt, with LG kitchen & yard!", + 95 + ], + [ + "Clean/Quiet Apt, Great Location, with washer/dryer", + 159 + ], + [ + "Spacious & Bright: 1 BR Midtown!", + 225 + ], + [ + "Brooklyn - Boerum Hill Beauty", + 195 + ], + [ + "Lovely Astoria Studio-close to NYC!", + 96 + ], + [ + "Cute Studio in Trendy Neighborhood", + 73 + ], + [ + "W. 80's Central Park 3 Blocks Walk", + 88 + ], + [ + "Private 1 bedroom in Williamsburg", + 90 + ], + [ + "Bright Top Floor Apartment In The Heart Of BK", + 99 + ], + [ + "Amazing View in East Williamsburg ", + 150 + ], + [ + "Cozy Bedroom", + 35 + ], + [ + "New York I Love You 7 Bedrooms", + 1050 + ], + [ + "Park Slope perfectly renovated 1BR+", + 175 + ], + [ + "Cozy Home w/Private Garden&Hot Tub!", + 395 + ], + [ + "Big 2BR, just minutes to Manhattan!", + 195 + ], + [ + "Super Clean Newly Furnished in Prime Bay Ridge", + 49 + ], + [ + "Studio Apartment ", + 150 + ], + [ + "Beautiful Oasis", + 250 + ], + [ + "Huge Loft in Brooklyn 15 mins from Manhattan", + 150 + ], + [ + "looking for someone to stay 12days", + 260 + ], + [ + "Elegant furnished 1BR apartment", + 100 + ], + [ + "Charming Bedroom Bright and Cozy A2", + 55 + ], + [ + "Central 2 Bedroom in Chelsea", + 275 + ], + [ + "nice apt in west village", + 110 + ], + [ + "Spacious, elegant home in Brooklyn", + 150 + ], + [ + "Small Private Studio!", + 80 + ], + [ + "Private Studio Apartment ", + 89 + ], + [ + "Floor Through East Village Lux Apt", + 280 + ], + [ + "Private Bedroom in Large Apartment", + 100 + ], + [ + "Quiet room in Greenpoint", + 80 + ], + [ + "Best Bedroom in Bedstuy/Bushwick. Ensuite bathroom", + 70 + ], + [ + "Sunny and Funky Greenpoint Room", + 75 + ], + [ + "Williamsburg Beauty", + 80 + ], + [ + "Very clean/comfortable shared room", + 41 + ], + [ + "Sunny & quiet 2BR in great location", + 195 + ], + [ + "W70s Lg. Studio with outdoor space", + 250 + ], + [ + "BEST LOCATION in MANHATTAN!", + 96 + ], + [ + "Perfect Private Room in Luxury Bldg w/Gym/Rooftop", + 98 + ], + [ + "Newly-Renovated 2BR/1BTH Garden Apt", + 140 + ], + [ + "Williamsburg Penthouse w/ Balcony", + 99 + ], + [ + "Charming West Village Apartment ", + 175 + ], + [ + "Charming Studio in the Heart of NYC", + 120 + ], + [ + "Large Room@ColumbiaUniversity/15min toTime Square", + 89 + ], + [ + "Private bedroom in Bushwick", + 90 + ], + [ + "Charming Brownstone Apt Fort Greene", + 178 + ], + [ + "Appartement en duplex de 3 chambres", + 210 + ], + [ + "Charming, private 1BR garden apt", + 150 + ], + [ + "Cozy place in Uptown Manhattan", + 149 + ], + [ + "Beautiful 1 Bedroom in Midtown West", + 225 + ], + [ + "Columbus Circle and Park Views", + 2695 + ], + [ + "Upscale, JFK/Beach, modern 1BR apt.", + 63 + ], + [ + "Columbus Circle 2br", + 150 + ], + [ + "LOVELY GARDEN APT FOR 2 TO 4", + 106 + ], + [ + "Fort Greene - Parlor One Bed", + 165 + ], + [ + "Nice room available in modern Apt.", + 75 + ], + [ + "Location Little Marcela", + 39 + ], + [ + "Location Lucy ( only female )", + 39 + ], + [ + "Ladies Shared Dorm Room (Top Bunk)", + 30 + ], + [ + "Large private room in huge LES Apt", + 70 + ], + [ + "Cozy brownstone bed & bath; pvt.ent", + 100 + ], + [ + "Cozy One Bedroom Apt - Astoria", + 125 + ], + [ + "Very nice studio 15 mins to the heart of Manhattan", + 110 + ], + [ + "Huge 2.5 bdrm in North Brooklyn!", + 145 + ], + [ + "Private bedroom in Hell's Kitchen", + 112 + ], + [ + "New Private Bathroom Master Bedroom", + 69 + ], + [ + "UPPER EAST SIDE DOORMAN BUILDING", + 300 + ], + [ + "Wyndham 45 Midtown NYC", + 260 + ], + [ + "Spacious and cosy private room.", + 49 + ], + [ + "Modern XL Tribeca apt with terrace ", + 215 + ], + [ + "Garden Oasis Apartment - 2 bedroom", + 200 + ], + [ + "Two room suite for rent in Bushwick", + 100 + ], + [ + "Harlem Getaway Jazz Mansion", + 1000 + ], + [ + "Great location, great value", + 120 + ], + [ + "5Bedroom Manhattan townhome triplex", + 310 + ], + [ + "Private Room in a Spacious & Bright Apartment", + 70 + ], + [ + "Bright, Spacious Wburg APT w/ VIEW!", + 195 + ], + [ + "The Jewel of Crown Heights- Franklin Ave {NEW}", + 110 + ], + [ + "Midtown NYC Studio Apartment 4E", + 75 + ], + [ + "M1 Twin couch bed sleeps 1 guest", + 45 + ], + [ + "The Lower East Side Experience", + 165 + ], + [ + "Spacious Scandi-inspired apt in private house", + 150 + ], + [ + "Cozy/spacious 3bd, room for rent", + 80 + ], + [ + "Pure Serenity 1BR in the Lower East Side", + 180 + ], + [ + "Clean Room by Metro/Subway -15mns to Manhattan", + 80 + ], + [ + "Lovely, light-filled Bushwick flat", + 60 + ], + [ + "Can't Beat this Central Location!", + 149 + ], + [ + "A Superhost SALE! DELUXE Room!", + 53 + ], + [ + "Spacious 1 BR & terrace on 19th floor viewing NYC", + 200 + ], + [ + "BRIGHT BEAUTIFUL CHELSEA APT", + 160 + ], + [ + "Homey East Village Private Bedroom ", + 199 + ], + [ + "LES/Chinatown One Bedroom apt (all to yourself)", + 140 + ], + [ + "Two bedroom in Prime East Village", + 199 + ], + [ + "1 Bedroom in Greenwich Village!", + 190 + ], + [ + "LG GARDEN Apt ON Sunset Park, on41ST near 6th Ave", + 125 + ], + [ + "New Apt near Central Park, Broadway, Museums", + 145 + ], + [ + "Cozy 1BD on historic Stuyvesant St.", + 150 + ], + [ + "Comfy Rm, Hallway Bath, Forest Hills", + 95 + ], + [ + "Private room in Bushwick Loft", + 100 + ], + [ + "Beautiful brownstone room", + 99 + ], + [ + "Bright Apt Williamsburg-Greenpoint", + 130 + ], + [ + "Bedroom, balcony and best of NY.", + 56 + ], + [ + "Welcome to my home", + 450 + ], + [ + "Large Sunny Master Private bedroom", + 75 + ], + [ + "Private 1 Bdrm Suite in Historic Brownstone", + 240 + ], + [ + "Beautiful Loft in flawless factory conversion", + 129 + ], + [ + "Comfortable Room w/access to full apartment", + 45 + ], + [ + "POSH High Rise near Times Square", + 259 + ], + [ + "100 st! cozy, clean, private UES E Harlem", + 75 + ], + [ + "NICE SPACE IN NYC ", + 37 + ], + [ + "Sharbell’s vacation", + 210 + ], + [ + "Awesome Chelsea 1 bedroom", + 199 + ], + [ + "10 Minutes to Manhattan", + 189 + ], + [ + "Private Room with 2nd Full Bath in Modern Art Apt", + 58 + ], + [ + "Luminous Modern Apt Share for Young Professionals", + 60 + ], + [ + "Cute apartment with 2 big bedrooms", + 190 + ], + [ + "Cute ethnic cosy private studio!", + 139 + ], + [ + "Holiday special! Best location!", + 125 + ], + [ + "Wonderful Willi!", + 94 + ], + [ + "Upper East Side 1-Bedroom", + 100 + ], + [ + "Big Room with Private Bathroom", + 149 + ], + [ + "Big Sunny Room in Apartment With Views", + 128 + ], + [ + "Ebony & Ivory Close to Manhattan", + 160 + ], + [ + "Beautiful Studio apartment in Prime Park Slope", + 160 + ], + [ + "Spacious Bedroom in East Village", + 110 + ], + [ + "Modern & Sunny w/ Private Terrace", + 285 + ], + [ + "The Brooklyn Haven", + 75 + ], + [ + "Beautiful Loft in Meatpacking", + 650 + ], + [ + "Central Harlem large beautiful studio", + 133 + ], + [ + "East Village Comfort & Convenience", + 149 + ], + [ + "Lovely, Clean, Comfy w/River Views!", + 210 + ], + [ + "Charming Brownstone Apt Steps from Central Park!", + 200 + ], + [ + "Spacious room with view in Chelsea", + 110 + ], + [ + "Modern 2-Bed Apt.- Great Location!", + 375 + ], + [ + "Full apartment - cute & quirky", + 95 + ], + [ + "Harlem cosy renovated unit for two", + 94 + ], + [ + "Cozy 1 bdrm Park Slope, Brooklyn,", + 120 + ], + [ + "1 bed/bath condo steps from Bedford", + 150 + ], + [ + "Sleeps 4! Prime Chelsea~large 1BR", + 160 + ], + [ + "Beautiful 1BR apt Upper West Side", + 132 + ], + [ + "Gorgeous Sunny Bohemian Duplex with Garden", + 102 + ], + [ + "Fantastic Comfortable Space. Affordable", + 85 + ], + [ + "Big, Bright Fort Greene Apartment! ", + 142 + ], + [ + "**ASTORIA one private cozy, cute room** Nihongo ok", + 70 + ], + [ + "Penthouse Flat, Million-$-View, Best Area!", + 200 + ], + [ + "Gorgeous 2BR XL Loft @ Habitat 101", + 199 + ], + [ + "Large, Cozy & Comfortable Apartment", + 100 + ], + [ + "The Perfect 1brm Apartment - Sunny & Spacious!", + 123 + ], + [ + "Large Sunlight House", + 175 + ], + [ + "City Studio in the Upper East Side", + 100 + ], + [ + "Room For Rent", + 57 + ], + [ + "Room #1 Private Room", + 39 + ], + [ + "Large Spacious Room For Rent", + 107 + ], + [ + "NY Duplex Apartment in Flatiron", + 2000 + ], + [ + "Rustic Chic Private Living Room", + 69 + ], + [ + "Spacious 3-room apt. in prime area of Brooklyn.", + 137 + ], + [ + "Studio apartment in heart East Village", + 150 + ], + [ + "LargeApt 1 BLOCK frm A,C,B,D,2,3", + 65 + ], + [ + "Private Room for Rent", + 66 + ], + [ + "Brooklyn Brownstone Clinton hill", + 77 + ], + [ + "Rooftop Apt in Prospect Heights", + 110 + ], + [ + " Beautiful Room In Gramercy!!!", + 64 + ], + [ + "A private humble abode for you", + 90 + ], + [ + "Williamsburg Apt Flexible for December", + 50 + ], + [ + "Cozy Studio in a great neighborhood (Upper East)", + 146 + ], + [ + "Beautiful NY Gem", + 200 + ], + [ + "New!!! 4 BR/2 Bth in a private house.", + 189 + ], + [ + "Stunning Brooklyn Brownstone", + 985 + ], + [ + "Eagle-eye view of New York", + 285 + ], + [ + "Charming 2BD flt in Trendy Bushwick", + 140 + ], + [ + "MANHATTANs BEST, 12minutes from TIMES SQUARE", + 97 + ], + [ + "Bright Loft Style place in the best of ASTORIA", + 180 + ], + [ + "Adorable East Village 1 Bedroom", + 199 + ], + [ + "Welcoming Park Slope Garden Apt.", + 220 + ], + [ + "Magnificent Loft in East Village", + 180 + ], + [ + "Sunny Williamsburg, Brooklyn Studio", + 88 + ], + [ + "Pre-War Gem in the heart of the UWS", + 350 + ], + [ + "Entire 2BR APT (not a railroad)", + 170 + ], + [ + "Clean, cozy bedroom in sunny East Village/LES apt", + 120 + ], + [ + "Cozy room in East Village", + 105 + ], + [ + "Brownstone Parlor Floor Suite by Superhost!", + 110 + ], + [ + "Beautiful spacious bedroom", + 55 + ], + [ + "Lux Baby Friendly Apt, Williamsburg, Brooklyn", + 150 + ], + [ + "Sleeps 6 by Metro/Subway - 15 mns to Manhattan", + 180 + ], + [ + "Bright duplex apartment", + 110 + ], + [ + "Bright 1 Bedroom, Perfect Location!", + 160 + ], + [ + null, + 215 + ], + [ + "Beautiful & spacious apartment", + 75 + ], + [ + "Artsy 2 Bedroom Apt. in Harlem, NY", + 200 + ], + [ + "Beautiful Railroad Style Apartment!", + 120 + ], + [ + "Spacious 1Br in East Village", + 198 + ], + [ + "Room in Bushwick Brooklyn NYC, LG KITCHEN & YARD", + 60 + ], + [ + "Child-friendly 2BR w/ Yard access and Free Parking", + 170 + ], + [ + "specious 1bd apt on Saint Marks Pl", + 248 + ], + [ + "Spacious Bklyn Apt Near Manhattan", + 100 + ], + [ + "West Village Apt with patio, Steps from subway!", + 180 + ], + [ + "Sunny room with private entrance", + 60 + ], + [ + "Livin' La Vida Brooklyn!!!", + 83 + ], + [ + "Bedroom in Crown Heights", + 45 + ], + [ + "N 6th & Bedford PRIME Williamsburg ", + 135 + ], + [ + "Massive 1BR in the Lower East Side", + 275 + ], + [ + "2 Bedroom Duplex, INCREDIBLE views! 30day discount", + 230 + ], + [ + "1 Bedroom in Top Lower East Side Address", + 180 + ], + [ + "One bedroom near Central Park West", + 175 + ], + [ + "Beautiful Beach & Great Space", + 110 + ], + [ + "Petit chalet with secret garden", + 160 + ], + [ + "Light Filled Spacious 1BR, with Cat", + 115 + ], + [ + "Upper East Side 1 Bedroom Gem", + 169 + ], + [ + "one room bushwick", + 100 + ], + [ + "MURRAY HILL! your home.. BEAUTIFUL", + 87 + ], + [ + "Great room in a 2 BD apartment", + 75 + ], + [ + "Heart of Upper West Side 1BR", + 130 + ], + [ + "West Village - Charming Studio", + 115 + ], + [ + "Attic Space - 三楼阁楼", + 50 + ], + [ + "Penthouse for 4th of July Weekend", + 200 + ], + [ + "Double-deck bed room 别墅二楼卧房", + 55 + ], + [ + "Upper East Side Studio", + 125 + ], + [ + "Entirely private suite in our townhouse!", + 160 + ], + [ + "Cozy Private Bedroom, Brooklyn NY.", + 39 + ], + [ + "Private Room in Midtown Manhattan", + 89 + ], + [ + "Quiet 2 bedroom retreat in the heart of Brooklyn", + 85 + ], + [ + "Bedroom in Beautiful Brooklyn Loft", + 50 + ], + [ + "3BR/2BA Duplex - 1min to subway!", + 229 + ], + [ + "Private Studio, Columbia University", + 130 + ], + [ + "GORGEOUS 2 Bedroom in Queens NYC", + 149 + ], + [ + "LRG 2br BKLYN APT CLOSE TO TRAINS AND PARK", + 120 + ], + [ + "Cute bedroom in Williamsburg", + 45 + ], + [ + "Modern Apt Close to Manhattan", + 56 + ], + [ + "Upper east doorman", + 295 + ], + [ + "Beautiful, bright, quiet room w/ private bathroom", + 75 + ], + [ + "Bountiful Space and Cozy Home", + 110 + ], + [ + "CHEAP & CONVENIENT", + 115 + ], + [ + "Master room super clean in Prospect Park!!!! :)", + 90 + ], + [ + "Clean Charming, Walk-In Closet + Garden", + 109 + ], + [ + "Retreat Room", + 49 + ], + [ + "Apartment Crown Heights Brooklyn NY", + 100 + ], + [ + "Spacious 3BDR Prime Location!", + 295 + ], + [ + "Spacious neo-country seaside loft", + 245 + ], + [ + "cozy tucked away in el barrio", + 79 + ], + [ + "Cozy Room in Classic NY Apt//Lively Midtown Area", + 60 + ], + [ + "Quiet Brooklyn Hideaway, At the Subway", + 125 + ], + [ + "Soaring Space in Laid-back Brooklyn", + 55 + ], + [ + "New year in New York City", + 425 + ], + [ + "Huge Apartment on Prospect Park", + 150 + ], + [ + "Your own apartment in Brooklyn!", + 130 + ], + [ + "Manhattan Studio", + 250 + ], + [ + "Private Spacious Rm, Prospect Park", + 49 + ], + [ + "East Village Walkup Jam", + 250 + ], + [ + "Private Room - Central Park View", + 97 + ], + [ + "Large studio in trendy Harlem", + 115 + ], + [ + "Large 1 BR with backyard on UWS", + 200 + ], + [ + "Cozy Studio - Upper East", + 250 + ], + [ + "Lovely 2 BR Upper East NYC - 1 month min", + 200 + ], + [ + "Great location, cozy, near F, G, R!", + 160 + ], + [ + "Convenient Harlem studio", + 90 + ], + [ + "Sunny 2BR, 2BA duplex", + 239 + ], + [ + "Large Apt. in NYC w/natural light", + 290 + ], + [ + "True Brooklyn Loft Experience ", + 150 + ], + [ + "Charming Furnished Private Room", + 55 + ], + [ + "Family Friendly Park Slope House", + 380 + ], + [ + "Large, stylish & sun-filled 1BDRM loft", + 120 + ], + [ + "Brooklyn Townhouse Duplex", + 200 + ], + [ + "Coming soon", + 188 + ], + [ + "Adorable 1Bd Next to Subway in Bushwick - Brooklyn", + 103 + ], + [ + "Studio-Private Entrance /Bath/Kitchen Near JFK", + 64 + ], + [ + "Prime East Village One Bedroom Apt!", + 195 + ], + [ + "1st Time/Solo/Duo Travelers!Charming Studio Share!", + 70 + ], + [ + "HOME AWAY FROM HOME", + 150 + ], + [ + "West Village - Celebrities + LIGHT", + 300 + ], + [ + "Charming Park Slope Studio Sublet", + 60 + ], + [ + "COMFORTABLE & COZY-2 STOPS BARCLAY", + 150 + ], + [ + "Sunlit 1 bedroom in NoLita", + 105 + ], + [ + "Chelsea High End Apartment", + 360 + ], + [ + "Hip 1 bedroom in perfect location", + 165 + ], + [ + "Gorgeous 1 Bedroom in the heart of NYC: Chelsea", + 325 + ], + [ + "Home away from home East Village ", + 105 + ], + [ + "FURNISHED CHARMING ROOM IN MANHATTA", + 57 + ], + [ + "East Village Bedroom", + 100 + ], + [ + "Entire 3BR Private Apt 20min>Manhattan", + 129 + ], + [ + "2 Bedrooms and One Bath Room", + 229 + ], + [ + "One bedroom in 2 bedroom apartment", + 64 + ], + [ + "Bright Spacious Bushwick Home", + 100 + ], + [ + "Entire Amazing Chic Studio @ Lower East", + 99 + ], + [ + " 2-3 bedroom UWS garden triplex ", + 300 + ], + [ + "2 Level Loft room in Artist Studio", + 84 + ], + [ + "Bright & big apt 3 blks from subway", + 125 + ], + [ + "Charming Room in Prospect Heights!", + 50 + ], + [ + "Charming West Village Studio", + 200 + ], + [ + "1 BR in Gramercy Park", + 350 + ], + [ + "Beautiful Upper West Side", + 80 + ], + [ + "Cozy Private Room in Upper WestSide", + 180 + ], + [ + "Very Bright Modern Apartment 2 Mins from Manhattan", + 105 + ], + [ + "Big Duplex 1 BR/Loft w/ outdoors", + 200 + ], + [ + "Entire One Bedroom apartment", + 100 + ], + [ + "Cozy 2BR apartment", + 90 + ], + [ + "Cozy Hells Kitchen/Times Sq 2BR", + 160 + ], + [ + "Prime Artist Loft & Exposed Brick", + 250 + ], + [ + "Cozy Harlem Hideaway **", + 115 + ], + [ + "NYC UES charming 1 bedroom", + 250 + ], + [ + "Bright, Spacious Entire Studio", + 130 + ], + [ + "West Village Style and Charm", + 159 + ], + [ + "Pretty and Private in Clinton Hill", + 110 + ], + [ + "Spacious Bedroom in Bushwick w/AC", + 60 + ], + [ + "Large Cheerful Private Bronx Room for Med Students", + 57 + ], + [ + "Entire flr-thru 2bdrm apartment near ProspectPark!", + 180 + ], + [ + "Superhost 3 bedroom DISCOUNT", + 250 + ], + [ + "cozy queen for 2 in el barrio", + 92 + ], + [ + "The Elizabeth", + 195 + ], + [ + "Twin room", + 47 + ], + [ + "Beautiful Loft in LES Manhattan!", + 175 + ], + [ + "Greenwich / West Village 2 Bedroom", + 175 + ], + [ + "Charming 1BD Pre-War Apartment ", + 165 + ], + [ + "Flatbush Gardens", + 79 + ], + [ + "Beautiful Chelsea 2 Bedroom apt", + 345 + ], + [ + "Cute brick wall Br in Williamsburg.", + 80 + ], + [ + "Huge 5BR Townhouse - LEGAL NYC B&B!", + 300 + ], + [ + "Sunny Lower East Side Penthouse", + 325 + ], + [ + "Large One Bedroom near Union square", + 249 + ], + [ + "The Ultimate Luxury!", + 699 + ], + [ + "Dorm Sz Room. Near 2 & 5 train 180 st Bronx zoo", + 25 + ], + [ + "Charming Studio in a Great location", + 195 + ], + [ + "NYC,Modern and Spacious Apt", + 165 + ], + [ + "Amazing Single Bedroom Only 5min From Central Park", + 65 + ], + [ + "Great 4 Families Near Parade + Park", + 550 + ], + [ + "Modern Brownstone in Harlem", + 149 + ], + [ + "Amazing convenient 5 min to city", + 225 + ], + [ + "Charming 1 bedroom, great location!", + 135 + ], + [ + "Charming duplex garden flat in SoHo", + 495 + ], + [ + "Charming, Sunny Downtown Studio", + 200 + ], + [ + "B's Suite", + 125 + ], + [ + "1BR w/ Large Patio on Ridgewood/Bushwick border.", + 95 + ], + [ + "B's Elegant Parlor Suite", + 135 + ], + [ + "*NEW* Modern Sunny Loft in Bushwick/Brooklyn", + 120 + ], + [ + "Lovely and Spacious Park Slope Home", + 160 + ], + [ + "Private & clean 1 bd/1br Willamsburg w/ roofdeck.", + 225 + ], + [ + "❤️ of Wburg, Private Living+Entrance", + 139 + ], + [ + "Large private br in renovated apt/close to subway", + 69 + ], + [ + "Stunning room. 15mins to Manhattan!", + 100 + ], + [ + "Warm and Cozy Room in Harlem", + 71 + ], + [ + "King size bed -Private bdrm", + 250 + ], + [ + "Large Sunny Private Room in 2BR steps from subway", + 70 + ], + [ + "Classic East Village Studio", + 225 + ], + [ + "Luxury Apartment on Wall Street", + 170 + ], + [ + "Lovely Garden Apartment in Bklyn", + 125 + ], + [ + "Elegant Bushwick Apartment", + 139 + ], + [ + "Tranquility in The Heart of Astoria", + 69 + ], + [ + "Bright 1 bdrm apt near Central Park, shops & metro", + 199 + ], + [ + "Heart of the East Village- Best Loc", + 175 + ], + [ + "Great location, spacious apt.", + 120 + ], + [ + "Cozy Bedroom in best area of FiDi", + 100 + ], + [ + "Amazing Location, Incredible Space", + 150 + ], + [ + "Cute & Modern 1 Bedroom Apt", + 100 + ], + [ + "Stylish West Village Artists Penthouse Loft", + 130 + ], + [ + "Cosy apartment in the East Village", + 150 + ], + [ + "1 bedroom in Brooklyn", + 50 + ], + [ + "Clean, quiet, safe 25Min Dwntn NYC", + 80 + ], + [ + "Iconic West Village Apartment", + 250 + ], + [ + "Large, Immaculate Brooklyn 2 BR apt, sleeps 4-5", + 227 + ], + [ + "Manhattan townhouse near subway", + 300 + ], + [ + "Upper West Side Studio doorman bld", + 130 + ], + [ + "Large Sunny 2 Bedroom + den - UWS", + 225 + ], + [ + "HUGE STUDIO-Cozy,Centrally Located!", + 149 + ], + [ + "Chelsea, balcony and 2 bedrooms!", + 320 + ], + [ + "Sunny/artistic, Manhattan 2 bedroom", + 75 + ], + [ + "Cozy Brooklyn Apartment!", + 115 + ], + [ + "Union Square Apartment + Private Backyard", + 97 + ], + [ + "Centrak Park North cozy apartment", + 80 + ], + [ + "XL off Fifth Avenue & Central Park", + 275 + ], + [ + "Park Slope Home away from Home", + 163 + ], + [ + "Blissfully Quiet Room", + 55 + ], + [ + "Sunny, Artsy Brooklyn Room", + 75 + ], + [ + "Studio Apartment- Furnished", + 110 + ], + [ + "Luxurious Village 1 bed!", + 247 + ], + [ + "Upper West Apartment Block Away from Central Park!", + 180 + ], + [ + "Clean-Cozy-Beside 3 train station", + 69 + ], + [ + "Prime Chelsea~XL1Br~Terrace~Sleeps4", + 150 + ], + [ + "Reno Studio Gramercy~Sleeps3!", + 140 + ], + [ + "2BR - Great West Village Location", + 205 + ], + [ + "Beautiful Exposed Brick Studio Loft", + 148 + ], + [ + "manhattan (UWS) townhouse", + 299 + ], + [ + "Spacious Room in Sugar Hill", + 49 + ], + [ + "Beautiful Sunny Private Penthouse Suite", + 150 + ], + [ + "Beautiful 1 Bedroom Apt", + 195 + ], + [ + "Bushwick Duplex 1", + 80 + ], + [ + "Large, Luxury Bedroom nr JMZ subway", + 68 + ], + [ + "Zen Oasis in Bushwick, near JMZ Subways", + 72 + ], + [ + "BELLA CASA-Pvt Rm-2 beds-Sleeps 4. Near Columbia!!", + 97 + ], + [ + "1 bedroom apt 1 stop from Manhattan", + 170 + ], + [ + "Landmark 1 Bedroom has 2 beds, Free WiFi", + 67 + ], + [ + "Zen MiniPalace Astoria", + 80 + ], + [ + "Private Space in Manhattan 8/25-9/9", + 29 + ], + [ + "Lovely - Spacious, Garden + Garden View", + 120 + ], + [ + "Spacious 1 Bedroom in Midwood, BK!", + 100 + ], + [ + "SPACIOUS, 2 bedrooms, sleeps 4, private bath", + 250 + ], + [ + "Large private 2 bedroom near Union Sq .", + 200 + ], + [ + "Private room in South Slope", + 90 + ], + [ + "Manhattan, UWS, Bright, 1BR, & Loft", + 125 + ], + [ + "Spacious studio apt in Jackson Hts", + 90 + ], + [ + "Cosy East Village apartment!", + 180 + ], + [ + "Park Slope Sky Parlor", + 53 + ], + [ + "Large apt in heart of Williamsburg", + 200 + ], + [ + "Landmark Parlor Studio near train has 2 beds.", + 66 + ], + [ + "Sunny East Village 1 Bedroom", + 200 + ], + [ + "Charming and Clean Brooklyn Apt.", + 75 + ], + [ + "Beautiful 2 Bedroom Apartment in Williamsburg", + 165 + ], + [ + "Williamsburg private clean cozy RM", + 45 + ], + [ + "Spacious Manhattan One Bedroom Apt", + 80 + ], + [ + "Kosher new studio close to subway", + 125 + ], + [ + "Huge room wt bathroom + entrance", + 90 + ], + [ + "Rosa B Private Apartment! Quiet and Safe Area.", + 40 + ], + [ + "New Years In New York City", + 400 + ], + [ + "Location Nancy", + 39 + ], + [ + "1 bdrm apartment in boerum hill!", + 125 + ], + [ + "Bright Harlem Home in New Building!", + 85 + ], + [ + "Luxury Queen Bed_Plush Mattress", + 39 + ], + [ + "Sunny studio apartment in the heart of Manhattan", + 150 + ], + [ + "Country Vibe, Big City Feel", + 100 + ], + [ + "Entire Apt. in E. Williamsburg", + 189 + ], + [ + "Colorful Studio Near Columbia Univ.", + 99 + ], + [ + "Spacious 1 Bedroom in Bohemian Comfort", + 167 + ], + [ + "Bright 1BR, central location", + 205 + ], + [ + "Williamsburg Apartment", + 50 + ], + [ + "Perfect 2 Bed Bklyn Apt, near SUNY Downstate!", + 109 + ], + [ + "Cozy 1BR Apartment in Astoria", + 127 + ], + [ + "Amazing studio/Loft with a backyard", + 220 + ], + [ + "Your Brooklyn Nook", + 45 + ], + [ + "1BR by 1&A trains", + 75 + ], + [ + "Large 1 bdrm near L in Williamsburg", + 120 + ], + [ + "CHARMING bedroom in BedStuy", + 55 + ], + [ + "Beautiful Spacious Studio By Park", + 120 + ], + [ + "Quaint Brownstone with Garden", + 108 + ], + [ + "Cozy One Bedroom in Williamsburg!", + 200 + ], + [ + "Studio Space, 10 minutes to Central Park and river", + 55 + ], + [ + "Central Harlem ", + 205 + ], + [ + "Large Room with Private Bathroom", + 129 + ], + [ + "Charming apt close to everything!", + 150 + ], + [ + "Greenwich/West Village Private Room", + 110 + ], + [ + "Bright! LARGE 2 BEDS near Manhattan", + 65 + ], + [ + "2BR, 2 Full Bath, SPACE, Short term monthly", + 150 + ], + [ + "Bright LARGE 2 BEDS! near Manhattan", + 65 + ], + [ + "Cozy & Clean #3", + 75 + ], + [ + "Cozy & Clean #4", + 85 + ], + [ + "Brownstone Williamsburg room with skylight Create", + 58 + ], + [ + "Art Large bedroom Brownstone for 1 or 2 persons", + 90 + ], + [ + "Bright and Spacious, near the Park", + 120 + ], + [ + "Bright and Cheerful Prospect Heights 1-bedroom", + 115 + ], + [ + "Clean, Cozy, Close to City (15min)", + 99 + ], + [ + "Lovely One Bedroom Heart Of Astoria", + 105 + ], + [ + "Private Room in Spacious Uptown Apt", + 69 + ], + [ + "Beautiful, Spacious Room in Loft", + 80 + ], + [ + "Cozy 1BD Apartment near Manhattan", + 125 + ], + [ + "Holiday in Manhattan! Great Views!", + 90 + ], + [ + "Spacious Studio in Brooklyn", + 80 + ], + [ + "$99 Manhattan/Time Sq.", + 125 + ], + [ + "MIDTOWN APARTMENT WITH SPECTACULAR VIEW", + 215 + ], + [ + "HEART of NEW YORK // ニューヨークの中心", + 107 + ], + [ + "Sunny, Quiet Queen Bedroom, Best Block in LES", + 89 + ], + [ + "Woodsy-chic Lofted 1BR, Office, AC", + 175 + ], + [ + "Spacious 2 Bedroom + Study", + 245 + ], + [ + "Spacious 2BR Greenpoint Getaway", + 245 + ], + [ + "Penthouse loft with private patio", + 450 + ], + [ + "1 bedroom in Cozy 2 bedroom upper west side", + 100 + ], + [ + "10 Minutes From Manhattan", + 98 + ], + [ + "Room #2 Near Manhattan NYC.", + 39 + ], + [ + "Cozy 2BD Near Columbia Univ", + 160 + ], + [ + "2 Bdr Cozy Apartment in Park Slope", + 150 + ], + [ + "★3BR/2BA Amazing East Village Penthouse+Pvt Terr★", + 299 + ], + [ + "Lovely Studio on the edge of the McGolrick Park", + 75 + ], + [ + "Park Slope - Furnished room in 2BR", + 99 + ], + [ + "Funky East Village Garden Apt.", + 165 + ], + [ + "Columbia UWS 1BD Apt-Quiet & Comfy", + 145 + ], + [ + "Cool & Cozy 2B/1BA in prime LES!", + 239 + ], + [ + "Private BR in 2 BR Modern Apartment", + 76 + ], + [ + "GREAT SPACIOUS PRIVATE ROOM", + 65 + ], + [ + "Bright and Cozy Bedroom NYC A1", + 60 + ], + [ + "Zen Den & Modern Outdoor Space", + 50 + ], + [ + "Brooklyn Brownstone Beauty", + 250 + ], + [ + "Charming apt. in Brooklyn, New York", + 140 + ], + [ + "CHARMING 1-BD w CITY VIEWS", + 125 + ], + [ + "曼哈顿上西区林肯中心附近优质公寓短租!", + 80 + ], + [ + null, + 150 + ], + [ + "Clean, Cozy - South ParkSlope - NYC", + 75 + ], + [ + "Thanksgiving Vacation ", + 200 + ], + [ + "Comfortable one bedroom with patio", + 150 + ], + [ + "Prime Williamsburg duplex Bedford L", + 220 + ], + [ + "Between Central Park and the Subway", + 180 + ], + [ + "NYC, Modern and Spacious Apt fits 6", + 260 + ], + [ + "Artist Loft in Greenpoint/Williamsb", + 80 + ], + [ + "East Village Townhouse", + 1500 + ], + [ + "Vintage Room in Brooklyn", + 50 + ], + [ + "Bright 3 bdrm in East Village", + 400 + ], + [ + "New 2 br Apt Williamsburg", + 450 + ], + [ + "UWS Penthouse, Amazing Deck", + 225 + ], + [ + "Gorgeous bohemian Apt. in a Brownstone", + 100 + ], + [ + "One Bedroom East Village New York", + 205 + ], + [ + "Cozy bedroom in a luxury building with 24h doorman", + 110 + ], + [ + "Private Terrace in Brooklyn!", + 95 + ], + [ + "1 Bedroom Apt in Hell's Kitchen !", + 150 + ], + [ + "Sunny & spacious 1 bedroom gem!", + 100 + ], + [ + "Charming and Convenient Garden Apt", + 69 + ], + [ + "Furnished 2BR in UES (30 DAYS MIN)", + 110 + ], + [ + "Spacious Full 2br Holiday Home ", + 250 + ], + [ + "Nice and cozy near Laguardia", + 44 + ], + [ + "Hamilton Hts Beauty, Manhattan 1 BR", + 155 + ], + [ + "Beautiful 2 BR Apt UES- Min 30 Days", + 300 + ], + [ + "Cozy private bedroom in Manhattan", + 67 + ], + [ + "Great 2 bedroom Greenpoint BK", + 175 + ], + [ + "Spacious 1BR Apt in Greenpoint", + 149 + ], + [ + "BRIGHT MODERN BEDROOM", + 85 + ], + [ + "Confortable and private room.", + 75 + ], + [ + "Private Room & Bathroom in LES", + 120 + ], + [ + "Large Sunny Bedroom With great View", + 100 + ], + [ + "Studio with Loft bed by the river", + 129 + ], + [ + "Coziest 2BD Brownstone in Jefftown", + 150 + ], + [ + "Radiant 2bed E Village Apartment", + 219 + ], + [ + "Uptown Convenience & Comfort", + 185 + ], + [ + "Private Room 2 Beds New York City!", + 65 + ], + [ + "LOVELY LARGE SUNNY ROOM Sunset Park", + 55 + ], + [ + "Christmas Harlem! Duplex", + 350 + ], + [ + "Large 1 bedroom apt - can sleep 4", + 170 + ], + [ + "Upper East Side Manhattan", + 250 + ], + [ + "Upper East Side Manhattan #2", + 250 + ], + [ + "Bushwick Pad", + 70 + ], + [ + "New York City Studio", + 150 + ], + [ + "Big Kitchen, Beautiful Bathroom", + 172 + ], + [ + "Stay on St. Marks Place for your NYC Vacation!", + 79 + ], + [ + "Bright Studio on Riverside Park", + 100 + ], + [ + "2 Bedroom, 1 Bath Hell's Kitchen", + 272 + ], + [ + "Charming Bedroom in Cozy NYC Apt.", + 85 + ], + [ + "Lofted duplex in Kips Bay", + 350 + ], + [ + "Upper East Side Spacious 2 Bedrooms", + 249 + ], + [ + "Cozy sun drenched 2br Fort Greene", + 180 + ], + [ + "Colorful Room in Crown Heights", + 38 + ], + [ + "One bedroom loft in West Village ", + 450 + ], + [ + "Cozy bedroom in heart of Manhattan", + 60 + ], + [ + "1br - Williamsburg Luxury Sublet ", + 95 + ], + [ + "Tranquil, clean bedroom,", + 85 + ], + [ + "Beautiful one bedroom apt 850 sqf!!", + 199 + ], + [ + "Cozy 2 bedroom, near Central Park", + 260 + ], + [ + "Gramercy~New 1BR~Sleeps4~Rono~", + 140 + ], + [ + "Prime Union Square! Large 1BR~Great value", + 185 + ], + [ + "Spacious 1BD in lovely Clinton Hill", + 126 + ], + [ + "Huge LES 3 BD 3 BA Elevator + Patio", + 399 + ], + [ + "Bright and Charming Studio East V.", + 100 + ], + [ + "Victorian with Stunning Views of NYC Harbor", + 1000 + ], + [ + "Historic Brownstone Duplex", + 225 + ], + [ + "Great deal in Heart of Greenpoint", + 85 + ], + [ + "Bright + Cheerful Apt- the Real NYC", + 147 + ], + [ + "Financial District Oasis-Queen Bedroom", + 90 + ], + [ + "Modern Duplex with yard in Bedstuy", + 500 + ], + [ + "Flatbush Gardens II", + 72 + ], + [ + "Bedroom and art studio/office space", + 41 + ], + [ + "Bright and Sunny Williamsburg Oasis", + 180 + ], + [ + "Cozy Room in NYC! =)", + 67 + ], + [ + "Brooklyn - Funky 1 Bedroom", + 122 + ], + [ + "ENTIRE home - Modern, huge, sunny 2BD", + 105 + ], + [ + "Coozy Room In Park Slope.", + 95 + ], + [ + "Sunny Studio", + 100 + ], + [ + "Super Quiet, Private Patio", + 130 + ], + [ + "Queen Sized Bedroom in Spacious Apartment", + 107 + ], + [ + "Location Top Manhattan", + 100 + ], + [ + "Spacious, rustic barn style bedroom", + 85 + ], + [ + "Room 15 min from Manhttn.", + 30 + ], + [ + "Modern Studio with Loft in the LES.", + 175 + ], + [ + "1x furnished Bdr in 2Bdr Apt-Wburg", + 95 + ], + [ + "Sunny, Spacious 1 Bdrm in E. Vil.", + 125 + ], + [ + "Nice room 15 min from Manhattan!", + 35 + ], + [ + "法拉盛中心温馨两房两厅公寓。近一切。2 br close to everything", + 119 + ], + [ + "Beautiful Astoria apt next to Mtan", + 150 + ], + [ + "Cozy apartment in Williamsburg", + 55 + ], + [ + "Gorgeous Parlor Floor Suite near Subway", + 115 + ], + [ + "Chic apartment in Brooklyn with stunning view", + 99 + ], + [ + "Beautiful Apartment in Greenpoint", + 150 + ], + [ + "Sunny/Huge private room, by Columbia/Jazz clubs", + 84 + ], + [ + "Elite Exclusive Chic NYC Times Square LuxuryApt", + 129 + ], + [ + "Private room, minutes from subway!", + 44 + ], + [ + "Comfortable Greenpoint Bedroom", + 55 + ], + [ + "Charming Studio in Carroll Gardens", + 100 + ], + [ + "Small, Cozy, Clean and Modern private room!", + 65 + ], + [ + "Room in queens covenient safe locat", + 99 + ], + [ + "Cozy Loft-Style Studio Near Subway ", + 100 + ], + [ + "Spacious 2 BDRM near Times Square", + 225 + ], + [ + "Spacious Bright and Airy", + 120 + ], + [ + "Quiet 1 Bedroom near Union Square", + 139 + ], + [ + "NEW! 2-BR Apt with Whirlpool Tub", + 142 + ], + [ + "Great one bedroom loft space in Manhattan", + 140 + ], + [ + "Brooklyn Life, Easy to Manhattan (30+ Days only)", + 130 + ], + [ + "Upper East Side", + 325 + ], + [ + "2 Bedroom New York Charmer", + 350 + ], + [ + "Hip&Central! Charming Williamsburg!", + 175 + ], + [ + "Private Room with Queen size bed", + 89 + ], + [ + "Beautiful private unit in the heart of Brooklyn", + 69 + ], + [ + "Room in front of Prospect Park, 1 block to subway", + 40 + ], + [ + "Light filled room w/full size bed in LES", + 65 + ], + [ + "BRIGHT!-STEPS TO PARK!-SUBWAY OUTSIDE!-FITS 4!", + 160 + ], + [ + "Spacious 1 BR, En Suite in Brownstone!", + 135 + ], + [ + "Stunning Lower East 2 Bed, Live New York Style!", + 109 + ], + [ + "Lovely Room in a 2 BR in Greenpoint", + 85 + ], + [ + "Lower East Side True 1 BR", + 189 + ], + [ + "Prospect Park 2BR Near MANHATTAN!!!", + 125 + ], + [ + "Classic East Village Apartment", + 140 + ], + [ + "1 BR in shiny new building + bikes!", + 160 + ], + [ + "Parkslope, 1 bdrm, steps to subway", + 115 + ], + [ + "Large, Cozy One Bedroom Apartment", + 80 + ], + [ + "Luxury 1BD apt by Prospect Park", + 198 + ], + [ + "Astoria Queens great room for rent!", + 200 + ], + [ + "Large eclectic studio East Village", + 230 + ], + [ + "Manhattan! Bunk beds for 10+", + 450 + ], + [ + "Best Block Clean Luxury Loft in SoHo", + 895 + ], + [ + "Quiet and cozy 2BR. Great location!", + 170 + ], + [ + "Large Sunny Apartment in Astoria", + 120 + ], + [ + "Cozy 1BR, 5 minutes from the train", + 140 + ], + [ + "SUNNY GUEST BDRM in Fort Greene!", + 70 + ], + [ + "\"The Green Room\": Harlem Brownstone", + 70 + ], + [ + "Best value single room in New York B5", + 45 + ], + [ + "Lovely Duplex in Brooklyn", + 140 + ], + [ + "Pre-War Apt on Central Park West!", + 600 + ], + [ + "Beautiful 2 Bdrm Duplex w Backyard", + 195 + ], + [ + "Cozy Room by CentralPark-Times Sq", + 79 + ], + [ + "Entire 2 Bedroom Apartment - 20 min to Times Sqr", + 55 + ], + [ + "Unique 2 Bed/2 Bath Duplex Apt", + 275 + ], + [ + "Cozy Bedroom in Large Apartment", + 60 + ], + [ + "Idy Safe Secure mins to Times Square 5*", + 195 + ], + [ + "Best value double room in New York B4", + 50 + ], + [ + "1 Bdrm in Greenwich Village", + 125 + ], + [ + "Beautifully Furnished 1 BR w/Office", + 145 + ], + [ + "Furnished studioA UES (30 days MIN)", + 99 + ], + [ + "Garden Level Brooklyn Brownstone", + 130 + ], + [ + "Spacious luxury loft Downtown NYC", + 115 + ], + [ + "Master Bedroom by Yankee Stadium", + 60 + ], + [ + "West Village upscale apartment", + 199 + ], + [ + "Great bright 1BR,in true BK style", + 170 + ], + [ + "1,200 sq/ft loft +private backyard ", + 385 + ], + [ + "Cozy 1-BDR apartment on Manhattan", + 125 + ], + [ + "Good, clean quite, and private!", + 37 + ], + [ + "Cozy 1BR in the heart of Harlem", + 80 + ], + [ + "Spacious private BR 2 Queen beds & 3 mins to train", + 65 + ], + [ + "2 Bedroom West Village Manhattan", + 600 + ], + [ + "sunny & spacious one-bedroom ", + 140 + ], + [ + "Big quiet room in Harlem", + 56 + ], + [ + "Sunny Lg BR in 2BR apt- sleeps 2", + 70 + ], + [ + "Entire Apt in Jackson Heights-25 min to Manhattan", + 105 + ], + [ + "\"Central Park\" View Prvt Room,Mnh ", + 70 + ], + [ + "Cozy 2BD, 20 mins to Times SQ", + 60 + ], + [ + "Living room & Bedroom_Williamsburg", + 120 + ], + [ + "LARGE GREAT STUDIO HELLS KITCHEN", + 150 + ], + [ + "Bright, contemporary and best location", + 112 + ], + [ + "PRICE REDUCED! Clean, safe, & roomy", + 145 + ], + [ + "Adelphi Garden Apartment", + 80 + ], + [ + "Spacious 2BR in UES - 30 DAYS MIN", + 99 + ], + [ + "Flatiron studio next to Madison Pk", + 110 + ], + [ + "Cozy room in center of Park Slope", + 70 + ], + [ + "New Studio Loft in Williamsburg w/ Private Terrace", + 140 + ], + [ + "Brooklyn off J/Z, Newly Renovated", + 46 + ], + [ + "Artsy and Cozy 1b. - Walk Everywhere!", + 180 + ], + [ + "1000 SQ FT Cobble Hill Übercharmer", + 250 + ], + [ + "Cozy Garden Apartment in Bushwick!!", + 75 + ], + [ + "Chic 2Br/2bath, Lower Manhattan", + 250 + ], + [ + "Happy Chic Convenient New Listing!", + 250 + ], + [ + "Spacious bedroom for Summer Months", + 60 + ], + [ + "Cozy | Spacious | Great Location", + 95 + ], + [ + "Sunny Cozy East Village Apartment", + 138 + ], + [ + "NY TIMES Featured Dumbo Penthouse", + 550 + ], + [ + "Cosy room in Brooklyn!2min to Sbwy", + 35 + ], + [ + "Huge Bdr in Loft in Williamsburg", + 90 + ], + [ + "Charming two bedroom in Greenpoint", + 180 + ], + [ + "Light and Spacious your 1BR Fort Greene Apt Awaits", + 145 + ], + [ + "Cozy 1BD in PLG, Brooklyn!", + 100 + ], + [ + "Fort Greene Brooklyn 1 bedroom apt", + 119 + ], + [ + "Fantastic Room in Williamsburg", + 70 + ], + [ + "Charming Bohemian Bushwick Apt", + 48 + ], + [ + "Cozy Two-bedroom Apt in a Cute House in Brooklyn!", + 35 + ], + [ + "PEACEFUL NYC 2-Bedroom FLAT", + 200 + ], + [ + "Cozy bedroom in the heart of Lower East Side", + 64 + ], + [ + "Master Bedroom in E.Village Triplex", + 120 + ], + [ + "Brooklyn Oasis", + 50 + ], + [ + "Boerum Hill Brownstone with Skylights", + 190 + ], + [ + "New York Upper East Side Luxury Apt", + 235 + ], + [ + "Private, quiet spacious room with tons of sun!", + 70 + ], + [ + "Amazing location! Cozy apartment!", + 60 + ], + [ + "Private, sunny room!", + 90 + ], + [ + "NEAR TIMES SQUARE & CENTRAL PARK!", + 125 + ], + [ + "Spacious Williamsburg Retreat", + 120 + ], + [ + "Skyline View Piano Room", + 55 + ], + [ + "Manhattan, modern chic - 2BR/2Bath", + 225 + ], + [ + "ROOM AVAILABLE IN PERFECT FLAT", + 150 + ], + [ + "Harlem Renaissance", + 175 + ], + [ + "GREAT ROOM IN ASTORIA QUEENS", + 70 + ], + [ + "Comfy 2Bdr Railroad in Greenpoint", + 112 + ], + [ + "Stunning Pre-war Penthouse Studio ", + 200 + ], + [ + "RENTING SPACE IN WOODSIDE NYC", + 105 + ], + [ + "Charming brownstone", + 70 + ], + [ + "Spacious bedroom,amazing location! ", + 115 + ], + [ + "Cozy 2BR in the UES (MIN 30 DAYS)", + 99 + ], + [ + "1 BR with Steinway Grand Piano (30 Day Min)", + 120 + ], + [ + "Fully Furnished Private Bedroom", + 80 + ], + [ + "Private Room w/ Patio Near L Train!", + 90 + ], + [ + "Spacious Apt in Bushwick!", + 70 + ], + [ + "LARGE QUEEN ROOM FOR THE HOLIDAYS", + 52 + ], + [ + "Luxury Astoria 1BD apt, 20min from Manhattan", + 150 + ], + [ + "Bright, art-filled elevator apt, LES/Chinatown", + 170 + ], + [ + "Cool artist apartment in Williamsburg/Bushwick", + 132 + ], + [ + "Cozy apartment in Brooklyn", + 90 + ], + [ + "VIEWS VIEWS VIEWS from Designer Apt", + 525 + ], + [ + "Private Retreat on Central Park", + 249 + ], + [ + "Ideal One Bedroom on UWS", + 160 + ], + [ + "Harlem Brownstone - It's Historic!", + 125 + ], + [ + "Luxurious Upper East Side Duplex", + 500 + ], + [ + "Fresh, Quite and Poppin.", + 65 + ], + [ + "Gramercy/Kips Bay 1BR- the best! ", + 170 + ], + [ + "Charming Upper West Side Studio", + 150 + ], + [ + "Room in a 4 bedroom Apt. in Harlem", + 80 + ], + [ + "Bright Design Loft Perfect for Photoshoots", + 1000 + ], + [ + "Huge Sunny Room in UES Townhouse ", + 175 + ], + [ + "Cosy bedroom in Brooklyn duplex", + 50 + ], + [ + "Spacious, sun filled village haven", + 250 + ], + [ + "Cozy Bedroom in Brooklyn", + 40 + ], + [ + "Bed-Stuy Brownstone", + 75 + ], + [ + "Charming 1BD Across from Park", + 82 + ], + [ + "Gorgeous Sunny Studio", + 93 + ], + [ + "Cozy home in south Williamsburg", + 100 + ], + [ + "Harlem", + 75 + ], + [ + "Stylish 3,000 sq ft loft in TriBeCa", + 1000 + ], + [ + "Sunny and spacious private room", + 65 + ], + [ + "Prime Williamsburg Loft Oasis with Garden!", + 250 + ], + [ + "Beautiful Light Filled Apartment in New York City!", + 130 + ], + [ + "Cosy 2 bed, Gramercy, NYC Apartment", + 199 + ], + [ + "Private 2-room space (ba and kitchen shared)", + 37 + ], + [ + "Sunny Private Bedroom in Bushwick", + 80 + ], + [ + "Hipster-Chic Bushwick Apartment", + 33 + ], + [ + "Bedroom in Spacious East Village Apt", + 55 + ], + [ + "West Village Gorgeous Chic 1BR Apt", + 299 + ], + [ + "Beautiful Brooklyn Apartment Share (Purple Room)", + 69 + ], + [ + "BEAUTIFUL WILLIAMSBURG BROWNSTONE", + 200 + ], + [ + "Modern 1 BD near Prospect Park", + 109 + ], + [ + "Bright & quiet 2 bedroom brownstone", + 200 + ], + [ + "Greenwich Village w Private Garden", + 95 + ], + [ + "Upper East Side Apatments", + 375 + ], + [ + "Room in Manhattan (Upper West Side)", + 50 + ], + [ + "Luxurious bed in a clean, cozy home", + 60 + ], + [ + "great room in the best place", + 44 + ], + [ + "Spanish Harlem Apt", + 9999 + ], + [ + "room in prime williamsburg", + 77 + ], + [ + "Holiday Sublet! 20 min to midtown", + 40 + ], + [ + "M3 Hamilton's Hideaway Studio", + 110 + ], + [ + "Amazing, classy, safe & convenient!", + 65 + ], + [ + "Spacious, Cool 1-BD in Brooklyn", + 85 + ], + [ + "1BR Duplex in Heart of Brooklyn with 2 cats!!!", + 175 + ], + [ + "Spacious 1 Bedroom Apartment", + 93 + ], + [ + "Our home is your home.(Vegetarian)", + 375 + ], + [ + "Cozy Harlem Escape 20 mins to Times Square", + 100 + ], + [ + "My home in West Village--Huge, Modern", + 258 + ], + [ + "Huge Room in First Floor Brownstone", + 75 + ], + [ + "Williamsburg Carriage House w/ yard", + 118 + ], + [ + "Quiet & Peaceful Upper West Escape", + 120 + ], + [ + "Charming UES 1bdr near Central Park", + 154 + ], + [ + "Bright & Spacious in Williamsburg", + 150 + ], + [ + "Urban sanctuary in the heart of NYC", + 150 + ], + [ + "West Village / Bleecker & Cornelia", + 145 + ], + [ + "Modern 2BR Apartment in Heart of East Village", + 250 + ], + [ + "Lovely Studio next to Park/Subway", + 100 + ], + [ + "Convenient clean downtown private room + BREAKFAST", + 155 + ], + [ + "Capturing Meditation Style Room ", + 100 + ], + [ + "Sun-drenched 1BD in Upper East Side", + 75 + ], + [ + "Cozy Boutique Studio in Brooklyn", + 110 + ], + [ + "Beautiful Bedroom in Williamsburg", + 50 + ], + [ + "Historic Jumel Terrace Manhattan ", + 225 + ], + [ + "Beautiful artist brownstone", + 150 + ], + [ + "Enjoying New York like a local. Share my Apartment", + 125 + ], + [ + "Your own West Village/ Soho home", + 200 + ], + [ + "Heaven On Riverside", + 90 + ], + [ + "Nirvana On Riverside", + 125 + ], + [ + "Bushwick Duplex 3 (suite)", + 125 + ], + [ + "Room in a great UWS apartment", + 70 + ], + [ + "Habitación muy soleada en Bushwick!", + 55 + ], + [ + "Perfect 1BD in Gramercy/Union Sq", + 199 + ], + [ + "Bedroom w/Private Bath", + 89 + ], + [ + "Clean | Green | Spacious\nWB BK Sanctuary! 2BR/2BA", + 298 + ], + [ + null, + 70 + ], + [ + "Studio apartment Midtown East in NY", + 110 + ], + [ + "Cute & Cozy 1BR in the East Village", + 239 + ], + [ + "Beautiful and great located UES apt", + 300 + ], + [ + "Sunny Room in Charming Bed-stuy Apartment", + 31 + ], + [ + "Bedroom in the Lower East Side", + 70 + ], + [ + "Luxury Apt in Artsy Bushwick ", + 73 + ], + [ + "Comfy large room in Wash Heights", + 70 + ], + [ + "HUGE Beautiful Brooklyn Loft", + 63 + ], + [ + "Cute & Charming Studio W/ Private Outdoor Space NY", + 200 + ], + [ + "Beautiful Apt in the Center of NYC", + 220 + ], + [ + "Roomy/sunny/quiet/fun/great locale", + 95 + ], + [ + "Tall Ceilings, Large Windows", + 127 + ], + [ + "Williamsburg Loft Bedroom", + 85 + ], + [ + "Unique 1BR / Upper West Side", + 250 + ], + [ + "Luxurious, best location, spa inc'l", + 195 + ], + [ + "Beautiful Apt in West Harlem", + 50 + ], + [ + "Sunny Room- Prospect Heights- Bklyn", + 60 + ], + [ + "Beautiful live/work Brooklyn artists loft", + 58 + ], + [ + "Private Room with Own Entrance", + 80 + ], + [ + "Large queen size bedroom in huge loft apt", + 73 + ], + [ + "Lovely and Immaculate Bushwick Apt", + 91 + ], + [ + "Clean, big room in SoHo", + 100 + ], + [ + "Cozy room mins from Central Park!", + 52 + ], + [ + "1 bedroom in Prime Williamsburg", + 65 + ], + [ + "Large room in two-story Brownstone", + 70 + ], + [ + "Charming Apartment Up in the Trees", + 150 + ], + [ + "Apt in Astoria, Queens.15min to NYC", + 107 + ], + [ + "East Harlem Private Room ", + 80 + ], + [ + "Beautiful Bedroom / Winter Getaway", + 45 + ], + [ + "Bright Brooklyn Bedroom next to Subway", + 62 + ], + [ + "Spacious queen size room; 15 min to Midtown NYC", + 49 + ], + [ + "Queen size bedroom. 15 min to NYC", + 50 + ], + [ + "Bright new studio in heart of LIC", + 175 + ], + [ + "3 Bedroom apartment & Yard next to Subway sleeps 6", + 129 + ], + [ + "Charming East Village/Gramercy Park Studio", + 198 + ], + [ + "Five star large one bedroom!", + 185 + ], + [ + "Beautiful Spacious Suite..", + 90 + ], + [ + null, + 40 + ], + [ + "1BR 2-blocks from BK Museum", + 130 + ], + [ + "Sunny and Quiet Williamsburg Room", + 100 + ], + [ + "Private Apartment In Heart Of Brooklyn", + 75 + ], + [ + "Private Studio On Roof, Private bath + Deck", + 90 + ], + [ + "A Cozy Studio in Clinton Hill", + 110 + ], + [ + "Sunny Bedroom in BK", + 65 + ], + [ + "Lovely Large Room with Private Bathroom", + 49 + ], + [ + "Modern (Website hidden by Airbnb) Sq Apt!", + 400 + ], + [ + "Big Sunny Room 10secs from L train", + 60 + ], + [ + "Super Clean, Quiet & Spacious Room", + 31 + ], + [ + "Private floor and entrance in townhouse", + 70 + ], + [ + "Two story apt with rooftop terrace", + 250 + ], + [ + "Beautiful Apt - Flatiron/ Chelsea", + 215 + ], + [ + "600 SF appartment in NYC, Manhattan", + 235 + ], + [ + "SOHO GALLERY", + 2400 + ], + [ + "Affordable room in a friendly house", + 35 + ], + [ + "Cool Room In Cool Harlem ", + 59 + ], + [ + "Cool Room in NYC", + 65 + ], + [ + "Charming LES studio w/ BBQ patio", + 180 + ], + [ + "PENTHOUSE STUDIO WITH LARGE TERRACE", + 175 + ], + [ + "Private 1st level studio near NYC", + 81 + ], + [ + "Spacious Studio- Midtown Manhattan!", + 225 + ], + [ + "HOUSE SUITE", + 100 + ], + [ + "Amazing Private & Cozy Williamsburg Room *rooftop*", + 75 + ], + [ + "Master bedroom w/ private bathroom and free gym", + 85 + ], + [ + "MODERN Luxury Hotel Residence in Midtown", + 99 + ], + [ + "Quiet, value & convenience in NYC's best hood!", + 175 + ], + [ + "Private Room With Balcony UES", + 90 + ], + [ + "Private entrance Private roofdeck NO CLEANING FEE", + 125 + ], + [ + "1 BR in loft / Bushwick", + 30 + ], + [ + "Great location w/ Terrace!", + 165 + ], + [ + "Cozy Nolita Apt - 1 BDR + Study", + 149 + ], + [ + "Holiday Sublet in Carroll Gardens", + 100 + ], + [ + "Beautiful Greenwich Village Loft", + 200 + ], + [ + "East Village sunny/new bedroom", + 110 + ], + [ + "Designer 1BD w/ backyard space", + 315 + ], + [ + "Contemporary Luxury Studio Apartment", + 148 + ], + [ + "Sunny and Spacious Brooklyn Apartment", + 150 + ], + [ + "Spacious East Village Apartment", + 175 + ], + [ + "Home Sweet Home!\nSpring fling!", + 59 + ], + [ + "Comfy apt next to Central Park!", + 139 + ], + [ + "Room in Brooklyn, 20 min from Manh", + 50 + ], + [ + "Penthouse on Park Ave", + 250 + ], + [ + "Lovely Bedroom in Trendy Brooklyn", + 42 + ], + [ + "Bohemian Retreat in Williamsburg", + 100 + ], + [ + "BROOKLYN Authentic artsy LOFT :)", + 80 + ], + [ + "Heart of Astoria, Spacious 2 bdrm, 15min to City!", + 90 + ], + [ + "Cozy 1-bedroom apt ", + 105 + ], + [ + "Bedroom in 19th Century Charmer - Clinton Hill", + 75 + ], + [ + "Restored Bungalow of Rockaway Beach", + 130 + ], + [ + "Elegant Quiet Spacious 2BD Brownstone Brooklyn NYC", + 149 + ], + [ + "True one bedroom", + 200 + ], + [ + "Bohemian 1 Bedroom Loft with city view", + 149 + ], + [ + "Morning Side Heights Private Room", + 60 + ], + [ + "Charming West Harlem Apartment", + 100 + ], + [ + "Cozy Private Room", + 43 + ], + [ + "Beautiful, sunny, large 1BD!", + 145 + ], + [ + "Spacious 2 Bedroom apartment in Washington Heights", + 85 + ], + [ + "1A GREAT APT NEW YORK CITY !!!", + 275 + ], + [ + "Pvt room in 2br/1bath, Crown Hghts", + 100 + ], + [ + "Adorable sunny studio great area-For monthly stays", + 105 + ], + [ + "Roomy West Village Studio", + 250 + ], + [ + "1 Bedroom - 1 Bathroom MIDTOWN,NYC", + 180 + ], + [ + "Private Room in Hell's Kitchen NYC", + 175 + ], + [ + "Comfy 4br, 2 full baths, 3 fls, 2 living rooms", + 600 + ], + [ + "Another Large Room in Midtown Apartment", + 95 + ], + [ + "Spacious 1 BDR in Astoria, Queens ", + 150 + ], + [ + "Charming Upper East Side Studio", + 119 + ], + [ + "One Bed Room Apt In Midtown East", + 165 + ], + [ + "Fabulous bedroom in the heart of BK", + 50 + ], + [ + "great location luxury buiding", + 225 + ], + [ + "Sugarhill Studio", + 80 + ], + [ + "Kosher Upper West Side Studio Apt", + 149 + ], + [ + "Clean, New Private Garden Level Apartment in BKLYN", + 195 + ], + [ + "quiet, sunny, floor-through brownstone", + 130 + ], + [ + "Complete 1 bedroom near Columbia U", + 95 + ], + [ + "Midtown East Lovely Nice Studio", + 125 + ], + [ + "Loft Studio Near UN Building-30 days min stay", + 95 + ], + [ + "Cozy, CLEAN & SAFE room", + 50 + ], + [ + "Monthly studio-heart of Manhattan", + 85 + ], + [ + "Entire Basement + Yard Access. ", + 95 + ], + [ + "Cozy 1BD close to Prospect Park", + 50 + ], + [ + "Spacious Sunny Brooklyn Sanctuary", + 80 + ], + [ + "Private Roof 4 bedroom 2.5Baths 15m to Manhattan", + 320 + ], + [ + "beautiful ROOFTOP apartment", + 37 + ], + [ + "Big & Bright near Park & Museum", + 90 + ], + [ + "Times Square Cozy Studio ", + 95 + ], + [ + "Private room in cozy, large UWS apt", + 85 + ], + [ + "Cozy room in Prospect Heights", + 79 + ], + [ + "EPIC east village room!", + 100 + ], + [ + "Quiet retreat, peaceful stay", + 54 + ], + [ + "affordable and convenient Manhattan studio", + 129 + ], + [ + "Elegant NYC, 10mins to Manhattan!", + 90 + ], + [ + "Amazing Artist Loft", + 254 + ], + [ + "Studio Apartment in Midtown", + 159 + ], + [ + "Perfect private studio in NYC", + 90 + ], + [ + "Comfy & Cozy in Best Hood in Bk", + 85 + ], + [ + "A Mini Home Away From Home", + 45 + ], + [ + "Lofty Brownstone Floor-Through", + 275 + ], + [ + "1 BR in Spacious 4 BR duplex", + 38 + ], + [ + "Sunny & Cozy 1 Bedroom Apartment", + 100 + ], + [ + "Room in Airy Williamsburg Apt", + 103 + ], + [ + "Amazing 2BR (5) UES, (MIN 30 DAYS)", + 99 + ], + [ + "NYC Duplex + Terrace in East 60s ", + 185 + ], + [ + "Cozy room in Brooklyn!!", + 90 + ], + [ + "Luxury Building $80 per night", + 86 + ], + [ + "Cozy Affordable Room Available In NYC!!", + 40 + ], + [ + "Lovely 2 Bedroom Family Apartment Close to City", + 165 + ], + [ + "Perfectly Located UpperWest Futon", + 35 + ], + [ + "Cat-sit in our Awesome Apartment!", + 2000 + ], + [ + "Spacious and light-filled Manhattan apartment", + 117 + ], + [ + "Private room for 2 in cool BK apt", + 50 + ], + [ + "Big, bright Park Slope 2.5 bedroom!", + 175 + ], + [ + "Spacious Apt in Bushwick", + 95 + ], + [ + "Bright Comfy Room in East Village", + 70 + ], + [ + "Lovley loft in Williamsburg!", + 100 + ], + [ + "Modern Living", + 150 + ], + [ + "Cozy 1 Bedroom Apt In Great Location!", + 169 + ], + [ + "Cozy Room in Crown Heights", + 50 + ], + [ + "Times Square Midtown Mahattan Room", + 99 + ], + [ + "2 Bedrooom- near Columbus Circle", + 200 + ], + [ + "Bright & Spacious GP/N Williamsburg", + 70 + ], + [ + "Spacious Sunny 2 Bedroom Close to the Subway!", + 130 + ], + [ + "Studio - Midtown East", + 125 + ], + [ + "1BR apartment in the heart of SoHo", + 180 + ], + [ + "Sunlit Room in Brooklyn Brownstone", + 80 + ], + [ + "Furnished room with Bed, Closet, TV", + 45 + ], + [ + "Loft in Brooklyn / Clinton Hill", + 99 + ], + [ + "Charming & sunny studio apartment", + 99 + ], + [ + "bright and clean! vintage style!", + 99 + ], + [ + "Cozy Lower East Side Apartment", + 225 + ], + [ + "Astoria Gem: 15min. From Manhattan", + 150 + ], + [ + "Walk everywhere! Soho Charm. Bargain *NOW* Nolita", + 100 + ], + [ + "HUGE SUNNY SUITE w Private Entrance 3 min to city", + 73 + ], + [ + "Spacious Apt-1 BDRM & Office", + 180 + ], + [ + "Comfortable and Cozy!", + 80 + ], + [ + "Private bedroom", + 80 + ], + [ + "Spacious, sunlit room w/balconies by Central Park", + 85 + ], + [ + "New Large 1 Bedroom East Village", + 175 + ], + [ + "Large private room in the sky", + 100 + ], + [ + "Modern fully furnished bedroom", + 85 + ], + [ + "103rd st/lex/clean, Comfort and big room", + 65 + ], + [ + "Queen Room in Penthouse Fidi Apt", + 150 + ], + [ + "Perfect 2-bedroom in the best part of Williamsburg", + 249 + ], + [ + "1 Bedroom apartment with Backyard ", + 40 + ], + [ + "Beautiful Room by Central Park", + 200 + ], + [ + "Super spacious cozy one-bedroom apartment, Astoria", + 124 + ], + [ + "Cozy Queen BR in Hell's Kitchen", + 200 + ], + [ + "Chill 2B UWS, close to A,C,E/1,2,3", + 50 + ], + [ + "1 Bedroom Apt. in Nolita/Chinatown", + 160 + ], + [ + "Quiet, Modern Gem in LES w balcony!", + 200 + ], + [ + "Spacious Chinatown/LES 2 Bedroom", + 300 + ], + [ + "Well-kept Studio/♥ of Chelsea", + 200 + ], + [ + "Spacious 1BR By Prospect Park", + 139 + ], + [ + "Huge, Sunny Bedroom in Bushwick", + 49 + ], + [ + "Cozy Bedroom in hip Williamsburg", + 55 + ], + [ + "2 bed / 2 bath East Village top floor AMAZING", + 260 + ], + [ + "Two Bedrooms in Chelsea Apartment", + 150 + ], + [ + "East Village Beauty", + 110 + ], + [ + "Beautiful Boerum Hill apartment!", + 110 + ], + [ + "Perfect room/Great Safe Location 20mins to TimesSq", + 81 + ], + [ + "Basement apartment in bedstuy", + 60 + ], + [ + "A Crown Heights Holiday ", + 65 + ], + [ + "Clinton Hill Guest Room", + 175 + ], + [ + "Cozy 1BR in Brooklyn Heights ", + 130 + ], + [ + "Spacious Williamsburg Home", + 240 + ], + [ + "Cesco's House", + 130 + ], + [ + "STUNNING 1BD BRIGHT UNIT, RENOVATED", + 97 + ], + [ + "Room for rent in Sheepshead bay", + 50 + ], + [ + "Huge Loft In heart of Bushwick", + 88 + ], + [ + "Cozy Quiet Apt 10min to Manhattan", + 112 + ], + [ + "1 Bedroom in Bushwick APT", + 65 + ], + [ + "Charming apt in beautiful Brooklyn!", + 105 + ], + [ + "Currently Not Avail", + 120 + ], + [ + "2 Bedroom midcentury Brooklyn Brownstone apartment", + 70 + ], + [ + "Comfortable Room in Great Location", + 75 + ], + [ + "Modern & luxurious close to trains", + 99 + ], + [ + "Amazing Brooklyn Heights 2BR+patio", + 275 + ], + [ + "Apartment Downtown New York ", + 600 + ], + [ + "Cozy UWS room with amazing Hudson view", + 90 + ], + [ + "Cozy Spacious Apartment", + 60 + ], + [ + "Brooklyn luxury bldg, with rooftop and balcony!", + 125 + ], + [ + "Great location with private access & private bath", + 65 + ], + [ + "Beautiful apartment in Bushwick", + 159 + ], + [ + "Entire One-Bedroom Apartment Near Columbia Univers", + 145 + ], + [ + "Cozy Room - Best Manhattan Location", + 130 + ], + [ + "Entire 1 Bedroom 1 Bath Central Park APT", + 255 + ], + [ + "Location is Everything!", + 90 + ], + [ + "Happy Brooklyn! Happy Konakolo!", + 150 + ], + [ + "Huge Classic Williamsburg 2BR loft", + 295 + ], + [ + "Beautiful light cozy apartment", + 125 + ], + [ + "Large room in Uptown Manhattan near Cloisters", + 75 + ], + [ + "NEW LISTING-Great for Traveler! Duplx 3 Bdrm/2 Bth", + 188 + ], + [ + "Spacious Studio Apartment ", + 130 + ], + [ + "Spacious, Cozy 1 Bedroom", + 72 + ], + [ + "Cozy room in Queens, 20 min to NYC", + 45 + ], + [ + "Private Room in Prime Brooklyn Spot", + 80 + ], + [ + "Private room on Upper East Side", + 94 + ], + [ + "Brooklyn. Room, private bath & private entrance", + 70 + ], + [ + "2BD loft with 180 Manhattan view", + 150 + ], + [ + "Charming Brooklyn Getaway", + 70 + ], + [ + "Quite Room, Private Bath Easy Tra!", + 42 + ], + [ + "Sunny apt in heart of The Village!", + 225 + ], + [ + "Sunny and Spacious Brooklyn Apt", + 70 + ], + [ + "Room in Down town Brooklyn Parkslop", + 60 + ], + [ + "Gorgeous quiet & central NYC apt!", + 180 + ], + [ + "Beautiful & Cozy true 2 Bedroom in SoHo/Nolita", + 150 + ], + [ + "Private Room - 2 blocks from Central Park", + 105 + ], + [ + "2 bdrms in 3 Bdrm Lovely Brownstone", + 100 + ], + [ + "Williamsburg Brooklyn Apartment", + 225 + ], + [ + "Bright Beautiful Spacious 1 bedroom", + 125 + ], + [ + "Private room, 10min to Times Square", + 82 + ], + [ + "Classic Tenement 1BR, Center of LES", + 140 + ], + [ + "2 Bedroom Apt in downtown Brooklyn", + 250 + ], + [ + "Garden Spot in Bushwick", + 69 + ], + [ + "Beautiful Apt in Prime NY Location", + 275 + ], + [ + "Bright + Stylish *THREE* Bedroom BK Apt Near Train", + 145 + ], + [ + "LUXURY PRIVATE MANHATTAN APARTMENT", + 125 + ], + [ + "Sunny, spacious bedroom with a view", + 100 + ], + [ + "Large 1 Bedroom Artist Loft in the Lower East Side", + 100 + ], + [ + "Artists Home with Large Sunny Backyard+Parking", + 190 + ], + [ + "A writer's den in Nolita ...", + 200 + ], + [ + "Modern, south facing and spacious UWS 1BR", + 125 + ], + [ + "Spacious, 3 bedrooms, 2 bath", + 300 + ], + [ + "LARGE COZY STUDIO BEST LOCATION - PARADISIAC OASIS", + 159 + ], + [ + "1BD UWS Apt. 1 block from C. Park", + 225 + ], + [ + "2BR Entire Floor Apt in Flatiron", + 300 + ], + [ + "Heart of Greenwich Village - Large, Clean Space", + 180 + ], + [ + "1 bd apt in Astoria", + 99 + ], + [ + "Stylish Apartment with Spacious Private Room", + 120 + ], + [ + "Large Bedroom by Grand Central Station in NYC", + 90 + ], + [ + "Big & Sunny room w Private Entrance", + 59 + ], + [ + "VICTORIAN SUNFILLED APT DREAM VIEW", + 95 + ], + [ + "Cozy Brownstone Room Near NYU Hospital", + 65 + ], + [ + "Sunnyside, New York - Stay and get connected", + 40 + ], + [ + "Spend the Fall in NoLita!", + 250 + ], + [ + "Cozy Quiet Room in Williamsburgs", + 85 + ], + [ + "Spacious Rm in 3br apt-private bath", + 71 + ], + [ + "Peaceful 1BD in Historic W. Harlem", + 109 + ], + [ + "166 Reviews, Single-Family House", + 262 + ], + [ + "Bedford Loft in Williamsburg", + 55 + ], + [ + "Very spacious, clean Manhattan Apt", + 70 + ], + [ + "NYC GORGEOUS LIGHT SPACE RIVER VIEW", + 109 + ], + [ + "20 min from Union Square", + 40 + ], + [ + "Cute 1 Bedroom in 2BR Apartment", + 70 + ], + [ + "Room available for long term", + 50 + ], + [ + "Gorgeous Loft apt. Prime Location with Rooftop", + 120 + ], + [ + "Summer sublet sunny room in Harlem", + 80 + ], + [ + "Brooklyn Heights ", + 200 + ], + [ + "HOME SWEET HOME - VISIT NYC!", + 300 + ], + [ + "Bright, Spacious 1BR - West Village", + 175 + ], + [ + "BIG ROOM IN BROOKLYN!! ", + 75 + ], + [ + "Large One Bedroom Apartment, 15 mins to Manhattan", + 119 + ], + [ + "CLOSE- EAST SIDE HOSPITALS- 2 Bedroom Apt 5C", + 165 + ], + [ + "Boutique Retreat", + 40 + ], + [ + "TOWNHOUSE NEAR RSD PARK - Spacious 2 Bedroom Apt", + 265 + ], + [ + "*DYLAN* Exquisite 1 BR & Terrace - Contemporary", + 130 + ], + [ + "Clean and Serene Kensington, Bk", + 85 + ], + [ + "Beautiful sunny apt near prospect park!", + 70 + ], + [ + "Gorgeous Waterfront Studio: Williamsburg", + 210 + ], + [ + "New Year's Eve in the Heart of NYC!", + 225 + ], + [ + "Funky and Fresh room in Brooklyn ", + 46 + ], + [ + "Cosy room in spacious apartment", + 75 + ], + [ + "Huge Brooklyn Oasis only 1 block from subway!", + 126 + ], + [ + "Modern Minimalism w/ Private Bath", + 88 + ], + [ + "Beautiful and Spacious 2 bedroom West Harlem Apt.", + 150 + ], + [ + "Cozy Downtown Brooklyn Apartment", + 175 + ], + [ + "1BR in Murray Hill, E 26th & 2nd Ave (30 DAYS MIN)", + 380 + ], + [ + "2 Stops to MANHATTAN!", + 500 + ], + [ + "Oasis in Prime LES", + 110 + ], + [ + "New Year's in the East Village", + 175 + ], + [ + "Great location in South Manhattan", + 78 + ], + [ + "Luxurious 2BD Perfect for Kids", + 250 + ], + [ + "Central Park Suite", + 125 + ], + [ + "Beautiful 1 br Williamsburg apt", + 200 + ], + [ + "Labor Day Special: Brooklyn Base Camp", + 55 + ], + [ + "Lovely room!- 15 min to Manhattan!!", + 65 + ], + [ + "Stylish & New Chelsea Apartment", + 175 + ], + [ + "*OASIS* 2 BEDROOM, 2 BATH & Garden! Great UWS Area", + 205 + ], + [ + "Beautiful Apartment near subway", + 90 + ], + [ + "Beautiful Guest Room in Fort Greene, Brooklyn", + 100 + ], + [ + "Great Room with Good Amenities", + 60 + ], + [ + "L♥vely 1BR! Times Square BROADWAY Theatre District", + 99 + ], + [ + "Panoramic City Views in Lux bldg", + 50 + ], + [ + "All-Inclusive Room, Super Cute Apt", + 50 + ], + [ + "Cozy & Clean #2", + 68 + ], + [ + "Huge, Cozy 1BR in the ❤️️ of Harlem", + 125 + ], + [ + "Charming One Bedroom in Chelsea", + 175 + ], + [ + "This cozy space is a newly renovate", + 100 + ], + [ + "Quiet queen bed in bustling Greenwich Village", + 85 + ], + [ + "Cozy & Quaint", + 125 + ], + [ + "Brooklyn Beauty! Private Bed+Bath", + 118 + ], + [ + "Luxury in Best Location", + 346 + ], + [ + "1 bd Artist Retreat in Brooklyn", + 52 + ], + [ + "Mid Century Modern 2 Bedroom Apt", + 107 + ], + [ + "Nice studio in Midtown Manhattan", + 99 + ], + [ + "Big & bright 2 bedroom apartment! Lower East Side!", + 150 + ], + [ + "PenthousPrivate room & bath w roof", + 65 + ], + [ + "Big & bright apt in Harlem!", + 85 + ], + [ + "Cozy Apt.Near Park/Museums & Subway", + 155 + ], + [ + "Perfectly Located Brooklyn Studio", + 125 + ], + [ + "A lovely room in heart of NY", + 59 + ], + [ + "Huge Room 15 min to Grand Central", + 70 + ], + [ + "Quirky BrwnStone Studio in Harlem ", + 115 + ], + [ + "Beautiful full-service UWS studio ", + 175 + ], + [ + "Stylish Apartment in post-war walk-up Building", + 149 + ], + [ + "Open Room for 12 Days this February", + 50 + ], + [ + "Your Home with View in Greenpoint!", + 190 + ], + [ + "HUGE 1 BED@TIMES SQUARE@BRAND NEW!!", + 80 + ], + [ + "Greenpoint apartment", + 75 + ], + [ + "Quiet Room, Near Columbia University & Subway", + 89 + ], + [ + "Amazing Central Park view", + 123 + ], + [ + "Best Location on the UWS!!", + 78 + ], + [ + "Sun-Filled Apartment 1 Minute From Subway", + 62 + ], + [ + "South Slope Pied-A-Terre Studio", + 120 + ], + [ + "Contemporary & Clean 1 bdrm Apartment(Lower Level)", + 80 + ], + [ + "Modern, Bright, One Bedroom", + 180 + ], + [ + "A Romantic Loft plus terrace Heart of Brooklyn", + 145 + ], + [ + "Beautiful Central Park View", + 99 + ], + [ + "Huge Bright 1BR+Office in Downtown Manhattan NYC!", + 300 + ], + [ + "East Village Floor Thru plus Garden", + 87 + ], + [ + "DOMINIQUE'S NYC cosy,2 bedrm crashPad*Stay here*", + 155 + ], + [ + "Dominiq's NY cosy 3bedrm crashpad*metro*wifi*$$ale", + 250 + ], + [ + "Stylish and cozy SOHO loft bedroom", + 130 + ], + [ + "cozy room 5 minutes to manhattan", + 65 + ], + [ + "Funky Union Square Apartment", + 156 + ], + [ + "Bronx, 1Bdrm in 3Bdrm Apt.", + 50 + ], + [ + "Beautiful One Bedroom Apartment", + 450 + ], + [ + "private room avail in lovely BK apt", + 40 + ], + [ + "Private Cozy Bright Brooklyn Studio", + 95 + ], + [ + "Room in Jackson Heights (Queens)", + 45 + ], + [ + "Hostal : FULL SIZE BUNK BED ( Bottom on floor)", + 60 + ], + [ + "GREAT ROOM IN HELL'SKITCHEN!!", + 100 + ], + [ + "Canal Street bedroom ", + 75 + ], + [ + "Sunny Room near Central Park", + 84 + ], + [ + "Charming private Studio", + 70 + ], + [ + "a cozy room in manhattan!", + 69 + ], + [ + "Huge artist loft, heart of W'Burg!", + 62 + ], + [ + "Lower East Side Gem", + 200 + ], + [ + "1bd in fantastic BK location", + 100 + ], + [ + "The Golden Room", + 45 + ], + [ + "CHARMING GARDEN APT IN TOWNHOUSE", + 170 + ], + [ + "Cute and Cozy UWS Studio", + 150 + ], + [ + "Two Bedroom Apartment", + 99 + ], + [ + "Beautiful room in Brooklyn", + 45 + ], + [ + "Comfortable room steps from Central Park", + 95 + ], + [ + "Greenpoint is the place to be!", + 95 + ], + [ + "Home Away From Home", + 79 + ], + [ + "Amazing Loft/ Bed-Stuy/ Full Cleaning Service.", + 120 + ], + [ + "Chic Downtown 1 Bedroom", + 375 + ], + [ + "Great Spacious Appartment", + 120 + ], + [ + "1 Bedroom in a Williamsburg Loft", + 85 + ], + [ + "Near Subway -15 min to Manhattan", + 100 + ], + [ + "Sun-Filled Room near Central Park", + 84 + ], + [ + "Chelsea Oasis 1 Bedroom Brownstone", + 549 + ], + [ + "Huge, Beautiful Artist's 2 bedroom", + 230 + ], + [ + "Cozy, quiet 2-story place by subway", + 100 + ], + [ + "Bright & spacious room, 2 minutes to subway!", + 70 + ], + [ + "A Beautiful and Sunny Artist's Home", + 72 + ], + [ + "MyModernCrib w/ Empire State Views ", + 140 + ], + [ + "1 Bdrm in Luxury High Rise", + 125 + ], + [ + "Midtown Launching Pad", + 135 + ], + [ + "East Village Studio", + 120 + ], + [ + "Private room in Brooklyn, Calico Cat in the house!", + 49 + ], + [ + "Rare Find - Oversized 1BR in Williamsburg center", + 240 + ], + [ + "Awesome, Sunny Loft - Two Floors!", + 380 + ], + [ + "Perfect apt in UES", + 150 + ], + [ + "汤母小屋", + 89 + ], + [ + "Enjoy Central Park,", + 100 + ], + [ + "The Red House", + 75 + ], + [ + "A hop to La Guardia Airport in quiet College Point", + 50 + ], + [ + "Spacious Private Room ", + 60 + ], + [ + "LUXURY MID-CENTURY MODERN LOFT SOHO", + 760 + ], + [ + "Charming Private Bedroom in 2 Bedroom Apartment", + 85 + ], + [ + "PRIVATE SUNNY ROOM IN BUSHWICK! ", + 65 + ], + [ + "Upper East Side Gem!", + 150 + ], + [ + "Quaint One Bed Apartment on UES", + 169 + ], + [ + "Harlem Studio w/ view!!", + 85 + ], + [ + "Best location & Amazing view / Apt in Tribeca", + 350 + ], + [ + "Sunny, modern 1BR in Crown Heights", + 148 + ], + [ + "Cozy Studio Close to Everything", + 100 + ], + [ + "Gramercy Park View Pied A Terre", + 1000 + ], + [ + "Large 1 Bedroom in Brooklyn", + 125 + ], + [ + "Cozy Apt, Terrace in Williamsburg", + 80 + ], + [ + "BRAND NEW condo in Flushing!", + 72 + ], + [ + "Private BR in amazing neighborhood", + 125 + ], + [ + "Easily accessible cozy room! R202", + 34 + ], + [ + "Full Prospect Heights Brownstone!", + 288 + ], + [ + "Modern Prime Williamsburg 1BR w/ Terrace & Views", + 167 + ], + [ + "Charming Studio Apartment", + 125 + ], + [ + "Spacious and welcoming 1 bedroom apt", + 100 + ], + [ + "Sun drenched art filled apartment", + 290 + ], + [ + "Spacious 2 Bedroom, 2 Bath, 5th Avenue Entire Apt", + 229 + ], + [ + "Boho Williamsburg Room W/ Private Entrance", + 100 + ], + [ + "Private Room w/ Bath and Balcony", + 60 + ], + [ + "PRIME LOCATION - Beautiful 3BR Artist Oasis w/Deck", + 225 + ], + [ + "Spacious Room in Apt with Backyard", + 70 + ], + [ + "Beautiful Bushwick - 3BR Apartment", + 174 + ], + [ + "GORGEOUS 1BR IN MIDTOWN 1/15-1/19", + 350 + ], + [ + "*GALAXY* Spectacular 2 Bedroom - Spacious & Light!", + 250 + ], + [ + "CHARMING TOWNHOUSE NEAR RSD PARK - STUDIO APT", + 105 + ], + [ + "LARGE ROOM IN A GREAT NEIGHBORHOOD", + 40 + ], + [ + "Relaxing Brooklyn Oasis - Prime Location", + 50 + ], + [ + "East River view", + 65 + ], + [ + "Stay in Harlem 1 - 3 months!", + 75 + ], + [ + "Beautiful Fort Greene Studio", + 180 + ], + [ + "Spacious Room in Bushwick Brooklyn", + 60 + ], + [ + "LUX Blg-Prime Area! Lg PRIVATE RM & BATH w/VIEWS!", + 69 + ], + [ + "Spacious Room at Broome St, LES", + 150 + ], + [ + "Furnished room in DUMBO/Fort Greene", + 200 + ], + [ + "Charming 1BR near Union Square", + 125 + ], + [ + "Historic Upper West Side Townhouse", + 795 + ], + [ + "Modern/Spacious 4BR +Tent Perfect for LARGE groups", + 450 + ], + [ + "Cozy Room available in UES Apt", + 80 + ], + [ + "Big 2-story home in Brooklyn Hts.", + 300 + ], + [ + "Cozy Space in Harlem, Manhattan", + 80 + ], + [ + "Great Gramercy Share Apt", + 75 + ], + [ + "NYC New Years Penthouse suite", + 500 + ], + [ + "Wake Up In The City That Never Sleeps", + 135 + ], + [ + "East Village Ageloff Towers", + 250 + ], + [ + "Simple, sweet in NOLITA-NYC", + 80 + ], + [ + "Great Prospect / Crown Heights 1BR", + 85 + ], + [ + "Restored 1910 Brooklyn Loft Suite", + 150 + ], + [ + "Sunny Room in Historic Williamsburg Loft", + 60 + ], + [ + "Beautiful Manhattan 1br apartment close to subway!", + 249 + ], + [ + "*SPLENDID* Fantastic 2 BR Apt near many Hospitals", + 155 + ], + [ + "Large & Sunny Bedroom - super close to subway", + 65 + ], + [ + "Railroad Apt in Greenpoint, BKLYN", + 90 + ], + [ + "1 BR Apartment in UES - 5' walk to CentralPark", + 150 + ], + [ + "It's always sunny in Williamsburg!", + 96 + ], + [ + "1BR with backyard in Williamsburg!", + 90 + ], + [ + "Large Room in Greenwich Village", + 89 + ], + [ + "Private Bedroom in Upper Manhattan", + 80 + ], + [ + "near Columbia Hospital", + 77 + ], + [ + "Sunny room in Bushwick; Minutes from subway!", + 60 + ], + [ + "Spaceful 1 BR apartment, sleeps 3", + 165 + ], + [ + "Sunny, comfy room in quiet Park Slope apmt", + 70 + ], + [ + "2 Bedroom in Bed Stuy", + 83 + ], + [ + "Lovely Big Bedroom in Clinton Hill", + 70 + ], + [ + "Reduced$ EastVillage Entire 1BD APT", + 139 + ], + [ + "Private Bedroom in BK Brownstone", + 50 + ], + [ + "Humble 1BR in Bushwick", + 50 + ], + [ + "Cute, Cozy in Prime Williamsburg", + 220 + ], + [ + "Million Dollar Listing :Times Square", + 250 + ], + [ + "Study in 1885 Gothic Brownstone.", + 177 + ], + [ + "Modern 1br downtown Manhattan", + 150 + ], + [ + "Cozy private bedroom in duplex", + 50 + ], + [ + "Sunny NYC APT - 15min from Midtown", + 90 + ], + [ + "BR in heart of trendy williamsburg", + 150 + ], + [ + "Cozy New York Studio", + 125 + ], + [ + "Charming Bright Upper East Space", + 150 + ], + [ + "Lovely Victorian Brooklyn 6BR Home", + 415 + ], + [ + "Clean & Cozy Private Room", + 50 + ], + [ + "Charming Townhouse Near RSD Park! 2 Bedroom Apt", + 165 + ], + [ + "15 mins to Times Square + Sleeps 4", + 175 + ], + [ + "Large Room In Beautiful Brownstone ", + 50 + ], + [ + "Great 2 bedroom on The Upper East Side", + 250 + ], + [ + "Clean & Warm East Village Escape!", + 100 + ], + [ + "Beautiful Studio in the Upper East (30 DAYS MIN)", + 99 + ], + [ + "Comfy Bedroom quite neighborhood ", + 80 + ], + [ + "flexible 1BD LIVE/ WORK space BK", + 140 + ], + [ + "Room w/artwork & huge window on historic block!", + 83 + ], + [ + "Cozy room in a quite neighborhood", + 99 + ], + [ + "Fun Space in the Heart of Williamsburg", + 79 + ], + [ + "Quiet private retreat high above Brooklyn.", + 100 + ], + [ + "Quaint Sunny Cobble Hill Brownstone", + 160 + ], + [ + "Huge Sunny Private Room in Bushwick", + 45 + ], + [ + "Top Floor Williamsburg Beauty", + 225 + ], + [ + "Alcove Studio 1 blk from Times Sq", + 180 + ], + [ + "Modern Studio Apt in Williamsburg", + 90 + ], + [ + "Lovely room in Prospect Heights", + 60 + ], + [ + "Close to subway, Manhattan, & shops with kitchen", + 120 + ], + [ + "Best Location in Midtown Manhattan", + 150 + ], + [ + "I LOVE BROOKLYN PRIVATE 1-BR APT", + 80 + ], + [ + "Historic West Village Charmer", + 275 + ], + [ + "Cozy 1BD near midtown Manhattan", + 110 + ], + [ + "Room in artist apartment/ close to Ferry", + 85 + ], + [ + "Upper East Side Beautiful Studio", + 245 + ], + [ + "Master bedroom in Williamsburg", + 90 + ], + [ + "Designer's Red Hook Apartment", + 115 + ], + [ + "Comfy Room Family Home LGA Airport NO CLEANING FEE", + 54 + ], + [ + "Large williamsburg apt. Sleeps 4.", + 195 + ], + [ + "Stunning townhouse in Park Slope", + 995 + ], + [ + "Amazingly bright and cozy apartment", + 120 + ], + [ + "Quiet Bdrm w/Private Bath & TV in BIG apartment!", + 135 + ], + [ + "SpaciousRoom in the heart of New York,Times Square", + 150 + ], + [ + "Cozy Private Room for one female", + 61 + ], + [ + "BEAUTIFUL 2 BED/ BRICK WALLS/ 52ST", + 115 + ], + [ + "1bd in a sunny 2 bd Ft. Greene Apt", + 63 + ], + [ + "Cozy one-bedroom in E Village", + 185 + ], + [ + "Large, comfy 1br in Williamsburg!", + 1763 + ], + [ + "Monthly Rental in Crown Heights", + 33 + ], + [ + "NOT AVAILABLE", + 55 + ], + [ + "Sunny 1000 sqft, heart of Crown Hts", + 150 + ], + [ + "Roomy Studio at Prospect Park", + 80 + ], + [ + "Spacious Brooklyn Loft/private room", + 40 + ], + [ + "Spacious private room upper west side", + 79 + ], + [ + "LUXURY*Doorman*Walk to Central Park", + 140 + ], + [ + "True 1BR Apt in Greenwich Village", + 198 + ], + [ + "Master Bedroom in Lefferts Garden", + 65 + ], + [ + "Harlem Style Spacious and Sunny", + 117 + ], + [ + "Modern and convenient", + 125 + ], + [ + "*Designer West Village Dream Home*", + 510 + ], + [ + "GORGEOUS 2 BD PENTH., 500SF TERRACE", + 125 + ], + [ + "Luxury penthouse in FiDi", + 170 + ], + [ + "Convenience & Chill", + 65 + ], + [ + "Perfect One Bedroom in Greenpoint", + 195 + ], + [ + "Huge 1 Bedroom in East Harlem", + 115 + ], + [ + "Cozy Chelsea Studio", + 135 + ], + [ + "3BDR architect's garden home", + 350 + ], + [ + "Best place for families & groups in Manhattan NYC!", + 115 + ], + [ + "Convenient place to stay in Manhattan!", + 45 + ], + [ + "Cozy, sunny private room", + 65 + ], + [ + "LIC Super Sunny & Spacious 1BR Apt", + 135 + ], + [ + "1br in duplex of luxury building", + 40 + ], + [ + "COZY, AFFORDABLE, PVT. BEDSTUY ROOM", + 70 + ], + [ + "Perfect Times Square 1 bedroom ", + 199 + ], + [ + "Amazing BR in Doorman Building!", + 100 + ], + [ + "Gorgeous Renovated One Bedroom ues", + 195 + ], + [ + "Huge 3BR on Prospect Park", + 200 + ], + [ + "3 bedroom 2 1/2 bath duplex Park Slope", + 150 + ], + [ + "Cozy Room in Bushwick, Brooklyn", + 60 + ], + [ + "Spacious, sunny, private loft bdrm!", + 70 + ], + [ + "Bushwick Live/Work", + 30 + ], + [ + "Airy, Modern, Large Room W'burg two blocks subway", + 100 + ], + [ + "Large studio in Manhattan", + 180 + ], + [ + "1.5 Bedroom - Artist's Retreat", + 105 + ], + [ + "FANTASTIC MANHATTAN LIVING 5 day Minimum", + 110 + ], + [ + "Home 4 Medical Professionals-St John's Episcopal 2", + 38 + ], + [ + "Cozy Room in Clinton Hill, Bk", + 70 + ], + [ + "Comfortable & Spacious 1 BR apt", + 72 + ], + [ + "Bright room in townhouse with yard!", + 75 + ], + [ + "Classic Harlem Brownstone - Manhattan", + 63 + ], + [ + "Metro Retreat - - Harlem", + 58 + ], + [ + "Quiet Room in 4BR UWS Brownstone", + 70 + ], + [ + "Sunny 1BR in the East Village center", + 145 + ], + [ + "Private room available in Dumbo Brooklyn", + 45 + ], + [ + "Cozy, Convenient, Clean & Colorful!", + 60 + ], + [ + "Upper West Nest", + 158 + ], + [ + "private room", + 139 + ], + [ + "Large Size Room Next to Subway", + 45 + ], + [ + "Furnished studioB UES (30 days MIN)", + 99 + ], + [ + "Sunny 1bedroom with yard ", + 85 + ], + [ + "Soothing Place in the City", + 85 + ], + [ + "Vintage Jewel in Crown Heights", + 95 + ], + [ + "Spacious, Bright, & Modern Apt", + 150 + ], + [ + "Comfy 1BD + Private Bath in Williamsburg", + 96 + ], + [ + "Bright 2BD in East Village", + 230 + ], + [ + "Chic Apartment in Sunny Brownstone Building", + 150 + ], + [ + "Central 1 bdrm, W/D, roof deck", + 225 + ], + [ + "Chez Louise sunny BK garden apt.", + 130 + ], + [ + "Large 1 Bedroom Apartment w/ Office in Greenpoint!", + 116 + ], + [ + "Cozy East Harlem 1BD", + 115 + ], + [ + "North Brooklyn Experience.", + 126 + ], + [ + "Three-bedroom apartment in beautiful house", + 174 + ], + [ + "Great 1-bd apartment in Murray Hill", + 149 + ], + [ + "Luxury Upper East Side Studio Apt", + 150 + ], + [ + "Feel at home", + 100 + ], + [ + "Glorious Mornings Townhouse", + 150 + ], + [ + "Extra Large Room in Huge, Serene Harlem Brownstone", + 89 + ], + [ + "BRIGHT MODERN CLEAN townhouse 4 Bedroom 6 guests", + 308 + ], + [ + "Spacious room available in Brooklyn", + 40 + ], + [ + "UES LRG 1BR SLEEPS 4~61ST~Gr8 value", + 150 + ], + [ + ".Safe, cozy & minutes to NYC", + 55 + ], + [ + "Cozy room awaits, best location, center of NYC", + 55 + ], + [ + "Quiet, Cozy studio walk to Central Park", + 139 + ], + [ + "Cosy style private bedroom with Queen bed", + 90 + ], + [ + "Cozy 2bdr 1 block from Central Park", + 249 + ], + [ + "1BR, elevator, kitchen, doorman!", + 150 + ], + [ + "Warm and Inviting 1 Bedroom In Fort Greene", + 95 + ], + [ + "Private modern BR & Bath in BK", + 135 + ], + [ + "Cozy Greenpoint Private Room", + 45 + ], + [ + "2 BEDROOM IN MIDTOWN EAST", + 289 + ], + [ + "Eclectic Loft 20 min-> Union Sq! ", + 97 + ], + [ + "Park Slope townhouse apartment", + 180 + ], + [ + "Gem-like UES writer's studio", + 75 + ], + [ + "Large Penthouse in Williamsburg", + 320 + ], + [ + "Stay in beautiful Carroll Gardens, Brooklyn!! 1BD", + 60 + ], + [ + "Beautiful big room in Carroll Gardens Brooklyn!!!", + 60 + ], + [ + "Large & Sunny Apt in Prime Location", + 144 + ], + [ + "Sunny, Warm, Comfortable Room", + 40 + ], + [ + "Quiet Space Directly Off L Train", + 115 + ], + [ + "1 Bedroom in Luxury Wall street Apt", + 75 + ], + [ + "Close to LGA/JFK & 15min to Midtown", + 47 + ], + [ + "Private room in 3rd bedroom apt.", + 1450 + ], + [ + "Williamsburg Gardens Flat, Large Room Private Bath", + 100 + ], + [ + "Urban Oasis for the Single Traveler", + 50 + ], + [ + "2BR Prime West village~Sleeps 5", + 250 + ], + [ + "Spacious Luxury Condo-1 bedroom, NYC", + 115 + ], + [ + "Large bedroom in East Village", + 60 + ], + [ + "Small, Comfortable Bedroom w/Private Bathrm for 2", + 135 + ], + [ + "Tiny Cozy Room in West Harlem!", + 50 + ], + [ + "Excellent Midtown Location!", + 149 + ], + [ + "Cozy Garden Flat.", + 120 + ], + [ + "Spacious East Village 1 Bedroom", + 150 + ], + [ + "Spacious 1BR Bushwick Surfers Loft!", + 110 + ], + [ + "Beautiful room in Manhattan", + 95 + ], + [ + "Cozy 1 Bdrm Greenpoint-Williamsburg", + 190 + ], + [ + "Remsen Village Rental", + 139 + ], + [ + "Large, Furnished East Village Room", + 115 + ], + [ + "Master Bedroom available with en suite bathroom.", + 130 + ], + [ + "NEW YORK CITY!!! LOCATION LOCATION!", + 125 + ], + [ + "Fully Furnished Brownstone Bedroom", + 45 + ], + [ + "Cozy, Sunny, Clean UES Home in central location", + 110 + ], + [ + "SUN FILLED 1BR in ARTSY FORT GREENE", + 120 + ], + [ + "Comfortable Crown Heights Room", + 50 + ], + [ + "Sleek Bushwick Loft", + 100 + ], + [ + "Cozy room in a newly renovated apt!", + 75 + ], + [ + "Bohemian Studio Loft in Brooklyn", + 129 + ], + [ + "Large Bohemian Studio- Gramercy!", + 196 + ], + [ + "Mod. Apartment NYC w/ Outdoor Space", + 400 + ], + [ + "Apt available - Best NYC Location", + 140 + ], + [ + "Quiet Cottage with Private Yard", + 60 + ], + [ + "Big Williamsburg BR near the J train!", + 55 + ], + [ + "Beautiful Views from a Warm Home", + 175 + ], + [ + "Spacious Full 1 Bedroom Apartment", + 90 + ], + [ + "Amazing Studio-EmpireStateBuilding", + 281 + ], + [ + "New York Brooklyn Midwood Area\nPRIVATE ROOM", + 50 + ], + [ + "A BETTA share -Low maintanence guests, e20's NYC!", + 65 + ], + [ + "Cozy Room", + 85 + ], + [ + "Sunny Room across CrotonaPark for Women Only Space", + 38 + ], + [ + "Cozy room on Upper West Side", + 59 + ], + [ + "Quaint and cozy sun-filled room", + 40 + ], + [ + "Chelsea Apartment - GREAT LOCATION!!!!", + 229 + ], + [ + "Ft Greene/Clinton Hill Jr 1 Bedroom", + 70 + ], + [ + "Spacious East Harlem apartment with sunset views", + 190 + ], + [ + "Charming 2BR Brownstone near subway", + 150 + ], + [ + "Charming Room in Luxe New Home, near C/3 Subways", + 68 + ], + [ + "Sunny Private Bedroom in Chelsea", + 109 + ], + [ + "Upper West SIDE,Washington bridge,Time Square 30'", + 37 + ], + [ + "Unique NYC Loft - Guest Room", + 124 + ], + [ + "Bright & Spacious Apt in Prime Brooklyn", + 190 + ], + [ + "CLEAN AND STYLISH EAST VILLAGE PAD", + 160 + ], + [ + "Newly renovated 1BR+ in Park Slope", + 160 + ], + [ + "Spacious & Bright Apt in Park Slope", + 145 + ], + [ + "Cute & Cozy Room in Greenpoint, BK", + 49 + ], + [ + "Sunny 2BR Flex w/CityView From Bed!", + 159 + ], + [ + "Newly Renovated Flat, McKibbin Loft", + 75 + ], + [ + "Serene West Village Sun-flooded apt", + 175 + ], + [ + "Spacious Room in Uptown Manhattan", + 150 + ], + [ + "Private room near Columbia", + 65 + ], + [ + "A room in private house,", + 50 + ], + [ + "Large Sunny Room, Crown Heights, BK", + 52 + ], + [ + "Spacious Private West Village Studio", + 176 + ], + [ + "Williamsburg Apt. S 2nd & Bedford", + 90 + ], + [ + "Sunny 2-bedroom in Clinton Hill ", + 175 + ], + [ + "Studio in North Manhattan ", + 125 + ], + [ + "5 Bedroom, 2 Bath, Steps to Train. FREE PARKING!", + 249 + ], + [ + "Beautiful 1BD/ NEW RENOVATIONS/ELEV", + 87 + ], + [ + "Private Room in Fort Greene! (Baby Friendly)", + 65 + ], + [ + "Triplex 3 bedroom Private Apt, Deck, yard & pond!", + 495 + ], + [ + "Modern Williamsburg Apt. Comfort, style, ease!", + 120 + ], + [ + "Beautiful Design studio next to Central Park!", + 110 + ], + [ + "Charming 1-BR in Gramercy", + 159 + ], + [ + "Beautiful bright renovated 2BR w Balcony-sleeps 5!", + 189 + ], + [ + "Large Room, Private Entrance", + 58 + ], + [ + "Eclectic Loft Room 20 min-Union Sq!", + 59 + ], + [ + "The Long Hallway", + 51 + ], + [ + "Convenient & Updated- prime East Village location!", + 199 + ], + [ + "Private Bedroom Private Bathroom", + 52 + ], + [ + "One Bedroom Apartment in Chelsea", + 199 + ], + [ + "Great East Village bedroom NYC", + 100 + ], + [ + "Sun filled room- Manhattan, steps to Express train", + 54 + ], + [ + "Beautiful, Sunny, by Park, with Private Entrance", + 49 + ], + [ + "Soho loft, Private bed & bath w/ luxury amenities", + 250 + ], + [ + "Spacious room in Park Slope", + 45 + ], + [ + "纽约之家(Sunnyhome7)", + 50 + ], + [ + "Modern Doorman Apt with Great Views", + 600 + ], + [ + "Quiet Midtown Oasis - Sutton Place", + 200 + ], + [ + "Cozy room 15 min from Manhattan", + 38 + ], + [ + "Historic Landmark Neighborhood", + 300 + ], + [ + "Huge Sunny Room With En Suite", + 50 + ], + [ + "Beautiful room close to Manhattan", + 55 + ], + [ + "Housing for SGU/AUA/SABA/ROSS students", + 27 + ], + [ + "Unique loft space in the middle of Manhattan!", + 200 + ], + [ + "Fabulous studio UES 30 days min", + 99 + ], + [ + "Charming Studio close to everything", + 80 + ], + [ + "Beautiful private suite-like 2FL apt. West Village", + 250 + ], + [ + "Top Floor Brooklyn Apartment", + 95 + ], + [ + "Private Room Inwood Park Top of Manhattan", + 59 + ], + [ + "Spacious airy room perfect for two!", + 57 + ], + [ + "New BLDG~Balcony~W/D~Prime location", + 170 + ], + [ + "Comfy Room, Close to the Train! ", + 50 + ], + [ + "Beautiful Washington Heights room", + 49 + ], + [ + "1BR bright studio w/ priv bathroom, own entrance!", + 65 + ], + [ + "Columbia U/Harlem Townhouse Duplex", + 250 + ], + [ + "Stylish 1br in Brooklyn Heights", + 200 + ], + [ + "Brand new apt close to Central Park", + 110 + ], + [ + "2br Duplex w/Roof Deck Close to Empire State Build", + 250 + ], + [ + "Sunny Park Slope Bedroom", + 73 + ], + [ + "1 Private Bedroom w/ private bath", + 70 + ], + [ + "Artist Loft in Bushwick", + 125 + ], + [ + "Amazing 2 BR Loft-Style Apt in South Williamsburg!", + 195 + ], + [ + "Great Private Bedroom", + 75 + ], + [ + "Private room in 2/bed doorman condo", + 36 + ], + [ + "Charming sun drenched sanctuary", + 99 + ], + [ + "Cozy Vacation Getaway", + 100 + ], + [ + "Great share - central location downtown", + 71 + ], + [ + "Comfy 1 Bedroom Apt with Guest Room", + 100 + ], + [ + "Sunny Fort Greene Suite", + 85 + ], + [ + "Homey Well-Located Apartment!", + 169 + ], + [ + "W Village - Airy & Charming Studio", + 149 + ], + [ + "Cozy, quiet room near Central Park", + 89 + ], + [ + "Home 4 Medical Professionals-Kngbr6", + 44 + ], + [ + "Gorgeous, Luxurious, Modern Apt in Williamsburg!", + 150 + ], + [ + "Adorable Studio in Heart of BKLYN", + 125 + ], + [ + "Home For Medical Professionals - \"The Singultus\"", + 42 + ], + [ + "Spacious Room in Awesome Apt Sublet", + 28 + ], + [ + "Bohemian Paradise in Williamsburg", + 155 + ], + [ + "House 10 min from Manhattan w/ parking near subway", + 300 + ], + [ + "Snowfort penthouse with lots of natural light", + 250 + ], + [ + "Charming Bedroom in Harlem", + 70 + ], + [ + "A Spacious Private Peaceful Studio", + 80 + ], + [ + "Studio in UWS- Manhattan", + 150 + ], + [ + "Large Private Room in Spacious Apt", + 65 + ], + [ + "Clean and Cozy in Greenpoint/W'burg", + 167 + ], + [ + "Union square~reno Studio~Terrace", + 130 + ], + [ + "Premium Apartment in Brooklyn", + 115 + ], + [ + "Private studio by McCarren Park!", + 94 + ], + [ + "New York 2 to 8 Guest + Private ROOFTOP SUPERHOST", + 185 + ], + [ + "Artful Chelsea 1-BR Apt, BR Faces Garden", + 195 + ], + [ + "Full Apt. in PRIME Williamsburg!", + 90 + ], + [ + "Private BDR/BATH in Luxury Condo near Times Square", + 99 + ], + [ + "Luxurious 1BR/1.5Bath Park Ave Apt", + 499 + ], + [ + "Sun-filled Brownstone in Brooklyn", + 180 + ], + [ + "Sun Drenched Williamsburg Apt", + 300 + ], + [ + "Mod 3 BR duplex-East Village", + 100 + ], + [ + "Great Value Great Location!", + 134 + ], + [ + "Spacious and sunny private room", + 49 + ], + [ + "Sunny Room by Prospect Park", + 47 + ], + [ + "Artsy English Basement Apartment", + 120 + ], + [ + "SPACIOUS 2 Bedroom Apt Near Upper East HOSPITALS", + 185 + ], + [ + "Fab Park Slope garden apt w/ patio", + 169 + ], + [ + "Art deco apartment in Bay Ridge", + 130 + ], + [ + "Bright & Colorful Studio in BK", + 110 + ], + [ + "Artist/Musician Loft (HUGE space!)", + 122 + ], + [ + "Master bedroom in prime Brooklyn", + 150 + ], + [ + "Cool Studio Loft in Brooklyn", + 129 + ], + [ + "“纽约之家 ”独立洗手间PrivateBathroom", + 65 + ], + [ + "*PIZZAZZ* Fantastic Studio Apartment-Upper East!", + 115 + ], + [ + "Home away From Home in Queens!", + 60 + ], + [ + "Cozy 1BR with Backyard", + 150 + ], + [ + "clean, quiet, 1 bdrm, great locale", + 200 + ], + [ + "New York/Upper East Side Loft Apt", + 110 + ], + [ + "4 Bedroom Apt On Kissena Park in NYC", + 259 + ], + [ + "Ideal SoHo 1BR", + 150 + ], + [ + "Converted Church Loft -Williamsburg", + 295 + ], + [ + "Columbus Circle Studio Apt", + 140 + ], + [ + "nice room in bedstuy F", + 70 + ], + [ + "Beautiful Fully Furnished 1 bed/bth", + 134 + ], + [ + "Manhattan house for large groups", + 825 + ], + [ + "Great Space in Williamsburg's Heart", + 100 + ], + [ + "1 Full Bed Room Apt in NYC", + 175 + ], + [ + "Quiet Room with a View", + 60 + ], + [ + "Perfect Location Downtown, Walk Everywhere!", + 250 + ], + [ + "Huge Bedroom in a Charming House with Private Yard", + 58 + ], + [ + "European eco-chic in trendy Bklyn", + 142 + ], + [ + "Bedstuy Garden Half Block to Subway", + 120 + ], + [ + "CHARMING NYC Studio Loft NEAR SOHO!", + 136 + ], + [ + "Convenient Room Near Subway ABCD&1!", + 55 + ], + [ + "New York City Dreaming - Upper West", + 185 + ], + [ + "Private Room in Duplex Apartment", + 75 + ], + [ + "A Historic Harlem Abode", + 103 + ], + [ + "Chef's Kitchen and private garden", + 193 + ], + [ + "3 Fully Furnished Apts 1 House!", + 700 + ], + [ + "one bedroom in the middle of it all", + 200 + ], + [ + "Prime Columbus C~New BLDG~1BR~W/D", + 145 + ], + [ + "Bright New Mod 1bd+RoofDeck/WBurg", + 200 + ], + [ + "Beautiful Artist loft", + 160 + ], + [ + "Cozy, private room in Bed-Stuy Apt!", + 45 + ], + [ + "Cozy 1BR Near Theater Distict!", + 151 + ], + [ + "A cozy night in the heart of NYC", + 98 + ], + [ + "Beautiful room with large windows", + 75 + ], + [ + "Gorgeous 1BR New W/D Modern_BestLocation!NYC", + 185 + ], + [ + "Large Industrial Apt. Near Trains & Yankee Stadium", + 150 + ], + [ + "Sunny, and Spacious in Cobble Hill!", + 170 + ], + [ + "588A Brownstone Hospitality", + 119 + ], + [ + "1 BR TSquare balcony great view", + 229 + ], + [ + "Spacious rm 15 mins from downtown!", + 80 + ], + [ + "Prime Location - Large Private Room", + 100 + ], + [ + "Large Duplex Near Subway! 5bdrm/2ba", + 500 + ], + [ + "Amazing HK one bedroom apartment", + 120 + ], + [ + "Comfy room in Williamsburg Loft Apt", + 85 + ], + [ + "Stylish Greenpoint Gem", + 135 + ], + [ + "Garden, Walk to Empire State, B'way, Subway 2 Blks", + 524 + ], + [ + "Private Room in Harlem", + 60 + ], + [ + "Artfully Renovated Brownstone Space", + 159 + ], + [ + "Beautiful Spacious 2 Bedroom Apt", + 200 + ], + [ + "Pleasant-Place JFK Private Housings Complex", + 73 + ], + [ + "Spacious Room in Brooklyn", + 70 + ], + [ + "Spacious Private Room + Full Bath!", + 168 + ], + [ + "Brooklyn Luxury", + 75 + ], + [ + "Located in the heart of EVERYTHING!", + 169 + ], + [ + "Lovely Studio, a Block from Trains!", + 85 + ], + [ + "Home 4 Medical Professionals-Kngbr4", + 38 + ], + [ + "Home 4 Medical Professionals-Kngbr5", + 48 + ], + [ + "Crotona Park Sunny Room at SUMMIT!", + 42 + ], + [ + "Sunny spacious private unit close CENTRAL PARK!", + 80 + ], + [ + "Luxurious studio w/ rooftop & gym", + 145 + ], + [ + "Room Two in sun bathed walk-up_2", + 72 + ], + [ + "Great Room in Williamsburg (uriel)", + 95 + ], + [ + "Spacious European Room for rent!", + 45 + ], + [ + "Modern One Bed Apt Near Time Square", + 250 + ], + [ + "Winter Deal! Cosy room available in East Village", + 73 + ], + [ + "Luxury High Rise Apartment", + 100 + ], + [ + "No sleep till....Brooklyn!", + 50 + ], + [ + "Bushwick Artist Loft", + 165 + ], + [ + "Modern, renovated garden apartment", + 184 + ], + [ + "High rise building. On 5th Avenue.", + 295 + ], + [ + "★NEW YORK APT★ 20 Minutes to Manhattan ★1ST Floor", + 135 + ], + [ + "Fun in the Heart of Manhattan", + 160 + ], + [ + "1BR bottom fl apt Prospect Heights", + 99 + ], + [ + "Studio in heart of Cobble Hill, BK", + 85 + ], + [ + "West Village Ground Floor Studio", + 199 + ], + [ + "Cozy East Village 1Bdrm Apt w/ Yard", + 195 + ], + [ + "Chez Jesse Vacation Spot - Garden", + 80 + ], + [ + "Bright and Cozy in Crown Heights", + 69 + ], + [ + "Cozy & Bright West Village 1BR Apt!", + 145 + ], + [ + "Oasis in Kensington", + 52 + ], + [ + "Hamilton Heights Heaven", + 80 + ], + [ + "Light and Airy with Hudson Views", + 300 + ], + [ + "Modern 1 Br Apartment", + 75 + ], + [ + "Gorgeous Studio UWS Lincoln Center!", + 180 + ], + [ + "Cozy Bohemian Room in New York City", + 62 + ], + [ + "The TriBeCa Apartment — Spacious Living with View", + 750 + ], + [ + "Cozy room right on BROADWAY - Washington Heights", + 31 + ], + [ + "Modern and spacious with backyard", + 250 + ], + [ + "Spacious, cozy 1BR in Washington Heights", + 99 + ], + [ + " Studio apartment in Greenpoint", + 120 + ], + [ + "Cozy Getaway in The ❤ of SoHo", + 150 + ], + [ + "Luxury Home Base of Operations", + 100 + ], + [ + "Classy neighborhood, close to everything.", + 150 + ], + [ + "Bedford Ave N. WBurg Room in 2BR-1", + 99 + ], + [ + "2 BEDROOM GREAT APT ON LEXINGTON AVE MUST SEE", + 200 + ], + [ + "Park Slope Master Bedroom", + 75 + ], + [ + "Home 4 Medical Professionals-KingsC", + 45 + ], + [ + "Home 4 Medical Professionals-Dwnst8", + 45 + ], + [ + "A room in the dreamland waiting for", + 59 + ], + [ + "Beautiful 1BR Brooklyn Brownstone", + 84 + ], + [ + "TOWNHOUSE NEAR RSD PARK - 1 Bedroom Apt & Terrace", + 140 + ], + [ + "Sunny Oasis in Carroll Gardens", + 90 + ], + [ + "Large 1 bdrm in Brooklyn - NYC", + 125 + ], + [ + "1892 Brownstone on Landmarked Block", + 250 + ], + [ + "Sunny one bedroom blocks from park and trains", + 100 + ], + [ + "4 bedroom Townhouse/Brownstone/Prospect Park", + 190 + ], + [ + "Spacious 2 Story Apt. Near Subway", + 298 + ], + [ + "Sun-filled bedroom in East Village / Gramercy NYC", + 99 + ], + [ + "Sunny East Village", + 250 + ], + [ + "Cozy 3 and 1/2 bedroom apt ,near Times Square", + 95 + ], + [ + "Doesn't get any better than this!!", + 110 + ], + [ + "A private room in New York. One block from A", + 59 + ], + [ + "Beautiful Chic Studio", + 115 + ], + [ + "The Ruppe Railroad", + 200 + ], + [ + "Private Rm/Bath in Fab Brickstone", + 75 + ], + [ + "Sunny Park Slope Studio Brownstone", + 115 + ], + [ + "Cozy and Warm 1 bedroom", + 146 + ], + [ + "Large charming bedroom", + 110 + ], + [ + "Cozy Bedroom Off Eastern Parkway", + 60 + ], + [ + "Gorgeous 6 BED Family Home / Williamsburg", + 450 + ], + [ + "CLEAN & COZY EAST VILLAGE PAD", + 160 + ], + [ + "Lovely upper east side studio", + 149 + ], + [ + "Spacious 2-bedroom in a modern bldg", + 100 + ], + [ + "Spacious Bright West Village Apt!", + 220 + ], + [ + "Modern Apt - Vibrant Neighborhood!", + 120 + ], + [ + "Bright 1BR w balconies + roof deck!", + 99 + ], + [ + "Lovely room in 2 bedroom apartment", + 65 + ], + [ + "Private room in Heart of Astoria", + 50 + ], + [ + "Sunny Apt, park view - Jeffreson L", + 65 + ], + [ + "Sun-filled apartment in Greenpoint ", + 125 + ], + [ + "Beautiful MASTER BEDROOM East side C7", + 75 + ], + [ + "Shared Living and Bathroom Brooklyn Rental", + 85 + ], + [ + "Private cozy Bedroom in Brooklyn ", + 2000 + ], + [ + "Bright, Big 2 bedroom in Park Slope", + 149 + ], + [ + "Lovely sunlit room in Brooklyn", + 53 + ], + [ + "Make Our Home Your Home", + 325 + ], + [ + "SunnyPrivateRoom TrendyNeighborhood", + 45 + ], + [ + "Home 4 Medical Professionals - The \"Horripilation\"", + 38 + ], + [ + "Clean, Cozy One Bedroom Apartment", + 120 + ], + [ + "Home 4 Medical Professionals- St Johns Episcopal 4", + 38 + ], + [ + "Cozy bedroom in Brooklyn Sunsetpark", + 2000 + ], + [ + "Bright, Clean Room, Ideal location", + 60 + ], + [ + "Spacious + Modern with Yard", + 190 + ], + [ + "Village One Bedroom", + 125 + ], + [ + "Charming, Artsy 1 Bedroom w/office", + 100 + ], + [ + "Riverside Suite", + 70 + ], + [ + "Huge 1br, 22min to Manhattan, steps to Prospect Pk", + 130 + ], + [ + "Room Available in Fort Greene", + 45 + ], + [ + "Luxury Upper West Side Studio", + 110 + ], + [ + "Large/comfy/beautiful BR near ABCD Manhattan..!!!", + 60 + ], + [ + "Adorable Private Room w/ backyard!", + 125 + ], + [ + "Large Bedroom in Two Bedroom Apartment", + 81 + ], + [ + "One private guest room in a 3 bedroom\nCondo.", + 80 + ], + [ + "1 BR Bohemian Oasis in Astoria", + 105 + ], + [ + "Gorgeous Studio in Greenwich Village", + 200 + ], + [ + "Spacious 1BR apt - Columbia U", + 100 + ], + [ + "Sunny Room in Trendy Williamsburg", + 100 + ], + [ + "Quiet artist's den", + 75 + ], + [ + "3 bedroom brownstone duplex", + 250 + ], + [ + "Make Yourself At Home NYC", + 400 + ], + [ + "Spacious Chique Brooklyn Gem", + 160 + ], + [ + "Cozy Room for 2 in Chinatown/LES", + 110 + ], + [ + "So clean so convenient.", + 220 + ], + [ + "Sunny 2 bedroom Apt in Brownstone", + 135 + ], + [ + "Amazing 1 BR in Loft in Williamsburg", + 99 + ], + [ + "Clean BD: Heart of the East Village", + 89 + ], + [ + "Beautiful room in Brownstone Bklyn", + 110 + ], + [ + "Nice Room with Loft Bed- Manhattan, East Village", + 75 + ], + [ + "Lux 2Bed/2.5Bath Central Park View!", + 2000 + ], + [ + "Quaint 2 bdrm apt in Greenpoint, BK", + 160 + ], + [ + "Vibrant Manhattan Artist Loft", + 475 + ], + [ + "Large Sunny 1BD in Chelsea!", + 230 + ], + [ + "Sunny lofty BR on Express A/D line", + 49 + ], + [ + "Master w/ private bath and sleeping loft. 2 beds", + 125 + ], + [ + "Luxury 2BR, Prime Location, 20 Min to Manhattan", + 180 + ], + [ + "1 bdrm apt near Prospect Park", + 80 + ], + [ + "Easy Tourist resting place!", + 55 + ], + [ + "Charming, quiet and comfortable 1BR", + 135 + ], + [ + "Huge Studio Midtown Manhattan -BEST", + 182 + ], + [ + "3 B GREAT 1BR APT IN NEW YORK CITY", + 209 + ], + [ + "Large Private Bedroom in NYC!!!", + 78 + ], + [ + "One Bedroom Upper East Side", + 202 + ], + [ + "Home 4 Medical Professionals- The \"Zona\"", + 48 + ], + [ + "Sunny, comfy and quiet room", + 81 + ], + [ + "Bohemian Den Sofa-Bed Chinatown NYC", + 80 + ], + [ + "Incredible Location!", + 60 + ], + [ + "Spacious and Sunny Studio Loft in Brooklyn", + 129 + ], + [ + "Airy, Bright Bushwick Apt W/ Views", + 100 + ], + [ + "Private Cozy Room in Crown Heights", + 35 + ], + [ + "New York City Historical Brownstone First Floor.", + 100 + ], + [ + "Room One in cozy apartment_1", + 82 + ], + [ + "Room available in 2 br apartment", + 80 + ], + [ + "Experience Brownstone Brooklyn: Comfy, Roomy 2BR", + 128 + ], + [ + "Paris in Manhattan with 2 balconies", + 159 + ], + [ + "Sun drenched 1 bed - few mins walk from subway", + 101 + ], + [ + "4th fl Large Private Room - Central Park & Rooftop", + 195 + ], + [ + "Lux 2Bed/2Bath Central Park Views!", + 2000 + ], + [ + "Modern + Spacious 1 bd w/ the works", + 160 + ], + [ + "Sunny Room w/Master Bathroom in NYC", + 100 + ], + [ + "5th fl Private Suite & Bath - Central Park", + 195 + ], + [ + "Room in Clean/Quiet/Funky Space!", + 475 + ], + [ + "Spacious, Quiet 1 bdrm on the Park", + 122 + ], + [ + "Sunny Bedroom Near Prospect Park", + 45 + ], + [ + "Quiet Cobble Hill Gem 2BR Duplex", + 235 + ], + [ + "Modern Luxury in brownstone at Central Park", + 275 + ], + [ + "Brooklyn's Finest! Huge apt next to train & park!", + 99 + ], + [ + "Room Three with loft bed_3", + 78 + ], + [ + "Charming East Village Nook", + 125 + ], + [ + "Andy's Place", + 125 + ], + [ + "Recently Renovated Boerum Hill Apt", + 170 + ], + [ + "Cozy&Central:EmpireState/Highline/Times Square", + 165 + ], + [ + "1-Br Hell's Kitchen / Times Square", + 129 + ], + [ + "2 bedroom home in Brooklyn", + 150 + ], + [ + "Home 4 Medical Professionals-Intrf8", + 45 + ], + [ + "Elegant Private Studio - Town House", + 90 + ], + [ + "Private Room + Bath in East Village (+ Roof deck!)", + 175 + ], + [ + "Entire Floor of Sunny Brownstone", + 188 + ], + [ + "Chic, clean, and comfortable!", + 80 + ], + [ + "Perfect Holiday House in NYC", + 160 + ], + [ + "Come, relax, and explore NYC", + 50 + ], + [ + "Cozy 1 br apartment in Williamsburg", + 100 + ], + [ + "Sunny Room close to Express Train", + 65 + ], + [ + "Room in Big Duplex and Backyard!", + 50 + ], + [ + "Cozy Room in Times Square", + 70 + ], + [ + "Perfect Studio on Ft. Green Park!", + 130 + ], + [ + "1 Bedroom Apt in Tree Line Block", + 60 + ], + [ + "Charming Brooklyn Brownstone Home - GREAT LOCATION", + 180 + ], + [ + "Stunning Furnished Modern Studio", + 150 + ], + [ + "Private room in Jackson Heights Apartment 2+", + 69 + ], + [ + "European Host in Manhattan", + 62 + ], + [ + "Charming1 Bedroom Apt in Greenpoint", + 150 + ], + [ + "Sun Drenched Amazing large 1 br", + 118 + ], + [ + "Sunny apt. in Renovated brownstone", + 195 + ], + [ + "New York City Private Room near Metro", + 75 + ], + [ + "Lovely studio - Clinton Hill/Barclays Center area.", + 135 + ], + [ + "Charming West Village Apartment", + 450 + ], + [ + "Cozy room in unique artsy apartment", + 45 + ], + [ + "Charming Two Bedroom in Chelsea 30 days+", + 250 + ], + [ + "Greenpoint Master Bedroom", + 70 + ], + [ + "1 large bedroom apartment available", + 120 + ], + [ + "Lovely Brooklyn Room & Private Bath", + 125 + ], + [ + "Newly Renovated Near Central Park", + 118 + ], + [ + "Private room in great apt bwick", + 50 + ], + [ + "Stay European in Brooklyn", + 100 + ], + [ + "Cozy room for short term sublet", + 40 + ], + [ + "Sunny, Open Studio Apartment", + 225 + ], + [ + "New bldg~Junior 1~colombus circle~Terrace~WD", + 185 + ], + [ + "Quiet, Meatpacking/W.Village", + 225 + ], + [ + "Magical rowhouse and garden in Williamsburg", + 155 + ], + [ + "Spacious UES 1 bedroom apartment", + 165 + ], + [ + "Bright & Beautiful, Private Garden", + 165 + ], + [ + "New City View 1BR Loft, Greenpoint", + 149 + ], + [ + "New! 2-Bed Apt Near Central Park", + 142 + ], + [ + "Cozy & clean private bedroom&bath-LGBTQIA welcome!", + 59 + ], + [ + "Homey, Large, Gorgeous 2 BR Apt!", + 200 + ], + [ + "Large 1 bdrm in Prospect Heights", + 125 + ], + [ + "Park Block Studio", + 181 + ], + [ + "Private 1 BR Apt in Exciting Bushwick", + 90 + ], + [ + "Welcome to Brooklyn!", + 70 + ], + [ + "Spacious studio between NoLiTa and LES", + 150 + ], + [ + "Spacious Studio - Central Park!", + 225 + ], + [ + "Great location, close to everything", + 240 + ], + [ + "Cozy apt next to park & train for 4", + 98 + ], + [ + "NYC 1-Bedroom Apt in the Heights", + 100 + ], + [ + "Perfect Studio in the West Village", + 200 + ], + [ + "DNTWN BK / Boerum Hill Sky Loft", + 150 + ], + [ + "Room in Williamsburg", + 65 + ], + [ + "Your Brooklyn Nest", + 129 + ], + [ + "Urban Rustic Room In Artist's Loft!", + 65 + ], + [ + "Beautiful Room Near S. St. Seaport", + 70 + ], + [ + "Cozy & Quiet 1 BR - Lincoln Center", + 200 + ], + [ + "Cozy Private Room in Astoria", + 58 + ], + [ + "Hand Crafted Williamsburg Sanctuary", + 180 + ], + [ + "Large private room in Nolita", + 120 + ], + [ + "REAL LUXURY my SUNNY alcove studio", + 244 + ], + [ + "Cozy and bright room with a closet", + 40 + ], + [ + "1Br apt on the UES accomodates two", + 150 + ], + [ + "Large, sunny, private studio Apt 2R", + 135 + ], + [ + "Central Park Brownstone Studio", + 150 + ], + [ + "Charming 1BR in Brooklyn Brownstone", + 200 + ], + [ + "Single room in townhouse with yard!", + 65 + ], + [ + "Park Slope center Garden Studio ", + 140 + ], + [ + "Amazing room in Williamsburg!!!", + 80 + ], + [ + "Sunny Studio Loft in Greenpoint", + 129 + ], + [ + "Compact cosy studio with separate kitchen", + 112 + ], + [ + "Great space, amazing location", + 80 + ], + [ + "Spacious, Renovated 1 BR Loft Apt", + 149 + ], + [ + "Big Bedroom in Huge Loft. W.37thNYC", + 99 + ], + [ + "Private Room Available!", + 50 + ], + [ + "Luxury apartment in Bushwick", + 190 + ], + [ + "Sleeping in NYC, like home.", + 70 + ], + [ + "Quiet Attic Room for Single Female Traveler", + 30 + ], + [ + "Massive Private Bedroom/Bath and Beautiful Terrace", + 96 + ], + [ + "Sunny back bedroom in duplex", + 85 + ], + [ + "1 bedroom in a 2 bedroom apartment", + 200 + ], + [ + "Sunny & Spacious Apt Near Subway", + 118 + ], + [ + "Bright, sunny Gramercy apartment!", + 150 + ], + [ + "Spacious Private room near Columbia University", + 50 + ], + [ + "CLEAN SUNNY ARTSY APARTMENT", + 99 + ], + [ + "Manhattan Full Apt Next to Subway!", + 350 + ], + [ + "Luxury/Midtown East", + 165 + ], + [ + "Soaring Bushwick 3 Bedroom", + 225 + ], + [ + "Lower East Side Studio !", + 110 + ], + [ + "Architects Central SoHo 1BR Home", + 245 + ], + [ + "Comfy Bedroom- Artsy Townhouse- Location Location", + 65 + ], + [ + "East Village - Private Room in 2 BR", + 100 + ], + [ + "“纽约之家” 独立洗手间PrivateBathroom", + 60 + ], + [ + "BEAUTIFUL APT UPPER WEST SIDE, 68St ONLY GIRLS", + 68 + ], + [ + "Sunny Bedroom in Brooklyn Loft", + 55 + ], + [ + "Charmingly Rustic Apt in Ft Greene", + 195 + ], + [ + "24 h doorman,luxury 1Bdr Upper East", + 120 + ], + [ + "Awesome apartment in Williamsburg!", + 80 + ], + [ + "Cozy Quiet 1 BR Apt Hell's Kitchen", + 195 + ], + [ + "Newly renovated 2 bed 2 bath in EV", + 275 + ], + [ + "Authentic New York Vintage Home", + 49 + ], + [ + "Brooklyn Bargain for August!", + 30 + ], + [ + "Lovely apartment on Upper West Side", + 150 + ], + [ + "Bright Peaceful Clean | One Bedroom", + 140 + ], + [ + "New Sunny East Village Apartment", + 160 + ], + [ + "East Village with 2x Balcony + Roof", + 125 + ], + [ + "Large Bedroom in Bushwick", + 48 + ], + [ + "Cozy & Clean #1", + 50 + ], + [ + "Live like a local! Queen size bed, private room.", + 100 + ], + [ + "Shared room, full size bed & Skyline view!", + 50 + ], + [ + "2 Bedroom, Doorman. Roof deck. Skyview!", + 320 + ], + [ + "Spacious Private Room in Wash Hts!", + 200 + ], + [ + "Cozy BedRoom in a great location.", + 70 + ], + [ + "Big Private Bedroom in Williamsburg Townhouse", + 70 + ], + [ + "Brooklyn Heights gem", + 200 + ], + [ + "#1 LARGE STUDIO NEAR CENTRAL PARK!", + 100 + ], + [ + "Wall Street luxury short term stay", + 150 + ], + [ + "Renovated 1 BDRMUnion Sq/E.Village", + 185 + ], + [ + "Lower East Side Minimalist Studio", + 125 + ], + [ + "Brooklyn Soul", + 148 + ], + [ + "Manhattan Condo at Midtown 45", + 295 + ], + [ + "1 bedroom, large williamsburg loft", + 80 + ], + [ + "AFFORDABLE COZY PRIVATE ROOM", + 45 + ], + [ + "New, Modern, Brooklyn Apartment ", + 114 + ], + [ + "Queens,Woodside.NY", + 37 + ], + [ + "Dreamy belltower room in huge loft", + 45 + ], + [ + "The Perfect Studio in Brooklyn", + 85 + ], + [ + "Comfortable room near everything", + 150 + ], + [ + "Cozy Chelsea Carriage House Apt", + 240 + ], + [ + "Great and private place to stay in Manhattan!", + 65 + ], + [ + "Soho/Nolita - Best Location - Large 1 BDRM.", + 280 + ], + [ + "Comfortable bedroom in Bushwick ", + 65 + ], + [ + "White private room with 0min to bus stop", + 65 + ], + [ + "Sleeping in NYC, like home (1).", + 65 + ], + [ + "LOVELY APARTMENT, BIG LIVING ROOM", + 120 + ], + [ + "A beautiful Brownstone in Bed-Stuy.", + 255 + ], + [ + "Cozy Nest 15 Minutes from Manhattan", + 54 + ], + [ + "Large studio, view on Central Park", + 175 + ], + [ + "AWESOME SUNNY ROOM C IN A CHARMING AREA!", + 90 + ], + [ + "AWESOME MODERN ROOM IN CHARMING AREA +SWEET ROOF 2", + 90 + ], + [ + "AWESOME MODERN ROOM IN CHARMING AREA+ SWEET ROOF B", + 90 + ], + [ + "Cozy apartment ,in uptown Manhattan", + 120 + ], + [ + "Sunny,Private,Williamsburg 1BD Apt", + 210 + ], + [ + "Beautiful 2BR Upper West Side", + 150 + ], + [ + "Amazing location!!!!!!! Upper East Side Manhattan", + 140 + ], + [ + "Private room for 2 (10 min to city) - Females only", + 80 + ], + [ + "Apt. in Classic Brooklyn Brownstone", + 200 + ], + [ + "Stunning Brooklyn brownstone 20 mins to Manhattan", + 450 + ], + [ + "Large 2 bed 2 bath w private patio!", + 200 + ], + [ + "NYC Charming Harlem Brownstone w/ private garden!", + 116 + ], + [ + "Chic Downtown Getaway: Large 1BR Flat", + 215 + ], + [ + "Beautiful Spacious Uptown Apartment", + 160 + ], + [ + "Spacious bedroom in Oversized Apt.", + 150 + ], + [ + "Shared Room in Apartment", + 40 + ], + [ + "Phenomenal 1br Loft in Brooklyn", + 149 + ], + [ + "Cozy Apartment in Lower Manhattan", + 65 + ], + [ + "Modern Williamsburg Treehouse", + 260 + ], + [ + "Large Outdoor Patio Space for Small Events", + 400 + ], + [ + "Amazing Apartment, Heart of Willy!", + 90 + ], + [ + "Beautiful Astoria Apartment", + 75 + ], + [ + "Cozy Harlem Stay", + 75 + ], + [ + "HUGE 1BR on the Upper East Side ", + 110 + ], + [ + "Spacious room in fun, quiet house", + 115 + ], + [ + "Lefferts Gardens Brooklyn Room", + 20 + ], + [ + "Private Room In Bushwick", + 49 + ], + [ + "Large private room on quiet street", + 100 + ], + [ + "Doorman buildng studio-East Village", + 82 + ], + [ + "Sunny bedroom in the West Village", + 90 + ], + [ + "Delightful Lighthouse -Direct Train To JFK Airport", + 69 + ], + [ + "Traveler’s Nest - Straight train from JFK Airport", + 69 + ], + [ + "3 bedroom Apt at $249 per Night.", + 249 + ], + [ + "The Charmer - Straight shot from JFK Arprt!", + 89 + ], + [ + "Entire Floor, Private Bathroom -Direct ride to JFK", + 159 + ], + [ + "Huge, central & artsy Park Ave apt!", + 220 + ], + [ + "Serenity in the Heart of Brooklyn", + 95 + ], + [ + "Private Room in “Hipster Times Square”", + 60 + ], + [ + "Renovated 1BR in exciting, convenient area", + 179 + ], + [ + "Fantastic Room in Midtown Manhattan", + 120 + ], + [ + "SUN-FILLED WILLIAMSBURG APT w/DECK!", + 275 + ], + [ + "Large Room, Hamilton Heights Section of Manhattan", + 86 + ], + [ + "Private Room in Williamsburg", + 62 + ], + [ + "Fantastic Studio with King bed- Best Location!", + 165 + ], + [ + "Long term sublet Brooklyn", + 89 + ], + [ + "Perfect Home Away from Home in NYC!", + 116 + ], + [ + "Tall Ceilings & Sunlight Galore", + 172 + ], + [ + "Pet friendly, homey 1 BR in Lower East Side, NYC", + 125 + ], + [ + "One bedroom Apt", + 90 + ], + [ + "Home 4 Medical Professionals-MAIM0", + 50 + ], + [ + "Large/Modern Apt - Lincoln Center", + 250 + ], + [ + "❤️Lovely Historic Brownstone Charm❤️ LEGAL LISTING", + 185 + ], + [ + "Tiny Private Artist's Studio in NYC", + 63 + ], + [ + "Sunny One Bedroom-Amazing Location", + 163 + ], + [ + "Columbia University Dorm", + 40 + ], + [ + "East Village - Beautiful 1 Bedroom", + 195 + ], + [ + "A nice room and free parking", + 89 + ], + [ + "Comfy Futon- 20mins Times Sq.", + 45 + ], + [ + "Beautiful, bright and friendly", + 60 + ], + [ + "Lovely, bright & cozy room in Manhattan!", + 125 + ], + [ + "Newly renovated 1 bedroom apartment", + 220 + ], + [ + "Comfortable classy 1br in Ditmas Pk", + 85 + ], + [ + "Beautiful Private Williamsburg Suite with Terrace", + 165 + ], + [ + "Beautiful One-Bedroom Apartment Near Central Park", + 144 + ], + [ + "Unique Furnished Loft Sublet", + 75 + ], + [ + "one large private bedroom/ two bedroom apartment", + 60 + ], + [ + "SUNNY ROOM A IN CHARMING AREA :)", + 95 + ], + [ + "CHARMING ROOM A - PRIVATE BALCONY!!", + 95 + ], + [ + "SUNNY ROOM 2 IN CHARMING AREA :)", + 95 + ], + [ + "CHARMING ROOM W/ ROOF DECK ACCESS 1 :)", + 95 + ], + [ + "SUNNY ROOM 1 IN CHARMING AREA :)", + 95 + ], + [ + "Che' Randall \nSoBro\n10 min from Manhattan!", + 65 + ], + [ + "Cozy 1BD side apartment w/parking", + 65 + ], + [ + "Large, sunny, private studio Apt 2F", + 110 + ], + [ + "Room in 3 bedroom apt.", + 47 + ], + [ + "Enjoy Views of NYC Skyline", + 175 + ], + [ + "Bright Lux 1BR in Williamsburg", + 234 + ], + [ + "Hotel Gabrielle", + 105 + ], + [ + "2 Flushing Sunny Garden View 舒适阳光房", + 47 + ], + [ + "45 Ave 159 st Flushing private room", + 55 + ], + [ + "Manhattan Columbia Sunny and Quiet Private Studio.", + 146 + ], + [ + "1-BdRm Entire Apartment St. George", + 60 + ], + [ + "Clean & Cozy room in Great Location", + 61 + ], + [ + "PRIVATE BEDROOM on Lower East Side", + 84 + ], + [ + "La Bohème/ Authentic NYC Experience", + 179 + ], + [ + "Private Bedroom Minutes to Midtown", + 100 + ], + [ + "Spacious & Sunny Near McCarren Park", + 175 + ], + [ + "2 Bedroom Apartment in Chelsea", + 250 + ], + [ + "Spacious Midtown-East Bedroom/Apt", + 150 + ], + [ + "European eco-chic in trendy Bklyn 2", + 83 + ], + [ + "BROOKLYN BEDSTUY PIED-A-TERRE", + 105 + ], + [ + "Spacious apartment in Greenpoint", + 125 + ], + [ + "Amazing apartment!", + 150 + ], + [ + "Williamsburg Sunny Large Loft", + 69 + ], + [ + "Secret Garden Apartment in Bed Stuy, Brooklyn", + 190 + ], + [ + "Charming Room off the L train", + 76 + ], + [ + "1300 usd monthly Private Bedroom Brooklyn Heights", + 45 + ], + [ + "1 Quiet Private Room in Heart of Soho!", + 142 + ], + [ + "Heart of times square Best location", + 125 + ], + [ + "*** Gorgeous 2BD apt with Terrace ***", + 200 + ], + [ + "The Notorious B.N.B. { The William Henry }", + 259 + ], + [ + "Classic 4 BR brownstone", + 275 + ], + [ + "Modern Studio Loft in Downtown NYC", + 179 + ], + [ + "Modern, Cozy & Bright Private Room and Bathroom", + 70 + ], + [ + "Room in heart of East Village", + 300 + ], + [ + "Convienent Midtown West getwaway!", + 300 + ], + [ + "Bright and Cheerful", + 259 + ], + [ + "LARGE SUNNY QUIET NY APARTMENT", + 50 + ], + [ + "Quiet 1BD in West Village", + 300 + ], + [ + "Cozy Park Slope Ground Floor Apt", + 95 + ], + [ + "Artist loft in prime WILLIAMSBURG, art everywhere!", + 132 + ], + [ + "~*Awesome Room in LIC w/ backyard*~", + 80 + ], + [ + "Room-Convenient UES Near everything", + 85 + ], + [ + "Modern Clean Loft in Prime Brooklyn", + 246 + ], + [ + "The Big Room in Flushing", + 50 + ], + [ + "Sunlit Gem in Happening Greenpoint", + 75 + ], + [ + "Luxurious Designer 2 Bedm Union Square/Gramercy", + 209 + ], + [ + "Full Floor Loft Style Apt/Noho/Bond", + 330 + ], + [ + "Large BED in Amazing LIVING SPACE", + 55 + ], + [ + "Chambre Privée près de Central Park", + 60 + ], + [ + "views to die for apartment on water", + 180 + ], + [ + "Brownstone Duplex Harlem/Columbia U", + 300 + ], + [ + "Breakfast in Manhattan on terrace!", + 175 + ], + [ + "Spacious UWS pre-war guest room!", + 100 + ], + [ + "Sunny Elegant Parkside Apartment", + 175 + ], + [ + "Private Prospect Park Bed and Bath ", + 60 + ], + [ + "1bd garden apartment in Fort Greene", + 175 + ], + [ + "Cozy NYC Bedroom in the Best Manhattan Location!", + 105 + ], + [ + "Private Vintage L Shaped Studio", + 49 + ], + [ + "Private Master Bed-Queen Pillowtop & PRIVATE BATH", + 65 + ], + [ + "2 Bedroom Appartment with Rooftop-Central Park", + 450 + ], + [ + "Bright, Clean, Spacious Upper West Zen w/Balcony", + 185 + ], + [ + "Clean Loft Bed 17min from Manhattan", + 57 + ], + [ + "`AMAZING BROOKLYN HOME", + 79 + ], + [ + "Park Slope, Sunny, Private, Quiet, 2 Bedroom", + 218 + ], + [ + "BRAND NEW HUGE 1 BED@TIMES SQ!!!!!!", + 70 + ], + [ + "As seen on Netflix! Bright, 3-bedroom in Red Hook", + 350 + ], + [ + "Peaceful Private Room with deck & garden", + 100 + ], + [ + "Charming Studio Apt w Home Theater", + 150 + ], + [ + "Charming Pre-War Apt in NYC", + 45 + ], + [ + "Peaceful room in sweet neighborhood", + 46 + ], + [ + "Room in Historic Fort Greene Apt.", + 50 + ], + [ + "Chic Loft Like 2 bed-2bath", + 285 + ], + [ + "Classic Brooklyn Row House", + 220 + ], + [ + "Small room in heart of Manhattan", + 125 + ], + [ + "Central Park- 5 mins. away, Subway on corner(med.)", + 80 + ], + [ + "Comfortable Room in 3BR apartment", + 58 + ], + [ + "Charming 1BR Bed-Stuy Garden Apt", + 100 + ], + [ + "Charming Brownstone Apartment", + 175 + ], + [ + "Magnificent Townhouse - Upper East Side - NYC", + 1200 + ], + [ + "Cozy room in Great Neighborhood", + 60 + ], + [ + "Beautiful Apartment with Garden Access", + 160 + ], + [ + "Cozy Harlem Experience", + 65 + ], + [ + "BEST LOCATION 12ST BY UNION SQUARE", + 499 + ], + [ + "Lovely Soho / Village 1BR", + 350 + ], + [ + "The Hub for Two", + 105 + ], + [ + "Sunny, Spacious & Sweet 2BD home!", + 245 + ], + [ + "3 BDR Apt-Just Minutes to Manhattan", + 139 + ], + [ + "FABULOUS SUNNY BEDROOM IN HARLEM", + 50 + ], + [ + "Private Room, 33rd and 2nd", + 90 + ], + [ + "Beautiful Spacious Studio", + 90 + ], + [ + "Awesome Place in the Heart of EV", + 250 + ], + [ + "Large private bdrm in S. Park Slope", + 70 + ], + [ + "1 BR apt East Village", + 150 + ], + [ + "Master Private Room in Midtown", + 150 + ], + [ + "Lovely 1BR Garden Apartment w/Private Garden", + 109 + ], + [ + "Charming Stylish E. Village Studio", + 140 + ], + [ + "Comfortable and Large Room", + 31 + ], + [ + "COLUMBIA PRESBYTERIAN MED CTR * 2 Bedroom Apt*", + 140 + ], + [ + "Charming Private Room", + 65 + ], + [ + "Boarding Room-style mini apartment/Harlem Oasis", + 85 + ], + [ + "Park Slope Bedroom", + 35 + ], + [ + "Beautiful 1BR in West Harlem!", + 155 + ], + [ + "Cozy Room in Brooklyn Brownstone", + 65 + ], + [ + "Delightful Brooklyn digs!", + 100 + ], + [ + "Large Room in Washington Heights", + 100 + ], + [ + "Perfect 1BD in East Village", + 125 + ], + [ + "Beautiful Studio Steps from the Met", + 170 + ], + [ + "Newly renovated historic brownstone", + 65 + ], + [ + "1 bedroom in 3 bedroom apartment", + 38 + ], + [ + "Beautiful, Bright Private-Room in West Harlem!", + 68 + ], + [ + "Very private & large room Wburg BK", + 110 + ], + [ + "Charming Brownstone apartment in Brooklyn", + 100 + ], + [ + "Spacious & Trendy Uptown Apartment", + 125 + ], + [ + "Private Bedroom near Time Square", + 60 + ], + [ + "Charming Room in West Village Apartment", + 80 + ], + [ + "COLUMBIA PRESBYTERIAN MED CTR *AURA* Studio Apt", + 95 + ], + [ + "Spacious Room in East Village/NoHo", + 163 + ], + [ + "Big & Bright w Terrace near park!", + 225 + ], + [ + "Harlem 2bdr apt", + 150 + ], + [ + "In The Middle of It All!", + 170 + ], + [ + "Spacious Studio", + 65 + ], + [ + "Big Room in Central BK Neighborhood", + 60 + ], + [ + "HEART of Manhattan", + 168 + ], + [ + "Cozy 1 BR - Prospect Heights", + 100 + ], + [ + "Family summer on the Hudson - 1 wk. min. 8/16-9/4", + 195 + ], + [ + "Beach Lovers Dream!", + 89 + ], + [ + "Entire floor. Private bathroom. Great location.", + 109 + ], + [ + "Perfect Private Room for 1 or 2 per", + 150 + ], + [ + "Private room in queens New York", + 150 + ], + [ + "Partially Furnished 3BR - UES", + 150 + ], + [ + "3 Bedroom Apartment - Greenwich Vlg", + 120 + ], + [ + "Private Garden View — Eco Home — 3 Min to Subway!", + 40 + ], + [ + "Oversized 1BR~Union square~Sleeps 4~Best Value", + 150 + ], + [ + "Homey Room w/ Lots of Sunlight!", + 45 + ], + [ + "Loft in South Park Slope (Brooklyn)", + 159 + ], + [ + "A Charming & Spacious Flat in NYC", + 149 + ], + [ + "Bright, Clean 1 Bd 2 Blks to Trains", + 125 + ], + [ + "Cozy Brooklyn Apartment", + 75 + ], + [ + "Sunny, Spacious, Perfect Location!", + 109 + ], + [ + "Central Park W Pristine Apartment", + 499 + ], + [ + "Beautifully renovated brownstone", + 480 + ], + [ + "2 large rooms in sunny brownstone", + 220 + ], + [ + "Private Room in 3BD Apt with a queen bed", + 55 + ], + [ + "Big Manhattan Apartment 3 bedrooms big Living Room", + 341 + ], + [ + "Cute One-Bedroom on treelined block", + 108 + ], + [ + "Sunny Apt near Park and Subways in Windsor Terr", + 128 + ], + [ + "Garden House in the East Bronx", + 110 + ], + [ + "Urban sanctuary near Bedford L!", + 179 + ], + [ + "Spacious Family Apt Block from Park", + 175 + ], + [ + "Cozy, Entire Apt, Close to L train", + 80 + ], + [ + "Super cool and sunny apartment in Crown Heights", + 149 + ], + [ + "Live in Harlem close to Columbia U!", + 50 + ], + [ + "Convenient and cozy space!", + 75 + ], + [ + "West wing private room in NYC loft", + 100 + ], + [ + "Home On Kissena Park in Flushing NYC", + 369 + ], + [ + "A Modern 1 bedroom Apartment in Brooklyn", + 198 + ], + [ + "Cozy attic with private bath", + 100 + ], + [ + "Chic, Spacious & Quiet UWS Manhattan NYC 1BDR Gem!", + 195 + ], + [ + "LES 3 BR Apt, CENTRALLY LOCATED!", + 257 + ], + [ + "4 bedrooms private house", + 145 + ], + [ + "Single private room near train 1", + 45 + ], + [ + "Room in Lic, Queens brick townhouse", + 60 + ], + [ + "Spacious 1BD Red Hook Apartment", + 120 + ], + [ + "Historic, Sunny Prospect Park Apt!", + 80 + ], + [ + "One Block From Train - 4/23-4/30", + 85 + ], + [ + "2000sq $2 million 3 story townhouse", + 99 + ], + [ + "Charming 1 Bed Room/ Exposed Brick", + 180 + ], + [ + "Location Angel Marlie ( only female)", + 40 + ], + [ + "BK Private Room&Bath - comfortable!", + 96 + ], + [ + "Sunny 1 Bedroom in Harlem!", + 105 + ], + [ + "Cozy 1BD in a cool neighborhood.", + 80 + ], + [ + "Manhattan 1BR for $2000/mo Sublet", + 100 + ], + [ + "Sunny Room 15min from Manhattan", + 58 + ], + [ + "The very heart of Williamsburg", + 89 + ], + [ + "Central Times Square w prvte bath", + 105 + ], + [ + "Lower East Side, Private 1BD+ for2", + 85 + ], + [ + "Enormous Sunny Room in Prime Clinton Hill Brooklyn", + 68 + ], + [ + "1BR 5 minute walk to Times Square", + 200 + ], + [ + "1 BR UPPER EAST SIDE", + 170 + ], + [ + "Beautiful 1 BR by Prospect Park", + 60 + ], + [ + "Chic 2bed-2bath Manhattan Dream", + 285 + ], + [ + "Studio Apt East Harlem", + 90 + ], + [ + "Cute Studio close to subway for monthly rental", + 75 + ], + [ + "Nice cozy studio apt close to all", + 115 + ], + [ + "2 Bed/2 Bath - Driveway & Backyard!", + 118 + ], + [ + "Bright Room w/ Private Bathroom and Roof Deck", + 76 + ], + [ + "Ideal Greenpoint Location", + 245 + ], + [ + "One Bedroom Available (May 1-May 6)", + 200 + ], + [ + "Studio Apartment/ 3 blocks from Central park", + 75 + ], + [ + "Hell's Kitchen 1 Bedroom", + 200 + ], + [ + "Beautiful HUGE Studio.. 52ST 3AVE.", + 85 + ], + [ + "Beautiful Brownstone in Greenpoint", + 350 + ], + [ + "Private Room in a Shared Apt by Columbia Univ", + 101 + ], + [ + "Large Park Slope Alcove Studio", + 110 + ], + [ + "Beautiful Apartment in SoHo", + 125 + ], + [ + "Ideal \"Hotel Style\" Bedroom in LES", + 89 + ], + [ + "Cozy studio near Grand Central", + 180 + ], + [ + "Beautiful Apartment close to Metro Line.", + 120 + ], + [ + "Large room in beautiful Park Slope", + 50 + ], + [ + "The Manhattan Club studio New York", + 299 + ], + [ + "Chic calm in the heart of Soho", + 195 + ], + [ + "Charming Bedroom in Greenwich", + 78 + ], + [ + "Amazing 2 Bedroom Chelsea", + 250 + ], + [ + "LOCATION, LOCATION, LOCATION -NYC!!", + 150 + ], + [ + "Large modern 1BR w/ Balcony!", + 350 + ], + [ + "Moma Casanova. New Additions!", + 78 + ], + [ + "BIG SUNNY ROOM IN CROWN HEIGHTS", + 55 + ], + [ + "Classic Soho Brownstone", + 300 + ], + [ + "Harmony House 2 on Madison Street", + 38 + ], + [ + "Quiet 1 Bed, Heart of SoHo", + 150 + ], + [ + "queen sized room for one-Great View", + 75 + ], + [ + "Spend Your Fall in Bed-Stuy", + 52 + ], + [ + "Stylish Pop-Art studio on trendy UWS", + 198 + ], + [ + "Clean, comfy & casual private room - 1min to train", + 49 + ], + [ + "Manhattan Multi-Million $ Luxury Central Park View", + 950 + ], + [ + "Orchard Street Studio !", + 105 + ], + [ + "Large Alcove Studio", + 225 + ], + [ + "Beautiful room & Amazing location", + 125 + ], + [ + "CleanLovely 1BR Apt in Clinton Hill", + 110 + ], + [ + "Spacious Bedroom in Brooklyn", + 44 + ], + [ + "SPACE IN APT IN PERFECT LOCATION", + 77 + ], + [ + "Wow Historical Brooklyn New York!@!", + 97 + ], + [ + "Quiet, quaint room in Victorian TH", + 45 + ], + [ + "2B Williamsburg Loft Apartment", + 157 + ], + [ + "Guest Suite in Prime Williamsburg", + 80 + ], + [ + "Large room in Hamilton Heights", + 50 + ], + [ + "A Cozy 4 bedrm Apt Queen(5minsLGA)", + 275 + ], + [ + "A Gem in Fort Greene Brooklyn", + 129 + ], + [ + "Heart of West Village cozy apt", + 250 + ], + [ + "Solo traveler oasis", + 36 + ], + [ + "Cozy Studio - Midtown West", + 200 + ], + [ + "Bright Studio Perfect for the Wknd!", + 185 + ], + [ + "2 bedroom in hell's kitchen", + 130 + ], + [ + "Bright LARGE BED near Manhattan", + 65 + ], + [ + "Loft in Williamsburg", + 275 + ], + [ + "Cosy and sunny studio for you!", + 120 + ], + [ + "Spacious Sunny Studio in LES", + 180 + ], + [ + "Entire apt right at the park!", + 123 + ], + [ + "Large room in newly renovated apt", + 750 + ], + [ + "Charming one bedroom Central Park", + 210 + ], + [ + "Sunny studio West Village/Chelsea", + 139 + ], + [ + "Sun-filled living room with futon!", + 45 + ], + [ + "Private bedroom in sunny apt", + 79 + ], + [ + "Prime Park Slope Townhouse, 4 BR and Garden", + 345 + ], + [ + "Relaxing Brooklyn Getaway", + 90 + ], + [ + "Contemporary Modern Studio", + 150 + ], + [ + "Wonderful Large 1 bedroom", + 75 + ], + [ + "Spacious Gramercy Penthouse Studio", + 200 + ], + [ + "Cozy 1 Bedroom apartment fitting 4", + 100 + ], + [ + "Room in Prospect Heights", + 32 + ], + [ + "Mini Studio in NY city safest area", + 45 + ], + [ + "Ideal Location, Spacious IBr", + 115 + ], + [ + "Modern Vibrant Large Cozy Bedroom* 正面能量", + 56 + ], + [ + "2BR Lower East Side", + 210 + ], + [ + "BRAND NEW 1BD / STEPS CENTRAL PARK!", + 87 + ], + [ + "Share quiet, clean and spacious apt", + 40 + ], + [ + "Private Room In a Goodhome", + 58 + ], + [ + "Sunny, Charming Williamsburg 1-BR", + 125 + ], + [ + "Large and Beautiful 1 Bedroom in Bushwick", + 100 + ], + [ + "Artist Loft Heart of Williamsburg", + 195 + ], + [ + "Big bedroom, heart of Williamsburg", + 90 + ], + [ + "Nice and Comfortable Private Room", + 65 + ], + [ + "Large Room with a Balcony *10 mins to Manhattan*", + 100 + ], + [ + "Student/Family Friendly Near Schools Parks Dining", + 200 + ], + [ + "Chinatown/Lower East Side Room", + 75 + ], + [ + "Spacious 1 BR Near Central Park!", + 220 + ], + [ + "Handsome historic Greenpoint 2BR", + 225 + ], + [ + "Zen urban sanctuary.", + 163 + ], + [ + "Beautiful Room near L train", + 85 + ], + [ + "Charming House in Astoria", + 150 + ], + [ + "A Couch In East Williamsburg Near Train.", + 38 + ], + [ + "Comfy convenient apt. by the trains", + 79 + ], + [ + "Sunny 1 bd -Prospect Park!", + 90 + ], + [ + "Private Rooms @ Townhouse", + 100 + ], + [ + "LES SUNNY STUDIO on Chrystie Street", + 99 + ], + [ + "Calm airy top floor W'burgh 1.5 bed", + 200 + ], + [ + "Studio steps from park & train!", + 190 + ], + [ + "BIG PRIVATE ROOM, UPSCALE LOCATION", + 90 + ], + [ + "ColumbiaUniversityHousing 9.1-9.6", + 60 + ], + [ + "Beautiful Washington Heights Apt!", + 90 + ], + [ + "Plush King Size Bed, Great Location", + 75 + ], + [ + "Oasis in Manhattan on Hudson river!", + 70 + ], + [ + "Upper East Side - Private Room", + 85 + ], + [ + "Spacious room in Williamsburg", + 50 + ], + [ + "Sunny 1 Bedroom Apt in East Harlem!", + 130 + ], + [ + "A fine, modern, spacious apartment", + 199 + ], + [ + "Spacious, new studio, in Gramercy", + 150 + ], + [ + "4500 SQ FT Quiet Brooklyn Loft for Shoots & Events", + 750 + ], + [ + "Room in Beautiful Brownstone", + 80 + ], + [ + "Comfy Space in Williamsburg!", + 62 + ], + [ + "Cozy room in a fun, low-key neighb!", + 105 + ], + [ + "Amazing 3 bedrooms in East Village", + 250 + ], + [ + "Amazing Airy Hs w Old World Details", + 350 + ], + [ + "Brooklyn Zen Gem w/Personal Balcony", + 65 + ], + [ + "Charming studio near Little Italy!", + 95 + ], + [ + "5 min from midtown, but peaceful.", + 153 + ], + [ + "1-bedroom in heart of Williamsburg!", + 150 + ], + [ + "Large condo with stunning park views", + 280 + ], + [ + "Columbia University in Manhattan", + 70 + ], + [ + "Amazing 1bedroom uptown, Manhattan", + 155 + ], + [ + "Central Williamsburg Room", + 71 + ], + [ + "Midtown EAST 1 BDR APT - BEST area of Manhattan", + 182 + ], + [ + "1 bedroom in a 2 bedroom apartment", + 105 + ], + [ + "Bright and Beautiful UWS Treasure!!", + 100 + ], + [ + "Cozy & Convenient Room in Bed-Stuy", + 45 + ], + [ + "Amazing 2 Bedroom Bklyn apt, near SUNY Downstate!", + 109 + ], + [ + "You have chosen...wisely!", + 95 + ], + [ + "Brooklyn Zen Gem Serenity Bedroom", + 65 + ], + [ + "Spacious Studio, Freedom Tower View", + 250 + ], + [ + "Cozy South Williamsburg Bedroom off Bedford Ave!", + 60 + ], + [ + "Shared Room in Luxurious 2BD", + 130 + ], + [ + "Charming 1 bedroom on the water!", + 120 + ], + [ + "Luxury 1 Bedroom in Astoria", + 200 + ], + [ + "On the Park -- one-bedroom.", + 190 + ], + [ + "NEW YORK CITY WITH AN OCEAN BREEZE", + 129 + ], + [ + "Large Room in Spacious Flat , Central Location", + 85 + ], + [ + "Brownstone! Entire Garden Apt w/ Private Entrance!", + 125 + ], + [ + "One bedroom in Midtown", + 175 + ], + [ + "Brooklyn New York City - JFK/LGA", + 130 + ], + [ + "Marilyn's Home Stay 1, Brooklyn, NY", + 70 + ], + [ + "Great Loft in Williamsburg-Brooklyn", + 184 + ], + [ + "Double Bed In a Central Location", + 180 + ], + [ + "Quiet Park Slope Apartment", + 100 + ], + [ + "Modern 3BR Brownstone Apartment", + 125 + ], + [ + "Bright studio in the heart of Brooklyn", + 150 + ], + [ + "Sweet Harlem studio", + 105 + ], + [ + "Ensuite Redroom", + 35 + ], + [ + "Orange Room", + 30 + ], + [ + "Skyview Private Small Room", + 30 + ], + [ + "Quiet, Sunny Studio in Downtown NYC", + 125 + ], + [ + "Sun-Drenched Williamsburg Apartment", + 190 + ], + [ + "NYC space", + 95 + ], + [ + "Comfy Room in E Williamsburg Loft", + 55 + ], + [ + "BEAUTIFUL UES Apt w/ Door Man", + 130 + ], + [ + "Neat Home 20 min to LGA Airport", + 119 + ], + [ + "300 Square Foot Private Room - in MANHATTAN!!", + 67 + ], + [ + "Spacious room next to 96 st Station", + 90 + ], + [ + "Lovely bedroom near Central Park", + 60 + ], + [ + "Brooklyn Brownstone, 3-Bdr & Garden", + 199 + ], + [ + "Park Slope Garden Level Studio", + 150 + ], + [ + "A Perfect Stay", + 115 + ], + [ + "Cozy & Bright 1 Bedroom", + 100 + ], + [ + "FT Greene - Oversized Parlor", + 165 + ], + [ + "The Most Affordable 3BR Apartment", + 105 + ], + [ + "Skylight on Hart", + 49 + ], + [ + "Sunny top floor of a brownstone", + 100 + ], + [ + "Large Bedroom, Lovely Backyard & Separate WC", + 94 + ], + [ + "Private Bedroom in St. Marks Place", + 75 + ], + [ + "Large room in Prospect Heights", + 60 + ], + [ + "Strawberry Fields", + 322 + ], + [ + "Private Room in E. Williamsburg", + 119 + ], + [ + "Williamsburg Penthouse with Stunning Views", + 100 + ], + [ + "Morningside Heights Cathedral Lane", + 50 + ], + [ + "Cozy room with a view of the Hudson", + 90 + ], + [ + "Bedroom right in Chelsea!", + 150 + ], + [ + "Centrally Located Studio - Times Sq", + 230 + ], + [ + "25 minutes to Manhattan,near subway", + 59 + ], + [ + "Queen-sized bed in sunny East Harlem private room", + 90 + ], + [ + "Manhattan, near subway, quiet street in LES!", + 95 + ], + [ + "Williamsburg Loft w/ Amazing Roof", + 75 + ], + [ + "Large bedroom outside Times Square!", + 85 + ], + [ + "Spacious&Pretty, heart of Brooklyn", + 85 + ], + [ + "Tailored Studio in Williamsburg BK", + 150 + ], + [ + "Heavenly Hell's Kitchen 2 bedroom", + 189 + ], + [ + "Heavenly Hell's Kitchen private room in 2bdrm", + 99 + ], + [ + "近地铁及市中心,交通方便,干净,明亮,到曼哈頓只要30分鐘", + 41 + ], + [ + "Bright 3 bd/ 2 bath on the park.", + 150 + ], + [ + "Manhattan Apartment (Female Guests)", + 90 + ], + [ + "近地铁及市中心,干净 NYC 30 min to Manhattan", + 37 + ], + [ + "Luxury 2bdr 2bath in Tribeca", + 300 + ], + [ + "NY Executive Apartment", + 380 + ], + [ + "Room available in a 3 bdrm apt!", + 75 + ], + [ + "Beautiful West Village Studio", + 200 + ], + [ + "Cozy Room, great Apartment, nice and safety area", + 50 + ], + [ + "Large, Bright & Airy 2BR Loft in ❤️of Williamsburg", + 225 + ], + [ + "Cozy in Upper East Manhattan", + 150 + ], + [ + "Little Brownstone", + 55 + ], + [ + "1 Bedroom steps from Central Park", + 175 + ], + [ + "A Gorgeous 1BR in a Luxury Building", + 276 + ], + [ + "Large room w its own bathroom (& bath)", + 45 + ], + [ + "Sunny/Spacious 2 Bedroom Washington Heights", + 199 + ], + [ + "Colorfull and Modern Bedroom UES A3", + 48 + ], + [ + "2BR. Brooklyn Loft", + 145 + ], + [ + "SunLit Room in Hip Neighborhood", + 100 + ], + [ + "Terrific Location in Prospect Heights", + 62 + ], + [ + "East Village Oasis", + 230 + ], + [ + "Cozy Room with Exposed Bricks", + 90 + ], + [ + "Brooklyn Modern Spacious Studio", + 83 + ], + [ + "The Heart of Fort Greene", + 120 + ], + [ + "Brooklyn Zen Gem Restful Retreat", + 65 + ], + [ + "Spacious & Sunny Williamsburg Apt", + 140 + ], + [ + "2 Bedroom in Wburg w/ living room", + 80 + ], + [ + "Cozy studio apartment", + 75 + ], + [ + "Cozy UES Studio", + 300 + ], + [ + "Beautiful room in Williamsburg!", + 110 + ], + [ + "Modern Quiet Gem Near All", + 85 + ], + [ + "Great East Village Studio", + 120 + ], + [ + "Cozy Family Home. Two Floors", + 100 + ], + [ + "Lovely private space! 15min > city!", + 65 + ], + [ + "Sunny Room! Block From park! SwEeT!", + 80 + ], + [ + "Lovely 1-bed w Terrace by Cen Park!", + 299 + ], + [ + "Beautiful SoHo Loft", + 16 + ], + [ + "King Loft Bed in Bushwick Loft", + 46 + ], + [ + "Perfectly Located West Village Loft", + 245 + ], + [ + "Private Bedroom and Office", + 55 + ], + [ + "Spacious Room in Washington Heights", + 45 + ], + [ + "COBBLE HILL SUMMER HAVEN", + 100 + ], + [ + "Spacious 2 Bd & 2 bath Apartment", + 165 + ], + [ + "Luminous Modern Apt Share for Young Professionals", + 60 + ], + [ + "Luminous Modern Apt Share for Young Professionals", + 60 + ], + [ + "Charming 1BR Apt in Williamsburg!", + 140 + ], + [ + "Bright and airy Brooklyn townhouse", + 300 + ], + [ + "Huge Backyard - Williamsburg Loft", + 249 + ], + [ + "Beautiful Boerum Hill 2 Bedroom", + 175 + ], + [ + "BK Room Available 5/17-5/24", + 35 + ], + [ + "BBoho Room in Williamsburg/Bushwick", + 55 + ], + [ + "1 Bedroom Greenpoint Close To All", + 135 + ], + [ + "LES Private Room in 3BR Apt", + 60 + ], + [ + "Small Room in Beautiful Apartment/Building", + 75 + ], + [ + "Beautiful, SEXY apartment", + 300 + ], + [ + "Bright Room at the Hudson!", + 79 + ], + [ + "Great Private Room in Bedstuy", + 65 + ], + [ + "GORGEOUS BEDROOM IN VICTORIAN HOME W/PRIVATE BATH", + 129 + ], + [ + "well designed apt with yard!", + 280 + ], + [ + "Cozy, quiet and comfortable 1BR", + 132 + ], + [ + "Sunny private room in Park Slope", + 70 + ], + [ + "Cozy Room in Super Convenient Area", + 52 + ], + [ + "a Peace House and free parking", + 148 + ], + [ + "Large Sunny NYC entire apt 15 mins!", + 115 + ], + [ + "Beautiful UES 1BR Apartment", + 175 + ], + [ + "Luxury Apartment in Midtown West", + 130 + ], + [ + "1 Bedroom in Giant Bushwick House", + 35 + ], + [ + "Elegant Master Suite NYC Brownstone", + 109 + ], + [ + "Comfortable private room Brooklyn", + 60 + ], + [ + "Stylish 1 bed room in the East Village", + 150 + ], + [ + "W Village - 3 BR - 5/31 to 7/2", + 207 + ], + [ + "Sunny, Quiet, Open Space Uptown", + 63 + ], + [ + "Cozy apt convenient to everything!", + 185 + ], + [ + "Best of Carroll Gardens", + 445 + ], + [ + "Unique 1BR near Columbia Medical", + 125 + ], + [ + "Ensuite Turquoise Room", + 35 + ], + [ + "Beautiful West Village Apartment", + 200 + ], + [ + "Spacious 1BDR apartment Upper West Side", + 141 + ], + [ + "Large apartment near Columbia Univ", + 120 + ], + [ + "Trendy, newly renovated 1 BD Apt.", + 145 + ], + [ + "Times Square room with private bath", + 120 + ], + [ + "2-Bdrm Entire Apartment St. George", + 89 + ], + [ + "Stylish Apt in the Heart of BedStuy", + 90 + ], + [ + "Lefferts Apt in Brownstone @ Park", + 95 + ], + [ + "Nice Cozy Space", + 120 + ], + [ + "Two Bedroom in a townhouse with a patio in Nolita!", + 295 + ], + [ + "Brooklyn Tranquil Artist Space", + 104 + ], + [ + "Charming and Sunny Central Brooklyn", + 150 + ], + [ + "Spacious PRIVATE Room on Brighton Beach", + 75 + ], + [ + "05/19- 05/27 Big East Village Room", + 170 + ], + [ + "Best location in NYC!", + 194 + ], + [ + "Available in August only. One room with twin bed.", + 49 + ], + [ + "Bklyn Brownstone 2Bedroom Apartment w/Office Space", + 125 + ], + [ + "SPACIOUS WILLIAMSBURG DESTINATION", + 84 + ], + [ + "Cozy Harlem 1BD 15 mins to midtown", + 140 + ], + [ + "#1 Private room near CENTRAL PARK!", + 50 + ], + [ + "PRIVATE Bedroom & bathroom TRIBECA", + 89 + ], + [ + "Room in Historical Crown Heights", + 55 + ], + [ + "Private Room Right by Subway to Manhattan *alt*", + 62 + ], + [ + "Central Fort Greene Apt w deck", + 100 + ], + [ + "Brooklyn private room", + 40 + ], + [ + "Modern 2-bedroom Loft in Greenpoint", + 350 + ], + [ + "Brownstone in Clinton Hill", + 75 + ], + [ + "Dwtn 1 Bedroom W/Spectacular Views", + 190 + ], + [ + "Modern 1BR on Soho's Bowery", + 350 + ], + [ + "East Village Apartment with Terrace", + 300 + ], + [ + "Perfect West Village Studio!", + 295 + ], + [ + "Furnished Room with View of E River", + 113 + ], + [ + "Huge Private Room in the BEST location", + 95 + ], + [ + "Modern& Pretty Bedroom UpperBest!!!!", + 59 + ], + [ + "Family Friendly Getaway", + 100 + ], + [ + "Cosy & Quiet BD in Central Harlem", + 69 + ], + [ + "Perfect location!", + 190 + ], + [ + "1 bedroom in East village", + 110 + ], + [ + "Cozy Brooklyn Studio with Parking", + 65 + ], + [ + "Ocean Hill - Beautiful 3 Bedroom", + 185 + ], + [ + "Gorgeous home steps from the park!", + 152 + ], + [ + "Extra Large 1 Bdroom Sunny/Spacious", + 249 + ], + [ + "Chambre disponnible", + 100 + ], + [ + "Private Bedroom in Beautiful Apartment", + 95 + ], + [ + "Great UWS Studio Apartment", + 130 + ], + [ + "2 Bedroom Duplex", + 145 + ], + [ + "A huge, debonair loft in midtown", + 325 + ], + [ + "1 Train, Delis, Duane Read,Eat Outs", + 75 + ], + [ + "Sunny, Private room in Bushwick", + 37 + ], + [ + "The city cabin", + 75 + ], + [ + "Cozy Artist Bedroom — Only a 3 Min Walk to Subway!", + 50 + ], + [ + "Million Dollar Views of Manhattan!!", + 150 + ], + [ + "Entire Prime Upper West Side Large Studio", + 99 + ], + [ + "Cozy room with beautiful yard and huge, soft bed", + 50 + ], + [ + "Private room 3min from Bedford stop", + 65 + ], + [ + "FIDI brand new studio on 33th floor", + 150 + ], + [ + "Colorful & Spacious near A Express", + 88 + ], + [ + "Spacious Luxury Studio-96th and WEA", + 190 + ], + [ + "Lovely Lofted Room in UWS", + 125 + ], + [ + "Colorful flat in heart of E Village", + 284 + ], + [ + "Breathtaking Light & View West Village Apartment", + 150 + ], + [ + "The Oasis.", + 16 + ], + [ + "Luxury High-Rise in Center of NYC/Manhattan", + 190 + ], + [ + "Your home away from home", + 60 + ], + [ + "Cozy 1Br Apt❤️of Upper East Side near Central Park", + 99 + ], + [ + "Best Location - HUGE 2 bedroom by Times Square!", + 100 + ], + [ + "1 BD in Washington Heights", + 35 + ], + [ + "Charm and Comfort, Heart of the UWS", + 167 + ], + [ + "Save$PrivateRoom walking distance to Times Square", + 140 + ], + [ + "Sunny Upper West Side Summer Rental", + 175 + ], + [ + "Fantastic Apt. Amazing LES Location", + 249 + ], + [ + "Private bedroom in SOHO", + 110 + ], + [ + "Large Apartment w/ Amenities", + 250 + ], + [ + "Gowanus Brooklyn Bed", + 129 + ], + [ + "Huge private bedroom for quiet sleep in Manhattan!", + 95 + ], + [ + "Enjoy a comfy apartment on the UWS", + 280 + ], + [ + "Studio one block from Central Park", + 200 + ], + [ + "Park Slope -Sunny 3BR duplex", + 276 + ], + [ + "1bdrm east village", + 130 + ], + [ + "!!BEAUTIFUL APARTMENT WITH GARDEN!!", + 40 + ], + [ + "Our Astorian Alcove", + 122 + ], + [ + "Gramercy Apt, Private Bedroom", + 64 + ], + [ + "Steps from Gramercy Park", + 399 + ], + [ + "Spacius and quiet loft in Greenwich village", + 495 + ], + [ + "Duplex garden brownstone apt", + 145 + ], + [ + "\"Your home away from home #2", + 53 + ], + [ + "Well-located Apt in Sunnyside, NYC", + 100 + ], + [ + "Brooklyn artist apartment", + 42 + ], + [ + "Modern Stdio - Upper East", + 200 + ], + [ + "GARDEN OASIS CLINTON HILL BROWNSTON", + 130 + ], + [ + "Penthouse Triplex/ Union Sq / Roof", + 200 + ], + [ + "Sublet in Furnished Master Bedroom", + 75 + ], + [ + "Sunny room right by park!", + 45 + ], + [ + "Historic room in renovated brownstone", + 52 + ], + [ + "Front bdrm in massive NoLita Loft", + 100 + ], + [ + "3 Bedroom Greenpoint Townhouse", + 350 + ], + [ + "Cozy Manhattan room ★ 3 mins to subway", + 70 + ], + [ + "Room in Bushwick, Brooklyn", + 39 + ], + [ + "UPPER WEST SIDE one bedroom apt", + 120 + ], + [ + "Amazing windows, large West Village one-bedroom", + 239 + ], + [ + "1785 The Oldest Row House in New York.", + 375 + ], + [ + "Desirable apt. in prime location", + 125 + ], + [ + "Bkln (Vinegar Hill) duplex w/garden", + 375 + ], + [ + "Cozy, artistic room in Brooklyn Apt", + 45 + ], + [ + "Private room in spacious house", + 60 + ], + [ + "Room in Condo", + 75 + ], + [ + "The Golden Chamber", + 70 + ], + [ + "Charming Private Suite in the South Bronx", + 65 + ], + [ + "Sunny Bedroom in West Village Loft", + 250 + ], + [ + "Lower East Side/Chinatown Bedroom", + 99 + ], + [ + "Room in BushBurg Apt w/ Rooftop", + 95 + ], + [ + "Studio!Astoria station in 3min!", + 46 + ], + [ + "Spacious, unique apt - see reviews! Last minute ok", + 275 + ], + [ + "Beautiful 2bdroom apartmnt", + 168 + ], + [ + "Private bedroom in two bedroom APT", + 45 + ], + [ + "Fantastic Cozy Stay-NYC. 4B", + 80 + ], + [ + "Studio in Lux Building on UWS!", + 150 + ], + [ + "NEW! SAFE, Bright in the Heights", + 115 + ], + [ + "Cosy Bedroom in typical brownstone", + 65 + ], + [ + "Wburg Penthouse, Private elevator, balcony, roof", + 201 + ], + [ + "Brooklyn Summer", + 55 + ], + [ + "Bright Private Room in Williamsburg!", + 120 + ], + [ + "Private Room in Astoria", + 50 + ], + [ + "Stylish central 1 BR apartment", + 100 + ], + [ + "Homey 1 BR apartment in Harlem", + 100 + ], + [ + "Entire Williamsburg Music Lovers Palace―1 Blk to L", + 59 + ], + [ + "Twin Loft Nook in Brooklyn", + 44 + ], + [ + "Tree-lined block+Roof+private rooms", + 79 + ], + [ + "Eclectic Williamsburg Townhouse", + 56 + ], + [ + "Clean, bright, renovated apt in Lower East Side", + 140 + ], + [ + "MODERN NYC APARTMENT", + 160 + ], + [ + "Big space, great price, a home by Mnhn, best in BK", + 119 + ], + [ + "Spacious Studio + Patio", + 185 + ], + [ + "Quiet Bedroom in Large Charming Apt", + 55 + ], + [ + "Cozy Room in Washington Heights Apt", + 58 + ], + [ + "1 private bedroom in Williamsburg", + 85 + ], + [ + "Great sunny room in a fun house", + 100 + ], + [ + "Cozy \"Jr.\" 1B, historic brownstone", + 110 + ], + [ + "Cozy room near LES/Chinatown", + 80 + ], + [ + "Dominique's LowerLevel 1 bdrm pad*video projects", + 115 + ], + [ + "relaxed and simple in Williamsburg", + 99 + ], + [ + "My Little Guest Apartment", + 105 + ], + [ + "Cozy Room in UES Apartment", + 110 + ], + [ + "Brooklyn Creative Snooze Factory", + 70 + ], + [ + "Private Room w/ access to Terrace", + 160 + ], + [ + "Lofted bedroom in large loft space full of plants", + 150 + ], + [ + "UWS STUDIO", + 90 + ], + [ + "Bright and Sunny Apartment DUMBO", + 150 + ], + [ + "Skylighted Floor, All Yours, 23 Mins to Manhattan", + 86 + ], + [ + "Roomy and quiet 2BR in Manhattan!", + 200 + ], + [ + "LUXURY DOORMAN HIGH RISE One Bedroom", + 272 + ], + [ + "Spacious, charming studio", + 86 + ], + [ + "Beautiful Apartment in Williamsburg", + 200 + ], + [ + "Comfy Apt! Private Bathroom, Prime Location, Patio", + 129 + ], + [ + "2C Private Rm in Guesthouse Manhattan", + 50 + ], + [ + "Nolita Room - Convenient & Quaint", + 95 + ], + [ + "COBBLE HILL BROWNSTONE", + 400 + ], + [ + "Entire 1 BR apt in luxury building!", + 212 + ], + [ + "Unique Space in Red Hook", + 160 + ], + [ + "Enormous bedroom in UWS 2-bed", + 90 + ], + [ + "Sunny Studio in Clinton Hill", + 145 + ], + [ + "Forest Hills home shares its breathtaking beauty", + 125 + ], + [ + "Upper East Side + 2 queen size bed", + 250 + ], + [ + "Family Friendly & Cozy Apt Near Subway, 1 Bedroom", + 100 + ], + [ + "Cozy private room, close to the subway & beach", + 75 + ], + [ + "Cosy Williamsburg", + 75 + ], + [ + "A spacious studio in Midtown / UES", + 195 + ], + [ + "Charming Brooklyn 1BD+Den", + 125 + ], + [ + "Private! entire studio, own entrance, private bath", + 85 + ], + [ + "West Village Studio", + 200 + ], + [ + "3 bedrooms in Upper East Side with amazing terrace", + 449 + ], + [ + "Williamsburg 2 Bedroom", + 150 + ], + [ + "Luxury Williamsburg Duplex w/ Yard!", + 250 + ], + [ + "Big Room in Heart of Williamsburg", + 100 + ], + [ + "Magical Oasis in Bushwick! 20 min to City", + 120 + ], + [ + "Perfect Room, East Village Dream", + 115 + ], + [ + "L.E.S. / Chinatown", + 89 + ], + [ + "SoHo/Greenwich Village 1BR Apt", + 180 + ], + [ + "Astoria next to Beer Garden!", + 70 + ], + [ + "Sunny Bohemian Tasteful East Harlem", + 140 + ], + [ + "Sunny Spacious Room/Friendly Rates", + 37 + ], + [ + "Brooklyn Cute Room + Private Bath!", + 70 + ], + [ + "Large Sunny Room in Williamsburg", + 88 + ], + [ + "3 Bedroom Apt in Williamsburg w Private Rooftop", + 320 + ], + [ + "Wonderful Kips Bay 1 BR + Elevator!", + 200 + ], + [ + "Spacious room is Park Slope", + 55 + ], + [ + "Loft Studio Midtown Lux Doorman", + 195 + ], + [ + "Spacious South Williamsburg Apartment", + 115 + ], + [ + "Large Midtown East Duplex", + 125 + ], + [ + "The Brownstone 2 / Luxury 1 Bd Apt", + 155 + ], + [ + "Modern 1BR Next To Central Park", + 170 + ], + [ + "Cozy, sunny East Village bedroom", + 115 + ], + [ + "Spacious One Bedroom Apartment", + 74 + ], + [ + "Huge Bright Room in Williamsburg", + 100 + ], + [ + "Spacious Studio in Midtown", + 125 + ], + [ + "Bright Nordic Serenity in Brooklyn", + 70 + ], + [ + "Studio Apt With Backyard", + 110 + ], + [ + "Beautiful Condo w/ Private Rooftop", + 395 + ], + [ + "Prime Williamsburg LOFT next to Bedford L", + 215 + ], + [ + "A True Gem.", + 150 + ], + [ + "Classic Parlor Level Brownstone", + 295 + ], + [ + "Big room with private bathroom in Bushwick", + 60 + ], + [ + "Cozy private room in Brooklyn, NYC.", + 55 + ], + [ + "Cozy 1BD | 15 min. to Grand Central", + 85 + ], + [ + "Great room near CUMC!", + 40 + ], + [ + "Spacious, Bright, Brooklyn Beauty", + 200 + ], + [ + "Sunny Private Room, & bath", + 90 + ], + [ + "Private room", + 49 + ], + [ + "Sweet Home at Washington high everyone is welcome", + 50 + ], + [ + "Cozy Studio in Prospect Heights", + 85 + ], + [ + "Entire rowhouse+garden+deck in Park Slope/Gowanus", + 350 + ], + [ + "Room in spacious apt near the park", + 38 + ], + [ + "Spacious room w/private roof deck", + 158 + ], + [ + "Modern Rustic NYC Chic in the LES", + 245 + ], + [ + "Cozy Williamsburg Brooklyn Space", + 110 + ], + [ + "Harlem Home Away From Home", + 55 + ], + [ + "Luxury Apt in Financial District", + 275 + ], + [ + "Clean room in a cozy, peaceful home", + 50 + ], + [ + "Cozy,newly furnished room inAstoria", + 45 + ], + [ + "Modern Mulberry St Room for 1 Female Guest", + 85 + ], + [ + "1 bedroom apt in pvt 2 fam house", + 150 + ], + [ + "Huge duplex apartment with garden!", + 247 + ], + [ + "1BR in East Harlem apt", + 105 + ], + [ + "3 Bedroom Downtown NYC loft", + 400 + ], + [ + "Astoria HUGE Balcony PRIME location", + 155 + ], + [ + "2 Bdrm apt Near Empire State Building", + 150 + ], + [ + "A large 1-bedroom apartment", + 120 + ], + [ + "Cheap & Basic Temporary Airbed Room", + 69 + ], + [ + "Studio apartment in the heart of Chelsea", + 199 + ], + [ + "Duplex 3BR SOHO Penthouse w.Terrace", + 499 + ], + [ + "Best location! Chelsea/West Village/Meatpacking", + 150 + ], + [ + "Spacious private room", + 300 + ], + [ + "Wburg 1 bedroom - Spacious & Sunny", + 105 + ], + [ + "Cozy, single bed room.15min to NYC", + 45 + ], + [ + "Brooklyn, Sundrenched & Peaceful", + 105 + ], + [ + "Master bedroom + private bathroom", + 130 + ], + [ + "Huge&Bright Room in Greenwich Vill.", + 75 + ], + [ + "BK Heights Apartment for cat lovers", + 150 + ], + [ + "Industrial Flex 2br duplex Loft in Brooklyn", + 159 + ], + [ + "Cozy home in Williamsburg!", + 100 + ], + [ + "A beautiful and friendly beach area", + 145 + ], + [ + "Live like a real New Yorker right by Central Park", + 220 + ], + [ + "Spacious Duplex for Spring Retreat", + 160 + ], + [ + "2 Bedroom fully furnished apt,Clinton Hill BK", + 175 + ], + [ + "Private Artisitic Room East Village", + 82 + ], + [ + "Sunny & Tall 1 BR, Central Pk,Train", + 200 + ], + [ + "NY City for the 4th of July!", + 300 + ], + [ + "Steps to Grand Central! Large 1BDR", + 199 + ], + [ + "Spacious, Peaceful Room", + 85 + ], + [ + "Great Upper East Side Location!", + 135 + ], + [ + "Kid friendly 2 bedroom in Harlem", + 150 + ], + [ + "BROWNSTONE BUILDING IN CLINTON HILLS", + 65 + ], + [ + "3BR Williamsburg Duplex w/Backyard", + 395 + ], + [ + "Private Terrace in the East Village", + 379 + ], + [ + "Stylish Apartment in GREAT West Village Location", + 250 + ], + [ + "NICEQUIET10 MINUTES TO TIME SQUARE.", + 90 + ], + [ + "Gem of Bushwick", + 40 + ], + [ + "Riverside and 160th--Long Stay", + 200 + ], + [ + "Casa de la Luna -Bedford Stuyvesant", + 133 + ], + [ + "Large, charming studio on UWS", + 140 + ], + [ + "Renovated 2BR apartment MIN 30 DAY", + 100 + ], + [ + "Vintage 1B Artist Loft in Brooklyn", + 85 + ], + [ + "Art Deco NYC Upper West 2br Apt", + 385 + ], + [ + "Sunny room 30 min from Manhattan", + 50 + ], + [ + "Charming Park Slope 1BR w/ Patio", + 140 + ], + [ + "Large Studio on the Upper East Side", + 120 + ], + [ + "STUDIO in the East Village", + 110 + ], + [ + "Lovely room In Williamsburg", + 106 + ], + [ + "Beautiful Spacious 1 Bed in Hip Harlem Neighborhd", + 115 + ], + [ + "Houseboat in the Rockaways", + 120 + ], + [ + "The Kook House - Rockaways BEST Summer House!!", + 300 + ], + [ + "Home Sweet Home :)", + 59 + ], + [ + "COZY HOUSE 10 MINS FROM LA GUARDIA!", + 140 + ], + [ + "Large BR w/Private Ent & Living Rm!", + 99 + ], + [ + "Great room for couples on a budget!", + 52 + ], + [ + "Garden Apt. East Village NY", + 125 + ], + [ + "Room for rent in corona queens", + 150 + ], + [ + "NYC ROOM GORGEOUS LIGHT! RIVER VIEW", + 65 + ], + [ + "Immaculate Gramercy One-Bedroom", + 249 + ], + [ + "Furnished Unit (115 and Amsterdam)", + 84 + ], + [ + "Spacious bedroom in Astoria", + 53 + ], + [ + "Unbelievable NYC Apt Avail Nov!", + 340 + ], + [ + "Perfect Room in Brooklyn", + 80 + ], + [ + "Spacious One-Bedroom near Prospect Park", + 75 + ], + [ + "Art filled Brooklyn Hideaway with private bathroom", + 80 + ], + [ + "Private Room in Williamsburg Apt", + 78 + ], + [ + "Large 1BR in heart of Williamsburg!", + 149 + ], + [ + "Sunny Bedroom near major stations", + 80 + ], + [ + "Huge one bedroom apartment", + 115 + ], + [ + "Amazing UWS /Central Park West Location", + 90 + ], + [ + "PRIVATE one Bedroom in Williamsburg", + 175 + ], + [ + "Luxury Apt on Central Park South", + 350 + ], + [ + "Clean & Cozy East Village Home Steps From Park", + 194 + ], + [ + "Lovely 1 BR duplex in prime Chelsea", + 175 + ], + [ + "Dreamy Luxury Penthouse w/ Terrace", + 350 + ], + [ + "Sunny Apt. in Historic Harlem Bldg.", + 63 + ], + [ + "Spend Summer in Park Slope", + 150 + ], + [ + "Beautiful Greenwich Village Apartment", + 180 + ], + [ + "House of Music and Art, Small Happy ROom", + 64 + ], + [ + "Amazing Studio-Loft w/Outdoor Space", + 185 + ], + [ + "Harlem luxury w/ great amenities!", + 80 + ], + [ + "Studio-Heart of Harlem****", + 75 + ], + [ + "Royal Oxford", + 105 + ], + [ + "City view, Long Island City 1 BR", + 130 + ], + [ + "PERFECT 1 BR, Elevator, BEST Area!!", + 264 + ], + [ + "Fun & Trendy Kid Friendly Family Home", + 215 + ], + [ + "Adorable room on the Upper East Side!", + 85 + ], + [ + "Comfortable and Spacious Bedroom", + 35 + ], + [ + "Inviting,sunny grdn 15 min to Manhattan", + 50 + ], + [ + "A 2BR Oasis in Red Hook", + 145 + ], + [ + "Sunny, Clean & Spacious in the LES", + 150 + ], + [ + "Bright and Airy Brooklyn Abode", + 175 + ], + [ + "1 Room in a 2 Bedroom Available", + 680 + ], + [ + "Amazing apartment with great views", + 900 + ], + [ + "Artist Loft In Bushwick, Brooklyn", + 95 + ], + [ + "Private Rm–Industrial Loft–Bushwick", + 60 + ], + [ + "Brooklyn Zen Gem Spacious Bedroom", + 70 + ], + [ + "Sunny 1Bdr + 2 Big Sofabed, Clean!", + 240 + ], + [ + "big bright Bushwick loft 2 blocks from Jefferson L", + 150 + ], + [ + "Lovely uptown furnished 1 bedroom", + 150 + ], + [ + "Large Upper West Side 1 bedroom", + 175 + ], + [ + "Luxury 1-Bedroom King Suite with Central Park View", + 1000 + ], + [ + "Chill, Sunny Room Bed-Stuy Bushwick", + 48 + ], + [ + "Artist Loft in Brooklyn", + 42 + ], + [ + "airy, earthy room in artistic apt", + 80 + ], + [ + "Funky Studio Apartment", + 150 + ], + [ + "2 Bdrm in Luxury Condo on Hudson", + 195 + ], + [ + "Bright Brooklyn Bed-Stuy Apartment", + 145 + ], + [ + "Comfy Room Close the Subway ABCD&1!", + 75 + ], + [ + "Spacious Railroad in LIC/Astoria", + 85 + ], + [ + "WoodyAllen FilmSet-Like Digs (Apt)", + 90 + ], + [ + "Brooklyn Brownstone Master Bedroom", + 53 + ], + [ + "1 bedroom-Manhattans East Village", + 155 + ], + [ + "WoodyAllen FilmSet-Like Digs (Room)", + 49 + ], + [ + "Charming Private Entrance — 30 Min to Manhattan!", + 78 + ], + [ + "Charming, Quiet, Light-Filled Room", + 100 + ], + [ + "Tranquil Garden Level Apartment", + 85 + ], + [ + "Bright & Spacious", + 225 + ], + [ + "Two Adjoined Rooms Williamsburg", + 199 + ], + [ + "NYC 2 Bedroom", + 350 + ], + [ + "manhattan uptown 2/b, excellent for big family", + 120 + ], + [ + "Large Private Studio Newly Renevated", + 70 + ], + [ + "Upper West Side Spacious Home", + 250 + ], + [ + "Cozy Private Bdrm/Bthrm in Midtown", + 180 + ], + [ + "Entire 1 Bedroom Apt", + 145 + ], + [ + "Perfect with or w/out kids!", + 130 + ], + [ + "ROOFTOP TERRACE ROOM @ ELEGANT HOME NEAR JFK", + 149 + ], + [ + "1 bedroom close to Central Park", + 60 + ], + [ + "Studio in the LES", + 140 + ], + [ + "Sunny Prospect Park 2 Bedroom", + 60 + ], + [ + "Beautiful Park Slope Brownstone", + 350 + ], + [ + "Luxury 1bdrm w/ private terrace", + 175 + ], + [ + "Private bedroom in Chelsea", + 110 + ], + [ + "Harlem Treasure", + 177 + ], + [ + "Park Slope Brownstone Duplex (unfurnished)", + 275 + ], + [ + "Cozy 1 bedroom in a quiet neighborh", + 99 + ], + [ + "Bedroom in FABULOUS W. Village Apt!", + 105 + ], + [ + "Lambe’s Vacation Rentals- Maspeth, Queens", + 200 + ], + [ + "Charming Spacious Harlem Share", + 58 + ], + [ + "Upper West Side Manhattan", + 100 + ], + [ + "Spacious Room in Adorable Apartment", + 45 + ], + [ + "Private Bed, Bath & Patio in prime Williamsburg !", + 110 + ], + [ + "An ENTIRE, Lovely NYC Apartment", + 80 + ], + [ + "Beautiful room upper manhttn.", + 75 + ], + [ + "studio : chelsea/west villlage", + 700 + ], + [ + "Entire place in Williamsburg. Rustic Den.", + 165 + ], + [ + "Modern prime location in Williamsburg", + 80 + ], + [ + "Gorgeous Garden Apartment in Park Slope", + 145 + ], + [ + "Large Lower East Side Room with a View", + 125 + ], + [ + "Sunny lrg 1 BR in Chilled Bushwick", + 45 + ], + [ + "Private Small Grey Room", + 30 + ], + [ + "Amazing Bright bedroom in Harlem", + 81 + ], + [ + "Amazing & Safe Brooklyn Location", + 49 + ], + [ + "Duplex Suite Sleeps 8", + 225 + ], + [ + "Lively Rm w/Private Entrance & Bath", + 70 + ], + [ + "Spacious brownstone apt in Park Sl", + 120 + ], + [ + "COMFORTABLE NYC RETREAT", + 175 + ], + [ + "Sunny Jewel In Historic Harlem", + 130 + ], + [ + "Bright and Sunny 2 Bedroom", + 130 + ], + [ + "Art Gallery in Harlem", + 150 + ], + [ + "Private Park Slope Brooklyn Hideaway", + 95 + ], + [ + "GC Bushwick First Floor 4 Bedroom", + 300 + ], + [ + "Modern luxury apartment - easy subway to Manhattan", + 180 + ], + [ + "Garden Commons Bushwick 5 Bedroom", + 375 + ], + [ + "Bright Bedroom in Park Slope", + 75 + ], + [ + "Great BedRoom in Hell's Kitchen", + 75 + ], + [ + "Furnished Bedroom in Murray Hill", + 70 + ], + [ + "Sunny&Stylish 1BR★Terrace★Doorman", + 300 + ], + [ + "1 Bedroom Apt. Sunnyside Queens!", + 60 + ], + [ + "Private Room/Single Bed", + 60 + ], + [ + "Duplex Bedroom w/Private Rooftop", + 158 + ], + [ + "CHARMING ONE BEDROOM APT IN LES/CHINATOWN", + 184 + ], + [ + "Nice, cozy double size bedroom", + 50 + ], + [ + "Cozy studio in the heart of Chelsea", + 230 + ], + [ + "Stylish NYC Art Loft", + 95 + ], + [ + "PRIVATE MODERN ENTIRE APT FOR YOU", + 110 + ], + [ + "Sunny Apartment near Columbia & beautiful parks!", + 120 + ], + [ + "Charming Home in Brooklyn Townhouse", + 189 + ], + [ + "Cozy one bedroom in bushwick!", + 98 + ], + [ + "Gramercy Studio w/ Private Garden", + 150 + ], + [ + "Bright and Spacious in Trendy Area", + 100 + ], + [ + "1 Bedroom in Williamsburg!", + 85 + ], + [ + "Cute East Village 2BR", + 200 + ], + [ + "Beautiful 2BR on Riverside Park", + 450 + ], + [ + "Spacious 1BR in Prime Williamsburg", + 250 + ], + [ + "Private room - Perfect location!", + 100 + ], + [ + "MODERN LOFT 3 STOPS TO MANHATTAN!!", + 40 + ], + [ + "Private Bedroom in Spanish Harlem", + 50 + ], + [ + "Central Park North - 15min de T SQ", + 80 + ], + [ + "Cosy Apt. in Brooklyn, near subway", + 90 + ], + [ + "Spacious 2 Bedroom + Backyard in Fort Greene BK", + 150 + ], + [ + "Cozy room in heart of Williamsburg", + 80 + ], + [ + "Private Bedroom near Central Park", + 89 + ], + [ + "Large Williamsburg (Brooklyn) Room", + 90 + ], + [ + "Beautiful Brooklyn brownstone with lots of light", + 91 + ], + [ + "Cozy Room in a Luxury Apartment", + 85 + ], + [ + "Home in Lower East Side", + 250 + ], + [ + "New Bedroom for ONE (1) Professional.", + 50 + ], + [ + "perfect west village location!", + 160 + ], + [ + "Romain's home", + 60 + ], + [ + "1 BR and a sleeper sofa", + 150 + ], + [ + "Room available in Williamsburg", + 90 + ], + [ + "Spacious Contemporary NoMad Loft", + 225 + ], + [ + "City convenience--country calm", + 290 + ], + [ + "Lightfilled studio in Brooklyn", + 95 + ], + [ + "Modern, Spacious 2BR Apartment", + 139 + ], + [ + "Spacious family House in Old Neighborhood", + 295 + ], + [ + "King Bed in Trendy Lower East Side", + 140 + ], + [ + "Sunny & Modern 1 Bedroom with Amazing view of NY", + 399 + ], + [ + "Private room in Nolita PH", + 100 + ], + [ + "Sunny 1BR Private Room in Williamsburg", + 80 + ], + [ + "1 bedroom Upper West Side apartment", + 135 + ], + [ + "6 bedroom apt on Union Square", + 100 + ], + [ + "Brooklyn at its finest", + 175 + ], + [ + "Sunny private room in Spanish Harlem art house", + 70 + ], + [ + "Loft Space in South Williamsburg!", + 50 + ], + [ + "Lovely Brooklyn Room With Balcony", + 52 + ], + [ + "COZY CORNER GREENWICH VILLAGE", + 140 + ], + [ + "Amazing 1BR - heart of West Village", + 169 + ], + [ + "Beautiful, Comfortable Park Slope Home", + 173 + ], + [ + "Brooklyn Heights Dream Apt w/ Private Deck & Views", + 169 + ], + [ + "Bunk Bed room share in Bklyn near Brooklyn College", + 27 + ], + [ + "Bienvenue à NY - 2BDM with a view", + 150 + ], + [ + "The Art Loft! Spacious and Bright!", + 145 + ], + [ + "Come to Know New York III", + 70 + ], + [ + "4-BR Townhouse on Quiet Brooklyn Block", + 205 + ], + [ + "Great One bedroom in Midtown East", + 145 + ], + [ + "Charming, Cozy & spacious bedroom in Brooklyn", + 88 + ], + [ + "Sunny Deck and Private Garden", + 179 + ], + [ + "Beautiful apartment in trendy Brooklyn", + 200 + ], + [ + "Sunny, modern 1 bedroom condo", + 165 + ], + [ + "Beautiful Room in Clinton Hill", + 89 + ], + [ + "Modern Room in Huge Apartament in Manhattan", + 85 + ], + [ + "Spacious 2BR/2BA, Great Location!", + 240 + ], + [ + "Spacious & sunny in Clinton Hill :)", + 95 + ], + [ + "Modern, Cute Room in The Heart of Williamsburg", + 99 + ], + [ + "Room available in BUSHWICK!", + 70 + ], + [ + "Cute Mid-Century Bushwick sleeps 3!", + 99 + ], + [ + "Bespoke Williamsburg Row House", + 177 + ], + [ + "Cosi 2 Beds East Village- 2 months Minimum", + 120 + ], + [ + "Charming West Village 2.5bd Apt", + 300 + ], + [ + "Come to Know New York II", + 40 + ], + [ + "Highly Desired LOCATION East V. NYC", + 280 + ], + [ + "NY Queens Penthouse Share = 1BR aka Brooklyn Room", + 59 + ], + [ + "Light Filled Apartment on Tree-Lined Street", + 100 + ], + [ + "Hell´s Kitchen, cozy functional 2br", + 150 + ], + [ + "Charming Manhattan 2 Bedroom", + 140 + ], + [ + "NYC Brownstone Duplex With Backyard in Chelsea.", + 400 + ], + [ + "Modern Park Slope Family 2 BR, 2 BA", + 250 + ], + [ + "Beautiful & Private Manhattan Room", + 75 + ], + [ + "Beautiful and sunny", + 175 + ], + [ + "Very comfortable room", + 85 + ], + [ + "Bedroom with Empire St Bldg View!", + 125 + ], + [ + "Size, Splendor & High Ceilings", + 179 + ], + [ + "Cozy East Village Getaway", + 150 + ], + [ + "Cool Large 3 bedrooms in the heart of East village", + 197 + ], + [ + "Cozy room in light-filled apartment", + 68 + ], + [ + "Stylish L.E.S Studio", + 150 + ], + [ + "A clean private room in Brooklyn", + 69 + ], + [ + "Upper East Side Alcove Studio", + 200 + ], + [ + "NYC Hell's Kitchen/Midtown West 1BR", + 125 + ], + [ + "New Building, Best Location in NYC", + 130 + ], + [ + "Private Bedroom in East Harlem", + 97 + ], + [ + "Comfortable bed in a great room!", + 50 + ], + [ + "2 Bedroom apartment in Brooklyn", + 175 + ], + [ + "Large private room / Williamsberg", + 100 + ], + [ + "Newly renovated amazing 2 bedrooms", + 150 + ], + [ + "Charming Grand Central Two Bedroom Apartment (4R)", + 145 + ], + [ + "Spacious Private Bedroom+Bathroom !", + 100 + ], + [ + "Luxury Apt near Time Square", + 130 + ], + [ + "NYC Crash Pad", + 45 + ], + [ + "PRETTY CLINTON HILL BROWNSTONE!", + 600 + ], + [ + "Modern Williamsburg apt w/Gym, Roof", + 125 + ], + [ + "Sunny & Quiet Luxury NYC Oasis", + 95 + ], + [ + "1 bedroom apartment in Nolita", + 130 + ], + [ + "Astoria Room", + 44 + ], + [ + "Modern/Sunny Apt Close to Train!", + 190 + ], + [ + "Clean, Trendy, Private Room in LES", + 60 + ], + [ + "Cozy Apartement", + 199 + ], + [ + "Quiet, Spacious, Safe Studio in BK", + 49 + ], + [ + "Private Room at \"The Boat House\"", + 45 + ], + [ + "Cozy apartment in Nolita/SoHo", + 265 + ], + [ + "Sunny Prewar 2BR/2BA in Fort Greene", + 220 + ], + [ + "Elegant private room in beautiful apartment", + 52 + ], + [ + "Bright Cozy Lux 1BR w/Balcony", + 180 + ], + [ + "Well Furnished Upper East Side Studio", + 127 + ], + [ + "Sunny 1BR in hip East Village", + 108 + ], + [ + "Cozy 1br apt in center flushing", + 150 + ], + [ + "Stylish, family-friendly house, Prospect Heights", + 440 + ], + [ + "Cozy room in Chelsea", + 100 + ], + [ + "Kid-friendly house with parking/back patio", + 200 + ], + [ + "PERFECT FOR A SMALL GET AWAY.", + 175 + ], + [ + "Beautiful One Bedroom Apartment (Midtown) NYC", + 180 + ], + [ + "Artist's Apt in Downtown Manhattan", + 250 + ], + [ + "Quiet room around corner fr. Subway", + 99 + ], + [ + "Good size room in large 3 bedroom", + 75 + ], + [ + "Family Friendly, Brooklyn, NYC 2br", + 150 + ], + [ + "Large Light Room for Female, Cat Friendly", + 49 + ], + [ + "Designer Fifth Ave 4BR 5Ba 6,000sf Modern Loft", + 1495 + ], + [ + "Charming East Village Apartment", + 100 + ], + [ + "Cozy 1BR in Williamsburg, Brooklyn", + 110 + ], + [ + "Sunny Room in Astoria NYC!", + 45 + ], + [ + "Luxury Central Park North Apartment", + 399 + ], + [ + "Spacious Bright Room in Heart of Williamsburg NY", + 103 + ], + [ + "Beautiful Private Bedroom in NY", + 33 + ], + [ + "Your NYC spot", + 86 + ], + [ + "Beautiful neighborhood", + 110 + ], + [ + "2 BR Apt w/ patio close to the L", + 160 + ], + [ + "Cheap, basic room", + 50 + ], + [ + "Large Private Room in prime BK", + 55 + ], + [ + "Brownstone in Heart Of Park Slope!", + 100 + ], + [ + "⭐️Harlem getaway w/ great amenities", + 80 + ], + [ + "Big room 2 blocks from Central Park, UWS Manhattan", + 85 + ], + [ + "Large one bedroom", + 100 + ], + [ + "Your Garden Oasis in Brooklyn!", + 275 + ], + [ + "Midtown Gem - Nestled by Hotel Row", + 450 + ], + [ + "Spacious Room w/ Queen Bed", + 80 + ], + [ + "Perfect studio w/ Coutryard, piano!", + 275 + ], + [ + "Harlem/Columbia historic landmark", + 120 + ], + [ + "Luxury alcove studio on high floor", + 250 + ], + [ + "Park Slope Family Oasis w/ Patio", + 250 + ], + [ + "large private bedroom", + 85 + ], + [ + "Large and Quiet Private Bedroom", + 100 + ], + [ + "Private Entrance in Prime Burg", + 65 + ], + [ + "Lovely Studio in Flushing/kew Garde", + 68 + ], + [ + "Marvellous spacious Upper East apt", + 170 + ], + [ + "Relaxing Home for your NY Trip", + 50 + ], + [ + "Spacious Private Room/Bath in Bushwick!", + 45 + ], + [ + "Home 4 Medical Professionals - The \"Clinomania\"", + 48 + ], + [ + "Home 4 Medical Professionals-Kngbr1", + 43 + ], + [ + "Home 4 Medical Professionals-Kngbr3", + 47 + ], + [ + "Spacious 2 BR sun-filled apartment in Chelsea", + 260 + ], + [ + "spacious apartment in Ditmas Park", + 75 + ], + [ + "Sunny Midtown Apartment", + 160 + ], + [ + "Beautiful 2 Bedroom Apartment!! NYC", + 159 + ], + [ + "South Facing Brownstone, 2nd Floor", + 50 + ], + [ + "One bedroom in quiet Brooklyn", + 100 + ], + [ + "Cozy, Spacious Bedstuy Pad", + 60 + ], + [ + "Cozy room in beautiful light-filled apt", + 80 + ], + [ + "Sunny 1.5 BR Charmer!", + 115 + ], + [ + "Sunny Studio in Chelsea", + 200 + ], + [ + "3 bdrms, fully equip bth/rm kitchen, 2nd fl walkup", + 160 + ], + [ + "Nice & Sweet Apartment in Manhhatan", + 109 + ], + [ + "Brooklyn Yellow", + 25 + ], + [ + "Large Brooklyn 3 Bedroom Apartment", + 280 + ], + [ + "1 bedroom apt in Astoria", + 120 + ], + [ + "Williamsburg Apartment on Bedford", + 98 + ], + [ + "Sunny & Happy Room in Williamsburg", + 70 + ], + [ + "A Serine Stay in Bedstuy", + 55 + ], + [ + "Owesome entire apart, Bushwick 20 min Manhattan!!!", + 100 + ], + [ + "Chic Modern Apt w/ View of Hudson", + 200 + ], + [ + "Heart of Lower East Side", + 120 + ], + [ + "Stunning, sunny 1bedroom, Greenpoit", + 150 + ], + [ + "Ranch style house with driveway", + 155 + ], + [ + "Big Room @ the Heart of Brooklyn!!", + 60 + ], + [ + "Gorgeous Luxury Apartment", + 200 + ], + [ + "Spacious & Charming Duplex in Upper East", + 200 + ], + [ + "Wildlife Loft Living room adventure", + 25 + ], + [ + "Whole West Village Studio", + 199 + ], + [ + "Retro Style Living In New York City", + 49 + ], + [ + "New York apt in beautiful area for Summer", + 105 + ], + [ + "Room & Breakfast- Room 2", + 49 + ], + [ + "Luxury 2 BD with spectacular views", + 256 + ], + [ + "Beautiful 1205 ft classic NoHo Loft", + 499 + ], + [ + "1 cozy & centrally located bedroom", + 90 + ], + [ + "Beloved Brooklyn style apartment", + 80 + ], + [ + "Awesomely Sunny 1 Bedroom w Balcony", + 180 + ], + [ + "Cozy 1 BR in ideal location", + 145 + ], + [ + "Private Room w/Bathroom / W'Berg BK", + 100 + ], + [ + "Sunny 2 Bedroom Brownstone Apt.", + 150 + ], + [ + "2 beds in 3 bed with balcony in elevator bldng!", + 95 + ], + [ + "Brooklyn Comfort w Rooftop View", + 55 + ], + [ + "Stunning & Comfortable Home in Williamsburg", + 147 + ], + [ + "Next to Empire State building", + 220 + ], + [ + "Riverside Dr Apartment", + 70 + ], + [ + "Williamsburg, BK large apt", + 100 + ], + [ + "UPPER EAST SIDE 5BR/4BA GARDEN APT", + 888 + ], + [ + "Bed-Stuy apt with central air", + 40 + ], + [ + "Cozy private bedroom & bathroom", + 70 + ], + [ + "Room Available in Sunset Park!", + 150 + ], + [ + "Sunny, couple-friendly MasterBedroom in Greenpoint", + 75 + ], + [ + "City living in a suburb on NYC", + 85 + ], + [ + "Central Park / Full Apartment / 5th Ave", + 124 + ], + [ + "mhttnfullapt lowprce", + 89 + ], + [ + "Brooklyn Heights Brownstone Duplex", + 195 + ], + [ + "Williamsburg Sunlit Sanctuary.", + 160 + ], + [ + "Bright, spacious room in Manhattan", + 60 + ], + [ + "GIANT LOFT IN DUMBO -- BY BROOKLYN BRIDGE PARK", + 125 + ], + [ + "Large, light-filled W. Village condo w/river views", + 225 + ], + [ + "Cozy bedroom for 2 in Astoria", + 86 + ], + [ + "Williamsburg Cozy Apartement", + 119 + ], + [ + "Nice and spacious 1BR in Brooklyn", + 70 + ], + [ + "Lovely & Cozy Room Heart of Astoria", + 75 + ], + [ + "Gorgeous 1 Bedroom: Balcony + View!", + 150 + ], + [ + "2 bedroom apartment, Fort Greene", + 145 + ], + [ + "Private room, Williamsburg Brooklyn", + 115 + ], + [ + "Renovated & Spacious Apt.", + 130 + ], + [ + "Bright Big Room With Fireplace", + 53 + ], + [ + "Quiet and spacious midtown apt", + 110 + ], + [ + "Private Floor, 1BR 1BTH, PR Entry", + 130 + ], + [ + "3)Cozy Sunny Warm Room 阳光温馨单房 停车容易", + 48 + ], + [ + "1 brm, fully equip bth/rm & kitchen, 2nd fl walkup", + 105 + ], + [ + "Soho/West Village 1 bedroom apt", + 150 + ], + [ + "JFK Studio Flat with Kitchen and Private bathroom", + 65 + ], + [ + "Ridgewood 2 Bedroom", + 100 + ], + [ + "JFK SPACIOUS ROOM / A 4 BLOCKS TO SUBWAY", + 39 + ], + [ + "Classic NYC, Upper East Side Apt", + 150 + ], + [ + "Sunny Bedroom in Bushwick", + 50 + ], + [ + "Private Room in Bohemian Haven", + 55 + ], + [ + "West Village on the Hudson River", + 195 + ], + [ + "Beautiful Williamsburg townhouse on a park.", + 295 + ], + [ + "2BR Creative Oasis", + 140 + ], + [ + null, + 45 + ], + [ + "Bright Brookyn Room W/ Bay Windows", + 50 + ], + [ + "PRIVATE Room||Luxury Apt", + 75 + ], + [ + "Bright and Clean Little Italy Apt.", + 110 + ], + [ + "Single Room in 2 bedroom apt.", + 64 + ], + [ + "Large Room & Own Bath by train", + 75 + ], + [ + "1BR (IN 2BR FLEX) - MANHATTAN FIDI", + 125 + ], + [ + "Charming one bedroom Upper East", + 130 + ], + [ + "One bedroom in Queens , with 2 single beds", + 50 + ], + [ + "Spacious Greenpoint 3BR/2BA Apt w/ Organic Garden", + 270 + ], + [ + "Spacious/quiet one bedroom apt", + 78 + ], + [ + "R&S Modern Spacious Hideaway", + 100 + ], + [ + "[202] 5 min WALK to Times Square!", + 155 + ], + [ + "[205] 5 min WALK to Times Square", + 210 + ], + [ + "Room Available in Large 3 Bdrm Apt!", + 59 + ], + [ + "Family getaway with amazing roof.", + 140 + ], + [ + "Bright room in lovely Greenpoint apartment", + 59 + ], + [ + "ONE BR SUNNY APT-15 MIN FROM TIMESQ", + 89 + ], + [ + "Large room in NYC - 2 months", + 50 + ], + [ + "Private Room in Large 2BR Apartment", + 85 + ], + [ + "[203] 5 min WALK to Times Square", + 155 + ], + [ + "Beautiful newly renovated apartment", + 75 + ], + [ + "Stay in our wonderful loft!", + 98 + ], + [ + "Spacious 1BR & Loft near Park", + 375 + ], + [ + "Summer in Gramercy Park. New York", + 120 + ], + [ + "Elegant studio in the UES", + 150 + ], + [ + "SUNNY 2 BEDROOM IN WILLIAMSBURGGGGG", + 102 + ], + [ + "Spacious, quiet and comfortable 1BR", + 85 + ], + [ + "2 Bedroom Apt. Available July 15 thru Sept. 1", + 80 + ], + [ + "1 Bedroom available for the entirety of September", + 35 + ], + [ + "[206] 5 min WALK to Times Square", + 255 + ], + [ + "[306] 5 min WALK to Times Square", + 245 + ], + [ + "[301] 5 min WALK to Times Square", + 155 + ], + [ + "[302] 5 min WALK to Times Square", + 155 + ], + [ + "Brooklyn Bright Times", + 148 + ], + [ + "[303] 5 min WALK to Times Square", + 155 + ], + [ + "[305] 5 min WALK to Times Square!", + 165 + ], + [ + "[307] 5 min WALK to Times Square", + 155 + ], + [ + "Spacious 4bed/2bath-heart of W'burg", + 389 + ], + [ + "1 BEDROOM IN 3 BEDROOMS APARTMENT", + 65 + ], + [ + "Charming and private room in W'burg", + 89 + ], + [ + "Big, sunny garden apt in Brooklyn", + 250 + ], + [ + "Bedroom on Riverside Park", + 125 + ], + [ + "Large Private Room Uptown", + 81 + ], + [ + "Cozy Room in Charming East Village", + 80 + ], + [ + "Luxury Apartment in Brooklyn", + 200 + ], + [ + "Bright spacious 1BR on the park", + 130 + ], + [ + "MANHATTAN STUDIO", + 100 + ], + [ + "Big Room With Piano & Tin Ceilings", + 61 + ], + [ + "Cozy, Warm Home in the West Village", + 95 + ], + [ + "6 minutes from La Guardia Airpt. Quiet, Clean Room", + 65 + ], + [ + "Bushwick/Bed Stuy Border", + 40 + ], + [ + "Large 2 bedroom apartment", + 120 + ], + [ + "Sunny Big Room With Garden Views", + 59 + ], + [ + "View Waterfront Studio - Manhattan", + 100 + ], + [ + "Charming 1BD- 10 min to Manhattan & Central Park", + 135 + ], + [ + "*Musician's Apartment* in Brooklyn", + 50 + ], + [ + "Large 2BR 2BH duplex-Central Park!", + 460 + ], + [ + "BEAUTIFUL STUDIO IN BROWNSTONE", + 110 + ], + [ + "Modern 1 BR w/ Private Patio in Boerum Hill!", + 225 + ], + [ + "1 BR Apt., historic Jackson Heights", + 135 + ], + [ + "Charming, Sunny Home in Heart of BK", + 125 + ], + [ + "Sun filled private room in Brooklyn", + 64 + ], + [ + "Two Story Room With Reclaimed Bed", + 58 + ], + [ + "Beautiful home in the Heights", + 69 + ], + [ + "Upper East Side Sublet, Cute Street", + 59 + ], + [ + "ROOMY 2BA/3BD - Parking Included", + 177 + ], + [ + "Sunny spacious apt at Jefferson L!", + 150 + ], + [ + "Bright Williamsburg/Shwick Art Loft", + 69 + ], + [ + "Garden/Parlor Apt - Fort Greene", + 275 + ], + [ + "Awesome Location with Best Commute", + 99 + ], + [ + "Room in Williamsburg opposite park", + 65 + ], + [ + "Studio in the heart of Manhattan", + 135 + ], + [ + "Sunny Spacious 1BR in West Village", + 150 + ], + [ + "Amazing panoramic view loft", + 2000 + ], + [ + "New Charming Brooklyn 1 Bed Apartment", + 90 + ], + [ + "Bright art loft in E. Williamsburg", + 59 + ], + [ + "Floorthru Two Bed & Private Yard", + 275 + ], + [ + "Cozy one bdrm apt, Lower East Side", + 215 + ], + [ + "Lovely and quiet garden studio", + 70 + ], + [ + "1 BR available in lovely LES unit", + 135 + ], + [ + "Perfect, 1 block from Central Park", + 200 + ], + [ + "Big & Bright & Elevator on the UES", + 120 + ], + [ + "ONE-OF-A-KIND, EXPOSED-BRICK, 2-BR LOFT w/ VIEWS", + 85 + ], + [ + "Room in Sunny & Spacious Uptown Apt", + 82 + ], + [ + "Clean, Convenient & Calming Space", + 105 + ], + [ + "Large Bright Williamsburg Apartment - Lorimer St.", + 52 + ], + [ + "3 Bedroom Kid-Friendly Apartment", + 250 + ], + [ + "Hudson Luxury Suite - Water and Bridge Views", + 145 + ], + [ + "Private room in quintessential BK!", + 40 + ], + [ + "Cozy and ideally located Greenwich village apt", + 245 + ], + [ + "Cozy apt in very hip Greenpoint!", + 120 + ], + [ + "Unique Studio apartment in the heart of Chelsea!", + 150 + ], + [ + "Clean, Spacious LES 1 Bdrm", + 250 + ], + [ + "Three-story house in prime Wburg", + 295 + ], + [ + "Prime Williamsburg sanctuary", + 125 + ], + [ + "Beautiful Penthouse Apartment", + 120 + ], + [ + "Convenient Room In Greenpoint", + 40 + ], + [ + "Beautiful bedroom in Brooklyn", + 55 + ], + [ + "Beautiful Apt. Above WTC Memorial", + 130 + ], + [ + "Clean & sunny private room (fits 3)", + 110 + ], + [ + "Your Cozy NYC Private Room Getaway!", + 185 + ], + [ + "2 Bedroom Apartment in Dumbo, Brooklyn", + 245 + ], + [ + "$100 per night with purchase agreement.", + 700 + ], + [ + "Bright Parkside Brownstone", + 215 + ], + [ + "BKLYN'S Best 3BR Townhouse W/Garden", + 250 + ], + [ + "Studio + loft space in Gramercy", + 150 + ], + [ + "Queer friendly lofted Bedstuy room", + 80 + ], + [ + "Bright and Calm in Manhattan's LES", + 89 + ], + [ + "Loft style, chill, charming East Village sanctuary", + 244 + ], + [ + "Pretty Artists Apt Private BR in Williamsburg", + 74 + ], + [ + "Delightful & Roomy 1 Bdrm Apt", + 88 + ], + [ + "Ideal Manhattan Escape #4", + 150 + ], + [ + "Elegant 3 BR in Victorian Home by Brooklyn College", + 150 + ], + [ + "Private Cosy Harlem Bedroom", + 40 + ], + [ + "Location! Upper West Side", + 150 + ], + [ + "Furnished Room in a Spacious Apt", + 55 + ], + [ + "Large UWS Apartment by the Park", + 259 + ], + [ + "Cozy room in Nolita/SoHo", + 100 + ], + [ + "Charming Classic Brooklyn Railroad", + 125 + ], + [ + "Parkside Renovated 1 bedroom", + 85 + ], + [ + "En suite room Upper West Side", + 75 + ], + [ + "Times Square/Hells Kitchen Home", + 190 + ], + [ + "Cool centrally located LES apt.", + 198 + ], + [ + "Brand NEW built luxury Apartment", + 300 + ], + [ + "Chic and homey Chelsea Studio", + 295 + ], + [ + "Bedroom with huge windows and space", + 50 + ], + [ + "Cozy quiet room off of Broadway", + 35 + ], + [ + "Comfy Room in Williamsburg", + 80 + ], + [ + "3 bed 3 bath in Bedstuy brownstone", + 200 + ], + [ + "Private Bedroom in Cozy Loft", + 110 + ], + [ + "Beautiful Apt in Lefferts Gardens", + 40 + ], + [ + "Real New York City Cozy Living", + 95 + ], + [ + "Private room in South Williamsburg", + 75 + ], + [ + "Bright Large Hell's Kitchen Studio", + 199 + ], + [ + "Private Room in Comfy NYC Apt!", + 50 + ], + [ + "Spacious and nice 2BR near Subway", + 109 + ], + [ + "Clean Safe Apartment Kitchen, Wifi Parking +more", + 120 + ], + [ + "Nice Single room sublet for April 1st onward!", + 50 + ], + [ + "Large, Sunny 1 BR GREENPOINT", + 95 + ], + [ + "Charming 1br apartment in midtown", + 180 + ], + [ + "Chic and Cozy Heart of Williamsburg", + 100 + ], + [ + "Spacious Midtown Retreat!", + 350 + ], + [ + "Bright cozy apartment", + 89 + ], + [ + "Come to Know New York I", + 80 + ], + [ + "Wanderlust. A perfect private space to unwind.", + 125 + ], + [ + "Spacious Contemporary Living", + 155 + ], + [ + "Williamsburg - Berry and N 9th", + 62 + ], + [ + "Spacious Apt Near Central Park", + 93 + ], + [ + "Spacious Modern Contemp Living 2", + 80 + ], + [ + "Studio Apartment in Crown Heights", + 65 + ], + [ + "Loft-like Apt on the Park / 18 min to Manhattan", + 120 + ], + [ + "Lovely Brick Townhouse", + 450 + ], + [ + "PrimChelsea~1BR~Sleeps4~hugeOutdoor", + 155 + ], + [ + "**Caribbean Blue- 8 mins to JFK **", + 53 + ], + [ + "Cozy & perfectly located Studio", + 150 + ], + [ + "Nifty room near Express A train!", + 45 + ], + [ + "Sunny Room in Bushwick & central AC", + 85 + ], + [ + "Private Bedroom on Prospect Park", + 59 + ], + [ + "Retreat Near Manhattan", + 122 + ], + [ + "A Hideaway Room", + 75 + ], + [ + "Bedroom + Study with private bath", + 80 + ], + [ + "Garden Level Nest in Brooklyn", + 105 + ], + [ + "Home 4 Medical Professionals - The \"Delirium\"", + 47 + ], + [ + "Nevena's", + 75 + ], + [ + "Home 4 Medical Professionals - The \"Necrosis\"", + 47 + ], + [ + "Room in apartment", + 45 + ], + [ + "Large Bedroom with Private Terrace", + 100 + ], + [ + "clean room close to subway station", + 85 + ], + [ + "1BR TSquare with Terrace and View", + 269 + ], + [ + "Studio Apartment on Upper West Side", + 70 + ], + [ + "Stunning room factory building apt", + 90 + ], + [ + "Home Sweet Harlem", + 172 + ], + [ + "Williamsburg Studio", + 160 + ], + [ + "The Perfect West Village Stay!", + 198 + ], + [ + "Perfect Location! Large One Bedroom", + 154 + ], + [ + "Large 2 Bedrooms Apt. in Greenpoint/Williamsburg", + 230 + ], + [ + "Scandi Apartment w/ Roofdeck & Manhattan Views", + 285 + ], + [ + "Williamsburg Luxury Apartment", + 180 + ], + [ + "Cozy room just off Central Park", + 90 + ], + [ + "Private bedroom in NYC", + 120 + ], + [ + "West Village Apartment With Character", + 60 + ], + [ + "Private Apt. Downtown LES. 2 blocks from subway.", + 99 + ], + [ + "Perfect Spot while visiting NYC", + 111 + ], + [ + "Lofty/Sunny Private Rm in Bushwick!", + 40 + ], + [ + "Lovely room off Prospect Park", + 35 + ], + [ + "CLEAN and COMFY room avail in SoHo!", + 95 + ], + [ + "Charming & private room in W'burg", + 89 + ], + [ + "CLOSE TO EAST SIDE HOSPITALS- Modern 2 Bedroom Apt", + 195 + ], + [ + "Beautiful Sunny Top Floor 1BD Flat", + 139 + ], + [ + "STUNNING NYC ROOM RIVER VIEW/LIGHT!", + 75 + ], + [ + "Cozy home in the heart of Astoria", + 100 + ], + [ + "Location, light, and charm", + 149 + ], + [ + "Cozy and Large 1 bedroom Apartment", + 55 + ], + [ + "Modern 3 Beds in Gorgeous Building", + 900 + ], + [ + "Williamsburg Oasis w/ Private Yard!", + 199 + ], + [ + "BUSHWICK Beaut! Private bed & bath", + 70 + ], + [ + "Large Private Room on Prospect Park", + 65 + ], + [ + "Tasteful Duplex in Gramercy Park", + 800 + ], + [ + "Big Sunny room in NYC (M5)", + 43 + ], + [ + "Prime apartment in prime Park Slope location!", + 229 + ], + [ + "Chic 1 BR in East Village", + 195 + ], + [ + "Beautiful Greenpoint Apartment", + 150 + ], + [ + "Full garden apartment in Brownstone", + 100 + ], + [ + "Heart of Tribeca next to everything", + 700 + ], + [ + "Lovely 1BR on the Upper West Side", + 150 + ], + [ + "Bright and Spacious Two Room Studio in Midtown!!!", + 300 + ], + [ + "Mid-century Apt. Next To Subway", + 100 + ], + [ + "Nice room, very close to the subway", + 50 + ], + [ + "Classic Upper East Side 1 Bed (king bed) Apt", + 140 + ], + [ + "Manhattan Club", + 175 + ], + [ + "Sunny UWS Apt Steps to Central Park", + 185 + ], + [ + "Gorgeous room!! Open for summer!", + 73 + ], + [ + "Lovely 3 Story Cottage in Park Slope", + 250 + ], + [ + "Private room. Amazing location!", + 89 + ], + [ + "5th ave Flatiron Loft", + 800 + ], + [ + "Private room. Amazing location!", + 89 + ], + [ + "Awesome Studio in Chelsea", + 250 + ], + [ + "Cozy 2BR at Chelsea with Balcony", + 220 + ], + [ + "Chelsea Flat-Gorgeous, Bright, Safe", + 135 + ], + [ + "Brooklyn's heart,\n Ft Greene! 1day free bicycle", + 160 + ], + [ + "Clean bedroom with private bathroom", + 93 + ], + [ + "Beautiful, Cozy Apartment", + 110 + ], + [ + "Cozy Studio in Historic Brownstone", + 76 + ], + [ + "Spacious 1bdrm in Long Island City", + 105 + ], + [ + "2BR- Downtown Brooklyn", + 120 + ], + [ + "One bedroom apt in East Harlem", + 110 + ], + [ + "Cozy and Chic 1 Bedroom!!", + 125 + ], + [ + "Large Sunny Private Bedroom", + 130 + ], + [ + "The Sweet Spot!", + 105 + ], + [ + "Spacious & happy gem in LES!", + 100 + ], + [ + "New! Beautifully Designed & Modern", + 118 + ], + [ + "SPACIOUS Room Near Manhattan!", + 70 + ], + [ + "Charming Carroll Gardens 2 bed apt", + 220 + ], + [ + "Beautiful, spacious & sunny 1BR", + 155 + ], + [ + "Williamsburg❤️Central Location Queen Bed A/C", + 85 + ], + [ + "Brooklyn Room Available [furnished]", + 40 + ], + [ + "Upper WestSide NYC Central Park II", + 85 + ], + [ + "A Well Equipped Studio", + 84 + ], + [ + "1 Bedroom on Tree Lined Street in Chelsea", + 150 + ], + [ + "Big comfy space close to Yankees.", + 50 + ], + [ + "Single Family Bushwick Oasis", + 250 + ], + [ + "Large Room in Central Apt", + 70 + ], + [ + "Huge Room on Central Park", + 110 + ], + [ + "Prospect Heights garden apartment", + 164 + ], + [ + "A huge apartment near Manhattan", + 120 + ], + [ + "One bedroom in Brooklyn-Fort Greene", + 55 + ], + [ + "Entire Townhouse in Red Hook 2 unit", + 500 + ], + [ + "Park Slope Brooklyn for July", + 224 + ], + [ + "BIG Beautiful private bedroom, 5 minutes to subway", + 47 + ], + [ + "Large Room w/ personal Bath in Bed-Wick Near All!", + 61 + ], + [ + "SOHO GEM 2750 SQ FT", + 999 + ], + [ + "Artist home, Greenwich Village, NYC", + 230 + ], + [ + "*RAZZMATAZZ* Upper East Side 2 Bedroom", + 150 + ], + [ + "*ESSENTIAL* Convenient Studio- Upper East Side!", + 115 + ], + [ + "Cozy and Spacious, 1 Bedroom, Astoria", + 70 + ], + [ + "Upper East Side 2 bedroom- close to Hospitals-", + 325 + ], + [ + "Close to East Side Hospitals- Modern 2 Bedroom Apt", + 155 + ], + [ + "ACADIA Spacious 2 Bedroom Apt - Close to Hospitals", + 165 + ], + [ + "*ENCHANTMENT* Upper East Side 2 bedroom- Sunny!", + 165 + ], + [ + "*JAMES* Amazing Spacious 2 Bedroom- Bright!", + 155 + ], + [ + "Large Private Upper West Side Room", + 150 + ], + [ + "*ODYSSEY* Sunny 1 Bedroom Apt- Bright & Cheery!", + 130 + ], + [ + "*WINDSONG* Serene 1 BR in Townhouse near Park", + 125 + ], + [ + "2BR Cozy, Large & Central Apartment", + 150 + ], + [ + "Nice room in a super nice apartment", + 55 + ], + [ + "Nice 1 BR Apartment at Central Park", + 155 + ], + [ + "Spacious one bedroom with en-suite", + 80 + ], + [ + "Beautiful Large Private 1 Bd w/ Mediation Space", + 85 + ], + [ + "Bed-stuy belle", + 40 + ], + [ + "Private bedroom w/ roofdeck NO CLEANING FEE", + 99 + ], + [ + "Book Now & Save: Spend July in New York City!", + 59 + ], + [ + "Penthouse Apt w/private roofdeck, NO cleaning fee", + 300 + ], + [ + "Large bedroom in Astoria/LIC area", + 55 + ], + [ + "Prime Williamsburg Location", + 125 + ], + [ + "Private Room, Bath & Terrace on UWS", + 139 + ], + [ + "1BR with Roof, Balcony, best 'hood!", + 165 + ], + [ + "Large room, cozy, 15min Manhattan", + 50 + ], + [ + "Cozy apt in lively Carroll Gardens", + 150 + ], + [ + "Private Room in Very Convenient Location", + 65 + ], + [ + "Room for rent shared bathroom", + 50 + ], + [ + "*SKYTRAIN* Studio Loft Apartment - Great Space!", + 120 + ], + [ + "*TERRA GARDEN* 1 Bedroom Garden Apartment", + 115 + ], + [ + "Cozy Brooklyn Room W/ Skylight", + 51 + ], + [ + "Great for a family of 4!", + 120 + ], + [ + "Perfect for Cat, Book, Park Lovers!", + 90 + ], + [ + "Private Room in large 2 bedroom apt", + 75 + ], + [ + "A Perfect Midtown Studio (24/hr Doorman)", + 190 + ], + [ + "Cozy Gem in Harlem Close to ALL!", + 130 + ], + [ + "Spanish Harlem with terrace.", + 80 + ], + [ + "3BR Gramercy Apt in heart of NYC", + 300 + ], + [ + "NO LONGER AVAILABLE", + 70 + ], + [ + "Discount! Mins to SOHO -Cozy, Good Sized Bedroom", + 150 + ], + [ + "Tranquility On Riverside", + 75 + ], + [ + "A Serene NYC Skyline Room w Breakfast!", + 50 + ], + [ + "Big 1 Bedroom Brooklyn Ditmas Park", + 60 + ], + [ + "Beautiful Cute Studio, Fort Greene", + 140 + ], + [ + "1 Bedroom in Prime Williamsburg", + 145 + ], + [ + "Huge Loft - Heart of Williamsburg", + 375 + ], + [ + "The Most Efficient Efficiency Ever", + 110 + ], + [ + "Beautiful apartment in awesome Clinton Hill!", + 100 + ], + [ + "Manhattan at its best! Trendy area", + 70 + ], + [ + "Perfect UES; steps from Park Ave", + 195 + ], + [ + "Must Love Dogs / Bushwick Brooklyn", + 125 + ], + [ + "Sunny studio in the Upper East Side", + 95 + ], + [ + "15 min walk to Prospect Park!", + 30 + ], + [ + "Near Columbia University", + 80 + ], + [ + "Studio with East River View", + 99 + ], + [ + "Charming UWS 1-bedroom w/loft", + 165 + ], + [ + "Whole Apartment - Beautiful Sunny Studio", + 95 + ], + [ + "Furnished room in Astoria apartment", + 10000 + ], + [ + "Luxury Apt 10mins Manhattan", + 149 + ], + [ + "Cozy & Zen Manhattan Soho Studio", + 190 + ], + [ + "Warm Cozy Manhattan Studio", + 177 + ], + [ + "Chelsea Square Apartment", + 350 + ], + [ + "Four stops to Manhattan!", + 65 + ], + [ + "Upper East Side - 1 Bedroom Queen", + 130 + ], + [ + "Gorgeous Garden Apt Steps To Park", + 110 + ], + [ + "Relaxing bedroom in 6br apartment", + 35 + ], + [ + "W.B. Spacious Contemporary Living 3", + 75 + ], + [ + "Cozy Bedroom in Renovated Harlem Apartment", + 52 + ], + [ + "Giant Sunny East Williamsburg LOFT!", + 160 + ], + [ + "Beautiful convenient Brooklyn loft", + 100 + ], + [ + "Private room in sunny apt.", + 90 + ], + [ + "Mid Century Beauty In East Village", + 250 + ], + [ + "Nice and Cozy Room", + 99 + ], + [ + "♡Private Rm/Women's Safe Art Home♡", + 99 + ], + [ + "Loft rental off of Graham!", + 220 + ], + [ + "LG Bright Apartment", + 45 + ], + [ + "Safe,quiet,cozy,Washington Hts Apt", + 70 + ], + [ + "Charming One Bedroom in UES!", + 150 + ], + [ + "Near Central Park & Grand Central", + 105 + ], + [ + "Best Location near Columbia U", + 50 + ], + [ + "Sunny - Large Two Bedroom", + 222 + ], + [ + "LIGHTFILLED ONE BEDROOM LOFT", + 120 + ], + [ + "Custom Designed Cozy Garden Apt,", + 600 + ], + [ + "Beautiful Private Room", + 34 + ], + [ + "Sublet entire apt in Brooklyn", + 130 + ], + [ + "Our beautiful apt in Fort Greene", + 205 + ], + [ + "Charming & Modern One Bedroom in BK", + 150 + ], + [ + "Prime West Village w/Outdoor Patio", + 149 + ], + [ + "Beautiful Brooklyn Brownstone", + 100 + ], + [ + "Airy Living Room | 15 min. to GC", + 50 + ], + [ + "NO FEE RENTAL *Lease Takeover Modern Apt Downtown", + 210 + ], + [ + "1 bdr in the heart of Harlem", + 135 + ], + [ + "Large 1Br Apt + Balcony in LES!", + 240 + ], + [ + "Clean & Cozy- Private Room by Park and Subway!", + 48 + ], + [ + "BROWNSTONE DUPLEX HUGE 1 BEDROOM", + 90 + ], + [ + "Amazing room in uptown Manhattan", + 85 + ], + [ + "Comfy room close to Columbia", + 70 + ], + [ + "Furnished Bedroom in 2 Bedroom apt.", + 60 + ], + [ + "Elegant 1BR, Private Bath in Brownstone", + 139 + ], + [ + "park slope duplex with yard", + 200 + ], + [ + "Sunny 1BR on UES.", + 153 + ], + [ + "Bright spacious 1BR w high ceilings", + 125 + ], + [ + "2BR apt. in converted church with large terrace", + 285 + ], + [ + "Couch or space in shared apartment", + 100 + ], + [ + "NYC Chauncey 2 .20 min to manhattan", + 50 + ], + [ + "Quiet Bushwick Bedroom", + 35 + ], + [ + "Gigantic Private Brooklyn Apartment", + 115 + ], + [ + "Sunny & Spacious near Central Park", + 73 + ], + [ + "Alexander's 2BR Luxury Quarters", + 180 + ], + [ + "Near LGA, Citifield, US Open Tennis", + 60 + ], + [ + "Bright Bedroom in Bustling Bed Stuy Brooklyn", + 50 + ], + [ + "Private room in the best part of BK", + 58 + ], + [ + "1 BR apartment sublet.", + 80 + ], + [ + "2 block walk from the beach in NYC", + 250 + ], + [ + "Williamsburg family home -3 bedroom", + 499 + ], + [ + "Patio Oasis in Upper East Side", + 159 + ], + [ + "Adorable One-Bed in Williamsburg!", + 140 + ], + [ + "Loft Space for Events, Meetings & Shoots", + 850 + ], + [ + "Lrg room 1 block from Prospect Park", + 38 + ], + [ + "Wonderful artists' loft in Brooklyn", + 289 + ], + [ + "Columbus Ave Apt 1 block from Park", + 245 + ], + [ + "3BR/1 Ba in TriBeCa w/ outdoor deck", + 500 + ], + [ + "Welcoming, Clean, Cheap on St Marks", + 130 + ], + [ + "Spare room in Williamsburg", + 80 + ], + [ + "Best Location near Columbia U", + 50 + ], + [ + "Comfy, bright room in Brooklyn", + 95 + ], + [ + "Big Studio-One Stop from Midtown", + 155 + ], + [ + "585 sf Luxury Studio", + 400 + ], + [ + "Large PB w/ Half Bath in Astoria", + 27 + ], + [ + "Charming private room", + 60 + ], + [ + "Artist Ft Greene Brownstone Garden View", + 120 + ], + [ + "HUGE Entire Flr. Private Entry/Bath", + 103 + ], + [ + "Clean, quiet Upper East Side apt .", + 155 + ], + [ + "Large room in Prospect Park", + 80 + ], + [ + "Lovely Light-Filled Room", + 80 + ], + [ + "Spacious Loft in NYC, close to all", + 85 + ], + [ + "2 brm, fully equip bth/rm, kitchen, 2nd fl walkup", + 150 + ], + [ + "West Village 1 BR spectacular views", + 220 + ], + [ + "WALk 2MOMACENTRAL PARK 1bedroomliving roomQtrain", + 160 + ], + [ + "Charming, bright and airy studio", + 125 + ], + [ + "Midtown Manhattan Hideout", + 150 + ], + [ + "FULL cozy 1 bedroom apt in the UES", + 140 + ], + [ + "Luxury Studio in High-End Building", + 500 + ], + [ + "Duplex w/Backyard in Fort Greene", + 205 + ], + [ + "Sunny room w/ Private Bath&Balcony!", + 140 + ], + [ + "One-month SUBLET - bright big room", + 80 + ], + [ + "Private Room in Gorgeous Apartment In Manhattan", + 70 + ], + [ + "Central Soho Apartment", + 150 + ], + [ + "Modern One Bedroom in Kips Bay (4)", + 195 + ], + [ + "1 Room in Spacious East Village Apt", + 57 + ], + [ + "1 BEDROOM PENTHOUSE W AMAZING VIEWS", + 125 + ], + [ + "Fabulous Apartment with Soaking Tub", + 120 + ], + [ + "Lovely Apt. heart of W. Village", + 275 + ], + [ + "Private Bedroom in Shared Apartment", + 75 + ], + [ + "Bushwick Artist's Bedroom", + 60 + ], + [ + "Exposed Brick Large Soho Nolita Apt", + 89 + ], + [ + "1 BR UPPER EAST SIDE", + 243 + ], + [ + "Top floor apartment weside Harlem", + 90 + ], + [ + "Cozy room in Bushwick, Dekalb L train, Backyard!", + 50 + ], + [ + "Room in Heart of East Village!", + 115 + ], + [ + "1Bdr Artist Apt. (L,M,J,Z trains)", + 150 + ], + [ + "Mod Glamor in Bed-Stuy Garden Flat", + 250 + ], + [ + "Williamsburg Private Retreat_NYC", + 109 + ], + [ + "Studio with Outdoor Space", + 120 + ], + [ + "Bilevel Penthouse: Park, City Views", + 272 + ], + [ + "Lovely private room with half bath", + 100 + ], + [ + "Spacious bright 2-bed duplex in Bed-Stuy, Brooklyn", + 170 + ], + [ + "1BR Greenwich Village Apt. NYC", + 175 + ], + [ + "Bushwick Beauty", + 85 + ], + [ + "Comfy Alcove Studio", + 150 + ], + [ + "PERFECT: Times Squ., Broadway CntPrk, Bars, Eats,", + 116 + ], + [ + "Large Sunny Private Room", + 100 + ], + [ + "Renovated W. Village 2 bed 2 bath", + 350 + ], + [ + "Chic room in big apt near Columbia Medical Center", + 80 + ], + [ + "Quiet city stay, steps to subway, 15 to Times Sq.", + 80 + ], + [ + "LARGE APARTMENT near TRAIN!!", + 110 + ], + [ + "Charming Windsor Terrace Home", + 267 + ], + [ + "Private Cozy Bedroom", + 75 + ], + [ + "Riverside Park One Bedroom w/ King", + 200 + ], + [ + "Lovely Room in Wonderful Apartment", + 55 + ], + [ + "One of a kind big home in Queens", + 398 + ], + [ + "Cozy Room, Heart of East Village", + 80 + ], + [ + "UNFURNISHED Bed-Stuy 1BR garden apt", + 125 + ], + [ + "Bedroom #4, Basement level, Park, express Q train", + 38 + ], + [ + "Cute and Cozy in South Slope/Gowanus Brooklyn", + 80 + ], + [ + "Flatiron Studio Loft, Elevator Bldg", + 299 + ], + [ + "Apartment on Riverside", + 125 + ], + [ + "1BR in large apt on Lower East Side", + 250 + ], + [ + "Beautiful duplex studio with 2 queen beds", + 129 + ], + [ + "Central Park Studio", + 190 + ], + [ + "Perfect Downtown Location in Nolita", + 90 + ], + [ + "Roosevelt Island Charm", + 83 + ], + [ + "1st Floor 3 Bedroom Apt Midtown NYC", + 450 + ], + [ + "Cozy apartment near Central Park!", + 102 + ], + [ + "Stuyvesant, East Village", + 198 + ], + [ + "53rd & 3rd Midtown Manhattan", + 149 + ], + [ + "Adorable One Bedroom in Greenpoint", + 120 + ], + [ + "Tranquil haven in bubbly Brooklyn", + 143 + ], + [ + "Luxury Apt in Prime Location", + 120 + ], + [ + "1 private bedroom in cool BK hood!!", + 44 + ], + [ + "Discount! Mins to SOHO -Queen bed, spacious", + 150 + ], + [ + "Stunning studio on Wall street", + 160 + ], + [ + "Private BR in ABC", + 110 + ], + [ + "NYC Brooklyn Rooftop Full Apartment", + 125 + ], + [ + "Charming , sweet , and cozy Manhattan apartment.", + 270 + ], + [ + "A Spacious & Homelike Brooklyn Stay", + 110 + ], + [ + "Cute apartment in Upper West Side", + 145 + ], + [ + "Bright & airy 2BR penthouse apt", + 190 + ], + [ + "Great place in Chelsea/West Village", + 250 + ], + [ + "Large Room in Upper Manhattan", + 45 + ], + [ + "Beautiful Spacious private studio", + 200 + ], + [ + "Huge Upper West Side Apartment - 3 rooms", + 187 + ], + [ + "1BR Perfect Williamsburg Location", + 90 + ], + [ + "Cozy Couch In Great Space Perfect For Backpackers", + 29 + ], + [ + "Charming Park Slope Studio", + 100 + ], + [ + "Sunny & Clean Apt ideal location E.Williamsburg!", + 90 + ], + [ + "Private sunny room in Bushwick", + 100 + ], + [ + "King size Bed/room in 2 Bed Apt in E.Williamsburg", + 85 + ], + [ + "Large room", + 69 + ], + [ + "Beautiful room. Private bathroom.", + 43 + ], + [ + "30 Minutes to Manhattan / Sleeps 7", + 145 + ], + [ + "Sunny private room close to all", + 65 + ], + [ + "Big room overlooking Prospect Park!", + 45 + ], + [ + "Spring special ~", + 130 + ], + [ + "Central Park 1BR Apt NYC Manhattan", + 99 + ], + [ + "Finally! A room with amazing vibes!", + 90 + ], + [ + "Cheap NYC APT! 20 Day Stay!", + 45 + ], + [ + "Soho Loft", + 200 + ], + [ + "Sunny 2BR in Heart of Fort Greene", + 149 + ], + [ + "Room steps away from LaGuardia airport", + 45 + ], + [ + "Beautiful UWS apartment in doorman building", + 140 + ], + [ + "East Williamsburg Artist Retreat", + 60 + ], + [ + "Sunny East Village Bedroom", + 100 + ], + [ + "Williamsburg 2 BR Apt w View of NYC", + 125 + ], + [ + "Great 1 bdr in a 1 bedroom apartment. Great deal!", + 70 + ], + [ + "Spacious Room in Crown Heights, BK", + 70 + ], + [ + "Private bedroom in Bushwick BK", + 50 + ], + [ + "Room With a View – Minimalist Respite in Bed-Stuy", + 95 + ], + [ + "Beautiful, modern SoHo/TriBeCa apt", + 169 + ], + [ + "Cozy Home in Brooklyn Brownstone", + 110 + ], + [ + "Cozy Room In Clinton Hill, BK", + 40 + ], + [ + "Bohemian & Chic Apartment.", + 75 + ], + [ + "Bright Room in Creative Brooklyn Neighborhood, JMZ", + 65 + ], + [ + "Private room in Astoria Broadway st", + 85 + ], + [ + "Modern Apartment in a Historic Home", + 97 + ], + [ + "LES Bowery FULL 1 BDRM APARTMENT", + 110 + ], + [ + "Cosy apartment West Harlem close to Central Park", + 51 + ], + [ + "Sunny, beautiful and spacious room in Midtown", + 120 + ], + [ + "1 Bedroom w/Jacuzzi in Private Home", + 109 + ], + [ + "Quiet 1-BR in SoHo; Private Rooftop", + 159 + ], + [ + "Sunny bedroom in the heart of LES", + 75 + ], + [ + "Spacious, Clean , Close to Local Transportation", + 45 + ], + [ + "Cozy LARGE NYC Bedroom w/homeoffice", + 99 + ], + [ + "Cozy private room in Manhattan", + 95 + ], + [ + "Clinton Hill Apartment", + 65 + ], + [ + "Full bed/air-conditioned/secluded", + 38 + ], + [ + "Bottom half of duplex, Williamsburg", + 95 + ], + [ + "Sunny and Airy near Manhattan", + 120 + ], + [ + "Huge Room in Prime Williamsburg", + 150 + ], + [ + "Warehouse loft apartment", + 135 + ], + [ + "Dov & Naomi's Beautiful Apt.", + 115 + ], + [ + "Forrest and Bogart", + 100 + ], + [ + "LOVE Central Park Room Private Bath", + 99 + ], + [ + "Sunny East Village Nest", + 148 + ], + [ + "Modern and spacious in Bed Stuy", + 150 + ], + [ + "Bright Modern Apartment in Chelsea", + 599 + ], + [ + "Hipster Apt in The Middle of it All", + 349 + ], + [ + "Upper West Side Family Escape", + 165 + ], + [ + "Beautiful, spacious 1 bedroom in BK", + 95 + ], + [ + "Quiet 1 bedroom near Fort Greene Park", + 129 + ], + [ + "2 BEDROOM APT IN MANHATTAN midtown SLEEPS 5 GUESTS", + 250 + ], + [ + "Lux, UES, 3Beds, Family Apt", + 700 + ], + [ + "Private Room in Gorgeous Apartment", + 66 + ], + [ + "New/spacious 2 bedrooom 1.5 bath!", + 165 + ], + [ + "Stellar Duplex Home w/Garden,HotTub", + 450 + ], + [ + "Convienent 1-bedroom near Columbia", + 120 + ], + [ + "Park slope brownstone-ish", + 65 + ], + [ + "Cozy Room in the Heart of Brooklyn!", + 55 + ], + [ + "private room, cute&cozy apartment", + 85 + ], + [ + "Comfortable Bedroom", + 35 + ], + [ + "Cute 1br in Williamsburg", + 110 + ], + [ + "Luxury 2200sf Two Bedroom Loft w/ Private Elevator", + 500 + ], + [ + "Private RM in Heart of East Village", + 99 + ], + [ + "King Bedroom w/ Private Bath: BUSHWICK L Train", + 64 + ], + [ + "Spacious Williamsburg Loft Studio", + 168 + ], + [ + "Nice Carroll Gardens 2BR by F Train", + 200 + ], + [ + "Big home, 3 floors, good 4 families", + 355 + ], + [ + "Charming, Central Park Studio Apt", + 190 + ], + [ + "Sunny central Wmsburg Apartment", + 99 + ], + [ + "The Heart of the Lower East Side!", + 180 + ], + [ + "Lovely 2 Bdrm. Trains, Parks, Food!", + 145 + ], + [ + "sunny + comfy bedroom in greenpoint", + 55 + ], + [ + "Quaint Room with street view", + 65 + ], + [ + "Private Apt & Patio (spacious, stocked and bright)", + 130 + ], + [ + "Upper West Side Rm by Central Park!", + 68 + ], + [ + "midtown apartment", + 167 + ], + [ + "Unique Artist Loft in Soho", + 375 + ], + [ + "Midtown East penthouse studio", + 160 + ], + [ + "Chic Studio Apartment in Bed Stuy", + 98 + ], + [ + "Queen Bed, Quiet Room, Prime Williamsburg!", + 90 + ], + [ + "Waterfront in Williamsburg", + 100 + ], + [ + "Peaceful Room in Dumbo Art Loft", + 125 + ], + [ + "HUGE 1BD! 5 min to MNHTN!", + 150 + ], + [ + "Charming Cozy Brooklyn 1BR", + 95 + ], + [ + "Sunny Studio Next to Central Park", + 130 + ], + [ + "Enjoy a few days in Greenpoint", + 130 + ], + [ + "Sunny room in GPoint/Williamsburg", + 140 + ], + [ + "Putnam Gardens -Brooklyn Brownstone", + 125 + ], + [ + "Beautiful West Village Apartment", + 165 + ], + [ + "Cozy + Quiet Private Bedroom in Prime Bushwick!", + 90 + ], + [ + "Wonderful Inwood", + 175 + ], + [ + "Comfortable Room + Private Bathroom", + 65 + ], + [ + "Sunny, Spacious Room- Heart of Williamsburg!", + 66 + ], + [ + "The Heart of Fort Greene 2bedrooms", + 225 + ], + [ + "Perfect Rental Near Prospect Park!", + 45 + ], + [ + "Beautiful Furnished Master Bedroom", + 59 + ], + [ + "Quaint&Cozy 1BR-Gem in East Village", + 90 + ], + [ + "Room in classic Harlem brownstone", + 125 + ], + [ + "Red Hook Loading Dock Loft", + 450 + ], + [ + "Bed-Stuy BKNY FREEWasher/Dryer", + 50 + ], + [ + "Lovely 1 Bdrm Boerum Hill Apt", + 124 + ], + [ + "# sunny skylit sanctuary in the heart of BK! #", + 29 + ], + [ + "Williamsburg, Brooklyn Artist Loft", + 86 + ], + [ + "Sunny Upper East Side Apt, Balcony", + 86 + ], + [ + "2BR/2BA luxury condo in W'Burg", + 299 + ], + [ + "Modest and Cute Room in Bushwick Brooklyn!", + 36 + ], + [ + "Private Bedroom in Bushwick", + 100 + ], + [ + "Charming Studio on Orchard Street !", + 110 + ], + [ + "Spacious, Modern Times Square 3Bdrm *****", + 450 + ], + [ + "Brooklyn Alcove, Convenient Locale!", + 39 + ], + [ + "All Nations Home II-PVT br Queenbed", + 55 + ], + [ + "All Nations Home II - pvt br. 2 twin beds", + 55 + ], + [ + "Brooklyn loft with huge livingroom", + 60 + ], + [ + "NYC Excitement Meets Quiet and Comfort!", + 71 + ], + [ + "West Harlem Apartment", + 500 + ], + [ + "Large Sunny Room in Williamsburg!", + 63 + ], + [ + "Lovely sun-filled Brownstone!", + 170 + ], + [ + "BROOKLYN HEIGHTS Luxury Harbor View", + 250 + ], + [ + "Williamsburg bliss", + 159 + ], + [ + "Lovely Williamsburg, BK apartment", + 200 + ], + [ + "CLEAN AND COZY UES", + 70 + ], + [ + "2 Bedroom, UES", + 120 + ], + [ + "Nice and Perfect Location Studio", + 75 + ], + [ + "Perfect family getaway!", + 195 + ], + [ + "Brooklyn Sanctuary 1 block to train", + 90 + ], + [ + "Modern 19th C West Village Charmer", + 233 + ], + [ + "Spacious & Bright Artist Retreat", + 115 + ], + [ + "Spacious sunny room in Clinton Hill", + 65 + ], + [ + "Cozy Studio Duplex", + 80 + ], + [ + "Inviting Private Room in NYC.", + 65 + ], + [ + "East Village Duplex Private Yard", + 139 + ], + [ + "Charming 2BR apartment in Brooklyn", + 210 + ], + [ + "Beautiful Studio in Bed Stuy", + 66 + ], + [ + "Charming apt on UWS 8/3-8/7", + 200 + ], + [ + "LES sunny and charming apartment", + 200 + ], + [ + "Amazing LES Manhattan Apt in LES", + 175 + ], + [ + "Cozy Townhouse with Private Deck", + 96 + ], + [ + "Sunny Lower E. Side Ap. near BDFMJZ", + 100 + ], + [ + "Master bedroom in artsy Bushwick", + 44 + ], + [ + "Prime Park Slope Family Home", + 175 + ], + [ + "Country House in the City", + 600 + ], + [ + "~Room for Guest in Stunning BK Apt~", + 32 + ], + [ + "Cool room Manhattan - Sleeps up to 3 guests", + 98 + ], + [ + "1BR @ East Village - better than a luxury hotel", + 219 + ], + [ + "Super Charming West Village Place", + 175 + ], + [ + "Cozy Walk-up Apt in the Historic Lower East Side.", + 120 + ], + [ + "Studio in the Heart of Greenwich!!!", + 140 + ], + [ + "No better location in Williamsburg!", + 84 + ], + [ + "1 Bedroom Apartment in Nolita/ Soho", + 80 + ], + [ + "Beautiful Place near Manhattan", + 45 + ], + [ + "Spacious Brownstone Getaway", + 115 + ], + [ + "Private Room for a Female", + 36 + ], + [ + "Studio apt. Central Park West", + 80 + ], + [ + "Bright & cozy room in Brooklyn!", + 40 + ], + [ + "Large Room in Bushwick Near Trains!", + 38 + ], + [ + "Beautiful classic NYC studio", + 120 + ], + [ + "Sunset Park Sublet", + 70 + ], + [ + "MorningsideHeights/Columbia Studio", + 140 + ], + [ + "Spacious Room in Creative Neighborhood, JMZ line", + 70 + ], + [ + "Olivier", + 200 + ], + [ + "Park Slope sweet cozy home! Wifi!", + 89 + ], + [ + "177st. Manhattan", + 250 + ], + [ + "South Slope Sunny 2 Bedroom, 2 bath", + 125 + ], + [ + "1 Bed in a Lux Apt on Wall Street", + 47 + ], + [ + "CLEAN COZY & COMFY E. VILLAGE PAD", + 160 + ], + [ + "Cozy 1 Bedroom Bushwick Apt off Dekalb L", + 75 + ], + [ + "East Village Spacious Room", + 90 + ], + [ + "Lovely Room Close to the City", + 65 + ], + [ + "Sunny Double Room", + 63 + ], + [ + "Beautiful BedStuy Brownstone Apt", + 100 + ], + [ + "Stunning NYC Views", + 178 + ], + [ + "Cozy & Super Convenient Studio!", + 200 + ], + [ + "Cosy 1 bed in trendy East Village!", + 170 + ], + [ + "LaGuardia Room with Private Entrance(1)", + 50 + ], + [ + "4 Bed, Duplex Garden Apt. on lovely, quiet block", + 295 + ], + [ + "Quiet private room upper east side", + 100 + ], + [ + "Bedroom in Financial District, NYC", + 65 + ], + [ + "Upper east haven", + 175 + ], + [ + "Sunny and Spacious 1 Bedroom!", + 90 + ], + [ + "Private Rooftop balcony, skylight PH 2 beds", + 158 + ], + [ + "The Harlem Mansion", + 450 + ], + [ + "1 Bdr. Apt. in Ridgewood/Bushwick", + 110 + ], + [ + "Brownstone Studio with EVERYTHING", + 100 + ], + [ + "Private room & bath in modern apt", + 130 + ], + [ + "Cozy private room in Astoria, 15 min to Manhattan", + 70 + ], + [ + "Comfortable Greenpoint Apt. Short or Longer Stay", + 70 + ], + [ + "New York City Luxury Building!", + 120 + ], + [ + "Large 2 BR Apartment in Chelsea", + 170 + ], + [ + "Charming Upper West Side Apartment", + 200 + ], + [ + "East Vlg 2 bdrm Private Apt - 1 Block to Union Sq", + 480 + ], + [ + "Spacious Duplex With Private Deck", + 120 + ], + [ + "SPACIOUS Lower East Side DUPLEX 3 bed 2 ba COMFY", + 299 + ], + [ + "Cozy, clean studio with a view!", + 150 + ], + [ + "Big, nice, private room.", + 45 + ], + [ + "Large room in two-story brownstone", + 70 + ], + [ + "Large Room in Brooklyn w/ Office", + 49 + ], + [ + "Cozy Artful Zen East Village Nook", + 115 + ], + [ + "Big room with great natural light", + 55 + ], + [ + "cool room in Bushwick loft", + 55 + ], + [ + "Beautiful Airy Lower East Side Loft", + 250 + ], + [ + "Beautiful Architect Renovated Home", + 399 + ], + [ + "Large duplex in trendy Brooklyn, New York", + 198 + ], + [ + "Small One Bedroom BK - Quiet n Cute", + 78 + ], + [ + "3 Bedroom, 1st Fl, family apt.", + 200 + ], + [ + "East Village! Beautiful 2BD Apt.", + 300 + ], + [ + "Beautiful Spacious Ground Floor Apt", + 225 + ], + [ + "SoHo 2 Bedroom 2 Full Bath with Private Terrace", + 650 + ], + [ + "SUPER HUGE ROOM IN GREENPOINT BK", + 53 + ], + [ + "Our lovely nest in the West Village", + 159 + ], + [ + "Modern & Bright Queen Bedroom-Green C8", + 65 + ], + [ + "Room in Bed Stuy - Full Bed", + 45 + ], + [ + "Cozy room at trendy Lower east side", + 120 + ], + [ + "450ft Square Studio in Gramercy NY", + 280 + ], + [ + "Charming Old-School Apartment 2", + 60 + ], + [ + "Clean,quiet room near prospect park", + 100 + ], + [ + "Large Apt in Theatre District", + 160 + ], + [ + "Great room, 7 min from Manhattan!", + 45 + ], + [ + "A Bedroom in a Kosher Appartment", + 39 + ], + [ + "Clean & Quiet room in Bushwick", + 50 + ], + [ + "Stylish East Village One Bedroom Apartment", + 120 + ], + [ + "Cozy & Sunny Sage Room in Townhouse", + 99 + ], + [ + "UWS Bedroom with Rooftop Access!", + 129 + ], + [ + "Artist Renovated Loft + Roof Garden", + 350 + ], + [ + "Big Room in the heart of Upper East", + 300 + ], + [ + "Brooklyn Flavor Atelier", + 140 + ], + [ + "Modern 1 BR in the East Village", + 120 + ], + [ + "Light-Drenched Private 1 Bedroom", + 64 + ], + [ + "Charming Apartment in Crown Heights", + 120 + ], + [ + "Private room (Uptown) Washington Heights", + 40 + ], + [ + "Cool Apartment in Chinatown", + 120 + ], + [ + "Flatiron 1 Bedroom", + 95 + ], + [ + "The studio on the park!", + 150 + ], + [ + "NoLita Design Studio", + 650 + ], + [ + "Charming Classic UWS Bedroom & Balcony", + 100 + ], + [ + "Your own house in NYC", + 290 + ], + [ + "Sunny and Homie BK Apartment", + 120 + ], + [ + "Bright Studio heart of LES", + 130 + ], + [ + "Lovely room in Astoria", + 70 + ], + [ + "Sunny luxurious loft Studio", + 235 + ], + [ + "Bright and Hip in Morningside", + 95 + ], + [ + "Midtown West short term sublet", + 80 + ], + [ + "Design Forward East Village 1Br Apt", + 280 + ], + [ + "Perfect West Village Apt", + 195 + ], + [ + "HUGR 1BR+ in Sugar Hill, Harlem", + 100 + ], + [ + "Private Greenpoint Studio Floor 1", + 100 + ], + [ + "Cozy Apt 10 minutes to Central Park", + 130 + ], + [ + "Classic Lower East Side Apartment", + 130 + ], + [ + "Private Spacious Room with bathroom", + 125 + ], + [ + "Brooklyn Studio apartment", + 130 + ], + [ + "Cozy, Comfy, City Living.", + 120 + ], + [ + "Comfy 1 Bed 1 Bath - great location", + 180 + ], + [ + "Clean and comfortable 3 person private room", + 80 + ], + [ + "Luxury Tribeca Apartment w/Roofdeck", + 250 + ], + [ + "Lg Bedroom Trendy Williamsburg BK", + 125 + ], + [ + "Spacious 3 bedroom on Prospect Park", + 166 + ], + [ + "Cozy/Private Bdrm By Central Park!", + 64 + ], + [ + "Room in East Williamsburg 1 Block from L Train", + 35 + ], + [ + "Studio in central historical Harlem", + 120 + ], + [ + "Sunny Park Slope Bedroom", + 60 + ], + [ + "Modern 1BR in Heart of Williamsburg", + 215 + ], + [ + "Beautiful Room in Brownstone - Prime Location", + 58 + ], + [ + "Luxury apartment near Central Park", + 260 + ], + [ + "Big Cozy Room", + 40 + ], + [ + "Comfortable private room in Harlem", + 78 + ], + [ + "$500/wk 1br - 150ft2 - Dec 23-Jan 4", + 80 + ], + [ + "East Village Studio Like Room", + 80 + ], + [ + "Brooklyn Brownstone duplex + garden", + 159 + ], + [ + "Artistic Brooklyn Apartment", + 150 + ], + [ + "Brooklyn Brownstone with Backyard", + 89 + ], + [ + "Luxury Hip Brand New LES ROOM w/ Terrace!", + 145 + ], + [ + "Luxury Doorman Apt in Midtown East!", + 130 + ], + [ + "Bedroom in 4bed/1bath in Brooklyn!", + 50 + ], + [ + "Ditmas Park Spacious Studio Apt", + 100 + ], + [ + "Lovely private bedroom", + 63 + ], + [ + "Beautiful Private Area in Flatbush", + 50 + ], + [ + "Manhattan Getaway - LES", + 189 + ], + [ + "Bohéme 1BR steps from Prospect Park", + 99 + ], + [ + "New York Apt in the Heart of NY", + 150 + ], + [ + "Sunny, big room available in 3 BDRM", + 35 + ], + [ + "Welcome to our Luxury home", + 200 + ], + [ + "Sunny Room Overlooking Harlem", + 35 + ], + [ + "Huge private room with bathroom", + 60 + ], + [ + "Brooklyn oasis with breathtaking skyline view!", + 80 + ], + [ + "Bright, Airy, Quiet 1 Bd", + 199 + ], + [ + "Large 2 bedroom APT, 20mins to Times Square.", + 174 + ], + [ + "spacious private rooms in 5bd 4bth", + 85 + ], + [ + "Brownstone@Central Park❤️Manhattan historic area", + 120 + ], + [ + "Clean and Sunny Brooklyn apt!!", + 98 + ], + [ + "Great E.Village Apt. Best Location!", + 119 + ], + [ + "Private Room in New Bed-Stuy Lofts", + 1600 + ], + [ + "South Slope Modern + Spacious with Outdoor Deck", + 75 + ], + [ + "Authentic Brownstone New York Living", + 450 + ], + [ + "cozy + bright room in BK!", + 55 + ], + [ + "Bushwick Oasis", + 64 + ], + [ + "Bright room in Williamsburg loft", + 70 + ], + [ + "Bright double room in West Village", + 106 + ], + [ + "Large loft in Bushwick", + 45 + ], + [ + "Stunning 1BR - SoHo Prime Location!", + 125 + ], + [ + "1 room available for in midtown NYC", + 70 + ], + [ + "Spacious Renovated Apt. in Harlem", + 40 + ], + [ + "Sunny apartment in the heart of LIC", + 100 + ], + [ + "Huge 1 bdr, convenient location!", + 85 + ], + [ + "Large, sunny, quiet, 2 bed apt", + 75 + ], + [ + "Big Bright Modern East Village 1 BR", + 175 + ], + [ + "Cozy bedroom in E. Village in July", + 150 + ], + [ + "2 bed apartment 2 blocks from 42 st", + 150 + ], + [ + "Boutique apartment by the Ocean", + 129 + ], + [ + "Bushwick! Unlimited Metro Card!", + 60 + ], + [ + "Cosy bedroom in Williamsburg", + 80 + ], + [ + "One bedroom available in Astoria", + 40 + ], + [ + "Big room in Clinton Hil near subway", + 90 + ], + [ + "Chateau Ludlow", + 120 + ], + [ + "~Sunny quiet apartment in Brooklyn~", + 100 + ], + [ + "Astoria 1 Bed, 2 Blocks to Train", + 125 + ], + [ + "Room in the heart of Williamsburg!", + 35 + ], + [ + "2 Bedroom in Heart of Williamsburg", + 269 + ], + [ + "Furnished BR in a 2BR apt Gramercy", + 45 + ], + [ + "Chic apartment on Central Park West", + 185 + ], + [ + "Amazing apartment available for a year to rent!", + 120 + ], + [ + "Cozy Room in the LOWER EAST SIDE!", + 97 + ], + [ + "Modern 1 Bdrm Apt in Mid Manhattan", + 230 + ], + [ + "Spacious 1BR", + 150 + ], + [ + "My Spacious & Comfy Home Away", + 135 + ], + [ + "Spacious Graham Ave Room Aug 1 -21", + 45 + ], + [ + "Big Cozy Room 2 Blocks From Trains", + 47 + ], + [ + "Artists' Sunny 1-BR Apt in Astoria", + 120 + ], + [ + "Charming Williamsburg 1 Bedroom", + 100 + ], + [ + "Colorful Apartment Upper West Side", + 60 + ], + [ + "Entire 1 Bedroom apartment", + 245 + ], + [ + "Spacious NOMAD 1 BR for 4", + 150 + ], + [ + "Manhattan Club sleeps 4", + 386 + ], + [ + "Room with a View", + 95 + ], + [ + "Great spot in Lower East Side", + 120 + ], + [ + "French charm at Château Village, Greenwich Village", + 145 + ], + [ + "Hip & Trendy Williamsburg 2 BR 2BA Apartment", + 109 + ], + [ + "Master Bedroom in Luxury Apartment", + 80 + ], + [ + "Sunny apartment overlooking park", + 105 + ], + [ + "Cozy room in 1bedroom apt", + 37 + ], + [ + "Luxury Modern Brownstone Full Apt", + 125 + ], + [ + "Private room in Nolita / SOHO", + 80 + ], + [ + "Studio in Lincoln Sq - Columbus Cir", + 140 + ], + [ + "East Village Two Bedroom", + 250 + ], + [ + "Affordable, quiet, brownstone home", + 79 + ], + [ + "Huge Lower East Side 2 Bedroom", + 450 + ], + [ + "Sunny Greenpoint 1 Bedroom with vintage feel", + 120 + ], + [ + "East Village Penthouse With Rooftop", + 100 + ], + [ + "Bright and beautiful 1 bedroom Apt.", + 150 + ], + [ + "Comfy room in Gramercy Park", + 200 + ], + [ + "Long Island City- Furnished Studio", + 110 + ], + [ + "Sunny family-friendly 2br & parking", + 165 + ], + [ + "City retrieve1 -large bedroom, comfortable / quite", + 69 + ], + [ + "City retrieve2-comfort, quite, sunny room and desk", + 69 + ], + [ + "BLUE SKIES AND GREEN TREES IN NYC.", + 180 + ], + [ + "Large private room in W. Heights", + 40 + ], + [ + "2 twins bed Private room in Brooklyn", + 40 + ], + [ + "Apt.-private entrance -Townhouse- 10mins. to JFK", + 109 + ], + [ + "Room Epic View Near Freedom Tower", + 100 + ], + [ + "Parkside Brooklyn Artist Apartment!", + 70 + ], + [ + "Steps Away From Grand Central", + 198 + ], + [ + "Refreshing Bushwick Enclave", + 50 + ], + [ + "Patricia's Place near Williamsburg", + 130 + ], + [ + "Comfy Modern Bklyn 1BR + Guest BR", + 135 + ], + [ + "Bushwick Room", + 35 + ], + [ + "1 BR Apartment Upper West Side", + 399 + ], + [ + "Beautiful bedroom in Ditmas Park!!!", + 108 + ], + [ + "Charming UES PreWar 24/7 Doorman 2 bed/2 bath apt", + 595 + ], + [ + "2BR + Roof Top-20min from Manhattan", + 129 + ], + [ + "Sunny, cozy, and convenient room in Harlem", + 88 + ], + [ + "Spacious Studio Room with Beautiful view NYC", + 75 + ], + [ + "One room in artsy Williamsburg", + 85 + ], + [ + "Cozy apt. near the subway in uptown Manhattan", + 70 + ], + [ + "stylish apartment w/ backyard", + 185 + ], + [ + "Calm & Quiet in Clinton Hill", + 145 + ], + [ + "RARE! Vintage 2 Bed Artist's Flat", + 150 + ], + [ + "Big sunny 1BR in Ditmas Park with kitten!", + 50 + ], + [ + "Lg Prospect Hts Room at Brooklyn&Breakfast", + 70 + ], + [ + "Beautiful Home for seasonal rental", + 150 + ], + [ + "Private room in WILLIAMSBURG LOFT", + 100 + ], + [ + "Private Room in Shared Apartment", + 69 + ], + [ + "Brooklyn's finest by Prospect Park", + 115 + ], + [ + "Minimal Central Chelsea Studio", + 120 + ], + [ + "Unique Artists' Studio in Manhattan", + 180 + ], + [ + "Large 1 Bdrm for 5; close to Roberta's / Morgan L", + 147 + ], + [ + "Large One Bedroom with Backyard", + 125 + ], + [ + "Luxury Upper East Side Apartment", + 328 + ], + [ + "NEW Modern Brooklyn 1BR Apt!", + 85 + ], + [ + "One bedroom apartment", + 60 + ], + [ + "Cozy Sublet in Brooklyn", + 60 + ], + [ + "East Williamsburg /Bushwick Room", + 46 + ], + [ + "Large private bed/bath by Times Sq", + 90 + ], + [ + "Experience Brooklyn", + 150 + ], + [ + "Large Private Room in Greenpoint/ Williamsburg", + 95 + ], + [ + "Extraordinary One Bedroom Apartment", + 185 + ], + [ + "Townhouse Bonus Room w/Private Bath", + 89 + ], + [ + "Brooklyn Brownstone In Historic Bed Stuy - LEGAL", + 67 + ], + [ + "LAKOU LAKAY- A HOME AWAY FROM HOME", + 125 + ], + [ + "1 BR in a shared flat East Village", + 80 + ], + [ + "Entire apartment in Williamsburg", + 199 + ], + [ + "Room in Nolita with great Rooftop", + 79 + ], + [ + "Centrally Located, Spacious, and Quiet!", + 225 + ], + [ + "Williamsburg Walk Up", + 125 + ], + [ + "Brooklyn corner loft! Great views+elevator✌️", + 360 + ], + [ + "Large, sunny apartment with rooftop", + 200 + ], + [ + "The large, sunny two people room. 20 min to city!", + 80 + ], + [ + "Light-filled urban cabin", + 400 + ], + [ + "Beautiful Room in Central Brooklyn House", + 65 + ], + [ + "Quiet bright clean and convenient in 2 Bdroom apt.", + 70 + ], + [ + "Zen Oasis: Quiet, Comfortable Bushwick Room", + 85 + ], + [ + "2 Bedroom in Gramercy", + 200 + ], + [ + "Chic pad steps from Prospect Park", + 68 + ], + [ + "Room in cozy Prime-Williamsburg Apt", + 50 + ], + [ + "130/night, big and cozy, Brooklyn", + 130 + ], + [ + "Renovated & Spacious Chelsea Studio", + 215 + ], + [ + "BRIGHT & PRIVATE EAST VILLAGE STUDIO APARTMENT", + 165 + ], + [ + "1 bedroom in The East Village", + 100 + ], + [ + "Stylish garden apartment", + 85 + ], + [ + "Apartment share - Private Bedroom", + 75 + ], + [ + "Prospect Heights BK Studio", + 105 + ], + [ + "Bushwick Artist Haven w Private Yard by JMZ subway", + 100 + ], + [ + "Time Square, New York City Center. Quiet Oasis!", + 499 + ], + [ + "Spacious Chelsea Private Bedroom", + 195 + ], + [ + "Lovely 2-Bedroom Near Prospect Park", + 150 + ], + [ + "Spacious, private UES room", + 54 + ], + [ + "PH With Big Terrace & City View!!!!", + 250 + ], + [ + "Cozy Comfy Private Room", + 40 + ], + [ + "Balcony Oasis & Open View - 20 min to Manhattan", + 95 + ], + [ + "NYC Lavish Studio Apartment Steps from SoHo!", + 169 + ], + [ + "urban cottage", + 75 + ], + [ + "Times Square luxury elevator doorman alcove studio", + 175 + ], + [ + "Park Slope Loft", + 145 + ], + [ + "Lower Manhattan Studio Alcove Apt", + 450 + ], + [ + "Artist's Loft", + 135 + ], + [ + "Upper West Side Apt", + 125 + ], + [ + "Massive Bedroom by Prospect Park", + 70 + ], + [ + "Spacious, Cozy Upper East Side Apt", + 100 + ], + [ + "Modern & Renovated | Great Location", + 118 + ], + [ + "3Bdr Artist Apt. (L,M,J,Z trains)", + 172 + ], + [ + "The big little room", + 105 + ], + [ + "The little big room", + 55 + ], + [ + "Fully equiped room. TV AC", + 60 + ], + [ + "Two bedroom with two fold out bed", + 250 + ], + [ + "Charming cozy bedroom, Downtown", + 99 + ], + [ + "Peaceful and Spacious Brooklyn Gem", + 88 + ], + [ + "Modern Apartment in NOHO / SOHO", + 125 + ], + [ + "Gorgeous 1 Bedroom in Bed-Stuy", + 102 + ], + [ + "HUGE room in Sunset Park with AC", + 40 + ], + [ + "Charming sunny studio - Boerum Hill", + 119 + ], + [ + "Gorgeous 1BR w huge private terrace", + 101 + ], + [ + "Great Room in Bushwick, Brooklyn!", + 65 + ], + [ + "Prolonged Traveler's Dream( a month first & more)", + 40 + ], + [ + "Nice & Sweat Apartment in Manhhatan", + 109 + ], + [ + "Prolonged Traveler's Dream (a month first & more)", + 40 + ], + [ + "Cozy house in Sunnyside gardens", + 250 + ], + [ + "Beautiful and Convenient", + 75 + ], + [ + "Wild Flower Nice quiet space Queen size bed.", + 90 + ], + [ + "Great BIG Upper West Side Apartment", + 87 + ], + [ + "2 BR modern apartment in historic Harlem", + 185 + ], + [ + "Cozy Small Bedroom w/Bathroom. Balcony & Open Bar.", + 45 + ], + [ + "Historic WoHo Townhouse", + 300 + ], + [ + "Ft. Greene cozy & modern studio!", + 140 + ], + [ + "Charming Top Floor Apartment w/ Roof Patio", + 70 + ], + [ + "Heart of Williamsburg w/Backyard", + 150 + ], + [ + "A True Brooklyn experience", + 80 + ], + [ + "Master Bedroom w/ private bathroom", + 60 + ], + [ + "1 Bedroom, Bushwick, Brooklyn", + 45 + ], + [ + "Clean private room, 20min from City", + 40 + ], + [ + "A charming Parisian style apartment", + 210 + ], + [ + "Modern 1 Bedroom in Dumbo / Vinegar Hill", + 225 + ], + [ + "Bedroom in Midtown Apartment", + 70 + ], + [ + "Super Cute Brooklyn Loft", + 45 + ], + [ + "Cute, Eclectic, & Family Friendly", + 120 + ], + [ + "13 Essex St, 202", + 150 + ], + [ + "Comfy room (only) in my apt - UWS", + 133 + ], + [ + "Large light-filled master bedroom.", + 60 + ], + [ + "Spacious Bedroom in Central Harlem", + 64 + ], + [ + "Small & Cozy Bedroom, L.E.S", + 69 + ], + [ + "Small One Bedroom, Brooklyn Apt", + 40 + ], + [ + "Studio in the Heart of Wall Street", + 190 + ], + [ + "Garden apt with private entrance", + 275 + ], + [ + "2 BR in Times Sq: The heart of NYC", + 200 + ], + [ + "Upper East Side private bedroom near Central Park", + 75 + ], + [ + "Big, bright loft in Williamsburg", + 180 + ], + [ + "Private room, shared bathroom.", + 200 + ], + [ + "Cozy room in sunny BK apt", + 59 + ], + [ + "Beautiful treeline BK apartment!", + 149 + ], + [ + "Cozy Brooklyn Apartment", + 55 + ], + [ + "Room in Upper West Side Manhattan", + 75 + ], + [ + "Triplex with private garden", + 400 + ], + [ + "Cool 1 Bdrm Apt in Lower East Side", + 169 + ], + [ + "Perfect UWS Studio Sanctuary!", + 125 + ], + [ + "Private room in hip & historic area", + 58 + ], + [ + "Charming 1 Bedroom Apt - Midtown East", + 151 + ], + [ + "Light Filled Studio Apartment", + 67 + ], + [ + "Edgecombe Ave Room", + 100 + ], + [ + "Charming West Village Studio", + 185 + ], + [ + "Modern In Classic Brownstone", + 190 + ], + [ + "Quaint, Quiet East Village 1 BR", + 78 + ], + [ + "Adorable Brooklyn Apartment", + 60 + ], + [ + "Greenwich Village: BEST Block", + 210 + ], + [ + "ENTIRE, SUNNY APT IN HEART OF LIC", + 139 + ], + [ + "Lovely 2 Bedroom in Upper West Side", + 200 + ], + [ + "Clean White Room overlooking Bridge & River", + 75 + ], + [ + "Fort Greene Sanctuary", + 123 + ], + [ + "Sunny Room in Harlem", + 28 + ], + [ + "Garden Facing Quiet Retreat", + 120 + ], + [ + "Top Floor Brownstone - Park Slope", + 85 + ], + [ + "Bright & Charming 2bdrm Minutes to Manhattan", + 122 + ], + [ + "Christmas in New York", + 700 + ], + [ + "Upper West Side Studio Near All NYC", + 99 + ], + [ + "Beautiful 1BR in upper Manhattan- close to subway!", + 110 + ], + [ + "Perfect Brooklyn Loft Studio", + 185 + ], + [ + "Williamsburg Studio, oudoor patio", + 120 + ], + [ + "Beautiful, private 1BR in large shared apartment.", + 89 + ], + [ + "Private room in modern Bushwick Apt", + 48 + ], + [ + "CHARMING ROOM W/ ROOF DECK ACCESS 2 :)", + 90 + ], + [ + "SUNNY COZY ROOM FOR 1 :)", + 90 + ], + [ + "Cozy Large Studio - Yankee Stadium", + 110 + ], + [ + "Large and sunny 1br in Harlem!", + 150 + ], + [ + "No better place than Prospect Place", + 120 + ], + [ + "Classic 1BR Brownstone w/ Backyard", + 110 + ], + [ + "Renovated 2 Rooms with balcony and ensuite bath", + 45 + ], + [ + "Great private room open for Aug!!", + 75 + ], + [ + "Small Studio Private Suite by the Park近公園新小套房,鬧中取靜", + 65 + ], + [ + "Apartment in Chelsea btwn 6th-7th Aves", + 170 + ], + [ + "Spacious Studio in Midtown East", + 140 + ], + [ + "Cosy Master bedroom in Midtown West", + 90 + ], + [ + "Charming one bedroom NYC treasure! #10268", + 170 + ], + [ + "Comfortable cool - Manhattan - up to 2 guests", + 90 + ], + [ + "Lovely 2 bedroom prime location", + 175 + ], + [ + "Large 2.5 BR Apt In Park Slope", + 135 + ], + [ + "Cozy, clean in Greenpoint Brooklyn!", + 120 + ], + [ + "Great NYC Apartment", + 175 + ], + [ + "Private, renovated & furnished room", + 40 + ], + [ + "Furnished Columbia Apartment", + 65 + ], + [ + "Family-friendly, cozy guest room", + 69 + ], + [ + "Charming West Village Full Bed Apt", + 119 + ], + [ + "Private Modern room, stained glass view", + 85 + ], + [ + "1 Large Bedroom plus 2nd bed", + 100 + ], + [ + "Sunny NYC studio in prime location", + 155 + ], + [ + "Bright & Stylish Studio in the LES", + 160 + ], + [ + "Room in Spacious Williamsburg Loft", + 50 + ], + [ + "Spacious 2 Bedroom Apt", + 125 + ], + [ + "SOHO LUXURIOUS LOFTED STUDIO", + 350 + ], + [ + "1000 square feet of Luxury!", + 350 + ], + [ + "Lovely Clinton Hill Bedroom", + 65 + ], + [ + "Gorgeous 1 bedroom apt West Village", + 247 + ], + [ + "Charming large room ...", + 85 + ], + [ + "Cute & Cozy Short or Long Term Stay!", + 45 + ], + [ + "Sunny & stylish 1 BR in Greenpoint", + 139 + ], + [ + "Brand new 2bed/2bath garden apt steps from train", + 85 + ], + [ + "Big Cozy Apt w/ lrg outdoor space!", + 125 + ], + [ + "UES - Private Studio with Kitchen", + 115 + ], + [ + "Charming, large and peaceful", + 175 + ], + [ + "Funky, Quiet, Safe EV Walk-Up", + 140 + ], + [ + "Midtown Manhattan best Location", + 125 + ], + [ + "One person, cozy room, real bed. 20 min to city!!!", + 59 + ], + [ + "Private BR in Modern Apt @ LES", + 80 + ], + [ + "Quiet room in Bushwick! Looking for 1 month sublet", + 50 + ], + [ + "Sunny 1 Bed Apt. Greenpoint, BK", + 45 + ], + [ + "GREAT APARTMENT IN BED STUY", + 90 + ], + [ + "Midcentury Inspired Plantlovers Apt", + 250 + ], + [ + "Spacious 1BR in Williamsburg", + 140 + ], + [ + "Chelsea Chic", + 215 + ], + [ + "Stylish 1 BR in the heart of SoHo", + 180 + ], + [ + "Charming Classic UWS 2BR & Balcony", + 250 + ], + [ + "Chelsea Apt Great Location", + 400 + ], + [ + "Amazing Chelsea-Flatiron Condo-Loft", + 700 + ], + [ + "Adorable room in heart of Brooklyn", + 65 + ], + [ + "Private Room in Downtown Manhattan", + 118 + ], + [ + "Brand new in the heart of Tribeca", + 1500 + ], + [ + "Zen Private Bedroom in Brooklyn Gem", + 70 + ], + [ + "Cozy studio close to Central Park", + 110 + ], + [ + "Modern CottageStyle EarlyBirdDiscount! TimeSquare", + 299 + ], + [ + "Spacious bedroom with large closet & quiet balcony", + 95 + ], + [ + "Private Bedroom in Renovated Apt", + 70 + ], + [ + "Sunny Spotless Manhattan apartment", + 167 + ], + [ + "Private Bathroom, Room and Entrance on the UWS!", + 103 + ], + [ + "AMAZING 1 BR APT LES/Chinatown NYC", + 145 + ], + [ + "88 By The Park w/Parking Space", + 100 + ], + [ + "Amazing 4 Bdrm Brownstone Apt", + 275 + ], + [ + "Cute room in large apartment.", + 60 + ], + [ + "Cute room in Williamburg", + 70 + ], + [ + "NoLiTa Creative Live/Work Pad", + 300 + ], + [ + "Sunny & Spacious W'burg 2 Bed & 2 Bath Penthouse", + 370 + ], + [ + "Relaxing, cozy corner of Harlem", + 50 + ], + [ + "$1200/ Feb.16th---Mar.13th *^COZY STUDIO APARTMENT", + 65 + ], + [ + "Sunny large room in Bushwick", + 68 + ], + [ + "Lovely Bsmt Apt. Nr trn to NYC - No Cleaning Fee", + 92 + ], + [ + "Your cozy spot in Upper West Manhat", + 40 + ], + [ + "A cozy place in Astoria", + 100 + ], + [ + "Sunny, quiet home away from home", + 140 + ], + [ + "Modern & Stylish HK Private Bedroom", + 150 + ], + [ + "Bright and Clean Room for You!", + 45 + ], + [ + "1br w/full ba,spacious and private", + 70 + ], + [ + "Upper West Side Perfection", + 230 + ], + [ + "Room at astoria", + 49 + ], + [ + "Spacious Well Kept Apartment 5 min to Midtown", + 80 + ], + [ + "Huge BR in Hell's Kitchen", + 105 + ], + [ + "1 private bedroom in cozy Apartment in Brooklyn", + 40 + ], + [ + "Murray Hill Luxury ApT w/ BALCONY", + 90 + ], + [ + "3 Bdr Upper West Side Elegance, 2500sq ft", + 600 + ], + [ + "Private room in shared apt.", + 50 + ], + [ + "3 bedrms; ideal for 4-5 persons", + 195 + ], + [ + "Spacious West Village Apartment", + 200 + ], + [ + "Spacious 2BR Duplex in East Village", + 250 + ], + [ + "Calm and Cute Entire Studio", + 175 + ], + [ + "Big Room in Greenpoint/Williamsburg", + 100 + ], + [ + "Cozy studio close to seven subway lines", + 150 + ], + [ + "Beautiful Studio on Park Avenue", + 175 + ], + [ + "Spacious 1 bedroom", + 150 + ], + [ + "Wyndham Vacation Resorts Condos", + 400 + ], + [ + "Bright room in 2BR apt in Nolita!", + 99 + ], + [ + "Perfect location, 15 min.Manhattan", + 70 + ], + [ + "Private Bedroom on Queens Blvd", + 48 + ], + [ + "APARTMENT WITH PARKING BY HOSPITAL", + 199 + ], + [ + "Great Location For New Year's Weekend", + 90 + ], + [ + "Spacious private apt in pre-war building", + 130 + ], + [ + "Contemporary Brooklyn Town House", + 300 + ], + [ + "Old World Charm in Hip Brooklyn", + 175 + ], + [ + "Spacious room in Williamsburg", + 48 + ], + [ + "Great Room in Williamsburg Brooklyn", + 70 + ], + [ + "Historic Clinton Hill Townhouse", + 380 + ], + [ + "NiceRoomNiceNeighborhoodCloseMaimonidesHospital", + 45 + ], + [ + "Private Bedroom in Large Loft", + 55 + ], + [ + "Beautiful, large and sunny bedroom", + 32 + ], + [ + "Cute 1 Bed Apt in Lower East Side", + 160 + ], + [ + "Trendy TriBeCa SoHo Suite", + 107 + ], + [ + "Bright Brownstone 2BR BedStuy Apt", + 155 + ], + [ + "New York 3 Bedroom 3 Bath & Backyard City College", + 275 + ], + [ + "Sunny Room in Tropical Apartment", + 80 + ], + [ + "Suite in The Upper East Side", + 205 + ], + [ + "Studio Apartment on Upper West Side", + 150 + ], + [ + "Sunny, Tree-top Studio", + 99 + ], + [ + "Private Moonlight Room in Brownstone Near Subway", + 59 + ], + [ + "Large Private Bedroom in Williamsburg Apartment", + 45 + ], + [ + "Beautiful GRDN Apt Chelsea Meatpacking Min 30 days", + 270 + ], + [ + "Cozy Room 25 Minutes from Manhattan", + 80 + ], + [ + "beautiful and spacious one bedroom.", + 150 + ], + [ + "Lefferts Garden 1 bedroom", + 35 + ], + [ + "Marvelous Manhattan Apartment! DEAL", + 99 + ], + [ + "Brooklyn Garden House", + 150 + ], + [ + "Large Studio - Meatpacking District", + 190 + ], + [ + "Sunny Private Room in Crown Heights", + 50 + ], + [ + "Quiet, sunny, renovated", + 79 + ], + [ + "Large(1000 sq ft) 3BR w 1.5 baths", + 199 + ], + [ + "Two-Room Astoria Studio", + 65 + ], + [ + "Private room in Brooklyn", + 65 + ], + [ + "Private bedroom in booming brooklyn", + 75 + ], + [ + "Cheerful Private Bedroom 5min to F & N Trains", + 43 + ], + [ + "Spacious Fabulous Harlem 1 bedroom", + 130 + ], + [ + "Sunny, East Village Apartment!", + 180 + ], + [ + "1 Bedroom Park Slope 1 Block Subway", + 60 + ], + [ + "SemiPrivateLivingRoomTwinBed/MaimonidesLutheranHos", + 33 + ], + [ + "Cozy room in the heart of Astoria/10 min Manhattan", + 45 + ], + [ + "A Cozy Room In A Brooklyn House", + 65 + ], + [ + "Nice and cozy room!", + 119 + ], + [ + "Sunny Master Bedroom in Sunset Park", + 50 + ], + [ + "US Open? Perfect Lg 1 BR apartment", + 150 + ], + [ + "Noel Palace", + 150 + ], + [ + "Sunny Studio, Amazing Neighborhood", + 99 + ], + [ + "JFK 10 & LGA 15 MINUTES A/C PRIVATE BEDROOM", + 50 + ], + [ + "Bright 1 br apt in Greenpoint Brooklyn", + 250 + ], + [ + "JFK 10 & LGA 15 MINUTES AWAY A/C PRIVATE BEDROOM", + 50 + ], + [ + "PRIVATE ROOM WITH PRIVATE BACKYARD!", + 50 + ], + [ + "Prime location and room for 1", + 100 + ], + [ + "Beautiful&New Bedrooms near everything you want!", + 59 + ], + [ + "Private Room With Queen Bed in NYC", + 80 + ], + [ + "Bright, one-bedroom in Brooklyn", + 95 + ], + [ + "Stylish Modern Comfort in Bed-Stuy", + 110 + ], + [ + "Beautiful Sunny Bedroom in BedStuy", + 60 + ], + [ + "FISHGRALA - Bedroom & Private Bathroom + Backyard", + 64 + ], + [ + "Bright and Airy Astoria Loft", + 175 + ], + [ + "Belle Harbor 4 BR 2 bath- 1 bl from Beach", + 350 + ], + [ + "Nice bedroom - Lower East Side", + 80 + ], + [ + "Midtown West Modern Charming 1BD Apt near Times Sq", + 200 + ], + [ + "Colorful 2 bedroom in great Brooklyn neighborhood", + 128 + ], + [ + "Ground Fl Apt. w/ backyard-Long term stay welcomed", + 150 + ], + [ + "New 2BR+1BA For Up To 6 Ppl Only 15 Min To NYCity", + 100 + ], + [ + "Sunny Modern Gem Overlooking UWS", + 300 + ], + [ + "The Wielingen", + 95 + ], + [ + "Cozy apt in heart of the e village", + 175 + ], + [ + "Perfect Location - Meticulously Kept Flat", + 220 + ], + [ + "Garden Apt in Historic Brownstone!", + 147 + ], + [ + "East Village Private Room & Terrace", + 95 + ], + [ + "Cosy apartment in Carroll Gardens", + 160 + ], + [ + "Cozy One BR in Queens near Airport", + 99 + ], + [ + "2 bed, 2 bath in Battery Park City", + 200 + ], + [ + "Designer 5 BR home by Prospect Park", + 225 + ], + [ + "Prolonged Traveler's Dream(a month first & more)", + 40 + ], + [ + "My home in Harlem", + 75 + ], + [ + "Privacy in Unique Shipping Container Home", + 120 + ], + [ + "Park Facing, Spacious 1 BR APT", + 110 + ], + [ + "Upper West Side 64th and Amsterdam", + 60 + ], + [ + "Shared Apartment to share", + 100 + ], + [ + "Quiet Sanctuary right by the Subway", + 77 + ], + [ + "Close to Central Park", + 150 + ], + [ + "Beautiful studio aprt Cobble Hill, BK", + 160 + ], + [ + "Big sunny bedroom - heart of LES!", + 58 + ], + [ + "Private Bedroom in Midtown West", + 70 + ], + [ + "BrooklynBridge/Ft Greene", + 215 + ], + [ + "Spacious Harlem 1-Br. Terrace Apt with Doorman", + 100 + ], + [ + "Room in the heart of Williamsburg", + 60 + ], + [ + "Beautiful 1 BR w/ Private Backyard", + 125 + ], + [ + "Room in a lovely UWS Apartement", + 130 + ], + [ + "Private room in Williamsburg loft", + 99 + ], + [ + "Industrial style Artist loft", + 175 + ], + [ + "Bedstuy Brownstone Duplex w/ HUGE Backyard", + 200 + ], + [ + "Room in Williamsburg Duplex", + 85 + ], + [ + "2 BR Brownstone Retreat, 2nd Fl.", + 99 + ], + [ + "Airy Basement Apartment", + 45 + ], + [ + "One bedroom at Dream Location", + 190 + ], + [ + "HUGE 2 bdrm 30 m ride from Midtown", + 112 + ], + [ + "Master bedroom in a 3BR apt in UES", + 95 + ], + [ + "Private Brooklyn room by the L line", + 65 + ], + [ + "Carroll Gardens Retreat", + 150 + ], + [ + "Cozy studio apartment in W Harlem.", + 77 + ], + [ + "Spacious Private Room near train station :-)!", + 69 + ], + [ + "1 room in 3 bdrm apt 78th and 3rd", + 80 + ], + [ + "Sunny, top-floor apt (East Village)", + 175 + ], + [ + "Beautiful sunny bedroom with balcony", + 60 + ], + [ + "master bedroom in a 4 bed 2 bath", + 59 + ], + [ + "Midtown East Bedroom Available", + 90 + ], + [ + "Light-filled cozy Greenpoint Brooklyn two bedroom", + 70 + ], + [ + "2 Bed in Center of West Village", + 350 + ], + [ + "Large and Sunny room in Downtown NY", + 75 + ], + [ + "Manhattan/ private room & private toilet.", + 61 + ], + [ + "FEMALE ONLY 'Heaven'PrivateBed/SharedSpace w/Wifi", + 42 + ], + [ + "Perfect Escape in NYC! #6", + 350 + ], + [ + "светлая комната с балконом", + 45 + ], + [ + "Brooklyn, Clinton Hill, Private rm", + 75 + ], + [ + "Ideal Apt for US Tennis Open, 2BR", + 150 + ], + [ + "Authentic Apartment in the heart of Brooklyn", + 72 + ], + [ + "Beautiful Home Away From Home", + 59 + ], + [ + "1 Bedroom Apart in Spanish Harlem", + 90 + ], + [ + "Whole Floor In Cobble Hill", + 145 + ], + [ + "Huge Room with a View on Manhattan!", + 115 + ], + [ + "Idyllic Studio in Williamsburg", + 225 + ], + [ + "Brooklyn Apt Near Park, Franklin Av", + 45 + ], + [ + "Cozy Brooklyn Private Home", + 35 + ], + [ + "George Washington Bridge Delight- Entire Apt!", + 150 + ], + [ + "Cosy and Convenient Carroll Garden", + 147 + ], + [ + "Private Space with Outdoor Patio", + 182 + ], + [ + "Apartment is in Washington heights", + 110 + ], + [ + "Large Lower East Side 1 BDR", + 85 + ], + [ + "Gramercy Apartment", + 175 + ], + [ + "Contemporary Clinton Hill 1BR Condo", + 250 + ], + [ + "1BR in a 3BR Apt by Columbia", + 50 + ], + [ + "Come Be A Part of NYC", + 70 + ], + [ + "Huge Bed-Stuy Townhouse", + 47 + ], + [ + "Huge Private Bedroom in Harlem Apt", + 75 + ], + [ + "COMFORT 25 MINS FROM NEW YORK", + 79 + ], + [ + "Beautiful 1 Bedroom Apartment", + 115 + ], + [ + "Bright Private room NYC Near train", + 35 + ], + [ + "Charming 2 Bedroom Apt in Midtown", + 300 + ], + [ + "Room with its private bathroom and garden access", + 86 + ], + [ + "Beautiful Upper East Side", + 189 + ], + [ + "Sunny Bed-Stuy Cove", + 70 + ], + [ + "clinton Hill - bedsty", + 32 + ], + [ + "GR8 CARROLL GARDENS/ENTIRE STUDIO/!", + 150 + ], + [ + "Flex 2br+sofa bed+kitchen", + 159 + ], + [ + "Spacious Pre-War in Crown Heights", + 50 + ], + [ + "Furnished NYC 1BR apt near Rockefeller Center!!!", + 135 + ], + [ + "Haha", + 170 + ], + [ + "Beautiful Studio near Times Square", + 140 + ], + [ + "Perfect UWS Apartment", + 175 + ], + [ + "Spacious Room in Lovely Sunnyside Apartment", + 55 + ], + [ + "Amazing room in Williamsburg House", + 72 + ], + [ + "sunny and spacious respite", + 198 + ], + [ + "Perfect 2BR for a family!", + 180 + ], + [ + "Modern 2 bed in Park Slope", + 200 + ], + [ + "Big Master bedroom with attached Private Bathroom", + 220 + ], + [ + "Ocean view studio with balcony", + 125 + ], + [ + "Spacious two bedroom in NYC", + 300 + ], + [ + "Prolonged Traveler's Dream (a month first & more)", + 37 + ], + [ + "Sunny Air Conditioned Bedroom", + 60 + ], + [ + "Prospect Park Room", + 49 + ], + [ + "Spacious furnished room", + 55 + ], + [ + "Charming Park Slope 1BR! Near F, G, R", + 145 + ], + [ + "Cozy, parkside room in Inwood", + 48 + ], + [ + "HUGE Private Loft Bedroom! (June)", + 75 + ], + [ + "Garden Apt, Brooklyn - 2 nights min", + 200 + ], + [ + "Harlem's Finest Beautiful Garden Apt w/Backyard!", + 153 + ], + [ + "Cozy Private Room in Williamsburg", + 69 + ], + [ + "Private Room in East Williamsburg", + 45 + ], + [ + "1br/1office big apartment w garden", + 104 + ], + [ + "127 soundspace and meeting place", + 150 + ], + [ + "Stylish 2BR! 5 min to Central Park!", + 195 + ], + [ + "Central Harlem Loft Bdrm + Garden", + 90 + ], + [ + "Neat room with private bath $60", + 60 + ], + [ + "Great 4 Fl walk up studio apt w/den", + 145 + ], + [ + "Large 1BR apt only 20 minutes to Manhattan.", + 120 + ], + [ + "1BR w/roof: Williamsburg, Brooklyn", + 111 + ], + [ + "Park Slope gem, Best of Brooklyn", + 140 + ], + [ + "Sunny Peaceful Harlem Space", + 60 + ], + [ + "Shared male Room on Manhattan. Amazing view! II", + 35 + ], + [ + "Dream bedroom with private bathroom.", + 93 + ], + [ + "$30 per night private room Bushwick", + 30 + ], + [ + "Awesome room! 10 min to the city!!", + 60 + ], + [ + "Charming garden apt in a brownstone", + 99 + ], + [ + "Spacious Chelsea Penthouse w/roof!", + 210 + ], + [ + "2 Bed apart in the heart of Chelsea", + 175 + ], + [ + "LG, quiet room nr Cloisters, A, 1", + 22 + ], + [ + "Modern Chelsea Studio", + 200 + ], + [ + "COZY STUDIO in Sunnyside/Queens, NY", + 120 + ], + [ + "West 57th Hilton Breakfast/Wine 30 sec from Parade", + 319 + ], + [ + "One room in a 4 Bedroom apt.", + 45 + ], + [ + "Studio Apartment, Brooklyn", + 99 + ], + [ + "Artsy townhouse in Sugar Hill (Manhattan)", + 450 + ], + [ + "Large comfy room in Victorian home", + 89 + ], + [ + "The Dream Room near Barclays Center", + 65 + ], + [ + "Spacious Modern Williamsburg Apt", + 185 + ], + [ + "Furnished quiet clean room", + 35 + ], + [ + "Brand new Manhattan Apartment sleeps 7!", + 238 + ], + [ + "Beautiful Room in Bushwick.", + 63 + ], + [ + "Lovely House in the Hill/ 2bedrm apt", + 150 + ], + [ + "Charming Studio in the West Village", + 180 + ], + [ + "Private Room close to subway (3/3)", + 75 + ], + [ + "Creative Woodside Studio", + 500 + ], + [ + "NYC Queen size Bedroom w/private bathroom.", + 59 + ], + [ + "Private bedroom and bathroom", + 90 + ], + [ + "Large, Spacious, Bright Apartment", + 150 + ], + [ + "Basement Beach Apartment, Rockaways", + 70 + ], + [ + "Family House 7 Minutes To Manhattan", + 289 + ], + [ + "I Love NY Studio Deluxe", + 245 + ], + [ + "Bushwick Sunny Private Room", + 53 + ], + [ + "Quiet apartment in Chelsea", + 225 + ], + [ + "Spacious and Charming UES Bedroom in Best Location", + 149 + ], + [ + "Bright apartment in Lower Manhattan", + 160 + ], + [ + "1 bedroom in Bed-Stuy", + 70 + ], + [ + "2br Near Brooklyn Bridge", + 165 + ], + [ + "AUG 16-31 - LARGE FURNISHED 1 BDRM", + 70 + ], + [ + "Sunny studio in Williamsburg", + 150 + ], + [ + "Newly Renovated Private Room", + 65 + ], + [ + "Fabulous Apartment in NYC", + 175 + ], + [ + "Cozy 2 Bedrooms Bedstuy,Brooklyn", + 175 + ], + [ + "Great cozy room 5 minutes to city", + 90 + ], + [ + "Basement Room with Private Bathroom", + 40 + ], + [ + "Spacious Studio UES", + 170 + ], + [ + "Huge bedroom in Brooklyn duplex!", + 70 + ], + [ + "Home 4 Medical Professionals-Wyckoff Heights MC 1", + 50 + ], + [ + "**Caribbean Blush-8 mins to JFK**", + 52 + ], + [ + "Home 4 Medical Professionals-Wykof3", + 47 + ], + [ + "Home 4 Medical Professionals-Wykof4", + 47 + ], + [ + "Home 4 Medical Professionals- The \"Camphor\"", + 47 + ], + [ + "Charming exposed brick apartment", + 175 + ], + [ + "Home 4 Medical Professionals-Wykof8", + 47 + ], + [ + "Home 4 Medical Professionals - The \"Noxious\"", + 47 + ], + [ + "Home 4 Medical Professionals - The \"Acidotic\"", + 47 + ], + [ + "Spacious, Light Filled - 2 BR in BK", + 200 + ], + [ + "哥伦比亚大学附近公寓内客厅一间,30美元一天", + 30 + ], + [ + "Huge Room with Private Backyard - 25% OFF", + 80 + ], + [ + "Quiet, Charming Studio in UES", + 142 + ], + [ + "Clean,Huge Furnished Room in Safe Neighborhood", + 69 + ], + [ + "Dominique's mini room NYC-sleep, shower & go*wifi", + 62 + ], + [ + "**Dominique's NYC couch bed **sleep*shower & go**", + 45 + ], + [ + "Spacious apt right off the highline", + 300 + ], + [ + "Private bedroom in Lower East Side", + 75 + ], + [ + "Cozy and Homey Brooklyn Apartment", + 80 + ], + [ + "UWS - Columbia and @CentralParkNYC", + 200 + ], + [ + "Large & very comfortable 2br/2bath by Ditmas Park", + 90 + ], + [ + "Fabulous 2 bedroom apartment in Harlem", + 173 + ], + [ + "Great space with artist's studio and garden", + 100 + ], + [ + "Big 1.5 bedroom on a great block-Private apt", + 160 + ], + [ + "Sunlit oasis in WILLIAMSBURG BK", + 116 + ], + [ + "Cute room right by Prospect Park", + 35 + ], + [ + "Great, sunny 1 bedroom apartment in prime location", + 160 + ], + [ + "Spacious apt in the heart of EV", + 150 + ], + [ + "COZY ZEN 1 bedroom, top of CENTRAL PARK! safe :)", + 104 + ], + [ + "Private 2 Bedroom Apartment in the East Village", + 200 + ], + [ + "Sunny Apt in Prime Location", + 80 + ], + [ + "Large, Sunny, 1 Bedroom Rental", + 150 + ], + [ + "Large 2 Bdrm in prime UWS location", + 374 + ], + [ + "Spacious Private Bedroom", + 46 + ], + [ + "Williamsburg Studio Apartment", + 94 + ], + [ + "Simple and Central Near Times Sq", + 92 + ], + [ + "Beautiful Zen 3BR Apartment", + 155 + ], + [ + "UWS Private Bedroom with patio", + 70 + ], + [ + "Ideal Downtown Brooklyn 1 Bedroom", + 75 + ], + [ + "Garden apt with private backyard", + 150 + ], + [ + "U.E.S 1 Bedroom Spacious Apartment", + 130 + ], + [ + "Room w Private Bath in Brooklyn", + 75 + ], + [ + "Private Room in Shared Apartment", + 70 + ], + [ + "Brooklyn Brownstone Beautiful", + 145 + ], + [ + "1 bedroom garden apartment", + 65 + ], + [ + "Charming Park Slope 2 bed w/Garden", + 195 + ], + [ + "Manhattan Club (1 bedroom/Sleeps 4)", + 420 + ], + [ + "Dreamlike Soho loft and rooftop", + 500 + ], + [ + "1 Room in 3 bedroom Apt - 70s & 3rd", + 100 + ], + [ + "Brooklyn Studio near ALL subways", + 85 + ], + [ + "1BR GARDEN APT 25 MIN TO MANHATTAN", + 100 + ], + [ + "Quaint Sunny apartment in Bed-stuy", + 70 + ], + [ + "East Village 1 Bedroom", + 150 + ], + [ + "Large 2 Bedroom apt near Union Sq", + 425 + ], + [ + "Spacious Chelsea Apartment w/Roof!", + 490 + ], + [ + "Beautiful Sunny Room Near A/D & 2/3", + 70 + ], + [ + "Sunny apartment in Greenpoint", + 135 + ], + [ + "Nice Private Room Near Columbia U.", + 80 + ], + [ + "Quiet Home Away from Home", + 90 + ], + [ + "Elegant Oasis - Private Roof Terrace", + 800 + ], + [ + "Cozy 1 bdrm in a 2 Bdr apt. Great location.", + 70 + ], + [ + "Hell's Kitchen, the ❤️ of the city!", + 100 + ], + [ + "Small Room on the Upper West Side", + 75 + ], + [ + "Sapphire Suite", + 88 + ], + [ + "Private room in trendy LES", + 100 + ], + [ + "Private Room in Cozy NYC Apartment", + 50 + ], + [ + "Private Entrance/ Private Bathroom", + 63 + ], + [ + "Large Room Close to NYC", + 50 + ], + [ + "Private room in Financial District!", + 90 + ], + [ + "Sunny 1 Bedroom in Brooklyn", + 85 + ], + [ + "Beautiful, Airy, Minimal Apartment", + 69 + ], + [ + "✦Artsy Loft Master Suite✦Private Bath/High Ceiling", + 90 + ], + [ + "Spacious, 2 Bedroom Bed Stuy home", + 75 + ], + [ + "West Village one bedroom", + 150 + ], + [ + "Bright room in quiet Brooklyn home", + 38 + ], + [ + "True Brooklyn Loft", + 70 + ], + [ + "Pre-War Apartment By Riverside Park", + 180 + ], + [ + "Huge Bedroom w/ Private Bathroom", + 65 + ], + [ + "Bright bedroom with private bathroom", + 75 + ], + [ + "Bright, Cozy room in Brooklyn", + 60 + ], + [ + "Excellent Location Gramercy Studio", + 221 + ], + [ + "Stunning 2bed/2bath W'burg luxury apt w/ VIEWS!", + 500 + ], + [ + "Charming Central Park Abode", + 150 + ], + [ + "prime midtown~charming Huge Loft~hi", + 250 + ], + [ + "Manhattan Penthouse 1 Bdrm Apt", + 239 + ], + [ + "Large Lofted Brooklyn Studio", + 105 + ], + [ + "Williamsburg Crow's Nest", + 50 + ], + [ + "Modern Private Room in Meatpacking", + 75 + ], + [ + "Huge room in Sunset Park with AC", + 55 + ], + [ + "Charming & Colorful 1BR in Brooklyn", + 108 + ], + [ + "Bedroom in Soho/Nolita Two-bedroom", + 59 + ], + [ + "Luxury Highrise Condominium", + 149 + ], + [ + "Bright Airy 1 Bed in Williamsburg", + 150 + ], + [ + "Spacious, Quiet One Bedroom Apt", + 119 + ], + [ + "Big, cozy & chic! 1BR Apt in Harlem", + 100 + ], + [ + "Private Cozy Bedroom w Divider Wall", + 79 + ], + [ + "Private room in artsy Brooklyn home", + 85 + ], + [ + "Great Crown Heights Room (w/ roof!)", + 45 + ], + [ + "Quiet charming Duplex", + 295 + ], + [ + "2000 sq/ft AMAZING apt East Village", + 400 + ], + [ + "- A - Cozy Secure Private Room in a Shared Loft", + 60 + ], + [ + "CHAMBRE BROOKLYN", + 90 + ], + [ + "Carroll Gardens, 25 ft from F/G", + 60 + ], + [ + "2Br~Union square~Newly furnished", + 200 + ], + [ + "Charming Apt in Historic Harlem", + 80 + ], + [ + "- H - Cozy Secure Private Room in a Shared Loft", + 60 + ], + [ + "private bedroom in greenpoint pad", + 50 + ], + [ + "Private floor with private half-bath, living area", + 69 + ], + [ + "Easy Access, Cute Space", + 123 + ], + [ + "Cozy Brooklyn Bedroom Available", + 36 + ], + [ + "Midtown great location private Apt", + 135 + ], + [ + "Luxury 1BR Overlooking Manhattan Skyline", + 400 + ], + [ + "Large Bedroom in Kips Bay/Gramercy", + 87 + ], + [ + "The Artist's Experience", + 99 + ], + [ + "Cozy artsy space in Brooklyn", + 55 + ], + [ + "Creative NoLita Apartment", + 225 + ], + [ + "- I - Cozy Secure Private Room in a Shared Loft", + 60 + ], + [ + "Your own West Village flat!", + 250 + ], + [ + "Spacious apt - GREAT location", + 299 + ], + [ + "Brooklyn Room Available (furnished)", + 40 + ], + [ + "Spacious Studio in Chelsea", + 120 + ], + [ + "Private bedroom in the heart of NYC", + 89 + ], + [ + "Upper West Side 2 bedroom/1 bath", + 195 + ], + [ + "Spacious pre-war apartment", + 150 + ], + [ + "1 XLrg BR w backyard - Heart of city next to PENN", + 140 + ], + [ + "Bright and Convenient 2 Br", + 240 + ], + [ + "Big Sunny Room in BedStuy, Brooklyn", + 36 + ], + [ + "Best location in manhattan", + 67 + ], + [ + "UWS Apartment and Garden Terrace", + 140 + ], + [ + "Cozy room in Bushwick!", + 50 + ], + [ + "Entire floor of house Very Private 2BR suite,SUNNY", + 90 + ], + [ + "- C - Cozy Secure Private Room in a Shared Loft", + 60 + ], + [ + "Mins to Manhattan and Williamsburg!", + 138 + ], + [ + "Spacious Upper West Side Studio", + 96 + ], + [ + "Artist/Musician Apartment, Bushwick", + 109 + ], + [ + "Putnam Garden -2BDR Garden Apt", + 135 + ], + [ + "Your Perfect Home Away From Home", + 58 + ], + [ + "Private room, home away from home", + 65 + ], + [ + "Stylish Uptown 2Bd Family Apt", + 225 + ], + [ + "lovely apartment at central park", + 130 + ], + [ + "- G - Cozy Secure Private Room in a Shared Loft", + 60 + ], + [ + "Private Room - Condo @ FiDi", + 80 + ], + [ + "Luxury Williamsburg Apt with Views", + 210 + ], + [ + "Luxury Townhouse in Brownstone Brooklyn", + 275 + ], + [ + "NoMad One Bedroom on Park Ave", + 175 + ], + [ + "Charming Chelsea Home", + 175 + ], + [ + "Big Spacious Room - North Manhattan", + 43 + ], + [ + "Artsy Duplex in Chelsea w/ Terrace", + 250 + ], + [ + "Bedroom in Williamsburg's Heart", + 79 + ], + [ + "Union Square/Gramercy Apartment", + 300 + ], + [ + "- E - Cozy Secure Private Room in a Shared Loft", + 60 + ], + [ + "The City Farmhouse APT B **MONTHLY RENTALS**", + 100 + ], + [ + "Large sunny room close to N&D train LGBTQ friendly", + 79 + ], + [ + "BIG SUNNY 2 1/2 BR, 1 STOP FR. NYC", + 285 + ], + [ + "Prime Wburg renovated 2 bedroom", + 220 + ], + [ + "MyPlace2Beach", + 200 + ], + [ + "Cozy and modern studio by the park", + 100 + ], + [ + "Cosy studio in East Village", + 150 + ], + [ + "Midtown West Studio", + 175 + ], + [ + "Bright Comfy Studio!", + 180 + ], + [ + "Upper West Side charming brownstone", + 150 + ], + [ + "COZY ROOM CLOSE TO TOUR SITES", + 58 + ], + [ + "MANHATTAN LIVING!", + 140 + ], + [ + "Bright Room in Williamsburg", + 80 + ], + [ + "Studio/Brick Wall/Fireplace/Patio", + 100 + ], + [ + "Charming, quiet West Village studio", + 200 + ], + [ + "Sunlit Big 1BR in Williamsburg", + 175 + ], + [ + "Clean Cozy & Comfy Apartment!", + 250 + ], + [ + "Delightful Refuge in Bedstuy", + 74 + ], + [ + "- F - Cozy Secure Private Room in a Shared Loft", + 60 + ], + [ + "Cozy bedroom with full-size bed", + 60 + ], + [ + "Cozy Room in the Heart of Astoria", + 60 + ], + [ + "UES Pincushion Living", + 150 + ], + [ + "Large room, rooftop, queen bed", + 70 + ], + [ + "Room in NYC Financial district apt", + 98 + ], + [ + "Loft Bedroom in Clinton Hill, Brooklyn", + 108 + ], + [ + "Huge Room in Lower East Side Loft", + 80 + ], + [ + "Private Studio in Queens", + 60 + ], + [ + "2BR Warehouse Style Apt in Williamsburg w/rooftop", + 220 + ], + [ + "Beautiful Studio // East Village", + 140 + ], + [ + "New Yorker-Featured, Light-Filled 3 Bedroom Loft", + 1200 + ], + [ + "Prospect Heights Apartment", + 120 + ], + [ + "LUX 1-Bedroom NYC Apartment Near Times Square!", + 369 + ], + [ + "Quiet Room in Harlem Apartment", + 42 + ], + [ + "Charming 1 Bedroom Garden Apt!", + 120 + ], + [ + "The perfect nightlife spot", + 69 + ], + [ + "Bedroom in Clinton Hill, Brooklyn", + 85 + ], + [ + "Large, Bright NYC Room Near Trains", + 75 + ], + [ + "Lovely, Room/with Private bathroom", + 1100 + ], + [ + "Sunny Private Room by Prospect Park", + 60 + ], + [ + "Room in Stylish Hells Kitchen Apt.", + 160 + ], + [ + "Exposed brick Room- Columbus Circle", + 120 + ], + [ + "Amazing LES apt - cool, bright...", + 95 + ], + [ + "Comfort & Ease in East Village 1BR", + 180 + ], + [ + "Spacious 1 Bd in Heart of WillyB", + 170 + ], + [ + "Huge Brooklyn Flat by Jefferson L", + 39 + ], + [ + "Cozy & Clean #6", + 75 + ], + [ + "Beautiful and spacious 3BR UES", + 100 + ], + [ + "Comfy & Charming 2 Bedroom Home", + 160 + ], + [ + "East Village - private room - chill", + 96 + ], + [ + "Sunny room in a contemporary modern apartment", + 50 + ], + [ + "SoHo- Spacious 1 Bed/Bath- Private Apartment", + 145 + ], + [ + "Luxury studio in Brooklyn", + 225 + ], + [ + "Studio in heart of LES (Manhattan)", + 100 + ], + [ + "Spacious Sunny Brownstone Room - Great Location!", + 95 + ], + [ + "Crown Heights Gem w/ pvt. balcony", + 115 + ], + [ + "Studio in Full Service Chelsea Bldg", + 215 + ], + [ + "Beautiful Loft w/ Waterfront View!", + 105 + ], + [ + "Bedroom near Columbia", + 75 + ], + [ + "Beautiful Converted School House", + 150 + ], + [ + "Private room with patio", + 35 + ], + [ + "Bushwick 1 bedroom w/ private roof", + 80 + ], + [ + "Artist's brownstone apartment in Brooklyn", + 120 + ], + [ + "Astoria Nice Neighborhood", + 89 + ], + [ + "BK sunny 1 BR close to trains", + 130 + ], + [ + "Huge Lower East Side 1 bedroom", + 122 + ], + [ + "Room in a Beautiful East Village Apt!", + 71 + ], + [ + "Spacious, sunny bedroom next to Prospect Park!", + 50 + ], + [ + "Serene Brownstone Living Close To It All!", + 72 + ], + [ + "Riomaggiore Room. Queen Bedroom in Bklyn Townhouse", + 99 + ], + [ + "Carroll Gardens Brownstone", + 110 + ], + [ + "Upper East Side Studio", + 118 + ], + [ + "Apt. with yard near Central Park", + 75 + ], + [ + "Roof garden & River Sunsets Zen", + 225 + ], + [ + "Large Chill and Vibes 1 Bedroom", + 80 + ], + [ + "City Island Sanctuary BR & Pvt Bath à la française", + 107 + ], + [ + "Williamsburg Bedford Ave L Train", + 500 + ], + [ + "Brand new 2BR heart of Fort Greene", + 200 + ], + [ + "Cozy Room with private balcony close to La Guardia", + 42 + ], + [ + "Designer's Large 1BR in Chelsea", + 350 + ], + [ + "Gorgeous Pre War Sanctuary - 1 block from Union Sq", + 160 + ], + [ + "Huge Modern Luxury Brooklynite (2k+sqrft)", + 164 + ], + [ + "L Train · 11' Windows · Rooftop", + 89 + ], + [ + "Lovely Brooklyn Brownstone w Yard", + 150 + ], + [ + "East Village Private Room & Bath", + 100 + ], + [ + "Entire Apartment in South Slope", + 120 + ], + [ + "Gorgeous, clean, room for rent.", + 73 + ], + [ + "Elegant Accommodation On A Budget!", + 73 + ], + [ + "Studio Apartment in New York, NY", + 200 + ], + [ + "Brooklyn Beauty w/private garden!", + 140 + ], + [ + "Authentic Brooklyn - Near Prospect Park", + 125 + ], + [ + "Luxury Waterfront Building 1Bd/1Bth", + 109 + ], + [ + "SPACIOUS APT CLOSE TO MANHATTAN!!", + 140 + ], + [ + "Modern Room Near Express Train to Manhattan", + 48 + ], + [ + "Spacious 2 BR for Weekend Rental", + 135 + ], + [ + "NYC High End 2BR Midtown West Apt", + 335 + ], + [ + "SOHO NYC SEPT ROOM AVAILABLE!!", + 50 + ], + [ + "BEAUTIFUL 1 BDR APT W/ PRIVATE ROOF", + 400 + ], + [ + "Perfect midtown west studio", + 165 + ], + [ + "Bright large bedroom in Bushwick", + 70 + ], + [ + "Big Private Room in Ridgewood", + 52 + ], + [ + "West Village/Meatpacking Loft!", + 385 + ], + [ + "Large room & private bathroom", + 45 + ], + [ + "4 bedroom 3 bath duplex w roof deck & washer/dryer", + 275 + ], + [ + "Charming Chelsea Flat", + 135 + ], + [ + "ASTORIA APARTMENT AVAILABLE", + 75 + ], + [ + "Adorable Upper East Side Apartment", + 110 + ], + [ + "Magical 3-bed/3-bath fabulous views", + 350 + ], + [ + "Large room in Bushwick!", + 100 + ], + [ + "Lovely, kitschy 1BR + Foldout Couch", + 100 + ], + [ + "Spacious apt. near Prospect Park", + 135 + ], + [ + "Sunny Apt. on the UES in NYC", + 115 + ], + [ + "Sunny Williamsburg apartment", + 150 + ], + [ + "The Blue Room", + 60 + ], + [ + "Spacious cozy apartment", + 99 + ], + [ + "Harlem Row House 2 BDRM Apt-City Col/Columbia Univ", + 180 + ], + [ + "1 Bed Apt in ClintonHill Brownstone", + 95 + ], + [ + "New Guest Room at Brooklyn&Breakfast", + 60 + ], + [ + "Comfortable 1B in hot-spot Queens", + 100 + ], + [ + "1 Bedroom Apt in Midtown Manhattan", + 250 + ], + [ + "Couch for the Night", + 200 + ], + [ + "Brooklyn townhouse-2 floors..", + 150 + ], + [ + "Spacious One Bedroom in PreWar Building, Ft Greene", + 145 + ], + [ + "Great Loft Steps From All Williamsburg Hotels", + 250 + ], + [ + "Your Spacious Home Away From Home!", + 150 + ], + [ + "Chic, Modern 2 Bedroom in Bright, Airy High Rise", + 400 + ], + [ + "Cozy Apartment in BKLYN near Prospect Park!", + 83 + ], + [ + "Spacious Studio Apt in Williamsburg", + 150 + ], + [ + "Floor 35th in the heart of New York", + 1195 + ], + [ + "Large Private Bedroom in Williamsburg", + 68 + ], + [ + "Huge room in a cool neighbourhood", + 50 + ], + [ + "Comfy Room in Trendy Brooklyn!", + 70 + ], + [ + "Private room with your own backyard", + 65 + ], + [ + "Cozy, simple, uncluttered.", + 45 + ], + [ + "Heart of Greenwich Village!", + 75 + ], + [ + "Cute, Peaceful - East Williamsburg", + 115 + ], + [ + "A King Size Bed in private room in NYC!", + 65 + ], + [ + "Loft with garden - Williamsburg", + 170 + ], + [ + "30 Mins to Times Square -Javits Ctr! Awesome food!", + 450 + ], + [ + "Spectacular Manhattan Skyline View", + 100 + ], + [ + "Amazing Riverside Park Studio", + 65 + ], + [ + "Beautiful 3bdrm Apt w/ 2 Entrances!", + 280 + ], + [ + "Cozy 1 bdrm with balcony", + 65 + ], + [ + "1 bedroom APT with private garden", + 150 + ], + [ + "luxury 1 bedroom apartment midtown Manhattan", + 250 + ], + [ + "New 3BR~Prime Midtown~Design Loft", + 250 + ], + [ + "Luxury suite.(private)", + 65 + ], + [ + "BEST DEAL – 1BR APT – 15 MIN from MANHATTAN!", + 130 + ], + [ + "Rare Find: Stylish West Village Townhouse", + 375 + ], + [ + "My cozy artistic Apartment", + 48 + ], + [ + "Sunny 1-bedroom in south Brooklyn", + 80 + ], + [ + "Upscale Apt blocks to Columbia Med./Presb. Hosp.", + 110 + ], + [ + "Sunny, Clean, Safe, Zen!", + 72 + ], + [ + "Bedroom by the River", + 49 + ], + [ + "2 BR/2BA Near Lincoln Center/Central Park/Trains", + 250 + ], + [ + "Master Suite w/ Private Bath in Financial District", + 120 + ], + [ + "Bedford-Stuyvesant 3 bedroom 2 bathroom duplex", + 240 + ], + [ + "Huge Studio! Prime Harlem! Clean!", + 77 + ], + [ + "Cute East Village Room for 1", + 65 + ], + [ + "ICONIC STUDIO MIDTOWN 5TH AVENUE!", + 185 + ], + [ + "Prime location Chelsea/Flatiron RM", + 100 + ], + [ + "BEST QUICK STAY CROWN HEIGHTS BKLYN", + 50 + ], + [ + "Cozy Victorian Hideaway in Bushwick", + 50 + ], + [ + "Cozy, peaceful, sunny, pristine- Prime Astoria", + 90 + ], + [ + "1 bedroom/1 Bath/Balcony/Wash-Dryer", + 87 + ], + [ + "Room in Brownstone Apartment", + 30 + ], + [ + "Cozy private room up in the Heights", + 65 + ], + [ + "Modern Manhattan Oasis", + 109 + ], + [ + "Lovely 1BR West Village Apartment", + 150 + ], + [ + "Manhattan Studio with Huge Garden!", + 152 + ], + [ + "Spacious 2BD near Prospect Park!", + 150 + ], + [ + "Mid-Century Modern Oasis in the LES", + 300 + ], + [ + "Clean, Comfy Bright Small Bedroom", + 55 + ], + [ + "MASSIVE UNION SQ LOFT - Labor Day", + 500 + ], + [ + "Private rm in Prime Boerum Hill 2BR", + 70 + ], + [ + "Big Private, Sunny, and Quiet Room", + 60 + ], + [ + "Charming Studio in Prospect Heights", + 150 + ], + [ + "Studio Apartment with King Bed", + 119 + ], + [ + "Spacious 1 Bedroom Apartment", + 74 + ], + [ + "Sunny & Spacious Apartment in LES", + 250 + ], + [ + "Cozy & Comfortable Bedroom", + 250 + ], + [ + "Beautiful Brownstone near the Park", + 130 + ], + [ + "Renting very clean bedroom", + 200 + ], + [ + "Spacious Manhattan studio w patio!", + 163 + ], + [ + "Beautiful One Bedroom Apartment", + 125 + ], + [ + "Spacious Williamsburg apartment", + 149 + ], + [ + "Williamsburg/Billburg/The Burg", + 135 + ], + [ + "NYC Chelsea Luxury 1BR Apt", + 129 + ], + [ + "A Gem Studio Apartment \nAstoria,NYC", + 87 + ], + [ + "Clean, Modern, Minimal Bedroom", + 55 + ], + [ + "Traveler's Bunk Beds in Brooklyn", + 54 + ], + [ + "Great Studio- East Village, NYC", + 110 + ], + [ + "Modern 1BR Apt in Williamsburg", + 250 + ], + [ + "Bright, spacious, midtown studio", + 150 + ], + [ + "Modern apt with exposed brick", + 150 + ], + [ + "Bare Bones Backyard Bungalow", + 40 + ], + [ + "Modern Condo in Heart of Harlem", + 295 + ], + [ + "1BR in Prime spot Cozy Stylish Williamsburg Apt", + 130 + ], + [ + "Private Sunlight Room in Brownstone Near Subway", + 79 + ], + [ + "Private Spring Room in Brownstone Near Subway", + 69 + ], + [ + "Private Autumn Room in Brownstone Near Subway", + 79 + ], + [ + "SPACIOUS APT, A/C, WIFI, SUBWAY!", + 147 + ], + [ + "Private Garden View in Brownstone Near Subway", + 79 + ], + [ + "Classic Elegance in Brownstone Near Subway", + 69 + ], + [ + "Private Bedroom and Bath in Spacious Duplex", + 70 + ], + [ + "Large Bedroom & Private Bath – 15 min fr Manhattan", + 119 + ], + [ + "Private Bedroom in Quiet Brooklyn Neighborhood", + 49 + ], + [ + "True Bed-Stuy, Brooklyn, New York", + 132 + ], + [ + "Spacious 2 br in Williamsburg, BK", + 155 + ], + [ + "Light-filled Brooklyn duplex loft", + 150 + ], + [ + "Bright & quiet West Village studio", + 179 + ], + [ + "Large Room Next to Central Park", + 60 + ], + [ + "Share A Rustic Forte Greene studio w/ adorable cat", + 104 + ], + [ + "Private room with queen size bed.", + 40 + ], + [ + "Rm @Top Floor of a Luxury Building!", + 90 + ], + [ + "Cozy One Bedroom-Lower East Side", + 80 + ], + [ + "Big Bedroom with Private Bathroom", + 89 + ], + [ + "Clinton Hill Flat", + 999 + ], + [ + "Spacious Apt w/ Balcony in Bushwick", + 85 + ], + [ + "Brooklyn Jeff L Huge Room and yard!", + 75 + ], + [ + "Room avail in Bowery neighborhood", + 59 + ], + [ + "Lovely duplex in Williamsburg", + 45 + ], + [ + "Historic Townhouse Apartment", + 350 + ], + [ + "❤️ Beautiful Artistic 2 Level Brownstone ❤️LEGAL❤️", + 395 + ], + [ + "One floor kitchen and living room", + 200 + ], + [ + "The Manhattan Studio", + 180 + ], + [ + "Cozy room, great area, near train", + 46 + ], + [ + "Upscale Studio Apt in NYC'S Theatre District!", + 203 + ], + [ + "Lavish Studio with Great Amenities in FiDi", + 189 + ], + [ + "2 bedroom Home..2 metro/train stops to NY City", + 195 + ], + [ + "Private room in bright, clean home!", + 39 + ], + [ + "UES Studio Crash Pad", + 57 + ], + [ + "Private Bedroom In Refurbished Apt!", + 65 + ], + [ + "*COMFORTABLE bedroom for FEMALE*", + 35 + ], + [ + "Nicely furnished one bedroom apt", + 140 + ], + [ + "HUGE Master Suite + Private bath, up to 4 Guests!", + 65 + ], + [ + "Beautiful Upper East 1 Bedroom", + 118 + ], + [ + "[201] 5 min WALK to Times Square", + 250 + ], + [ + "Cozy bed in Midtown", + 55 + ], + [ + "Upper east side townhouse apt 2", + 155 + ], + [ + "Modern studio in Queens, NY", + 250 + ], + [ + "Giant Sunny Room at Brooklyn&Breakfast", + 85 + ], + [ + "Beautiful Apt on the UpperWest", + 168 + ], + [ + "Cozy Studio Apartment", + 110 + ], + [ + "Spacious & sunny 1 bdrm w views", + 125 + ], + [ + "Charming, Exposed Brick 1 Bedroom", + 125 + ], + [ + "Charming UWS Private Room", + 115 + ], + [ + "Charming duplex downtown manhattan", + 130 + ], + [ + "Here comes the sun!", + 64 + ], + [ + "Beautiful 1 bedroom in city center", + 140 + ], + [ + "BRIGHT HARLEM FLOOR THRU", + 165 + ], + [ + "Cosy clean modern apartment", + 160 + ], + [ + "Large Private Room in Williamsburg", + 70 + ], + [ + "home, sweet home :-) English, русский, עברית", + 100 + ], + [ + "Spacious 1 bedroom in East Village", + 225 + ], + [ + "Huge 1 BR entire apt", + 70 + ], + [ + "Room in heart of Williamsburg", + 60 + ], + [ + "Sunny Duplex in Heart of Bushwick", + 120 + ], + [ + "Cozy Private Bedroom in heart of Williamsburg", + 50 + ], + [ + "Private Room close to subway (1/3)", + 75 + ], + [ + "Private Room close to subway (2/3)", + 75 + ], + [ + "Location Dali ( rail road room ) only girls.", + 37 + ], + [ + "Luxury Highline living West Chelsea Hudson Yards", + 225 + ], + [ + "Comfy Quiet Modern E Village Studio", + 250 + ], + [ + "Bed-Stuy Brooklyn Garden Apartment", + 125 + ], + [ + "Charming Studio by Bryant Park", + 170 + ], + [ + "Private Room In Upper East Side", + 110 + ], + [ + "New / Priv Deck / Cntrl Park (UES)", + 299 + ], + [ + "Amazing Water View from Midtown Apt", + 100 + ], + [ + "Spacious Quiet Room", + 50 + ], + [ + "Quintessential West Village apartment", + 205 + ], + [ + "Cozy room harlem", + 45 + ], + [ + "Sunlit Oasis in WILLIAMSBURG BK (2 Bedrooms)", + 90 + ], + [ + "Lovely BR w/Access to Everything!", + 49 + ], + [ + "Clean and Spacious Room on the UWS", + 88 + ], + [ + "Modern one bed in Alphabet City", + 129 + ], + [ + "Studio with Million Dollar Views", + 165 + ], + [ + "Lovely 1br in Heart of Brooklyn", + 103 + ], + [ + "Victorian House near Brooklyn College", + 97 + ], + [ + "Best Private Room in Times Sq!", + 49 + ], + [ + "Time Square! 2 Fully Furnished apt!", + 245 + ], + [ + "Private Room in Modern Apartment", + 52 + ], + [ + "Modern Beauty in Brooklyn!", + 280 + ], + [ + "Beautiful Riverside Park Apartment", + 120 + ], + [ + "Bel appartement meublé de 75m2", + 30 + ], + [ + "Perfect Luxury Space in NYC!", + 350 + ], + [ + "2 bedroom private apt - boerum hill", + 150 + ], + [ + "Sunny Room In Historic Central Harlem", + 62 + ], + [ + "Lovely East Village Apartment", + 195 + ], + [ + "Chelsea 2-Bedroom Doorman Apt NEW", + 129 + ], + [ + "Roomy Brooklyn Brownstone", + 175 + ], + [ + "Spacious, Beautiful, Private Room", + 80 + ], + [ + "Sunny 1 bedroom in Brooklyn!", + 90 + ], + [ + "Large room in Williamsburg", + 77 + ], + [ + "Light, Bright and Cozy!", + 120 + ], + [ + "Sunny Room in Williamsburg Brooklyn", + 90 + ], + [ + "Amazing 2BR in Bed-Stuy", + 180 + ], + [ + "Prospect Park Cozy Abode", + 100 + ], + [ + "Modern Studio in Cultural LES", + 159 + ], + [ + "CLEAN & COZY 2 bedroom apartment", + 200 + ], + [ + "Private BR in 3 BR Apt", + 89 + ], + [ + "Sunny 2 BR apartment in E Village", + 200 + ], + [ + "Large room in central SOHO", + 72 + ], + [ + "Cozy 3 Bedroom Apartment - LES", + 250 + ], + [ + "Battery Park Monthly rental, great location.", + 165 + ], + [ + "Private Balcony and views of WTC!", + 100 + ], + [ + "Artist's Room in Bushwick", + 90 + ], + [ + "Large Room, Full Bed, Trendy LES", + 90 + ], + [ + "Studio in Midtown East (1 q+couch)", + 120 + ], + [ + "Brownstone Apt near Central Park", + 185 + ], + [ + "Lower East Side Garden Apartment", + 100 + ], + [ + "Huge Studio -East Vill/Alphbet City", + 120 + ], + [ + "Luxury, Cozy 1BD, walk to CentrPark", + 159 + ], + [ + "Private Room 1 Stop From Manhattan", + 70 + ], + [ + "1BR in Spacious 3Bed/3ba w/backyard", + 80 + ], + [ + "Spacious Parisian style apartment", + 220 + ], + [ + "1 bedroom Prospect-Lefferts Gardens", + 89 + ], + [ + "Cherry Blossom Apartment", + 135 + ], + [ + "Central Park North 1 Bedroom Apt", + 150 + ], + [ + "Greenpoint Brooklyn Modern Charm", + 165 + ], + [ + "Steps away from Laguardia airport", + 46 + ], + [ + "179st Hub Room with balcony", + 50 + ], + [ + "Beautiful 2BR Apt in UES NYC", + 100 + ], + [ + "HK SWEET SPOT", + 200 + ], + [ + "Astoria Room Facing the Park", + 100 + ], + [ + "Your Convenient Sanctuary 1br apt.", + 81 + ], + [ + "Open Plan & Garden Brownstone Apt", + 150 + ], + [ + "Small cosy room in Lower East Side", + 60 + ], + [ + "Bright studio on Upper East Side!", + 180 + ], + [ + "LOFT2bdrm apt near metro20min to Manhattan/wall st", + 239 + ], + [ + "Bright Private Room with Big Closet", + 70 + ], + [ + "Cosy double bedroom in Brooklyn #1", + 45 + ], + [ + "Cozy Apartment Next To Central Park", + 200 + ], + [ + "Roosevelt Island-great location", + 45 + ], + [ + "Modern Brooklyn Apartment", + 45 + ], + [ + "Original Old Skool 2 Bedroom Brooklyn LOFT", + 400 + ], + [ + "Bright Home in Heart of Brooklyn", + 110 + ], + [ + "Spacious Room in Heart of Brooklyn", + 65 + ], + [ + "Quiet, Clean, Beautiful East Village Loft", + 250 + ], + [ + "Private Room in Luxury Building", + 120 + ], + [ + "1-Bedroom Upper East Side Apartment!", + 249 + ], + [ + "Bright&Beautiful BR in Williamsburg", + 80 + ], + [ + "AMAZING LOCATION Large Studio Centrally Located", + 124 + ], + [ + "Airy 1500 sq ft Exposed Brick Apt", + 175 + ], + [ + "Location au coeur de Brooklyn!", + 45 + ], + [ + "Cute Room in Williamsburg Apartment", + 60 + ], + [ + "Sunny & Spacious in Carroll Gardens", + 115 + ], + [ + "Huge apartment on tree-lined street", + 99 + ], + [ + "cozy apartment", + 75 + ], + [ + "Studio near Central Park.", + 140 + ], + [ + "Spacious room in shared apartment!", + 75 + ], + [ + "- J - Cozy Secure Private Room in a Shared Loft", + 60 + ], + [ + "Room in Woodside", + 132 + ], + [ + "Pleasant room on garden floor", + 120 + ], + [ + "Spacious Private Parlor Suite in Heart of Harlem", + 150 + ], + [ + "Spacious TriBeCa 3BR w/ Balcony", + 500 + ], + [ + "Top location Heart of Manhattan!", + 150 + ], + [ + "Cute room in huge artist loft!", + 49 + ], + [ + "Charming Fort Greene park studio!", + 110 + ], + [ + "Cozy room in renovated Harlem apt", + 65 + ], + [ + "Luxury Apartment in Williamsburg Br", + 190 + ], + [ + "Beautiful Upper West Side Studio", + 125 + ], + [ + "Gorgeous Penthouse next to Central Park", + 92 + ], + [ + "Entire House in East Williamsburg, Brooklyn!", + 100 + ], + [ + "Cool Chill Space In a 5BR 2.5 bath", + 36 + ], + [ + "2 bed duplex with private garden!", + 325 + ], + [ + "Comfy East Village Studio", + 120 + ], + [ + "Quiet Relaxed Room in Williamsburg", + 60 + ], + [ + "Beautiful & Cozy One Bedroom Apt", + 175 + ], + [ + "Modern private apartment in historic brownstone", + 200 + ], + [ + "Cute East Village 2 Bedroom Apt.", + 180 + ], + [ + "Apartment share with stunning sunset views", + 155 + ], + [ + "Comfy home in heart of Williamsburg", + 120 + ], + [ + "Comfy garden level room at Brooklyn&Breakfast", + 60 + ], + [ + "Chelsea Charm: shared apartment", + 95 + ], + [ + "Beautiful Room in Greenpoint Loft", + 80 + ], + [ + "Penthouse Dream in Brooklyn", + 230 + ], + [ + "Cosy double bedroom in Brooklyn #2", + 45 + ], + [ + "Cozy Room, In Quiet Neighborhood", + 40 + ], + [ + "Monty", + 95 + ], + [ + "Crown Heights Stunner", + 200 + ], + [ + "-CENTRAL PARK - 3 stops by subway(32'' TV room)", + 42 + ], + [ + "Bed-Stuy Gem with Private Entrance", + 70 + ], + [ + "The Notorious B.N.B. {Custom}", + 199 + ], + [ + "Beautiful Apartment in Manhattan NYC", + 65 + ], + [ + "Artist's Loft in Garment District", + 190 + ], + [ + "Lovely nest in Greenwich Village", + 200 + ], + [ + "Artsy Studio near The Brooklyn Museum", + 75 + ], + [ + "Bright and Cozy Room Williamsburg", + 98 + ], + [ + "Bushwick Brooklyn Morgantown Oasis", + 120 + ], + [ + "International Meeting Place_Room 4", + 130 + ], + [ + "Doorman Harlem Apt with Great Views", + 250 + ], + [ + "Bright 1BD in happening E Village", + 125 + ], + [ + "1-Bedroom Apartment in Heart of UWS", + 225 + ], + [ + "Cozy, light, private room", + 96 + ], + [ + "Bold and bodacious in the fall", + 55 + ], + [ + "1st Fl Comfortable Room in Manhatan", + 68 + ], + [ + "Sunny, spacious, bedroom for rent", + 45 + ], + [ + "Beautiful Astoria Apt 1BR, 2bath", + 140 + ], + [ + "Nice Studio in Hell's kitchen", + 160 + ], + [ + "Brand new Williamsburg apt!", + 77 + ], + [ + "Quiet room in Greenpoint, Brooklyn", + 90 + ], + [ + "Large & Cozy Manhattan LES 2BR Apt", + 208 + ], + [ + "Charming Studio + Private Balcony", + 215 + ], + [ + "I bedroom w/ private bathroom", + 100 + ], + [ + "Sunlit, Spacious & Near train", + 40 + ], + [ + "Private Room 12x12 close to manhattan", + 59 + ], + [ + "Waterfront, perfect NYC getaway!", + 325 + ], + [ + "Large Brooklyn Apt Artsy & Centric", + 98 + ], + [ + "West Village: the best part of town", + 109 + ], + [ + "Spacious Sunny Rm in Stylish Duplex", + 69 + ], + [ + "1 large bedroom 10mins to Manhattan", + 80 + ], + [ + "Charming Crown Heights Brownstone", + 80 + ], + [ + "Room #3 Near Manhattan NYC.", + 39 + ], + [ + "Zee's Brooklyn nest", + 70 + ], + [ + "Heart of W. Village 1-BR, Renovated", + 194 + ], + [ + "NYC Lofted Room in the Lower East Side", + 90 + ], + [ + "Private Bedroom Near Manhattan NYC", + 39 + ], + [ + "Cute Sunny Loft Space Williamsburg", + 85 + ], + [ + "large house with inground pool/spa", + 429 + ], + [ + "Classic Harlem --- Economy Room", + 42 + ], + [ + "Large Beautiful BedStuy Apartment", + 200 + ], + [ + "NOHO ART LOFT ON LAFAYETTE. BEST LOCATION IN NYC", + 700 + ], + [ + "Private room in middle of Bushwick", + 50 + ], + [ + "Great new 1 bdrm condo in Greenwood :)", + 100 + ], + [ + "Safe,Convenient,economical,Clean 2", + 150 + ], + [ + "Luis and Melanie's B and B", + 100 + ], + [ + "*Lovely Apt in Heart of Park Slope*", + 85 + ], + [ + "Spacious apartment in trendy neighborhood", + 240 + ], + [ + "Sanctuary Oasis, Midtown Manhattan", + 135 + ], + [ + "awesome private studio on ues !", + 135 + ], + [ + "Cozy Private Room Near Bronx Zoo", + 79 + ], + [ + "East Village apt w/ ESB views", + 150 + ], + [ + "2 bedroom in Stuyvesant Heights", + 139 + ], + [ + "Cozy, comfortable private room", + 38 + ], + [ + "Bright Bedroom in a Brooklyn Loft", + 100 + ], + [ + "Cozy and Comfortable", + 75 + ], + [ + "Ridgewood/Bushwick ~ Bungalow", + 170 + ], + [ + "Beautiful Private Room and Bath in Historic Harlem", + 70 + ], + [ + "Private Floor in SOHO Townhouse", + 199 + ], + [ + "Room #5 Near Manhattan NYC.", + 39 + ], + [ + "Dreamy Private Bedroom Near Manhattan NYC.", + 39 + ], + [ + "Sunny Clean Bedroom", + 75 + ], + [ + "Gorgeous sunny apt steps to park!", + 99 + ], + [ + "Cozy Room 4 stops from 5 avenue", + 100 + ], + [ + "Quiet Brownstone Parlor Studio", + 225 + ], + [ + "Prime Room with View in Brooklyn Heights", + 99 + ], + [ + "Three-Story Brick Brownstone, Perfect for Families", + 469 + ], + [ + "Bed-Stuy Apartment w/ Rooftop Patio", + 67 + ], + [ + "Upper Manhattan Luxury Town Home - Mins to Midtown", + 180 + ], + [ + "Central Park west. Big Cozy Room", + 100 + ], + [ + "Penthouse Studio in Historic Harlem", + 125 + ], + [ + "Stunning apartment with view only 5 min from metro", + 85 + ], + [ + "Duplex Upper East side", + 175 + ], + [ + "Affordable and Spacious room", + 65 + ], + [ + "Brooklyn Apt", + 52 + ], + [ + "Lovely Inwood Studio", + 85 + ], + [ + "LOVELY Clean&Safe 2 BR NYC Suburban", + 99 + ], + [ + "International Meeting Place_Room 3•", + 130 + ], + [ + "Cozy 1 BR Apt- Perfect Location NYC", + 189 + ], + [ + "Spacious, Townhouse Garden Apt", + 121 + ], + [ + "Williamsburg, Brooklyn space", + 150 + ], + [ + "Stylish Studio in Midtown East", + 170 + ], + [ + "Private Room Steps from Time Square", + 70 + ], + [ + "A cozy room on the Upper West Side.", + 80 + ], + [ + "Nice apt in New York", + 186 + ], + [ + "Large and Charming East Village Apt", + 174 + ], + [ + "Private BR in 3 BR Apartment", + 89 + ], + [ + "Prime Location & Tech Entrepreneurs", + 109 + ], + [ + "Huge apt w New York City Skyline view", + 100 + ], + [ + "Modern Williamsburg Apt w/ Balcony", + 80 + ], + [ + "Cozy skylight room in Victorian Town House", + 41 + ], + [ + "Overlooking NYC skyline in Greenpoint", + 120 + ], + [ + "Sunny Greenwich Village 1BR Apt!", + 230 + ], + [ + "Cozy with Great location !!", + 45 + ], + [ + "Charming East Village Apartment", + 600 + ], + [ + "GREAT LOCATION QUIET BKLYN STREET", + 125 + ], + [ + "Epic 1BR in Heart of East Village", + 149 + ], + [ + "Room in Private House(Queen Bed) by Montefiore-NYC", + 63 + ], + [ + "Studio in Bensonhurst - Near subway", + 60 + ], + [ + "Big Sunny Room in Manhattan!!! (B6)", + 57 + ], + [ + "Private top floor", + 160 + ], + [ + "Sunny 2BR Apartment in Williamsburg", + 164 + ], + [ + "Two bedroom apt near prospect park", + 250 + ], + [ + "Your Riverside Romance: Sunny and Bright Apartment", + 194 + ], + [ + "Beautiful studio in FIDI", + 140 + ], + [ + "Parkway Chic ( 2 Bedrooms)", + 205 + ], + [ + "International Meeting Place_Room 1*", + 129 + ], + [ + "Williamsburg Penthouse Apartment", + 250 + ], + [ + "1 Week NYC during the Holidays!", + 399 + ], + [ + "Spacious Greenwich Village 1 Bed", + 150 + ], + [ + "Couples' Nest.", + 75 + ], + [ + "shared space with Great location!!", + 45 + ], + [ + "Comfy room in East Williamsburg.", + 65 + ], + [ + "Convenient studio", + 250 + ], + [ + "Huge Loft Studio in Hip Greenpoint!", + 185 + ], + [ + "West Village 1 Bedroom w/ fireplace", + 400 + ], + [ + "Recently renovated private floor", + 125 + ], + [ + "Sun-soaked Oasis in Astoria.", + 175 + ], + [ + "Spacious park slope 2 bedroom", + 300 + ], + [ + "~Lavish 1 Bedroom Upper East Side NYC Apt!", + 249 + ], + [ + "Cozy Studio Apt Upper East Side Near Hospitals", + 199 + ], + [ + "Convenient full 1 bdrm + loft apt", + 180 + ], + [ + "Conveniently Located Brooklyn Apt", + 60 + ], + [ + "CLEAN & BRIGHT 1BR IN WILLIAMSBURG", + 55 + ], + [ + "Designers brownstone in Bed-Stuy", + 135 + ], + [ + "Caribbean Retreat in the heart of Brooklyn", + 90 + ], + [ + "Master Bedroom in East Village", + 130 + ], + [ + "Charming studio apartment", + 150 + ], + [ + "Big & Sunny Greenpoint Room", + 80 + ], + [ + "Exquisite Apartment in Hip Hamilton Heights", + 85 + ], + [ + "Prime Location in Theatre District", + 150 + ], + [ + "Spacious bedroom", + 62 + ], + [ + "Gorgeous Brooklyn Brownstone Flat, Great Location!", + 155 + ], + [ + "Private room in a 4 bedroom loft", + 40 + ], + [ + "Unbeatable NY room in East Village!", + 140 + ], + [ + "Comfy bed in a beautiful apartment!", + 50 + ], + [ + "W Hotel Style 2 BR w/ Private Patio", + 250 + ], + [ + "Spacious Clinton Hill Room", + 70 + ], + [ + "Vacation Rental in Prospect Heights", + 160 + ], + [ + "Top Floor 1 Bedroom Apt XpressTrain", + 78 + ], + [ + "Historic Little Italy / Chinatown Jewel", + 139 + ], + [ + "CHEAP & LOVELY ROOM IN MANHATTAN!!!", + 50 + ], + [ + "True One BR - Upper East Side", + 145 + ], + [ + "-MANHATTAN - Upper West BIG ROOM w/tv", + 55 + ], + [ + "Upper West Side Luxury Rental", + 215 + ], + [ + "Brand New Luxury Apt Lease Takeover", + 199 + ], + [ + "Cozy apartment with lots of light", + 120 + ], + [ + "Chelsea apartment with a backyard", + 160 + ], + [ + "Upper West Side, Close to Park", + 125 + ], + [ + "Cozy 1 bedroom uptown", + 99 + ], + [ + "New Apartment, Close to Ferry", + 80 + ], + [ + "Large Modern Studio Next To The Park", + 150 + ], + [ + "BUSHWICK ground floor beauty", + 110 + ], + [ + "Bright Brooklyn Penthouse +Roofdeck", + 360 + ], + [ + "Artist 1.5 bedroom WHOLE apartment!", + 239 + ], + [ + "Cozy Private Brooklyn Bed room", + 40 + ], + [ + "New York Upper West Near Columbia U", + 60 + ], + [ + "Find Serenity in this Harlem Studio", + 87 + ], + [ + "Perfect Solo Traveler Room in Williamsburg", + 44 + ], + [ + "Nice Bedroom in Harlem (Sugar Hill)", + 80 + ], + [ + "Cozy studio, with fantastic light", + 119 + ], + [ + "Lovely 1.5 bed in South Park Slope", + 69 + ], + [ + "Pleasant Enviornment", + 50 + ], + [ + "Modern • Sleek • Brooklyn", + 200 + ], + [ + "1 Bedroom/1 Bathroom in Riverdale (close to HIR)", + 65 + ], + [ + "Nice & clean studio for a couple", + 78 + ], + [ + "Cozy Studio in Heart of Ft Greene", + 150 + ], + [ + "Private Bed/Bath-Central Park Views", + 99 + ], + [ + "Cozy 1 bedroom apt Prime Location!!", + 150 + ], + [ + "Modern Lux Furnished 1 Bedroom Apt", + 140 + ], + [ + "Private 2BD Apartment in Manhattan", + 500 + ], + [ + "Modern & Comfortable 1 BR", + 75 + ], + [ + "Peaceful South Slope Living Quarters", + 123 + ], + [ + "INTER HOUSE entire apt minim 16 day", + 414 + ], + [ + "International Meeting Place_Room 2", + 125 + ], + [ + "Spacious Chelsea Loft!", + 299 + ], + [ + "Barbara's Home Stay", + 55 + ], + [ + "Cozy little room UWS", + 55 + ], + [ + "The Herkimer House Room #2", + 65 + ], + [ + "Luxurious 1BR in Herald Square", + 300 + ], + [ + "Huge Private Cool 1BR Harlem -Close 2 Central Park", + 150 + ], + [ + "Charming Hell's Kitchen nest -- bedroom 2", + 79 + ], + [ + "Studio in Manhattan", + 152 + ], + [ + "Tranquil Apt with Garden Access", + 124 + ], + [ + "One cozy bedroom in Bay Ridge NY", + 85 + ], + [ + "Cozy private room", + 100 + ], + [ + "2 bdrm apt in Bushwick off L,M", + 82 + ], + [ + "Yankee Stadium Lavished Bedroom", + 59 + ], + [ + "Penthouse Floor Room in Luxury Apt", + 75 + ], + [ + "Bushwick for Thanksgiving/Christmas", + 65 + ], + [ + "Private Room Available in 2BedApt", + 50 + ], + [ + "Bright Williamsburg Apartment", + 65 + ], + [ + "Massive, Cozy, Modern 1BR in Heart of Chelsea!", + 109 + ], + [ + "Quiet Bedroom in Cobble Hill", + 59 + ], + [ + "Great 1bdrm in lower UES near Park", + 300 + ], + [ + "Elegant Sanctuary close to all", + 135 + ], + [ + "Sunny, Open, East Harlem 1 bedroom", + 110 + ], + [ + "Big living room, w/ 3 big bedrooms", + 300 + ], + [ + "Private room in Washington Heights", + 80 + ], + [ + "Stylish 1 Bdr. Apt. on Upper East", + 185 + ], + [ + "AFFORDABLE & COZY IN SUNSET PARK", + 35 + ], + [ + "one bedroom apt 1000sqf", + 250 + ], + [ + "Room in 1-Br by Columbus Circle", + 90 + ], + [ + "LaGuardia Room with Private Entrance(2)!", + 50 + ], + [ + "Brooklyn bohemian haven", + 60 + ], + [ + "Private Rm in Cozy Williamsburg Apt", + 70 + ], + [ + "NICE AND BRIGHT ROOM UPPER WEST!", + 130 + ], + [ + "BEDROOM PRIVATE COMFY NEAR 6 TRAIN NO CURFEW", + 28 + ], + [ + "Peaceful BR in Historic Brownstone", + 35 + ], + [ + "Sunny Apt in Williamsburg Brooklyn", + 110 + ], + [ + "Crown Heights Great Single Bedroom", + 70 + ], + [ + "Spacious and sunny 1BR w terrasse", + 200 + ], + [ + "Eclectic bedroom in FiDi Brick Loft", + 90 + ], + [ + "Historic Ridgewood Brick Townhouse", + 139 + ], + [ + "Real New York Home - Times Square", + 360 + ], + [ + "Gilded Age Bohemia", + 185 + ], + [ + "15 MIN FROM MANHATTAN", + 95 + ], + [ + "Top-Floor Williamsburg Apt Bedroom", + 100 + ], + [ + "Private large bedroom in the heart of NYC!!", + 195 + ], + [ + "Charming East Village Garden Apt.", + 235 + ], + [ + "Greenpoint Brooklyn Modern Charm II", + 150 + ], + [ + "Haven In The Heights - Huge, Bright Bedroom!", + 70 + ], + [ + "Welcoming, Clean, Cheap on St Marks", + 95 + ], + [ + "New York - Theatre District- Luxury Building", + 450 + ], + [ + "Cozy Master Bedroom Upper Manhattan", + 50 + ], + [ + "Comfy Upper West Side haven", + 100 + ], + [ + "Apt on President St & Kingston Ave", + 160 + ], + [ + "Huge Space in Williamsburg BK", + 65 + ], + [ + "Cozy apt 20 minutes to Manhattan", + 104 + ], + [ + "Massive Apartment in the LES! Amazing rooftop too!", + 60 + ], + [ + "Clean and quiet Bushwick Apartment", + 60 + ], + [ + "Cozy Room in East Williamsburg!", + 50 + ], + [ + "Perfect, Private 1-Bdrm Union Squar", + 190 + ], + [ + "~Spacious~Sunny~Stylized~Suite~", + 60 + ], + [ + "Cozy apartment in Brooklyn", + 55 + ], + [ + "Large Brooklyn Apt,Private Backyard", + 80 + ], + [ + "\"Bloom of Floral Park\" 1 BR Basement Suite", + 65 + ], + [ + "Cozy 2BR apt in Midtown West/Chelsea/Hells Kitchen", + 235 + ], + [ + "*Amazing Lower East Side Apartment*", + 205 + ], + [ + "Sun-filled Clinton Hill apartment.", + 109 + ], + [ + "Private Bdrm in 2 BR Brooklyn Apt", + 85 + ], + [ + "Sunny large apt facing huge park. 20min2Manhattan", + 80 + ], + [ + "Private Holiday Loft in the East Village", + 120 + ], + [ + "Room for 2 in Amazing duplex Loft", + 130 + ], + [ + "NYC CHIC!!! LARGE STUDIO APT on UWS", + 190 + ], + [ + "Studio Condo", + 455 + ], + [ + "The real deal 2 blox away from CP!", + 99 + ], + [ + "Awesome 1Bdr Apt. in Wash Hts", + 125 + ], + [ + "Lovely bedroom/private full bath in Brooklyn", + 52 + ], + [ + "Lovely 2 bed/2 bath Bed Stuy oasis", + 110 + ], + [ + "Cozy Private Room in Ridgewood", + 75 + ], + [ + "Bright, Light & Sunny Room", + 99 + ], + [ + "Private BR & Bath near Central Park", + 137 + ], + [ + "One Room in Murray Hill / Midtown", + 85 + ], + [ + "Beautiful, Secure, Central NYC Apartment!", + 149 + ], + [ + "Sunny Williamsburg Apt with View", + 124 + ], + [ + "Modern 1BR w/ Gorgeous Balcony View", + 125 + ], + [ + "Private bedroom in great LES spot", + 70 + ], + [ + "Full Bedroom Avaliable, Astoria", + 99 + ], + [ + "Private Bath/Master Bedroom Astoria", + 109 + ], + [ + "1,000 Square Foot Apt - in MANHATTAN!", + 235 + ], + [ + "Cozy Wkd Getaway Spot in Prime BK", + 95 + ], + [ + "2br Design in the heart of LES", + 250 + ], + [ + "Private Room in Heart of Soho", + 95 + ], + [ + "NYC Room near Central Park East !!!", + 85 + ], + [ + "Greenwich Village Studio", + 190 + ], + [ + "Welcoming, Clean, Cheap on St Marks", + 125 + ], + [ + "Custom design, Cozy Manhattan stay", + 125 + ], + [ + "Mint 2 bedroom w rooftop terrace!", + 374 + ], + [ + "Super Cozy, Warm Eclectic Oasis", + 160 + ], + [ + "Lorenna Gonzalez", + 59 + ], + [ + "Bushwick Oasis", + 70 + ], + [ + "Rosie's Home away from HomeBrooklyn", + 55 + ], + [ + "Spacious Studio, Upper East Side", + 100 + ], + [ + "Bedroom In Midtown East", + 95 + ], + [ + "Lower East side Ideal Location #7", + 250 + ], + [ + "Park Slope apt. w/ private yard", + 95 + ], + [ + "Studio style Room with private bath", + 89 + ], + [ + "Sleeps 4 people - Prime Madison Sq Park/Park Ave", + 285 + ], + [ + "Heart of Downtown Tribeca", + 127 + ], + [ + "One bedroom apartment in NoLita", + 150 + ], + [ + "Upper Westside 1 BR/1.5 Bath Apt", + 225 + ], + [ + "Cozy Loft in the UWS Manhattan", + 150 + ], + [ + "Private room in Brooklyn", + 50 + ], + [ + "Cozy room in the city", + 60 + ], + [ + "$199 SPECIAL VERY QUIET WVILLGMTPKGCHLS 65”TV/BOSE", + 275 + ], + [ + "Spacious, light-filled room in NYC", + 65 + ], + [ + "Cute & Comfy Williamsburg Refuge", + 80 + ], + [ + "2 bedroom apt 1 min walk to train", + 130 + ], + [ + "LIC 1 BR, City & River Views", + 199 + ], + [ + "Beautiful, rustic room in artistic apt.", + 65 + ], + [ + "Large, sunny Williamsburg room", + 75 + ], + [ + "NYC.ANGUS.5. 20.min to manhattan", + 200 + ], + [ + "Columbia University Apartment", + 40 + ], + [ + "Huge 1 BR Apt close to A,B,C,D &1 trains", + 68 + ], + [ + "Beautiful 1 Bedroom + futon", + 130 + ], + [ + "CLASSIC GUEST ROOM - UWS Townhouse", + 135 + ], + [ + "West Side Studio Apartment", + 165 + ], + [ + "Last minute! East Village Apartment", + 250 + ], + [ + "Charming living room in Astoria", + 52 + ], + [ + "Warm, Comfortable West Village Apt with Courtyard", + 170 + ], + [ + "Sunny private room in Brooklyn", + 42 + ], + [ + "Cozy room in Brooklyn loft", + 65 + ], + [ + "Affordable Artistic Apartment", + 80 + ], + [ + "Central Park/UES", + 130 + ], + [ + "Furnished Apt. in Upper East Side", + 140 + ], + [ + "Gramercy Park Studio by Manhattan", + 200 + ], + [ + "Architect's Room in Large apt w/ rooftop deck", + 55 + ], + [ + "Private Bright Garden Room|Bushwick", + 50 + ], + [ + "Spacious 1 BD w/washer dryer in UES", + 175 + ], + [ + "Sunny Loft Studio on 46th and 10th", + 500 + ], + [ + "Studio in heart of NYC", + 99 + ], + [ + "Great UES location for Pope visit", + 650 + ], + [ + "2 Full Size Beds Lower East Side", + 200 + ], + [ + "Historically located 1 bdroom", + 180 + ], + [ + "Huge Room, Safe Neighborhood,Near Manhattan", + 75 + ], + [ + "ENTIRE APARTMENT in L.E.S. (-30% exceptional deal)", + 90 + ], + [ + "Airy private room near E/F/M/R/7 and LGA", + 51 + ], + [ + "Spacious Master Bedroom in Bushwick", + 62 + ], + [ + "Comfortable Junior One Bedroom", + 70 + ], + [ + "Minimalistic en suite in Bushwick", + 90 + ], + [ + "1 Bedroom near Williamsburg", + 45 + ], + [ + "*Clean & Bright Master Room - UWS*", + 109 + ], + [ + "Room for Female in NoHo/EastVillage", + 100 + ], + [ + "Brownstone DUPLEX - Near Subway", + 200 + ], + [ + "Private Bedroom in Chic East Village Apartment", + 149 + ], + [ + "Immaculate Bedroom", + 55 + ], + [ + "Bright, Spacious, Art Filled Apt", + 275 + ], + [ + "Brooklyn Basement Apartment", + 70 + ], + [ + "Comfy Bed in Clinton Hill Loft", + 29 + ], + [ + "Brownstone in Brooklyn Heights", + 195 + ], + [ + "Sunny, spacious UWS abode with view", + 220 + ], + [ + "NYC Room, NO Extra or Hidden Fees", + 80 + ], + [ + "Cozy One BR with Ideal Location", + 110 + ], + [ + "Charming Bedroom, Prime Manhattan Near Museum Mile", + 70 + ], + [ + "Big bed, cosy room, groovy LES apt!", + 90 + ], + [ + "Huge Gorgeous1 Bed Apt Williamsburg", + 130 + ], + [ + "Studio 250 New York City", + 2000 + ], + [ + "Charming East Village Studio", + 149 + ], + [ + "Cozy Living Environment", + 100 + ], + [ + "Convenient 1Bdr with Outdoor Space (sleeps 4)", + 100 + ], + [ + "Cute and roomy Bushwick apartment!", + 125 + ], + [ + "2 Bedroom Near Meatpacking", + 200 + ], + [ + "Quaint 1 Bedroom in Happenin' E.V", + 199 + ], + [ + "Room in 4 Bedroom Brooklyn Apt", + 50 + ], + [ + "HUGE 3Bedroom Duplex in Meatpacking", + 300 + ], + [ + "1 Bed Room BEST LOCATION EPIC VIEWS", + 285 + ], + [ + "Location! Large 1 bedroom oasis w elevator", + 330 + ], + [ + "Harmony House 1 on Madison Street", + 39 + ], + [ + "In the heart of the East Village", + 60 + ], + [ + "Charming Cottage in Huge Victorian", + 77 + ], + [ + "1BR Railroad Apt in Heart of Wburg", + 115 + ], + [ + "Uptown Studio With Character", + 99 + ], + [ + "Tompkins Square/East Village Apt.", + 250 + ], + [ + "Shared Studio (NO PRIVACY) On The Upper East Side", + 62 + ], + [ + "Williamsburg home w/Private Garden", + 105 + ], + [ + "Room in private Victorian house", + 55 + ], + [ + "Sundrenched, Beautiful New Reno", + 172 + ], + [ + "Monthly only, Cozy, Quaint, Central", + 100 + ], + [ + "Beautiful UES 1 Bedroom", + 120 + ], + [ + "Smile APT in BK", + 60 + ], + [ + "D Rm 12 Sgl Pensione-like Hrt of Bk", + 72 + ], + [ + "中央公园旁的现代公寓", + 80 + ], + [ + "Huge Duplex only minutes from NYC", + 229 + ], + [ + "Close to everything, transportation", + 70 + ], + [ + "STARTUP SPACE BROOKLYN", + 40 + ], + [ + "East Village Gem", + 99 + ], + [ + "Stay in Astoria's heart", + 100 + ], + [ + "Modern Room in Trendy LES", + 78 + ], + [ + "Large Soho Studio Loft", + 125 + ], + [ + "Walk to UN, Macy's & Empire State B", + 190 + ], + [ + "East Village Apt for New Years", + 100 + ], + [ + "Times Square Area Studio", + 135 + ], + [ + "Cozy bright apt with a touch of rustic charm -", + 250 + ], + [ + "Spacious, clean studio in Kips Bay", + 125 + ], + [ + "Gorgeous renovated apt w garden", + 228 + ], + [ + "Sunny & Quiet Room in Woodside", + 37 + ], + [ + "Luxury Apt in Chelsea", + 116 + ], + [ + "Comfortable Private Apartment in Heart of Flatbush", + 99 + ], + [ + "JFK Airport Spacious and gorgeous Room", + 50 + ], + [ + "BedStuy's Chillest", + 54 + ], + [ + "Brand new Building. Great space.", + 70 + ], + [ + "Amazing view from luxury building near Times Sq", + 135 + ], + [ + "Reno'ed 2bed/2bath walk-up~East Village~Pristine!", + 425 + ], + [ + "My GREENPOINT apt just for you!", + 122 + ], + [ + "NYC Studio outside Columbus Circle", + 141 + ], + [ + "The Epic: Right by MSG", + 800 + ], + [ + "Sunny Greenpoint Room", + 70 + ], + [ + "Prospect-Lefferts near Prospectpark", + 90 + ], + [ + "Cozy 2 Bedroom on famous St Marks", + 150 + ], + [ + "14th St 1BR", + 250 + ], + [ + "Nice small room for 1 person, near Times Square!", + 115 + ], + [ + "CLEAN/QUIET APT IN UPPER EAST SIDE!", + 130 + ], + [ + "C Rm 11 Dbl Pensione-like Hrt of Bk", + 74 + ], + [ + "Tulsi's Private Cozy Studio", + 48 + ], + [ + "Cozy Apartment Near Central Park", + 85 + ], + [ + "Modern Apartment in Charming Nolita", + 180 + ], + [ + "Luxury Studio Apartment with private outdoor space", + 97 + ], + [ + "Harlem Cozy One Bedroom", + 131 + ], + [ + "CONDO big space lots of mirrors", + 100 + ], + [ + "Spacious 1 Bedroom Available", + 100 + ], + [ + "Cozy 3 BD in the East Village", + 105 + ], + [ + "Beautiful Bright Williamsburg Home", + 100 + ], + [ + "3 Bdrm Family Friendly Suite", + 145 + ], + [ + "Modern, Sunny Apt in West Village", + 289 + ], + [ + "Large Victorian home in Brooklyn", + 800 + ], + [ + "1 private bedroom in 3 bedroom apt", + 90 + ], + [ + "Big Bedroom in Manhattan with an Artist", + 29 + ], + [ + "Big studio in Brooklyn, suitable for 2", + 70 + ], + [ + "Spacious Williamsburg with backyard", + 80 + ], + [ + "Sunny private room and bath room.", + 120 + ], + [ + "Room in beautiful Brownstone Apt", + 60 + ], + [ + "Temporary Stay for 2 Weeks", + 80 + ], + [ + "Large Sunny Williamsburg Apt Near L Train #1", + 70 + ], + [ + "Gorgeous, sun-filled LES 1 bedoom", + 175 + ], + [ + "Magnolia House Saint George", + 144 + ], + [ + "Room in Bright Brooklyn Apt.", + 40 + ], + [ + "Studio midtown west", + 340 + ], + [ + "BEAUTIFUL&BRIGHT 1 bd (E. Village)", + 180 + ], + [ + "SMALL AND COZY PARISIAN STYLE APT IN EAST HARLEM", + 75 + ], + [ + "Rustic, Warm Decor in Historic Crown Heights", + 80 + ], + [ + "Spacious and Sunny Duplex with Deck", + 352 + ], + [ + "Cozy room in the heart of Astoria", + 69 + ], + [ + "Prime location, Renovated,Inspiring", + 150 + ], + [ + "Greenwich Village Hotspot", + 500 + ], + [ + "Elegant Brooklyn Heights 2 BR Apt", + 250 + ], + [ + "BEAUTIFUL&BRIGHT 2bd/2ba(E Village)", + 280 + ], + [ + "Sunny Room in Renovated Brooklyn Townhouse", + 55 + ], + [ + "Private Room, 15min from MANHATTAN", + 50 + ], + [ + "Cozy 1 BR on Bedford Avenue, Wburg", + 49 + ], + [ + "Park Slope Light and Location", + 135 + ], + [ + "Bedroom in artist apartment", + 45 + ], + [ + "Boerum Hill Central Downtwn BK Apt!", + 150 + ], + [ + "3BR Private Williamsburg Apartment", + 120 + ], + [ + "Great Nolita Apartment!", + 150 + ], + [ + "Spacious Brooklyn Home Close to NYC", + 120 + ], + [ + "Spacious One bedroom apartment", + 80 + ], + [ + "Central Park North Apt", + 60 + ], + [ + "NYC-Room,NoHiddenFees+FreeBreakfast", + 70 + ], + [ + "Time SQ Dream Suite in Midtown w/ Projector", + 239 + ], + [ + "Cozy One Bedroom -Beautiful Terrace", + 275 + ], + [ + "Top (2nd) Floor Limestone\nIdeal for Large Groups", + 89 + ], + [ + "Prime Park Slope apartment", + 300 + ], + [ + "Sunny Bedroom with a huge window", + 50 + ], + [ + "Private Tent - Shared Room (Bed-2)", + 37 + ], + [ + "WEST VILLAGE CHARM - BEST LOCATION!", + 239 + ], + [ + "Amazing Duplex Loft in Williamsburg", + 190 + ], + [ + "Charming Artistic Loft with Terrace", + 150 + ], + [ + "Cozy Upper East Side Apartment", + 150 + ], + [ + "THE LINCOLN DUPLEX - 5 BEDROOMS", + 360 + ], + [ + "CHARM & LOCATION! Private Ensuite Bathroom in UES!", + 115 + ], + [ + "Charming Mini Loft/ Lower East Side", + 150 + ], + [ + "✪ Friends & Family Downtown ✪ 2BR / 3 Bed ✪ Best !", + 207 + ], + [ + "Astoria Full Basement Apartment", + 120 + ], + [ + "Huge luxury 1 bedroom apt in Fidi", + 160 + ], + [ + "Private luxury apartment", + 85 + ], + [ + "Red Hook Brooklyn Apartment", + 100 + ], + [ + "Large and Sunny Private Room near Prospect Park", + 45 + ], + [ + "Carroll Gardens Studio", + 160 + ], + [ + "2BR2BA apartment, PRIVATE bathroom & AC inside", + 40 + ], + [ + "LRG furnished Loft Space", + 49 + ], + [ + "1BR available in Bedstuy, Brooklyn!", + 40 + ], + [ + "ARTSY UNIQUE GIANT TWO FLOOR APARTMENT", + 495 + ], + [ + "Bedford Ave N. WBurg Room in 2BR-2", + 89 + ], + [ + "Romantic 2-Bedroom UWS Charmer!", + 220 + ], + [ + "Most desired EastVillage retreat", + 99 + ], + [ + "East Village Apartment", + 160 + ], + [ + "One Bedroom Available in 2BR APT", + 80 + ], + [ + "Brooklyn's Coolest One Bedroom", + 78 + ], + [ + "East Williamsburg Bedroom", + 110 + ], + [ + "★ Hidden Gem. Spacious. Restaurants, Cafés Galore.", + 130 + ], + [ + "Studio in Amazing UES Location", + 150 + ], + [ + "Studio Close To LIJ, JFK.Private Entry,欢迎中国朋友来住", + 59 + ], + [ + "Cozy Williamsburg Apartment", + 80 + ], + [ + "Amazing bedroom in South Harlem !", + 80 + ], + [ + "Village apt on tree-lined street", + 160 + ], + [ + "Cozy BK RM for 2! 30min > Manhattan", + 45 + ], + [ + "Private Bedroom in Upper East Side", + 94 + ], + [ + "NYC suite w/ Bath & Balcony near LGA JFK Manhattan", + 77 + ], + [ + "Park Slope Brooklyn brownstone apt", + 149 + ], + [ + "5star review Beautiful&Spacious Apt", + 130 + ], + [ + "Private Bedroom + Live/Workspace - best location!", + 57 + ], + [ + "Spacious & Bright 1BR Williamsburg", + 150 + ], + [ + "Cozy private room in Queens NY", + 55 + ], + [ + "NYC luxury apt in W Style building", + 127 + ], + [ + "BAYRIDGE LOVELY ROOM.", + 60 + ], + [ + "Beautiful and Large Private Room 1Block from train", + 64 + ], + [ + "Simple clean room", + 40 + ], + [ + "Cool and cozy room in the Heights", + 50 + ], + [ + "A Rm 8 Dbl Pensione-like Hrt of Bk", + 83 + ], + [ + "Whole apartment in Greenpoint.", + 200 + ], + [ + "Beautiful room in a great location NYC!", + 49 + ], + [ + "B Rm 9 Sgl Pensione-like Hrt of Bk", + 60 + ], + [ + "Private room with Shared Bathroom", + 45 + ], + [ + "Charming Upper West Side Apartment", + 180 + ], + [ + "Tranquilo y soleado XL Bushwick loft w/breakfast", + 45 + ], + [ + "Beautiful Brooklyn Basement Studio", + 89 + ], + [ + "Private Room - BedStuy - 2 Flr Unit", + 25 + ], + [ + "2 BEDROOM IN WILLIAMSBURG MINUTES FROM MANHATTAN", + 285 + ], + [ + "Large room in UWS 92nd near RivPark", + 100 + ], + [ + "Room in a beautiful apartment", + 90 + ], + [ + "Affordable Luxury Minutes to Manhattan", + 75 + ], + [ + "Stylish Astoria Apartment", + 75 + ], + [ + "Private room & bathroom in the sky", + 200 + ], + [ + "shared space with Great location!!!", + 35 + ], + [ + "Zen Apartment With Backyard", + 297 + ], + [ + "Huge loft type 1 bedroom in NYC", + 150 + ], + [ + "3BR w/ Patio by Subway (Rate covers 4 guests)", + 195 + ], + [ + "Bushwick Brooklyn 1 Bedroom", + 80 + ], + [ + "Zen Room in Crown Heights Brooklyn", + 50 + ], + [ + "Times Square Area Neat & clean and exclusive AAA+", + 115 + ], + [ + "Centrally Located Park Slope Duplex", + 70 + ], + [ + "Bright and Artsy Crown Heights Apt!", + 119 + ], + [ + "Two bus stops to World Trade Center", + 120 + ], + [ + "Room in pre-war space", + 400 + ], + [ + "Large Studio - Midtown Manhattan Near Times Sq", + 250 + ], + [ + "Near Yankee Stadium", + 225 + ], + [ + "Comfortable & Clean Zen Bedroom", + 45 + ], + [ + "1 bedroom in nyc", + 260 + ], + [ + "Sunny beautiful home Audubon Distr", + 155 + ], + [ + "Shared living in New York City", + 97 + ], + [ + "20 Mins to Manhattan, 7 mins LGA", + 75 + ], + [ + "Stylish 1 BDR in Upper East Side", + 155 + ], + [ + "Spacious Apartment in Midtown West!", + 237 + ], + [ + "Perfect room in Williamsburg loft", + 80 + ], + [ + "Beautiful one bedroom in Tribeca!", + 250 + ], + [ + "纽约之家(PrivateBathroom4)", + 60 + ], + [ + "The Tranquility Room-large & light", + 42 + ], + [ + "Spacious Room in Hell's Kitchen!!", + 105 + ], + [ + "Times Sq/Restaurant Row Apartment", + 300 + ], + [ + "Private Entrance Bed & Bath with Garden and Deck", + 120 + ], + [ + "Spacious Brooklyn Getaway", + 80 + ], + [ + "LARGE MANHATTAN ONE BEDROOM", + 125 + ], + [ + "1BR, Steps from the 7 Train", + 125 + ], + [ + "Elegant Queen size bed room.", + 50 + ], + [ + "Full Floor in Sunny Brooklyn Duplex", + 60 + ], + [ + "NYC Garden apartment next to trains/restaurants", + 90 + ], + [ + "Prime East Village, Sunny room", + 60 + ], + [ + "Fun Unique Spacious Midtown Getaway", + 275 + ], + [ + "Charming and Modern Home Base", + 100 + ], + [ + "Luxury Apartment by Time Square", + 200 + ], + [ + "Great affordable room.", + 99 + ], + [ + "Perfect 8th Avenue Apt in Chelsea", + 112 + ], + [ + "Brooklyn loft with huge livingroom", + 65 + ], + [ + "Eclectic 1 Bdrm off Park Ave South", + 200 + ], + [ + "Cozy Suite near Barclays Center", + 98 + ], + [ + "Private room with Full size Bed M", + 50 + ], + [ + "Spacious & Artsy Astoria Apartment", + 135 + ], + [ + "Private bedroom & bath in Red Hook Bklyn for solo", + 50 + ], + [ + "UES Studio with backyard", + 145 + ], + [ + "Great UWS apt with amazing terrace!", + 450 + ], + [ + "East 60's - Amazing Private Room", + 141 + ], + [ + "Large and cosy room with private insuite bathroom", + 110 + ], + [ + "Private Room Near Central Park -UWS", + 107 + ], + [ + "Walk to beach...Brighton Beach 2BD", + 110 + ], + [ + "Brooklyn Apt w/ Recording Studio", + 1000 + ], + [ + "West Village 2 Bed/2 Bath Loft Apt!", + 299 + ], + [ + "Charming Upper East Side apt", + 190 + ], + [ + "Big, Convenient, Working Fireplace!", + 175 + ], + [ + "Private Bedroom in Nolita/Soho", + 70 + ], + [ + "Charming STUDIO w/ PATIO MIDTOWN", + 75 + ], + [ + "Central & Cute Studio by Union Sq!", + 155 + ], + [ + "UES - True 1 BR | Clean & Quiet", + 96 + ], + [ + "Spacious Brooklyn Home w/ Backyard", + 350 + ], + [ + "Sunny and Spacious Private Bedroom", + 90 + ], + [ + "Midcentury Modern Duplex 3BR/2BA in Times Square", + 500 + ], + [ + "Charming private bedroom Park Slope", + 40 + ], + [ + "Huge Apt on Central Park South", + 175 + ], + [ + "$1,400/month Summer Rental: Spacious One Bdrm", + 50 + ], + [ + "Private Studio Apartment in Harlem", + 130 + ], + [ + "Spacious Room in East Willamsburg", + 90 + ], + [ + "huge, clean and great loft space", + 65 + ], + [ + "Bright, cozy East Village apartment", + 200 + ], + [ + "ENTERING WINTER FESTIVALS", + 63 + ], + [ + "Private room in Upper West Side", + 110 + ], + [ + "20 mins to Manhattan Entire Studio", + 100 + ], + [ + "Apartment on upper west side, NYC", + 60 + ], + [ + "Lg private room minutes from subway", + 45 + ], + [ + "Sunny Duplex w/Private Roof Deck Monthly Rental", + 117 + ], + [ + "Spacious + Cozy Loft in Williamsburg", + 175 + ], + [ + "Rain or Shine Studios: Dedicated to Production", + 2000 + ], + [ + "Great sun drenched room near park!", + 60 + ], + [ + "Cozy Studio for your Business Trip", + 148 + ], + [ + "Spacious Private Room", + 65 + ], + [ + "Master Bedroom in Roofdeck Lux Apt", + 150 + ], + [ + "An Exquisite Private Bedroom.", + 100 + ], + [ + "Furnished 2BR in the UES (94th and 2nd)", + 200 + ], + [ + "Harlem Haven - Stunning Duplex", + 650 + ], + [ + "1BR APT in LES with PRIVATE BACKYARD", + 199 + ], + [ + "AMAZING 2BR Apartment Elev/laundry!", + 115 + ], + [ + "Voted #1 Location Quintessential 1BR W Village Apt", + 245 + ], + [ + "Clean, inviting apt.15min to NYC", + 187 + ], + [ + "Awesome Private Artist Studio for FEMALE Traveler", + 88 + ], + [ + "Spacious 2BR, close to central park", + 280 + ], + [ + "Alcove Studio in Heart of Chelsea!", + 200 + ], + [ + "Studio: Heart of Harlem w backyard", + 95 + ], + [ + "Charming East Village Corner 2 BD", + 260 + ], + [ + "Prime Location 63rd St + First Ave", + 148 + ], + [ + "HUGE STUDIO! LOFT STYLE! PRIVATE !", + 100 + ], + [ + "Bright, airy, private room/shared bath-W Harlem", + 100 + ], + [ + "Gran Fondo Cyclist Haven", + 60 + ], + [ + "Manhattan Private Room with a Garden View (Room 1)", + 64 + ], + [ + "1 BR in Carroll Gardens Townhouse", + 125 + ], + [ + "BronxHattan", + 65 + ], + [ + "CathedraNYC", + 110 + ], + [ + "Large 3 bdrm apt in Manhattan (downtown) village", + 745 + ], + [ + "Stylish 1BR apt in Upper East Side", + 140 + ], + [ + "Cozy Room in Willamsburg Loft", + 35 + ], + [ + "Private studio in Jackson Heights w/free parking", + 85 + ], + [ + "Lexington Avenue Luxury Condominium", + 111 + ], + [ + "STUNNING 1661SFT, SOHO/TRIBECA LOFT", + 399 + ], + [ + "Private Tent- Shared Room (Bed 1)", + 40 + ], + [ + "Chic Bachelorette Pad", + 300 + ], + [ + "2 Bedroom in Trendy Clinton Hill", + 180 + ], + [ + "Charming room Chinatown Manhattan", + 100 + ], + [ + "Stay here and love Williamsburg!!", + 150 + ], + [ + "Bedroom avail in Bowery neighborhod", + 63 + ], + [ + "Spacious apt. with a great feel", + 175 + ], + [ + "LARGE private bdrm & private bthrm!", + 84 + ], + [ + "Friendly-colorful-cozy W/ breakfast", + 33 + ], + [ + "Fantastic Private Room with Own Bathroom -", + 50 + ], + [ + "Private spacious master bedroom", + 75 + ], + [ + "AMAZING UNIQUE COZY MANHATTAN APT", + 125 + ], + [ + "East Williamsburg / Bushwick loft", + 140 + ], + [ + "Sunny and pleasant Sunset Park apt", + 85 + ], + [ + "Prime carroll gardens chrming 2 bed rooms", + 250 + ], + [ + "1 bedroom in large clean apt", + 60 + ], + [ + "Awesome 1 privet room apartment", + 45 + ], + [ + "Amazing, Modern East Village Loft", + 395 + ], + [ + "The Quiet Part of New York City", + 140 + ], + [ + "Studio Apt on The Upper West Side", + 190 + ], + [ + "Cool, cozy urban pad", + 91 + ], + [ + "Large private room in BK,.5 bath", + 40 + ], + [ + "1 Bedroom in a Modern Mid-Town Apt", + 135 + ], + [ + "Cozy Bedroom in Crown Heights, BK", + 50 + ], + [ + "Spacious studio 10 min to Manhattan", + 72 + ], + [ + "Sunny flat in lovely brownstone", + 130 + ], + [ + "Big private bed/bath in penthouse!", + 90 + ], + [ + "Large Room available in Seaport.", + 100 + ], + [ + "Bed and Breakfast in Manhattan!", + 150 + ], + [ + "Large Bedroom with everything, Great location !", + 62 + ], + [ + "Private Studio in Times Square", + 100 + ], + [ + "ROOM WITH VIEW IN MANHATTAN!", + 150 + ], + [ + "Large Serene Garden Apartment Historic Harlem", + 95 + ], + [ + "Spacious Williamsburg 1 bedroom!", + 170 + ], + [ + "Bright, sunny, airy room in Victorian TH", + 40 + ], + [ + "Sunny Room With Charming Slate Fireplace", + 54 + ], + [ + "Private Room in Bushwick off of the DeKalb L Stop", + 30 + ], + [ + "1 Bedroom Garden Apartment, Harlem", + 150 + ], + [ + "Large 1 BD Upper East With Roof Top", + 250 + ], + [ + "Spacious arty loft in Bushwick", + 50 + ], + [ + "Studio Apartment in Park Slope!", + 120 + ], + [ + "Classic NY Apartment. Prime Manhattan Location", + 410 + ], + [ + "Spacious, Sunny & Clean, 1 bed, 1.5 bath Apt", + 73 + ], + [ + "Beautiful Quiet Chelsea Apartment", + 250 + ], + [ + "NYC Upscale Midtown East 3BR Apt", + 1170 + ], + [ + "Two Floor Open Space Perfect 'Hood", + 250 + ], + [ + "Nature in the Heart of Manhattan", + 139 + ], + [ + "LES, 5 min to subway, quiet street", + 149 + ], + [ + "Cozy Apartment Near Times Square", + 185 + ], + [ + "For Christmas-Large New 1 BR Near Central Park", + 230 + ], + [ + "Stay next to TimesSquare & Broadway", + 175 + ], + [ + "Charming 1 bdr near Central Park", + 150 + ], + [ + "Lovely Home, Heart of Williamsburg!", + 325 + ], + [ + "Comfortable 1 bedroom apt in Brooklyn just for you", + 100 + ], + [ + "Комната в Манхеттене, 19-24 октября", + 50 + ], + [ + "LOVELY APT IN MANHATTAN! 1 block from the subway!", + 80 + ], + [ + "Large, Sunny Family-Friendly Apt. (Smoke-Free)", + 135 + ], + [ + "Sunlit Bedroom in Forest Hills Apartment", + 32 + ], + [ + "*PRIME* Linen & Lavender in the LES (Clinton St.)", + 261 + ], + [ + "Appartment in Lefferts Gardens", + 60 + ], + [ + "Massive Room in Brownstone - 25% OFF", + 57 + ], + [ + "SPACIOUS 2 BEDROOM MANHATTAN DUPLEX!!", + 225 + ], + [ + "Modern Condo in Greenpoint, BK", + 200 + ], + [ + "Private bedroom Private Living Room", + 115 + ], + [ + "Spacious Studio: Upper East Side", + 200 + ], + [ + "2 Bed/ 2 Bath in Heart of SOHO/ LES", + 699 + ], + [ + "Spacious Rooms near Barclays Center", + 65 + ], + [ + "Open Space, Outdoor Space", + 150 + ], + [ + "NEW: 2 BR Steps from Times Square", + 375 + ], + [ + "Beautiful Oversized King Bedroom - Entire Apt", + 175 + ], + [ + "Room in colorful Bushwick SUPER close to subways!", + 45 + ], + [ + "UWS One Bedroom Pre-War Gem", + 225 + ], + [ + "Lovely Space in the heart of SoHo!", + 165 + ], + [ + "Beautiful 1BR in Chelsea", + 250 + ], + [ + "Sunny 1 bedroom long or short term", + 1150 + ], + [ + "1-Bedroom in Brooklyn Brownstone", + 85 + ], + [ + "Beautiful and Homey Enclave", + 135 + ], + [ + "Art & Light-Filled Apt By The Park", + 125 + ], + [ + "Staten Island NYC Marathon", + 300 + ], + [ + "Brooklyn apartment in Boreum Hill", + 120 + ], + [ + "1 Bedroom Apt in Williamsburg", + 100 + ], + [ + "Private Patio in Soho/NoLita", + 179 + ], + [ + "Cute room in charming Bk share", + 50 + ], + [ + "LARGE 2 BEDROOM DUPLEX WITH YARD", + 115 + ], + [ + "Charming and Artsy Studio Apartment", + 100 + ], + [ + "Cozy room in the Heart of Astoria", + 75 + ], + [ + "Quiet living room in Greenpoint 1BR", + 60 + ], + [ + "Beautiful One Bedroom Chelsea", + 240 + ], + [ + "Yve's Getaway", + 290 + ], + [ + "Comfy private bedroom in Bushwick", + 56 + ], + [ + "Large Sunny Private Room", + 95 + ], + [ + "Cozy & Private Harlem Bedroom", + 70 + ], + [ + "Superb loft in Manhattan", + 125 + ], + [ + "East Village Apartment", + 195 + ], + [ + "5min from airport", + 45 + ], + [ + "442 w 57st. hanover apt sharing", + 64 + ], + [ + "Sunny Room in Ditmas Park", + 50 + ], + [ + "Apartment with terrasse greenpoint brooklyn", + 80 + ], + [ + "private bathroom and balcony", + 55 + ], + [ + "Beautiful Brooklyn Brownstone", + 1000 + ], + [ + "Great, Clean NYC Apartment", + 42 + ], + [ + "Cozy and Clean Room", + 80 + ], + [ + "Super clean, Great location!!", + 105 + ], + [ + "Peaceful Retreat", + 45 + ], + [ + "Chic and Inviting East Village Apartment", + 125 + ], + [ + "Comfy Rooms", + 45 + ], + [ + "Bright Charming Artistic Loft: Relax or Work", + 95 + ], + [ + "Spacious yet cozy apt; heart of BK", + 200 + ], + [ + "Stylish One-Bedroom in Gramercy!", + 190 + ], + [ + "Harlem Vacation Rental", + 170 + ], + [ + "Spacious 2 Bedroom in Brooklyn", + 250 + ], + [ + "Right in the heart of Brooklyn", + 54 + ], + [ + "Quaint Midtown Studio", + 150 + ], + [ + "Incredible 750sqft East Village 1BR", + 300 + ], + [ + "Brooklyn Museum at your window", + 115 + ], + [ + "Greenwich Village Stylish Studio", + 225 + ], + [ + "Darian Place", + 83 + ], + [ + "Charming 1 Bedroom in Townhouse", + 125 + ], + [ + "Manhattan Club Oct 16-Oct 18", + 250 + ], + [ + "Rustic, 1-bdrm retreat w/roof deck.", + 129 + ], + [ + "Clean cozy and convenient stay", + 135 + ], + [ + "RARE & AWESOME Williamsburg Loft!", + 200 + ], + [ + "Gorgeous Loft in Greenpoint!", + 175 + ], + [ + "Cozy Bedroom - 1 Stop to Manhattan", + 55 + ], + [ + "Room in Loft", + 50 + ], + [ + "Private room in East Village", + 125 + ], + [ + "Elegant Brooklyn Heights Studio", + 200 + ], + [ + "Lefferts Garden/ Prospect Park Gem", + 40 + ], + [ + "纽约之家(SunnyHome6)", + 50 + ], + [ + "Triplex Penthouse with 3 Balconies", + 166 + ], + [ + "Beautiful modern room with private bathroom", + 124 + ], + [ + "Spacious Apt, 15min from the city", + 65 + ], + [ + "Sunny, spacious - 35 mins Times Sq", + 57 + ], + [ + "Private Bedroom, Huge Apt.", + 100 + ], + [ + "Attic Cove", + 60 + ], + [ + "NicE Room with Private Bathroom BK:) SUPERHOST :)", + 90 + ], + [ + "A piece of Heaven in Hells Kitchen", + 130 + ], + [ + "Location! Great for families/groups", + 350 + ], + [ + "Big ass room in Brooklyn", + 60 + ], + [ + "Private room in the East Village!", + 80 + ], + [ + "Studio Apt, Prospect Park, Brooklyn", + 70 + ], + [ + "Private bdr in Bushwick, Brooklyn", + 41 + ], + [ + "Cute 1 bedroom apt close to all", + 100 + ], + [ + "Gorgeous Director’s Penthouse", + 500 + ], + [ + "Greene Hill 3BR Brownstone Apt", + 200 + ], + [ + "Cozy Sunny Bedroom in Hell's Kitchen / Time Square", + 120 + ], + [ + "Spacious MasterBedRoom 15min to NYC", + 170 + ], + [ + "Sunny room in Downtown Brooklyn", + 42 + ], + [ + "Luxurious Manhattan Getaway for 1 adult", + 50 + ], + [ + "1BR apartment on Broadway (UWS)", + 170 + ], + [ + "Glamorous one bedroom Nolita.", + 189 + ], + [ + "Beautiful Upper West Side Large 1BD", + 150 + ], + [ + "Cozy East Village Apartment", + 77 + ], + [ + "Vintage WB Nest with Backyard", + 150 + ], + [ + "Cozy bedroom in Bushwick", + 60 + ], + [ + "1 Bd Ap. in Hell's Kitchen Times Sq", + 150 + ], + [ + "Cozy Apartment on the Upper East", + 120 + ], + [ + "Cozy 2 Story Home in U-UES", + 85 + ], + [ + "ENTIRE Floor,PRIVATE Bath&Entrance! SUPERHOST :))", + 85 + ], + [ + "BOUTIQUE LUXURY 2 Bedroom, 2 bath Apt in Chelsea", + 450 + ], + [ + "WELCOME TO MY HUMBLE ABODE!!!!!", + 60 + ], + [ + "Spacious apartment in Harlem", + 95 + ], + [ + "Yankees Room in the Bronx", + 38 + ], + [ + "Queens Condo w/ Manhattan View", + 150 + ], + [ + "Forest Hills 3 Bedroom Apartment", + 125 + ], + [ + "Central Park, Museum Mile", + 125 + ], + [ + "Beautiful Upper East Side Studio", + 130 + ], + [ + "Cozy room in E.Williamsburg + Rooftop & Backyard", + 59 + ], + [ + "Cozy Harlem Studio", + 65 + ], + [ + "Williamsburg 3 Bedroom Loft", + 259 + ], + [ + "1 Bdr in 3bdr East Village Apt", + 90 + ], + [ + "Conveniently located Central Harlem", + 60 + ], + [ + "2 Rooms! Steps from the L train!", + 95 + ], + [ + "Cozy Sofa Bed for Nightly Stays", + 45 + ], + [ + "Large, bright Upper West Studio", + 133 + ], + [ + "Lovely 2 Bedroom Apartment. Perfect Getaway!", + 259 + ], + [ + "Central Park Slope Garden Apt", + 150 + ], + [ + "A Spacious Room in Bushwick Apt", + 35 + ], + [ + "Charming Lower-East Side apartment", + 139 + ], + [ + "Upper West Side room near Columbia", + 39 + ], + [ + "1 BDRM APT BROOKLYN (REDHOOK)", + 125 + ], + [ + "Superbe appartement vue sur Central Park", + 434 + ], + [ + "Huge Unique Two Story E.Vill Oasis", + 500 + ], + [ + "Sunny 2 bedroom apartment!", + 100 + ], + [ + "1BR+Futon+Terrace 20' to Manhattan", + 99 + ], + [ + "Big Bright Room in Bushwick NEXT to L and M Train", + 70 + ], + [ + "Chic apt on cutest corner in Soho", + 200 + ], + [ + "Private studio room - Brownstone - Brooklyn", + 88 + ], + [ + "Cozy apartment in Brooklyn", + 115 + ], + [ + "Delightful flat near the Park", + 75 + ], + [ + "Bright New 1bd Central Park Slope", + 140 + ], + [ + "Big manhattan room w gorgeous views.", + 80 + ], + [ + "Spacious Room in Bushwick with a back yard.", + 44 + ], + [ + "Deluxe 1 Bedroom Chelsea NYC Apt!", + 269 + ], + [ + "*Spectacular Sublet - All inclusive", + 150 + ], + [ + "Prime West Village haven", + 299 + ], + [ + "L-Train - 3BR Duplex in Brooklyn", + 195 + ], + [ + "Stay in the heart of Williamsburg", + 140 + ], + [ + "Central Park Time SQ Chic Studio", + 180 + ], + [ + "Sunnyside:Large 1 bedroom apartment", + 84 + ], + [ + "Ensuite privacy close to Manhattan", + 70 + ], + [ + "Huge Brooklyn Room in Bushwick", + 55 + ], + [ + "Calm and Cozy Bed-Stuy Room in an Inspiring House", + 65 + ], + [ + "Large Room in Trendy Bushwick", + 45 + ], + [ + "Your own hip and cozy 1BD apartment", + 96 + ], + [ + "Loved by NYLocals Private Room SoHo", + 82 + ], + [ + "Bright, Modern Studio in Upper East", + 150 + ], + [ + "Huge, Sumptuous En-Suite Bedroom", + 125 + ], + [ + "Brooklyn Apt with AMAZING NYC view", + 115 + ], + [ + "Bright Artistic Downtown Studio", + 145 + ], + [ + "Bright Studio in the trees of North Williamsburg", + 169 + ], + [ + "Cozy (2) bedrooms in Brooklyn NYC.", + 75 + ], + [ + "Unique townhouse apartment", + 100 + ], + [ + "Cozy 1 Bedroom apt right by park!", + 69 + ], + [ + "CHARMING ROOM CLOSE TO MANHATTAN", + 45 + ], + [ + "Beautiful private studio", + 75 + ], + [ + "CLASSIC BEDROOM CLOSE TO MANHATTAN", + 55 + ], + [ + "LARGE BEDROOM CLOSE TO MANHATTAN", + 55 + ], + [ + "PRIVATE, CLEAN, ROOM CLOSE TO MANH", + 48 + ], + [ + "BIG NEW ROOM", + 50 + ], + [ + "Large Room in Artist Loft", + 56 + ], + [ + "Jewel On Parkside 2", + 65 + ], + [ + "Sunny Brooklyn Brownstone apartment", + 140 + ], + [ + "BRKLYN - Comfy & Chic private space", + 95 + ], + [ + "Lovely Room in Sunny & Modern Apartment", + 73 + ], + [ + "Cozy 2 BR in heart of East Village", + 230 + ], + [ + "New York City 2bd-apt in great location!", + 180 + ], + [ + "Large room in cute neighborhood", + 47 + ], + [ + "Cozy Bed in Midtown Manhattan", + 55 + ], + [ + "Relaxing Modern Brooklyn Space", + 125 + ], + [ + "Cozy Bedroom in Astoria Two Bedroom Apartment.", + 60 + ], + [ + "Alcove Studio in Murray Hill", + 104 + ], + [ + "Beautiful Apartment in Cobble Hill", + 225 + ], + [ + "Gorgeous Three Bedroom Split Level", + 169 + ], + [ + "Coliving in Brookln, New York / Private room / Fl", + 45 + ], + [ + "Cozy apartment East Village NYC", + 130 + ], + [ + "Cosy loft 20 mins to Manhattan", + 53 + ], + [ + "Artsy 3-Bdrm, 2 bath, Sleeps 10, 1 min from subway", + 150 + ], + [ + "Large Private Room, great location!", + 140 + ], + [ + "Cozy Upper East Side two bedroom", + 295 + ], + [ + "1 Room in Apt. near Columbia Univ.", + 98 + ], + [ + "Sunny Loft in Clinton Hill", + 120 + ], + [ + "Cozy Sizeable Sutton Place Studio!", + 170 + ], + [ + "Great room in Upper Manhattan, New York!!!", + 47 + ], + [ + "Fresh and great 2BR", + 129 + ], + [ + "Great 2BR Apartment", + 119 + ], + [ + "Serene Brooklyn Apt w/ Terrace", + 99 + ], + [ + "Quaint 1BR In West Village", + 225 + ], + [ + "Bedroom with private bathroom & rooftop in duplex", + 50 + ], + [ + "Upper East close to the subway PERFECT LOCATION", + 100 + ], + [ + "1 bdr w Private balcony Fort Greene!", + 55 + ], + [ + "King Sized Bed Park Slope", + 155 + ], + [ + "Williamsburg Two Bedroom/Two Bath", + 275 + ], + [ + "Beauty bedroom in 1899 gem", + 65 + ], + [ + "Lux Apt by Botanic Garden & Museum", + 170 + ], + [ + "New York City Living", + 95 + ], + [ + "Beautiful Furnished 1 Bedroom NYC Apartment", + 129 + ], + [ + "1 BEDROOM SUITE IN HARLEM FAMILY TOWNHOUSE", + 175 + ], + [ + "Furnished Luxury 1BR apt. in the heart of NYC!", + 136 + ], + [ + "UWS/Elevator/CENTRAL/SUBWAYS/PARK", + 190 + ], + [ + "Bright and spacious 1 bedroom", + 150 + ], + [ + "The Most Happening Hood in BK!", + 75 + ], + [ + "Luxury 2BDR apt - 45 floor top view", + 590 + ], + [ + "Newly reno 1BR Harlem brownstone", + 169 + ], + [ + "Thanksgiving in Beautiful Bed-Stuy", + 51 + ], + [ + "CENTRAL PARK TOWNHOUSE Near Columbia Univ", + 899 + ], + [ + "One bedroom and shared space", + 90 + ], + [ + "Comfy place to stay in Brooklyn / Flatbush / 4", + 25 + ], + [ + "Sunny bedroom with balcony, Queens", + 65 + ], + [ + "NYC.CHAUNCEY1 15.min to Manhattan.", + 42 + ], + [ + "Sunny & Spacious Room w/ Private Bathroom", + 40 + ], + [ + "Brooklyn Bliss 1", + 60 + ], + [ + "1 Bedroom in the heart of Greenwich Village / SoHo", + 157 + ], + [ + "1 bedroom on lower east side", + 170 + ], + [ + "Private room in Brooklyn", + 50 + ], + [ + "Manhattan skyline Rm", + 55 + ], + [ + "Queen Size Bedroom with full closet", + 45 + ], + [ + "Luxury Studio Apartment in NYC'S Chelsea District", + 109 + ], + [ + "One bedroom garden apartment.", + 105 + ], + [ + "New and stylish NYC pad with skylight", + 150 + ], + [ + "6 week sublet in Harlem", + 45 + ], + [ + "Chill place in Brooklyn / Flatbush", + 40 + ], + [ + "Lg Top Flr Rm Park Slope Brownstone", + 105 + ], + [ + "Spacious Modern Alcove Studio 4", + 135 + ], + [ + "Quiet and Spacious luxury townhouse", + 180 + ], + [ + "Bed-Stuy Brownstone", + 150 + ], + [ + "Luxury studio Bedstuy Brooklyn", + 70 + ], + [ + "Sunny Clinton Hill Apartment", + 120 + ], + [ + "Cozy Bedroom in East Village", + 89 + ], + [ + "Cute Doublebed in Lower East Side", + 100 + ], + [ + "Charming duplex Morningside Heights-Private Floor", + 125 + ], + [ + "Spacious 1 BR Apartment - Sleeps 4", + 170 + ], + [ + "Single room in apartment share", + 80 + ], + [ + "Stylish Townhouse, 2 large bedrooms + ensuite bths", + 249 + ], + [ + "Duplex Penthouse & Private Rooftop", + 350 + ], + [ + "LUXURY XLARGE/24/7 DOORMAN~MIDTOWN", + 175 + ], + [ + "Spacious & Lofted in Williamsburg", + 120 + ], + [ + "TRUE2BR-PRIME MIDTOWN EAST~53rd&3rd", + 230 + ], + [ + "Tranquil Room :)", + 100 + ], + [ + "Beautiful Apartment in East Village", + 139 + ], + [ + "Charming comfy apt in hip Bushwick!", + 89 + ], + [ + "Flex 2BR Loft ( 1br +Sleep Loft +Sofa Bed )!", + 159 + ], + [ + "Luxury 1-Bedroom Financial District Apartment!", + 229 + ], + [ + "Subway-Ocean-Parking", + 70 + ], + [ + "UWS 1 BR/High Ceilings/Central Park", + 125 + ], + [ + "2 Bedroom East Village Americana Oasis", + 200 + ], + [ + "Luxury Studio Apt in NYC Financial District!", + 169 + ], + [ + "Bright West Village Apartment", + 175 + ], + [ + "LOWER EAST SIDE GEM", + 150 + ], + [ + "Charming & Spacious, 2 bedrooms in❤️of Greenpoint", + 90 + ], + [ + "Sunny duplex near Central Park", + 165 + ], + [ + "Gramercy & Madison Park CONDO 3 BED 2BATH", + 305 + ], + [ + "3 bdroom apt off Montrose L", + 200 + ], + [ + "Stylish Boutique Apt Close to Central Park", + 88 + ], + [ + "ARTISTIC STUDIO FOR TWO", + 110 + ], + [ + "upstairs apartment private, spacious", + 42 + ], + [ + "Steps from Museum of Art", + 150 + ], + [ + "HUGE room in beautiful apartment", + 50 + ], + [ + "Cute Clinton Hill brownstone apt!", + 125 + ], + [ + "Columbus Circle/Hell's Kitchen Gem", + 125 + ], + [ + "An Artists' Home in Chinatown - B", + 80 + ], + [ + "Sunny, spacious Washington Heights!", + 75 + ], + [ + "Lovely Studio in Midtown", + 120 + ], + [ + "Queen bedroom & huge private bath", + 79 + ], + [ + "Beautiful & Spacious EV Bedroom", + 90 + ], + [ + "Great 1 bedroom apartment in the heart of soho", + 190 + ], + [ + "Lavish 1BR in FiDi + city views", + 239 + ], + [ + "Bright, Charming APT in West Village/SoHo", + 200 + ], + [ + "Sunrise Condominium Apartment", + 200 + ], + [ + "BEAUTIFUL BROWNSTONE PARLOR FLOOR", + 175 + ], + [ + "Private & Quaint West Village Gem!", + 200 + ], + [ + "Large renovated 2 bedroom apt.", + 130 + ], + [ + "Sunny East Harlem one bedroom", + 95 + ], + [ + "King Bed,Entire Home Downtown, WiFi", + 140 + ], + [ + "Beautiful Home 1 Stop from Midtown", + 100 + ], + [ + "Upper Manhattan Inwood - Beautiful", + 75 + ], + [ + "Spacious Room in West Harlem", + 74 + ], + [ + "1 br in a spacious 2 br apt in UES", + 80 + ], + [ + "Room In Central and Spacious Williamsburg Loft!", + 60 + ], + [ + "Prospect Park 3 bedroom, Sleeps 8", + 125 + ], + [ + "Sunny Apt, Clinton Hill Brownstone", + 80 + ], + [ + "Peaceful & Colorful Brooklyn Oasis Near Park+Train", + 97 + ], + [ + "Charming,Quiet & Relaxing", + 79 + ], + [ + "Private Room in Fab East Village", + 110 + ], + [ + "Bright, spacious and cozy", + 140 + ], + [ + "Room in 3BR Condo, FREE WASHER/DRYER", + 57 + ], + [ + "Near Museum Mile and Central Park", + 195 + ], + [ + "Renovated Modern-right on Times Sqr", + 175 + ], + [ + "Bright, Sunny Room in Crown Heights", + 50 + ], + [ + "Spacious apartment close to 96St St", + 180 + ], + [ + "LOVELY 1BR. 15Min. to Times Square", + 180 + ], + [ + "Sunny Harlem penthouse", + 180 + ], + [ + "Spacious 1-bedroom in Crown Heights", + 100 + ], + [ + "Adorable, Artsy 1BR; Hip Location!", + 175 + ], + [ + "1bdr in luxury 2bdr apt - 45 floor", + 210 + ], + [ + "Prime Location & Tech Entrepreneurs", + 100 + ], + [ + "Sunny 1BR in Heart of Williamsburg", + 250 + ], + [ + "Pre-Thxgiving Park Slope Large 2br", + 55 + ], + [ + "Chill Bushwick Suite", + 80 + ], + [ + "Large 1-bedroom in midtown sleeps 1-4 people", + 103 + ], + [ + "2 bedroom with yard! Near L train!", + 150 + ], + [ + "1870's 3-story house private bedroom", + 90 + ], + [ + "Charming 2 Bed apt/Uptown Manhattan", + 150 + ], + [ + "Cozy 2 bedroom in heart of LES", + 190 + ], + [ + "Upper East Side 2 Bedroom Sleeps 4", + 95 + ], + [ + "Private Room Downtown", + 75 + ], + [ + "Spacious Williamsburg Apartment", + 150 + ], + [ + "Lovely room available in large apt!", + 48 + ], + [ + "Spacious Ft. Greene room near subway/restaurants", + 65 + ], + [ + "Beautiful shared apartment / Coliving in Brooklyn", + 27 + ], + [ + "Prospect Park 3 bdrm, Sleeps 8 (#2)", + 150 + ], + [ + "Private room in Manhattan", + 75 + ], + [ + "Modern Williamsburg Loft Great View", + 80 + ], + [ + "Spacious Apartment in East Village", + 185 + ], + [ + "Cozy room + backyard in Bushwick", + 55 + ], + [ + "ღ Spacious and chill studio 웃♥유", + 98 + ], + [ + "NYCHaven1: Entire House for less than a hotel room", + 165 + ], + [ + "Quiet room close to subway.", + 75 + ], + [ + "Modern Upper East Side Studio", + 145 + ], + [ + "East Village, 1 Bed, Clean & Clear.", + 135 + ], + [ + "Hosting single travelers, Weekends", + 50 + ], + [ + "Huge TriBeCa Loft, Shared Space 1Br", + 100 + ], + [ + "Cozy and Creative in Clinton Hill", + 100 + ], + [ + "Sunny East Village Apartment", + 130 + ], + [ + "Enjoy a Private Room in SoHo", + 145 + ], + [ + "Large, beautiful and sunny room", + 45 + ], + [ + "Cosy Loft, Studio - lots of light", + 120 + ], + [ + "Serenity Space", + 90 + ], + [ + "Large East Village 1 bedroom", + 190 + ], + [ + "2 bedroom apt on Upper East Side", + 250 + ], + [ + "Studio Apartment in Brooklyn", + 90 + ], + [ + "2-bedroom in Landmark building on W116th. Special", + 165 + ], + [ + "Beautiful East Village Apartment", + 175 + ], + [ + "Brownstone apt in historic Brooklyn", + 120 + ], + [ + "Open, private room, Central Harlem", + 85 + ], + [ + "Apartment in Lower Manhattan", + 90 + ], + [ + "Sunny plant-filled Park Slope apt", + 70 + ], + [ + "Cozy Large 1 BR Apt -Hamilton Hts", + 110 + ], + [ + "Fully-Furnished 1-BR New York City Apt", + 239 + ], + [ + "Times Square Area Neat & clean all inclusive AAA+", + 125 + ], + [ + "Modernly Furnished 1 Bedroom Apt in FiDi", + 239 + ], + [ + "Cushy Room in Cool Bk Neighborhood", + 55 + ], + [ + "West Village Apartment", + 195 + ], + [ + "Santuary from the City - Sunny Greenpoint Apt", + 150 + ], + [ + "2 Private Rooms for price of 1, Downtown NYC", + 104 + ], + [ + "Charming Room in East Village, NY", + 95 + ], + [ + "Bright loft style room in Bed-Stuy", + 45 + ], + [ + "Spacious 2BR apt in UES", + 210 + ], + [ + "Luxurious studio apt. across from Battery Park!", + 189 + ], + [ + "A Dreamy Brooklyn Solarium nearby Prospect Park!", + 40 + ], + [ + "Beautiful 1-Bedroom near Columbia!", + 100 + ], + [ + "Brownstone in Heart of West Village", + 295 + ], + [ + "UWS Lovely NYC Home - Private Entry&Bath", + 75 + ], + [ + "Cozy Room", + 34 + ], + [ + "2 bedroom apt in Bushwick, Brooklyn", + 200 + ], + [ + "Room in East Williamsburg", + 75 + ], + [ + "Affordable stay in NYC", + 110 + ], + [ + "East Harlem Cozy, Rustic Apartment!", + 100 + ], + [ + "Charming East Village/ABC City 1 Bedroom Apt", + 185 + ], + [ + "Cozy 1 bedroom, close to it all in Manhattan !", + 145 + ], + [ + "!! CLASSIC, LUXURY & CHARM !! By Central Park UWS", + 250 + ], + [ + "Spacious, Comfortable BK Room", + 55 + ], + [ + "Large 1 Bedroom apartment in 1897 landmarked house", + 145 + ], + [ + "Beautiful Apartment in Harlem, NY!", + 150 + ], + [ + "Large 1Br in Brooklyn cottage", + 70 + ], + [ + "Cozy Upper East Side 1 bedroom apt", + 195 + ], + [ + "Midtown East Room", + 86 + ], + [ + "Peaceful", + 120 + ], + [ + "Lge bedroom (2 pers) in Bushwick", + 60 + ], + [ + "Full-Sized Harlem Room with Style", + 65 + ], + [ + "Sunny Vibrant Historic 1 Bdrm Apt on CENTRAL PARK", + 199 + ], + [ + "Large, fully renovated room in Brooklyn, Bed-Stuy!", + 55 + ], + [ + "!Spacious & Modern Brooklyn Loft!", + 150 + ], + [ + "1 Bedroom w/ GARDEN -Williamsburg", + 165 + ], + [ + "Gorgeous, Cozy Studio w/ Projector!", + 100 + ], + [ + "CLASSY BROWNSTONE FOR UP TO 5!! Fee for extra beds", + 149 + ], + [ + "Cozy Artistic Haven", + 36 + ], + [ + "Nice Room in private house", + 50 + ], + [ + "1 RED BEDROOM IN 3 BEDROOMS APT", + 50 + ], + [ + "Luxury large one-bedroom apartment", + 300 + ], + [ + "Cosy private room in the City !", + 73 + ], + [ + "Modern and Quaint (long term 3 weeks or more)", + 100 + ], + [ + "Luxury 1 Bed apt in the heart of chelsea", + 193 + ], + [ + "Quiet retreat- exclusive. Access NYC attractions.", + 79 + ], + [ + "Rooftop View from Brooklyn", + 60 + ], + [ + "Private Room in Bushwick - Brooklyn", + 60 + ], + [ + "The BEST LOCATION in MANHATTAN!", + 159 + ], + [ + "Room in the heart of Williamsburg", + 75 + ], + [ + "2800 SQ FT Loft for Off-Sites, Events, & Shoots", + 750 + ], + [ + "Private Room, Upper East Side", + 235 + ], + [ + "Modernly Furnished Studio Apt in Midtown NYC", + 139 + ], + [ + "This Empty Nest is the Best!", + 41 + ], + [ + "Whole floor apt in old 5 points", + 220 + ], + [ + "Top floor, Hudson River views", + 120 + ], + [ + "East Village", + 180 + ], + [ + "NYC Midtown APT near Time Square", + 185 + ], + [ + "East Village Large Studio", + 225 + ], + [ + "1 BR UES Apartment", + 200 + ], + [ + "Huge 2BR in the heart of Brooklyn", + 150 + ], + [ + "Private Lg Room 15 min to Manhattan", + 74 + ], + [ + "Room and Breakfast - Room 1", + 49 + ], + [ + "Central and Vibrant Chelsea Home", + 140 + ], + [ + "Great Deal! Steps to Central Park", + 180 + ], + [ + "Lrg Private Bedroom in Williamsburg", + 50 + ], + [ + "Room near JFK Queen Bed", + 47 + ], + [ + "BRAND NEW RENOVATED 2BR~TIMES SQR", + 245 + ], + [ + "Super cozy private 1 bedroom garden apartment", + 115 + ], + [ + "Beautiful Private Rm in Trendy Area", + 50 + ], + [ + "Cozy City Island Cottage", + 110 + ], + [ + "Lge Rm Middle Park Slope Brownstone", + 125 + ], + [ + "Lovely E. Harlem Brownstone PH", + 150 + ], + [ + "a", + 139 + ], + [ + "Bright and Spacious Park Slope 1BR", + 220 + ], + [ + "Prime west village ~Charming 1BR", + 150 + ], + [ + "Sunny Private Room nr 4 Train Lines", + 79 + ], + [ + "Wdful 2 br/2bth apt in Williamsbug", + 240 + ], + [ + "Light filled apt. on quiet street", + 115 + ], + [ + "Studio Bedroom Apt in Williamsburg", + 120 + ], + [ + "Spacious Duplex w/ Additional Loft.", + 200 + ], + [ + "Spacious Duplex w/ additional loft.", + 200 + ], + [ + "NEWLY RENOVATED 1BDR PRIME LOCATION", + 150 + ], + [ + "2 BATHS & 2 BEDROOMS IN PENTHOUSE!", + 165 + ], + [ + "Affordable & Cozy East Village Room", + 85 + ], + [ + "Prime Chelsea 1BR Minimalist W16th", + 130 + ], + [ + "1 private bedroom", + 85 + ], + [ + "2 Bedrooms 100% Private", + 90 + ], + [ + "曼哈顿上西区比邻哥伦比亚大学一室一厅可住2-3人温馨小屋", + 120 + ], + [ + "Huge new modern chic reno 2 bed TSQ", + 70 + ], + [ + "Sunny Garden Facing Bedroom", + 40 + ], + [ + "Zen State", + 55 + ], + [ + "A Unique studio apartment", + 130 + ], + [ + "Room available in Midtown West NYC", + 60 + ], + [ + "Guest Room with Queen Bed.", + 65 + ], + [ + "New Apt -2 Blocks CENTRAL PARK Near COLUMBIA UNIV", + 249 + ], + [ + "Private Room PRIME Williamsburg!!", + 75 + ], + [ + "2 BR Pent House Loft in NYC!", + 500 + ], + [ + "2BR 30days MIN! Less than 30, BOOK MY ROOMS BELOW!", + 169 + ], + [ + "Chic and Rustic Townhouse", + 300 + ], + [ + "Walk to Times Square and More!", + 95 + ], + [ + "Beautiful Brooklyn Apartment Share (Yellow Room)", + 69 + ], + [ + "Entire Apartment-Brooklyn heights", + 240 + ], + [ + "Quiet studio in the UES, Manhattan", + 120 + ], + [ + "Location, Location, Location Meat Packing District", + 180 + ], + [ + "Great Space.. Central Park Area!", + 80 + ], + [ + "My Casa Ur Home Away From Home", + 90 + ], + [ + "Huge beautiful 2 bedroom Apt in BEST Area", + 140 + ], + [ + "Charming Apartment in East Village", + 200 + ], + [ + "Private room in unique Chelsea loft", + 139 + ], + [ + "BEAUTIFUL APT ON CENTRAL PARK WEST", + 250 + ], + [ + "Cozy Bedroom in Harlem", + 47 + ], + [ + "Sunny, Spacious, Botanical Greenpoint 1 Bdrm", + 108 + ], + [ + "Homie,cozy,artsy,warm,sweet,Harlem!", + 85 + ], + [ + "Excellent 1 Bedroom Apt. in Queens", + 75 + ], + [ + "A Tree Grows in Brooklyn", + 60 + ], + [ + "Cozy large and sunny bedroom in Greenpoint", + 80 + ], + [ + "Sunny room in the heart of Bushwick", + 60 + ], + [ + "The room . 25 min to time square, Midway LGA/JFK", + 50 + ], + [ + "Studio in the Financial District", + 120 + ], + [ + "Luxury stay near Lincoln Center NYC", + 300 + ], + [ + "NYC Loft Living Close to Everything!", + 275 + ], + [ + "Park Slope 1 Bed, Roofdeck, Laundry", + 100 + ], + [ + "in the heart of the Upper East Side", + 65 + ], + [ + "Large Sunny Room in West Harlem", + 65 + ], + [ + "Stunning 3 BR Apartment Fort Greene", + 350 + ], + [ + "Spacious, Bright and Comfortable", + 132 + ], + [ + "COMFY SOFA BED IN MY 1 BEDROOM APT!", + 35 + ], + [ + "Sunny, charming Soho studio", + 150 + ], + [ + "Gorgeous bedroom near Central Park", + 75 + ], + [ + "Chelsea NYC Shared Apartment", + 100 + ], + [ + "Peaceful, Sun-drenched Apartment in Vibrant Area", + 89 + ], + [ + "Clean private room with bathroom", + 50 + ], + [ + "West 57th Street by Hilton Club", + 300 + ], + [ + "Cozy SpaHa Apartment", + 50 + ], + [ + "Midtown 2B/2BTH w large living room", + 400 + ], + [ + "Midtown Hells Kitch. Next to Timesq", + 250 + ], + [ + "Spacious, Private Room For Rent", + 70 + ], + [ + "Upper East Side At Its Best", + 135 + ], + [ + "Spacious 2-Bedroom near Highline", + 450 + ], + [ + "Spacious One Bedroom", + 80 + ], + [ + "Beautiful Room: Charming Apt Central Williamsburg", + 90 + ], + [ + "Brand New Chic Building-Fort Greene", + 100 + ], + [ + "2 bedroom Artist's Sunny top floor Brownstone apt", + 90 + ], + [ + "Charming + Spacious Brownstone Apt", + 145 + ], + [ + "Sunny and charming one bedroom", + 125 + ], + [ + "Artsy Loft In Prime Location", + 50 + ], + [ + "Quaint South Slope Retreat", + 150 + ], + [ + "Welcoming, Clean, Cheap on St Marks", + 95 + ], + [ + "Quiet, cozy, and big Bushwick Apt!", + 125 + ], + [ + "Cozy, yet Spacious Apt in Astoria!", + 120 + ], + [ + "Upscale 3 Bedrooms + 2 Bath Apt +Washer/Dryer", + 400 + ], + [ + "Manhattan Townhome Garden Apartment", + 201 + ], + [ + "Cozy private space", + 50 + ], + [ + "Times Square", + 199 + ], + [ + "Cosy and quiet Williamsburg room", + 49 + ], + [ + "Charming 1-bed apt w/ private deck", + 185 + ], + [ + "Beautiful Loft Home in Bushwick!", + 85 + ], + [ + "Cozy Studio", + 89 + ], + [ + "BRIGHT AND HUGE ROOM - BED STY BK", + 100 + ], + [ + "Hip Bushwick apartment", + 60 + ], + [ + "Midtown East Modern Alcove Studio 5", + 132 + ], + [ + "Williamsburg Brooklyn 1 Bedroom", + 125 + ], + [ + "Quiet, cozy, sunlit Brooklyn home", + 100 + ], + [ + "Artsist's NYC Downtown Luxury Loft", + 175 + ], + [ + "Luxury Midtown West 1BR w/pool, wifi", + 304 + ], + [ + "Spacious two bedroom with backyard", + 95 + ], + [ + "Charming, Clean 1BR in Brooklyn", + 100 + ], + [ + "2 BR in Theater Dist./Times Square", + 300 + ], + [ + "Private Cozy studio NBPC/Tribeca", + 175 + ], + [ + "Penthouse Suites Midtown Manhattan", + 300 + ], + [ + "Sublet Cozy Spacious Private Room near Manhattan", + 39 + ], + [ + "Modern Spacious Apartment near UN (doorman bldg)", + 179 + ], + [ + "Cozy studio just off Main Street", + 20 + ], + [ + "One-bedroom in Morningside Heights", + 120 + ], + [ + "A clean and warm master bedroom!", + 82 + ], + [ + "Cozy studio on the Upper East Side!", + 170 + ], + [ + "Charming Union Sq Studio w/Elevator", + 120 + ], + [ + "Sunny, Book-Filled Room in Carroll Gardens", + 75 + ], + [ + "Bushwick 2 bdrm near JMZ train stop", + 110 + ], + [ + "The New Downtown* 1 bdrm", + 177 + ], + [ + "Cozy 1bdrm apt in Midtown Manhattan", + 180 + ], + [ + "Newly renovated apartment.", + 70 + ], + [ + "Stunning Greenwich Village Triplex", + 325 + ], + [ + "NYC Fantastic Apartment (very quiet &private bath)", + 165 + ], + [ + "Private Room in Williamsburg Loft", + 75 + ], + [ + "1 Queen Bed", + 159 + ], + [ + "Typical Cozy 1BR - Prime Upper West", + 150 + ], + [ + "1 Bedroom in USW 71/Columbus", + 150 + ], + [ + "Furnished 1-BR near all NYC'S major attractions!", + 230 + ], + [ + "2 Twin Beds", + 159 + ], + [ + "Entire home-- Brownstone Brooklyn", + 250 + ], + [ + "Bright and spacious 1 bedroom", + 119 + ], + [ + "-Deluxe Furnished 1 Bedroom Apartment in Midtown", + 239 + ], + [ + "Spacious Beautiful 1BR APT", + 80 + ], + [ + "Spacious room in Midtown East", + 99 + ], + [ + "Spacious 2BR (4 rooms) in the Upper West Side", + 250 + ], + [ + "Close to train - Williamsburg Garden Apartment", + 125 + ], + [ + "Designy, cozy, & kid friendly!", + 150 + ], + [ + "Sunny bedroom with backyard (L Jefferson)", + 50 + ], + [ + "Large Apartment - East Village", + 200 + ], + [ + "Comfy Room Near Bronx Zoo and NYBG!", + 47 + ], + [ + "Large Modern Apartment w Backyard", + 150 + ], + [ + "Luxury Apt in EV - 2 Spacious BR + 2 Full Bath!!", + 299 + ], + [ + "Home for the Holidays: Midtown West", + 142 + ], + [ + "Spacious top floor townhouse in BK", + 150 + ], + [ + "Modern Lux APT Private Bath 15 min to Times Sq", + 88 + ], + [ + "1 bed/bath w/ Cali King bed- duplex", + 800 + ], + [ + "Spacious apt next to Botanic Garden", + 85 + ], + [ + "Cleanest times square room", + 169 + ], + [ + "Beautiful Private Parlor-Level 1-BR Apt.", + 110 + ], + [ + "Beautiful Room in Artistic Loft", + 60 + ], + [ + "Spacious Private Ground Floor Studio Apt.", + 110 + ], + [ + "Located in the heart of Soho!!", + 78 + ], + [ + "Apartment in Bay Ridge, Brooklyn", + 110 + ], + [ + "Sunny, Spacious Apartment", + 46 + ], + [ + "Spacious House, 20 min to Manhattan", + 80 + ], + [ + "Convenient Hell's Kitchen 1br/2-4pp", + 150 + ], + [ + "2-bedroom in the heart of the EV!", + 199 + ], + [ + "Clean, mid-century modern decorated", + 125 + ], + [ + "Soho 3BR/2BA Everything is just outside your door!", + 650 + ], + [ + "*LARGE PRIVATE ROOM WITH A LARGE WINDOW*", + 58 + ], + [ + "Great 2br East Village Apartment", + 200 + ], + [ + "Charming Gramercy Studio Furnished", + 145 + ], + [ + "Clean, Quiet, Hip Apt in Bed Stuy", + 98 + ], + [ + "Cozy Cove in Crown Heights", + 40 + ], + [ + "TIMES SQ BLCK AWAY w/ SUNNY BDRM. NO INSTANT BOOKN", + 135 + ], + [ + "Cozy 1br in the Heart of Kips Bay", + 250 + ], + [ + "HUGE Artist's 1 bedroom LOFT, Lower East Side.", + 250 + ], + [ + "Park Slope, Brooklyn Charm", + 130 + ], + [ + "Cozy room in heart of Brooklyn!", + 60 + ], + [ + "Heart of St Marks 2 Bedroom", + 350 + ], + [ + "Beautiful 5bedrm duplex, sleeps 11 comfortably!", + 465 + ], + [ + "Cozy Upper East Side 1 Bed", + 126 + ], + [ + "Spacious 1 Bedroom Apartment", + 215 + ], + [ + "1BR steps from park, museums, more", + 139 + ], + [ + "Central Park - spacious 1 bedroom -", + 200 + ], + [ + "Fantastic Upper West Side!", + 200 + ], + [ + "i would like to sublet for 3 months", + 40 + ], + [ + "Room Available- Prospect Park South", + 55 + ], + [ + "Cozy Loft Apartment in Bushwick", + 99 + ], + [ + "Master Bedroom in Williamsburg Loft", + 82 + ], + [ + "Charming Brooklyn One Bedroom", + 185 + ], + [ + "Spacious Sunny room in East Village", + 60 + ], + [ + "Luxury Studio in Chelsea/Flat Iron", + 200 + ], + [ + "Upper East Side Studio - 77/1st Ave", + 140 + ], + [ + "A Express train Bed Stuy Getaway", + 94 + ], + [ + "Cozy Boerum Hill Apartment", + 134 + ], + [ + "Cozy Loft in Trendy Brooklyn area", + 60 + ], + [ + "Semi-Private Space in Prime Midtown East", + 70 + ], + [ + "Amazing Loft on the Lower East Side", + 200 + ], + [ + "Cozy and Friendly Central Park Room", + 90 + ], + [ + "Spacious Greenpoint Duplex w/Yard", + 115 + ], + [ + "Large 1BR in Heart of LES", + 245 + ], + [ + "Chic East Village 2BR", + 375 + ], + [ + "Cozy, 1 bedroom Brownstone Apt", + 75 + ], + [ + "Cozy apartment in Lower East Side", + 150 + ], + [ + "Gorgeous, convenient apt, sleeps 7", + 159 + ], + [ + "Great room with FULL private Bath", + 40 + ], + [ + "Spacious Room in Greenpoint Duplex", + 57 + ], + [ + "Spacious 2 bedroom loft (1600 sf)", + 425 + ], + [ + "Darling West Village Studio", + 200 + ], + [ + "I am Minutes from it All.", + 65 + ], + [ + "Sunny room in heart of Greenpoint", + 65 + ], + [ + "Spacious Room in Beautiful Apartment in Brooklyn!", + 75 + ], + [ + "Central Park/Museum Mile", + 90 + ], + [ + "Bedroom for two near St Marks", + 100 + ], + [ + "Cozy Bowery Studio (6, BDFM trains)", + 100 + ], + [ + "EXCELLENT LOCATION near Manhattan!!", + 77 + ], + [ + "Large artist one bedroom in Williamsburg!", + 165 + ], + [ + null, + 190 + ], + [ + "Gorgeous Loft in the LES/Chinatown!", + 190 + ], + [ + "Sunny Bedroom in Park Slope", + 45 + ], + [ + "Stylish and Comfy in Bed Stuy", + 72 + ], + [ + "Sleeps 5, 2.5 bedrooms. Families or small group.", + 230 + ], + [ + "MANHATTAN SWEET 2 Bd/3Bd DEAL", + 250 + ], + [ + "Prime MidTown East Spacious Studio", + 140 + ], + [ + "Brand new 1 BR apt Steps from train", + 85 + ], + [ + "East Village Studio Apartment", + 99 + ], + [ + "Downtown Manhattan, 2 Bedroom", + 200 + ], + [ + "Spacious Master BR Near BK Museum", + 99 + ], + [ + "Bright One Bedroom in Williamsburg", + 140 + ], + [ + "Beautiful Apartment in Center of Williamsburg", + 181 + ], + [ + "Large Brooklyn Apartment In Townhouse", + 165 + ], + [ + "Essential Lower East Side", + 175 + ], + [ + "SuperSunny Apt 20min From Manhattan", + 100 + ], + [ + "Charming Carroll Gardens 2 BR", + 209 + ], + [ + "Room in 3br apt", + 110 + ], + [ + "Private Room in Williamsburg", + 50 + ], + [ + "Large 1BR apt,25min to Times Square", + 80 + ], + [ + "Trendy but cozy private bdrm & bath", + 75 + ], + [ + "Cozy Studio in an Amazing Location", + 70 + ], + [ + "1bd steps from Central Park/museum", + 125 + ], + [ + "Cozy warm one bedroom", + 70 + ], + [ + "Small room with convenient commute", + 180 + ], + [ + "Clean ground floor apartment", + 100 + ], + [ + "Sunny & Spacious Park Slope Gem", + 200 + ], + [ + "Inviting & immaculate 1BR - 15 min to midtown", + 100 + ], + [ + "Quiet Upper West Side Private Room", + 95 + ], + [ + "2BR apt 10 min to Midtown!", + 150 + ], + [ + "Cozy 2 Bedroom in Historic District", + 144 + ], + [ + "Beautiful, airy, light-filled room", + 42 + ], + [ + "Charming Bdrm Mins from Lively LES", + 95 + ], + [ + "Charming 2 bd 1 br Apartment in LES", + 220 + ], + [ + "Private Bedroom in Luxury Highrise", + 209 + ], + [ + "Beautiful room in Center of Williamsburg!", + 118 + ], + [ + "Cozy Room in Bushwick Apartment!", + 50 + ], + [ + "Master Bedroom- Beautiful Bed Stuy", + 95 + ], + [ + "Cute Private Bedroom | East Village", + 85 + ], + [ + "Family Friendly 2BR/1BA in UWS", + 200 + ], + [ + "Charming 2BR Apartment: Central Williamsburg", + 161 + ], + [ + "Modern/Spacious 1Br-1 stop to city!", + 110 + ], + [ + "Spacious 1 BR in Midtown East", + 149 + ], + [ + "Smart & Chic Studio Prime Location", + 104 + ], + [ + "Great place - heart of Williamsburg", + 200 + ], + [ + "Charming & Sunny Williamsburg Apt", + 99 + ], + [ + "Spacious Bohemian Apartment", + 80 + ], + [ + "Gorgeous 2br West Village Getaway", + 400 + ], + [ + "Entire 2bed apt in Brooklyn", + 98 + ], + [ + "Cozy room in the heart of Brooklyn", + 63 + ], + [ + "Cozy & Comfortable Private Room | Private Bathroom", + 69 + ], + [ + "Boutique Living, 10 min from NYC", + 89 + ], + [ + "1Bdr APARTMENT, Astoria, NY [10min from Manhattan]", + 99 + ], + [ + "Studio Apartment in Herald Square", + 140 + ], + [ + "Amazing Brownstone", + 150 + ], + [ + "Airy & Open Apt. In Carroll Gardens Brooklyn", + 199 + ], + [ + "Luxury Studio in Financial District", + 120 + ], + [ + "Chez Sullivan", + 175 + ], + [ + "Beautiful 2BD Apt. in Trendy Lower East side,NYC", + 300 + ], + [ + "Private Room & Modern Feel", + 40 + ], + [ + "Sunny 2nd Bedroom in Cheery Bushwick Apt", + 100 + ], + [ + "Light and airy 2 bedroom apartment.", + 170 + ], + [ + "400 Sq Ft 1 BR - East Village - Prime Location", + 120 + ], + [ + "Spacious Room in Trendy Brooklyn Area with Yard", + 60 + ], + [ + "Beautiful Large 1 BED in Upper Manhattan", + 90 + ], + [ + "Quiet roomy space", + 60 + ], + [ + "Large Family Size Apt. Ground Zero", + 450 + ], + [ + "2 BR available for summer rental!!!", + 75 + ], + [ + "Upper West Side Studio", + 170 + ], + [ + "Your sunny, large room in Brooklyn!", + 75 + ], + [ + "Feel at home.", + 75 + ], + [ + "Light filled room in Greenpoint", + 80 + ], + [ + "Fully Furnished studio in Brooklyn", + 139 + ], + [ + "Fifth Ave. Modern Studio", + 250 + ], + [ + "Cozy 1 bdrm Chelsea/Meatpacking", + 150 + ], + [ + "Sunny and Spacious Room in Bushwick", + 90 + ], + [ + "Serene Private Room w/ River View!", + 55 + ], + [ + "Loft on the Bowery w/roofdeck", + 296 + ], + [ + "Sun-filled Nolita 1 Bdrm Apt - prime location", + 150 + ], + [ + "HUGE Sundrenching Apartment Waiting Just For YOU!", + 139 + ], + [ + "Greenwhich Village Luxury Loft", + 249 + ], + [ + "Perfect 1 BR in UWS", + 250 + ], + [ + "Spacious, Fun 1BR Home in Village", + 205 + ], + [ + "Spacious Bushwick 1Br off Morgan L. Sleeps 2.", + 90 + ], + [ + "STARTUP CHEAP PLACE BROOKLYN", + 25 + ], + [ + "Garden Apartment with patio", + 65 + ], + [ + "Charming 1 bedroom apt ...", + 250 + ], + [ + "Castle View Brownstone", + 140 + ], + [ + "Neat, Safe and Well Located Apt.", + 110 + ], + [ + "Large terrace 1 bed room (br) apt", + 200 + ], + [ + "Large and cozy Apart NYC.", + 120 + ], + [ + "1 bedroom in Williamsburg", + 120 + ], + [ + "E.village Uber cool Ensuite room", + 110 + ], + [ + "Ashes Cove", + 200 + ], + [ + "Light-filled Room in Renovated Apt", + 60 + ], + [ + "Gooood Morning America!", + 205 + ], + [ + "Private master bedroom with TV - Williamsburg", + 50 + ], + [ + "comfy NYC studio apartment", + 183 + ], + [ + "Holidays in Williamsburg!", + 125 + ], + [ + "Sunny room in great location", + 70 + ], + [ + "Private, modern South Slope studio", + 90 + ], + [ + "Center of Williamsburg - Modern apt w HUGE PATIO", + 375 + ], + [ + "Bright, Comfortable space in Historic Brownstone!", + 50 + ], + [ + "ENTIRE Upper East Side Loft Apartment", + 199 + ], + [ + "Spacious Bedroom on the East River", + 130 + ], + [ + "North of Madison Square Park Duplex", + 285 + ], + [ + "Relax in your Brooklyn Private Bed with Key", + 72 + ], + [ + "Great Big Room near Prospect Park", + 36 + ], + [ + "Private Master Bedroom / Bushwick", + 84 + ], + [ + "Private Room/Full Bed, East Village", + 100 + ], + [ + "Rhonda's bed and breakfast", + 130 + ], + [ + "Amazing 3 Bedroom in East Village", + 285 + ], + [ + "*SOHO 1 bedroom plus pullout sofa*", + 175 + ], + [ + "Manhattan Brownstone Great Location", + 465 + ], + [ + "Charming 1 BR in Heart of Nolita", + 175 + ], + [ + "Lovely, Serene Brooklyn (NYC) Charm with ACs.", + 165 + ], + [ + "Design Lux 1 bed ! Doorman Gym!5222", + 156 + ], + [ + "Doorman 1 Bedroom Furnished LUX5156", + 191 + ], + [ + "Sunny 2 full bedroom apartment :)", + 160 + ], + [ + "Sunny, Near Times Sq & Central Park", + 305 + ], + [ + "LUXURY SUNLIT place in the EAST VILLAGE!", + 200 + ], + [ + "Spacious 3br Williamsburg Apt One Block From Water", + 260 + ], + [ + "Bright Room near Times Sq/Central Pk.", + 105 + ], + [ + "Little house on 12th Street", + 85 + ], + [ + "Spacious 1 bedroom near 125th St.", + 100 + ], + [ + "Big room in Williamsburg Penthouse", + 79 + ], + [ + "Staying with Mike in Hells Kitchen/Times Square.", + 120 + ], + [ + "three bedroom in east village", + 300 + ], + [ + "Room for 1 Female or Couple", + 65 + ], + [ + "Chelsea studio", + 100 + ], + [ + "Sunny Clinton Hill Brownstone Apt", + 127 + ], + [ + "LGA/TimeSqaure/Private BDroom+Bath, Queens", + 49 + ], + [ + "Upper west Apt close to Central Pk", + 108 + ], + [ + "Be comfortable in Harlem", + 121 + ], + [ + "High Luxury Thanksgiving Stay", + 180 + ], + [ + "Private RM in 3 bedroom brownstone in Bedstuy", + 34 + ], + [ + "Quiet Renovated Chinatown Apartment", + 180 + ], + [ + "NEW Penthouse UnionSq Wraparound Terrace", + 250 + ], + [ + "Sunny Greenpoint Junior 1 Bedroom", + 100 + ], + [ + "Doorman Gym Studio Deck!5155", + 175 + ], + [ + "Doorman Swimming Pool Gym Modern Furnished!5208", + 175 + ], + [ + "Spacious & Sunny East Village Studio", + 190 + ], + [ + "Stylish apartment in Sunset Park Brooklyn", + 90 + ], + [ + "UNBEATABLE LOCATION/TIMES SQUARE!", + 160 + ], + [ + "1 Bed available in 2 BR Apt in UWS", + 51 + ], + [ + "Quiet 1 bdr UWS Apartment", + 150 + ], + [ + "Stylish and zen Brooklyn retreat", + 325 + ], + [ + "The LOFT in Bushwick+ Arcade!", + 99 + ], + [ + "1 Bedroom Luxury Apartment on 33rd", + 150 + ], + [ + "Beautiful Loft - Willimsbrg Bedford", + 280 + ], + [ + "Charming One Bed Room Apartment", + 110 + ], + [ + "Private Room in Beautiful Williamsburg Apt.", + 100 + ], + [ + "Two Bedroom Apt w/Private Balcony & Small Bathroom", + 125 + ], + [ + "Greenwich Village - SoHo Duplex+Balcony+Terrace", + 275 + ], + [ + "Modern Southwestern Retreat- Spacious 1 Bed", + 308 + ], + [ + "Spacious modern 3 BR in Park Slope", + 200 + ], + [ + "Room #3 in Hip Harlem Garden Apt.", + 60 + ], + [ + "Great room in Greenwich Village!", + 65 + ], + [ + "UWS Railroad Apartment", + 110 + ], + [ + "City living without all the noise.", + 189 + ], + [ + "Safe&Cozy bdoom/5 mins to Manhattan", + 60 + ], + [ + "Private Room - Midtown West NYC", + 90 + ], + [ + "Ensuite Bathroom in Luxury Duplex", + 65 + ], + [ + "Bright & Calm Brooklyn Retreat", + 128 + ], + [ + "Yogi's Luxury on Prospect Park", + 200 + ], + [ + "Your Park Slope Retreat", + 120 + ], + [ + "Cozy Private Room in 2 bedroom APT", + 75 + ], + [ + "Gorgeous studio available!", + 69 + ], + [ + "Perfect apartment, Manhattan NYC", + 120 + ], + [ + "Murray Hill NYC Apartment", + 95 + ], + [ + "Quiet modern space", + 142 + ], + [ + "Cozy 1BR", + 210 + ], + [ + "Master Room & private bathroom 15m to Manhattan", + 155 + ], + [ + "Large & Bright in West Village!", + 300 + ], + [ + "Subway. Ocean. Parking", + 70 + ], + [ + "Cute private space in an Awesome Location", + 180 + ], + [ + "Come Enjoy My Trendy Harlem", + 70 + ], + [ + "Private Room in Gramercy Park", + 95 + ], + [ + "Private Light-Filled 2-Room Space", + 100 + ], + [ + "Brooklyn Gem nr Shops, Subways", + 129 + ], + [ + "Monthly+. Quiet, Upscale Neighborhood", + 62 + ], + [ + "Cozy private bedroom in 3BR Apt", + 40 + ], + [ + "Large bedroom available in 2-bedroom apt.", + 90 + ], + [ + "Big Bright Private Room in Brooklyn", + 42 + ], + [ + "Stunning 2 bd home in historic limestone", + 125 + ], + [ + "Modern Williamsburg Apartment", + 100 + ], + [ + "NEW HUGE 2 ROOMS TIMES SQ CHIC NY!!", + 70 + ], + [ + "Huge/private studio right off the L", + 108 + ], + [ + "Grand Home On Kissena Park in Flushing NYC", + 500 + ], + [ + "Trendy 1 BR in the LES NY", + 115 + ], + [ + "Amazing Location! mid-70s 1BR @ Columbus", + 275 + ], + [ + "Stay in the coolest neighborhood", + 40 + ], + [ + "Hi! Stylish Spotless 2Bdr w Terrace", + 289 + ], + [ + "Relaxing Retreat in Williamsburg", + 130 + ], + [ + "Huge room in El Barrio.", + 55 + ], + [ + "Roomy Manhattan Studio", + 125 + ], + [ + "Sunny Studio Apt in Historic Harlem", + 130 + ], + [ + "Cozy room in a spacious house", + 60 + ], + [ + "2000sq $2 million 3 story townhouse", + 99 + ], + [ + "Cozy Bedroom in Sunny Apartment", + 50 + ], + [ + "Beautiful Duplex with Patio!!!", + 78 + ], + [ + "Cozy Studio in East Harlem", + 150 + ], + [ + "Library BnB by the Park - Upper West Side", + 90 + ], + [ + "2Bed/ 2Bath Impeccable Stylish Brooklyn Home", + 275 + ], + [ + "Huge New Reno Slick Times Sq Quiet!", + 70 + ], + [ + "Huge room with private bathroom in Brooklyn", + 39 + ], + [ + "Location Location Location!!!!", + 185 + ], + [ + "BIG bedroom in Uptown Manhattan", + 49 + ], + [ + "Large, Sunny Room in Bushwick!", + 69 + ], + [ + "4 Bedroom Downtown Brooklyn", + 330 + ], + [ + "Boutique Studio", + 110 + ], + [ + "Upper East Side doorman building.", + 450 + ], + [ + "Central Park Room for 2 on the UWS", + 150 + ], + [ + "Times Sq brand huge new 2 room!!!!", + 80 + ], + [ + "Modern reno 2 room Times Sq quiet!", + 80 + ], + [ + "SoHo Apt. in Historic Townhouse, Private Terrace", + 310 + ], + [ + "Reno huge 2 room quiet Times Sq!!!", + 70 + ], + [ + "True 2 BR in heart of Chelsea", + 325 + ], + [ + "Private Room Available", + 65 + ], + [ + "Cosy Carroll Garden Apartment", + 155 + ], + [ + "Beautiful &Cozy&Spacious!", + 45 + ], + [ + "Best location, Midtown Times Square", + 125 + ], + [ + "beautiful room with balcony", + 49 + ], + [ + "New Years in Hudson Heights!", + 150 + ], + [ + "Trendy Williamsburg Apartment!", + 80 + ], + [ + "LUXURY@ Reasonable Price! Few Mins 2 Times Square!", + 145 + ], + [ + "2 BED STEP TO THE TRAIN", + 125 + ], + [ + "❤️ Charming and Quiet NYC Guestroom ❤️", + 60 + ], + [ + "Lovely Little Literary Loft!", + 50 + ], + [ + "Light Room In Little Italy", + 70 + ], + [ + "Beautiful penthouse in Williamsburg", + 531 + ], + [ + "COMFY East Village w loft sleep 6 Coffee included", + 199 + ], + [ + "The Central Park Studio", + 214 + ], + [ + "Cozy 1 Bed Rm Appt in Kipps Bay !", + 70 + ], + [ + "1BR Beautifull Bright Very Spacious", + 105 + ], + [ + "Large 1BR Apartment, near Times Sq (2nd Floor)", + 240 + ], + [ + "Gorgeous studio", + 114 + ], + [ + "Bedroom in spacious apt w/ backyard", + 45 + ], + [ + "Private Room in SAFE area of Harlem", + 45 + ], + [ + "Apartment 20 minutes from Manhattan", + 143 + ], + [ + "Artist & art filled apartment in williamsbourg", + 145 + ], + [ + "Room in a Historic Old Brownstone", + 90 + ], + [ + "Centrally Located Bedroom with Private Garden", + 75 + ], + [ + "Private room in classic SoHo loft", + 225 + ], + [ + "Charming Upper West Side Studio", + 150 + ], + [ + "Beautiful 1BR Garden Apt in BK", + 150 + ], + [ + "Wonderful 1-BR apt in Chelsea", + 182 + ], + [ + "Clean bright room, Upper West Side", + 62 + ], + [ + "Beautiful New Apt-perfect location!", + 65 + ], + [ + "Elegant High Rise Condo w/ Doorman", + 175 + ], + [ + "Huge NYC 4BR Condo ByD'subwaySlp 12", + 525 + ], + [ + "Prime Location in CHELSEA", + 98 + ], + [ + "Private Cozy BR near Union Square - FEMALE only", + 61 + ], + [ + "Modern Studio UWS", + 159 + ], + [ + "Best house for New York 欢迎中国游客短租", + 68 + ], + [ + "Luxury Studio in Artsy Brooklyn", + 69 + ], + [ + "Spacious, Upper East Side apartment", + 125 + ], + [ + "Sunshine 1BR Apt near M&L Subways, Kitchenette", + 115 + ], + [ + "Private bedroom available in the East Village", + 85 + ], + [ + "Fifth Ave/Central Park 1BR IN A TownHouse Garden", + 209 + ], + [ + "Newly Renovated Soho Apt: 2 bedroom/2 bathroom", + 225 + ], + [ + "Lovely 1-bedroom apartment in SoHo!", + 100 + ], + [ + "1 Bedroom in 2 bdr Bushwick apt", + 55 + ], + [ + "Cozy Private Room in Cobble Hill", + 80 + ], + [ + "Cozy Room in Artistic Apartment", + 80 + ], + [ + "CHARMING, QUIET ONE BEDROOM APT W/ BACK YARD", + 85 + ], + [ + "Brand new apt in heart of Midtown!", + 280 + ], + [ + "Super Cool Brooklyn, Near Manhattan", + 125 + ], + [ + "Williamsburg Room & Private Bath", + 90 + ], + [ + "Upper East Side - amazing location!", + 175 + ], + [ + "Spacious alcove studio in Tribeca", + 150 + ], + [ + "Amazing 1BR Apt in the heart of East Village", + 180 + ], + [ + "Awesome Green Vill. Penthouse Apt.", + 250 + ], + [ + "Spacious room in the heart of Astoria!", + 60 + ], + [ + "Spacious Park Slope 3 Bb APT", + 200 + ], + [ + "2 BR/2BA UWS Luxury Apartment w Private Backyard", + 295 + ], + [ + "Private room in Wash Heights NYC", + 40 + ], + [ + "Cozy UWS Studio by Central Park", + 150 + ], + [ + "Holiday Rental in NYC!", + 40 + ], + [ + "Bright, airy East Village apartment", + 180 + ], + [ + "1 bedroom clean & simple in manhattan.", + 145 + ], + [ + "Sunny and Close to Everything!", + 175 + ], + [ + "Spacious W.Village Triplex, terrace", + 275 + ], + [ + "Spacious and comfortable 1Br apt close to NYC.", + 115 + ], + [ + "Cosy studio / newly renovated", + 175 + ], + [ + "Subletting my room (Jan-May)", + 65 + ], + [ + "Penthouse Duplex & Roof Top Terrace", + 345 + ], + [ + "Handsome Lower East Side 1-bedroom", + 150 + ], + [ + "Cozy, E.Vill room w/ private bath!", + 75 + ], + [ + "Cozy 1 bed Apt in Hell's Kitchen!", + 219 + ], + [ + "Spacious Artist's Loft", + 300 + ], + [ + "Big 2BR with large living area", + 225 + ], + [ + "Clean 2 Bedroom Apt w. Washer/Dryer", + 275 + ], + [ + "Stylish and clean apt, sleeps 5", + 350 + ], + [ + "Brand New Upper East Side!", + 175 + ], + [ + "Large Bright Bushwick Private Room!", + 60 + ], + [ + "South Slope house for Families!", + 350 + ], + [ + "Sunny, Charming Brooklyn 1 Bedroom!", + 119 + ], + [ + "Nice and cozy studio in the Upper West Side.", + 175 + ], + [ + "J&D Vacation Home", + 335 + ], + [ + "A tranquil base for exploring NYC", + 70 + ], + [ + "Comfy Bushwick Apartment", + 180 + ], + [ + "Manhattan furnished 2 bedrooms #2", + 299 + ], + [ + "Mi Casa Es Su Casa NYC", + 99 + ], + [ + "Cozy, Artsy Apartment in Upper NYC", + 95 + ], + [ + "Room in Williamsburg penthouse", + 50 + ], + [ + "Brooklyn Comfort.", + 150 + ], + [ + "Charming Tenament Apt Great View", + 655 + ], + [ + "Bright 1 bedroom in Hells Kitchen", + 99 + ], + [ + "Fabulous FiDi home away from home", + 250 + ], + [ + "Gorgeous 1BR in Williamsburg church", + 450 + ], + [ + "Spacious and quiet Manhattan Harlem 1-bed apt!", + 190 + ], + [ + "Spacious Prospect Heights Room", + 58 + ], + [ + "Cozy, clean apartment in Greenpoint", + 70 + ], + [ + "Private Comfortable Room", + 41 + ], + [ + "1 BD BALCONY APT SECURE ELEVATOR BLDG W/ ROOFTOP", + 325 + ], + [ + "Comfy & Sunny Studio Rental", + 180 + ], + [ + "Old World Manhattan One-Bedroom", + 95 + ], + [ + "Huge, 2-Bedroom West Village Apt", + 500 + ], + [ + "Modern Flat in the Heart of Chelsea", + 160 + ], + [ + "1BR newly renovated - 5 min walk to Central Park", + 303 + ], + [ + "Hells Kitchen hideaway", + 400 + ], + [ + "Queen Bed in williamsburg Brooklyn", + 46 + ], + [ + "W 4th Ground Floor 1bd Apt", + 132 + ], + [ + "Sunny, spacious 1 BR apt in Harlem", + 125 + ], + [ + "Charming PreWar Bedroom in Flatbush", + 50 + ], + [ + "Sunny, quiet place room 1", + 45 + ], + [ + "Modern 1 Bedroom Harlem Apt", + 165 + ], + [ + "BRIGHT & SPACIOUS ROOM!", + 79 + ], + [ + "Charming 3 bedroom/2ba in Brooklyn", + 215 + ], + [ + "Private Room/Bath in Modern Williamsburg Apt.", + 80 + ], + [ + "Chelsea studio", + 150 + ], + [ + "Private room in heart of Boerum Hill, Brooklyn", + 62 + ], + [ + "whole apartment & 2 cats!", + 68 + ], + [ + "A COOL APARTMENT in MANHATTAN Perfect for Holiday", + 300 + ], + [ + "Modern luxurious studio apt. 15 mins to Times Sq.", + 149 + ], + [ + "Perfect one Bed in central Location #12", + 200 + ], + [ + "Beautiful Renovated Brownstone", + 275 + ], + [ + "Sugar Hill Airbnb", + 110 + ], + [ + "Pretty 1 BR 2 mins from subway", + 83 + ], + [ + "Beautiful Condo Prospect Heights", + 150 + ], + [ + "Large 1 Bedroom Gem in A+ location.", + 166 + ], + [ + "Gorgeous sunny studio & perfect beautiful NYC area", + 79 + ], + [ + "Luxury Stay in my 2brm humble abode", + 220 + ], + [ + "Lovely bedroom", + 70 + ], + [ + "Williamsburg Secret Treasure with deck", + 60 + ], + [ + "Apartment in Stuy Town", + 80 + ], + [ + "Near Hudson River and Subway quiet apt", + 50 + ], + [ + "Sunny apt in heart of Greenpoint!", + 120 + ], + [ + "A nice private room in East Village", + 50 + ], + [ + "Sunny and chic SoHo apartment", + 185 + ], + [ + "3 bedroom brownstone bklyn backyard", + 320 + ], + [ + "Cozy Private Room, Williamsburg", + 45 + ], + [ + "Spacious & Sunny Room Perfect for Medical Students", + 85 + ], + [ + "Central Park West, private terrace!", + 300 + ], + [ + "CUTE PLACE & QUIET DREAMS W BALCONY", + 199 + ], + [ + "Lovely 1 BR Close to Central Park", + 150 + ], + [ + "Private Entrance Trendy Greenpoint Williamsburg BK", + 50 + ], + [ + "Brooklyn Family Getaway", + 180 + ], + [ + "Amazing last minute Thanksgiving", + 299 + ], + [ + "Lovely East Williamsburg room", + 66 + ], + [ + "Brooklyn Brownstone in Fort Greene", + 410 + ], + [ + "Modern Boho Apt. in Prime Brooklyn Location", + 200 + ], + [ + "In the Heart of Williamsburg", + 149 + ], + [ + "Cleanly Kept Manhattan Bedroom FiDi", + 98 + ], + [ + "Studio in the fabulous West Village", + 150 + ], + [ + "NYC Town House", + 1200 + ], + [ + "Furnished 2 bed | 2 bath w/ views", + 300 + ], + [ + "Amazing loft in East Williamsburg", + 55 + ], + [ + "Cute apartment in East Village", + 200 + ], + [ + "Chic and beautiful apt by the park!", + 140 + ], + [ + "Welcome to Williamsburg", + 110 + ], + [ + "NYC Great View&Private Bathroom", + 80 + ], + [ + "Cozy UWS private room", + 60 + ], + [ + "Clean & Quiet 1br @ Chelsea/Village", + 126 + ], + [ + "Single Bedroom in West Harlem, NYC", + 55 + ], + [ + "Charming East Village Brownstone", + 325 + ], + [ + "Brooklyn Best - Sunny&Spacious Apt", + 140 + ], + [ + "Sunny Bushwick Room with Balcony", + 50 + ], + [ + "Quiet, Clean, Lit @ LES & Chinatown", + 9999 + ], + [ + "Flat in Historic Fort Greene Home", + 186 + ], + [ + "Large hip open-space loft", + 245 + ], + [ + "Soho/Little Italy Privat Room for 2", + 150 + ], + [ + "Room #1 in Hip Harlem Garden Apt.", + 99 + ], + [ + "Posh Upper West 2 BR w/ Doorman", + 290 + ], + [ + "Private Room in Sunny & Spacious WaHi Retreat", + 43 + ], + [ + "Suite #2 in Hip Harlem Garden Apt.", + 85 + ], + [ + "Room #4 in Hip Harlem Garden Apt.", + 95 + ], + [ + "5* Columbus Circle Location*5168", + 180 + ], + [ + "Room in Seaport (Financial District", + 100 + ], + [ + "Adorable light-filled room in BK", + 40 + ], + [ + "Studio apartment by Central Park", + 129 + ], + [ + "Spacious Apartment Steps From Park", + 130 + ], + [ + "Beautifully renovated, spacious 2br", + 280 + ], + [ + "Elegant Spacious Brownstone Apt", + 165 + ], + [ + "Sunny, Cozy, Modern and Spacious Prospect Heights", + 100 + ], + [ + "1BDRM 25 min subway to Times sq", + 100 + ], + [ + "Washington Heights 1 bedroom beauty", + 85 + ], + [ + "Cozy Carroll Gardens Ground Floor Apartment", + 160 + ], + [ + "Great room in PERFECT location", + 195 + ], + [ + "Das Haus: our cozy NYC home", + 150 + ], + [ + "Gorgeous BK Apt steps from Barcalys", + 63 + ], + [ + "2 Bedroom Prospect Heights Hideaway", + 60 + ], + [ + "Clean & Convenient Room in UES", + 95 + ], + [ + "Clean and Bright (READ NOTES)", + 50 + ], + [ + "BIG room with bath & balcony in BK!", + 59 + ], + [ + "Modern Williamsburg Apartment", + 175 + ], + [ + "Lovely studio in East Village", + 83 + ], + [ + "Bay Ridge,Brooklyn 20minutes to NYC", + 80 + ], + [ + "Charming 2BD Cozy & Quiet, 6 Train", + 200 + ], + [ + "Large 1-bedroom near Times Square (3rd Floor)", + 265 + ], + [ + "Doorman Brand Penthouse 2 bed 2 bath 5207", + 350 + ], + [ + "King Bed, Private Room in Crown Heights, Comedian", + 36 + ], + [ + "private bedroom and private bath", + 78 + ], + [ + "Private Room in East Village", + 80 + ], + [ + "Found a tree I like so built a nest", + 218 + ], + [ + "Entire Apt in Trendy Williamsburg!", + 95 + ], + [ + "Spacious 1BR in UES townhouse", + 130 + ], + [ + "Charming 1BR in Upper Eastside", + 130 + ], + [ + "Private room in East Williamsburg", + 51 + ], + [ + "Nice Room in Beautiful Clinton Hill", + 45 + ], + [ + "Manhattan 1-BR by Grand Central", + 200 + ], + [ + "Luxury Suite in Theater District - Midtown NYC", + 350 + ], + [ + "Cozy, updated 2 bedroom in Nolita!", + 265 + ], + [ + "Perfectly located, vibrant studio!", + 228 + ], + [ + "Private Bedroom in Heart of Soho", + 90 + ], + [ + "❤️❤️Relaxing Guestroom by a Lovely Park ❤️❤️", + 60 + ], + [ + "Brooklyn Charmer, Close to Everything NYC!", + 120 + ], + [ + "Large Studio-Style Bedroom", + 65 + ], + [ + "Cute basement apartment", + 90 + ], + [ + "Modern 2BR Apt by Central Park, & Subway", + 225 + ], + [ + "15 Minutes from Central Park - Studio apartment", + 103 + ], + [ + "Large 3 BR Greenwich Village Apartment", + 500 + ], + [ + "Private modern room with NYC skyline view", + 62 + ], + [ + "Sunny Room Minutes from the Subway", + 45 + ], + [ + "Stunning 2 story Duplex in SOHO", + 300 + ], + [ + "Designer Duplex - Highline. Brand new mattresses!", + 299 + ], + [ + "Huge room in LES townhouse", + 85 + ], + [ + "Cozy Room In Chinatown!", + 80 + ], + [ + "Upper East Side Luxury Rooftop & Doorman Building", + 250 + ], + [ + "AMAZING Clean Location on a budget!", + 49 + ], + [ + "Duplex in Historic Fort Greene", + 220 + ], + [ + "Close to subway, all shops, restaurants!", + 109 + ], + [ + "Beautiful cozy LES apartment!", + 300 + ], + [ + "The PERFECT Nolita vacation", + 300 + ], + [ + "Clean and spacious apartment", + 90 + ], + [ + "Downtown Airy Designer Loft", + 289 + ], + [ + "1 ROOM IN A NEW HOUSE IN QUEENS", + 37 + ], + [ + "Super Cozy Room in Floor Through Apartment", + 50 + ], + [ + "Brightly Tucked into Williamsburg", + 75 + ], + [ + "-TIMES SQUARE - 19 MinutesBIG ROOM", + 44 + ], + [ + "Lovely room in the heart of BK", + 45 + ], + [ + "Cozy studio in Brooklyn", + 120 + ], + [ + "Sunny 1 Bedroom Apartment - 2 Cats", + 110 + ], + [ + "1 Bedroom Loft in Williamsburg", + 195 + ], + [ + "Convenient Place in Midtown", + 100 + ], + [ + "Beautiful 2BR Apt in Williamsburg", + 200 + ], + [ + "2 Bedroom Private Garden Apartment", + 160 + ], + [ + "Sunny Apt in the Heart of Brooklyn", + 115 + ], + [ + "20 Minutes to Manhattan", + 55 + ], + [ + "Entire Spacious Apt: LIMITED DATES", + 150 + ], + [ + "Huge Space in Clinton Hill", + 70 + ], + [ + "Heart of Crown Heights, 15 min to Manhattan", + 130 + ], + [ + "Gorgeous 1bd in 2bd Apt. Manhattan", + 100 + ], + [ + "Chelsea / High Line Oasis", + 375 + ], + [ + "Penthouse Room in Williamsburg", + 49 + ], + [ + "NEW CLEAN COMFORTABLE PRIVATE ROOM", + 49 + ], + [ + "Angelina", + 245 + ], + [ + "Spectacular Designer Loft", + 250 + ], + [ + "Private Bedroom", + 55 + ], + [ + "1BD in West Village", + 225 + ], + [ + "Beautiful bedroom w/ private bath", + 68 + ], + [ + "Large 1 BR bright designer gem", + 220 + ], + [ + "Cozy BR | Private Floor & Terrace", + 75 + ], + [ + "Spacious & Convenient Midtown Apt", + 120 + ], + [ + "Lovely, Cozy Loft Carroll Gardens", + 129 + ], + [ + "HUGE 2 bed/2 bath in doorman building", + 199 + ], + [ + "Cozy room in the heart of LES", + 92 + ], + [ + "Amazing apartment Brooklyn Highs", + 185 + ], + [ + "Large and Sunny Artistic Apt / City Center", + 179 + ], + [ + "Comfy Space in Gramercy/Manhattan", + 80 + ], + [ + "Cozy Oversized Room - near Park Ave", + 80 + ], + [ + "Sunny 1 BR apt in West Chelsea", + 100 + ], + [ + "Bright, Beautiful House w/ Yard", + 225 + ], + [ + "PRIVATE COSY ROOM IN BROOKLYN", + 60 + ], + [ + "Old World in New York with Location! Location!", + 166 + ], + [ + "Cozy & sunny room in Bushwick", + 70 + ], + [ + "LargeApt 1 BLOCK frm A,C,B,D,2,3", + 63 + ], + [ + "Comfortable UES 2BDR Apt", + 115 + ], + [ + "One Bedroom for Rent", + 65 + ], + [ + "Modern+cozy room in Bushwick", + 55 + ], + [ + "Modern Duplex Apt with courtyard!", + 76 + ], + [ + "Nolita 1br near Little Italy/SoHo", + 140 + ], + [ + "Fun Spacious Midtown Apt near U.N. & Central Park", + 150 + ], + [ + "Amazing 1bd in the heart of NYC!!!", + 39 + ], + [ + "Soho Greenwich Village 3+ BDR Duplx", + 450 + ], + [ + "New Studio, 10 mn to Manhattan, Clinton Hill", + 105 + ], + [ + "Spacious Room (Double Bed/Sofa Bed)", + 80 + ], + [ + "Overlooking Fort Greene Park", + 110 + ], + [ + "Beautiful Spacious Apt In Harlem", + 75 + ], + [ + "Beautiful Luxury Soho 2 bedroom", + 450 + ], + [ + "Beautiful private 1BR apt in Harlem", + 150 + ], + [ + "Cozy Park Slope Apartment", + 125 + ], + [ + "Bright 1 Bedroom in 2 BR Apt", + 125 + ], + [ + "Cozy Private Room in Williamsburg", + 80 + ], + [ + "Blocks Away From Central Park - NYC", + 260 + ], + [ + "Family friendly upper west side apt", + 85 + ], + [ + "BEAUTIFUL WHITE BEDROOM/TIMES SQUARE/8 AVE", + 199 + ], + [ + "Large Bright 1 bdr in newly renovated building", + 135 + ], + [ + "Cozy Apartment 20 min to Manhattan!", + 100 + ], + [ + "BEAUTIFUL SMALL BEDROOM/TIMES SQUARE/8 AVENUE", + 99 + ], + [ + "Cozy and affordable room.", + 34 + ], + [ + "Perfect Studio in Brooklyn/Queens", + 89 + ], + [ + "Beautiful Room - 20 min. to Lower Manhattan", + 77 + ], + [ + "Lovely Park Slope Bklyn Brownstone", + 350 + ], + [ + "Beautifully Private Brooklyn Apt", + 190 + ], + [ + "Light-filled Artist Loft in the heart of Bushwick", + 115 + ], + [ + "Brooklyn Charm", + 40 + ], + [ + "Homely Apartment For The Holidays!!", + 200 + ], + [ + "Sunny, Clean One bedroom!", + 135 + ], + [ + "HIP MODERN 2BR1b Williamsburg/Grnpt", + 135 + ], + [ + "Cozy Studio in Midtown East", + 99 + ], + [ + "Beautiful apt in Soho", + 145 + ], + [ + "Extra large downtown apartment", + 349 + ], + [ + "Cozy 3 BD in NYC's East Village", + 75 + ], + [ + "Modern Apt in Williamsburg-roofdeck", + 200 + ], + [ + "Private bedroom w/Terrace", + 119 + ], + [ + "Room on the UWS (near Columbia U)", + 65 + ], + [ + "*Huge, Clean & Spacious Stay in NYC*", + 50 + ], + [ + "Chelsea 1 BR - Brand New Apartment", + 199 + ], + [ + "Private Room in the West Village", + 80 + ], + [ + "A private room in an apartment", + 55 + ], + [ + "Penthouse in Crown Heights", + 99 + ], + [ + "Bright space in beautiful area", + 125 + ], + [ + "Modern Minimal Central Chelsea Loft", + 235 + ], + [ + "Lovely Brooklyn Apt", + 110 + ], + [ + "Studio apt in Historic House Museum", + 120 + ], + [ + "Beautiful studio - Upper West Side", + 195 + ], + [ + "Central Park - Cozy Room for 2", + 109 + ], + [ + "Open Room for December", + 100 + ], + [ + "Clean & Simple Brooklyn Bedroom", + 55 + ], + [ + "Hip, Young & Fabulous Midtown", + 150 + ], + [ + "Huge brownstone apt. on cute block!", + 100 + ], + [ + "Beautiful Apartment Hells Kitchen", + 450 + ], + [ + "Serene in Sunset", + 155 + ], + [ + "Prime location Williamsburg Apt", + 80 + ], + [ + "Cozy Room in East Harlem", + 60 + ], + [ + "Cozy Studio in Luxury Building LIC", + 85 + ], + [ + "Private BRoom ,Bathroom & backyard", + 90 + ], + [ + "Spacious private bedroom 1 stop to Manhattan", + 70 + ], + [ + "Slice of paradise in Bushwick!", + 50 + ], + [ + "Sunny and Cozy apt in Midtown", + 120 + ], + [ + "Room next to Columbia University", + 75 + ], + [ + "cute and cozy room in brooklyn", + 31 + ], + [ + "Studio One Deluxe Private Room (private bathroom)", + 79 + ], + [ + "Warm Warm Wooded Quiet City Escape", + 160 + ], + [ + "1 Bedrom Apt(One Block From Subway)", + 99 + ], + [ + "Beautiful apt 2 blocks from Central Park", + 199 + ], + [ + "One of a Kind Duplex Garden Apt", + 260 + ], + [ + "Great modern apt in Williamsburg", + 200 + ], + [ + "West 57th Street in Manhattan", + 395 + ], + [ + "Home Sweet Home in Brooklyn", + 65 + ], + [ + "2 bedroom in Cobble Hill", + 219 + ], + [ + "Cozy 4br in the heart of Harlem", + 60 + ], + [ + "Peaceful Brooklyn Sancutary", + 45 + ], + [ + "Beautiful Bed Stuy Brownstone Subl", + 60 + ], + [ + "Quiet Studio in Prime East Village", + 107 + ], + [ + "Doorman Laundry Large Studio 5195", + 230 + ], + [ + "Doorman Swim. Pool 2 bed 2bath!5126", + 288 + ], + [ + "Feel.Like.A.Local in Williamsburg", + 50 + ], + [ + "EmpireStateView one bedroom apart", + 130 + ], + [ + "1 Bedroom within Full Apartment", + 85 + ], + [ + "Sunny, quiet, minimalist 1 bdrm apt in Brooklyn", + 80 + ], + [ + "Spacious 1bd in 2bd Harlem/UWS Area", + 84 + ], + [ + "Spacious, private living + bedroom in BedStuy", + 63 + ], + [ + "Beautiful Red Brick Room", + 45 + ], + [ + "Suite Oasis - Luxurious & Cozy Apt", + 125 + ], + [ + "Private room in Lux Boho Loft", + 160 + ], + [ + "Sweet apt by Prospect Park - 20 minutes from NYC", + 63 + ], + [ + "Art Lovers Lower East Side 2bedroom", + 125 + ], + [ + "Cosy room in a sunny Brooklyn flat", + 45 + ], + [ + "Amazing loft in Williamsburg", + 115 + ], + [ + "Downtown Manhattan Modern Gem!!", + 269 + ], + [ + "Lovely room in prime Crown Heights", + 55 + ], + [ + "Prime West village studio apartment", + 150 + ], + [ + "Great NYC Apt in Forest Hills", + 100 + ], + [ + "Large 1 Bed Apartment East Village", + 190 + ], + [ + "Cozy, bohemian, modern oasis", + 150 + ], + [ + "Excellent condition condo Apt", + 75 + ], + [ + "Be Comfy Loft Bedroom", + 59 + ], + [ + "Sunny with 2 large bedrooms", + 173 + ], + [ + "Best Location in S. Williamsburg", + 60 + ], + [ + "Sunny Room in Design Loft - Heart of Greenpoint", + 115 + ], + [ + "1 Bedroom Near Columbia/Morningside", + 89 + ], + [ + "Private room in Bushwick, Brooklyn", + 70 + ], + [ + "Cozy comfort minutes to Manhattan!", + 89 + ], + [ + "REALLY HUGE&COZY ROOM ASTORIA 10 MIN TO MANHATTAN", + 60 + ], + [ + "Lovely apartment near Prospect Park", + 130 + ], + [ + "Central Park/Museum of Natural Hist", + 400 + ], + [ + "Brownstone!- 15 min to Manhattan!!", + 90 + ], + [ + "1 BR in heart of East Village", + 200 + ], + [ + "Large private bedroom in bushwick", + 65 + ], + [ + "Location Eden", + 43 + ], + [ + "Room in Modern Brooklyn Apartment", + 55 + ], + [ + "Spacious 1 BR apartment", + 120 + ], + [ + "Private BR+Bath Near Central Park", + 110 + ], + [ + "Huge affordable studio in Wash Hts", + 95 + ], + [ + "Mid Nolita Soho Lit. Italy Village", + 145 + ], + [ + "3 Bed - 3 Bath East Village Oasis w Private Patio", + 550 + ], + [ + "1 bed in Chic Apt in Astoria NYC", + 59 + ], + [ + "ENTIRE Chic Apt in Astoria NYC", + 239 + ], + [ + "Cozy room in Chic Apt Astoria NY", + 49 + ], + [ + "Large bright room,near Times Square", + 95 + ], + [ + "Cozy 1 BR on the Upper East Side", + 160 + ], + [ + "Clean Quiet 2 Bedroom Apartment, Private", + 90 + ], + [ + "HUGE sunny room in Williamsburg-2 min from L train", + 80 + ], + [ + "Sunny Loft Apartment 5 min. Walk to Pratt! #01401", + 125 + ], + [ + "Spacious Room available", + 65 + ], + [ + "Affordable Studio next to Subway", + 77 + ], + [ + "3 BR 2 BA Brownstone Duplex, Yard, sleeps 6, W/E +", + 220 + ], + [ + "Entire 2 bed apartment in Prime Williamsburg", + 150 + ], + [ + "Bright Williamsburg Apartment", + 200 + ], + [ + "Studio in the Heart of WVillage", + 200 + ], + [ + "Sunny Heart of Park Slope 1 Bedroom", + 160 + ], + [ + "Private bedroom in Williamsburg", + 90 + ], + [ + "Our Unique 3br Home in Bushwick", + 230 + ], + [ + "Entire Large Basement, very quiet.", + 55 + ], + [ + "Two Large Rooms in Union Sq Duplex", + 160 + ], + [ + "Huge private room in the heart of Williamsburg", + 46 + ], + [ + "Wyndham Resort Midtown 45 NYC Studio Sep 1-4, 2019", + 224 + ], + [ + "mid century modern apartment", + 300 + ], + [ + "Large Apartment in Manhattan!", + 100 + ], + [ + "Bright room in Williamsburg", + 95 + ], + [ + "Mater bedroom in Roosevelt Island", + 100 + ], + [ + "Spacious Room + Separate Office", + 47 + ], + [ + "UWS, Big Private Room, CP + Metro!", + 139 + ], + [ + "Big Comfy Bedroom 20 mins from Midtown Manhattan!", + 68 + ], + [ + "Spacious pre-war apartment in Crown Heights", + 110 + ], + [ + "Sunny 1 bedroom in Upper East Side", + 112 + ], + [ + "Beautiful room at nice NYC location", + 85 + ], + [ + "Live in the clouds", + 450 + ], + [ + "Awesome East Village Apartment!", + 390 + ], + [ + "Winter Sublet 24Dec-18Jan (Midtown)", + 55 + ], + [ + "Pvt Room W/Pvt Bathroom; NO KITCHEN!", + 55 + ], + [ + "Beautiful Large Bedroom on UWS !!", + 85 + ], + [ + "Cozy & Modern ..... 2 Bedroom", + 160 + ], + [ + "Large Studio - Lincoln Center", + 155 + ], + [ + "Huge Brooklyn Apartment", + 70 + ], + [ + "Spacious / Garden Condo Ft. Greene", + 185 + ], + [ + "New, Bright&Spacious cool apartment", + 90 + ], + [ + "Student apt. 3 minutes from the 1/C", + 200 + ], + [ + "LES Private Bedroom", + 58 + ], + [ + "East Manhattan (March 10th-18th)", + 70 + ], + [ + "Convenient apartment in Manhattan", + 50 + ], + [ + "Entire 1BR apartment in NYC", + 85 + ], + [ + "2 Bedroom + Futon - Manhattan", + 200 + ], + [ + "West Village Studio Apartment", + 250 + ], + [ + "Private room in Historic Queens NY", + 45 + ], + [ + "Renovated Greenpoint Apartment", + 109 + ], + [ + "Owl's Landing - The Twins", + 48 + ], + [ + "Comfty 1BR apt in Upper West Side", + 150 + ], + [ + "BK Oasis- Private 1BD in Heart of Williamsburg", + 350 + ], + [ + "Small, cozy studio in the UWS", + 100 + ], + [ + "Huge 1BD near Central Park Sleeps 5", + 177 + ], + [ + "Stylish 1br apt west village", + 108 + ], + [ + "Private bedroom in BedStuy!", + 28 + ], + [ + "East Village 3 Bedroom Apt", + 101 + ], + [ + "1 Bedroom Sublet in Astoria, NY", + 35 + ], + [ + "Big 1 Bed, kitchen, living room, TV", + 105 + ], + [ + "Cozy private room w/ensuite bathroom!!", + 95 + ], + [ + "-CLEAN ROOM - New Apartment - Manhattan", + 62 + ], + [ + "Spacious, Quiet, 20 steps to subway", + 65 + ], + [ + "Newly Renovated Midtown Apartment", + 150 + ], + [ + "2BR in Beautiful Brownstone!!!", + 113 + ], + [ + "Spacious Brooklyn Brownstone 3BR+", + 300 + ], + [ + "Comfy, family-friendly BedStuy apt", + 65 + ], + [ + "Cozy Apartment in Crown Heights", + 55 + ], + [ + "Brooklyn Heights \"Tree House\"", + 150 + ], + [ + "Sunny, Quiet Home in Brooklyn's Best Area (Legal)", + 120 + ], + [ + "Bright & Clean 1bed apt *PRIME* LES", + 160 + ], + [ + "Cozy Apartment", + 135 + ], + [ + "Entire 2 BR Williamsburg Apt (parking/near train)", + 175 + ], + [ + "Miriams Place", + 300 + ], + [ + "Apt Williamsburg! Perfect location!", + 80 + ], + [ + "Large room", + 40 + ], + [ + "Doorman 1 bedroom GYM Deck Luxury!5203", + 170 + ], + [ + "1 br Apt in Washington Heights", + 85 + ], + [ + "Beautiful apartment with a loft.", + 85 + ], + [ + "1-bed Apt in Crown Heights", + 84 + ], + [ + "Cozy 4BD 2.5BR w/Jacuzzi & Parking", + 399 + ], + [ + "The Archive West Village", + 450 + ], + [ + "••BEST Manhattan Downtown Location!••", + 140 + ], + [ + "Brownstone 1 BR with Huge Backyard", + 210 + ], + [ + "Charming Upper West Side 1BR Apt", + 135 + ], + [ + "Light and Airy Loft in Williamsburg", + 200 + ], + [ + "Lovely and spacious 2BR/2 bath apt", + 200 + ], + [ + "Large Bedstuy/Bushwick Room", + 47 + ], + [ + "Cheerful 1BR Bed-Stuy Apartment with Cat", + 50 + ], + [ + "Cozy roof top apartment", + 95 + ], + [ + "Meatpacking - Luxury Brownstone", + 280 + ], + [ + "Beautiful Apartment in the heart of Brooklyn", + 50 + ], + [ + "Extra BR in dreamlike soho loft", + 200 + ], + [ + "Spacious and Bright Two Bedroom Bedroom Apartment.", + 197 + ], + [ + "Lovely Brooklyn Garden Apt", + 120 + ], + [ + "Brooklyn Artist Loft-Style", + 60 + ], + [ + "1 Bedroom in the Upper East Side", + 100 + ], + [ + "nice small room in upper east side", + 84 + ], + [ + "Rooftop, Doorman, Luxury Building", + 200 + ], + [ + "Amazing view midtown studio", + 150 + ], + [ + "Cozy with Great location !!!", + 35 + ], + [ + "Chill Gramercy Flat", + 195 + ], + [ + "Serene, Spacious Bedroom in 2BR Apt", + 37 + ], + [ + "Cozy studio", + 200 + ], + [ + "Midtown Times Square bright room, private bath", + 125 + ], + [ + "Centrally located Times Square large room", + 100 + ], + [ + "Small cozy studio WashingtonHeights", + 70 + ], + [ + "LUX Prospect Park Historic 1BR near 2,5,Q&B trains", + 125 + ], + [ + "Super Quiet, Your Oasis", + 123 + ], + [ + "Family apt w/ junglegym-bed for kids", + 95 + ], + [ + "Huge 1-Bedroom, A+ Midtown Location", + 199 + ], + [ + "Sunny, modern apt on Prospect Park", + 125 + ], + [ + "Bedroom in Brooklyn, NYC", + 45 + ], + [ + "*Manhattan Luxury Apt - Walk to TSQ", + 189 + ], + [ + "Sunny Room in heart of Crwn Heights", + 50 + ], + [ + "Luxury private room near Times Sqr", + 120 + ], + [ + "Carriage House Loft with Fireplace", + 250 + ], + [ + "Quiet Apartment in Sunset Park.", + 95 + ], + [ + "Private Space in Lower East Side", + 140 + ], + [ + "Studio/Office in heart of Sunnyside", + 99 + ], + [ + "Peaceful Bohemian Studio", + 120 + ], + [ + "Spacious duplex in Bed Stuy", + 35 + ], + [ + "2BR - TIMES SQUARE - MODERN", + 195 + ], + [ + "2nd floor bedroom in Bushwick house", + 35 + ], + [ + "LARGE TRIBECA LOFT WITH ROOF DECK", + 250 + ], + [ + "Sunny,Cool,Greenpoint apartment...", + 70 + ], + [ + "Large 1BR with yard in Williamsburg", + 140 + ], + [ + "Huge Modern Apartment Williamsburg", + 159 + ], + [ + "Quiet, 1 Bedroom, Patio, Gramercy", + 149 + ], + [ + "Best Neighborhood Brand New 1 BDRM!", + 180 + ], + [ + "1 BED ROOM ACCOMMODATION 4, 5 GUEST", + 110 + ], + [ + "Full 1BR+Balcony 17min to Midtown", + 100 + ], + [ + "Private room in spacious apartment", + 50 + ], + [ + "Unique Duplex Loft Private Roof", + 425 + ], + [ + "COOL STUDIO IN THE HEART OF MIDTOWN", + 195 + ], + [ + "Spacious 1BR with river view in the heart of NYC", + 260 + ], + [ + "TIMES SQR 3 BR Modern+NYC Center", + 499 + ], + [ + "Furnished Apartment in Morningside", + 75 + ], + [ + "Amazing 2 BR apt in West Village", + 250 + ], + [ + "Spacious new and luxurious apartment!", + 350 + ], + [ + "Spacious 2B apt - KipsBay Manhattan", + 275 + ], + [ + "Awesome Williamsburg Apartment", + 325 + ], + [ + "2 Bedrooms & 2 Bathrooms Apt in Hell's Kitchen", + 300 + ], + [ + "Private Room in Gorgeous Loft Space", + 75 + ], + [ + "Bedford Palace", + 100 + ], + [ + "One room in a 4 bedroom apaprtment.", + 45 + ], + [ + "PRIVATE STUDIO: L TRAIN WATERFRONT", + 146 + ], + [ + "Bright and Cosy bedroom", + 89 + ], + [ + "Bright Studio in Harlem Near Trains", + 75 + ], + [ + "Chic 1 BR in Meatpackiing", + 175 + ], + [ + "Big Bedroom in Huge Loft Apartment", + 75 + ], + [ + "Sun-filled 1 Bdrm, Above Subway", + 102 + ], + [ + "Sunny, clean, contemporary Soho Apt", + 250 + ], + [ + "Stylish 2BR ★ Sleeps 6 ★ C.Park", + 190 + ], + [ + "UWS, Close to Park, Shops, Transpor", + 120 + ], + [ + "Big and sunny room in Greenpoint", + 70 + ], + [ + "Private, Serene, Exposed Brick Realness Brownstone", + 63 + ], + [ + "Lovely, 2BR sun filled apartment", + 100 + ], + [ + "4 person private room in Spanish Harlem", + 130 + ], + [ + "Studio- Prime East Village Location", + 140 + ], + [ + "New York artistic house &Queens", + 65 + ], + [ + "Sunset Retreat - Charming Oasis", + 90 + ], + [ + "Bushwick artist den: 1 min to L train AC +backyard", + 46 + ], + [ + "Bushwick studio", + 72 + ], + [ + "☆ Easy Access To The Best Of Brooklyn ☆", + 115 + ], + [ + "A Quiet Room in the West Village", + 90 + ], + [ + "Private room in Greenpoint, BK", + 65 + ], + [ + "1200 SQFT Open Loft Williamsburg", + 250 + ], + [ + "Sun-drenched SoHo Duplex Loft", + 1000 + ], + [ + "Big Studio W/ Prive Patio +Amenity", + 159 + ], + [ + "Awesome room in 2br design Apartment in LES", + 99 + ], + [ + "Large 1 Bedroom Apartment", + 100 + ], + [ + "Sunny Manhattan Apartment!!", + 250 + ], + [ + "Parkside Brooklyn Brownstone", + 120 + ], + [ + "Private queen room - Hell's Kitchen", + 80 + ], + [ + "Beautiful 1BR NYC", + 300 + ], + [ + "540 Main Street, Apt 428", + 45 + ], + [ + "Quiet and large one bedroom", + 200 + ], + [ + "Room for Female-Upper West Side", + 65 + ], + [ + "Cute space in Manhattan", + 70 + ], + [ + "Bright new apt in a luxury building", + 60 + ], + [ + "Perfect West Village Apartment", + 240 + ], + [ + "Cozy room in a big house!", + 50 + ], + [ + "1 Full Size Bed with Bike Rental", + 100 + ], + [ + "Two Bedroom next to Central Park", + 200 + ], + [ + "Cute Apartement in Williamsburg", + 180 + ], + [ + "NY Queens Penthouse Share = 1LOFT aka Queens' Loft", + 65 + ], + [ + "Spacious Williamsburg Beauty", + 130 + ], + [ + "NYC Hamilton Heights Apartment", + 125 + ], + [ + "Prospect Heights/Park slope condo next to the Park", + 250 + ], + [ + "1 Bedroom Holiday Sublet in Bklyn", + 70 + ], + [ + "Beautiful apartment in Park Slope", + 100 + ], + [ + "Central Park South Artist's Studio", + 90 + ], + [ + "5 minutes to JFK airport bed/bath -room A", + 90 + ], + [ + "Lovely Lofted Artist's Room", + 31 + ], + [ + "One Bedroom in Washington Heights", + 45 + ], + [ + "Modern apt by lincoln square", + 188 + ], + [ + "Cute Apartment Near Prospect Park", + 39 + ], + [ + "Private Room Near Prospect Park", + 39 + ], + [ + "Room w/ private bathroom, entrance", + 85 + ], + [ + "BRIGHT & QUIET BEDROOM IN CLINTON HILL BROWNSTONE", + 40 + ], + [ + "SUNNY BEDROOM IN BROOKLYN BROWNSTON", + 75 + ], + [ + "Deluxe Williamsburg Apartment", + 200 + ], + [ + "Spacious Uptown bedroom", + 88 + ], + [ + "Brooklyn's Finest - ML", + 130 + ], + [ + "Owl's Landing- The Loft", + 40 + ], + [ + "Large Room in Morningside Heights", + 65 + ], + [ + "Unique & Whimsical-Entire 1-BRM Apt UWS", + 129 + ], + [ + "Luxury doorman building w amenities", + 500 + ], + [ + "Spacious 1BD, City View, Near Train", + 125 + ], + [ + "Quiet, clean, modern 1-bed/1-bath", + 100 + ], + [ + "BROOKLYN 2 BEDROOM", + 100 + ], + [ + "Room in quiet Brooklyn home", + 24 + ], + [ + "Garden Apartment at House on 11th", + 160 + ], + [ + "Eclectic space in Prime Williamsburg", + 125 + ], + [ + "Two Bedroom In Williamsburg", + 205 + ], + [ + "WOW! Luxury East Village 3 Bed | 1 Bath Apt", + 750 + ], + [ + "Private room in Bed Stuy brownstone", + 75 + ], + [ + "Irving place -Elevator Doorman 1 bed - 5152", + 150 + ], + [ + "Quaint West Chelsea Studio near it all. 3", + 195 + ], + [ + "Williamsburg 2000sqft", + 477 + ], + [ + "Sky VieW Doorman Gym Pool!5171", + 275 + ], + [ + "The Spring St Residence,SoHo -Perfect For Families", + 699 + ], + [ + "Captivating rooftop apartment", + 180 + ], + [ + "Relaxing, Clean Room in Brooklyn", + 60 + ], + [ + "Comfy 2BR + Outdoor patio/ Subway 2,3", + 128 + ], + [ + "Spacious high-rise 1BD with an INCREDIBLE view!", + 140 + ], + [ + "Sunny, quiet Crown Heights apt", + 98 + ], + [ + "Apartment at the St.Regis Hotel", + 1200 + ], + [ + "Christmas and New Years in NYC", + 800 + ], + [ + "East village lovely bedroom!", + 130 + ], + [ + "Industrial Williamsburg Loft with Awesome Rooftop!", + 325 + ], + [ + "Sunny East Village Apartment", + 200 + ], + [ + "Charming 1 BD in Washington Heights", + 125 + ], + [ + "cozy harlem room", + 62 + ], + [ + "PRIVATE STUDIO Central Park West", + 144 + ], + [ + "Beautiful Room...15 min to NYC", + 90 + ], + [ + "LES sweet bedroom (Female only)", + 45 + ], + [ + "Private room in HUGE Apartment!", + 75 + ], + [ + "Room in Modern Bushwick Townhouse", + 85 + ], + [ + "upper manhattan rivervie new studio", + 50 + ], + [ + "Cozy Room in heart of Crown Heights", + 50 + ], + [ + "Sunny Winter Union Square Sublet", + 86 + ], + [ + "Brooklyn NY min away from Manhattan", + 60 + ], + [ + "Beautiful Luxury Manhattan 3bed/2bath!", + 372 + ], + [ + "Heart of Williamsburg 1 BD", + 75 + ], + [ + "Beautiful & spacious room, Brooklyn", + 60 + ], + [ + "Lovely room in Harlem", + 29 + ], + [ + "LOCATION! Private room with yard.", + 85 + ], + [ + "Private bdrm in bedstuy brownstone", + 60 + ], + [ + "Large Upper West Side apartment", + 124 + ], + [ + "Sunny private room in Spanish Harlem", + 90 + ], + [ + null, + 300 + ], + [ + "Studio in Upper East Side", + 70 + ], + [ + "Large Private Garden Apartment in Townhouse", + 87 + ], + [ + "Bedroom in UWS", + 100 + ], + [ + "BIG and Comfortable apt, by Park!", + 55 + ], + [ + "Cozy 1 Bedroom in Upper East Side", + 139 + ], + [ + "Bedroom in UWS 118th st", + 200 + ], + [ + "Heart of Manhattan's West Village", + 300 + ], + [ + "Room in Spacious good vibes home", + 50 + ], + [ + "Doorman 2 bed 1.5 Ba! Sky view!5173", + 260 + ], + [ + "Cozy room around Union Square", + 120 + ], + [ + "Beautiful studio in Gramercy Park", + 110 + ], + [ + "Cozy Room in Heart of Williamsburg", + 50 + ], + [ + "Private room in East Village Apt.", + 90 + ], + [ + "Sunny Astoria 2BR with Porch!", + 225 + ], + [ + "Brand New Studio!! UNITED NATIONS!!", + 83 + ], + [ + "Crown Heights Room Winter Sublet", + 30 + ], + [ + "Semi-Private Room Next to TimeSqare", + 65 + ], + [ + "Room in Williamsburg Flatshare", + 60 + ], + [ + "Cozy Apartment in Spanish Harlem", + 140 + ], + [ + "Stunning SoHo 1400sqft LOFT/DUPLEX on Best Street", + 799 + ], + [ + "Modern Apt in Thriving W'Burg", + 330 + ], + [ + "3 Bed Apt - 63rd St and Madison", + 1100 + ], + [ + "Bright Private Greenpoint Room", + 75 + ], + [ + "400 sq foot studio east village", + 140 + ], + [ + "Large Room in Manhattan Duplex", + 100 + ], + [ + "Cute Apartment - heart of Astoria", + 100 + ], + [ + "Cozy Room in Hell's kitchen", + 110 + ], + [ + "Room in a loft in Tribeca", + 75 + ], + [ + "Cute 1 Bedroom in Hells Kitchen", + 150 + ], + [ + "Sublet Room in Bushwick, Brooklyn", + 90 + ], + [ + "Private Room in lower east side NYC", + 70 + ], + [ + "East Harlem Holiday Stay", + 85 + ], + [ + "Idyllic Greenwich Village Apartment", + 150 + ], + [ + "Sunlit Private Rm Btwn Times Sq/Central Park/HK", + 145 + ], + [ + "East Village Bedroom in Duplex!", + 77 + ], + [ + "Lovely apartment in West Village", + 200 + ], + [ + "Beautiful large bedroom in Brooklyn", + 60 + ], + [ + "Private room in Williamsburg", + 70 + ], + [ + "Local and authentic in Chelsea", + 365 + ], + [ + "High rise apartment with Central Park views!", + 180 + ], + [ + "Cozy Midtown East apt", + 230 + ], + [ + "1 private BR in prime location", + 79 + ], + [ + "Spacious Cosy Room with Queen Bed", + 49 + ], + [ + "Rare Penthouse Master Bedroom/Bath Nolita", + 165 + ], + [ + "Bright Spacious Brooklyn Gem, 3 BR", + 140 + ], + [ + "Cozy room in sweet East Village Apt!", + 72 + ], + [ + "#Beautifully furnished 2 BR apt. near Central Park", + 369 + ], + [ + "A room of one's own near Columbia U", + 63 + ], + [ + "Doorman One bedroom Laundry!5128", + 165 + ], + [ + "Lovely XL Studio,Lux bldg,24hr drmn", + 112 + ], + [ + "Beautiful, Bright, Farmhouse Apt", + 119 + ], + [ + "Doorman Laundry One bedroom!5134", + 160 + ], + [ + "Deluxe Large 1-Bedroom Apt in WILLIAMSBURG NYC", + 170 + ], + [ + "Lux Interior Designer Brookyln Flat", + 995 + ], + [ + "Classic Brooklyn Charm", + 185 + ], + [ + "Tribeca Loft", + 500 + ], + [ + "Private room in 4 BR on Riverside", + 48 + ], + [ + "Beautiful Luxury Tribeca Apartment", + 150 + ], + [ + "MANNYS' PLACE", + 199 + ], + [ + "Large Room for 2! Hipstest hood for summer!", + 80 + ], + [ + "1 lg. bedroom, north central park", + 60 + ], + [ + "Sunny apt in morningside heights", + 125 + ], + [ + "A cozy room in Lower East Manhattan", + 62 + ], + [ + "Large Bay-Windowed by Citi-College", + 60 + ], + [ + "3BR Modern Upper West CPW w/doorman", + 600 + ], + [ + "Huge Space in E. Williamsburg Apt.", + 75 + ], + [ + "Designer's Studio with Cats +Yard", + 80 + ], + [ + "SoHo Studio", + 195 + ], + [ + "Furnished 1 BR, near Times Square", + 68 + ], + [ + "A room in East Village: 2 weeks min", + 45 + ], + [ + "1 BR Artist's Haven in Bed-Stuy", + 90 + ], + [ + "Large Stylish & Modern 1 BR Apt.", + 200 + ], + [ + "Adorable, quiet Astoria apartment", + 30 + ], + [ + "Elegant, sunny and spacious room in Harlem", + 80 + ], + [ + "Cozy East Village apartment w Steinway piano", + 125 + ], + [ + "Shiyi Wang", + 70 + ], + [ + "Bushwick Room in 3Bedroom Apt", + 50 + ], + [ + "Beautiful Serene Bedroom", + 110 + ], + [ + "Beautiful Upper East Side Apt!", + 199 + ], + [ + "31 Dec - 1 Jan lovely Prospect room", + 40 + ], + [ + "Private room in bright apartment!", + 65 + ], + [ + "Cozy Room in Hell's Kitchen", + 85 + ], + [ + "Spacious 1BD-1 Block to Bedford L!", + 160 + ], + [ + "21st Floor Bedroom in Doorman & Elevator Building", + 69 + ], + [ + "BK's Finest Courtyard Rm close to transportation", + 42 + ], + [ + "Studio near GramercyPark w/ Kitchen", + 120 + ], + [ + "1 bedroom apartment w/ Private yard", + 150 + ], + [ + "Sunny Apt by Central Park North", + 130 + ], + [ + "Great for Work/Leisure w NYC Views!", + 85 + ], + [ + "Room in Luxury Apt, Williamsburg", + 100 + ], + [ + "One Bedroom Midtown East Cozy 1 BR", + 210 + ], + [ + "Bright apartment, Crown Heights", + 28 + ], + [ + "large room in 3 bedroom apartment", + 60 + ], + [ + "Cozy Room, Huge Yard, Trendy Brooklyn", + 60 + ], + [ + "Beautiful/Comfy 1BR Brownstone", + 140 + ], + [ + "Beautiful Room with Private Balcony", + 69 + ], + [ + "Rm in Pvt Home, Nr Trn To NYC - NO CLEANING FEE", + 73 + ], + [ + "Private Rm - near NYC Transit - No Cleaning Fee", + 67 + ], + [ + "Cozy Modern Apartment Above Subway", + 123 + ], + [ + "Full apartment", + 110 + ], + [ + "Greenwich Village 2BR family apt.", + 250 + ], + [ + "Charming UWS Studio Loft", + 80 + ], + [ + "East Village 3br 2 bath Luxury", + 325 + ], + [ + "Manhattan, luxury, 2 bedroom condo", + 300 + ], + [ + "Vibey Bedroom in 2BR - Williamsburg", + 44 + ], + [ + "Newly Renovated Tribeca 2 br", + 197 + ], + [ + "Spacious & upscale room (Long-term)", + 60 + ], + [ + "Bright & Sunny 2-Bed - Bushwick/Bed-Stuy Border!", + 165 + ], + [ + "Cozy Room in Cozy Apartment", + 30 + ], + [ + "Cozy private room in Bayridge Brooklyn New York", + 120 + ], + [ + "Bright Brooklyn Apartment", + 119 + ], + [ + "Large, Furnished Bedroom in Bushwick", + 39 + ], + [ + "Bright 3 BR East Village apartment", + 250 + ], + [ + "Pre-war 1 br in heart of BK Heights", + 130 + ], + [ + "1 bd in 2bd steps 2 Lincoln Center", + 100 + ], + [ + "1 bedroom in Morningside Apartment", + 28 + ], + [ + "The new MBnb: No Breakfast. All Business.", + 149 + ], + [ + "Location Little Nana (only female)", + 39 + ], + [ + "Exposed Brick in the East Village", + 225 + ], + [ + "Large bedroom in Williamsburg- 10min Manhattan", + 100 + ], + [ + "Beautiful sunny room in Brooklyn", + 45 + ], + [ + "Gorgeous apartment in West Village", + 120 + ], + [ + "Cozy Studio in the Heart of the UWS", + 99 + ], + [ + "Beautiful , Peaceful , Paradise", + 206 + ], + [ + "Cozy and comfortable apart", + 120 + ], + [ + "Luxury apartment across One World", + 275 + ], + [ + "Vibrant 1 Bedroom Apt.in Midtown", + 290 + ], + [ + "Grand apartment on 5th avenue", + 300 + ], + [ + "Columbia apartment - Upper West", + 75 + ], + [ + "Spacious, quiet Greenpoint 1-bedroom", + 80 + ], + [ + "Beautiful and Warm Garden Apartment", + 150 + ], + [ + "Cozy East Village Brownstone", + 80 + ], + [ + "Cheerful studio near Prospect Park", + 70 + ], + [ + "Spacious Home South Prospect Park", + 130 + ], + [ + "[Prospect park] Brand New Huge Room", + 50 + ], + [ + "Garden apartment oasis.", + 125 + ], + [ + "Prospect Park Palace", + 150 + ], + [ + "Bespoke 2 Building Garden Apartment", + 290 + ], + [ + "Family-friendly Village Apartment", + 210 + ], + [ + "Clean Classic NYC Studio", + 150 + ], + [ + "Beautiful Duplex in Bushwick", + 129 + ], + [ + "Spacious, Sunny,Beautiful Apartment", + 64 + ], + [ + "Spacious Private Room, East Village", + 100 + ], + [ + "Furnished East Village room", + 60 + ], + [ + "Beautiful 1 bedroom apt in Bedstuy", + 120 + ], + [ + "Doorman 2 Bedroom W/ 3 beds Doorman Laundry!5213", + 180 + ], + [ + "1 Month Huge 1 Bdr UWS Morningside", + 45 + ], + [ + "There's an Avenue D?", + 90 + ], + [ + "Beautiful one bedroom in Soho", + 200 + ], + [ + "Upscale 1 Bedroom Midtown West NYC Apartment", + 239 + ], + [ + "Cozy Tribeca Studio", + 139 + ], + [ + "Modern 1 bedroom apt. near Columbus Circle!", + 279 + ], + [ + "Beautiful Room in Greenpoint Apt", + 95 + ], + [ + "Large Room in LES ($80-100/night)", + 70 + ], + [ + "Large n Cozy Apt, 30 min to Midtown,Month Discount", + 90 + ], + [ + "Calm and Comfy room in Brooklyn", + 70 + ], + [ + "Big Bright 1BR Bed-Stuy Brownstone", + 94 + ], + [ + "Sunny 2 bedroom Apt (Chelsea)", + 250 + ], + [ + "SWING FROM THE CHANDELIER", + 850 + ], + [ + "Big Private Bedroom", + 85 + ], + [ + "Private guest studio in the heart of Astoria, NYC", + 65 + ], + [ + "NYC Midtown West 2-BR Apt near Theater District!", + 369 + ], + [ + "Fabulous 1BA/1BD near Times Square", + 200 + ], + [ + "2 bed/3 bed with parking", + 88 + ], + [ + "Apartment in Harlem", + 65 + ], + [ + "Deluxe Furnished 1-Bedroom Midtown West Apartment", + 239 + ], + [ + "The RoyaltySpace @Williamsburg BK3", + 79 + ], + [ + "Deluxe Furnished 1-BR NYC apt. near Central Park!", + 239 + ], + [ + "Modern 1 bedroom apt. near Grand Central Station!", + 239 + ], + [ + "Luxury 1-Bedroom Apartment in Midtown Gym+Pool", + 239 + ], + [ + "Cozy 10th St. Park Slope 1bdr apt", + 120 + ], + [ + "Breathtaking view 30th floor Bedroom in FIDI", + 175 + ], + [ + "Premium Central Park Experience", + 200 + ], + [ + "Cozy Studio Home on the UWS!", + 103 + ], + [ + "Pleasant studio Chelsea (Manhattan)", + 80 + ], + [ + "A cozy place in Bayridge", + 80 + ], + [ + "Room in Sunny Apt in Great Area", + 60 + ], + [ + "Bright, cozy, room in Greenpoint", + 50 + ], + [ + "Private room in charming, comfortable & bright apt", + 50 + ], + [ + "Chelsea Studio - great city views", + 145 + ], + [ + "Townhouse in beautiful brownstone area!", + 425 + ], + [ + "Greenwich Village Penthouse", + 275 + ], + [ + "Spacious Bedroom in Flat Iron", + 150 + ], + [ + "SPACIOUS MIDTOWN APT WITH BACKYARD", + 229 + ], + [ + "GRAMERCY 1 BD APARTMENT - CENTRAL!!", + 200 + ], + [ + "Sunny 3 bedroom LES apartment", + 300 + ], + [ + "Room in beautiful Ditmas Park", + 47 + ], + [ + "Lovely 1Br Near Highline! (+2 cats)", + 200 + ], + [ + "Modern & Sun Filled 1BR in Gramercy", + 200 + ], + [ + "Quiet, Spacious Studio - Moments from attractions!", + 180 + ], + [ + "Modern, Large & Cozy 1 BR NYC Apt", + 270 + ], + [ + "Big bedroom with private bathroom!", + 30 + ], + [ + "Spacious Apt in East Williamsburg", + 170 + ], + [ + "Room in lovely LES apartment", + 55 + ], + [ + "Modern Bushwick Apt", + 185 + ], + [ + "Private room in Greenpoint", + 30 + ], + [ + "Lux 1BR in the heart of NYC Theater district!", + 139 + ], + [ + "Cozy Big Room Next To Central Park", + 101 + ], + [ + "Sunny, Quiet, Huge Room in UWS", + 85 + ], + [ + "No Sleep 'Till Brooklyn! 2 Train (accommodates 1)", + 50 + ], + [ + "Spacious Room in Bushwick, Brooklyn", + 38 + ], + [ + "❤️ of Wburg, 2.5 Rms, Sep Entrances", + 219 + ], + [ + "Standard Triple Room", + 325 + ], + [ + "Beautiful apartment in Williamsburg", + 100 + ], + [ + "Stay in a doll factory!", + 69 + ], + [ + "Luxury 1 Bedroom Apt. in Midtown", + 275 + ], + [ + "**Luxury 1 Bedroom Upper East Side NYC Apt", + 249 + ], + [ + "Modern 2 Bedroom by Memorial Sloan Kettering!", + 249 + ], + [ + "Furnished 1BR apt. near Empire State Building!", + 239 + ], + [ + "Huge amazing 1bdrm, Upper Manhattan", + 100 + ], + [ + "Bohemian Bushwick Loft", + 49 + ], + [ + "NYC Midtown West Luxury 1 bedroom apartment!", + 239 + ], + [ + "A TASTE OF BROOKLYN", + 150 + ], + [ + "Lavish 1BR apt. near Madison Square Park!", + 239 + ], + [ + "NYC luxury 1 BR apt near the Chrysler Building!", + 239 + ], + [ + "HUGE Apartment - Close to Subway", + 150 + ], + [ + "light filled chic west village apt", + 200 + ], + [ + "Private Bedroom in Heart of NYC", + 50 + ], + [ + "Upscale and spacious 2bed/2bath Midtown West apt.", + 190 + ], + [ + "Stay in an artist warehouse!", + 59 + ], + [ + "Private Room + Office in Duplex", + 40 + ], + [ + "Owl's Landing - Garden Room", + 52 + ], + [ + "Sunny Greenpoint minimalist rental", + 89 + ], + [ + "Spectacular, high-end 2BR apt close to Bryant Park", + 369 + ], + [ + "old style tenement apartment", + 100 + ], + [ + "Best location in Williamsburg!", + 90 + ], + [ + "2 BR Apt Near Central Park UES", + 115 + ], + [ + "LES Private Room + Private Bath", + 150 + ], + [ + "Central Park Luxury Studio", + 400 + ], + [ + "Gorgeous Space in LIC/Astoria", + 66 + ], + [ + "New Condo Studio in Downtown NYC", + 180 + ], + [ + "West Village 1-bedroom in co-op", + 149 + ], + [ + "Private Bedroom in LES/East Village", + 89 + ], + [ + "Studio in Chelsea, New York", + 85 + ], + [ + null, + 67 + ], + [ + "Charming Crown Heights Apartment", + 75 + ], + [ + "Beautiful Bedroom & Bath For Rent!!", + 94 + ], + [ + "Bohemian Room in 2 bdr apt.", + 80 + ], + [ + "HUGE room, close to subway and CU!", + 70 + ], + [ + "NEW SUNNY PEACEFUL ROOM in Prime Williamsburg", + 115 + ], + [ + "Spacious and comfortable rm in LIC", + 90 + ], + [ + "2-bd apt 20min metro to Manhattan", + 155 + ], + [ + "Large Room in Sunny Astoria Apt", + 65 + ], + [ + "Uptown Chic", + 60 + ], + [ + "Upper East Side Manhattan 2 Bedroom", + 149 + ], + [ + "Exposed brick bedroom, LIC Queens", + 70 + ], + [ + "BEDROOM IN UWS", + 100 + ], + [ + "Beautiful 1B apartment in Harlem!", + 120 + ], + [ + "Murray Hill Luxury Furnished Rental", + 150 + ], + [ + "Small Cozy Studio - Brownstone", + 160 + ], + [ + "Charming, spacious UES studio", + 135 + ], + [ + "Spacious Private 1-Bedroom Apartment", + 200 + ], + [ + "Beautiful Greenpoint Apartment", + 50 + ], + [ + "Cozy Nolita Apartment", + 225 + ], + [ + "Sunny, Cozy Double Room in Brooklyn", + 35 + ], + [ + "Bedroom built for... just sleeping", + 45 + ], + [ + "Quiet, private room Upper West Side", + 140 + ], + [ + "Entire Huge East Harlem Apt", + 160 + ], + [ + "Sunny Room in Brooklyn", + 35 + ], + [ + "cute spacious bk apartment", + 125 + ], + [ + "Modern sunny Wall St. apartment", + 160 + ], + [ + "Cute big one bedroom", + 180 + ], + [ + "PERFECT 1 BEDROOM NEAR CENTRAL PARK", + 179 + ], + [ + "Upper West Side furnished studio", + 120 + ], + [ + "Room in dreamy Greenpoint loft", + 70 + ], + [ + "Cozy Williamsburg", + 68 + ], + [ + "BEDROOM IN UWS", + 100 + ], + [ + "Big! 2.5 BR Heart of West Village", + 300 + ], + [ + "large Tribeca loft", + 152 + ], + [ + "East Village / Alphabety City Apt", + 100 + ], + [ + "HighRise Bryant Park Apt w NYC View", + 200 + ], + [ + "New York NY Downtown (East Village)", + 250 + ], + [ + "Hamilton Heights Gem", + 200 + ], + [ + "Clean, cozy, & renovated apartment", + 200 + ], + [ + "Spacious, modern 1BR by Times Sq", + 245 + ], + [ + "Soho/Greenwich Village Bedroom", + 79 + ], + [ + "1 Bdr. Lower East Side, NY, 2 beds", + 175 + ], + [ + "LARGE, SUNNY ROOM!", + 45 + ], + [ + "East Village 1BR with private patio", + 180 + ], + [ + "1 bed cozy studio @ Gramercy on Lex", + 139 + ], + [ + "Bright Loft in Heart of Williamsbug", + 220 + ], + [ + "Luxury Private Room With A View!", + 70 + ], + [ + "Lovely Suite (private bath) near Botanical garden", + 99 + ], + [ + "Beautiful stylish Brooklyn apartmen", + 120 + ], + [ + "Sunny Brooklyn 1 BR Condo with Balcony", + 178 + ], + [ + "Queen size room near Columbia Uni.", + 55 + ], + [ + "Brooklyn Apt with Patio in Heart of Fort Greene", + 124 + ], + [ + "East Village Two Bedroom", + 380 + ], + [ + "Spacious bedroom in shared 3 bdrm", + 55 + ], + [ + "Nice Queens townhome with parking!", + 250 + ], + [ + "Bright 2 Bdrm Apt in Williamsburg", + 180 + ], + [ + "Convenient Ridgewood Brownstone", + 375 + ], + [ + "Perfectly Located West Village 2BR", + 200 + ], + [ + "Gorgeous 2BD LES Apartment", + 180 + ], + [ + "Jewel On Parkside", + 65 + ], + [ + "Luxury Apartment w/ Rooftop Patio", + 65 + ], + [ + "Sunny Cozy Room in Lovely Bed-Stuy", + 60 + ], + [ + "Cozy Room in Hell's Kitchen", + 60 + ], + [ + "Private room in Park Slope", + 45 + ], + [ + "Private room in brand new condo", + 50 + ], + [ + "Quiet Brooklyn Apartment", + 74 + ], + [ + "Large (150sf) Sun-Drenched Room", + 50 + ], + [ + "Private Room in Greenpoint", + 60 + ], + [ + "Luxury Apartment on Park ave", + 150 + ], + [ + "Spacious East Williamsburg Duplex!", + 55 + ], + [ + "The Fig: Brooklyn's TinyHome Cabin in Williamsburg", + 40 + ], + [ + "300sqft Bedroom in LES Duplex", + 120 + ], + [ + "Spacious, Private Bushwick Room", + 35 + ], + [ + "Amazing 1 Bedroom Greenwich Village", + 250 + ], + [ + "BK/NYC Apt near Prospect Prk", + 85 + ], + [ + "Spacious Studio Size One bedroom", + 125 + ], + [ + "Clean Spacious Artsy Private Room", + 146 + ], + [ + "Large Private Bedroom", + 99 + ], + [ + "Lofted Tuck-A-Way Private Bedroom", + 69 + ], + [ + "bedroom in converted warehouse", + 70 + ], + [ + "Clean Spacious Apt in Williamsburg", + 159 + ], + [ + "Get cozy on a historic Brooklyn St", + 40 + ], + [ + "Minimalist Room in Hip Williamsburg", + 65 + ], + [ + "Cool room in a Loft in Greenpoint/Williamsburg", + 45 + ], + [ + "Large Room Close to Midtown", + 42 + ], + [ + "Large Sunny Studio with a View!", + 100 + ], + [ + "Creative Bed-Stuy Brownstone", + 40 + ], + [ + "Super cozy Chic - Brooklyn - Williamsburg", + 175 + ], + [ + "Entire pvt. house for rent ,2 floors\n 3 bdrms., 2.5 baths. Newly renovated,avail. From Nov (Phone number hidden by Airbnb) thru April (Phone number hidden by Airbnb) / month", + 500 + ], + [ + "Bright Bedroom in Lower East Side", + 90 + ], + [ + "2 bedrooms avail. In my house", + 400 + ], + [ + "Private Apartment w Outside Space", + 130 + ], + [ + "Spacious living area near Q and 6 train! :)", + 70 + ], + [ + "Spacious Room in Great Neighborhood", + 48 + ], + [ + "Lux Studio Apt in Downtown NYC - Gym included!", + 169 + ], + [ + "Comfy apartment, close to train, beautiful street!", + 200 + ], + [ + "Spacious, Bright Studio w/ Balcony", + 100 + ], + [ + "Gigantic private room in BedStuy", + 50 + ], + [ + "Bright Studio Loft Bed Stuy", + 80 + ], + [ + "Upper WestSide, Spacious 1 Bdrm Apt", + 200 + ], + [ + "Upscale 2-Bedroom Upper Eastside Apt", + 369 + ], + [ + "Central Park South Luxury 2 Bedroom 2 Bathroom", + 215 + ], + [ + "Central Park South Luxury 3 Bedroom", + 249 + ], + [ + "Madison Avenue Studio Suite (4)", + 110 + ], + [ + "Madison Avenue Studio Suite (3)", + 110 + ], + [ + "Sublet in Bushwick 1 month", + 30 + ], + [ + "Spacious Room in Williamsburg", + 50 + ], + [ + "Bright and Cozy Studio, Park Slope!", + 86 + ], + [ + "COZY&BIG ROOM FOR YOU:)", + 79 + ], + [ + "Top floor of Brooklyn townhouse - South Slope", + 150 + ], + [ + "Best of Both Worlds Chelsea Studio", + 199 + ], + [ + "Artsy 2-bdrm apartment Sleeps 6. 1 min from Subway", + 85 + ], + [ + "Large Manhattan Private Room", + 50 + ], + [ + "Cozy studio in Upper West Side", + 140 + ], + [ + "Cozy Studio 15 minutes to Manhattan", + 59 + ], + [ + "Walk to the American Museum of Natural History", + 330 + ], + [ + "Bright, sunny, cozy, convenient Williamsburg 1-BR", + 175 + ], + [ + "Large bedroom in chinatown", + 91 + ], + [ + "Nice Spacious Room for a Month", + 25 + ], + [ + "Clean and Cozy BedStuy Apt", + 75 + ], + [ + "Lower Manhattan Luxury", + 225 + ], + [ + "Cozy Room in the heart of Hell’s Kitchen!", + 66 + ], + [ + "Modern Brooklyn Duplex", + 40 + ], + [ + "arty east village", + 174 + ], + [ + "Convenient & Spacious & Feel Good Apartment", + 200 + ], + [ + "Luxury Upscale Apartment in Midtown", + 150 + ], + [ + "Sunny and Cozy Private Room by L train", + 102 + ], + [ + "Bright Sunny Soho /W village loft", + 85 + ], + [ + "Bright and stylish BR in trendy Brooklyn. Yard!", + 76 + ], + [ + "Marc Alfred", + 75 + ], + [ + "Large 1 BR LES", + 135 + ], + [ + "Spacious Kips Bay NYC studio !", + 175 + ], + [ + "Heart of Williamsburg 1 bedroom", + 100 + ], + [ + "Sunny, comfortable LES apartment for two guests", + 145 + ], + [ + "Comfy room in a loft in Greenpoint/Williamsburg!", + 49 + ], + [ + "Sunny Peaceful Furnished Room w/Dresser", + 50 + ], + [ + "Historic Striver's Row Apartment", + 120 + ], + [ + "Cute Madison Ave Apartment", + 50 + ], + [ + "Beautiful Bedford Bedroom.", + 50 + ], + [ + "1 MASTER BR-FULL BATH", + 60 + ], + [ + "1BD,shared bath&kitchen in lic", + 55 + ], + [ + "NYC 2BR ap for HOLIDAYS in the CITY", + 199 + ], + [ + "Lincoln Center Fully Furnished", + 90 + ], + [ + "Beautiful, bright, serene Astoria 1 bedroom", + 189 + ], + [ + "great room in sunny cornerapartment", + 49 + ], + [ + "Large Room in Spacious Apartment", + 65 + ], + [ + "Beautiful room in Brooklyn", + 90 + ], + [ + "Spacious, Sunny, Holiday in Brklyn!", + 49 + ], + [ + "Large, Open, Beautiful Apartment", + 75 + ], + [ + "Private room for one or two", + 100 + ], + [ + "Cozy Bedroom in heart of WillyBurg", + 59 + ], + [ + "Luxurious, modern, clean studio apt", + 130 + ], + [ + "Prime Upper East Side 1Br Apartment", + 225 + ], + [ + "Child friendly 1 Bedroom", + 97 + ], + [ + "Airy Brooklyn Townhouse", + 250 + ], + [ + "Large East Village Apartment", + 150 + ], + [ + "Private BR in nice 4BR, Brooklyn", + 63 + ], + [ + "Beautiful Private Apt Times Square", + 200 + ], + [ + "Location Location!! 1 bed apt", + 139 + ], + [ + "2nd Floor, 2 Family House", + 250 + ], + [ + "Comfortable studio in Midtown", + 140 + ], + [ + "Quintessential New York Apartment", + 95 + ], + [ + "Private Bedroom in Williamsburg!", + 55 + ], + [ + "Big and sunny room!", + 32 + ], + [ + "Most Colorful Hamilton Heights Home", + 110 + ], + [ + "QUIET AND COZY ROOM", + 30 + ], + [ + "Two Bedroom Apartment", + 250 + ], + [ + "Spacious/Beautiful Private Room", + 100 + ], + [ + "Safe, Convenient, Sunny apartment", + 115 + ], + [ + "Spacious UES room for your travels!", + 90 + ], + [ + "Charming Getaway in West Village", + 139 + ], + [ + "Huge Private Room, great location", + 150 + ], + [ + "Tribeca launchpad!", + 170 + ], + [ + "Private bedroom in Tribeca", + 75 + ], + [ + "Bright, spacious BR in East Village", + 120 + ], + [ + "Bright, brick BR in East Village", + 80 + ], + [ + "Clean, private bedroom in Bushwick", + 50 + ], + [ + "Private, comfy BR in East Village", + 100 + ], + [ + "Sunny Room Downtown Queens NYC", + 36 + ], + [ + "Clean condo apartment in TS", + 100 + ], + [ + "Lincoln Center Luxury Sunny & Modern Br", + 129 + ], + [ + "Quiet Riverside Park 1 bdrm w gym", + 199 + ], + [ + "Garden View Bedroom in Brownstone", + 60 + ], + [ + "Great location next to Times Square", + 60 + ], + [ + "Lovely Private Browstone Apt", + 60 + ], + [ + "Cozy Two Room Studio Astoria", + 99 + ], + [ + "Home in Ditmas Park, Brooklyn!", + 101 + ], + [ + "Large, Bright, Astoria Room", + 55 + ], + [ + "Cozy 2 BR Apt in Prime Location!", + 219 + ], + [ + "NYC: AMAZING Gramercy Cool Triplex", + 150 + ], + [ + "Artist Escape With Private Terrace", + 25 + ], + [ + "Luggage/Shower Depot!!!/US Open/LGA/JFK", + 26 + ], + [ + "Loft Room in East Williamburg", + 90 + ], + [ + "Iconic NY loft apt in West village", + 500 + ], + [ + "1 Bedroom Apt near the Empire State", + 120 + ], + [ + "Spacious room in Manhattan, NYC", + 59 + ], + [ + "Huge & Beautiful Bedroom - Manhattan", + 70 + ], + [ + "Exposed Brick Midtown East Apt", + 100 + ], + [ + "Williamsburg Large Modern Studio", + 115 + ], + [ + "New and modern NYC home", + 150 + ], + [ + "Room In Williamsburg LOFT", + 105 + ], + [ + "Cozy Bedford Garden Bedroom", + 65 + ], + [ + "Spacious Private Brownstone Apt | 2 Bedroom", + 113 + ], + [ + "Private Room Avail in 3BR LES Apt", + 70 + ], + [ + "Sunny St. Mark's Place Oasis", + 199 + ], + [ + "Huge beautiful place - Williamsburg", + 125 + ], + [ + "Romantic, Pretty Apt with Kitty", + 140 + ], + [ + "Friendly place with garden", + 85 + ], + [ + "BEDROOM3 FOR RENT 10min from Manh", + 70 + ], + [ + "Morningside Heights Apartment", + 89 + ], + [ + "Private Rm&Bthrm - 10 min Manhattan", + 95 + ], + [ + "Sunny and cozy Astoria room!", + 70 + ], + [ + "Cozy 1BR apt in East Village/USQ", + 154 + ], + [ + "Entire 2br apartment in the heart of Chelsea", + 220 + ], + [ + "Spacious, Cozy Bedroom in Bushwick", + 45 + ], + [ + "Quiet 2B duplex in Nolita / Soho", + 59 + ], + [ + "A bedroom in Chinatown", + 95 + ], + [ + "Spacious Master Bedroom in EV", + 129 + ], + [ + "Beautiful Modern Large 1 Bedroom", + 115 + ], + [ + "Large Hell's Kitchen Home", + 105 + ], + [ + "Sunny Modern Beauty with Deck", + 93 + ], + [ + "Upper West Room Near Columbia U", + 40 + ], + [ + "BEAUTIFUL, LARGE, BRIGHT 2 Bedroom", + 88 + ], + [ + "Artistic! Sunny! 1BR Brownstone Apt", + 85 + ], + [ + "Cozy two bedroom apartment", + 170 + ], + [ + "1 bd available in 3bd apt in UWS", + 75 + ], + [ + "Spacious Large Private Room By Pr. Park w Aircon", + 55 + ], + [ + "Charming and CLEAN Room!!", + 57 + ], + [ + "1 Bedroom in UWS Manhattan", + 199 + ], + [ + "One Bedroom Apartment In Astoria", + 105 + ], + [ + "The authentic TriBeCa artist loft experience!", + 485 + ], + [ + "Classic NYC loft apt in brownstone", + 125 + ], + [ + "YOUR HOME FOR THE HOLIDAY", + 150 + ], + [ + "1 BR available in Midtown", + 95 + ], + [ + "CORPORATE RENTAL ON HISTORIC BLOCK!", + 200 + ], + [ + "Modern 1 bedroom 5min Cental Park", + 90 + ], + [ + "Charming and bright UWS apartment", + 120 + ], + [ + "Clean, renovated 1 bedroom apt close to 1 train", + 100 + ], + [ + "Beautiful quiet apartment, Bushwick", + 70 + ], + [ + "Madison Avenue Studio Suite (2)", + 110 + ], + [ + "Entire 2 bedroom in Williamsburg, Brooklyn!", + 96 + ], + [ + "Large Sunny Room/ East Williamsburg", + 50 + ], + [ + "Cute and Sunny 2 BR Wburg Apt", + 175 + ], + [ + "Affordable Room in Trendy LES/Soho", + 70 + ], + [ + "Beautiful Garden Rooms In Lower East Side", + 75 + ], + [ + "Super cozy room", + 51 + ], + [ + "1BR-near to park, subway, cafes!", + 80 + ], + [ + "Madison Avenue 1 Bedroom Suite", + 110 + ], + [ + "Beautiful sunny bedroom Upper West", + 80 + ], + [ + "Bedroom in Williamsburg Available!", + 60 + ], + [ + "Madison Avenue 3 Bedroom Loft", + 170 + ], + [ + "Grand Madison Avenue Loft", + 155 + ], + [ + "Cozy Orchard St. Bedroom in the Lower East Side", + 65 + ], + [ + "Madison Avenue 3 Room Loft", + 165 + ], + [ + "Murray Hill 1 Bedroom Apartment (62)", + 115 + ], + [ + "Murray Hill 2 Bedroom Apartment (63)", + 150 + ], + [ + "Nice and Quiet, lots of trees.", + 700 + ], + [ + "Classic Murray Hill 1 Bedroom Apartment (64)", + 125 + ], + [ + "Cozy Room for Rent in Williamsburg!", + 75 + ], + [ + "Murray Hill 2 Bedroom Suite", + 150 + ], + [ + "Pre-War Charm with Modern Chic in Hell's Kitchen", + 170 + ], + [ + "Murray Hill 2 Bedroom Townhouse", + 150 + ], + [ + "Murray Hill 2 Bedroom Classic (84)", + 150 + ], + [ + "Sound Bath Sanctuary II Manhattan", + 45 + ], + [ + "Cozy East Village Apartment", + 55 + ], + [ + "Private room in gorgeous 2 floor Williamsburg apt", + 89 + ], + [ + "Open Room in Luxury Apartment", + 100 + ], + [ + "Budget room in Downtown Brooklyn", + 35 + ], + [ + "BROOKLYN 1 BEDROOM", + 70 + ], + [ + "Comfy Spacious room/Lower Manhattan - East Side", + 100 + ], + [ + "Your home in the historic district", + 78 + ], + [ + "Glam Hipster Digs", + 59 + ], + [ + "Charming West Village Apartment", + 148 + ], + [ + "Large and light Brooklyn apartment", + 125 + ], + [ + "Architects' Home in Brooklyn!", + 155 + ], + [ + "Comfy Private Room in Williamsburg", + 61 + ], + [ + "Spacious Room -- Upper West Side", + 100 + ], + [ + "Experience the Diversity of Queens!", + 55 + ], + [ + "Private Room in Bushwick", + 40 + ], + [ + "2 BR in Soho/Greenwich Village", + 196 + ], + [ + "Modern & Upgraded in Midtown", + 101 + ], + [ + "Huge room in 4 BR on Riverside", + 50 + ], + [ + "A clean, spacious studio apartment", + 150 + ], + [ + "Chic and Spacious 1BD, minutes from Times Sq!", + 102 + ], + [ + "Sunny, Light room with Loft Bed", + 30 + ], + [ + "NYC Lower East Side - New Years", + 250 + ], + [ + "Artist Studio in Central Manhattan!", + 115 + ], + [ + "GREAT location LARGE 1BR $129 night", + 129 + ], + [ + "Spacious Sunny room in East Village", + 90 + ], + [ + "Nice 1 Bedroom Apartment China town", + 120 + ], + [ + "Great studio near TIME SQUARE", + 150 + ], + [ + "Beautiful Updated Midtown Apartment", + 146 + ], + [ + "Charming bedroom in Manhattan", + 70 + ], + [ + "Soho Old School", + 115 + ], + [ + "Private Room on Upper West Side", + 49 + ], + [ + "Cozy and Chic UES Studio", + 200 + ], + [ + "NICE 2 BED APT NEAR TIME SQUARE", + 166 + ], + [ + "Cute Bedroom in Very Cute BK Apt!", + 40 + ], + [ + "Unique Studio Loft in Brooklyn", + 137 + ], + [ + "Spacious and sunny bedroom", + 58 + ], + [ + "My Artsy Haven in Bed Stuy", + 55 + ], + [ + "Fun, Cute, Sunny Bushwick Room", + 35 + ], + [ + "Spacious 1 bed near TIME SQUARE", + 150 + ], + [ + "Upper East Side 1 Bedroom", + 150 + ], + [ + "Upper West ... Museums/Parks/Subway", + 175 + ], + [ + "Deluxe Loft Suite in Greenpoint", + 189 + ], + [ + "Sunny room in a great new Apt", + 42 + ], + [ + "Best of Brooklyn", + 175 + ], + [ + "Room With a View!", + 150 + ], + [ + "Modern Luxury Chelsea Apt w/ Large Sunny Patios", + 425 + ], + [ + "Huge, Sunny Loft for Rent", + 110 + ], + [ + "Small but warm and cozy. (^_^) Female Only Please.", + 75 + ], + [ + "Spacious 1BD In Chelsea", + 170 + ], + [ + "1bdroom Kid Friendly Quiet Street", + 120 + ], + [ + "Room in beautiful plant filled Greenpoint loft", + 65 + ], + [ + "Brooklyn Deluxe Loft Suite", + 350 + ], + [ + "Beautiful Loft Suite in Greenpoint", + 199 + ], + [ + "Room for Xmas and New Years in NYC", + 67 + ], + [ + "Studio Loft in Brooklyn", + 189 + ], + [ + "Master Bedroom & Private Office", + 80 + ], + [ + "Newly renovated room/ 10min LGA #1", + 50 + ], + [ + "Apartment for 5, Midtown Manhattan", + 220 + ], + [ + "1 room in 3BR/1B in East Village", + 79 + ], + [ + "JFK,LGA,Manhattan,TimeSq,privateBathroom,Queens", + 49 + ], + [ + "Harlem Hearth - Loft Living on a Grand Scale", + 226 + ], + [ + "Loft @ Heart of Williamsburg", + 79 + ], + [ + "Sunny and spacious corner apartment", + 80 + ], + [ + "Great walk-in studio Apartment in a private house", + 169 + ], + [ + "1st Floor Beautiful Brownstone Apt", + 100 + ], + [ + "Studio Apartment in Midtown NYC", + 98 + ], + [ + "A Large Room in a Huge Apartment", + 45 + ], + [ + "Large Bright Room with Private Bathroom", + 70 + ], + [ + "Full Apartment NYE! 2BR, fits 6!", + 150 + ], + [ + "Cozy Private Entrance & Bathroom", + 125 + ], + [ + "Near to Manhattan and large 2BD Apt", + 155 + ], + [ + "Great Studio - Awesome Location", + 179 + ], + [ + "BEAUTIFUL ROOM IN HEART OF BROOKLYN", + 60 + ], + [ + "Cozy Room in 2BDR Apt UES", + 90 + ], + [ + "1 Bedroom in a 3 bedrooms loft", + 65 + ], + [ + "Studio Loft in Greenpoint", + 179 + ], + [ + "Cozy, Bright room in Williamsburg", + 50 + ], + [ + null, + 50 + ], + [ + "Beautiful Loft Suite in Brooklyn", + 189 + ], + [ + "Garden level apt w Bocci court/grill in backyard", + 67 + ], + [ + "Historic Designer 2 Bed. Apartment", + 99 + ], + [ + "Cozy 1 BR in heart of West Village", + 140 + ], + [ + "Cozy and Warm Astoria Apartment", + 90 + ], + [ + "Lovely, cozy private room available", + 55 + ], + [ + "Stunning and Cozy Room in Brooklyn", + 80 + ], + [ + "Our casa is your casa!", + 170 + ], + [ + "Spacios Room in Gorgeous Apt!", + 90 + ], + [ + "Sunny & Quiet Studio w/ private patio - E Village!", + 175 + ], + [ + "Modern 1-Bedroom Downtown", + 117 + ], + [ + "Room in loft apartment above bakery", + 43 + ], + [ + "Greenpoint Studio Loft w/ Terrace", + 189 + ], + [ + "Spacious room in Brooklyn", + 35 + ], + [ + "Bright Studio - Park Slope, BK", + 61 + ], + [ + "Deluxe Loft Suite", + 205 + ], + [ + "Room in LIC - females only please", + 35 + ], + [ + "Columbia Univer, female/couple only", + 39 + ], + [ + "Private Master Bedroom & Full Bath", + 190 + ], + [ + "Quaint 2 Bedroom Apt in LES (6 ppl)", + 249 + ], + [ + "Amazing Flatiron Entire Studio Apt", + 159 + ], + [ + "Lovely West Village Studio", + 125 + ], + [ + "Private Bedroom in Bedstuy!", + 37 + ], + [ + "NoHo 2 Bedroom Loft", + 299 + ], + [ + "Entire apt in the heart of uber hip & cool Nolita", + 175 + ], + [ + "Private room in Upper West Side Apt", + 42 + ], + [ + "One bedroom apartment in Greenpoint", + 110 + ], + [ + "Cozy & Lux Studio in Nolita", + 179 + ], + [ + "1 Bedroom in Crown Heights", + 90 + ], + [ + "Large Rm In Williamsburg, Brooklyn", + 130 + ], + [ + "An open and airy charming studio", + 140 + ], + [ + "Cozy Mozy apt in Cobble Hill", + 168 + ], + [ + "Spacious Family Apartment near Prospect Park", + 128 + ], + [ + "Spacious room in Beautiful Bedstuy", + 64 + ], + [ + "Cozy room in a dynamic Brooklyn neighborhood", + 35 + ], + [ + "Cozy bedroom in beautiful apartment", + 60 + ], + [ + "Clean Modern Apartment", + 200 + ], + [ + "Bright & Modern Williamsburg 1BR", + 199 + ], + [ + "Massive apt in prime Williamsburg", + 175 + ], + [ + "位于曼哈顿纽约上城,高级住宅区", + 95 + ], + [ + "Beautiful Brooklyn Apartment!", + 55 + ], + [ + "Beautiful Studio Apartment NYC", + 125 + ], + [ + "Bedroom in Upper Westside Apartment", + 45 + ], + [ + "Convenient Upper East Studio Apt", + 95 + ], + [ + "Beautiful, bright and spacious home", + 153 + ], + [ + "Sweet and affordable nook in bk", + 39 + ], + [ + "Riverside Drive Harlem Apartment", + 200 + ], + [ + "Christopher Street: Heart of The West Village", + 85 + ], + [ + "Spacious 1 bedroom in the heart of Soho", + 315 + ], + [ + "OPEN LOFT WITH PRIVATE BACKYARD", + 89 + ], + [ + "Beautiful apt for the winter", + 350 + ], + [ + "Welcome to NYC! Modern Luxury 2 BR-5 min from JFK", + 179 + ], + [ + "Peaceful Bushwick Pad.", + 37 + ], + [ + "Luxury Apt in Downtown Brooklyn", + 75 + ], + [ + "Convenient Upper West Apt- Sleeps 3", + 150 + ], + [ + "Newly Renovated Carriage House", + 225 + ], + [ + "One Bedroom - Gramery Park", + 140 + ], + [ + "Victorian Home, Welcoming Comfort", + 115 + ], + [ + "Cozy apartment in Brooklyn", + 58 + ], + [ + "Beautiful Bedford apartment", + 190 + ], + [ + "Well Equipped One-Bedroom Apartment", + 100 + ], + [ + "Williamsburg Getaway", + 119 + ], + [ + "Charming Williamsburg apartment", + 139 + ], + [ + "Clean room in a nice apartment", + 140 + ], + [ + "Deluxe Brooklyn Loft", + 129 + ], + [ + "West Village Duplex with Backyard!", + 800 + ], + [ + "Private Suite - room with bathroom", + 110 + ], + [ + "Chic NYC Brownstone", + 90 + ], + [ + "Large room with private bath in Brooklyn home", + 61 + ], + [ + "Cozy East-Village Room + Rooftop :)", + 65 + ], + [ + "Full size bed, 2 guests, Manhattan Upper Westside", + 60 + ], + [ + "2 Twin beds, 2 guests - Manhattan, Upper West Side", + 60 + ], + [ + "Amazing loft on the Uper East Side", + 150 + ], + [ + "St Regis Hotel, NYC Luxury Hotel Rooms by Owners", + 587 + ], + [ + "Studio Apt at the Heart of Chelsea", + 175 + ], + [ + "Cozy Apartment Close to Everything!", + 60 + ], + [ + "West Village Dream *Newly Renovated", + 166 + ], + [ + "Prime East Village *Spacious", + 120 + ], + [ + "Bright & Spacious Apartment. A Williamsburg Gem.", + 135 + ], + [ + "Easy 1 Bedroom in Chelsea", + 145 + ], + [ + "The Red Door", + 185 + ], + [ + "Ideal location in Williamsburg", + 120 + ], + [ + "restfully space", + 206 + ], + [ + "Private large room in Bushwick", + 65 + ], + [ + "Master room in a luxury apartment", + 80 + ], + [ + "1 Bed 1 Bath in Jackson Heights, NY", + 139 + ], + [ + "Modern One Bedroom in Meatpacking", + 239 + ], + [ + "Airy 4 BR Triplex - Private Yard, Trendy Bed-Stuy", + 399 + ], + [ + "CLEAN, LARGE AND MODERN LOFT", + 550 + ], + [ + "Room in spacious house in Brooklyn!", + 30 + ], + [ + "Spacious Garden Apartment in Heart of Park Slope", + 125 + ], + [ + "East Village/Noho Garden Apartment", + 195 + ], + [ + "Beautiful house in the heart of Williamsburg", + 500 + ], + [ + "Room Near JFK Twin Beds", + 47 + ], + [ + "Cozy private room in Woodside", + 69 + ], + [ + "Heart of the East Village", + 90 + ], + [ + "Large private bedroom on Upper East side", + 99 + ], + [ + "Private Room for Rent", + 75 + ], + [ + "Futon in Brooklyn near subway", + 35 + ], + [ + "Great room*City View*Huge roofdeck*", + 55 + ], + [ + "Cozy 1-Bd, Bushwick (L/M/J train)", + 80 + ], + [ + "East Village Bedroom w/Roof Deck", + 100 + ], + [ + "Bright, Spacious Brooklyn Space w/ Private Bath", + 60 + ], + [ + "Spacious and cozy room!", + 40 + ], + [ + "Studio next to Washington Sq Park", + 118 + ], + [ + "Midtown Manhattan", + 97 + ], + [ + "UWS large, Elev./Security 1-Bedroom", + 210 + ], + [ + "Sunny One Bedroom in Crown Heights", + 55 + ], + [ + "Peaceful Artist Bedroom—Just 30 Min to Manhattan!", + 62 + ], + [ + "Newly renovated, 1.5 bdr SoHo apt", + 185 + ], + [ + "Studio on the Upper West Side", + 200 + ], + [ + "NYCHaven2: Entire House for less than a hotel room", + 165 + ], + [ + "Double bedroom downtown", + 125 + ], + [ + "Chic Studio in Heart of Manhattan!", + 102 + ], + [ + "Cozy bedroom in heart of Bedford", + 80 + ], + [ + "3 Bedroom Luxury Apartment on 33rd", + 449 + ], + [ + "Apartment in Midtown East of NYC", + 200 + ], + [ + "Twin Cabin Two", + 84 + ], + [ + "Large 1,000 SF UES Apt w/ Balcony", + 95 + ], + [ + "Sunny, spacious room in heart of BK", + 65 + ], + [ + "Spacious Apartment D on 61st St. 1st & 2nd ave", + 152 + ], + [ + "Charming Room in Bushwick, Brooklyn Apt", + 50 + ], + [ + "Well-furnished studio w/ patio!", + 250 + ], + [ + "❤︎ly room in duplex & garden", + 149 + ], + [ + "Queen Cabin with Window One", + 124 + ], + [ + "Large Private Bedroom on the River", + 58 + ], + [ + "Queen Cabin with Window Two", + 159 + ], + [ + "2BR Gut-Renovated Apartment", + 250 + ], + [ + "The LES Apartment", + 150 + ], + [ + "Spacious Chelsea 2 Bed/2 Bathroom", + 250 + ], + [ + "Midtown Manhattan steps from 5thAve", + 500 + ], + [ + "Hip Trendy and Convenient!", + 58 + ], + [ + "Elegant and Comfortable Stay", + 199 + ], + [ + "Cozy, Artistic Room with Comfy Bed", + 55 + ], + [ + "Beautiful huge Williamsburg room with private bath", + 95 + ], + [ + "Temporary habitat home", + 36 + ], + [ + "Luxurious Modern West Village Loft", + 165 + ], + [ + "Your NYC Home!", + 72 + ], + [ + "Standard Room/kitchen (sleeps 3 )", + 179 + ], + [ + "Family room with Shared Bathroom", + 209 + ], + [ + "The Central Park North/Economy Room", + 149 + ], + [ + "Giant Loft with a Huge Deck and Kitchen", + 150 + ], + [ + "Prime Williamsburg Spacious Duplex + Huge Yard", + 375 + ], + [ + "Private room 20mins from the city!", + 65 + ], + [ + "2 bedroom Upper east side", + 275 + ], + [ + "Artsy/Neat 1 Bedroom Apartment in the heart of LES", + 110 + ], + [ + "Cute bedroom in Chinatown,", + 99 + ], + [ + "1 Bedroom in HUGE Full Floored Apt.", + 85 + ], + [ + "Family Room/Kitchen/Shared Bathroom", + 189 + ], + [ + "1 Bedroom in East Village", + 100 + ], + [ + "Nice And Clean Apartment.", + 75 + ], + [ + "Charming private room in Astoria-20 min to Midtown", + 45 + ], + [ + "Williamsburg/Greenpoint Brooklyn", + 75 + ], + [ + "Beautiful East Village Apartment", + 125 + ], + [ + "Gorgeous Upper West Side Studio", + 150 + ], + [ + "Cute Brooklyn Apt, Close to Trains.", + 71 + ], + [ + "Room near LGA airport and 35 mins to Times Square", + 46 + ], + [ + "Studio in Little Italy", + 105 + ], + [ + "Queen Bed/Private Room w/ Backyard", + 41 + ], + [ + "Authentic studio-UES (30 days MIN)", + 99 + ], + [ + "Prívate room in Queens, NY", + 37 + ], + [ + "Studio Apartment", + 60 + ], + [ + "Gorgeous Bushwick 3 BR Private Yard", + 218 + ], + [ + "Beautiful Full Bedroom-sunny-comfi", + 150 + ], + [ + "Furnished Apartment in Chelsea", + 52 + ], + [ + "Gorgeous 2BDRM Apartment", + 210 + ], + [ + "Cozy Studio + Sunroom near Times Square", + 115 + ], + [ + "SoHo Gem *Amazing Deal!!", + 105 + ], + [ + "East Village Bedroom Available", + 80 + ], + [ + "Amazing Apt in the West Village", + 225 + ], + [ + "Cozy apartment (East Williamsburg)", + 175 + ], + [ + "Pool, Gym, Rooftop, East 50's1 bedroom /1 bathroom", + 120 + ], + [ + "Central Park - Comfy Futon Couch for 2", + 65 + ], + [ + "Studio Loft in Greenpoint, Brooklyn", + 99 + ], + [ + "Sunny, 4th floor elevator building", + 160 + ], + [ + "Cozy room in East Village!!", + 60 + ], + [ + "Super cute 1+1 Apartment", + 90 + ], + [ + "Great loft for a couple or family", + 230 + ], + [ + "Gramercy Park restful, cozy, sun-filled home", + 250 + ], + [ + "NYC 3 Bedroom Loft Apt LES Downtown Manhattan", + 299 + ], + [ + "Noho Broadway 2 Bedroom Loft", + 499 + ], + [ + "Torre del Lago Room.", + 79 + ], + [ + "Cozy room, near LaGuardia Airport", + 46 + ], + [ + "Modern PH + Balcony&Skyline view", + 110 + ], + [ + "Private room in 3 br in Manhattan", + 70 + ], + [ + "Spacious 2 bdr Bed-Stuy Brownstone", + 150 + ], + [ + "Cozy Apartment in Williamsburg, BK", + 59 + ], + [ + "❤️FAB APT WITH PRIVATE GARDEN NEAR CENTRAL PARK!", + 165 + ], + [ + "Beautiful Unique Greenpoint Loft Suite", + 149 + ], + [ + "Deluxe Loft Living in Brooklyn", + 129 + ], + [ + "Peaceful room in Bushwick", + 42 + ], + [ + "Cozy Private Garden Apartment", + 120 + ], + [ + "Brooklyn apartment 20 min to Manhattan", + 63 + ], + [ + "Spacious railroad style 3 bedroom apt in Manhattan", + 180 + ], + [ + "Resort-like living in Williamsburg", + 220 + ], + [ + "Sunny Cozy Private Room in East Williamsburg", + 68 + ], + [ + "Sunny, Spacious Private BR in East Village!", + 119 + ], + [ + "Great Affordable Room In Manhattan", + 37 + ], + [ + "Gorgeous and Sunlit 1 BR 31/1-3/1", + 80 + ], + [ + "Simple Affordable Room in Brooklyn", + 55 + ], + [ + "Clean & Cozy room near Central Park", + 50 + ], + [ + "NOLITA AMAZING Spacious!", + 199 + ], + [ + "Beautiful Brownstone on Tree Lined Block", + 50 + ], + [ + "Townhouse in Williamsburg", + 60 + ], + [ + "Astoria LIC 1 bdrm apt 30th ave", + 135 + ], + [ + "Cute, clean, room in Williamsburg!", + 64 + ], + [ + "Like your cousin house", + 80 + ], + [ + "In the heart of Williamsburg", + 65 + ], + [ + "Blue Magic", + 48 + ], + [ + "Brownstone in Carroll Gardens", + 115 + ], + [ + "Only Steps away from LaGuardia arpt", + 45 + ], + [ + "Cozy Room In Williamsburg Apartment", + 38 + ], + [ + "Lovely LES 1BR, W/D & Elevator: DEC. SUBLET PREFR.", + 85 + ], + [ + "Turtle Bay/UN Brownstone Garden Apt", + 275 + ], + [ + "Spacious Astoria Home with Garden", + 125 + ], + [ + "Lovely,Spacious,UpperWestSide/Spend a SummerMonth", + 250 + ], + [ + "Cozy Room in LIC, 7 min to TimesSq", + 79 + ], + [ + "Heart of West Village, over NYE!", + 105 + ], + [ + "Steps from subway and Central Park", + 100 + ], + [ + "great private room", + 70 + ], + [ + "Welcome Students! Huge Very Private Uptown Room", + 65 + ], + [ + "Flatbush Manor, Industrial-Deco 1BR Apt", + 60 + ], + [ + "private modern room (long term 1 month or more)", + 50 + ], + [ + "Cozy room in Artist House", + 35 + ], + [ + "NYC Apartment near Central Park!", + 180 + ], + [ + "Entire 1 Bedroom Apt Available In Ditmas Park", + 70 + ], + [ + "Large Luxury Studio with a view", + 220 + ], + [ + "Cozy Studio Heart Of Midtown!5160", + 135 + ], + [ + "Swimming Pool Doorman Studio! 5161", + 140 + ], + [ + "Private BR & Bath - Victorian Home", + 175 + ], + [ + "Design Swimming Pool!LUX***** 5140", + 180 + ], + [ + "Design By Stark!Basket Ball!Washer& Dryer !5230", + 165 + ], + [ + "Cozy & Elegant Private 1 Bedroom", + 55 + ], + [ + "One Bedroom Apt, Hell's Kitchen", + 100 + ], + [ + "GREAT BIG ROOM IN APT. W/ BALCONY", + 91 + ], + [ + "Venerable Chelsea Loft (Small Br)", + 175 + ], + [ + "Lovely Light Filled Room in BedStuy", + 70 + ], + [ + "Maryhills Brownstone in Park Slope", + 143 + ], + [ + "Tranquil Room in Airy, Sunny Bushwick Loft", + 55 + ], + [ + "East Village studio", + 110 + ], + [ + "Huge room, ready for you, CHEAP!", + 30 + ], + [ + "Great room", + 90 + ], + [ + "Standard Room/kitchen(sleeps 4)", + 199 + ], + [ + "Charming Bedroom in Gramercy", + 99 + ], + [ + "Sunny private room on LowerEastSide", + 40 + ], + [ + "Sunny, kid friendly in Midtown East", + 235 + ], + [ + "Great Location, 15 mint from Midtown Manhattan.", + 62 + ], + [ + "2 room, lower level home in Queens", + 85 + ], + [ + "Great room", + 60 + ], + [ + "Cozy private room with own TV", + 45 + ], + [ + "Private 2 Bedroom Apt Minutes from Times Square", + 155 + ], + [ + "Cozy studio in heart of Manhattan", + 135 + ], + [ + "PRIVATE BEDROOM,PRIVATE BATH,PRIVATE LIVING ROOM !", + 165 + ], + [ + "Times Square 2 blks away, Happy NY!", + 295 + ], + [ + "The Suite Spot @ Washington Heights", + 77 + ], + [ + "Sunny, Cozy Room Near Train, Cafes & Parks", + 43 + ], + [ + "纽约市曼哈顿中城East 52nd st_2室1厅_$4500/月", + 230 + ], + [ + "Sunny Brooklyn, NYC Apartment", + 70 + ], + [ + "Park Slope Garden Apartment", + 105 + ], + [ + "Charming, warm room in Bushwick", + 54 + ], + [ + "Sunny, large 2-bedroom Williamsburg apartment", + 199 + ], + [ + "3 BEDROOMS BROOKLYN - NEW YORK CITY", + 145 + ], + [ + "Modern Williamsburg BR for rent", + 97 + ], + [ + "Huge Room w/ Amazing Queen Bed in S. Williamsburg!", + 55 + ], + [ + "Beautiful restored full floor apt", + 285 + ], + [ + "Gramercy Suite at The Loralei B&B", + 185 + ], + [ + "Huge room w/ Private outdoor space", + 200 + ], + [ + "One bedroom in great NYC location!", + 300 + ], + [ + "Williamsburg Renovated Vintage 3BR", + 255 + ], + [ + "The St. Johns: A 5-Bedroom Townhouse Near the Park", + 500 + ], + [ + "Charming Park Slope One+ Bedroom", + 75 + ], + [ + "Spacious Brooklyn Room", + 150 + ], + [ + "Cozy Williamsburg Space", + 64 + ], + [ + "Nice comfy pad near Times Square", + 250 + ], + [ + "Cozy 1BR located in Midtown Manhattan", + 135 + ], + [ + "Spacious Sunny 1 bed private room in Ditmas Park", + 70 + ], + [ + "Large, private 2BR in historic brownstone", + 295 + ], + [ + "spacious pretty east harlem apt.", + 135 + ], + [ + "Great Hells Kitchen sofa", + 50 + ], + [ + "Central Located Private Apartment, New York Queens", + 69 + ], + [ + "Newly renovated house 4 bedroom. Minutes from NYC", + 299 + ], + [ + "15 Mins to Times Square & Manhattan-3 Bedroom Apt.", + 204 + ], + [ + "Modern luxury condo in Williamsburg", + 80 + ], + [ + "Private Room in Artsy Home - Heart of Manhattan", + 125 + ], + [ + "Awesome Dyker Heights apartment!", + 69 + ], + [ + "Serene Apartment Park Ave - UES", + 139 + ], + [ + "Cinque Terre Room. Clean and Quiet Queen Bedroom", + 149 + ], + [ + "Cute beach bungalow by the beach, 80min Manhattan", + 100 + ], + [ + "SkyView - 2 bed 2ba W&D Gym!5175", + 360 + ], + [ + "Hipster Williamsburg Welcomes You!", + 99 + ], + [ + "Big room at 15min from Times Square", + 60 + ], + [ + "Cozy Bedroom in Apartment Uptown", + 60 + ], + [ + "Family Home 2FL 7 Mins To Manhattan", + 275 + ], + [ + "BROOKLYN'S HAVEN", + 65 + ], + [ + "BROOKLYN 2 BEDROOM APT", + 149 + ], + [ + "Comfortable Room in 3 bedroom Apt", + 60 + ], + [ + "Cozy Place - Convenient Location", + 120 + ], + [ + "位于曼哈顿岛上125街Broadway性价比超高房间短租~", + 35 + ], + [ + "FAMILY FRIENDLY 3BR DUPLEX", + 261 + ], + [ + "The Mahogany Suite(Private Studio Apartment)", + 99 + ], + [ + "Great room in Awesome Williamsburg", + 49 + ], + [ + "Room 5, Victorian Home to Enjoy!", + 65 + ], + [ + "Super Cute + Cozy Park Slope Apt.", + 150 + ], + [ + "Comfortable room, lots of sunlight", + 65 + ], + [ + "Room 4, Victorian Home to Enjoy!", + 60 + ], + [ + "Spacious Private Room in Brooklyn", + 69 + ], + [ + "Ideal Brooklyn Location/Spacious+Bright 1-Bed", + 150 + ], + [ + "Large Room in BK Quaint Brownstone", + 37 + ], + [ + "Apt next to Astoria park", + 100 + ], + [ + "2 BR Brownstone Retreat, 3rd Fl.", + 99 + ], + [ + "Doorman XL one bedroom!5109", + 160 + ], + [ + "**3BR, Large Duplex/private Garden, Time Square!!", + 225 + ], + [ + "Private Room/Private Bath in Gorgeous Brooklyn 2BR", + 51 + ], + [ + "Charming Loft on the UES", + 250 + ], + [ + "Sunny and huge room in Astoria!", + 66 + ], + [ + "Comfortable cozy room", + 65 + ], + [ + "Clean, renovated 1 bed apartment", + 120 + ], + [ + "Great UES apt with outdoor space", + 125 + ], + [ + "Prime Upper West Side family home top floor", + 260 + ], + [ + "Art Inspired One Bedroom Apt in Bedford Stuyvesant", + 94 + ], + [ + "Spacious Sunlit Room in Manhattan 18m Times Square", + 79 + ], + [ + "Big and quiet room!", + 49 + ], + [ + "Ultra-Modern 6-bedroom House (Great for Groups)", + 1731 + ], + [ + "Brooklyn Queen Bed", + 99 + ], + [ + "Minimalist Urban Jungle with Exposed Brick", + 41 + ], + [ + "Comfy Queen bedroom near East Village LES", + 90 + ], + [ + "Cool Private Apt in Manhattan w/ Comfy Queen Bed!", + 69 + ], + [ + "Luxury High-Rise Manhattan Apt", + 81 + ], + [ + "Artist's Nook", + 113 + ], + [ + "A large sunny bedroom", + 35 + ], + [ + "Cute and clean apt in East Harlem!", + 85 + ], + [ + "Private Room in Brooklyn Artist Apt", + 45 + ], + [ + "Sunny, spacious Clinton Hill 1.5 BR", + 200 + ], + [ + "NYC Sweetheart Studio - Upper East", + 100 + ], + [ + "Studio Apartment in Safe Neighborhood.", + 37 + ], + [ + "Beautiful Executive 1 bedroom Suite", + 180 + ], + [ + "New Modern Industrial Studio Apt", + 105 + ], + [ + "*Chic Oasis in Trendy Union Square*", + 200 + ], + [ + "Spacious bedroom near Prospect Park", + 45 + ], + [ + "Luxurious Private Room in Harlem", + 80 + ], + [ + "Cozy, Renovated, 1BD/1BA Manhattan Apt", + 122 + ], + [ + "Executive retreat in Midtown West", + 400 + ], + [ + "1 room in 2 bedroom apartment", + 55 + ], + [ + "Clean and spacious,grnd floor apt", + 110 + ], + [ + "Authentic 2BR in UES 30 days MIN", + 110 + ], + [ + "Heart Of Hell's Kitchen", + 135 + ], + [ + "Cozy Washington Heights Bedroom", + 45 + ], + [ + "UWS 1 bedroom, tree-lined street between 2 parks!", + 145 + ], + [ + "student friendly and cozy in Brooklyn!", + 37 + ], + [ + "Sunlit & Spacious 2 Bedroom Brooklyn Apt", + 90 + ], + [ + "Beautiful UWS Apt with Balcony", + 305 + ], + [ + "Nice Suite with Kitchen", + 100 + ], + [ + "Spacious 2 Bedroom Lower East Side", + 180 + ], + [ + "Ed's Place", + 90 + ], + [ + "Spacious and Well-Lit One Bedroom", + 135 + ], + [ + "Clean room for rent in Park Slope", + 49 + ], + [ + "Quaint place in seaside Red Hook", + 95 + ], + [ + "Brooklyn's Finest", + 155 + ], + [ + "Sunny & Bright Private Room", + 47 + ], + [ + "Top Floor, Historic Brownstown", + 120 + ], + [ + "Live like a local in Astoria Queens", + 38 + ], + [ + "Entire nice 2 bedroom Apt with Balcony in Brooklyn", + 199 + ], + [ + "Cozy modern room in the heart of NYC!", + 87 + ], + [ + "Private room with a bathroom", + 80 + ], + [ + "Live like a local in NYC! Next to Ditmars subway", + 40 + ], + [ + "Seconds to the City!!!", + 155 + ], + [ + "Dreamy Brownstone Brooklyn Duplex", + 125 + ], + [ + "Dream Pad", + 81 + ], + [ + "Charming Brooklyn apartment w/patio", + 129 + ], + [ + "Sunny and Spacious 2BR, Murray Hill", + 83 + ], + [ + "Private room in West Harlem", + 70 + ], + [ + "Cozy studio in Park Slope", + 130 + ], + [ + "Classic Brooklyn Brownstone", + 325 + ], + [ + "Martha's Apartment", + 30 + ], + [ + "纽约之家 (Sunny Home2)", + 50 + ], + [ + "纽约之家(Sunny Home1)", + 50 + ], + [ + "Nice room in the Upper West Side", + 45 + ], + [ + "Little Italy/Soho", + 200 + ], + [ + "Beautiful High-Rise Studio Condo.", + 600 + ], + [ + "Spacious Cozy Greenpoint Apartment", + 80 + ], + [ + "Private bedroom located in Bushwick", + 35 + ], + [ + "Bushwick Suite", + 75 + ], + [ + "Comfortable, cozy, dorm-like room", + 30 + ], + [ + "UPPER WEST SIDE GEM ON PARK BLOCK", + 135 + ], + [ + "Minutes to the Metro!!!", + 125 + ], + [ + "Cozy Room in Boerum Hill", + 62 + ], + [ + "Private Room in Williamsburg!", + 1002 + ], + [ + "Cute 2 bed Williamsburg railroad", + 100 + ], + [ + "JFK 10 & LGA 15 MINUTES AWAY A/C PRIVATE BEDROOM A", + 50 + ], + [ + "NEW listing! Large Prospect Park 1 Bed", + 80 + ], + [ + "East Village Apartment", + 75 + ], + [ + "STUDIO APARTMENT IN LUXURY BUILDING", + 60 + ], + [ + "Cozy spot off L train - 20min>City", + 75 + ], + [ + "Spacious room in large funky home!", + 65 + ], + [ + "West Village Private Bedroom", + 80 + ], + [ + "Brownstone in Brooklyn", + 130 + ], + [ + "Mid-Century Museum Sleepover", + 333 + ], + [ + "Cozy Studio in Excellent Location", + 120 + ], + [ + "Nice studio with view of the UN", + 144 + ], + [ + "Brooklyn Park Slope Queen Bed", + 149 + ], + [ + "Modern 2 bedroom apt in Bushwick", + 150 + ], + [ + "Williamsburg Luxury", + 60 + ], + [ + "Charming & bright Williamsburg loft", + 190 + ], + [ + "Luxury Bushwick Apartment", + 100 + ], + [ + "Fort Greene Hideaway", + 150 + ], + [ + "Charming Brooklyn One-Bed", + 170 + ], + [ + "Cool Large Room In 3 Min From Manhattan", + 65 + ], + [ + "Beautiful One Bedroom East Harlem Apt", + 90 + ], + [ + "Cute Comfy Room in Greenpoint", + 55 + ], + [ + "Best street in New York.", + 250 + ], + [ + "Large bright room in prime Bushwick", + 80 + ], + [ + "Beautiful 2 bed Artists Loft - Williamsburg", + 319 + ], + [ + "Great apartment (midtown area )", + 120 + ], + [ + "Quiet home free ferry to Manhattan", + 50 + ], + [ + "Large Private Minimalist Loft Room", + 100 + ], + [ + "Best bedroom in heart of Astoria", + 60 + ], + [ + "Renovated sunny studio", + 175 + ], + [ + "Large Bedroom in 2BR spacious brownstone", + 67 + ], + [ + "Doorman Studio Gym Deck!5108", + 140 + ], + [ + "Private bedroom & 1/2 bath in Wburg", + 90 + ], + [ + "Gorgeous Apartment on Prime waterfront location", + 165 + ], + [ + "Awesome location, and spacious room", + 90 + ], + [ + "Studio near to TIME SQUARE", + 150 + ], + [ + "Cute Spacious Williamsburg Apt", + 115 + ], + [ + "Two Beds OR KingSize Bed by Subway; Washer/Dryer", + 65 + ], + [ + "Kick Back and Relax in this Oasis", + 70 + ], + [ + "East Village Exposed Brick Studio", + 219 + ], + [ + "Budget Room at Brooklyn&Breakfast", + 45 + ], + [ + "Cosy room in a Brooklyn brownstone", + 55 + ], + [ + "Studio in West Village/Cornelia St", + 80 + ], + [ + "Renovated Harlem Private Room", + 45 + ], + [ + "Large Room with own entrance: Brooklyn&Breakfast", + 65 + ], + [ + "Sunny room in Lower East Side Apt!", + 47 + ], + [ + "Private Studio in Beautiful Duplex", + 65 + ], + [ + "Charming Lofty 1bd on Quiet Street", + 229 + ], + [ + "Beautiful bright huge pre-war in Williamsburg", + 160 + ], + [ + "3 Bedroom 1.5 Bath Duplex", + 500 + ], + [ + "Artsy Bushwick NY 2 Beds with laundry & balcony", + 120 + ], + [ + "Large Room, High Floor w/ Views - Times Square", + 139 + ], + [ + "Tribeca/Soho Garden Apartment", + 400 + ], + [ + "room in Bushwick", + 45 + ], + [ + "BELLA CASA-Private Room-queen bed-historical NYC!!", + 87 + ], + [ + "1 br in the Heart of Williamsburg", + 50 + ], + [ + "Stylish & Inviting Brownstone Apt", + 115 + ], + [ + "Awesome Apartment, Stunning Views", + 51 + ], + [ + "☆ 3min walk to train station. Cute Room!", + 43 + ], + [ + "Room in the heart of Williamsburg", + 70 + ], + [ + "Modern Apartment in Harlem", + 125 + ], + [ + "Private Room in Sunlit & Art-filled Apartment", + 55 + ], + [ + "Private Room next to park", + 50 + ], + [ + "Large Bohemian Room in Brownstone Apartment", + 60 + ], + [ + "Close to zoo and Botanical Gardens", + 88 + ], + [ + "Artist Apartment with Tons of Space", + 85 + ], + [ + "Spacious & Relaxing Garden Apartment", + 275 + ], + [ + "cozy large room located in Brooklyn", + 65 + ], + [ + "Park Slope 2 BR Long Term Rental", + 135 + ], + [ + "A cozy two bedroom apartment", + 40 + ], + [ + "Interfaith Retreat Guest Rooms (Ganges)", + 85 + ], + [ + "Interfaith Retreat Guest Rooms (Faith)", + 85 + ], + [ + "Interfaith Retreat Guest Rooms (Mary)", + 85 + ], + [ + "Beautiful and bright garden studio", + 120 + ], + [ + "Stylish peaceful oasis", + 220 + ], + [ + "Large Sunny Private Room w/Balcony & Roof", + 80 + ], + [ + "3 bedroom duplex next to Central Pk", + 275 + ], + [ + "Entire 2 Bedroom in a smart new house", + 125 + ], + [ + "Extra Bed in a Cozy & Sunny Studio", + 46 + ], + [ + "Beautiful Spacious NYC Apartment", + 65 + ], + [ + "Charming big room by Propect Park", + 58 + ], + [ + "Priv. Room in Bushwick near L Train", + 60 + ], + [ + "one bedroom apt in a new house", + 115 + ], + [ + "Lots of Light Brooklyn Apartment", + 65 + ], + [ + "Cozy bedroom in Astoria", + 49 + ], + [ + "Light-filled Greenpoint 2 bedroom apartment", + 70 + ], + [ + "Big Manhattan room w. private bath", + 95 + ], + [ + "Adorable West Village Apartment", + 196 + ], + [ + "Cozy UES bedroom with private bath", + 80 + ], + [ + "Private Room For 1 w/ Separate Entrance Student / Intern / Traveler", + 35 + ], + [ + "Spacious bedroom available in SoHo", + 82 + ], + [ + "Prime UWS studio with loft bed South expo !!", + 136 + ], + [ + "Bright central Manhattan bedroom", + 75 + ], + [ + "Beautiful 1 bedroom apt.", + 68 + ], + [ + "Beautiful room in HUGE 2 bedroom loft style apt", + 64 + ], + [ + "Sunny 1 bedroom Apartment", + 100 + ], + [ + "Spacious Room in hip Williamsburg", + 65 + ], + [ + "Giant Landmark Apartment in the Sky", + 350 + ], + [ + "2BR Luxury Sunny Apt, East Village", + 450 + ], + [ + "Lovely Room in Historic Brownstone", + 99 + ], + [ + "Beautiful LARGE one bedroom apt", + 195 + ], + [ + "1br Large furnished bedroom in cool Bushwick", + 48 + ], + [ + "Beautiful garden studio in Bushwick", + 85 + ], + [ + "Two blocks from Bedstuy-Nostrand G", + 70 + ], + [ + "Parlor apt 1 block from Times Sq", + 180 + ], + [ + "Midtown West luxury one bedroom", + 90 + ], + [ + "Prime Park Slope Apartment", + 175 + ], + [ + "Big Bright Quiet Williamsburg Townhouse Family Apt", + 245 + ], + [ + "Awesome Loft in Brooklyn-- easy access to the city", + 45 + ], + [ + "Large Private Bedroom in Comfy Home", + 34 + ], + [ + "UES Studio with roof access", + 125 + ], + [ + "Beautiful and Cozy Garden Level Brooklyn Townhouse", + 75 + ], + [ + "Luxury Apt, Near Subway, Perfect for Work or Play!", + 125 + ], + [ + "Central Park Quiet 1BR", + 200 + ], + [ + "Sunny Studio ~ Great Location!", + 100 + ], + [ + "Beautiful Central Harlem Apartment", + 70 + ], + [ + "Private Room in Greenpoint Brooklyn", + 45 + ], + [ + "Beautiful designer studio on 1st", + 154 + ], + [ + "Sunny, one bedroom apartment UES", + 300 + ], + [ + "Kid Friendly Central Park West Apt.", + 250 + ], + [ + "Our home away from home \n“Cosy studio”", + 140 + ], + [ + "Comfy Queen Bed in Spacious Room", + 59 + ], + [ + "Stylish Bedroom (16 min from TIMES SQUARE)", + 80 + ], + [ + "Greenpoint 2BR in Townhouse w/Parking", + 230 + ], + [ + "Gorgeous & cozy studio in Manhattan", + 150 + ], + [ + "Cozy Room/ 10min LGA #2", + 45 + ], + [ + "Luxury 1-Bdrm in Downtown Brooklyn", + 144 + ], + [ + "Mega comfy pullout QN - clean apartment", + 44 + ], + [ + "1 bed room apartment in Greenpoint", + 75 + ], + [ + "Cozy Guest Room in Brooklyn", + 45 + ], + [ + "Charming East Village apartment", + 129 + ], + [ + "Room in Soho Apartment", + 75 + ], + [ + "Clinton Hill - pied-à-terre", + 220 + ], + [ + "Whole Apt. in East Williamsburg", + 125 + ], + [ + "Fort Greene Studio-Flat", + 150 + ], + [ + "Uber Cool East Village Apartment", + 63 + ], + [ + "Bright Studio Loft Prime Location", + 120 + ], + [ + "Cozy Private Room in Spacious Apt", + 45 + ], + [ + "Beautiful bright modern apartment", + 120 + ], + [ + "Newly Renovated 1 Bedroom in NYC", + 125 + ], + [ + "Cozy Spacious 1 Bedroom Apartment", + 450 + ], + [ + "Prime Location Luxury Tribeca Loft", + 1250 + ], + [ + "Big cozy room with 2 windows", + 36 + ], + [ + "Sunny Apt in Cultural Neighborhood", + 48 + ], + [ + "Beautiful Guest Room(B)", + 50 + ], + [ + "Loft Room near to NYC Attractions", + 59 + ], + [ + "Sublet Beautiful Room in Brooklyn!", + 39 + ], + [ + "La Casa Azul", + 70 + ], + [ + "Up to 1 Week Rental in Williamsburg", + 150 + ], + [ + "Cozy Brooklyn One Bedroom", + 100 + ], + [ + "Large Sunny East Williamsburg Loft", + 80 + ], + [ + "Large Private 2BR Apartment by Park", + 125 + ], + [ + "Chelsea Studio + Private Garden!", + 180 + ], + [ + "Big room in East Williamsburg Loft", + 45 + ], + [ + "Beautiful 2bed apt near Time Square", + 185 + ], + [ + "Front Bedroom in Beautiful Apt", + 60 + ], + [ + "Private room 1 block from Bedford L", + 40 + ], + [ + "Luxurious Private Suit in 3BR Apt", + 80 + ], + [ + "Spacious apt in hip Williamsburg", + 85 + ], + [ + "Charming Spacious Park Slope Studio", + 135 + ], + [ + "Your stay at NYC Artist's Home", + 70 + ], + [ + "Grand Loft in Prime Williamsburg", + 600 + ], + [ + "One Bedroom w/Huge Window & Ceiling", + 110 + ], + [ + "Large studio in elevator building Cobble Hill", + 105 + ], + [ + "LRG PRVT ROOM IN NYC NEAR METRO & ACTIVITIES", + 100 + ], + [ + "Sunny, charming room in a 2 bedroom", + 65 + ], + [ + "Perfect Studio in the Perfect Location on the UES", + 125 + ], + [ + "Cozy Room in an Eclectic Vintage Styled Apt.", + 50 + ], + [ + "Luxury affordable in Williamsburg!", + 360 + ], + [ + "Beautiful Apt w/ rooftop view", + 160 + ], + [ + "Chelsea Apartment (2 bedroom)", + 225 + ], + [ + "Beautiful Views & Apt in Brooklyn!", + 105 + ], + [ + "Beautiful Studio in Soho - Greenwich Village", + 175 + ], + [ + "Light-filled Bushwick apartment", + 130 + ], + [ + "La Spezia room. Clean, quiet and comfortable bed", + 79 + ], + [ + "Spacious Room in Park Slope", + 90 + ], + [ + "Elegant Chic Brooklyn Duplex House. Private Deck", + 283 + ], + [ + "Luxurious 1 King bedroom in NYC.", + 50 + ], + [ + "Very nice 1 bedroom house/bungalow", + 100 + ], + [ + "Big Sunny 3rd fl Room at Brooklyn&Breakfast", + 70 + ], + [ + "Chic Modern Luxury Apartment. 2 bed 2 bath. Patio", + 199 + ], + [ + "BedStuy Parlor near A&J Trains JFK", + 45 + ], + [ + "Magnificent New 2 BR near park Ave", + 325 + ], + [ + "Sleek Loft, Premium Location", + 275 + ], + [ + "Studio Near Time Square", + 130 + ], + [ + "Beautiful Upper East Side Apartment", + 179 + ], + [ + "Serene luxury in Harlem", + 80 + ], + [ + "Apartment share near Lincoln Center", + 99 + ], + [ + "Bright Clean North Central Park", + 135 + ], + [ + "Huge Sunny Morocco-Chic Music Pad", + 145 + ], + [ + "Midcentury Feel, Hipster Pad (Hipsters Only)", + 69 + ], + [ + "Palatial Prime Crown Heights Apt", + 89 + ], + [ + "Sunny modern oasis near THE Park", + 75 + ], + [ + "Luxury apartment 3BDR with balcony", + 200 + ], + [ + "Cozy room 15mins Manhattan & 10 LGA", + 55 + ], + [ + "Murray Hill Studio", + 80 + ], + [ + "One Bedroom Beauty in Bushwick", + 75 + ], + [ + "Harlem Cottage", + 90 + ], + [ + "Private Studio: Landmark Dt (Smart TV/Wifi/Cable)", + 98 + ], + [ + "Cozy studio in WaHi", + 70 + ], + [ + "Large Modern 1 BR on UpperWestSide", + 132 + ], + [ + "Furnished room + full amenities", + 50 + ], + [ + "LUX 650SQF Balcony Gym W&D 5119", + 250 + ], + [ + "This is a place in the UES", + 199 + ], + [ + "Charming 1bed! sleeps4 SOHO Location!Location!", + 99 + ], + [ + "Charming room in South Williamsburg, Brooklyn.", + 77 + ], + [ + "Cozy 1 Bedroom on Upper east side", + 100 + ], + [ + "NYC designer loft amazing City view", + 130 + ], + [ + "Private room", + 60 + ], + [ + "Cute Apartment in Hell's Kitchen", + 200 + ], + [ + "2 bedroom apartment in Bushwick", + 117 + ], + [ + "2 bd, 1.5 bath by Prospect Park", + 89 + ], + [ + "COZY FOR 1 TO 2. SHARED BED, SEPARATE FOR A FEE .", + 44 + ], + [ + "Cal King lovely room withTVwasher-dryer in kitchen", + 70 + ], + [ + "Sunny Room in Prime East Village", + 39 + ], + [ + "Large Renovated Apt. Mins Away From Subway!", + 150 + ], + [ + "New York style loft space", + 60 + ], + [ + "dreamy Sunset Park one bedroom", + 75 + ], + [ + "Intimate and cozy", + 89 + ], + [ + "Bright, Spacious Alcove 1 Bedroom", + 200 + ], + [ + "Clinton Hill - Garden Apt", + 124 + ], + [ + "Spacious Cute room in Williamsburg", + 60 + ], + [ + "Private huge BDR in East Village!", + 70 + ], + [ + "BK LOFT: Unique/Modern/Fun", + 100 + ], + [ + "Doorman XLL Studio Midtown! 5163", + 117 + ], + [ + "Fully furnished room in 2BR NYC Apt", + 100 + ], + [ + "Lovely Room w/backyard in Bushwick", + 50 + ], + [ + "Spacious Sanctuary in Bushwick", + 75 + ], + [ + "Bright, central, prime Williamsburg", + 75 + ], + [ + "Private 1 Bdrm Apt - Prospect Park", + 75 + ], + [ + "Manhattan 웨스트빌리지에 위치한 고급 스튜디오 (도어맨)", + 150 + ], + [ + "Urban Bliss - Bushwick", + 65 + ], + [ + "Cozy shared space, heart of Astoria", + 22 + ], + [ + "Brick Wall Charmer in Kips Bay", + 120 + ], + [ + "Chic and Cozy Chinatown Loft", + 320 + ], + [ + "Master Bedroom w/ en suite", + 65 + ], + [ + "Feel at home in Brooklyn", + 95 + ], + [ + "Lovely and quiet large 1 bedroom in Inwood, NYC", + 115 + ], + [ + "Cool Chelsea studio for chilling!", + 120 + ], + [ + "Master Room in 2,300sf Soho Loft", + 150 + ], + [ + "Ditmas Park Brooklyn private room", + 40 + ], + [ + "Lovely BK 4-BR Duplex with Garden", + 425 + ], + [ + "COZY Brooklyn Apartment 20 minutes to City", + 75 + ], + [ + "Prospect Heights - Large Sunny Apt", + 150 + ], + [ + "Charming room in Victorian house", + 49 + ], + [ + "Large studio w/ doorman and elevator", + 165 + ], + [ + "Sunny and chic NYC apartment", + 200 + ], + [ + "Spacious UWS Studio w/Private Patio", + 175 + ], + [ + "Beautiful Garden Apartment Close to Train", + 97 + ], + [ + "Light, Large Apt Near Central Park", + 270 + ], + [ + "Newly renovated luxury apartment", + 155 + ], + [ + "Sunny, spacious room in Greenpoint", + 55 + ], + [ + "COZY EAST VILLAGE-PRIVATE SPACE", + 80 + ], + [ + "RIVERDALE GRANDVIEW", + 70 + ], + [ + "Cozy and Small bedroom in Astoria!!", + 35 + ], + [ + "Gorgeous Gramercy Studio", + 110 + ], + [ + "New, Lux Doorman,U.N. Grand Central", + 129 + ], + [ + "Sunny, Arty East Williamsburg Loft", + 45 + ], + [ + "Comfortable and eclectic UES room.", + 50 + ], + [ + "Spacious Oasis w/ Private Entrance", + 105 + ], + [ + "Spacious Brooklyn Room for Travelers", + 45 + ], + [ + "Nice private room, 2 blocks from Times Square.", + 83 + ], + [ + "Cozy NYC apartment shared space female only", + 40 + ], + [ + "Gramercy Apartment", + 85 + ], + [ + "3 bedroom in the heart of Manhattan", + 400 + ], + [ + "Live on an island in NYC!", + 64 + ], + [ + "Entire Home Cozy Studio on Upper East Side", + 130 + ], + [ + "Private Bedroom in the Heights", + 65 + ], + [ + "Entire Apartment to yourself in the Heart of NYC!!", + 200 + ], + [ + "Comfort Home", + 200 + ], + [ + "Your Own Garden Apt in Brooklyn", + 120 + ], + [ + "Cozy room, Queens, New York", + 60 + ], + [ + "On Broadway, clean & comfy room", + 60 + ], + [ + "Helen's apartment", + 80 + ], + [ + "HUGE Bedroom in Lower East Side", + 90 + ], + [ + "Gorgeous Duplex in the Heart of BK", + 125 + ], + [ + "☆Williamsburg Cute Room Sublet☆", + 40 + ], + [ + "Harlem Bed and BYOBreakfast", + 80 + ], + [ + "Hip, renovated 1-bedroom", + 100 + ], + [ + "Artist friendly: cozy&sunny in quiet Prospect Park", + 50 + ], + [ + "A Room in Brooklyn", + 37 + ], + [ + "Designed west village with PATIO", + 200 + ], + [ + "Great location • Cozy • Clean", + 65 + ], + [ + "Heart Of Chelsea Family Vacation", + 130 + ], + [ + "Gorgeous 2BR by Brooklyn Museum", + 95 + ], + [ + "Brooklyn Bright Room Prospect Park w AirCon.", + 54 + ], + [ + "Upper West Side Studio", + 82 + ], + [ + "Awesome Midtown Get-A-Way", + 105 + ], + [ + "Cozy Studio Near Prospect Park", + 30 + ], + [ + "Luxury Building 5 Mins- Times Sq", + 169 + ], + [ + "Upper East Side Little Private Room", + 45 + ], + [ + "Convenient Studio Apartment!", + 100 + ], + [ + "Studio (200 square feet)", + 75 + ], + [ + "East Village 3 Beds, 2 bedrooms. Sleeps 5 MAX", + 219 + ], + [ + "nice apartment in New york city", + 75 + ], + [ + "Bright & Spacious living room", + 25 + ], + [ + "Studio 5 min walk to Time Square", + 250 + ], + [ + "Houston St. 1 BDRM East Village/LES", + 149 + ], + [ + "Big private room in crown heights", + 33 + ], + [ + "One Bedroom in Astoria", + 90 + ], + [ + "Brooklyn For Life - Park Slope", + 87 + ], + [ + "Cozy , peaceful place to relax", + 60 + ], + [ + "Gorgeous Greenpoint: Sublet April 10th - 27th", + 99 + ], + [ + "FT Greene Flat Private Entrance", + 225 + ], + [ + "Spacious room in a 3 bedroom Apt", + 45 + ], + [ + "Bright Williamsburg 1 BD, Bedford L", + 129 + ], + [ + "East Village 2bdr/1bath", + 325 + ], + [ + "Chic 1-BR in Lovely Park Slope", + 120 + ], + [ + "Spacious Room Near Public Transport and shopping", + 35 + ], + [ + "Huge Quiet Fun Spot In Heart o LES!", + 200 + ], + [ + "This quaint 2 bedroom apart in NYC", + 100 + ], + [ + "Bright w/ stunning Manhattan views", + 250 + ], + [ + "The Quintessential Bushwick Loft: The Brig", + 122 + ], + [ + "Historic Greenwich Village apt.", + 149 + ], + [ + "Madison Square Park Luxury Apt", + 295 + ], + [ + "Spacious 2BR apt with deck", + 120 + ], + [ + "Cozy 1 bedroom bricked wall loft", + 150 + ], + [ + "well lit East Williamsburg apt.", + 60 + ], + [ + "Garden Apartment with Backyard in Carroll Gardens", + 110 + ], + [ + "Enjoy One of a Kind Spectacular NYC Views", + 245 + ], + [ + "Beautiful Duplex in Crown Heights", + 100 + ], + [ + "Homie and cool apartment", + 75 + ], + [ + "True 1 bedroom apt in Gramercy", + 99 + ], + [ + "Large Apartment in Greenpoint, BK", + 205 + ], + [ + "Beautiful Jr 1 Br In SoHo", + 110 + ], + [ + "Wonderous Womb Room", + 33 + ], + [ + "Renovated 1 bdrm apt close to city", + 98 + ], + [ + "1BR on the best block in the East Village", + 133 + ], + [ + "Sunny, Cozy, Prospect Heights Apt.", + 45 + ], + [ + "Room/s in lovely Williamsburg", + 65 + ], + [ + "Beautiful well kept private home!", + 110 + ], + [ + "Bohemian Bedroom for Art Lovers", + 80 + ], + [ + "Spacious Loft: Williamsburg BK", + 150 + ], + [ + "Cozy 2BR in the heart of Wburg", + 110 + ], + [ + "Spacious Luxury 1bdrm on Bklyn Waterfront", + 149 + ], + [ + "Wyndham Midtown 45, New York City", + 400 + ], + [ + "A Zen oasis Harlem apartment", + 150 + ], + [ + "Private Room in Spacious 3BR 2BA", + 35 + ], + [ + "Room in Harlem", + 36 + ], + [ + "UPTOWN FABULOUS", + 45 + ], + [ + "Bushwick Room & 2 Awesome Roomies", + 65 + ], + [ + "Lower East Side Walk Up Apartment", + 90 + ], + [ + "Huge, sunny private room - 1 block from train", + 68 + ], + [ + "Prospect Park Adventures HQ", + 36 + ], + [ + "Large Brooklyn Apartment.", + 34 + ], + [ + "Charming Loft on Upper East Side", + 80 + ], + [ + "Brownstone Beauty 1 Bedroom", + 135 + ], + [ + "Big Private BR Steps to Barnard Columbia & Subways", + 128 + ], + [ + "Renovated Hamilton Heights apt", + 40 + ], + [ + "Large sunny room in great apartment", + 40 + ], + [ + "Luxury 1 bdrm Apt in Clinton Hills.", + 155 + ], + [ + "Sunny, private room; Quick to NYC. Females only.", + 50 + ], + [ + "A Spacious, Bright Brooklyn Bedroom", + 40 + ], + [ + "Artist Garden Duplex Ft. Greene - 2.5 Bedroom", + 250 + ], + [ + "Large, sunny, East Village loft", + 295 + ], + [ + "Beautiful Large 2 Bedroom Apartment", + 145 + ], + [ + "Brownstone Apt Near Central Park", + 199 + ], + [ + "Red Hook Family Railroad Style Aprt", + 140 + ], + [ + "Studio for 1", + 60 + ], + [ + "Unbelievable luxury apartment", + 175 + ], + [ + "Funky apartment", + 150 + ], + [ + "Beautiful Large Apartment in NYC", + 89 + ], + [ + "Small Cozy Bedroom In A Classic Brownstone", + 38 + ], + [ + "Sunny Clinton Hill Brownstone Apt w/ 600sq.ft Deck", + 350 + ], + [ + "charming Soho/Little Italy nest", + 105 + ], + [ + "Romantic Williamsburg Apartment", + 185 + ], + [ + "Artsy Lofty Studio", + 195 + ], + [ + "Trendy studio btwn Grand Central and Central Park", + 135 + ], + [ + "BK Bedroom in a Comfortable Apartment by the Park!", + 60 + ], + [ + "2000sf Williamsburg Apt. w/ Theater", + 120 + ], + [ + "Large Bedroom Available in 5BR Apt", + 34 + ], + [ + "Cozy Btful Private Room In Brooklyn", + 45 + ], + [ + "Kid's friendly two levels apartment with a yard", + 199 + ], + [ + "Cozy Hell's Kitchen Apt", + 125 + ], + [ + "Bronx Home - 30 mins from Midtown!", + 109 + ], + [ + "Stylish Windsor Terrace Flat", + 250 + ], + [ + "Stylish Windsor Terrace flat", + 150 + ], + [ + "6 BEDROOM W VILLAGE TOWNHOUSE, NYC", + 1100 + ], + [ + "Cozy winter sanctuary", + 52 + ], + [ + "Stay in The Heart of NYC", + 119 + ], + [ + "Room in Huge Union Sq Rooftop Apt!", + 70 + ], + [ + "Private Bedroom at Central Park N.", + 100 + ], + [ + "Gorgeous 1BR in Prime E. Village!", + 250 + ], + [ + "Entire 1BR apt on UWS w/ roof deck", + 150 + ], + [ + "Stuido apt near Lincoln Center", + 150 + ], + [ + "Gorgeous Large Sunny 2 BR", + 100 + ], + [ + "Welcoming Warm and Walk to all!", + 30 + ], + [ + "Shared male room on Manhattan with crazy view! I", + 35 + ], + [ + "Harlem, NY \nHistorical Sugar Hill Neighborhood", + 200 + ], + [ + "Comfortable Private Room - West Village", + 99 + ], + [ + "Bedroom in Bushwick", + 40 + ], + [ + "Charming Midtown West - Entire Apt", + 170 + ], + [ + "Modern Central Harlem Townhouse", + 399 + ], + [ + "House Near Subway", + 87 + ], + [ + "Spacious Room in Sunny Harlem Apt", + 75 + ], + [ + "Spacious, bright, living/bedroom", + 55 + ], + [ + "Spacious, Private Room Near Subway", + 40 + ], + [ + "Master Bedroom - Bathroom en Suite", + 55 + ], + [ + "huge sunny 1 bed Times Square!!!!!!", + 140 + ], + [ + "NEW YORK LOFTLIKE APARTMENT", + 71 + ], + [ + "Modern and comfortable is this 2 bedrooms", + 177 + ], + [ + "New Museum 2 BR Loft", + 395 + ], + [ + "Cozy Room In East Village!", + 80 + ], + [ + "Historic Sugar Hill 2 Bdrm Apt Great For families!", + 198 + ], + [ + "Lower East Side Apartment", + 199 + ], + [ + "All to yourself home away from home", + 97 + ], + [ + "3 bedrm beauty in Crown Heights", + 162 + ], + [ + "Entire 1br apartment in Riverdale", + 99 + ], + [ + "Bright Spacious Luxury 1 BR", + 80 + ], + [ + "East Village Apartment w/ NYC Charm", + 65 + ], + [ + "Nice bedroom at Manhattan -Upper East Side/Harlem", + 150 + ], + [ + "Large Cozy Room in Prospect Heights", + 35 + ], + [ + "Private Room in Artist Apt BK", + 30 + ], + [ + "Quaint Room in Upper Manhattan", + 50 + ], + [ + "Cozy room in the heart of Hamilton Heights", + 40 + ], + [ + "Luxury Highrise Near Times Square", + 259 + ], + [ + "Lofty 1-Bedroom with Garden Views", + 125 + ], + [ + "Cozy couch, free parking, near park", + 85 + ], + [ + "Midtown Manhattan East Large Studio Apatment", + 160 + ], + [ + "Three-story brownstone with garden", + 450 + ], + [ + "Brooklyn 1 BR Beauty, Great Hood!", + 90 + ], + [ + "Bright modern apt in a \"tudor\" home", + 140 + ], + [ + "Chic Apt in Doorman Bldg Fashion Wk", + 265 + ], + [ + "Spacious Room in Penthouse in LES", + 85 + ], + [ + "PEACEFUL PRIVATE ROOM/BATH IN BEAUTIFUL GARDEN APT", + 79 + ], + [ + "One Bedroom Apartment in Townhouse", + 76 + ], + [ + "Clean & Quiet Greenpoint Apartment", + 125 + ], + [ + "Big & Bright in BK Heights with Private Balcony", + 150 + ], + [ + "Spacious 1 BR - 5min to Manhattan", + 175 + ], + [ + "Downtown, Renovated 2 Bedroom Apt", + 100 + ], + [ + "Cozy 1BR near subway", + 90 + ], + [ + "Cozy Renovated 2br Apartment! Close to Manhattan!", + 92 + ], + [ + "Cozy Private Room", + 39 + ], + [ + "Room in gorgeous Astoria Apartment", + 33 + ], + [ + "Big, Bright, Beautiful Room", + 64 + ], + [ + "Two bedroom Apt. in Wash Heights", + 90 + ], + [ + "East Village Sanctuary", + 200 + ], + [ + "West Soho/Hudson Square Gem 1b/1bath", + 150 + ], + [ + "Chelsea Apt w/ Private Rooftop Deck", + 125 + ], + [ + "~Lux 2-Bedroom NYC Apt near Times Square", + 369 + ], + [ + "Cozy Europa", + 60 + ], + [ + "Very Large room at Brooklyn&Breakfast", + 65 + ], + [ + "Private Spacious Room ~ Near Trains", + 70 + ], + [ + "Sweet & Bright Two Bedroom Artist Flat Brooklyn", + 162 + ], + [ + "Modern, fun and sophisticated 1BR", + 250 + ], + [ + "Big private room ~ 1 bed-1 person.", + 75 + ], + [ + "Luxurious one bedroom apartment in a quiet area.", + 95 + ], + [ + "Sage - Charming 2 Room Studio #7", + 75 + ], + [ + "SunnyHome", + 60 + ], + [ + "Amazing 1BR Heart of East Village!", + 189 + ], + [ + "Private Room in Bedstuy Brownstone", + 66 + ], + [ + "Beautiful bedroom in Williamsburg", + 100 + ], + [ + "Glorious brownstone apt w/ outdoor, Clinton Hill", + 190 + ], + [ + "Spacious Bedroom near Prospect Park", + 50 + ], + [ + "West Village 2 Bed & Private Roof", + 814 + ], + [ + "Cozy Bedroom in the Lower East Side", + 100 + ], + [ + "Fully Private Suite in Home", + 125 + ], + [ + "BR in amazing Apt - 10min Manhattan", + 90 + ], + [ + "Sunny in heart of Williamsburg", + 250 + ], + [ + "Bright, Open, Family Friendly", + 115 + ], + [ + "Huge 3 bedroom apt in West Harlem", + 300 + ], + [ + "Lovely 1.5BR Near Park and Subway", + 145 + ], + [ + "Charming Bedroom with Private Bath", + 65 + ], + [ + "Sunny LES Pied a Terre", + 150 + ], + [ + "Private room in two fl apartment", + 50 + ], + [ + "HUGE 1 BED!TIME SQ!MODERN!", + 80 + ], + [ + "Typical NY duplex ap with a garden!", + 200 + ], + [ + "Convent Ave & 127st Col Univ RM 2", + 69 + ], + [ + "Centrally located Midtown 1BR", + 150 + ], + [ + "MANHATTAN Studio 10 SECONDS Walk to Subway", + 79 + ], + [ + "Huge 3 bdrm in Ditmas Park/Flatbush", + 219 + ], + [ + "Sunny East Village 1 Bedroom", + 199 + ], + [ + "Penthouz 1200SQF W&D 2bd 2.5ba 350SQF Terrace 5197", + 450 + ], + [ + "Clean and warm room in Flushing", + 27 + ], + [ + "5BED OASIS IN 3BEDROOM/3BATH DUPLEX W/BACKYARD", + 550 + ], + [ + "Spacious 1 BD in Hells Kitchen", + 120 + ], + [ + "Private and super quiet, Step to Subway", + 90 + ], + [ + "room with awesome view", + 70 + ], + [ + "Spacious room in mid manhattan!", + 70 + ], + [ + "Greenpoint Apartment", + 110 + ], + [ + "Charming Brooklyn Heights Studio", + 100 + ], + [ + "Luxury Doorman Building/Murray Hill", + 150 + ], + [ + "Clean, well located Chinatown apt.", + 200 + ], + [ + "An Architect's Inviting Studio", + 145 + ], + [ + "Cityview in E Williamsburg/Bushwick \"Great Place\"", + 79 + ], + [ + "Mi Casa, Tu Casa.", + 95 + ], + [ + "A quiet & cozy home for travelers—free st parking", + 55 + ], + [ + "The Justice House", + 207 + ], + [ + "Historic Heights-Private Queen Room", + 83 + ], + [ + "Bedroom with full size bed in Washington Heights!", + 50 + ], + [ + "Amazing Williamsburg, Brooklyn Apt.", + 50 + ], + [ + "Spacious, Private, Comfortable N. HARLEM Apartment", + 200 + ], + [ + "Awesome bedroom in 2br apartment <3", + 100 + ], + [ + "NYC-Legal 2br +parking, Metro- 4min, JFK -15min", + 119 + ], + [ + "The Justice Suite", + 175 + ], + [ + "BRIGHT & BEAUTIFUL", + 49 + ], + [ + "Peaceful apartment close to F/G", + 45 + ], + [ + "Home, Sweet, Harlem. Welcome!", + 110 + ], + [ + "Sunny private room in Bushwick", + 70 + ], + [ + "Massive 3 bedroom with Patio", + 500 + ], + [ + "Garden Apartment in Carroll Gardens", + 180 + ], + [ + "Upscale Sun-Soaked Luxury apartment in Brooklyn", + 145 + ], + [ + "Room in the heart of Williamsburg", + 60 + ], + [ + "5*****Prime W/ Private Outdoor 5177", + 550 + ], + [ + "Hamilton Heights/Apollo Theater", + 57 + ], + [ + "Duplex Apartment", + 98 + ], + [ + "Artist Private Studio", + 120 + ], + [ + "Forest Hills Haven", + 100 + ], + [ + "1 BR in 2BR - Luxury High Rise", + 90 + ], + [ + "Private 1 BR in Brooklyn", + 85 + ], + [ + "Luxury Apartment Downtown Brooklyn", + 120 + ], + [ + "1 brd apartment for Easter week in NOHO", + 180 + ], + [ + "11' Windows · Rooftop · Queen Bed", + 149 + ], + [ + "Charming Apartment With View", + 90 + ], + [ + "Spacious Gramercy Loft", + 250 + ], + [ + "Cozy Walk up apartment in a great neighborhood!", + 50 + ], + [ + "Luxury New York Apartment", + 550 + ], + [ + "Manhattan - Washington Heights Apt", + 50 + ], + [ + "Modern Studio in Brooklyn", + 90 + ], + [ + "Modern Garden 2BD w/ Backyard, Dishwasher, Laundry", + 165 + ], + [ + "Bright, Spacious, Brooklyn Bungalow", + 70 + ], + [ + "A beautiful Cozy 1 BR Apartment.", + 90 + ], + [ + "HUGE apartment in GREAT location!!!", + 109 + ], + [ + "Privacy meets luxury and comfort", + 96 + ], + [ + "Tranquility in Park Slope House & Garden", + 390 + ], + [ + "Beautiful, True 1BR in Park Slope", + 78 + ], + [ + "Clean Private Bedroom in Bushwick", + 50 + ], + [ + "New Spacious Master, Williamsburg", + 200 + ], + [ + "Habitación privada en Midtown NY", + 112 + ], + [ + "Doorman Studio Gym Rooftop 5170", + 117 + ], + [ + "Cozy top floor room at Brooklyn&Breakfast", + 50 + ], + [ + "North Williamsburg 2 BR Apt", + 200 + ], + [ + "Luxury Apt in the Heart of Brooklyn", + 185 + ], + [ + "A SUPERB One Bedroom Apartment", + 85 + ], + [ + "Sunny apartment downtown Manhattan", + 235 + ], + [ + "COZY STUDIO APARTMENT FOR 2 ♡", + 75 + ], + [ + "TOWNHOUSE CHARME IN CITY~EAST 59th STUDIO", + 180 + ], + [ + "Cozy Chinatown studio apartment", + 100 + ], + [ + "Cozy Room Available in Brooklyn", + 75 + ], + [ + "Charming Brownstone Two-Bedroom, Fort Greene", + 200 + ], + [ + "Big, Bright UWS Bedroom and Study", + 125 + ], + [ + "union square~Newly Reno~Sleeps 3", + 130 + ], + [ + "Beautiful Apartment by Astoria park", + 99 + ], + [ + "Comfy Brownstone Room in Brooklyn", + 40 + ], + [ + "Top Floor Apartment with Roof Access.", + 120 + ], + [ + "Brooklyn Factory Loft", + 350 + ], + [ + "Private Room With Manhattan Skyline Views", + 84 + ], + [ + "Beautiful Studio/Doorman Building/43 St & 2 Ave", + 83 + ], + [ + "1 Bedroom Getaway in Park Slope", + 125 + ], + [ + "Beautiful Studio in luxury building", + 110 + ], + [ + "Big sunny room 20 min to Manhattan", + 38 + ], + [ + "PERFECT STUDIO FOR 2 EAST 60th ST", + 138 + ], + [ + "Nice, Comfortable Cozy 1 Bedroom.", + 100 + ], + [ + "Stairway to Heaven", + 150 + ], + [ + "Charming bedroom downtown", + 90 + ], + [ + "Charming 1BR in UES Townhouse", + 154 + ], + [ + "Unique Duplex Loft in Gated Compound", + 75 + ], + [ + "CHARMING 1 BEDROOM IN PERFECT LOC!", + 110 + ], + [ + "Lovely room with private bathroom, near Manhattan", + 129 + ], + [ + "Cute Cozy 1 bdrm in Carroll Garden!", + 190 + ], + [ + "Midtown Manhattan Hideaway", + 185 + ], + [ + "Nouveau Bohemian in East Village", + 108 + ], + [ + "Sunny bedroom downtown", + 98 + ], + [ + "Large room in spacious apartment", + 39 + ], + [ + "Suite1442", + 145 + ], + [ + "2 Bedroom in The East Village!", + 125 + ], + [ + "bedroom", + 85 + ], + [ + "NYC Private Apt by Subway and Yankee Stadium", + 89 + ], + [ + "2BR WITH PRIVATE PATIO EAST VILLAGE", + 245 + ], + [ + "EAST VILLAGE~ MASSIVE 1BR &1.5BATH", + 230 + ], + [ + "Cozy Minimalist Room in Brooklyn", + 43 + ], + [ + "Comfy, quiet room next to subway!", + 40 + ], + [ + "Awesome bdrm+office+lvnroom in design Apart in LES", + 200 + ], + [ + "The Study - UWS Bedroom In Luxury Building", + 40 + ], + [ + "Huge, Sunny & Quiet", + 85 + ], + [ + "Private Room in Williamsburg BK", + 50 + ], + [ + "Spacious, Family-Friendly NYC Apt", + 75 + ], + [ + "Lease Chinatown Little Italy 5 bedrm 2 bath", + 255 + ], + [ + "Cozy 1 Bdr In the West Village", + 199 + ], + [ + "Nice Room in Comfortable BK apt", + 70 + ], + [ + "A big Sunny Room.", + 33 + ], + [ + "Private room in the hearth of NYC", + 90 + ], + [ + "Stunning West Village Loft", + 150 + ], + [ + "Mins to SOHO-Good sized 2 Bdrms w/ real comfy beds", + 229 + ], + [ + "Charming, Quiet Room with Full Bed", + 34 + ], + [ + "Sunny refuge surrounded by parks", + 115 + ], + [ + "Amazing Two-Floor Artist Loft!", + 171 + ], + [ + "SMALL ROOM in private House", + 50 + ], + [ + "Great 1 BR available in UES!", + 70 + ], + [ + "COZY CLEAN ROOM 7 MIN FROM JFK", + 40 + ], + [ + "Joyce and Donovan's, Room for One", + 37 + ], + [ + "Mins away to Manhattan Suite Residence", + 1800 + ], + [ + "Private furnished room in BK apartment", + 36 + ], + [ + "Penthouse King Bedroom w/Amazing Views", + 65 + ], + [ + "The Blair House Rental", + 120 + ], + [ + "Charming 1BD in hip east village", + 135 + ], + [ + "Beautiful upper west side townhouse", + 2000 + ], + [ + "Very Sunny, Couple/Family-friendly", + 70 + ], + [ + "SPACIOUS Designer Loft - 1BR", + 160 + ], + [ + "One room available in apartment", + 70 + ], + [ + "Sunny, Quiet East Vil/LES APT", + 140 + ], + [ + "Private room w/ bathroom & kitchen!", + 69 + ], + [ + "Sunny, Kid Friendly 2 Bedroom", + 125 + ], + [ + "Luxury 2200ft² 4Bed in East Village", + 700 + ], + [ + "Light-Filled Loft (Morgan L)", + 64 + ], + [ + "Williamsburg Pied-à-terre", + 250 + ], + [ + "Room in East Harlem", + 30 + ], + [ + "LA MAISON JOYEUSE - 12 min walk to Yankee Stadium", + 100 + ], + [ + "Private Room Off Morgan L Train Stop In Huge Loft", + 40 + ], + [ + "Triplex w/ 2 full bed/bath and high ceilings", + 200 + ], + [ + "Large Room in Park Slope", + 90 + ], + [ + "Cozy and Simple Studio, UES NYC", + 145 + ], + [ + "Newly Renovated 2 Bedroom in Soho!", + 170 + ], + [ + "Cozy/bright Clinton Hill studio", + 70 + ], + [ + "Private Room in Uptown Manhattan", + 70 + ], + [ + "Apt in the heart of West Village", + 168 + ], + [ + "Sunny \"green\" brownstone duplex with deck & garden", + 195 + ], + [ + "Unique Lincoln Square 1 BR Apt", + 250 + ], + [ + "Hells Kitchen private room 3BR/2BA", + 55 + ], + [ + "Gorgeous Brooklyn Master Bedroom", + 75 + ], + [ + "Charming Pad in Prime Bushwick", + 55 + ], + [ + "Large BR in Spacious Artist Loft", + 75 + ], + [ + "One Bedrm BK Brownstone Beauty", + 50 + ], + [ + "Queen Bedroom in East Village", + 85 + ], + [ + "Bright & comfy room in Bed Stuy 3BR", + 28 + ], + [ + "Manhattan -Harlem- private room / single bed", + 60 + ], + [ + "CLEAN, QUIET, COMFORTABLE APARTMENT", + 70 + ], + [ + "One Bedroom apartment in the heart of Chelsea", + 165 + ], + [ + "Stylish 2 BR on the Upper West Side", + 145 + ], + [ + "Cute & Cozy Studio_C2S @ UES 81", + 125 + ], + [ + "West Village 2 Br", + 250 + ], + [ + "Sunny 1-Bdrm Near Shopping", + 69 + ], + [ + "Fourth of July getaway", + 140 + ], + [ + "_Special Offers: Guest Assistance", + 250 + ], + [ + "ULTRA CHIC 3BR APT IN EAST VILLAGE!", + 278 + ], + [ + "EAST VILLAGE 3BR ~WITH GARDEN VIEW!", + 285 + ], + [ + "Summer in the City", + 60 + ], + [ + "Sun-Filled Bedroom in Artist Apartment", + 30 + ], + [ + "Modern Apartment in Williamsburg", + 65 + ], + [ + "A HOME AWAY FROM HOME IN NYC! UPTOWN", + 29 + ], + [ + "Room for rent in East Village", + 65 + ], + [ + "living affordably in prim RIVERDALE", + 45 + ], + [ + "Entire 1Br Apt on UES", + 130 + ], + [ + "Williamsburg Abode", + 75 + ], + [ + "Sunny room w/Laundry + own entrance", + 50 + ], + [ + "Large 1 bd in East Williamsburg", + 160 + ], + [ + "PRIVATE ROOM - GREENPOINT", + 65 + ], + [ + "Private Room. Twin Bed. Great Stay!", + 39 + ], + [ + "Cozy 1 Bedroom in the Village", + 145 + ], + [ + "Lovely Brownstone close to subway", + 195 + ], + [ + "Cozy SunLit Room Next To TimeSquare", + 79 + ], + [ + "Sunny New Apartment in Artsy Area!", + 50 + ], + [ + "Comfortable Bedroom", + 35 + ], + [ + "Sunny Friendly 3BR Lower East Side", + 325 + ], + [ + "Huge bedroom in luxurious apartment", + 40 + ], + [ + "Cute, cozy, hip Williamsburg nest", + 95 + ], + [ + "Private Bedroom Midtown", + 105 + ], + [ + "Private room in Uptown Manhattan", + 43 + ], + [ + "Sunny Artist PH - Williamsburg w/PrivateTerrace", + 225 + ], + [ + "Renovated Large Studio Apartment", + 175 + ], + [ + "Room off Jefferson L, Bushwick", + 75 + ], + [ + "Charming Studio in Great Location", + 94 + ], + [ + "Cozy lofted room, with patio", + 100 + ], + [ + "West Village penthouse loft w roof", + 200 + ], + [ + "Gated Manhattan Enclave", + 95 + ], + [ + "Cozy studio living-room sharing in Little Italy", + 65 + ], + [ + "Sleek Modern Loft w/ Balcony", + 349 + ], + [ + "Cozy room in Williamsburg apartment", + 41 + ], + [ + "One bedroom apt near Times Square", + 200 + ], + [ + "Cozy Garden Apartment", + 85 + ], + [ + "Gramercy Townhouse", + 1200 + ], + [ + "Rm in 3BR Dplx/1Bth, ClintonHill off WashingtonAve", + 150 + ], + [ + "1 BEDROOM IN COZY APARTMENT", + 65 + ], + [ + "Private Hell's Kitchen Two person room", + 110 + ], + [ + "Cute bedroom in the East Village", + 75 + ], + [ + "Sunny and Spacious Room in Central Harlem", + 80 + ], + [ + "Bright, modern room in clean appt", + 45 + ], + [ + "Charming 1 Bedroom Brooklyn Apt", + 83 + ], + [ + "Cozy and bright bedroom with a queen size bed.", + 40 + ], + [ + "Sunny room with private insuite bathroom", + 79 + ], + [ + "1 bedroom Apt in Prospect Heights", + 70 + ], + [ + "Manhattan Apartment + Extra Travel Bonus", + 177 + ], + [ + "Private room in Williamsburg", + 60 + ], + [ + "Beautiful home close to CentralPark", + 190 + ], + [ + "Large 3 Br on Central Park North", + 240 + ], + [ + "Spacious 1 BR Apartment - UES", + 150 + ], + [ + "Spacious, modern room in Bedstuy", + 31 + ], + [ + "Great Apartment in Manhatan", + 110 + ], + [ + "Charming One Bedroom in Boerum Hill", + 120 + ], + [ + "Love Where You Live! 3BR Garden Apartment Duplex", + 176 + ], + [ + "Lower East Side Living", + 199 + ], + [ + "Hipster Central", + 200 + ], + [ + "Private room in Greenpoint Apt.", + 70 + ], + [ + "Chambre au coeur de Manhattan", + 65 + ], + [ + "Hip Bushwick right on the L train!", + 60 + ], + [ + "Beautiful Brownstone apt in Central Harlem", + 140 + ], + [ + "Designer 1Bd with Treelined Terrace", + 150 + ], + [ + "Luxury apartment in Williamsburg", + 200 + ], + [ + "Stay in Private Room in PARK SLOPE", + 55 + ], + [ + "Huge, spacious 2 bdrm, 2 bath apartment on the LES", + 200 + ], + [ + "Charming Pied-à-terre à New York!", + 100 + ], + [ + "Wonderful apartment with view & Rooftop!!!!", + 112 + ], + [ + "Sunny private bedroom", + 45 + ], + [ + "sunny, cozy room near subway", + 75 + ], + [ + "Furnished Room in Williamsburg", + 45 + ], + [ + "Condo at Wyndham Midtown 45", + 499 + ], + [ + "Private Garden Apartment", + 160 + ], + [ + "SUNNY, SAFE and FRIENDLY minutes to Manhattan!", + 100 + ], + [ + "Cute East Village Studio Apartment", + 175 + ], + [ + "Private sunny room in Chelsea", + 80 + ], + [ + "Brand New Building/Apt - Great Area", + 60 + ], + [ + "Doorman 1 bedroom Amazing Location 5151", + 175 + ], + [ + "Lovely room in Jackson Heights", + 65 + ], + [ + "West Village Modern Studio", + 159 + ], + [ + "Spacious Flat in HeArt of Bushwick!", + 118 + ], + [ + "Lovely & Cozy Apartment in Queens!", + 120 + ], + [ + "High Rise Elevator Building in NYC", + 91 + ], + [ + "Huge, Sunny Carroll Gardens 1BR Apt", + 125 + ], + [ + "Crown Heights, Franklin Ave- Sunny Room", + 55 + ], + [ + "Fresh East Village 4K Pre-War Remix w Full Bar!", + 175 + ], + [ + "Nice, Sunny and by Yankee Stadium", + 100 + ], + [ + "Spacious park block garden studio", + 140 + ], + [ + "Private room in Manhattan", + 55 + ], + [ + "Light filled room in hip Gowanus", + 40 + ], + [ + "Huge 1bd Doorman GYM Roof 5224", + 180 + ], + [ + "Long Island City Penthouse 1 stop 2 Manhattan", + 110 + ], + [ + "Modern 1-bdrm apt near Manhattan and Central Park", + 90 + ], + [ + "Hipster Room in South Williamsburg", + 50 + ], + [ + "Everything you need in NYC! 3BR", + 135 + ], + [ + "1 bedroom in 2 bed-apt in the best of Brooklyn", + 60 + ], + [ + "Huge bedroom in the heart of NYC", + 200 + ], + [ + "Cozy room in Adorable 2BR apt inUES special price", + 90 + ], + [ + "Lincoln Center Apartment", + 180 + ], + [ + "Modern West Village Studio", + 228 + ], + [ + "Apt in Upper West near Central Park", + 250 + ], + [ + "Females Only Private Room JFK 1Omin", + 40 + ], + [ + "Great Home & Host, Next to 1 train.", + 65 + ], + [ + "STUDIO IN VILLAGE CHARM~PERRY STREET!", + 188 + ], + [ + "Spacious studio near Central Park", + 130 + ], + [ + "Great apartment -North Williamsburg", + 140 + ], + [ + "Great Private Room in West Village", + 130 + ], + [ + "Family friendly, amazing garden in Cobble hill", + 300 + ], + [ + "Simple but spaced - Near to subway", + 50 + ], + [ + "Cozy Groundfloor Apartment w/Garden", + 75 + ], + [ + "Prime Chelsea~roof deck~laundry...", + 200 + ], + [ + "Space for Small Events /Gatherings/Dinner Parties", + 250 + ], + [ + "【完全個室】1BR、専用バストイレ、キッチン付き(Queens)", + 100 + ], + [ + "Brooklyn Love, Close to the City!!", + 112 + ], + [ + "Luxury Midtown West Studio w/pool, wifi", + 230 + ], + [ + "Designed By Stark!Basket Ball Gym 5150", + 170 + ], + [ + "NEW! Furnished, East Village Gem", + 79 + ], + [ + "Private Room Near Times Square!", + 125 + ], + [ + "Dooman GYM prime location!5178", + 285 + ], + [ + "Luxury Midtown West 2BR w/pool, wifi", + 421 + ], + [ + "LES sunny bedroom with roof access", + 110 + ], + [ + "Amazing spacious Loft in Williamsbu", + 690 + ], + [ + "Harlem Gem", + 169 + ], + [ + "Spacious & Sunny Urban Treehouse", + 60 + ], + [ + "Spacious Loft Greenpoint/Williamsbr", + 70 + ], + [ + "Central Park - 2 Cozy Rooms (Max. 7 People)", + 150 + ], + [ + "Sweet and Cosy apartment", + 120 + ], + [ + "Big Cozy Apartment in West Uptown", + 140 + ], + [ + "1 Bedroom Apartment -Tompkins sq Park/East Village", + 160 + ], + [ + "Delightful, Cozy and Convenient Room in Brooklyn!!", + 50 + ], + [ + "Family-friendly 2 bed apt.near Manhattan", + 120 + ], + [ + "Huge Apt for Family Close to Trains", + 140 + ], + [ + "Lovely Home in Prime Brooklyn", + 619 + ], + [ + "Lovely 3 Bedroom, 2 Bath Flatiron Area Loft", + 600 + ], + [ + "Fantastic 1 Bdrm | Entire Apartment", + 76 + ], + [ + "Brooklyn Bushwhick Private Room", + 35 + ], + [ + "A slice of heaven on earth in NYC", + 75 + ], + [ + "Master Room in Downtown Queens NYC", + 40 + ], + [ + "Brooklyn Style Apartment", + 54 + ], + [ + "Soho sanctuary in perfect location", + 140 + ], + [ + "WEST 56TH COLUMBUS CIRCLE-LUXURY DOORMAN/GYM/DECK", + 225 + ], + [ + "Sunny Room, Hamilton Heights Section of Manhattan", + 87 + ], + [ + "Beautiful Spacious Loft near subway and train", + 131 + ], + [ + "LUXURY DOORMAN STUDIO ON EAST 44th STREET", + 198 + ], + [ + "Gorgeous family friendly 3BR by Columbia campus", + 450 + ], + [ + "Beautiful Apartment in Historic Brooklyn Townhouse", + 175 + ], + [ + "NYC Studio Apartment", + 100 + ], + [ + "Studio apartment close to subway", + 250 + ], + [ + "Central Park / UWS", + 280 + ], + [ + "Full apartment available", + 135 + ], + [ + "Huge 1 bdrm apt; sublet March-Aug", + 2100 + ], + [ + "1br Suite - St Regis Residence Club", + 1100 + ], + [ + "Sunny family-friendly 1 bed. apt near Manhattan", + 87 + ], + [ + "Trendy 1 Bedroom Harlem Brownstone", + 165 + ], + [ + "1BD apartment with balcony on park", + 170 + ], + [ + "Cheap, clean, 15 min. to Manhattan", + 50 + ], + [ + "One Bedroom with kids room / office", + 79 + ], + [ + "Small Room Double Bed and 25 x 15 ft livingroom", + 84 + ], + [ + "Riverside park and Columbia Univ", + 375 + ], + [ + "Sunny Manhattan Studio - perfect for couples", + 135 + ], + [ + "Private Room & Bathroom with Sauna", + 125 + ], + [ + "HUGE LIGHTENED ROOM / APARTMENT BROOKLYN", + 79 + ], + [ + "Historic Upper West Side Townhouse 1 or 2 Bdrms", + 165 + ], + [ + "Manhattan: 80's upper east side - entire apartment", + 300 + ], + [ + "Super-cute apartment in Harlem!", + 45 + ], + [ + "Central Park 2BR Luxury building~24H DM Newly Reno", + 400 + ], + [ + "Spacious & sunny room in Brooklyn!", + 40 + ], + [ + "Chill place near subway/park/river.", + 60 + ], + [ + "RENOVATED/BEST LOCATION in MIDTOWN", + 250 + ], + [ + "Large (clean) private bedroom in Crown Heights", + 55 + ], + [ + "Sunny & Spacious 1br Lower East Side Apartment", + 199 + ], + [ + "Cute 1bd w/balcony E Williamsburg", + 130 + ], + [ + "Private Room - One of a kind chance in East Harlem", + 44 + ], + [ + "Large 1br in central Nolita / SoHo", + 200 + ], + [ + "Cozy Loft in Flushing", + 90 + ], + [ + "Superb Steps away from Union Square", + 139 + ], + [ + "Spacious duplex in townhouse.", + 250 + ], + [ + "Colorfull apart in NY.", + 120 + ], + [ + "Cozy 1 Bedroom in Bay Ridge, NYC", + 100 + ], + [ + "Comfy, Convenient and a Balcony!", + 133 + ], + [ + "Modern Condo in Heart of Harlem", + 120 + ], + [ + "Prime Williamsburg 2 Balcony & Roof", + 100 + ], + [ + "Beautiful Apartment in Chelsea", + 70 + ], + [ + "Cheerful, large 3BR w/ yard! Perfect for families!", + 200 + ], + [ + "Charming Upper East Side priv. room + private bath", + 89 + ], + [ + "In the Heart of Williamsburg", + 75 + ], + [ + "1 Bedroom Apt East Village/USQ", + 200 + ], + [ + "Room - Manhattan! Walking distance to Central Park", + 90 + ], + [ + "Bright bedroom in Soho / roof access", + 190 + ], + [ + "Manhattan Gem-Space & Convenience", + 150 + ], + [ + "Hudson COLUMBIA PRESBYTERIAN MED CTR * Studio Apt*", + 85 + ], + [ + "Clean Room in Prime Hip LES", + 65 + ], + [ + "COLUMBIA PRESBYTERIAN MED CTR *1 Bedroom* Apt", + 110 + ], + [ + "Sofa bed for FEMALE only on the Lower East Side", + 70 + ], + [ + "Cozy room with queen bed in 4b", + 55 + ], + [ + "Midtown East Master Bedroom", + 75 + ], + [ + "Bright Midtown Apartment", + 59 + ], + [ + "Beautiful with private terrace", + 200 + ], + [ + "Large, sunny room - Lower East Side", + 85 + ], + [ + "Modern Bushwick rm perf for 1 or 2!", + 85 + ], + [ + "Sunny 2BR Railroad Apt. in LIC", + 158 + ], + [ + "Spacious Room w private bathroom", + 35 + ], + [ + "Rustic charm in BKLYN // QUEEN Bed!", + 57 + ], + [ + "Great Studio nearby Times Square!", + 138 + ], + [ + "Comfy NYC Studio 15 Min. To Midtown", + 90 + ], + [ + "Brick House: Unique Garden Apartment! King Bed!", + 125 + ], + [ + "King 7", + 999 + ], + [ + "Luxury Apt Steps from Central Park!", + 225 + ], + [ + "Cozy Room Astoria", + 45 + ], + [ + "Room in Chic, Cozy Chinatown Loft", + 150 + ], + [ + "Comfy 1 bedroom Upper East Side Apartment (82/2nd)", + 150 + ], + [ + "Upper West Side 1BD with terrace", + 140 + ], + [ + "❤️PRIVATE ROOM❤️ Female guest only", + 40 + ], + [ + "EAST RIVER VIEW~HIRISE STUDIO", + 205 + ], + [ + "LUXURY MURRAY HILL STUDIOS/GYM/DECK", + 190 + ], + [ + "Private bedroom located in the heart of Chelsea", + 110 + ], + [ + "2 Bedroom 10 Minutes from JFK Airport 2nd Floor", + 150 + ], + [ + "Cozy upper east side studio", + 100 + ], + [ + "1BR Walkup on Upper East Side", + 75 + ], + [ + "Artsy Bsmnt Apt in Bklyn Brownstone", + 115 + ], + [ + "Book filled nook", + 50 + ], + [ + "Spacious West Village Studio Apt", + 190 + ], + [ + "Bright, sunny quite room Bushwick", + 60 + ], + [ + "Great Apartment in Midtown New York", + 200 + ], + [ + "Bright, Modern, Spacious Duplex Apt", + 90 + ], + [ + "Beautiful Tribeca Loft", + 500 + ], + [ + "Beautiful Modern Studio in Bushwick", + 115 + ], + [ + "Midtown East Alcove Studio", + 140 + ], + [ + "Beautiful East Harlem Apartment", + 50 + ], + [ + "SUNNY STUDIO - 23rd FLOOR, DOORMAN", + 135 + ], + [ + "Cool East Village apt", + 109 + ], + [ + "Sunny Huge Bedroom in Brownstone", + 60 + ], + [ + "Bright 2 bedroom aparment, Bushwick", + 148 + ], + [ + "Queen bed & Air Conditioning, views of Chatham Sq", + 95 + ], + [ + "Warm and Cozy Room in Hip Iconic Brooklyn!!!", + 50 + ], + [ + "Private studio apartment", + 79 + ], + [ + "Cozy Artists Bushwick Loft!", + 50 + ], + [ + "Nice apartment 4 Springbreak in NY", + 40 + ], + [ + "1 Bedroom apt - near Central Park", + 101 + ], + [ + "Oasis in old WorldBrooklyn", + 135 + ], + [ + "Private room in Midtown East Manhat", + 99 + ], + [ + "1 Bedroom in Modern Williamsburg Duplex", + 95 + ], + [ + "Super Cute and Sunny Studio", + 110 + ], + [ + "Central Park Dreams", + 299 + ], + [ + "Upper West Side- 1 room in 3bed apt", + 79 + ], + [ + "Quiet, Clean, Lit @ Lower East Side", + 52 + ], + [ + "Charming Prewar Upper West Side Apt", + 95 + ], + [ + "Beautiful, light filled, spacious", + 295 + ], + [ + "Williamsburg Loft", + 65 + ], + [ + "Park Avenue Studio Suite", + 110 + ], + [ + "Park Avenue 3 Bedroom Apartment", + 215 + ], + [ + "Bay RIdge, Brooklyn NY", + 100 + ], + [ + "Condo w/ Balcony UES nr Lex subway", + 450 + ], + [ + "Heart of Williamsburg, Floor thru!", + 95 + ], + [ + "3rd Floor 3br Timeless Brooklyn Apt", + 140 + ], + [ + "Historic Central Chinatown Apt", + 220 + ], + [ + "LUXURY 2 BR 2 BATH -WASHER/DRYER/DOORMAN-E 52nd ST", + 355 + ], + [ + "CHIC STUDIOS ON E 54TH~PRIME LOCATION~SUTTON PLACE", + 185 + ], + [ + "CITY VIEWS & BALCONY~GORGEOUS 2BR IN MURRAY HILL", + 297 + ], + [ + "Museum Mile 1 BR - Madison Ave", + 133 + ], + [ + "Private Room in mid town west", + 100 + ], + [ + "Elegant 2 Bedroom with light & amenities!", + 250 + ], + [ + "1 bedroom in Astoria, Queens", + 65 + ], + [ + "Chic Room with Exposed Brick", + 50 + ], + [ + "Doorman Gym Roofdeck Design 5129", + 135 + ], + [ + "Great Room in Sunny Apt in Brooklyn", + 80 + ], + [ + "LARGE Loft", + 69 + ], + [ + "Noir Apartment in Chinatown - Private Room", + 75 + ], + [ + "Brownstone living - 1BR in BK", + 125 + ], + [ + "Luxurious SOHO 1 Bedroom", + 142 + ], + [ + "Studio APT Murray Hill (Gramercy)", + 200 + ], + [ + "Opening my space while I travel", + 45 + ], + [ + "Gramercy Garden Terrace", + 97 + ], + [ + "2BR MODERN APT CONVENIENT LOCATION", + 229 + ], + [ + "True NY Living- Times SQ 1 BR Apt", + 175 + ], + [ + "Beautiful new apt in Williamsburg", + 63 + ], + [ + "Walking distance to LaGuardia airport", + 45 + ], + [ + "Hells Kitchen 3 Bedroom", + 185 + ], + [ + "Luxury One Bedroom in Manhattan", + 50 + ], + [ + "Luxurious SOHO 2 Bedroom", + 175 + ], + [ + "Brand New Luxurious 1 BR - Outdoor Space", + 133 + ], + [ + "Amazing view from a private roof!", + 62 + ], + [ + "Great! Private Room in Sunnyside", + 90 + ], + [ + "Best Neighborhood in Brooklyn!", + 99 + ], + [ + "Prvt Bedroom in Brooklyn Brownstone", + 61 + ], + [ + "Newly Furnished 1BD Near Train!", + 120 + ], + [ + "Astoria Suite - 20min to Manhattan", + 100 + ], + [ + "Warm and cozy", + 32 + ], + [ + "Upper East Side cozy private room", + 80 + ], + [ + "Spacious One Bedroom Apartment", + 90 + ], + [ + "Prospect Heights Three Bedroom", + 180 + ], + [ + "Sunny, enchanting, spacious bedroom", + 65 + ], + [ + "Fully furniture huge room in great apt", + 49 + ], + [ + "Luxurious, sunny 2-bedroom apt.", + 100 + ], + [ + "Spacious Art Duplex: 4 Full Beds + 3 BR + 3 Bath", + 380 + ], + [ + "Spacious and sunny room for rent", + 26 + ], + [ + "Washington Heights 1 bedroom", + 100 + ], + [ + "Sunny bedroom with amazing view in East Village", + 90 + ], + [ + "The Heart of Lower East Side", + 89 + ], + [ + "Modern New Condo 20 minutes to upper west side", + 35 + ], + [ + "Peaceful + Sunny Greenpoint Room", + 66 + ], + [ + "Executive Room Central Park-Comfort,Classy-Midtown", + 285 + ], + [ + "Riverside Single Room near Columbia", + 46 + ], + [ + "Classic Loft in Gramercy/Flatiron - Amazing Value", + 275 + ], + [ + "Spacious Room in Stuyvesant Heights", + 89 + ], + [ + "3 Bedroom, family ready, in Harlem", + 250 + ], + [ + "Modern Garden View Apartment", + 200 + ], + [ + "Spacious 2bd Condo w/ Private Patio", + 175 + ], + [ + "Cozy East Village Home", + 140 + ], + [ + "Luxurious 2 Bedroom", + 133 + ], + [ + "Midtown East 2 Bedroom 3 Beds", + 150 + ], + [ + "与众不同,方便停车。值得一试!", + 55 + ], + [ + "Luxurious SOHO Apartment", + 142 + ], + [ + "Large Sunny 1BR, 1 Block to Subway", + 95 + ], + [ + "Updated Midtown East 2 Bedroom 3 Beds", + 165 + ], + [ + "Sunny Williamsburg 1 Bedroom apt", + 150 + ], + [ + "Chic Rooms in Large NYC Apt", + 99 + ], + [ + "Executive 1 BR - Elevator & Laundry", + 133 + ], + [ + "Mod Home Steps from Prospect Park", + 150 + ], + [ + "spacious 1 BR heart of astoria", + 190 + ], + [ + "Amazing Combo Bedroom/Living Space", + 60 + ], + [ + "Cozy Studio Apt in Prospect Heights", + 106 + ], + [ + "Charming Brooklyn Apartment", + 165 + ], + [ + "Designer Williamsburg Apt with Terrace", + 190 + ], + [ + "3 bedroom near Park", + 750 + ], + [ + "Sunny, enormous apt, historic bldg", + 150 + ], + [ + "Lofty 1 BDR w/huge, private backyard", + 150 + ], + [ + "Spacious one-bedroom Apartment", + 119 + ], + [ + "Super Comfy Convenient Room in Hip Brooklyn!!!!!", + 62 + ], + [ + "Huge King Size Room in East Village", + 99 + ], + [ + "Safe, comfy convenient", + 34 + ], + [ + "Studio in Vibrant Lower East Side", + 129 + ], + [ + "Apartment in Williamsburg - Long term lease", + 105 + ], + [ + "Charming Soho artist studio", + 229 + ], + [ + "Large pre-war apartment UWS", + 350 + ], + [ + "Great location-Newly updated-great new features", + 205 + ], + [ + "Rockaway Beach Sunshine Paradise", + 85 + ], + [ + "Sunny Apartment with a balcony", + 30 + ], + [ + "Townhouse 2 BR Central Park West", + 150 + ], + [ + "BRIGHT Modern Spacious East Village Studio Apt", + 186 + ], + [ + "Downtown Brooklyn Luxury Building", + 50 + ], + [ + "Sunny Brownstone in Park Slope!!!!!", + 200 + ], + [ + "Sunny room along riverside on 66th", + 172 + ], + [ + "LUX Doorman Gym ! 2 Bedroom5179", + 250 + ], + [ + "Executive 1 BR - Washer Dryer", + 133 + ], + [ + "Beauty Lrg furnished Stu 77 & B'way Bay Windows", + 150 + ], + [ + "Luxury Apartment with Epic Views", + 290 + ], + [ + "1 bdrm Spacious Beautiful Apartment", + 120 + ], + [ + "Cozy 1 BR Basement Apartment", + 95 + ], + [ + "Your Own Studio in Lower East Side", + 120 + ], + [ + "Luxury STUDIO * PVT Entrance * WOW", + 165 + ], + [ + "Serene and Minimal Room + Studio", + 50 + ], + [ + "1 BR APT LOWER EAST SIDE", + 180 + ], + [ + "Sunny loft in Brooklyn", + 38 + ], + [ + "Huge Brooklyn Studio", + 85 + ], + [ + "Charming 1BR Apt in LES Side", + 145 + ], + [ + "Bright sunny room in NYC!", + 29 + ], + [ + "Modern, Sunlit Apartment w/ Balcony", + 120 + ], + [ + "1 Bedroom with Outdoor Space", + 117 + ], + [ + "Spacious Brooklyn Apartment", + 70 + ], + [ + "Extended stay in a great studio", + 180 + ], + [ + "big & bright 2-bedroom by subway", + 115 + ], + [ + "*CoZy Private Williamsburg Home*", + 225 + ], + [ + "Spacious UES 1BR with outdoor deck", + 140 + ], + [ + "Quiet and Modern Haven in NYC", + 45 + ], + [ + "Large Private Room in 3 bdr apt-East Village", + 119 + ], + [ + "Spacious 1 BR Upper East Side", + 125 + ], + [ + "Room avl from 03/30 to 04/03 in NYC", + 46 + ], + [ + "Single room in Bushwick w/backyard", + 50 + ], + [ + "Historic Bed Stuy Floorthrough", + 150 + ], + [ + "Luxury building studio in UWS", + 120 + ], + [ + "Brooklyn private bath by F,G train", + 45 + ], + [ + "Beautiful Ft. Greene Guest Suite w/ Full Kitchen", + 115 + ], + [ + "Private room available with river view!", + 95 + ], + [ + "Modern Exposed Brick Studio", + 110 + ], + [ + "Charming home in Brooklyn", + 250 + ], + [ + "100% 5★ Reviews - Big 2-Bed 2-Bath – Central Wburg", + 300 + ], + [ + "Safe+Artsy+Clean Haven Near Manhattan/LGA!", + 45 + ], + [ + "Luxurious 2 BR - Gramercy", + 159 + ], + [ + "Two bedroom, Amazing location #10", + 220 + ], + [ + "Brand New Luxurious 2 BR", + 159 + ], + [ + "Private East village Studio NO roommates Full bath", + 70 + ], + [ + "Plant-filled, sunlit home w/ yard", + 45 + ], + [ + "Luxury Bright NYC Apartment", + 40 + ], + [ + "Spacious Private Room, lots of character & light", + 81 + ], + [ + "Private Clean Bright Apt. in Harlem", + 190 + ], + [ + "Luxurious 1BR Apt (Times Square)", + 225 + ], + [ + "Spacious Room near CUMC Campus", + 360 + ], + [ + "Hell's Kitchen Hideaway", + 125 + ], + [ + "roomy sunny apt in <3 of Astoria", + 95 + ], + [ + "Creative Sanctuary Studio/1BR", + 62 + ], + [ + "Charming Brownstone Garden 1BR Historic Apartment", + 150 + ], + [ + "Fort Greene Brooklyn mint rowhouse", + 495 + ], + [ + "Small, Cozy 1BD Apartment", + 130 + ], + [ + "Inspired Space on Troutman", + 80 + ], + [ + "Sunny studio in Greenpoint", + 89 + ], + [ + "Sunny Room 1/2 block from MTA", + 55 + ], + [ + "Spacious 1 BDRM near Central Park", + 140 + ], + [ + "Financial District Luxury building", + 60 + ], + [ + "XL Corporate 1 BR - Midtown East", + 142 + ], + [ + "Updated 1 BR - Best Location", + 125 + ], + [ + "Elevator 1 BR - Midtown West", + 133 + ], + [ + "Modern 1 Bdrm Apt off Bedford Ave", + 200 + ], + [ + "Williamsburg Loft", + 85 + ], + [ + "Fabulous Entire Townhouse in West Village!", + 625 + ], + [ + "Your own cozy room in Gramercy", + 100 + ], + [ + "Sweet Brooklyn digs next to Pratt U (Classon Ave)", + 176 + ], + [ + "5 min walk to Times Square! Sleeps 4!", + 175 + ], + [ + "\"Off the Beaten Path\" NYC OASIS", + 75 + ], + [ + "SWEEPING VIEWS 23d FLR~SUTTON PLACE", + 245 + ], + [ + "Midtown East Elevator 1 Bedroom", + 125 + ], + [ + "Modern 2 BR with high end Finishes", + 159 + ], + [ + "Large 2BR apt. steps from Subway", + 110 + ], + [ + "Midtown East 2 BR, 3 Beds", + 150 + ], + [ + "brooklyn rent apartment", + 99 + ], + [ + "Luxury Style Space: ideal for short or longterm!", + 49 + ], + [ + "Gorgeous apartment in Brownstone", + 140 + ], + [ + "MyrtleWash Townhouse", + 200 + ], + [ + "Sunny, East Vil 1BR w Rooftop view!", + 148 + ], + [ + "Amazing 2 BR in SOHO", + 165 + ], + [ + "Super Comfortable Room for Rent!", + 59 + ], + [ + "Bright Room for Rent Close 2 Train!", + 45 + ], + [ + "Beautiful Room for Rent! L Train!", + 45 + ], + [ + "Your Harlem home away from home", + 225 + ], + [ + "Cozy Bedroom for 2 in E Harlem", + 70 + ], + [ + "2 BEDROOM Apartment - Walk to Train!", + 95 + ], + [ + "Large 2 bedroom apartment, 100% private, Bushwick", + 100 + ], + [ + "Bright and spacious room with mini-kitchen", + 59 + ], + [ + "Quiet and Sunny room in Harlem!", + 50 + ], + [ + "Upper East Side Prewar", + 400 + ], + [ + "Charming & Sunny 1BR @ East Village", + 100 + ], + [ + "Beautiful \"pop-art\" studio near Times Square !", + 199 + ], + [ + "Sunny little Nook in NYC!", + 35 + ], + [ + "Spacious bedroom, in Crown heights", + 65 + ], + [ + "Minimalist 1-BD close to subway", + 95 + ], + [ + "Rose: Warm STG Welcome Yankees!", + 60 + ], + [ + "Times Square Two Bedroom", + 200 + ], + [ + "Beautiful Studio in heart of UWS", + 200 + ], + [ + "Beautiful Blue Room in West Harlem", + 50 + ], + [ + "Upscale in The Heights", + 102 + ], + [ + "Amazing 1 bed in Greenwich Village", + 152 + ], + [ + "Luxury 4-storey, 3br with Media Den", + 490 + ], + [ + "2BR Penthouse Aprtmt on Park Avenue", + 250 + ], + [ + "Huge townhouse near Central Park!", + 450 + ], + [ + "Prospect Park - Quiet 2 Room Studio", + 98 + ], + [ + "Big, bright apartment by the beach.", + 199 + ], + [ + "Spacious bedroom in Astoria, NY", + 50 + ], + [ + "Quiet 2 Bedrm w 3 Beds-ProspectPark", + 109 + ], + [ + "Spacious, Sunny Brooklyn 2BR Duplex Apartment", + 145 + ], + [ + "Room in Apt. near Columbia w/ Views", + 96 + ], + [ + "LRG Sunny One Bedroom Garden APT w/ Big Backyard.", + 165 + ], + [ + "Private Bedroom & Bath- Brooklyn", + 65 + ], + [ + "Cozy and ideal studio in the middle of Manhattan..", + 130 + ], + [ + "Clean, comfortable and convenient UES Studio", + 120 + ], + [ + "Brooklyn 2 Bedroom Duplex Apartment", + 165 + ], + [ + "Cozy, Clean and Minimal Design in Park Slope", + 200 + ], + [ + "Bright, contemporary and best location.", + 122 + ], + [ + "5 rooms in clean apartment /West Harlem", + 400 + ], + [ + "Home 4 Medical Professionals-Brooklyn Hospital", + 54 + ], + [ + "Home 4 Medical Professionals-LIU", + 54 + ], + [ + "Home 4 Medical Professionals-Methodist Hospital", + 54 + ], + [ + "Charming Soho Loft", + 250 + ], + [ + "Top floor on historic block", + 120 + ], + [ + "Spacious room - Prime Williamsburg", + 75 + ], + [ + "Bright Room in Spacious Astoria Apt", + 65 + ], + [ + "Spacious sun filled private room.", + 60 + ], + [ + "Artist's Loft - South Park Slope", + 179 + ], + [ + "Cozy and spacious studying bedroom", + 43 + ], + [ + "Quaint West Village Studio", + 130 + ], + [ + "Small studio/Central Park/Upper West Side", + 154 + ], + [ + "Cozy & Colorful 1 Bedroom Apt in BK", + 135 + ], + [ + "Peaceful, cozy and safe condo/apt", + 86 + ], + [ + "Modern Comfort in Upscale BK- Steps from Ferry!", + 85 + ], + [ + "Comfy Sanctuary walk to Laguardia!!", + 80 + ], + [ + "Private Room in Gorgeous Loft", + 70 + ], + [ + "Spacious apt in Prospect Lefferts", + 65 + ], + [ + "Cozy one bedroom City College", + 100 + ], + [ + "2 BR, 24-hour doorman, Gramercy", + 130 + ], + [ + "Cozy 1 Bedroom Apt.. Just like home", + 139 + ], + [ + "1-bedroom in Brooklyn", + 35 + ], + [ + "August '19 in cozy, bright South Slope 1.5 br", + 100 + ], + [ + "Private bedroom rental, spacious", + 60 + ], + [ + "1 BR heart of Midtown East", + 133 + ], + [ + "Madison Square Park - Midtown East LUX Sleeps 6", + 275 + ], + [ + "BedRoom in lower East Side", + 112 + ], + [ + "1 BR High End Renovations & Design", + 142 + ], + [ + "2BR in Brooklyn, NY", + 135 + ], + [ + "4 Bedroom Apt. Prospect Lefferts Gardens, Bklyn", + 165 + ], + [ + "Upper West Side Dream Apartment", + 200 + ], + [ + "Passover NYC Rental", + 425 + ], + [ + "Luxury Entire APT in Manhattan", + 110 + ], + [ + "Cozy room available in Bed-Stuy, BK", + 40 + ], + [ + "Room 1/2 block from Central Park!", + 70 + ], + [ + "Beautiful room in West Harlem", + 65 + ], + [ + "Vintage NYC apt - Monthly Rates!", + 95 + ], + [ + "Available 23rd-28th March", + 100 + ], + [ + "GREAT APT w BALCONY in BEST AREA", + 140 + ], + [ + "New 1BR: Midtown Modern in Manhattan", + 150 + ], + [ + "Sunny Spacious Sublet near Prospect Park", + 115 + ], + [ + "Spacious, Artsy Room!", + 74 + ], + [ + "STYLISH SPACIOUS WILLIAMSBURG LOFT APT, SLEEPS 4.", + 175 + ], + [ + "Convenient 2BR/2BA - East Village", + 275 + ], + [ + "spacious 1BR, 15 min to Manhattan", + 110 + ], + [ + "Great Room in the Lower East Side", + 69 + ], + [ + "Room plus private bath near dumbo", + 50 + ], + [ + "Nice BR in Luxury Williamsburg Apt", + 85 + ], + [ + "1 Bedroom Heart of Financial Dist", + 110 + ], + [ + "Stunning Elevator 1 BR Chelsea", + 142 + ], + [ + "Clean Room in a Renovated Apartment in Manhattan", + 75 + ], + [ + "Spacious 1 bdrm apt, East Village", + 133 + ], + [ + "Apt in Heart of Hell's Kichen", + 79 + ], + [ + "Beautifully spacious 1 bedroom", + 80 + ], + [ + "Views of the Hudson NYC Apt.!!", + 239 + ], + [ + "Manhattan beautiful studio.", + 100 + ], + [ + "Amazing spacious 1 BR Park Slope BK", + 159 + ], + [ + "111 St. Marks Place", + 140 + ], + [ + "Heart of the West Village!", + 250 + ], + [ + "NYCHaven3: Entire House for less than a hotel room", + 135 + ], + [ + "Big Brooklyn bedroom near subway/Prospect Park", + 65 + ], + [ + "Cozy Bedroom on UWS steps to CPW !!", + 75 + ], + [ + "Apt. across from Lincoln Center", + 195 + ], + [ + "Spacious loft apt, with plenty of light", + 99 + ], + [ + "Clean Cozy Room in Manhattan", + 70 + ], + [ + "Lavish Studio Apt in Midtown West NYC!", + 199 + ], + [ + "Sunny Room near subway!!", + 65 + ], + [ + "Beautiful loft in DUMBO Brooklyn", + 245 + ], + [ + "Spacious Bright + Clean Studio Near Central Park", + 150 + ], + [ + "Lovely, spacious room", + 55 + ], + [ + "Beautiful Flatiron 3 Bedroom, 2 Bath Loft", + 650 + ], + [ + "Private Room in NYC Apartment", + 50 + ], + [ + "Lovely home located by pier", + 81 + ], + [ + "Beautiful Artsy 1BD Home", + 92 + ], + [ + "Private Room w/Wifi, Prime Location", + 105 + ], + [ + "Beautiful 2 Bedroom Apt w/ One Bedroom for Rent", + 89 + ], + [ + "Spacious 5 Bedroom Apt Williamsburg", + 348 + ], + [ + "1st Floor Apt in Heart of Brooklyn", + 168 + ], + [ + "Spacious Bushwick BR; Yard! ~175ft to Subway", + 65 + ], + [ + "Rock & Roll Living in the Heart of NYC", + 100 + ], + [ + "Spacious Harlem Brownstone apartment", + 175 + ], + [ + "PRIVATE GARDEN-LEVEL CITY OASIS!", + 100 + ], + [ + "Cozy Modern Luxury with Full Balcony", + 119 + ], + [ + "Sunny and Charming BedStuy 1-BR/Studio Apt", + 105 + ], + [ + "Sunny Apartment in Crown Heights", + 200 + ], + [ + "SoHo Studio on Spring Street", + 290 + ], + [ + "cozy bedroom in BedStuy Brooklyn", + 62 + ], + [ + "Cozy Nest 15 Minutes From Midtown", + 70 + ], + [ + "Sunny Spacious Crown Heights Studio", + 65 + ], + [ + "Beautiful TriBeCa Apartment", + 60 + ], + [ + "Modern Upper West Side Luxury!!", + 160 + ], + [ + "CrashPadsUSA for Airline Crew. Nightly HOTBEDS", + 45 + ], + [ + "Brightly Skylit 3 Bedroom Soho Loft", + 595 + ], + [ + "Sunlit bright home.", + 60 + ], + [ + "Trendy & spacious Williamsburg Apt", + 95 + ], + [ + "Magical Artist Brownstone, Beautiful Colors Room", + 150 + ], + [ + "Big Sunny 1 Bdrm Apt - Midtown NYC", + 200 + ], + [ + "Upper west side luxury building", + 160 + ], + [ + "Artist Apartment in Heart of West Village ❤️", + 300 + ], + [ + "Cozy 1 bdrm near Prospect Park/BK", + 99 + ], + [ + "Charming Modern Bed-Stuy Brooklyn Townhouse W/Yard", + 150 + ], + [ + "Cosy Room in Ridgewood/Bushwick", + 35 + ], + [ + "Light filled modern APT in DUMBO", + 170 + ], + [ + "Sunny room in a 2 bedroom apartment", + 65 + ], + [ + "Sunny living room and great location in Brooklyn", + 38 + ], + [ + "Spacious Room in Williamsburg", + 60 + ], + [ + "Soho PH 2 Bedroom Private Terrace", + 500 + ], + [ + "Spacious, Sunny Room in Park Slope", + 85 + ], + [ + "Entire Williamsburg apt.", + 110 + ], + [ + "Cozy room in Upper East Side", + 60 + ], + [ + "1BR Bright & Spacious in West Harlem", + 148 + ], + [ + "Stylish, Spacious 1 BR Apt in Heart of Village", + 133 + ], + [ + "Alcove Studio", + 160 + ], + [ + "Spacious Modern Manhattan 2BR", + 250 + ], + [ + "10minutes to Manhattan from Astoria", + 95 + ], + [ + "Central Park North- 1 bed Apt to share (female)", + 69 + ], + [ + "Luxurious 1 Bedroom Apt!", + 180 + ], + [ + "Artist's Budget Apartment", + 40 + ], + [ + "Large Bedroom", + 85 + ], + [ + "Private room available in 2 bedroom apartment", + 65 + ], + [ + "Private Bedroom Near Prospect Park", + 55 + ], + [ + "East Village Couch Crash 9PM-9AM", + 75 + ], + [ + "Charming 1 BR apartment east of Central Park", + 125 + ], + [ + "Affordable Private Cozy Room!", + 26 + ], + [ + "Spacious 1BR Williamsburg Apartment", + 175 + ], + [ + "Sunlit Red Hook Pied-à-terre", + 85 + ], + [ + "Bright Apartment in Clinton Hill", + 179 + ], + [ + "Huge sunny bedroom in Crown Heights", + 75 + ], + [ + "SUNNY and SPACIOUS room in Brooklyn", + 76 + ], + [ + "Quiet Chelsea One Bedroom", + 225 + ], + [ + "Beautiful Bedroom on Hudson River/Riverside Park", + 40 + ], + [ + "Fully Furnished & Sunny UES Studio", + 110 + ], + [ + "Posh Madison Ave Apt", + 117 + ], + [ + "Beautiful studio", + 78 + ], + [ + "Artistic NEW LOFT 4 br/2 bath in Times Sq", + 800 + ], + [ + "One Bedroom Apartment in Greenpoint!", + 65 + ], + [ + "Modern Clean Studio 2 blocks from Central Park", + 105 + ], + [ + "Huge room in central Bushwick flat", + 45 + ], + [ + "Your cozy and cute space 7 train", + 34 + ], + [ + "The Heart of west HARLEM-With a European flair", + 90 + ], + [ + "Lovely Room in Beautiful Brooklyn", + 65 + ], + [ + "2BR Comfy Apt - 15min from MIDTOWN", + 150 + ], + [ + "Clean/Elegant HK Apt. w/ Cute Bear", + 160 + ], + [ + "Prime Brand New 1 bed!5206", + 250 + ], + [ + "Mysig tvåa på Upper East Side", + 106 + ], + [ + "COLUMBIA PRESBYTERIAN MED CTR *ARIA* 1 Bedroom Apt", + 95 + ], + [ + "Large Private Room in Midtown East", + 69 + ], + [ + "Bed-Sty Fly", + 145 + ], + [ + "Sunny 1 BR Apt in Bed Stuy", + 75 + ], + [ + "A cozy place to set your mind free.", + 70 + ], + [ + "Huge apartment in beautiful Brooklyn Brownstone", + 225 + ], + [ + "Cozy & Comfortable Private Bedroom", + 43 + ], + [ + "Sunny and comfortable Apartment", + 121 + ], + [ + "Private room in Bushwick!", + 50 + ], + [ + "Cozy, quiet, studio apartment", + 198 + ], + [ + "Gorgeous large sunny room in NYC!", + 109 + ], + [ + "Sunny, Quiet Downtown 1BR Apt - Great location!", + 199 + ], + [ + "Well located apartment near NY City", + 150 + ], + [ + "Comfortable Bedroom right by express subway!", + 49 + ], + [ + "~Luxury 1 bedroom apt. near Columbus Circle", + 239 + ], + [ + "Entire Large Park Slope 2BR Apt", + 100 + ], + [ + "NYC Midtown-West Luxury 1BR Apt.", + 239 + ], + [ + "NYC modern 1 bedroom apt. near Carnegie Hall!", + 239 + ], + [ + "Stunning, Waterfront Views! Williamsburg Brooklyn", + 170 + ], + [ + "Luxury 1-Bedroom Midtown West NYC Apartment", + 239 + ], + [ + "Brooklyn / Williamsburg / Cozy Large Private Room", + 80 + ], + [ + "Luxury 1-Bedroom NYC apt. near Rockefeller Center!", + 239 + ], + [ + "Luxury 1 Bedroom Midtown West Apartment!", + 239 + ], + [ + "Sleek 1 bedroom apt. near Times Square!", + 239 + ], + [ + "Sunshine Studio near Columbia U", + 80 + ], + [ + "Charming Brownstone w/Backyard", + 140 + ], + [ + "Studio in the Heart of Gramercy!", + 240 + ], + [ + "Private Master Bedroom in Luxury Bu", + 60 + ], + [ + "Prime Central Park West Pied à Terre", + 200 + ], + [ + "Spacious Lower Manhattan Apt!", + 159 + ], + [ + "Adorable One Bedroom Apartment w/ Balcony!", + 65 + ], + [ + "Large Private Room in Kips Bay/Murray Hill", + 70 + ], + [ + "Plush 2 Bedroom Midtown West NYC Apartment", + 369 + ], + [ + "Penthouse with PRIVATE ROOFTOP on Upper West Side", + 120 + ], + [ + "High-end bright 1 bedroom apt. in Midtown West", + 239 + ], + [ + "East Village- The location", + 125 + ], + [ + "Spacious One Bedroom with Private Roof", + 200 + ], + [ + "Nice And Clean Room In East Harlem", + 50 + ], + [ + "GREAT Bright Manhtattan Apartment!", + 120 + ], + [ + "East Village Apt with Balcony", + 100 + ], + [ + "Loft w/ Manhattan skyline view", + 80 + ], + [ + "Cozy centrally located LES apt", + 140 + ], + [ + "Sunset Retreat - Top Floor Oasis", + 105 + ], + [ + "Vibrant Crown Heights", + 49 + ], + [ + "House On Henry Parlor Apartment", + 180 + ], + [ + "Full-size loft bed in East Village", + 70 + ], + [ + "East Village Oasis", + 450 + ], + [ + "Comfy Bedroom in Crown Heights close to Subway", + 44 + ], + [ + "Charming Park Slope Apartment", + 89 + ], + [ + "Prime Carroll Gardens Apartment", + 172 + ], + [ + "Luxury building- 2BR/2BA in Chelsea", + 350 + ], + [ + "I just need to lay my head down", + 68 + ], + [ + "Cozy And Clean Harlem Room", + 52 + ], + [ + "Cozy room in a brand new building !", + 70 + ], + [ + "Charming house in Coney Island", + 223 + ], + [ + "Comfortable and Spacious Bedroom", + 71 + ], + [ + "Comfortable and Spacious Bedroom B", + 97 + ], + [ + "Room right on Central Park!", + 75 + ], + [ + "Private Theatre District Bedroom", + 65 + ], + [ + "Comfortable 420 Friendly Room", + 64 + ], + [ + "Nice Big Room With Backyard.", + 59 + ], + [ + "Modern Artsy Room in BK Near Subway", + 100 + ], + [ + "Beautiful Sunny Fire Escape Room", + 60 + ], + [ + "NY Queens Penthouse = 1MASTER aka Manhattan Room", + 73 + ], + [ + "NY Queens Penthouse HOME with Patio", + 219 + ], + [ + "Lrg 2 BR Duplex Top 2 Flrs Terrace West Village", + 999 + ], + [ + "On 5th Ave! Easy to shopping", + 150 + ], + [ + "Your lovely and cozy space 7 train", + 52 + ], + [ + "Luxury IBR apmt in Crown Heights", + 90 + ], + [ + "1BD Park views UWS", + 150 + ], + [ + "Stunning Central Park West Location", + 325 + ], + [ + "Cozy private 1.5BR Garden Apartment w/ backyard", + 170 + ], + [ + "Modern Studio in Middle Village", + 79 + ], + [ + "Forte Green Townhouse Room Rental", + 175 + ], + [ + "Private Room in Upper West Side", + 75 + ], + [ + "The Healing Place", + 120 + ], + [ + "Big apartment, comfy - calm bedroom", + 72 + ], + [ + "Beautiful Studio Near Prospect Park", + 80 + ], + [ + "Adorable Upper East Side Studio", + 175 + ], + [ + "Luxury Harlem Apartment", + 125 + ], + [ + "Cozy Room", + 200 + ], + [ + "Luxury Penthouse w/ Roofdecks", + 1000 + ], + [ + "Beautiful private room in Bedstuy", + 45 + ], + [ + "Charming 1 Bedroom in Chelsea!", + 175 + ], + [ + "Luxury room in 2 bedroom apartment", + 89 + ], + [ + "Downtown style in the Bronx", + 500 + ], + [ + "Spacious, Sunny, Happy Studio", + 84 + ], + [ + "UES area ,Luxury modern quiet private Apt", + 149 + ], + [ + "Comfy Bed Stuy 1br with Balcony", + 110 + ], + [ + "TRENDY Brooklyn room", + 40 + ], + [ + "Cute & Cozy Cobble Hill Apt", + 98 + ], + [ + "Spacious Studio Apartment", + 160 + ], + [ + "Cozy shared male room in center of Manhattan III\\)", + 32 + ], + [ + "Luxury Full Central Park View Apart", + 380 + ], + [ + "Sunny Private Brooklyn Bedroom w/ Backyard Access", + 35 + ], + [ + "Private bedroom for 2-4 night stay in Clinton Hill", + 100 + ], + [ + "NYC Midtown West 1 bedroom luxury apartment!", + 239 + ], + [ + "Location Chambre", + 51 + ], + [ + "Entire huge 2BR Apt in East Village - Aug. 14-27!!", + 200 + ], + [ + "Plush Studio Apartment in Midtown West NYC", + 129 + ], + [ + "Sleek 1 BR apt. near major attractions in NYC!", + 239 + ], + [ + "Cozy Upper East Side 1 Bedroom", + 140 + ], + [ + "Lux 1 BR NYC Midtown West Apartment", + 239 + ], + [ + "East Village 1B in 3B apt", + 56 + ], + [ + "Sophisticated 1 bedroom apt. in Midtown West!", + 239 + ], + [ + "Delightful 1BR close to upscale shopping in NYC", + 239 + ], + [ + "Lux 1BR NYC apt. steps from Carnegie Hall!", + 239 + ], + [ + "Peaceful Private Room In Warm Brooklyn Apt", + 37 + ], + [ + "Private room in sunny, modern Bushwick apartment!", + 91 + ], + [ + "Luxury finished MIDTOWN 1 Bed Apt.", + 170 + ], + [ + "Clinton Hill Oversized One Bedroom", + 169 + ], + [ + "Spacious, bright on Upper East Side", + 35 + ], + [ + "Huge and Sunny Mid Century 1BR", + 180 + ], + [ + "Bright, Sunny Room in Clinton Hill", + 55 + ], + [ + "NYC MIDTOWN WEST LUXURY 1BR APT! CITY VIEWS!", + 239 + ], + [ + "1 Bedroom Apt in the heart of NYC by Central Park", + 239 + ], + [ + "Luxury bldg Near Flatiron- Chelsea", + 175 + ], + [ + "Ground Floor Apartment in Brooklyn!", + 67 + ], + [ + "-Modern Living in the Heart of NYC - 1 BR apt.", + 239 + ], + [ + "Private bedroom 5 mins to ColumbiaU", + 65 + ], + [ + "Upper West Side Split Layout 1 BR", + 125 + ], + [ + "Holiday in 2br2ba Williamsburg Apt!", + 200 + ], + [ + "Large 1 Bdrm Apartment in Midwood", + 81 + ], + [ + "Charming Times Square garden floor apt (sleeps 5)", + 325 + ], + [ + "Midtown Sleep 6 Central Convenience", + 333 + ], + [ + "Sunny, clean, classic NYC apartment", + 90 + ], + [ + "Sunny Sanctuary", + 245 + ], + [ + "Sunny Artesian apartment", + 90 + ], + [ + "Amazing Views 3BR 2BA Bright and Spacious", + 999 + ], + [ + "Spacious 1 Bedroom with City Views", + 165 + ], + [ + "HIGH END 2 bed 2ba W&D in Unit!5113", + 400 + ], + [ + "DSGN by Starck!GYM BasketBall Court!5182", + 160 + ], + [ + "Bed-Stuy Brownstone Studio", + 75 + ], + [ + "Best Place in the Center of NYC!", + 206 + ], + [ + "Room in sunny art-filled Harlem apt", + 70 + ], + [ + "Sunny 1 bedroom in Williamsburg", + 65 + ], + [ + "Cool Brooklyn, Close to Manhattan", + 126 + ], + [ + "nice backyard, cool roommates", + 40 + ], + [ + "Modern 1BR apt- prime Times Square location!!", + 239 + ], + [ + "Sunny Charming Clinton Hill Apartment", + 129 + ], + [ + "Tudor Studio (Wifi/Premium Cable) w Private Entry", + 92 + ], + [ + "Large Quiet Bedroom in South Harlem", + 82 + ], + [ + "Amazing 2 BR NYC apt. with up-to-date amenities!", + 369 + ], + [ + "Luxury 2BR-Apt. next to Central Park", + 369 + ], + [ + "5th ave & Broadway nr Times Square", + 99 + ], + [ + "Prime Williamsburg, Brooklyn", + 78 + ], + [ + "Brooklyn Summer Haven- Private Room!", + 44 + ], + [ + "Cute and Cozy 1br one block from Central Park", + 160 + ], + [ + "Sunny, Large West Village 1 BR Near Everything", + 220 + ], + [ + "SoBro Guest House", + 125 + ], + [ + "Studio Apt. near Empire State Bldg 4B", + 99 + ], + [ + "Charming UES Studio", + 75 + ], + [ + "Spacious, Family-Friendly, UWS Duplex w/ Huge Yard", + 300 + ], + [ + "Studio + private outdoor Patio UWS", + 140 + ], + [ + "Convenient Apt w/ private bathroom!", + 98 + ], + [ + "Huge Bedroom in Upper Manhattan - Near A&1 Subway!", + 99 + ], + [ + "DSGN By Starck/ Washer & Dryer Basket Ball!5149", + 178 + ], + [ + "Cozy, Private Room in Astoria!", + 59 + ], + [ + "LuXe*Chef'sKitchen*forestGarden*patio.Marble.ART", + 75 + ], + [ + "Cozy studio steps to the beach", + 225 + ], + [ + "RENOVATED APT NEXT TO EXPRESS TRAIN", + 60 + ], + [ + "Modern loft", + 268 + ], + [ + "Family Friendly 2.5 Bedroom", + 300 + ], + [ + "Spacious 1 BR in East Village!", + 177 + ], + [ + "Iris: STG GoYankees!", + 60 + ], + [ + "Perfect Location in New York City", + 60 + ], + [ + "Warm & Cozy Sunflower Room:STG", + 55 + ], + [ + "Jasmine: Lovely Secret Tea Garden!", + 60 + ], + [ + "Cozy 1 bd apt In the heart of Crown Heights", + 135 + ], + [ + "Master Bedroom w/ King Bed", + 43 + ], + [ + "5th ave/Broadway near Empire State", + 139 + ], + [ + "Central Park studio at great price!", + 100 + ], + [ + "Spacious Parkside Abode", + 100 + ], + [ + "Private, cozy room, 20 min to Manhattan", + 40 + ], + [ + "Room in sunny art-filled apartment", + 55 + ], + [ + "Luxury Wall St. Apartment Building", + 175 + ], + [ + "Sexy, Cozy, Work, Play Loft for 4", + 300 + ], + [ + "Luxury April Sublet in Manhattan NY", + 45 + ], + [ + "Spacious 2 bedroom Garden apartment", + 144 + ], + [ + "Comfy KING bed in modern NYC apt", + 60 + ], + [ + "Private room in a high floor apt", + 250 + ], + [ + "Beautiful Room in Crown Heights", + 45 + ], + [ + "Cute Apt, heart of east Village!", + 80 + ], + [ + "Modern 2BR in the UES (94th and 2nd) 30 DAYS MIN", + 136 + ], + [ + "Stylish East Village Studio + Outdoor Space!", + 149 + ], + [ + "Life Is Beautiful near Central Park", + 89 + ], + [ + "Sunny Prime Heart of East Village Room", + 110 + ], + [ + "Chelsea ,Duplex ,Calm ,Fantastic", + 179 + ], + [ + "Adr Grand Charming Luxurious Premier!", + 500 + ], + [ + "Sunny & quiet family apartment in BK", + 150 + ], + [ + "Gorgeous 2 Bedroom APT!", + 175 + ], + [ + "`A BEAUTY IN BK", + 79 + ], + [ + "3 bedrooms with amazing view of the Big Apple", + 117 + ], + [ + "Williamsburg Vintage Chic w/Garden", + 91 + ], + [ + "cheap and safe place in Manhattan", + 65 + ], + [ + "The Manhattan Club - NYC Marathon Weekend", + 500 + ], + [ + "Interfaith Retreat Guest Rooms (Govinda)", + 85 + ], + [ + "Park Avenue 2 Bedroom", + 150 + ], + [ + "Private Room in Gorgeous Loft! (no cleaning fee)", + 80 + ], + [ + "Cozy apartment on upper west side", + 200 + ], + [ + "Spacious Duplex in Brooklyn", + 325 + ], + [ + "Big Room@ UES clean comfy Apt", + 95 + ], + [ + "Quaint room in East Village walk-up", + 100 + ], + [ + "Work In Progress", + 85 + ], + [ + "Sunny, beautiful Brooklyn studio", + 115 + ], + [ + "Charming Two Bridges Hideout", + 111 + ], + [ + "Private Bedroom on Upper West Side", + 84 + ], + [ + "Private Room in Greenpoint Brooklyn", + 75 + ], + [ + "Beautiful bright clean room | long term", + 95 + ], + [ + "Clean and Cozy Crown Heights Studio", + 110 + ], + [ + "Spacious, sunny room in Greenpoint", + 50 + ], + [ + "Spacious, sunlit room", + 115 + ], + [ + "Spacious home in heart of NYC", + 225 + ], + [ + "Cozy room in bushwick, Brooklyn", + 80 + ], + [ + "Cozy, boho room in heart of Bedstuy", + 110 + ], + [ + "1 BD in stylish renovated 2BDs, Clinton Hill", + 49 + ], + [ + "Upper West Side One Bedroom on Central Park", + 90 + ], + [ + "Chic Spacious Beachfront House", + 299 + ], + [ + "cheap & safe next to Central PK", + 60 + ], + [ + "DSGN by Starck! GYM W&D Basket Ball Court !5183", + 175 + ], + [ + "Artsy Spot in Spanish Harlem", + 115 + ], + [ + "Amazing, large private room", + 45 + ], + [ + "Bed Stuy beauty. Books, sunlight :)", + 57 + ], + [ + "Cozy & Charming Chinatown/LES Spot!", + 120 + ], + [ + "Spacious, sunny apt in BK Heights", + 409 + ], + [ + "2Story4Bedroom 2Full Bath New York Palace", + 350 + ], + [ + "Caribbean Room - Inn Your Element", + 95 + ], + [ + "Private BR, Bed-Stuy w/backyard", + 49 + ], + [ + "Cozy Apartment in Upper East Side", + 155 + ], + [ + "Comfy Brooklyn apt, near train and Manhattan", + 265 + ], + [ + "HUGE DUPLEX apartment with BACKYARD", + 215 + ], + [ + "2 Bed Private Room + Private Bath in Lovely Loft!", + 120 + ], + [ + "Zen room at Casa de la Luna", + 54 + ], + [ + "Buck room at Casa de la Luna", + 79 + ], + [ + "Upper East Side Brand New Apt", + 185 + ], + [ + "Cute and comfy 1bedroom apartment", + 60 + ], + [ + "Ziggy Stardust Surf House - A Beautiful Houseboat", + 750 + ], + [ + "Upper East Side Rooftop Escape", + 160 + ], + [ + "Bright Modern Greenwich Village 1BR", + 210 + ], + [ + "Spacious and sun-drenched bedroom", + 80 + ], + [ + "Melissa And Ray's Oasis", + 85 + ], + [ + "La Maison She She (Brownstone Private Apt.)", + 99 + ], + [ + "700 Squ.Ft Studio / Loft", + 200 + ], + [ + "Sunny bohemian room heart of williamsburg", + 84 + ], + [ + "Quiet, cozy and family friendly", + 105 + ], + [ + "South Williamsburg Private Room", + 150 + ], + [ + "The beach - it's just across the street", + 88 + ], + [ + "Big Bedroom in UES Apartment", + 65 + ], + [ + "Bed Stuy Home Away From Home", + 110 + ], + [ + "NYC Full Studio Walkable to Central Park", + 140 + ], + [ + "Cozy private room in Brooklyn", + 50 + ], + [ + "Bright and Beautiful Abode", + 175 + ], + [ + "Villa DiGioia visit NYC via SI", + 100 + ], + [ + "cozy private rm in sunny Bklyn apt", + 50 + ], + [ + "Flushing Master Room w/ Private bathroom", + 60 + ], + [ + "Private Room in Luxury Bushwick Apt", + 51 + ], + [ + "Bright Brooklyn Room", + 55 + ], + [ + "Private bedroom in Brooklyn", + 85 + ], + [ + "Modern Room in a Duplex Loft", + 60 + ], + [ + "1 Bedroom Outside Columbus Circle", + 143 + ], + [ + "UNBEATABLE LOCATION - SUPREME APARTMENT", + 85 + ], + [ + "Large apartment mins away from Manhattan.", + 110 + ], + [ + "First rate 2 bed/2 bath apt. in Midtown West!", + 449 + ], + [ + "Comfortable Hamilton Heights Apt", + 35 + ], + [ + "Lux 2BR-Apt.- NYC near Madison Square Garden!", + 369 + ], + [ + "Clean and Modern Space in Upper West Side", + 70 + ], + [ + "Nice & clean 3 bedroom, great area! Free yoga !!", + 295 + ], + [ + "One Bedroom On Upper West Side", + 110 + ], + [ + "BEDROOM AVAILABLE IN UES", + 65 + ], + [ + "Cozy Apt in BEST LOCATION", + 109 + ], + [ + "Cosy room in Brooklyn! 2min to Sbwy", + 35 + ], + [ + "Small Cozy Room in Artsy Apartment", + 50 + ], + [ + "Large Room in Apt w/ Library, Priv Entrance", + 44 + ], + [ + "SPACIOUS 2BR PRIME EAST VILLAGE APT", + 275 + ], + [ + "PRIME EAST VILLAGE BEDROOM", + 110 + ], + [ + "Cool Williamsburg Loft", + 120 + ], + [ + "Cozy Bedroom In Prime Location", + 50 + ], + [ + "Cozy & Chic Studio Apartment", + 87 + ], + [ + "Hudson River view Washington Height", + 78 + ], + [ + "Beautiful View of Hudson and City", + 49 + ], + [ + "Master Bedroom with Balcony in Soho", + 109 + ], + [ + "Spacious Room in 3 bedroom Duplex Apartment", + 65 + ], + [ + "Unique, spacious & bright room in Manhattan!", + 150 + ], + [ + "The Heart Of NYC, 3min Walk To Grand Central", + 225 + ], + [ + "UWS BEAUTIFUL 1 Bedroom Available", + 100 + ], + [ + "Bright Harlem Apt. in New Building!", + 125 + ], + [ + "Studio/Heart of the East Village", + 115 + ], + [ + "BRIGHT, MODERN, PRIVATE BEDROOM BK", + 62 + ], + [ + "Queen bed w/ attached bathroom", + 50 + ], + [ + "Bright E. Village Home on Serene Street! #DGM", + 200 + ], + [ + "The James Franco! Beautiful Floating Surf Safari!", + 225 + ], + [ + "Stunning 2 BEDROOM Luxury Finishes & Washer Dryer", + 159 + ], + [ + "Central Location, Time Square, 24 hour doorman", + 150 + ], + [ + "Sunny Private Rm in Bushwick", + 29 + ], + [ + "3 BR, Bklyn, Long/Short Term", + 150 + ], + [ + "Cozy Bushwick-1br w private bath", + 80 + ], + [ + "Beautiful spacious bedroom BayRidge FEMALES only", + 35 + ], + [ + "Gorgeous 1 BR on Upper East Side", + 250 + ], + [ + "A simple place to make your space", + 160 + ], + [ + "Calm and Cosy Apt Nolita LES", + 175 + ], + [ + "Top floor skyline view, Bright in Bushwick!", + 150 + ], + [ + "Architects cozy home in Astoria", + 165 + ], + [ + "Greenpoint Haven, 12min walk from 7", + 150 + ], + [ + "Spacious, Trendy, Convenient! Stay in Bushwick!", + 159 + ], + [ + "Legal full floor by Sunset Park, 20mins to Soho", + 140 + ], + [ + "Amazing 2 Bd Loft -PRIME Williamsbu", + 159 + ], + [ + "Charming Exposed Brick Apartment in Manhattan", + 77 + ], + [ + "Cute little room in S Williamsburg!", + 49 + ], + [ + "Private bedroom facing street.", + 55 + ], + [ + "Flat on President - Private Room", + 50 + ], + [ + "3.5 - 4.5* Bedrms Apt in NYC + Private Backyard", + 359 + ], + [ + "Cozy Lofted Room in Homey 3BR", + 50 + ], + [ + "Clean studio apartment for sleeping", + 40 + ], + [ + "Luxury 1BR Midtown East-Near the UN", + 219 + ], + [ + "New & Bright Garden Apartment", + 189 + ], + [ + "Charming Quiet & Bright Studio -LES", + 140 + ], + [ + "Comfortable modern 2 bed apartment. Backyard!", + 96 + ], + [ + "Furnished Duplex with Garden", + 300 + ], + [ + "Friendly and Inviting Unit", + 125 + ], + [ + "Bright apartment in Brooklyn", + 150 + ], + [ + "Hawai memories", + 60 + ], + [ + "W70's apt steps to central park and express lines", + 99 + ], + [ + "NY historic brownstone", + 60 + ], + [ + "Modern Loft Studio with Views", + 198 + ], + [ + "Midtown Manhattan Two Full Bedrooms - Private", + 350 + ], + [ + "*Lovely Apt In Heart Of Park Slope*", + 85 + ], + [ + "ROOM in Great Location", + 80 + ], + [ + "Cozy Boho Williamsburg Studio", + 80 + ], + [ + "Cozy Doorman! On Broadway!Gym 5111", + 135 + ], + [ + "Discover Windsor Terrace! -- a treasure. 2 BR apt", + 61 + ], + [ + "Room in musicians loft/music venue", + 45 + ], + [ + "Big Bright room in Bushwick", + 70 + ], + [ + "Convenient Room Near Subway and Central Park!", + 60 + ], + [ + "Small New-York-Style Room by Central Park!", + 75 + ], + [ + "Beautiful Greenpoint Apartment", + 165 + ], + [ + "Sunny Greenpoint Designer's Pad!", + 112 + ], + [ + "A lovely home to lay your head down", + 69 + ], + [ + "Nice room near everything in NYC", + 39 + ], + [ + "Newly Renovated Studio Midtown East", + 239 + ], + [ + "Classic East Village 1 BR", + 150 + ], + [ + "Private room on the Upper East Side", + 42 + ], + [ + "Chic Greenwich Village One Bedroom", + 195 + ], + [ + "East Village Loft Two Bedroom", + 194 + ], + [ + "Room with Private Bathroom", + 75 + ], + [ + "Cute Carroll Gardens Apartment.", + 130 + ], + [ + "Bright and Charming in Chelsea", + 165 + ], + [ + "Furnished room close to subway/CU", + 70 + ], + [ + "Top location amazing cozy 1BR", + 200 + ], + [ + "Comfy Room in Large E Williamsburg Apartment", + 40 + ], + [ + "⚜ Two-Floor Vibrant 2BR Sanctuary with Patio! ⚜", + 205 + ], + [ + "Large Backyard Facing Bedroom & Private Backyard", + 45 + ], + [ + "IDEAL One bedroom apt by Central Park!", + 139 + ], + [ + "2F Live Like a Real NYer in Real 3Bd!", + 339 + ], + [ + "Comfy spacious apartment with wi-fi", + 49 + ], + [ + "Charming 1BR by Central Park", + 190 + ], + [ + "GREENPOINT OASIS", + 450 + ], + [ + "Brooklyn Private Bath&Bed Steps to F,G trains", + 45 + ], + [ + "Bright, Airy Wburg 1BR w/ Roof View of NYC Skyline", + 199 + ], + [ + "Cozy room in Carroll Gardens, Brooklyn", + 55 + ], + [ + "Sexy red room with the softest bed!", + 33 + ], + [ + "Waterfront Apt with Stunning View!!", + 149 + ], + [ + "Convenient location + Rooftop Acces", + 80 + ], + [ + "Beautiful Fort Greene Loft", + 120 + ], + [ + "In the heart of Williamsburg!", + 73 + ], + [ + "Loft", + 2500 + ], + [ + "SUNNY BEDROOM IN LARGE BK APT!", + 44 + ], + [ + "Lovely West Harlem Apartment", + 105 + ], + [ + "Newly Renovated Upper East Side Apartment", + 70 + ], + [ + "Private bedroom in high-ceiling 4BR apartment!", + 120 + ], + [ + "Sunny, Spacious, Parkside Room!", + 57 + ], + [ + "Cozy&Spacious in Beautiful Astoria", + 120 + ], + [ + "Beautiful Room - Ideal for Business Travelers!", + 100 + ], + [ + "Fabulously Located Comfortable 3 Bedroom Loft", + 525 + ], + [ + "Centre of Williamsburg", + 100 + ], + [ + "Cozy room in Prime Williamsburg", + 75 + ], + [ + "JULY/AUG SUBLET", + 45 + ], + [ + "Big sunny room in Bushwick", + 65 + ], + [ + "NEWLY RENOVATED, studio in Park Slope", + 132 + ], + [ + "Brand new luxury 2 br Harlem condo", + 350 + ], + [ + "Flushing Deluxe Room w/1Full and 1Twin Size Bed", + 50 + ], + [ + "Tidy relaxing and sunny bedroom", + 60 + ], + [ + "Natural light comfortable room!", + 59 + ], + [ + "Wonderful East Village Bedroom", + 80 + ], + [ + "★ HEBREWS 13:2 ★", + 450 + ], + [ + "Nice Room in a Sweet Bushwick Apt", + 45 + ], + [ + "3F 4bd/2bath Luxury Apt in Manhattan/NYC", + 359 + ], + [ + "Highline view", + 200 + ], + [ + "Spacious 1 BR by Central Park!", + 120 + ], + [ + "Sunny, spacious Upper East Side studio, sleeps 3", + 140 + ], + [ + "Big House near express trains", + 436 + ], + [ + "Sunny 1BR apartment in Chelsea", + 249 + ], + [ + "Beautiful 1 bed Apt in Midtown!", + 300 + ], + [ + "Spacious Place in Brooklyn New York", + 140 + ], + [ + "One station from Manhattan Bedford", + 170 + ], + [ + "Prime Williamsburg balcony cityview", + 200 + ], + [ + "Cozy Bdr 15 min from Manhattan!", + 60 + ], + [ + "Large Furnished room in New two bedroom apt.", + 94 + ], + [ + "Upper West Side Quiet Gem", + 399 + ], + [ + "Rent a room in modern Bushwick apt", + 45 + ], + [ + "Large Brooklyn Room, close to train", + 60 + ], + [ + "Beautiful 2 bedroom Duplex Apartment", + 169 + ], + [ + "Cozy East Village Loft!", + 80 + ], + [ + "Spacious 1BD/BA in heart of Bushwick", + 55 + ], + [ + "Near to Central Park and 1 ride to Times Sq!", + 220 + ], + [ + "Bergen Beach 3 or 4 Bedrooms 2 bath", + 235 + ], + [ + "Large 1 Bdrm in Clinton Hill", + 125 + ], + [ + "I HEART LIC...you will too!", + 66 + ], + [ + "Large cosy room-Financial District", + 80 + ], + [ + "Home 4 Medical Professionals-St Johns Hospital", + 40 + ], + [ + "Private room in a nice neighborhood", + 57 + ], + [ + "Super Sunny Room with Fireplace!", + 48 + ], + [ + "Tompkins Square Apartment", + 99 + ], + [ + "SERENITY ROOM", + 40 + ], + [ + "4 Bedroom Apartment on the UWS (1A)", + 250 + ], + [ + "New Colorful East Village Modern Apt off Bowery", + 180 + ], + [ + "1 BR/BA right next to trains, Central Park + more", + 115 + ], + [ + "Cozy Bedroom with Balcony in Williamsburg Apt", + 104 + ], + [ + "Glorious Williamsburg Penthouse", + 325 + ], + [ + "Luxury 2BR Midtown East-Near the UN", + 299 + ], + [ + "Room in Renovated BK Brownstone", + 40 + ], + [ + "Cherry Blossom Room on East 95th Street", + 89 + ], + [ + "Bright Studio Near Time Square", + 100 + ], + [ + "Private 1 Bedroom Apartment SLEEPS 4 -Close to All", + 59 + ], + [ + "CLEAN,SPACIOUS,CONVENIENT,FiDi/NYC Apartment", + 300 + ], + [ + "One Bedroom Heart of New York City", + 65 + ], + [ + "Charming Private Library-Room", + 50 + ], + [ + "Modern 1BR in Downtown Manhattan", + 120 + ], + [ + "Private Room with 1/2 Bath in LES!", + 125 + ], + [ + "BEAUTIFUL 1bd/1bath available in Williamsburg", + 80 + ], + [ + "Diamond in Upper West Side", + 56 + ], + [ + "Designer 1BR in Hell's Kitchen NYC", + 219 + ], + [ + "Hells Kitchen Studio", + 197 + ], + [ + "More Space, 3 BR, 2 Bath, 2 floors", + 260 + ], + [ + "1 bedroom PRIVATE backyard in heart of Flatiron", + 115 + ], + [ + "Clean freshly renovated room", + 75 + ], + [ + "Dean Street Oasis", + 66 + ], + [ + "Cozy big bedroom with private balcony", + 75 + ], + [ + "Huge family friendly loft in Soho", + 500 + ], + [ + "Spacious Brownstone with 5 beds on Second floor!", + 215 + ], + [ + "Suite One at Bryant Manor", + 175 + ], + [ + "Cozy and privat studio near Times Sq", + 140 + ], + [ + "Loft room by the Brooklyn Bridge!", + 80 + ], + [ + "Studio- Wyndham Midtown 45", + 359 + ], + [ + "Clean and Cozy Room in Williamsburg!", + 80 + ], + [ + "Perfect Neighborhood sublet", + 935 + ], + [ + "Cosy 1 bedroom apartment in Astoria", + 120 + ], + [ + "Sunny + Family Friendly Artist's Apartment", + 85 + ], + [ + "Sunny Spacious South Slope Studio", + 100 + ], + [ + "Bright Sunny Apartment Near Subway", + 64 + ], + [ + "Charming, Sunny Room in Amazing LES", + 75 + ], + [ + "1 BR in 2 BR Apt (Upper East Side)", + 62 + ], + [ + "Studio Near Time Square", + 96 + ], + [ + "Modern Luxury 1BR with Patio", + 350 + ], + [ + "Cozy, Central Park, UES, Train 6", + 100 + ], + [ + "Victorian Flatbush Family Friendly", + 290 + ], + [ + "Small Bedroom Steps From the 1 Train", + 50 + ], + [ + "Great Location 1 BR Apt - Manhattan", + 150 + ], + [ + "Cozy 5Min2CentralPark/BroadwayShows/TimesSquareNY", + 81 + ], + [ + "Largest room in Astoria! Close to all mass transit", + 70 + ], + [ + "Cozy bedroom w/private bathroom & backyard", + 70 + ], + [ + "Spacious room with private rooftop!", + 150 + ], + [ + "Williamsburg entire apartment", + 95 + ], + [ + "Sunny Floor-thru, Prospect Heights", + 150 + ], + [ + "Spacious Studio w/ Patio- Ft Greene", + 169 + ], + [ + "Large room in 3 bedroom apartment", + 25 + ], + [ + "Huge Flatiron Designer Studio", + 154 + ], + [ + "Luxury building studio apartment", + 140 + ], + [ + "Small Sunny 1BR Apt Bradhurst Park", + 130 + ], + [ + "Violet Terrace", + 60 + ], + [ + "Location/Charm/Comfort-Live the West Village dream", + 250 + ], + [ + "Great Room & Location, Williamsburg", + 55 + ], + [ + "TH BRKLYN", + 150 + ], + [ + "Room for 2", + 45 + ], + [ + "NEW Modern Apartment w/ OutdoorDeck", + 199 + ], + [ + "Beautiful 2 BR by Columbia", + 290 + ], + [ + "Brownstone charm-1st Fl with yard", + 85 + ], + [ + "1 bed Apt Near to Time Square", + 150 + ], + [ + "Simple Suite with Private Bathroom", + 60 + ], + [ + "Lovely Brownstone Garden Apartment", + 170 + ], + [ + "Cuarto muy confortable. 2 personas. Cerca de todo.", + 47 + ], + [ + "Comfortable Small Room with wifi", + 55 + ], + [ + "Private patio on the LES.", + 195 + ], + [ + "One train ride to Times SQ, Central Park, LOCATION", + 186 + ], + [ + "Sun kissed 1br Harlem (WHOLE apt)", + 99 + ], + [ + "Cozy 2Bed in Hell's Kitchen", + 155 + ], + [ + "Sunny Quiet Bedroom in Brooklyn", + 60 + ], + [ + "Sunny room in 3 bedroom apt.", + 100 + ], + [ + "2 bed, 2 bath near parks, subway", + 500 + ], + [ + "Ft Green Sunlit 1 Bedroom Apartment", + 150 + ], + [ + "amazing studio in heart of Manhatta", + 175 + ], + [ + "Traveller's Flat – Hell's Kitchen", + 148 + ], + [ + "Stunning Central Park - 1BR", + 130 + ], + [ + "Fun room in East Village", + 80 + ], + [ + "Sunny and Beautiful UWS 1BDRM", + 150 + ], + [ + "Sunny & Stylish 2BR in Williamsburg", + 285 + ], + [ + "Sunny Room in NYC", + 70 + ], + [ + "Luxury studio heart of Manhattan", + 150 + ], + [ + "High-end, garden view, near Prospect Park", + 155 + ], + [ + "Cozy East Village Apartment", + 82 + ], + [ + "Great UWS 1 bedroom duplex", + 200 + ], + [ + "Cozy Cat Cave in Bushwick", + 60 + ], + [ + "Private room in apt", + 150 + ], + [ + "QUEEN-SIZED ROOM IN LUXURIOUS PARK AVENUE FLAT", + 159 + ], + [ + "Cozy private room with city charm", + 38 + ], + [ + "Charming 1 bedroom East Village Apt", + 155 + ], + [ + "Sunny apt w/HUGE terrace & rooftop", + 184 + ], + [ + "旅途中的家", + 65 + ], + [ + "The Sunset Boudoir", + 150 + ], + [ + "Brooklyn bedroom near Prospect Park & subway", + 50 + ], + [ + "Spacious Room with Private a Patio!", + 60 + ], + [ + "Bright Airy Cozy Spacious Bedroom", + 100 + ], + [ + "Sunny room with great transit", + 60 + ], + [ + "H. Potter theme place", + 110 + ], + [ + "Private Room in Beautiful Apartment", + 50 + ], + [ + "Manhattan Club Penthouse Suite", + 325 + ], + [ + "Zen Artist Village Studio", + 225 + ], + [ + "Sunny studio loft in midtown with elevator!", + 190 + ], + [ + "Bright & Sunny Greenpoint Studio", + 119 + ], + [ + "1/2 block to Central Park - W 84th Street", + 650 + ], + [ + "Entire Home in NYC- 1 bedroom/ Private Entrance", + 104 + ], + [ + "Large, beautiful 1 bedroom downtown Manhattan", + 175 + ], + [ + "Fully Furnished Williamsburg Apt", + 190 + ], + [ + "Clean and safe department in NYC.", + 40 + ], + [ + "New Apt. in Park Slope / Gowanus", + 100 + ], + [ + "Charming Brooklyn Brownstone!", + 75 + ], + [ + "Upper West Side 1 bedroom", + 125 + ], + [ + "Convenient Room, at the Center of Manhattan Living", + 85 + ], + [ + "Williamsburg/GreenPoint Room", + 60 + ], + [ + "Historic Harlem 4", + 90 + ], + [ + "Upper West Side Manhattan Comfort 1", + 53 + ], + [ + "Private-cozy Brooklyn Apt. Room", + 50 + ], + [ + "Upper East Side Room", + 45 + ], + [ + "On Central Park West", + 110 + ], + [ + "Sunny Two Bedroom in South Slope", + 200 + ], + [ + "Luxury townhouse Greenwich Village", + 6000 + ], + [ + "Cozy Apartment in Queens — 20 Min to Manhattan", + 70 + ], + [ + "GREAT STUDIO IN HEART OF EAST VILLAGE!", + 199 + ], + [ + "Clean Cozy Room, close to Subway Shops Restaurants", + 65 + ], + [ + "Spacious Williamsburg Apartment", + 95 + ], + [ + "Spacious Room in Downtown Brooklyn", + 80 + ], + [ + "LUX One Bedroom Doorman W&D 5133", + 200 + ], + [ + "Sunny & Luxurious West Village Apartment!", + 274 + ], + [ + "CoZy RooM & Private Bathroom BK:) SUPERHOST :)", + 50 + ], + [ + "Great Location", + 105 + ], + [ + "20 Day Room Rental in Manhattan!!", + 45 + ], + [ + "1BR in Midtown West Apartment", + 350 + ], + [ + "Cute and cosy one bedroom", + 350 + ], + [ + "2 BDRM Apt. in the Middle of NYC apt. 3B", + 180 + ], + [ + "Near Times Square", + 225 + ], + [ + "Huge 800 sq ft 1 bedroom apt", + 100 + ], + [ + "Sunny Williamsburg Sublet", + 1300 + ], + [ + "A cozy home", + 55 + ], + [ + "Beautiful Sunlight Studio Apt", + 70 + ], + [ + "Prime, Modern & Spacious Williamsburg Apartment", + 50 + ], + [ + "Spacious Bedroom on Eastern Parkway", + 67 + ], + [ + "Big 1BR apt near Central Park & Times Square!", + 150 + ], + [ + "One Bedroom Wall St Luxury Apt", + 35 + ], + [ + "Sunny Bedroom w/ Private Bathroom in Williamsburg", + 90 + ], + [ + "Manhattan Sunny Private Room", + 53 + ], + [ + "Lovely flat heart of New-York", + 300 + ], + [ + "Studio Apt with Private Backyard", + 80 + ], + [ + "Luxury 2BR Midtown East-Near UN!", + 299 + ], + [ + "BK'S FINEST CLOSE 2 TRANSPORTATION-", + 41 + ], + [ + "Private Bedroom, Bath & Living room", + 50 + ], + [ + "Sunny Studio Apartment in Ridgewood", + 70 + ], + [ + "1BR. SugarHill. 15 Min Midtown.", + 500 + ], + [ + "QUIET CLEAN APT IN THE HEART OF IT ALL 4", + 185 + ], + [ + "Stunning Bedroom in Midtown East", + 98 + ], + [ + "Penthouse 2BR w skylight,terrace, and a roof deck.", + 399 + ], + [ + "Lrg sunny aprtmt, UWS/Central Park", + 170 + ], + [ + "High Rise Financial District Apt", + 80 + ], + [ + "Beautiful spacious brownstone in Central Harlem", + 376 + ], + [ + "Modern & cosy Bronx apt w/ parking", + 99 + ], + [ + "2 bed apt: heart of Times Square", + 200 + ], + [ + "Lovely Bed-Stuy Brownstone Parlor Apartment 1BR", + 91 + ], + [ + "Bedstuy Flat Sublet 3 WEEK MIN", + 60 + ], + [ + "Nice bedroom in east village apartment", + 60 + ], + [ + "Private bedroom near L & M trains", + 50 + ], + [ + "West village, great location!", + 250 + ], + [ + "Large 1bdr perfect Village location", + 209 + ], + [ + "Sunny Private Bedroom in Park Slope", + 65 + ], + [ + "Large room in Astoria home", + 48 + ], + [ + "1 Bedroom, Close to 4, 5, 6 trains", + 60 + ], + [ + "Historic Gem Close to SI Ferry", + 165 + ], + [ + "FANTASTIC FLOOR THROUGH ONE BEDROOM", + 218 + ], + [ + "Greenwich village West 4th Street", + 160 + ], + [ + "Airy Apt w/ Balcony by Central Park", + 200 + ], + [ + "Spacious Loft in Williamsburg", + 53 + ], + [ + "Brooklyn Beauty - Private Room", + 65 + ], + [ + "Sunny Duplex in Brooklyn's Best Area", + 280 + ], + [ + "Private room in Charming, Cozy and Sunny Apt", + 60 + ], + [ + "2 Bedroom next to Prospect Park!", + 800 + ], + [ + "Lovely apartment as home", + 99 + ], + [ + "Modern, Central Park relaxation", + 120 + ], + [ + "1BR Avaliable in 3Br Condo", + 70 + ], + [ + "UWS Duplex 3bdrm next to Central Pk", + 235 + ], + [ + "Spacious 4bdrm next to CentralPk", + 275 + ], + [ + "Luminous room", + 86 + ], + [ + "Shared Bedroom in Upper East Side!", + 49 + ], + [ + "Sunny light filled comfy bedroom", + 85 + ], + [ + "Astoria living, like a true NY'er", + 125 + ], + [ + "Sunny light filled bedroom", + 85 + ], + [ + "Magical 1 BR in Crown Heights", + 70 + ], + [ + "Violet Sunset Room", + 60 + ], + [ + "Cozy little room in beautiful brownstone house !", + 50 + ], + [ + "A top floor in Midtown", + 218 + ], + [ + "SPACIOUS 2 BR APT WITH PRIVATE BACKYARD", + 135 + ], + [ + "Large, next to park, subway gardens", + 120 + ], + [ + "Comfy in Queens!", + 55 + ], + [ + "Styled, Spacious Ft Greene Studio", + 150 + ], + [ + "Quiet-Private Large Brooklyn Studio", + 75 + ], + [ + "Clean, Mod & Quick to Times Square", + 43 + ], + [ + "1 Block from Times Sq. and Broadway", + 115 + ], + [ + "Your SUNNYROOM 15mnts to Manhattan!", + 60 + ], + [ + "Sun-drenched Park Slope Studio", + 160 + ], + [ + "Pull-out Sofa in Central Harlem", + 39 + ], + [ + "Rest and Relax", + 45 + ], + [ + "XL room in artists' home, Flatbush/Ditmas Park", + 45 + ], + [ + "Private oasis in Hamilton Heights.", + 25 + ], + [ + "Private room for sublet", + 65 + ], + [ + "Gorgeous Harlem 1br best location", + 125 + ], + [ + "Private room for 2 NY Close to LGA No hidden fees", + 67 + ], + [ + "NEW! American Private Cozy Room", + 52 + ], + [ + "APT in LES with view", + 110 + ], + [ + "Huge, Sunny, Good Vibes Authentic Artist's LOFT", + 177 + ], + [ + "Cozy Sunny room", + 25 + ], + [ + "Park Slope Gem", + 175 + ], + [ + "Newly renovated! Spacious Park Slope Apt. Quiet St", + 150 + ], + [ + "Sunny Cozy Loft Bedroom", + 75 + ], + [ + "Peaceful and beautiful room by park", + 41 + ], + [ + "Modern high-end studio!", + 185 + ], + [ + "Newly Renovated Private 3 bedroom Apt.Near", + 175 + ], + [ + "Spacious Harlem room in tidy 4th-floor walkup", + 40 + ], + [ + "Spacious 3 Bedroom in Park Slope", + 135 + ], + [ + "Peaceful Greenpoint Sanctuary", + 195 + ], + [ + "Quiet room in Bed-Stuy", + 30 + ], + [ + "Homey, Peaceful, and Spacious Space", + 50 + ], + [ + "Relaxing room in vibrant Brooklyn", + 40 + ], + [ + "Private Studio in Herald Square", + 150 + ], + [ + "Beautiful Room in Artist's Home", + 75 + ], + [ + "Spacious Penthouse Bedroom", + 100 + ], + [ + "Sunny, Friendly, Brooklyn Apartment", + 65 + ], + [ + "Cozy 1 bedroom in 2BD apt. in Bed-Stuy. Long term!", + 250 + ], + [ + "Charming Sun-lit Two-Story Apartment", + 136 + ], + [ + "Quiet Soho/Nolita Garden Alcove Studio", + 180 + ], + [ + "Quiet & Cozy Bushwick Bedroom", + 55 + ], + [ + "Birds singing and sunsets in NYC!", + 65 + ], + [ + "Luxury 2BR Condo in Williamsburg", + 225 + ], + [ + "Loft @ Williamsburg Bedford", + 99 + ], + [ + "Heart of Williamsburg - Best Location", + 90 + ], + [ + "sunny room in NYC!", + 20 + ], + [ + "convenient, furnished APT", + 980 + ], + [ + "Cozy Chelsea Apt Great Location", + 100 + ], + [ + "Sunny Private room Central Harlem", + 73 + ], + [ + "Sunny Townhouse - Brooklyn", + 380 + ], + [ + "Private bedroom in the Upper East!", + 99 + ], + [ + "The Oasis of Utica", + 105 + ], + [ + "Sunny Suite with Bath near Prospect Park", + 35 + ], + [ + "Beautiful apartment in Williamsburg", + 200 + ], + [ + "Entire private # in a privately own brownstone", + 105 + ], + [ + "Charming 1BR Near Park & Metro!", + 180 + ], + [ + "CENTRAL PARK / COLUMBUS CIRCLE /1BR", + 87 + ], + [ + "Summer in Brooklyn!", + 50 + ], + [ + "[Midtown NYC] Private room w/ private bathroom", + 69 + ], + [ + "Large sunny apartment nr Gramercy", + 150 + ], + [ + "Perfect for couples visiting NYC", + 75 + ], + [ + "Quiet, pre-war apt on 30th Ave", + 215 + ], + [ + "Charming Upper East Side Apartment", + 150 + ], + [ + "Massive 2 Bed near Columbia Univ.", + 100 + ], + [ + "Nice and quiet apt Bdway/Times Sq.", + 224 + ], + [ + "Near all shopping & transportation", + 119 + ], + [ + "Very big room in Designed apt.15 mins to Manhattan", + 80 + ], + [ + "Cozy and Comfy in Crown Heights!!!", + 75 + ], + [ + "Sunny, Chelsea Manhattan apartment", + 125 + ], + [ + "NYC deluxe room 15 min to Manhattan", + 58 + ], + [ + "Two Nice Private Rooms in Brooklyn!", + 128 + ], + [ + "3 day Washington heights/inwood sub", + 60 + ], + [ + "LUXURIOUS APT in MANHATTAN w TERRACE and GYM", + 115 + ], + [ + "Simple Apartment in SoHo", + 105 + ], + [ + "Manhattan - Near Subway!", + 69 + ], + [ + "Cute Room in Big Apt in Brooklyn", + 76 + ], + [ + "Large Middle Bedroom & Private Backyard", + 45 + ], + [ + "Sunny bedroom in gorgeous ParkSlope", + 80 + ], + [ + "Great room with INCREDIBLE view", + 75 + ], + [ + "2BR-E 60TH RESIDENCIES WITH DOORMAN", + 200 + ], + [ + "Room in the HEART of Williamsburg", + 89 + ], + [ + "Williamsburg Large Bedroom", + 80 + ], + [ + "Doorman Gym W&D RoofDeck!5112", + 197 + ], + [ + "Amazing cozy shared male room on Manhattan IV\\)", + 35 + ], + [ + "Large stylish Mid Century Duplex in Clinton Hill", + 180 + ], + [ + "Luxury, doorman Building- FIDI", + 90 + ], + [ + "Spacious Gowanus Apt", + 125 + ], + [ + "SUNNY 1BR / 1B UES APT", + 170 + ], + [ + "Heights Haven", + 180 + ], + [ + "2 bedroom near Time Sq", + 142 + ], + [ + "Private Bedroom #5", + 60 + ], + [ + "Separate Bedroom on UES - 1 person", + 98 + ], + [ + "Comfortable Private Room w/ 1 Full Bed", + 40 + ], + [ + "Private Room In Hamilton Heights", + 59 + ], + [ + "Cozy Private Room w/ 1 Queen Bed", + 40 + ], + [ + "Beautiful West Village Apartment", + 250 + ], + [ + "Private Bed and Bath for Two!", + 80 + ], + [ + "Private Bedroom #2", + 50 + ], + [ + "Comfortable Room Near Columbia U", + 50 + ], + [ + "Private Full Size Bed #4", + 65 + ], + [ + "Cozy 1BD w Private Terrace, Walk to Museums & Park", + 140 + ], + [ + "NE..Comfortable Room All Inclusive", + 47 + ], + [ + "NYC 2 BDRM Apt. Apt. 3A", + 184 + ], + [ + "Top Floor Newly Renovated 1-Bedroom", + 139 + ], + [ + "Sunny Williamsburg apartment", + 57 + ], + [ + "Entire 1 BR Williamsburg apt", + 150 + ], + [ + "Bright single bedroom in duplex with backyard.", + 43 + ], + [ + "1 Bedroom in a 4 Bedroom Apartment", + 50 + ], + [ + "Elegant 2 Bdrm Apt W/ Add. 2 Rms on Lower Level", + 250 + ], + [ + "Bright, airy apartment in Brooklyn", + 125 + ], + [ + "Garden View Room Available", + 50 + ], + [ + "Flatiron NYC 1 Bed/1 Bath Apt!", + 240 + ], + [ + "Sunny Room in Flatlands, Brooklyn!", + 60 + ], + [ + "Bright & Spacious Studio", + 160 + ], + [ + "Cozy room in Manhattan Morningside", + 45 + ], + [ + "1 Single Room in 4-Bedroom APT", + 38 + ], + [ + "Huge Room with Private Bathroom", + 100 + ], + [ + "Private Bedroom in 2 BR apartment", + 85 + ], + [ + "Furnished FUNky room in artist loft", + 50 + ], + [ + "Spacious Studio 15 min to Manhattan", + 135 + ], + [ + "Comfortable and cozy Apartment in Manhattan", + 259 + ], + [ + "Great Harlem room", + 50 + ], + [ + "Room for two in NYC!", + 60 + ], + [ + "Large and sunny BR Bushwick", + 70 + ], + [ + "Artist Loft East Williamsburg", + 99 + ], + [ + "clean and tidy separated livingroom", + 80 + ], + [ + "Lightfull and Quiet apartment 15 min to Manhattan.", + 190 + ], + [ + "Large Modern Studio Apartment UES", + 115 + ], + [ + "Bright & Spacious E. Village 1 Bdrm", + 250 + ], + [ + "Cozy room in heart of Williamsburg", + 70 + ], + [ + "Gorgeous new apartment with amazing views", + 225 + ], + [ + "Private bedroom in Crown Heights!", + 31 + ], + [ + "NW..Comfortable Room All Inclusive", + 40 + ], + [ + "S...Comfortable Room All Inclusive", + 37 + ], + [ + "Bright & Spacious Studio Apartment", + 239 + ], + [ + "Your Hudson Heights Hideaway ◔‿◔", + 75 + ], + [ + "Large, Private Bedroom near Union Square.", + 90 + ], + [ + "Cozy 'n Quiet Upper Manhattan Room", + 46 + ], + [ + "Columbia University,COSO房源2017暑假招租,5月31日-7月31日", + 35 + ], + [ + "Charming, Spacious 1 Bd-Great area!", + 85 + ], + [ + "Entire Times Square 1BD Apartment", + 175 + ], + [ + "Quiet Queens Basecamp", + 60 + ], + [ + "DSGN Doorman One Bedroom 5186", + 155 + ], + [ + "Studio in the heart of Manhattan", + 143 + ], + [ + "East Village, sunny, five room, three beds.", + 140 + ], + [ + "Sunlit Studio on UWS!", + 120 + ], + [ + "The Clean Comfortable Modern Lounge", + 79 + ], + [ + "Modern Apartment. Central Park. B/C", + 50 + ], + [ + "3BR Queens (3rd fl)- 20 min to Manhattan", + 289 + ], + [ + "Spacious Town House near Park", + 62 + ], + [ + "Spacious Master Bedroom 20 mins away from NYC", + 85 + ], + [ + "Bedroom in Classic Clinton Hill", + 99 + ], + [ + "Comfortable, clean and inviting.", + 50 + ], + [ + "Brand New Clean and Sunny one bed!", + 120 + ], + [ + "Brooklyn Suite", + 180 + ], + [ + "Times Square | Furnished | Apartment & Bedroom", + 90 + ], + [ + "Unlisted", + 80 + ], + [ + "Cozy room near central park", + 49 + ], + [ + "Huge and cozy bedroom in the heart of Williamsburg", + 90 + ], + [ + "Penn Station / Chelsea North room", + 55 + ], + [ + "Private big room/Queen bed/Nice Apt", + 49 + ], + [ + "Uptown Bohemian 1BR with Park View", + 105 + ], + [ + "Spacious, cozy bedroom in a private home", + 40 + ], + [ + "Hamiliton Heights Home", + 50 + ], + [ + "Apartment NYC - 10 to 20 June", + 120 + ], + [ + "Private Bedroom in the East Village", + 90 + ], + [ + "Full 1 BR apartment in East Williamsburg/Bushwick", + 110 + ], + [ + "East Midtown Modern Alcove Studio 3", + 140 + ], + [ + "Sunny Spacious Apt in Astoria w/ back yard access", + 125 + ], + [ + "Luxury White Glove Apartment 57th St and Broadway", + 95 + ], + [ + "Washington Heights Studio", + 75 + ], + [ + "Nice and cozy little apt available", + 75 + ], + [ + "2 bed Apartment close to Times Sq", + 244 + ], + [ + "NYC Mini Hotel", + 75 + ], + [ + "Cozy Private room in Chelsea !", + 75 + ], + [ + "WE'RE HOME TOTO! WE ARE HOME!", + 105 + ], + [ + "Newly renovated williamsburg bedroom near subway", + 100 + ], + [ + "Gramercy Studio", + 150 + ], + [ + "Charming 2br Near Yankee Stadium", + 175 + ], + [ + "Single bedroom, Manhattan", + 35 + ], + [ + "PRIVATE ROON IN NEW YORK MANHATTAN", + 51 + ], + [ + "large studio ,private bathroom and own entrance", + 105 + ], + [ + "Charming Pr Room in E. Williamsburg", + 80 + ], + [ + "Room in East Village", + 84 + ], + [ + "Clean & Spacious Bushwick Loft (front)", + 70 + ], + [ + "COZY STUDIO in BROOKLYN", + 70 + ], + [ + "Large one bedroom apt in Greenpoint", + 195 + ], + [ + "Cute little Studio in East Village/Alphabet City", + 150 + ], + [ + null, + 100 + ], + [ + "Large Bedroom near Subway", + 100 + ], + [ + "Cute private room in great location!", + 85 + ], + [ + "Danish Modern in Brownstone", + 225 + ], + [ + "Quiet bedroom on St Marks", + 120 + ], + [ + "Sunny, modern apartment in Lower East Side", + 90 + ], + [ + "Ditmas Park Beauty", + 175 + ], + [ + "Acogedora habitación en el corazón de Manhattan", + 65 + ], + [ + "Elegant/Classy Artist Loft, 2 Priv bdms/CLEAN", + 260 + ], + [ + "Huge New 1700sf Brownstone Duplex", + 225 + ], + [ + "BrownBrick in Park Slope Brownstone", + 135 + ], + [ + "1 Bedroom June Through July", + 135 + ], + [ + "Sun Drenched Studio", + 195 + ], + [ + "Charming 1BR in heart of Chinatown", + 99 + ], + [ + "Superhost-Designer Legal 4 Bed Townhouse Midtown 2", + 1000 + ], + [ + "Newly updated studio with luxury charm", + 177 + ], + [ + "Cozy room close to Columbia", + 59 + ], + [ + "High SkyView W&D GYM Doorman 5180", + 190 + ], + [ + "Superhost-Pristine 4 Bed Legal Townhouse Midtown 1", + 1000 + ], + [ + "Private room in Williamsburg", + 80 + ], + [ + "Private Room rent temporary stay", + 60 + ], + [ + "Family Friendly Gramercy Park Gem", + 195 + ], + [ + "NEW NICE CLEAN & COZY PRIVATE ROOM", + 60 + ], + [ + "Sunny Apartment Across from Sunset Park", + 99 + ], + [ + "Great room in Williamsburg", + 79 + ], + [ + "Colorful Brooklyn Garden Casita", + 125 + ], + [ + "Great location in NYC, clean, quiet and cozy", + 89 + ], + [ + "Big and cozy room", + 55 + ], + [ + "NYC Sanctuary, Skyline Views & Rooftop", + 130 + ], + [ + "Sunny room with a/c in new building", + 70 + ], + [ + "Beautiful Tranquil Bright Prime Location 1 bedroom", + 110 + ], + [ + "Private, Sunny Room in East Village", + 100 + ], + [ + "Artistic, Cozy Room in Williamsburg", + 145 + ], + [ + "Comfortable Chelsea Oasis", + 195 + ], + [ + "Cozy Bright Private Room in NY (Only for female)", + 30 + ], + [ + "Beautiful Park Slope Room with Rooftop & Backyard", + 50 + ], + [ + "Cozy One Bedroom Apartment in Astoria, NYC", + 68 + ], + [ + "Spacious LES Room& Private Backyard", + 90 + ], + [ + "Cozy Chic Harlem Apartment", + 85 + ], + [ + "Large & Unique multi Rooms Loft close to all", + 200 + ], + [ + "Entire apartment next to McGolrick Park!", + 100 + ], + [ + "Spacious East Village Bedroom", + 150 + ], + [ + "Gorgeous 1BR near Columbus Circle", + 199 + ], + [ + "Cozy bedroom, awesome East Village apartment!", + 60 + ], + [ + "The Yellow Bungalow of Rockaway Beach", + 135 + ], + [ + "Sunny Bedroom + Private Living Room", + 100 + ], + [ + "East 74th street, Cozy UES 1bd Serviced Apartment", + 163 + ], + [ + "East 63rd street, Studio Serviced Apartment", + 187 + ], + [ + "East 63rd street 1bd Serviced Apartment", + 225 + ], + [ + "Private 1 Bedroom Garden Level Apt", + 120 + ], + [ + "Awesome spacious room by the park", + 73 + ], + [ + "A bay window on Brooklyn", + 100 + ], + [ + "1 Bedroom Located in Trendy Williamsburg", + 99 + ], + [ + "New 3BR, 2 Full Bath with Washer & Dryer", + 300 + ], + [ + "Spacious Private room near Columbia", + 92 + ], + [ + "comfy bedroom in williamsburg", + 42 + ], + [ + "Upper East Side Private Room and Bath: A+ location", + 100 + ], + [ + "Fully Furnished Room in Quiet Apt", + 40 + ], + [ + "Spacious West Village Loft Studio", + 225 + ], + [ + "PRIME LOCATION, PARK SLOPE -BKLYN: 4BR FAMILY TYPE", + 170 + ], + [ + "Beautiful family apt in Astoria", + 125 + ], + [ + "1 bed room rail road apartment", + 109 + ], + [ + "Spacious 2 BR in Midtown", + 150 + ], + [ + "Prime location, close to everything. Females only", + 50 + ], + [ + "Beautiful modern home!", + 49 + ], + [ + "Lovely Brooklyn Duplex near Prospect Park 3BR", + 265 + ], + [ + "Cozy bedroom in Downtown Manhattan", + 80 + ], + [ + "Zen-like Room with Exposed Brick in East Bushwick", + 44 + ], + [ + "Huge Room in Stunning Pre-war NY Loft", + 260 + ], + [ + "Midtown East XL 1 BR", + 133 + ], + [ + "New studio apartment 4mins from subway in Astoria", + 80 + ], + [ + "Private Room in Williamsburg Duplex", + 1000 + ], + [ + "Studio Apartment near Columbia U", + 154 + ], + [ + "Boerum Hill Beautiful Spacious Two Bedrooms Apt.", + 150 + ], + [ + "Private room in the heart of NY", + 150 + ], + [ + "Brand New Luxurious Studio Midtown", + 125 + ], + [ + "COZY HARLEM ROOM BY THE WATER - CREATIVE SPACE", + 60 + ], + [ + "Cozy room in new duplex apartment!!", + 95 + ], + [ + "Great Modern Studio in Chelsea!", + 75 + ], + [ + "LIVE HERE!! COZY STUDIO IN CHELSEA!", + 100 + ], + [ + "Gorgeous Studio in Doorman Luxury!", + 100 + ], + [ + "New York Space", + 65 + ], + [ + "Charming 1 BR in West Village", + 200 + ], + [ + "COZY APARTMENT NEXT TO CENTRAL PARK", + 180 + ], + [ + "5mn location from Manhattan midtown", + 60 + ], + [ + "Awesome deal", + 33 + ], + [ + "Bright and Airy Bedroom", + 112 + ], + [ + "Bright Loft-Like Apartment", + 150 + ], + [ + "Amazing 1BR, heart of West Village", + 230 + ], + [ + "Cute Room in Downtown BK", + 65 + ], + [ + "Entire UWS Apartment for up to 6!", + 375 + ], + [ + "Private Room - West Village/Soho", + 130 + ], + [ + "Large Studio Seconds From NYC", + 400 + ], + [ + "Room 108th and central park west", + 120 + ], + [ + "1 bed room Presidential Suite", + 900 + ], + [ + "DESIGNER STUDIO NEAR CENTRAL PARK UPPER EAST SIDE", + 150 + ], + [ + "Beautiful summer sublet in Astoria", + 40 + ], + [ + "Brownstone apartment in Bed Stuy", + 150 + ], + [ + "Homey space in great neighborhood", + 30 + ], + [ + "West 15th Street Cozy Chelsea 1bd Serviced Apt", + 191 + ], + [ + "West 33rd street, Lux 1bd Serviced Apartment", + 219 + ], + [ + "Bright Williamsburg Loft w Balcony", + 250 + ], + [ + "Loft Apartment in Williamsburg", + 180 + ], + [ + "2 bedroom Midtown West", + 115 + ], + [ + "MIDTOWN EAST PRIVATE ROOM", + 145 + ], + [ + "Stylish Loft in Times Square with Roof Deck", + 399 + ], + [ + "Charming and spacious Brooklyn apt", + 52 + ], + [ + "ENTIRE PLACE", + 95 + ], + [ + "HUGE Willamsburg Duplex Loft", + 190 + ], + [ + "5TH AVE~~RoofTop Deck ~~City Views @EMPIRE ST BLDG", + 480 + ], + [ + "Upper West Side 1BR next to subway/Central Park", + 180 + ], + [ + "Modern and Bright Studio Apt in Williamsburg", + 150 + ], + [ + "Holiday in Trendy Williamsburg Apt!", + 150 + ], + [ + "Greenwich Village| Private Queen room", + 140 + ], + [ + "Comfortable bedroom in spacious apt", + 70 + ], + [ + "Large bedroom in spacious & sunny Greenpoint Apt!", + 70 + ], + [ + "High FL - Gym Doorman Alcove Studio 5205", + 197 + ], + [ + "Luxury Hi-Rise in the Gramercy", + 310 + ], + [ + "East Village 1 BDRM - Trendy Area - Subway 1.5 Blk", + 128 + ], + [ + "Amazing entire apt on tree-lined st", + 150 + ], + [ + "Room in Bushwick Bk available June", + 26 + ], + [ + "Lovely large 2BR Apartment Close to Subway", + 75 + ], + [ + "Sixth Ave Chelsea, 1bd Serviced Apartment", + 280 + ], + [ + "Cozy West Village apartment", + 93 + ], + [ + "SkyView Massive 2 bed 2 bath 5174", + 390 + ], + [ + "HUGE AMAZING STUDIO/ FEEL LIKE HOME", + 115 + ], + [ + "West 50th street, Lux 1bd Serviced Apartment", + 256 + ], + [ + "Bright Luxury Studio, Central Loc.", + 250 + ], + [ + "Giant Sun-filled Chelsea Studio", + 200 + ], + [ + "Great Apartment for 2~ right next to subway~!", + 150 + ], + [ + "Cozy Budget Apt", + 41 + ], + [ + "Private Room in Hell's Kitchen", + 100 + ], + [ + "Upper West Side Room", + 75 + ], + [ + "Chelsea Flat steps from Herald Sq", + 300 + ], + [ + "Awesome 1 Bedroom for rent in BK", + 50 + ], + [ + "Beautiful Pre-War on Prospect Park", + 85 + ], + [ + "PARK SLOPE TOWNHOUSE", + 475 + ], + [ + "BR in large 2BR.", + 50 + ], + [ + "Elmhurst单房短租5/23-8/10交通便利", + 50 + ], + [ + "Artistic pad in East Williamsburg!", + 179 + ], + [ + "Cozy private bedroom with window", + 72 + ], + [ + "Cozy and relaxing East Village home", + 150 + ], + [ + "BayRidge Brooklyn Apartment", + 110 + ], + [ + "Luxury Studio + Gym, Rooftop, Elevator!", + 200 + ], + [ + "Superior double Bedroom - Cozy & Comfy B6", + 50 + ], + [ + "Spacious and sunny room in Brooklyn", + 35 + ], + [ + "Medium sunny furnished room", + 45 + ], + [ + "Park Slope Townhouse", + 195 + ], + [ + "Sunny studio on UWS, steps to park", + 90 + ], + [ + "Stunning Brooklyn loft in a church!", + 325 + ], + [ + "Nice Large Well-Lit Studio in Clinton Hill", + 100 + ], + [ + "Clean and bright bedroom in Soho", + 85 + ], + [ + "Cherry Hill House - Plum Room", + 40 + ], + [ + "Double bedroom in West Harlem", + 80 + ], + [ + "Charming West Village Apartment (Manhattan)", + 149 + ], + [ + "Bright, Clean & Family-friendly Apartment!", + 67 + ], + [ + "Renovated: 15min 4 Train ride to NYC-Crown Heights", + 80 + ], + [ + "Nice Room in Classic Williamsburg Loft", + 80 + ], + [ + "Renovated 3BR, 2 Full Bath with Washer & Dryer", + 275 + ], + [ + "10 min from JFK and 30min to NYC", + 123 + ], + [ + "2 Bedrooms by Central Park & Trains", + 179 + ], + [ + "Family Friendly BK Townhome With Garden Oasis!", + 196 + ], + [ + "Nice Room in Hell's Kitchen 2 Blocks to Times Sq.", + 180 + ], + [ + "Brownstone in Trendy Bed-Stuy", + 500 + ], + [ + "Lower East Side Apartment", + 140 + ], + [ + "Cozy Room in West Harlem NYC", + 59 + ], + [ + "1BR Hell's Kitchen w balcony & view", + 200 + ], + [ + "HANCOCK MASTER BEDROOM", + 165 + ], + [ + "Sunny Williamsburg 2BR apartment", + 230 + ], + [ + "Comfy Room for May", + 90 + ], + [ + "Amazing light, spacious & Modern", + 200 + ], + [ + "New York City Brownstone, Hip and Historic Harlem", + 450 + ], + [ + "The Golden Hand in Harlem ☞ Bright + Modern 1BR", + 120 + ], + [ + "Flushing Spacious Room w/ 2 Queen Beds", + 60 + ], + [ + "Comfortable Sofa bed 15 minutes to Manhattan", + 51 + ], + [ + "Newly Renovated Duplex Apartment", + 200 + ], + [ + "2BR Apt in East Village", + 250 + ], + [ + "Penthouse studio 25min to Manhattan", + 160 + ], + [ + "Amazing Studio. Enjoy the best of the UWS!", + 180 + ], + [ + "Private Bedroom in Williamsburg", + 66 + ], + [ + "Awesome, Clean & Cozy UWS Apartment", + 180 + ], + [ + "Cute studio/room in the East Village", + 65 + ], + [ + "COZY BEAUTIFUL STUDIO /GREAT CENTRAL LOCATION", + 87 + ], + [ + "Large, sun-light room in Brownstone", + 60 + ], + [ + "Remodeled Brand New Brooklyn Apartment", + 124 + ], + [ + "True 2 bedroom apartment in the heart of the LES", + 225 + ], + [ + "1BR Apt. in Inwood (Manhattan)", + 77 + ], + [ + "Joellen's Place Roomy 1-Queen Bed, Bushwick Apt.", + 79 + ], + [ + "Sleek 1 bedroom apartment near Rockefeller Center!", + 239 + ], + [ + "Joellen's Place Spacious 2-twin bed, Bushwick Apt.", + 65 + ], + [ + "DUMBO/Vinegar Hill Luxury Apartment", + 170 + ], + [ + "Sofa Bed Available in Midtown Manhattan", + 30 + ], + [ + "Peaceful room in a lovely Brooklyn duplex", + 72 + ], + [ + "Huge + Cozy East Williamsburg Room", + 75 + ], + [ + "Artist Den Across from Park", + 35 + ], + [ + "Quiet artist apartment w/ backyard", + 45 + ], + [ + "Cozy Room in Upper West Side Near Central Park", + 67 + ], + [ + "LOFT in Chelsea", + 700 + ], + [ + "2 bedroom loft-like ground floor with patio", + 150 + ], + [ + "Comfortable 1-2 bed space close to trains", + 115 + ], + [ + "Suite with Private Gated Entrance", + 150 + ], + [ + "Private room w/ lush garden quiet area", + 50 + ], + [ + "Private room in Upper East Side", + 60 + ], + [ + "Cozy Room in the Big Apple", + 50 + ], + [ + "large, affordable, clean,convenient", + 34 + ], + [ + "Charming 1 bed apt in Williansburg", + 100 + ], + [ + "Studio in prime UWS location", + 125 + ], + [ + "Room in 2BR Astoria apt (20min to Central Park)", + 100 + ], + [ + "Breathtaking, panoramic views of Downtown NYC/FiDi", + 125 + ], + [ + "Park front room in the heart of Bushwick L train", + 45 + ], + [ + "Bright clean apartment in East Village!", + 198 + ], + [ + "PRIME EAST VILLAGE LARGE BEDROOM", + 150 + ], + [ + "Clean, Simple, & Private Bedroom (near N/R train)", + 39 + ], + [ + "Apartment near Time Square", + 150 + ], + [ + "COZY HOME, BEST LOCAL ACCESS!", + 80 + ], + [ + "Spacious Haven in Wash Heights, A-train on block!", + 46 + ], + [ + "1 bedroom apt, comforts of home, close to all..", + 78 + ], + [ + "Lovely Two Bedroom Apt in Prime North Williamsburg", + 219 + ], + [ + "HUGE UWS bedroom w/ private bath and great light!", + 145 + ], + [ + "Spacious Midtown Studio", + 220 + ], + [ + "Flatiron Oasis", + 225 + ], + [ + "Bright studio on great location", + 2000 + ], + [ + "Unique Artist's Apartment", + 175 + ], + [ + "Unique artist’s loft-heart of Wburg", + 220 + ], + [ + "Airy and bright room. Prospect Park", + 85 + ], + [ + "Huge Bedroom in Beautiful Brownstone w/ Private BR", + 77 + ], + [ + "BED FOR 1 IN LUXURIOUS PARK AVENUE FLAT", + 110 + ], + [ + "Private Room for two guests in Cozy apartment", + 58 + ], + [ + "Elegant 3 bed, 2 bath apt. on UWS", + 350 + ], + [ + "Gorgeous Grand 2 BR LES Gem!", + 329 + ], + [ + "Private Room for Pair in the Cozy Apartament", + 58 + ], + [ + "Private room for pair", + 60 + ], + [ + "CrashPadsUSA Hotbeds for Airline Crew ONLY", + 43 + ], + [ + "Prospect Park Brownstone", + 88 + ], + [ + "Huge 1BR 5 min to Park, Train", + 90 + ], + [ + "Nice,Safe&Quiet Great Value Room", + 41 + ], + [ + "Private bedroom in Brooklyn.", + 65 + ], + [ + "Spacious & Sunny Apartment in Bushwick", + 95 + ], + [ + "South Street Seaport Loft Studio", + 160 + ], + [ + "Stylish unique Loft in prime area of Brooklyn", + 140 + ], + [ + "East 82nd Street, Upper East Side/Yorkville 1bd", + 169 + ], + [ + "Cosy, neat 1bed apt 5mins to Central Pk & Columbia", + 115 + ], + [ + "Artsy Home in the Heart of Bushwick", + 67 + ], + [ + "Beautiful room in a spacious Brooklyn duplex", + 60 + ], + [ + "Private Room in Greenpoint, Brooklyn", + 45 + ], + [ + "Private room in heart of LES", + 60 + ], + [ + "Gorgeous- 2 Bedroom Apartment", + 142 + ], + [ + "2 bed 2 bath in North Williamsburg", + 350 + ], + [ + "HUGE room for rent in AUGUST in HAMILTON HEIGHTS", + 40 + ], + [ + "Artist Apartment in Park Slope", + 65 + ], + [ + "Big Room in Brownstone Apartment!", + 50 + ], + [ + "HUGE lofty room & tall ceilings Bushwick/Ridgewood", + 42 + ], + [ + null, + 130 + ], + [ + "Priv Rm w. Big Loft Living Room across from FIT", + 100 + ], + [ + "Beautiful Studio on Tree-Lined St.", + 175 + ], + [ + "Private, Quiet 2 BR in Heart of Times Square!", + 399 + ], + [ + "Furnished 1 Br Near Columbia", + 110 + ], + [ + "Spacious Bushwick bedroom", + 45 + ], + [ + "Cute small room in Astoria", + 40 + ], + [ + "Cozy Room with Window View near Times Square", + 100 + ], + [ + "6BR, 4 Full Bath Duplex with Washer & Dryer", + 575 + ], + [ + "Cozy private bedroom close to Manhattan", + 63 + ], + [ + "Simple Luxury in Columbus Circle", + 177 + ], + [ + "Charming & Sunny Studio in the Heart of NYC", + 158 + ], + [ + "Red Hook Beach House, Garden, Pool , Roof top", + 400 + ], + [ + "Bright Sunny Spacious Apt in Historic Neighborhood", + 90 + ], + [ + "Sunny 1-bedroom apartment in the LES", + 135 + ], + [ + "Charming, bright Williamsburg apt", + 200 + ], + [ + "All New Garden Apartment", + 155 + ], + [ + "Studio47 - bedroom in artists' loft", + 100 + ], + [ + "Mid Century Modern Greenwich Village 1 Bedroom", + 315 + ], + [ + "Share space in E Harlem", + 45 + ], + [ + "Midtown Convenient Living Area Close to All", + 125 + ], + [ + "Bedroom in Clean, Uptown Apartment", + 49 + ], + [ + "GROUP/ FAMILY LOFT SUITE", + 220 + ], + [ + "King suite with jacuzzi", + 220 + ], + [ + "Beach Bungalow 2", + 100 + ], + [ + "Cozy room in a beautiful and quite apartment", + 70 + ], + [ + "Fully Furnished 1 Bedroom UWS APT", + 74 + ], + [ + "The spot in chinatown", + 290 + ], + [ + "Second floor apartment", + 100 + ], + [ + "Private Bedroom and Bath in Spacious Duplex", + 85 + ], + [ + "Real 1-BR Home in West Village, Central yet Quiet!", + 199 + ], + [ + "Williamsburg Private Bedrooom", + 65 + ], + [ + "Private, cozy room in the heart of Crown Heights", + 45 + ], + [ + "Awesome bedroom in the heart of NYC", + 95 + ], + [ + "Steps from Central Park: Bedroom in spacious apt", + 95 + ], + [ + "Peaceful and Pleasant Studio", + 80 + ], + [ + "DAZZLING APT SKYLINE VIEW IN PRIME LOCATION", + 300 + ], + [ + "Hanover Square Lux Downtown 1 Bd Serviced Apt", + 259 + ], + [ + "Studio Apt in Murray Hill w/ Qn Bed", + 120 + ], + [ + "Greenwich village 1 bedroom - spacious!", + 150 + ], + [ + "Bright & Cozy 1BR + Home Gym!", + 120 + ], + [ + "AMAZING CENTRAL MANHATTAN 1 BED W/BALCONY FITS 4!", + 225 + ], + [ + "Big Beautiful Master Bedroom in Williamsburg", + 100 + ], + [ + "Williamsburg True 1 Bedroom Apartment", + 160 + ], + [ + "Private clean room in Manhattan", + 49 + ], + [ + "East Village Business and Leisure", + 150 + ], + [ + "Sunny 1BR next to Central Park", + 100 + ], + [ + "2 Bedroom Wyndham Midtown 45 Sleeps 6", + 275 + ], + [ + "Beautiful Brooklyn Bedroom!", + 45 + ], + [ + "Luxury 1BR Apartment with Washer & Dryer", + 195 + ], + [ + "Prospect gardens", + 100 + ], + [ + "Bright & Cozy Furnitured 4 Sublet", + 1000 + ], + [ + "Modern, Spacious 1-bedroom Apt in Lower East Side", + 195 + ], + [ + "Quiet Two Bedroom with Sunroom", + 87 + ], + [ + "Beautiful, Sunny Apt by the Park", + 120 + ], + [ + "1 BD Suite W/ Kitchen 550 SQFT Wyn Midtown 45 NYC", + 170 + ], + [ + "Manhattan downtown luxury apartment", + 160 + ], + [ + "Large & sunny bedroom in Park Slope", + 50 + ], + [ + "Spacious room + private bathroom in Williamsburg", + 75 + ], + [ + "Modern Brooklyn Lifestyle", + 225 + ], + [ + "Samaria's Brownstone (Crown Heights)", + 125 + ], + [ + "2bd Presidential NYC", + 350 + ], + [ + "Designer’s Penthouse with Terrace and Skyline View", + 175 + ], + [ + "Private Parkside Room", + 65 + ], + [ + "Midtown 2 full bedrooms", + 350 + ], + [ + "Bk's Finest City life close to Transportation", + 45 + ], + [ + "Whole Apartment in Fort Greene", + 120 + ], + [ + "Peaceful, cozy, artistic studio.", + 75 + ], + [ + "Cozy room in East Village", + 100 + ], + [ + "3,500 sqf Spectacular Luxury Downtown Loft", + 850 + ], + [ + "Sunny and spacious private room", + 40 + ], + [ + "Airy livingroom in quiet restaurant neighborhood !", + 100 + ], + [ + "Modern Williamsburg Condo near restaurants + metro", + 178 + ], + [ + "Stunning 2BR Apartment in Sunnyside", + 170 + ], + [ + "Cozy Spacious Double Bed #1 Near JFK and J Train", + 45 + ], + [ + "Modern Studio in Financial District", + 180 + ], + [ + "SUNNY ROOM ~ WILLIAMSBURG ~", + 89 + ], + [ + "Spacious, private room in Apt in Bushwick!", + 50 + ], + [ + "Quiet, relaxing room in Greenpoint", + 80 + ], + [ + "3 Bedroom House In Park Slope Brooklyn", + 250 + ], + [ + "Master bedroom to rent in Flatiron District", + 70 + ], + [ + "Chelsea 1 Bedroom Apartment in a doorman/elev bldg", + 170 + ], + [ + "Private room available!", + 90 + ], + [ + "Stylish and cute girly shared room in Manhattan", + 45 + ], + [ + "Large Sun-Lit 1 Br Apartment", + 100 + ], + [ + "Private room & bathroom available", + 65 + ], + [ + "Glamorous shared room in Manhattan", + 45 + ], + [ + "Stylish shared room for a guy near Central Park", + 45 + ], + [ + "Super chic shared room for a guy near Central Park", + 45 + ], + [ + "Chic stylish amazing Manhattan room", + 90 + ], + [ + "Cozy 2 bedroom apt in Manhattan", + 150 + ], + [ + "Sunny Room in East Williamsburg!", + 62 + ], + [ + "Charming 1-BR Fort Greene Apartment", + 125 + ], + [ + "Steps 2 Empire State Building amazing studio NYC", + 125 + ], + [ + "A Brooklyn Experience", + 175 + ], + [ + "Very large room for 1 adult", + 75 + ], + [ + "Spacious room in great neighborhood", + 30 + ], + [ + "1 Bedroom townhouse apt in Chelsea w/ back garden", + 295 + ], + [ + "Charming 1 br - most perfect block!", + 50 + ], + [ + "Sunny Private Room in Brooklyn", + 28 + ], + [ + "Sunlit Bedroom in Crown Heights.", + 69 + ], + [ + "Great Deal!!! Big Room in the Heart of Harlem", + 75 + ], + [ + "One Bedroom Luxury Furnished 5188", + 175 + ], + [ + "Nice room in up and coming Bushwick", + 50 + ], + [ + "Cozy apartment in Noho/ Soho", + 90 + ], + [ + "Sunny Guest Room in UES Apartment", + 100 + ], + [ + "Stunning, spacious apt near nightlife + parks!", + 49 + ], + [ + "The Silver Room", + 55 + ], + [ + "UPSCALE JR. 1 Bedroom in HEART OF HISTORIC CHELSEA", + 249 + ], + [ + "Cozy room in Astoria", + 36 + ], + [ + "Cozy Room in Sunny Home", + 65 + ], + [ + "Cozy Private Bedroom - Williamsburg", + 60 + ], + [ + "Sunny East Village apartment", + 180 + ], + [ + "Beautiful Red Brick Room", + 50 + ], + [ + "Amazing Studio in Brooklyn Heights", + 110 + ], + [ + "76 St & 2 Ave /Renovated studio/ Elevator/ Laundry", + 87 + ], + [ + "Sunny Studio in the Heart of Downtown Brooklyn.", + 100 + ], + [ + "Spacious, kid-friendly apt. 15 mins from Manhattan", + 120 + ], + [ + "COOL Brooklyn Room", + 42 + ], + [ + "\"Quaint-Essential\" Living in the West Village", + 145 + ], + [ + "Charming 1BR in Astoria with HUGE Outdoor Space!", + 110 + ], + [ + "Spacious East Village Bedroom", + 99 + ], + [ + "Beautiful 3 bedroom loft Greenpoint/Williamsburg!", + 129 + ], + [ + "Prime Location Sun Filled West Village Townhome", + 186 + ], + [ + "It's \"THAT DREAM HOUSE\" in Williamsburg", + 350 + ], + [ + "Large apartment in charming neighborhood", + 165 + ], + [ + "Duane Street, Upscale Tribeca Studio", + 210 + ], + [ + "Lovely Charming and quiet 2 bed apartment", + 119 + ], + [ + "Private Room in Artsy Lower Manhattan Apartment", + 75 + ], + [ + "NYC Upper East 3B Home with Private Garden", + 400 + ], + [ + "Cozy bedroom with brightly lit living space", + 60 + ], + [ + "Stylish Art-Filled Clinton Hill Apartment", + 140 + ], + [ + "Spacious Studio in Midtown Manhattan", + 190 + ], + [ + "Third Avenue, 1bd Serviced Apartment", + 245 + ], + [ + "Duane Street, Upscale Tribeca 1bd", + 245 + ], + [ + "East 29th Street, Luxury Studio in NOMAD", + 192 + ], + [ + "Modern Private Studio -20 min to Manhattan", + 89 + ], + [ + "East 29th Street, Luxury 1bd in NOMAD", + 219 + ], + [ + "West 15th Street Cozy Chelsea Studio Serviced Apt", + 179 + ], + [ + "Hanover Square Lux Downtown Studio Serviced Apt", + 199 + ], + [ + "West Street, Upscale Svcd 1bd Dwtn Financial Area", + 238 + ], + [ + "Cozy Apartment in Fort Greene", + 140 + ], + [ + "Clinton Hill room in two-bedroom apartment", + 37 + ], + [ + "Shared room in Kips Bay/Murray Hill", + 49 + ], + [ + "Studio near Time Square", + 115 + ], + [ + "Garden Overlook", + 69 + ], + [ + "Modern and Clean Upper East Side Studio", + 100 + ], + [ + "Cozy 1 bedroom apartment in the heart of Manhattan", + 300 + ], + [ + "COMFY & SECURE NEAR AIRPORT, SHOPPING MALLS & PARK", + 52 + ], + [ + "Spacious Bedroom in the heart of Bedstuy", + 50 + ], + [ + "Your own 2 Bedroom apartment available for 3 weeks", + 100 + ], + [ + "1 bedroom in a 3 bedroom apartment", + 55 + ], + [ + "Spacious & Sunny - Greenpoint", + 199 + ], + [ + "Private Bedroom/Bath in Luxury Greenpoint Condo", + 90 + ], + [ + "Spacious Stylish Studio in Prospect Park South", + 65 + ], + [ + "Park Avenue Penthouse With Terrace", + 400 + ], + [ + "Sunny 1 Bedroom in Park Slope near Prospect Park", + 65 + ], + [ + "Studio Apt in Queens, 15Mins to Midtown & Brooklyn", + 71 + ], + [ + "Broadway, Luxury Studio in Times Square", + 199 + ], + [ + "Sunny 2bdrm Apt. near Bryant Park, Apt 2B", + 163 + ], + [ + "Charming one BR apartment in heart of Nolita/SoHo", + 126 + ], + [ + "Midtown Apartment", + 150 + ], + [ + "Lux Studio Apt in Midtown NYC near Central park!", + 199 + ], + [ + "Sunny, charming 1 bedroom in Crown Heights", + 51 + ], + [ + "Broadway, Luxury 1bd in Times Square", + 256 + ], + [ + "West 23rd Street, Lux Chelsea 1bd serviced Apt", + 289 + ], + [ + "West 23rd Street, Lux Chelsea Studio svcd apt", + 219 + ], + [ + "Ivy Tower", + 239 + ], + [ + "Sunny 1 BR in Brooklyn", + 125 + ], + [ + "Garden Bedroom in Carroll Gardens Brownstone", + 90 + ], + [ + "Designers Lovely UWS Full Floor Townhouse Apt!", + 150 + ], + [ + "Sunny, Bushwick Apartment", + 40 + ], + [ + "Garden Apartment in Crown Heights, Brooklyn", + 120 + ], + [ + "Steps from Central Park: Bedroom in spacious apt", + 200 + ], + [ + "3-6month SUBLET Sparkling, spacious, Manhattan 3BR", + 126 + ], + [ + "Spacious 2 bedroom apartment", + 200 + ], + [ + "NYCHaven4:Entire house minutes from JFK and Casino", + 195 + ], + [ + "Big & Beautiful 1-BR w/Private Backyard", + 175 + ], + [ + "Clean, quiet, cozi Upper East Side studio apt", + 159 + ], + [ + "1 Bedroom in Quiet Hamilton Heights Neighborhood.", + 130 + ], + [ + "Great ZEN & Peaceful one bedroom in Time Square!", + 170 + ], + [ + "Perfect Summer Apartment (1 Bedroom available)", + 60 + ], + [ + "BEAUTIFUL TOP-FLOOR SUBLET IN ASTORIA, NYC", + 110 + ], + [ + "Bright, inviting room-quick to NYC, females only.", + 70 + ], + [ + "Spacious 1 bedroom 1 bath", + 105 + ], + [ + "Incredible 3 BR Union Square Loft", + 100 + ], + [ + "NYC living to it's fullest... in a good way!", + 140 + ], + [ + "Spacious Sun Drenched Brick Encrusted Loft", + 175 + ], + [ + "EAST 60TH ST&1ST AVE/ 2BR DOORMAN BLDG", + 198 + ], + [ + "Garden level studio w/backyard", + 90 + ], + [ + "DOWNTOWN BROOKLYN beautiful apt", + 128 + ], + [ + "Large & comfortable studio in Financial District", + 110 + ], + [ + "Entire Astoria Hardwood Floor 1 BR Apartment", + 99 + ], + [ + "Private Bedroom w/ Private Bath/Mini Fridge", + 125 + ], + [ + "PRIME LOCATION-EAST 62nd/BEAUTIFULLY APPOINTED 1BR", + 160 + ], + [ + "Sixth Ave Chelsea, 1bd Serviced Apartment", + 270 + ], + [ + "Sixth Ave Chelsea, Studio Serviced Apartment", + 205 + ], + [ + "Sixth Ave Chelsea, Studio Serviced Apartment*", + 205 + ], + [ + "West 33rd street, Lux Studio Serviced Apartment", + 230 + ], + [ + "One bedroom with great views of Manhattan", + 40 + ], + [ + "New York City Apt. w/ Incredible View of Manhattan", + 700 + ], + [ + "Private room available for summer", + 69 + ], + [ + "Luxury condo with views in Brooklyn", + 225 + ], + [ + "Sunny, couple-friendly BedStuy Apartment", + 50 + ], + [ + "Spacious Room w/ Bed & TV, etc.", + 45 + ], + [ + "Luxurious SOHO 2 BR Washington Sq Park", + 159 + ], + [ + "***Lux Doorman/Furnished,Battery Park ***", + 250 + ], + [ + "Beautiful light and lots of space", + 43 + ], + [ + "Prime location Irving Place Doorman 1 bedroom 5191", + 180 + ], + [ + "Penthouse Exclusive Garden Top Apartment", + 225 + ], + [ + "Large apartment with a balcony in a doorman bldg", + 190 + ], + [ + "Private room with detached private bathroom", + 49 + ], + [ + "Clean, Open 1 bdrm Upper West- Steps from train", + 294 + ], + [ + "Fantastic Midtown Apartment!-2b", + 559 + ], + [ + "Park Slope room steps from Subway&Prospect Park", + 109 + ], + [ + "Chic Unique Large Chelsea One Bedroom", + 250 + ], + [ + "West 55th street, Lux 1bd Serviced Apartment", + 269 + ], + [ + "Charming Sunny Designer Loft 1 stop to Manhattan", + 81 + ], + [ + "Room and private bath in sunny Brooklyn apartment", + 53 + ], + [ + "East Village Spacious 3 Bedroom Across from Park", + 206 + ], + [ + "NYC", + 40 + ], + [ + "Spacious Charming NYC Apt, 10 min to Midtown", + 130 + ], + [ + "Charming Studio in West Chelsea", + 105 + ], + [ + "Spacious Room in East Village Apartment", + 75 + ], + [ + "Gorgeous stylish townhouse in Brooklyn", + 499 + ], + [ + "On Fifth, Across From Central Park", + 165 + ], + [ + "Bedroom in Clean Uptown Apartment", + 55 + ], + [ + "Cheerful & Practical Garden Apartment Near Subway", + 57 + ], + [ + "Cozy Park Slope Apt, Next to BBG", + 201 + ], + [ + "Spacious Sunny One Bed in Williamsburg", + 80 + ], + [ + "Room in BIG art-filled space in prime Brooklyn", + 80 + ], + [ + "2bdrm apt w/private backyard in Artsy Bushwick", + 59 + ], + [ + "East Village duplex: peaceful, bright & cheerful", + 250 + ], + [ + "Beautiful Private Room Near Hudson River", + 200 + ], + [ + "Bright Open Bedroom at the Heart of Wall Street", + 100 + ], + [ + "Private BR in a 2 BR Central Park West", + 60 + ], + [ + "391 Hancock Street", + 150 + ], + [ + "Washington Street, Lux Svcd Studio in West Village", + 215 + ], + [ + "Home away from home", + 40 + ], + [ + "Beautiful Bushwick Bungalow", + 175 + ], + [ + "Unique 2BR Apartment", + 151 + ], + [ + "STUNNING ONE BEDROOM IN THE HEART OF NEW YORK CITY", + 250 + ], + [ + "One bedroom in Beautiful Astoria with balcony!", + 100 + ], + [ + "Elegantly designed 1bd room apt", + 200 + ], + [ + "2 Bedroom/2 Bath Luxury Apartment With Terrace", + 120 + ], + [ + "Cozy Studio in Clinton Hill, Brooklyn", + 100 + ], + [ + "UpperEastSide Sun Drenched 2 Bedrooms Close to All", + 135 + ], + [ + "Central Park Bedroom - Spacious, Sunny, Subway", + 80 + ], + [ + "Room in loft-like ground Floor apt", + 60 + ], + [ + "Spacious Studio in the heart of NYC's East Village", + 123 + ], + [ + "Large/Modern 1 Bed Apt Williamsburg", + 189 + ], + [ + "Upper-East Side 1 Bedroom Gem Duplex with Garden", + 235 + ], + [ + "Studio in Midtown West", + 90 + ], + [ + "Welcome to Williamsburg", + 85 + ], + [ + "Private bedroom in two bedroom apartment one", + 40 + ], + [ + "Uptown Bronx Apartment", + 67 + ], + [ + "Peaceful home, industrial neighborhood", + 63 + ], + [ + "Beautiful, New, 1 BR, Heart of Williamsburg!", + 150 + ], + [ + "Clean and Spacious Apt. in Bay Ridge, Brooklyn, NY", + 70 + ], + [ + "Gorgeous Bedroom in Manhattan Midtown West", + 75 + ], + [ + "Cozy Studio in Times Square, NYC", + 99 + ], + [ + "Spacious 2 Bedroom with Balcony", + 199 + ], + [ + "SuiteBeach house near JFK & A Train to Manhattan", + 195 + ], + [ + "Brighton Beach Studio Half Block From the Ocean", + 67 + ], + [ + "Private Room minutes to/from Manhattan", + 71 + ], + [ + "Charming room in light filled apt", + 35 + ], + [ + "Lefferts garden gem", + 100 + ], + [ + "Private room in Williamsburg", + 158 + ], + [ + "Big Room In Beautiful Bushwick 2br w/ Washer-Dryer", + 30 + ], + [ + "RARE UES APT W/PRIV STREET ENTRANCE", + 138 + ], + [ + "Large Sunlit Room-Quick Commute to Manhattan/NYC!", + 52 + ], + [ + "Great space, great location!", + 120 + ], + [ + "Great 1 BR, 17 minutes to Times Square!", + 125 + ], + [ + "West Village Studio", + 119 + ], + [ + "Beautiful Garden Level Apartment in Brooklyn", + 225 + ], + [ + "Private Cozy Bedroom - Central Park North", + 75 + ], + [ + "Private Loft Bedroom in Bushwick", + 60 + ], + [ + "Apartment in a heart of NY", + 70 + ], + [ + "ASTORIA APARTMENT OUTDOOR SPACE", + 50 + ], + [ + "Spacious & Sunny Private Room in Williamsburg!", + 45 + ], + [ + "Peaceful West Village 1 Bedroom Apt", + 600 + ], + [ + "Private Garden Apt in Park Slope, Brooklyn, NYC", + 175 + ], + [ + "Best Value 1,000SF 2BR Classic Brownstone", + 150 + ], + [ + "Bright Room w/ a Brilliant Manhattan View", + 76 + ], + [ + "Large 1BR Apt. in Williamsburg", + 200 + ], + [ + "Feel at Home", + 170 + ], + [ + "Spacious Modern Alcove Studio in a Luxury Building", + 225 + ], + [ + "Artist's Room in Large Apartment", + 50 + ], + [ + "Modern Oasis in Central Park Slope", + 150 + ], + [ + "One BR upper east, walk out to garden", + 100 + ], + [ + "Brownstone garden 2 bedroom duplex, Central Park", + 202 + ], + [ + "Bright Cozy Private Room near Columbia Univ", + 60 + ], + [ + "1 bdrm/large studio in a great location", + 99 + ], + [ + "Cozy Private Room #2 Two Beds Near JFK and J Train", + 38 + ], + [ + "Cozy Bedroom- Beautiful, Historical Location", + 70 + ], + [ + "Sunny New Artist's 1BR In Greenpoint", + 117 + ], + [ + "1 BR / studio right by Central Park", + 200 + ], + [ + "2 BEDROOMS, 1 BATH, FULL FRONTAL OCEANVIEW", + 99 + ], + [ + "Spacious 1 BR Apartment w/ private backyard", + 75 + ], + [ + "Spacious one bedroom by beautiful Fort Tryon park", + 105 + ], + [ + "Convenient & comfortable studio near Penn Station", + 130 + ], + [ + "Sunfilled, clean, MONTHly discount", + 80 + ], + [ + "Cozy, Sunny, UWS Junior One Bedroom", + 100 + ], + [ + "Sunny 1BR in Crown Heights", + 195 + ], + [ + "Beautiful Big Bedroom In Shared Apt-Roof/Balcony", + 115 + ], + [ + "Spacious art deco 2 BR in Hudson Heights", + 175 + ], + [ + "Luxury Loft in Renovated Warehouse with 2 terraces", + 269 + ], + [ + "Classic NYC Loft in the heart of Tribeca", + 325 + ], + [ + "Sunny Bedroom in Beautiful Apartment in Bushwick", + 40 + ], + [ + "Cozy Apartment In Inwood!", + 80 + ], + [ + "Three bedroom house in Forest Hills NY", + 509 + ], + [ + "Cozy, chic Williamsburg apartment", + 200 + ], + [ + "Washington Street, Lux Svcd 1bd in West Village", + 278 + ], + [ + "Large 1-bedroom apartment with amazing rooftop", + 195 + ], + [ + "East 19th Street, Charming 1Bd Serviced Apt", + 225 + ], + [ + "Crash Pad Close to LGA/JFK/Manhattan", + 35 + ], + [ + "Massive apartment minutes from Manhattan!", + 92 + ], + [ + "Your Home near the Central Park", + 65 + ], + [ + "Gorgeous brownstone duplex in prime Boerum Hill", + 300 + ], + [ + "Tidy, Private Room in Brooklyn, a Commuter's Dream", + 95 + ], + [ + "LARGE BEDROOM AND PRIVATE BATHROOM ..ASTORIA!", + 95 + ], + [ + "Hell's Kitchen Enclave: a Diamond in the Rough.", + 119 + ], + [ + "Unique Studio in Chelsea", + 154 + ], + [ + "Private Bedroom in a 3 BR Apt on Riverside Drive", + 80 + ], + [ + "Bright & spacious east village apartment", + 250 + ], + [ + "Brooklyn Brand New Studio", + 99 + ], + [ + "Beautiful En suit", + 75 + ], + [ + "Sunny and spacious 1 bedroom Brooklyn apartment", + 75 + ], + [ + "***Luxury Doorman, Grand Central, United Nations**", + 142 + ], + [ + "Private Home Close To Coney Island Beach", + 300 + ], + [ + "Park Avenue, Lux Studio Murray Hill apartment", + 199 + ], + [ + "Large Sunny Bedroom with Empire State Views", + 99 + ], + [ + "Large, New, Modern Uptown Room", + 62 + ], + [ + "Massive Bedroom Prime Flatiron Location", + 350 + ], + [ + "Times Square Luxury Apt, Private 1BD", + 180 + ], + [ + "Cute Studio in great UES location", + 115 + ], + [ + "Modern West Village 1 Bedroom - PRIME LOCATION!", + 150 + ], + [ + "Brooklyn room in a New Bldg - 20mns from Manhattan", + 65 + ], + [ + "Big Studio apt- Legal NY rental", + 85 + ], + [ + "cozy apartment with a room to rent family oriented", + 70 + ], + [ + "Cozy Private Room 2MIN to subway 6MIN to Columbia", + 50 + ], + [ + "Artsy, cozy room in Bed-Stuy", + 65 + ], + [ + "Sculptor's Light-filled Loft (Bushwick)", + 117 + ], + [ + "Sunny, spacious 2 bedroom in upper Manhattan", + 150 + ], + [ + "2 bedroom Kid Friendly Cobble Hill", + 250 + ], + [ + "East Village Living", + 140 + ], + [ + "Charming Bushwick Brownstone.", + 70 + ], + [ + "BROOKLYN ROOM", + 80 + ], + [ + "Spacious bushwick brownstone", + 85 + ], + [ + "East Village Studio", + 99 + ], + [ + "Renovated garden studio in New York", + 99 + ], + [ + "Sean", + 400 + ], + [ + "Relaxing bushwick brownstone", + 75 + ], + [ + "The Hudson", + 99 + ], + [ + "2 bedroom apartment on Central Park", + 165 + ], + [ + "Park Avenue, Luxury Studio Apt in Murray Hill", + 189 + ], + [ + "Cozy Alcove, Chelsea Doorman Bldg, Near Everything", + 85 + ], + [ + "Park Avenue, Lux Svcd 1bd apartment in Murray Hill", + 268 + ], + [ + "Cheap West Village Apartment", + 55 + ], + [ + "Quiet, clean, pre-war, spacious one bedroom apt.", + 80 + ], + [ + "Large One Bedroom Apartment with Studio", + 95 + ], + [ + "Park Avenue, Luxury Studio apartment Murray Hill", + 179 + ], + [ + "Park Avenue, Luxury 1bd apartment Murray Hill", + 245 + ], + [ + "Quaint & Charming 2BR + Futon", + 300 + ], + [ + "Lux Furnished 2BR steps from Central Park!", + 369 + ], + [ + "Big Private Bedroom perfect for Professionals", + 75 + ], + [ + "Fab Studio Apt Nr Barclays Centre Off Road Parking", + 136 + ], + [ + "Private Sunny Cool Bushwick Bedroom", + 101 + ], + [ + "Elegant room in Northern Manhattan", + 40 + ], + [ + "Cozy Room Washington Heights", + 65 + ], + [ + "Private, cozy, Bedroom", + 43 + ], + [ + "Best neighborhood in NYC, East Village apartment", + 100 + ], + [ + "Private bedroom in Manhattan NYC", + 40 + ], + [ + "luxury Upper East Side 1 BR", + 165 + ], + [ + "2BR heart of Williamsburg, luxury hipster heaven", + 319 + ], + [ + "Fantastic views, outdoor terrace, modern apartment", + 295 + ], + [ + "Spacious bedroom in light filled w'burg apartment", + 56 + ], + [ + "West 48th Street, Lux Studio near Rockefeller Ctr", + 219 + ], + [ + "Astoria Room Fit for a Queen!", + 50 + ], + [ + "Sunny, cosmopolitan and modern apartment.", + 160 + ], + [ + "Luxury Room/ Wall St-Incredible Views", + 109 + ], + [ + "Very comfortable Apt in Manhattan", + 95 + ], + [ + "Gigantic Apartment, Fun Roommates, Best Location!", + 100 + ], + [ + "Brownstone Family Friendly with Yard", + 200 + ], + [ + "Furnished Room in Large Lefferts Gardens Apt.", + 50 + ], + [ + "Luxury High Rise in Forte Green Brooklyn", + 150 + ], + [ + "Spacious, sunny bedroom in Hudson Heights", + 50 + ], + [ + "Beautiful 1BR UES", + 115 + ], + [ + "Spacious 1st floor apartment in fantastic location", + 69 + ], + [ + "Lovely, quiet and smoke free environment", + 60 + ], + [ + "New construction in Gramercy with rooftop and gym!", + 350 + ], + [ + "Darling Midtown Getaway byTimes Sq.", + 131 + ], + [ + "The Real Manhattan Upper East Side--Now Yours", + 99 + ], + [ + "Cozy Room in Suburban Home", + 160 + ], + [ + "Luxe 1-br Large Loft in Tribeca, Entire Apt", + 250 + ], + [ + "Peaceful 1 Bedroom in Prime E. Village", + 250 + ], + [ + "Family Friendly 2 BR in Park Slope Brooklyn", + 150 + ], + [ + "super modern WeLive/WeWork shared Apt @WallStreet", + 150 + ], + [ + "Comfortable room 15 minutes to Manhattan", + 65 + ], + [ + "Private 2bdr apt. awesome LES/Chinatown location", + 100 + ], + [ + "Beautiful one bedroom home in Washington Heights", + 85 + ], + [ + "Charming Bedroom in E. Williamsburg by Graham L", + 44 + ], + [ + "EAST 25TH ST~KIPS BAY/EAST VILLAGE/UNION SQUARE", + 225 + ], + [ + "Beautiful Private room!", + 79 + ], + [ + "SUNNY APT Best location In Williamsburg!!!!!", + 150 + ], + [ + "Comfy Greenpoint room w/ easy access to Manhattan!", + 75 + ], + [ + "Cozy, clean, Harlem studio", + 105 + ], + [ + "Cozy Apartment in Bed-Stuy", + 50 + ], + [ + "Amazing and Perfect 1BR in Beautiful SOHO/Nolita!", + 275 + ], + [ + "Bright Guest Room with Balcony, Harlem", + 149 + ], + [ + "Large Bedroom on upper west/columbia", + 90 + ], + [ + "Bright Clinton Hill/Bed Stuy Room in Artist's Apt.", + 56 + ], + [ + "Cute 2bdrm Apt in Crown Heights w backyard", + 220 + ], + [ + "Lovely, clean, and quiet - close to Prospect Park", + 42 + ], + [ + "Huge Authentic NYC Home In Fun Soho District", + 129 + ], + [ + "Charming Bedroom in E. Williamsburg by Graham Av L", + 50 + ], + [ + "Studio on Best Street in Historic Brooklyn Heights", + 110 + ], + [ + "Doorman Lux Huge Studio Prime 5176", + 160 + ], + [ + "Minimalist room next to the subway (2)", + 35 + ], + [ + "Private appartment,minutes from NY citi. Fantastic loc ation, walking distance to manhattan ferry.", + 72 + ], + [ + "Charming Garden Studio in Sunnyside, NY", + 95 + ], + [ + "Charming studio West Harlem / sleep three", + 100 + ], + [ + "UWS Room May 30 - June 8", + 115 + ], + [ + "Designer Apartment - Sunny and spacious 1 bedroom", + 115 + ], + [ + "Large Clean and Modern Room Near Subway Lines", + 79 + ], + [ + "哥大附近卧室 Room on Upper West/Columbia", + 36 + ], + [ + "BRIGHT & COZY STUDIO FOR 2~EAST 60TH STREET", + 138 + ], + [ + "Charming 1-Bed Apt, Brooklyn - 20 min to Manhattan", + 75 + ], + [ + "East 60th Street~Perfect Studio for 2", + 138 + ], + [ + "Beautiful garden 1 bed 7/8-7/18", + 175 + ], + [ + "Large DT Bedroom! - TriBeCa/Financial Manhattan!", + 59 + ], + [ + "Bedroom in the East Village ❤️", + 50 + ], + [ + "Cozy Brooklyn Nest", + 99 + ], + [ + "Room & Breakfast - Room 3", + 49 + ], + [ + "Hip Crown Heights 2 Bedroom!", + 113 + ], + [ + "Happy and spacious corner near 7 train", + 47 + ], + [ + "Luxury Highrise 1bd -great views -central location", + 104 + ], + [ + "Beautiful Historic Brooklyn Townhouse! 4Br/3.5Bath", + 650 + ], + [ + "Cozy room, great location", + 110 + ], + [ + "Amazing private Upper East loft!", + 199 + ], + [ + "Charming Room in Greenpoint", + 67 + ], + [ + "Cozy Clinton Hill Crib On Classon", + 60 + ], + [ + "Quiet and sunny SoHo studio", + 150 + ], + [ + "Studio for 1, Upper West Side (70s)", + 99 + ], + [ + "Bright & spacious Room in Harlem", + 52 + ], + [ + "Garden level apartment in Bed-Stuy", + 155 + ], + [ + "Beautiful 2 Bed/2 Bath Duplex on Upper West Side", + 171 + ], + [ + "City room 2 min walk from train (4)", + 39 + ], + [ + "Queen sofa in UES w BEST roommates", + 120 + ], + [ + "Amazing Open Floor Studio Extension", + 115 + ], + [ + "West Village 1 Bedroom well lit CLEAN apartment", + 165 + ], + [ + "Home away from home", + 69 + ], + [ + "Spacious and Quiet Bedroom in Artsy Bushwick!", + 55 + ], + [ + "1 Bedroom in 2 Bedroom Apartment", + 60 + ], + [ + "2-Floor Sunlit Apt In Greenpoint With Outdoor Deck", + 133 + ], + [ + "Times Square / Broadway Area - Midtown Manhattan", + 79 + ], + [ + "Big Studio Apartment near Ocean Beach", + 79 + ], + [ + "Sunny one-bedroom two blocks from Central Park", + 160 + ], + [ + "Luxury Studio in Harlem", + 170 + ], + [ + "Private room Queen close to Mall\n5 mins to subway", + 45 + ], + [ + "Gorgeous 1 BD in the West Village", + 249 + ], + [ + "Bright, spacious room in a fantastic neighborhood!", + 66 + ], + [ + "Sunny, Private Room with Separate Entrance", + 52 + ], + [ + "3 br 80s light loft in Lower East Side / Chinatown", + 200 + ], + [ + "One cozy private BR close to the mecca of shopping", + 80 + ], + [ + "Cozy Room in 4bdrm Apt in Hip Williamsburg", + 75 + ], + [ + "Large room avail in a shared apartment", + 125 + ], + [ + "COZY 1 BEDROOM APARTMENT", + 68 + ], + [ + "Spacious & cozy room in trendy SoHa !", + 65 + ], + [ + "Spacious BR in large 2 BR apt in Roosevelt Island", + 79 + ], + [ + "Luxurious 1 bdr apt with balcony!", + 125 + ], + [ + "LARGE SUNNY 2 BEDROOM APARTMENT IN BROOKLYN!", + 105 + ], + [ + "renovated one bedroom in our beautiful townhouse", + 140 + ], + [ + "Single room in Bed-Stuy", + 70 + ], + [ + "Beautiful 2000 sq. ft. loft in Hells Kitchen NYC", + 2000 + ], + [ + "Beautiful NYC Apartment", + 100 + ], + [ + "1st Time/Solo Guests: Charming NYC Apt. Share!!!", + 75 + ], + [ + "One room in beautiful 2BR apartment, Crown Heights", + 36 + ], + [ + "Tree lined, light-filled in Chelsea", + 240 + ], + [ + "2 Bed 1 Bedroom Flex Apartment - Greenwich Village", + 200 + ], + [ + "Comfortable 1BR on quiet street in Upper East Side", + 250 + ], + [ + "Large Comfy Couch in South Prospect Park", + 46 + ], + [ + "Bright Manhattan Studio", + 120 + ], + [ + "Amazing room UWS steps away from Columbia Univ.", + 80 + ], + [ + "1BR charming and supercozy apt", + 120 + ], + [ + "Garden Duplex in trendy South Park Slope", + 150 + ], + [ + "Sunny, Accessible, UES Apt - Summer in the City", + 120 + ], + [ + "Spacious artsy apartment near Gramercy/Flatiron", + 200 + ], + [ + "Private BR in sunny East Village 2BR", + 100 + ], + [ + "Charming 3 bedroom in Brooklyn!!", + 73 + ], + [ + "Lovely large bedroom in Brownstone (garden)", + 60 + ], + [ + "Cozy Studio in the Heart of Brooklyn Heights", + 110 + ], + [ + "Beautiful and Comfy Private Room", + 55 + ], + [ + "Sunny 1 bedroom right next to express A!", + 110 + ], + [ + "Sunny Bedroom in Harlem", + 70 + ], + [ + "Spacious living space in Williamsburg/Bushwick", + 60 + ], + [ + "Pure Luxury in Top Location", + 270 + ], + [ + "Spacious Private Room in Brooklyn", + 35 + ], + [ + "A queen size bed with a cat near Grand Central", + 100 + ], + [ + "Large BR available near Fort Tryon Park", + 50 + ], + [ + "Studio apartment in Luxury building near Wall St.", + 150 + ], + [ + "Murray Hill Modern 1 bedroom (B)", + 150 + ], + [ + "Helles und modernes Zimmer/Wohnung in Bushwick", + 77 + ], + [ + "Luxury Double Room in Williamsburg", + 59 + ], + [ + "Gorgeous exclusive Room with all amenities, gym", + 110 + ], + [ + "KINGLY MANHATTAN RED ROOM WITH GYM AND AMENITIES", + 110 + ], + [ + "BR in huge old Bushwick loft, brick, private roof", + 45 + ], + [ + "Beautiful place sunny and quite", + 125 + ], + [ + "EXECUTIVE MANHATTAN GREEN ROOM WITH ALL AMENITIES", + 110 + ], + [ + "Amazing Double Room in Williamsburg", + 89 + ], + [ + "Bushwhick Room for Rent", + 75 + ], + [ + "Privat Bath and Bedroom overlooking the Park", + 100 + ], + [ + "Comfortable 2 Bedroom in Brooklyn Heights", + 250 + ], + [ + "Large 1 Bed - Ideal UWS Location", + 149 + ], + [ + "Sunny cozy room with rooftop area in BK", + 50 + ], + [ + "South Bronx Studio Near Yankee Stadium", + 95 + ], + [ + "2 Floor Private Apartment in Williamsburg", + 160 + ], + [ + "A room for mom or woman on adventure", + 79 + ], + [ + "Charming 1 bedroom in the BEST neighborhood", + 97 + ], + [ + "Calm 1BR in 2BR", + 75 + ], + [ + "Beautiful Bedroom in Great Apt!", + 65 + ], + [ + "Beautiful 2BR Apt. in Brand New Building", + 95 + ], + [ + "Comfortable Midtown Appartment 2BR", + 185 + ], + [ + "Hip & Clean Bushwick Treasure", + 68 + ], + [ + "Cozy Private room near Central Park", + 85 + ], + [ + "Carroll Gardens Beautiful, Private, Sunny Suite", + 150 + ], + [ + "Large Sunny Room in Big Loft", + 65 + ], + [ + "Charming 1BR Murray Hill Apt + Rooftop", + 200 + ], + [ + "Cozy comfortable private room in Brooklyn NY", + 55 + ], + [ + "Large one bedroom with closet and bathroom!", + 100 + ], + [ + "Bright and Comfortable 1br in West Village", + 250 + ], + [ + "Cozy room in Williamsburg Apartment", + 89 + ], + [ + "Park Slope luxury penthouse w/ private roof deck", + 100 + ], + [ + "Comfortable 2-bedroom centrally located in NYC!", + 300 + ], + [ + "Cozy Beautiful Room Only 20min from Manhattan NYC!", + 45 + ], + [ + "Large and Beautiful ELEVATOR 1 BR - Very Quiet", + 133 + ], + [ + "Quiet, Secure, Clean and very Private Apartment", + 500 + ], + [ + "Heart of Williamsburg ❤", + 68 + ], + [ + "Private Bedroom in Brownstone House, Bedstuy", + 56 + ], + [ + "NYCT02-3: Private Sunny Rm, NYU, Baruch, SOHO", + 75 + ], + [ + "Huge Bushwick loft Bedroom", + 80 + ], + [ + "Pretty&Brand-New room Close to Everything You Want", + 299 + ], + [ + "Cozy private room in Homecrest Brooklyn", + 51 + ], + [ + "Beautiful Bedroom Mid Town Manhattan", + 115 + ], + [ + "Cozy Convenient Brooklyn Heights 1BR Apartment", + 180 + ], + [ + "Large Bedroom in Clinton Hill/Bed-Stuy, Brooklyn!", + 50 + ], + [ + "AC room in a Huge Lux Greenpoint Loft", + 80 + ], + [ + "Single family BBQ - 15 min to midtown", + 300 + ], + [ + "Cozy 2 bedroom APT in the heart of Bushwick", + 79 + ], + [ + "Spacious & bright 1 BDR in Gramercy", + 150 + ], + [ + "Quiet Home Base for Exploring an Exciting City!", + 94 + ], + [ + "Private bedroom + living room simple and cozy", + 65 + ], + [ + "NYCT02-2 LES Newly renovated Rm, NYU, Soho, AC", + 83 + ], + [ + "Spacious Bushwick Room with 3 Large Windows", + 50 + ], + [ + "Cozy 1BR apartment in Clinton Hill", + 120 + ], + [ + "Elgant double bed room in Brooklyn.", + 500 + ], + [ + "Large deluxe queen size bedroom", + 600 + ], + [ + "A beautiful Park slope apartment", + 300 + ], + [ + "Peaches Bungalow", + 150 + ], + [ + "Sunny & Spacious 1bdrm apt", + 149 + ], + [ + "The Manhattan - Apartment Near Central Park", + 150 + ], + [ + "Quiet Cozy Chinatown Room", + 75 + ], + [ + "Modern 1br apt, Manhattan skyline views!", + 195 + ], + [ + "Cute 1 bdrm in shared crown heights apt w backyard", + 80 + ], + [ + "Nolita/Soho - Quiet 1 Bedroom in Great Location!", + 250 + ], + [ + "Bright Modern West Village Studio with Skylight", + 225 + ], + [ + "Large SOHO Artist Loft", + 450 + ], + [ + "Between Northern Blvd. and Main Street.", + 35 + ], + [ + "420 friendly COZY BRICK EXPOSED PVT RM", + 70 + ], + [ + "Cultural and Cozy in Crown Heights", + 80 + ], + [ + "Unique art loft in Bushwick! 1 block from train!", + 75 + ], + [ + "Perfect, Charming Greenpoint Bedroom in 3BR Apt", + 79 + ], + [ + "NYCT02-1 Canal St, Tribeca, Soho, LES, NYU", + 84 + ], + [ + "Bright and orderly 1 BR apartment in LES", + 172 + ], + [ + "Beautiful Spacious Apt. in Washington Heights!", + 110 + ], + [ + "Private bedroom in a 4 bed apartment in Bushwick!", + 55 + ], + [ + "Astoria-LIC Private Room", + 78 + ], + [ + "Charming Private Flat", + 115 + ], + [ + "Columbia University Spacious Clean 1 BR Apartment", + 180 + ], + [ + "Authentic Industrial Loft with 35ft ceilings.", + 139 + ], + [ + "Duplex Condo in Williamsburg- Pvt Ensuite Bath!", + 120 + ], + [ + "Great Place in Brooklyn, Close to Everything", + 77 + ], + [ + "Spacious Upper Eastside Apt available July-August", + 150 + ], + [ + "Great room close to Columbia University and Subway", + 67 + ], + [ + "Pleasant, peaceful & charming apt", + 159 + ], + [ + "Big Bedroom in Spacious Apt in East Williamsburg", + 100 + ], + [ + "Sunny & Comfy room in Crown Heights", + 65 + ], + [ + "2 bed, 2 bath, roof deck artsy gem in East Village", + 199 + ], + [ + "Cozy Room In Brooklyn", + 75 + ], + [ + "Cosy room in NYC, two blocks from Central Park!", + 70 + ], + [ + "Cozy room with Queen bed in spacious loft.", + 49 + ], + [ + "Full size bed in Petite room with exposed brick.", + 41 + ], + [ + "Simple, Spacious Room in LES/Two Bridges Apt", + 150 + ], + [ + "NEW RENOVATION 16min from TIMES SQUARE", + 60 + ], + [ + "Charming apartment with parking in the heart of Qs", + 40 + ], + [ + "Sunny & spacious in NYC", + 99 + ], + [ + "Modern One Bedroom in Heart of Financial District", + 250 + ], + [ + "Sun-drenched apartment w/ backyard", + 40 + ], + [ + "NYC From Astoria Queens", + 100 + ], + [ + "1BR Luxurious Furnished NY Apt - Times Square!", + 239 + ], + [ + "Beautiful Room in Brooklyn Apartment", + 50 + ], + [ + "Strivers Row Studio", + 110 + ], + [ + "Spacious & Quiet Brooklyn Carriage House", + 375 + ], + [ + "Beautifully Designed Island Style Garden Suite", + 229 + ], + [ + "Artist Charming Modern Ft Greene Park 2 floor apt", + 175 + ], + [ + "Clean & Private Bedroom (near N/R train)", + 40 + ], + [ + "i call it home, you'll call it home.", + 41 + ], + [ + "Luxury Room (rm4), 5 mins from Columbia", + 110 + ], + [ + "Bright, Spacious Studio in Upper East Side", + 150 + ], + [ + "Upper East Side Studio - Close to Met Museum", + 165 + ], + [ + "Upscale 1 Bedroom Hell's Kitchen Apartment", + 239 + ], + [ + "MODERN & CONTEMPORARY STUDIO", + 125 + ], + [ + "Charming 1BR Apartment in Soho / Nolita", + 245 + ], + [ + "Warm and Cozy Paradise", + 80 + ], + [ + "Midwood Street Limestone", + 329 + ], + [ + "Downtown Brooklyn Apartment with Great Views!", + 175 + ], + [ + "Bright, Quiet Apartment near City College", + 150 + ], + [ + "Entire 2 BR apartment, 15 steps from the subway!", + 200 + ], + [ + "Great location big one bedroom on the UWS", + 200 + ], + [ + "Private room in Williamsburg", + 75 + ], + [ + "Home*Sweet*Home\nQuiet neighborhood", + 89 + ], + [ + "Newly renovated apt w/parking space", + 120 + ], + [ + "Private room in Washington Heights", + 35 + ], + [ + "Private Room in Dumbo Loft", + 100 + ], + [ + "Private Room in Williamsburg", + 85 + ], + [ + "Charming, light-filled room in Williamsburg", + 70 + ], + [ + "bright 1 bedroom by the park", + 114 + ], + [ + "Full 1 Bedroom Apartment in heart of UWS", + 200 + ], + [ + "Delightful Brownstone", + 225 + ], + [ + "Large private room in a very spacious 2 Bed/2 Bath", + 120 + ], + [ + "Lovely one bedroom - Heart of Greenwich Village", + 199 + ], + [ + "Private 1 bedroom UWS, 2 blocks from Central Park!", + 55 + ], + [ + "Sun-filled spacious one bedroom in West Village", + 199 + ], + [ + "Budget Room in large apartment (Solo Travelers+)", + 40 + ], + [ + "large 1 bedroom apt with private balcony Astoria", + 200 + ], + [ + "Private Bedroom in the Heart of Williamsburg", + 80 + ], + [ + "Awesome one-bedroom in the UES, Manhattan", + 140 + ], + [ + "Cosy Studio in Forest Hills", + 50 + ], + [ + "Bright Architectural Oasis w/Chef’s Kitchen #10305", + 375 + ], + [ + "Bridge View, Designer Brick & Timber Loft", + 250 + ], + [ + "Bedroom in Park Slope Apartment", + 40 + ], + [ + "Charming LES Backyard w/ brick exposed large Bdrm", + 99 + ], + [ + "Spacious creative waterfront loft", + 140 + ], + [ + "Charming.", + 150 + ], + [ + "Cozy Bedroom in Spacious Apt in East Williamsburg", + 75 + ], + [ + "Charming & Spacious 1 BR; Steps to Brooklyn Museum", + 55 + ], + [ + "Beautiful Spacious Apartment near Prospect Park", + 145 + ], + [ + "Studio apartment in Cobble Hill", + 95 + ], + [ + "Cozy and simple Bedstuy studio right by the train", + 69 + ], + [ + "Sunny Apt in Historic Cobble Hill Brownstone", + 175 + ], + [ + "Sunny Designer Gem for Families & Couples! #10304", + 350 + ], + [ + "Charming 1 Bedroom in Harlem", + 119 + ], + [ + "Beautifully Sunlight Harlem 2 Bedroom Apt", + 160 + ], + [ + "Huge sunny bedroom with private bathroom", + 55 + ], + [ + "PERFECT LOCATION, 15 MINUTES TO MANHATTAN", + 48 + ], + [ + "Private room in the heart of West Harlem", + 85 + ], + [ + "Great Location - Whole apt - 1 bedroom", + 97 + ], + [ + "Sun-drenched corner apartment in East-Williamsburg", + 110 + ], + [ + "LARGE RENOVATED STUDIO - Upper Manhattan", + 91 + ], + [ + "Super Vibey Hang", + 150 + ], + [ + "Spacious Luxury In the Heart of the East Village", + 80 + ], + [ + "Big, airy room in beautiful apartment", + 60 + ], + [ + "Spacious Room in Bushwick", + 55 + ], + [ + "Bushwick 1 Bedroom", + 65 + ], + [ + "Art-filled Mid-Century Modern Apartment", + 163 + ], + [ + "Sunny - Private Room in Park Slope South", + 60 + ], + [ + "Hamilton Heights Abode", + 54 + ], + [ + "Private BR + Bathroom in brand new BK brownstone!", + 46 + ], + [ + "Experience New York from our place. (Free parking)", + 125 + ], + [ + "Sunlit 3BR Urban Retreat & Parking near City &JFK", + 150 + ], + [ + "Bright & Cozy Bedroom (near N/R train)", + 47 + ], + [ + "A sunny bedroom in a spacious loft", + 40 + ], + [ + "Charming Brownstone in Clinton Hill", + 120 + ], + [ + "Harlem Charmer", + 67 + ], + [ + "Entire Floor/1 Min from N Train/Private Entrance", + 73 + ], + [ + "Beautiful townhouse near Prospect Park", + 128 + ], + [ + "Modern 3bd close to everything", + 121 + ], + [ + "Penthouse apartment. Lots of sun and great views.", + 250 + ], + [ + "Cozy - Perfect Location Studio LES", + 80 + ], + [ + "Cute, clean studio in Central Harlem", + 77 + ], + [ + "RENOVATED STUDIO FOR 2~EAST 60TH STREET", + 139 + ], + [ + "Midtown West Private Sublet - Best Value", + 117 + ], + [ + "Newly renovated, sunny room with a private bath", + 75 + ], + [ + "Spacious Private Home - 20m to Manhattan", + 99 + ], + [ + "Sunny and Spacious 3 Bedroom Apt in West Village!", + 279 + ], + [ + "Ex-Artist Studio w/ Huge Skylight Guest Suite", + 140 + ], + [ + "Spacious East 39th Street Furnished Studio", + 200 + ], + [ + "West 55th street, Lux 1bd Serviced Apartment", + 257 + ], + [ + "Spacious Light Palace in Heart of Williamsburg", + 95 + ], + [ + "Minimalist bedroom with garden access", + 65 + ], + [ + "Gorgeous Room in EV, Private Patio, Open Kitchen!", + 149 + ], + [ + "Astoria: 2 Weeks July 1st - 14th", + 29 + ], + [ + "Sunny Apartment with Private Roof (East Village)", + 250 + ], + [ + "Prime Beautiful Brooklyn Brownstone", + 150 + ], + [ + "A Small Kingdom in the Clouds", + 120 + ], + [ + "Private Bedroom w/ Queen Bed in Financial District", + 85 + ], + [ + "Deluxe 1-Bedroom near Empire State Building!", + 259 + ], + [ + "Beautiful and convenient room in Long Island city!", + 90 + ], + [ + "Charming Cozy 1 bedroom wood fl plenty of closets", + 74 + ], + [ + "MY ADORABLE BOWERY PLACE", + 90 + ], + [ + "Cozy Spacious Double Bed #2A Near JFK & J Train", + 45 + ], + [ + "Family getaway.", + 100 + ], + [ + "Garden Flat Next to Central Park w/ Large Terrace", + 89 + ], + [ + "Updated 1 Bedroom Midtown West", + 199 + ], + [ + "Entire apartment in the heart of SOHO", + 76 + ], + [ + "Adorable Prospect Heights 1 Bedroom", + 143 + ], + [ + "Kawaii Gamer's Paradise in Brooklyn!", + 40 + ], + [ + "1 Bedroom apartment, heart of LES", + 125 + ], + [ + "Lovely Gem in Hell's Kitchen Midtown Manhattan", + 180 + ], + [ + "private oasis in sunnyside, queens", + 110 + ], + [ + "Sunny South Williamsburg Apartment", + 185 + ], + [ + "Huge bright room with own bathroom, Williamsburg", + 85 + ], + [ + "Modern East Village Apt Great Location 1-3 Bdrms", + 300 + ], + [ + "Historic Townhouse Apartment with Garden Oasis", + 99 + ], + [ + "Your Own Apartment corner of Bedford and Grand!", + 125 + ], + [ + "Big Room, Big Living Room, Rooftop Hot Tub", + 35 + ], + [ + "Master Bedroom next to cute park on the LES", + 80 + ], + [ + "Modern Apartment LES, 2mn to train", + 150 + ], + [ + "Perfect Apt In The Heart of Bushwick", + 90 + ], + [ + "One bedroom is Bushwick, near everything", + 40 + ], + [ + "Charming Free Standing Wooded Carriage House", + 250 + ], + [ + "CHELSEA 3 BEDROOM APARTMENT WITH PRIVATE GARDEN!!!", + 450 + ], + [ + "Carib breeze vybz", + 50 + ], + [ + "Spacious 1 Bedroom Apartment in Prospect Heights", + 75 + ], + [ + "COZY 1BR IN MIDTOWN EAST!", + 139 + ], + [ + "Spacious Midtown East 2 Bedroom", + 200 + ], + [ + "Lovely Apt. in Heart of Brooklyn", + 65 + ], + [ + "Remsen Village Rental II", + 115 + ], + [ + "Upper East Side Getaway", + 70 + ], + [ + "Simple, Spacious Studio With Rooftop Access", + 50 + ], + [ + "Quiet Room + Living Room in the Upper West Side", + 85 + ], + [ + "Artsy Studio / 1 Bedroom in the Heart of Chelsea", + 275 + ], + [ + "1 br apartment(3’ to train)+access to coworking", + 120 + ], + [ + "Charming 3 BR in Midtown West", + 185 + ], + [ + "Cozy and charming studio in UWS", + 150 + ], + [ + "Beautiful 3 BR apartment steps from Central Park", + 145 + ], + [ + "Large 1 Bedroom close to Prospect Park", + 130 + ], + [ + "1 - Bedroom APT in Bushwick BK", + 150 + ], + [ + "Affordable, Nice, Clean 1 BR Apt, Upper Manhattan.", + 88 + ], + [ + "Bed-Stuy Gem", + 75 + ], + [ + "simple room", + 38 + ], + [ + "Beautiful Bldg near Columbia Uni", + 64 + ], + [ + "Park Avenue 3 Bedroom 1.5 Bath", + 185 + ], + [ + "Large 1BR in Chelsea. Subw on block", + 165 + ], + [ + "A Bay Window on Brooklyn", + 200 + ], + [ + "Stay blocks from Yankee Stadium", + 75 + ], + [ + "Large Bedroom in amazing Apt - 10min Manhattan", + 90 + ], + [ + "Super cozy studio- the heart of Upper West Side", + 140 + ], + [ + "Modern Luxury apt in Design Centric Building", + 150 + ], + [ + "Sunny 1 bd apartment - Historic Brownstone Apt #2", + 92 + ], + [ + "Private Room, 2 beds, bath, Union Square location", + 100 + ], + [ + "Park Slope Garden Lovers Duplex", + 135 + ], + [ + "Zions Destiny Home away from Home !", + 45 + ], + [ + "Big 4 Bedroom Apartment near Subway, All Renovated", + 110 + ], + [ + "A Touch of Modern in Cultural NYC", + 250 + ], + [ + "Massive Room available in Luxury UES Building", + 154 + ], + [ + "Gorgeous Lower East Side Walk Up & Roof", + 175 + ], + [ + "LOFT-LIKE FLOOR THRU BROWNSTONE LIGHT SPACIOUS", + 175 + ], + [ + "Share a room Lower East Side", + 50 + ], + [ + "Breezy Bushwick Apartment with Backyard", + 99 + ], + [ + "Beautiful studio apt. near Hudson River Park!!", + 199 + ], + [ + "Stunning New High-Rise Apartment - 1 Bedroom NYC", + 239 + ], + [ + "-Luxury NYC 1 Bedroom nearby Theater District!", + 235 + ], + [ + "Ideal Bushwick Rental", + 45 + ], + [ + "Stunning 1 Bedroom Apartment. 8 minutes to Ferry", + 85 + ], + [ + "Stunning 1 Bedroom Apt with Indoor Pool", + 239 + ], + [ + "Comfortable room 15 minutes to Manhattan", + 38 + ], + [ + "Cozy Room for 2 in Astoria!", + 65 + ], + [ + "Hamilton Heights Haven with Private Garden", + 79 + ], + [ + "Casa De Grattan", + 60 + ], + [ + "Sunny Williamsburg Haven", + 80 + ], + [ + "**Stunning 1 bedroom Apt. + Amazing amenities", + 239 + ], + [ + "West 48th Street, Lux 1bd Apt near Rockefeller Ctr", + 279 + ], + [ + "Private room in Bushwick", + 35 + ], + [ + "Gorgeous 1 Bedroom NYC + W/D in the Unit", + 239 + ], + [ + "Prime Gramercy Apartment w Balcony", + 200 + ], + [ + "Fun & Funky 2nd floor of loft.", + 33 + ], + [ + "Lux 1-BR Apt near Port Authority/Times Square", + 239 + ], + [ + "Lux 1-BR Apt In Midtown West-prime location!", + 239 + ], + [ + "Luxurious 1BR Apt in Midtown West", + 239 + ], + [ + "Lincoln Center Area 1 Bed", + 229 + ], + [ + "Private Condo Room w/ Patio", + 45 + ], + [ + "Luxurious 1BR Apt near Times Square, river views!", + 239 + ], + [ + "Amazing Brownstone Studio @ Central Park West", + 179 + ], + [ + "Stunning 1 Bedroom Apt. in NYC, w/d in the unit!", + 239 + ], + [ + "River Views! - Lux 1BR Apt near Midtown", + 239 + ], + [ + "Entire floor in a brownstone.", + 107 + ], + [ + "Private Bedroom&Bathroom in large Chinatown duplex", + 125 + ], + [ + "Elegant Large One Bed / 1.5 Bathroom- UWS", + 230 + ], + [ + "Holistic Health Stay New York", + 100 + ], + [ + "Cozy room w/AC, 2 blocks from L train", + 55 + ], + [ + "Bright Bedroom with views of city", + 95 + ], + [ + "Private Trendy Bushwick Loft", + 41 + ], + [ + "1 Bd 10 mins to Manhattan Steps to Prospect Park", + 40 + ], + [ + "Times Square Manhattan One Bedroom", + 150 + ], + [ + "❤ of Manhattan | Fantastic 1 Bedroom", + 150 + ], + [ + "• Eye Catching Views | Luxurious 1 Bedroom •", + 219 + ], + [ + "Bright studio in the heart of the east village", + 142 + ], + [ + "One Bedroom Apartment in TownHouse", + 99 + ], + [ + "Small and Cozy Bedroom (near N/R train)", + 41 + ], + [ + "Cozy, Private West Harlem Hamilton Heights Bedroom", + 48 + ], + [ + "Magnificent Apartment Near the Central Park 4BDR!", + 301 + ], + [ + "Private Bedroom in a 3BR Apartment", + 52 + ], + [ + "Modern and Clean 1 bed w/small balcony", + 150 + ], + [ + "Deluxe 3-BR + 3.5Bath with sweeping city views!!", + 1100 + ], + [ + "Cosy 1 bdr in Midtown West", + 160 + ], + [ + "Convenient, cozy, and cheap room in Bushwick", + 45 + ], + [ + "Bright, spacious one bedroom in the East Village", + 106 + ], + [ + "2 beds PH balcony & rooftop close to Manhattan", + 178 + ], + [ + "Manhattan Bedroom | Skyline Views", + 176 + ], + [ + "Private cosy room Harlem", + 70 + ], + [ + "Quintessential Williamsburg Loft", + 190 + ], + [ + "Large sunny Bedroom in Brooklyn Loft", + 62 + ], + [ + "Greenpoint Oasis", + 175 + ], + [ + "Upper West Side, Manhattan, NY", + 125 + ], + [ + "Cozy front room in a 2 bedroom family apt near CU", + 76 + ], + [ + "Casually chic 2+bedroom townhouse", + 225 + ], + [ + "Sunny Room with Back Yard in Brooklyn", + 65 + ], + [ + "Rent my Artist Studio", + 70 + ], + [ + "Upper West Side Apt. w/ Roof Deck", + 240 + ], + [ + "Large & sunny private bedroom in a townhouse.", + 70 + ], + [ + "Bright, Spacious 1 Bedroom in the East Village", + 130 + ], + [ + "One bedroom near Columbia University", + 50 + ], + [ + "Large comfy bright bedroom near sub", + 70 + ], + [ + "Private Room in Bushwick Parlor Apartment", + 51 + ], + [ + "Newly renovated private master & bathroom", + 149 + ], + [ + "Charming Studio-Columbus Circle/Hell’s Kitchen", + 169 + ], + [ + "Small and cozy room in Williamsburg 2-Bedroom apt.", + 50 + ], + [ + "King Bed, Super Host, Near Central/Riverside Parks", + 120 + ], + [ + "NEAR CENTRAL PARK, TIMES SQUARE, COLUMBIA UNIV.", + 120 + ], + [ + "Spacious room in Midtown East Manhattan", + 105 + ], + [ + "Private Bedroom in Williamsburg!", + 90 + ], + [ + "Sunny Williamsburg w Balcony - Long Term Rental", + 105 + ], + [ + "Beautiful Brownstone Parlor Floor Apartment", + 130 + ], + [ + "Amazing Luxury 1 Bedroom Apartment", + 191 + ], + [ + "Cozy Brooklyn apartment in Brownstone", + 100 + ], + [ + "Luxurious Studio at MidTown Manhattan", + 288 + ], + [ + "❤ of Midtown | Rooftop Terraces +", + 150 + ], + [ + "Big, Nicely Decorated Loft: Great location & light", + 85 + ], + [ + "Spacious, Affordable 1BR Apartment in Brooklyn", + 75 + ], + [ + "Private Room in Midtown Manhattan", + 79 + ], + [ + "Comfortable 2 BR in East Village/Cooper Square", + 200 + ], + [ + "welcome to my house", + 78 + ], + [ + "Like living in an art gallery.", + 234 + ], + [ + "Very central loft-like apartment on UWS", + 325 + ], + [ + "Sunny and light bedroom in Downtown Manhattan", + 119 + ], + [ + "Cozy bedroom in downtown Manhattan", + 95 + ], + [ + "3bd apt w/yard in Astoria, 10 mins from Manhattan.", + 255 + ], + [ + "Sunnyside Modern Apartment that sleeps 4 people.", + 125 + ], + [ + "This is NYC-Amazing Bedroom at Financial District", + 99 + ], + [ + "Modern 1-Bedroom Duplex Apartment in New York City", + 175 + ], + [ + "PERFECT PRIVATE ROOM NYC", + 150 + ], + [ + "Brooklyn palace", + 75 + ], + [ + "Sunny Room in Bushwick Apartment", + 50 + ], + [ + "Blueberries & Cream - Cozy 1 Bedroom Apt. #2", + 99 + ], + [ + "private entrance mini apt! part of my home", + 85 + ], + [ + "1-bedroom in Midtown West, close to everything", + 137 + ], + [ + "HOTTEST LOCATION! Cozy, convenient and chic.", + 165 + ], + [ + "Artistic Escape in Brooklyn", + 92 + ], + [ + "Midtown Luxurious 1 bedroom apt.", + 101 + ], + [ + "Historical Sugar Hill, West Harlem", + 95 + ], + [ + "Clean bright room in spacious apt!", + 119 + ], + [ + "Art-filled bright spacious 1 bedrm W'burg + deck", + 195 + ], + [ + "Sunny 1BR in East Village", + 170 + ], + [ + "Midtown Studio near Central Park", + 150 + ], + [ + "Spacious 1br apartment with amazing views!", + 157 + ], + [ + "Private Queen Bedroom in Brooklyn", + 69 + ], + [ + "cosy room with all confort", + 30 + ], + [ + "Williamsburg 2 Bed/2 Bath, close Subway/Waterfront", + 250 + ], + [ + "Crown Heights, Franklin Ave- Private/Cozy Room!", + 40 + ], + [ + "Beautiful hip location, with a light of sunshine.", + 80 + ], + [ + "Private room in Stylish Williamsburg APT", + 150 + ], + [ + "Large room in Sugar Hill", + 49 + ], + [ + "Large private bedroom in West Soho/West Village", + 101 + ], + [ + "Charming Oldschool NYC Apartment", + 69 + ], + [ + "Spacious & Cosy 1BR apt in Gramercy with balcony!", + 199 + ], + [ + "Basement Sublet Space open from June 28th-July17th", + 40 + ], + [ + "Amazing flat, stunning views!!, perfect location", + 175 + ], + [ + "Cozy 1BR in Midtown Manhattan", + 175 + ], + [ + "Roses Room - 10 mins to Williamsburg/LES/City", + 50 + ], + [ + "Excellent Space for NYC Visit.", + 45 + ], + [ + "AMAZING VIEW ENTIRE apt 10mins to midtown", + 110 + ], + [ + "Sunny one-bedroom with terrace in Park Slope", + 70 + ], + [ + "Beautiful Brooklyn Brownstone in Park Slope.", + 129 + ], + [ + "Perfect 1BDRM -Lincoln Center", + 139 + ], + [ + "Gorgeous Duplex Apartment with a Garden", + 135 + ], + [ + "Modern and cozy apartment in the Upper East Side", + 90 + ], + [ + "Airy, Private, Spacious + Accessible", + 125 + ], + [ + "QUIET OASIS in Prime Chelsea LRGE APT PRIVATE back", + 225 + ], + [ + "Beautiful 1 bedroom in Astoria,Queens", + 75 + ], + [ + "Bright Private BR in a 2BR apt in Upper West Side", + 65 + ], + [ + "[TRUE 1br] Heart of the West Village", + 190 + ], + [ + "Fully Furnished, sunny 2BR 1BA Summer sublet!", + 85 + ], + [ + "Grand private apt with deck, one block to subway", + 119 + ], + [ + "Gorgeous Master Bedroom near City College", + 48 + ], + [ + "STUDIO LowerManhattan this week!", + 196 + ], + [ + "Beautiful Quiet Bedroom near City College", + 80 + ], + [ + "*Cozy apt Manhattan,Near Central Park !*", + 90 + ], + [ + "Large and Lovely with Lots of Light", + 125 + ], + [ + "Big room in East Harlem apartment", + 65 + ], + [ + "Modern 1BR apartment amazing location in Chelsea", + 110 + ], + [ + "World Trade Center Delight", + 100 + ], + [ + "private one bedroom apartment in williamsburg", + 200 + ], + [ + "Charming 1BR in the heart of Greenwich Village", + 200 + ], + [ + "Bright apartment in Soho with roof access", + 360 + ], + [ + "Fort Greene bedroom w/private bathroom", + 65 + ], + [ + "Peaceful, Light-filled Room - Greenpoint, BK", + 65 + ], + [ + "LARGE bedroom in sun-lit Pre-War in Crown Heights", + 65 + ], + [ + "Spacious duplex w/ backyard in Stuyvesant Heights.", + 160 + ], + [ + "Amazing Park Slope Duplex plus Finished Basement.", + 450 + ], + [ + "Sunny apartment in Lower East Side (LES)", + 75 + ], + [ + "Stunning, Prime, Beautiful NYC", + 69 + ], + [ + "Modern High Rise Studio w/ Amazing Views (Sublet)", + 203 + ], + [ + "Luxury 1 Bedroom in Midtown/Time Square with View", + 169 + ], + [ + "Spacious, Bright, Private NYC", + 79 + ], + [ + "Huge lovely studio (size: one bedroom) in Midtown", + 230 + ], + [ + "Cozy room near la Guardia airport.", + 65 + ], + [ + "Large, Private Room in Bushwick", + 50 + ], + [ + "Large, sunny, airy, spacious bdrm.", + 100 + ], + [ + "Cozy Room 1 Block from the Train", + 70 + ], + [ + "Spacious Beautiful 1 bdrm in Gramercy", + 175 + ], + [ + "Sunny 1-Bedroom in Cobble Hill with Outside Space", + 142 + ], + [ + "Sunny Apartment in Park Slope, Brooklyn", + 190 + ], + [ + "NYC 2500 sq ft home near yankee stadium/subway", + 350 + ], + [ + "Sunny, Quiet & Newly Renovated Upper East Side Apt", + 140 + ], + [ + "spacious, clean place in quiet building", + 120 + ], + [ + "VERY Spacious 3BR West Village Apartment", + 372 + ], + [ + "Large private ensuite room beside Brooklyn Bridge", + 61 + ], + [ + "Cosy private bedroom and bathroom in a 3 bedroom", + 65 + ], + [ + "Cozy Private Room 2 Blocks from Central Park", + 80 + ], + [ + "East 63rd street 1bd Serviced Apartment", + 225 + ], + [ + "Gorgeous Spacious Room in Clinton Hill", + 105 + ], + [ + "\"FALL IN LOVE WITH NYC & MY HOME\"", + 100 + ], + [ + "Sunny One bd apt in Brooklyn!", + 50 + ], + [ + "visit nyc and live like a local", + 109 + ], + [ + "Spacious Bedroom in The Heights", + 75 + ], + [ + "Sunny, Spacious Lower Harlem Condo", + 100 + ], + [ + "Bright Bedroom in Crown Heights", + 60 + ], + [ + "Cozy Private Room w/ Queen-sized Bed near Columbia", + 50 + ], + [ + "Large, bright, 2bdr Manhattan apt", + 130 + ], + [ + "Bushwick Artist Loft - Zen Tree House Room", + 65 + ], + [ + "Spacious Private BR in Chelsea", + 90 + ], + [ + "Quiet 6th floor private room with rooftop views", + 50 + ], + [ + "Cozy BR in large quiet EV apt", + 67 + ], + [ + "Private sunny South Park Slope 1-bedroom loft", + 100 + ], + [ + "Cute&Cozy Apartment, 20 min to Grand Central", + 98 + ], + [ + "Cozy room in Greenpoint, Brooklyn", + 50 + ], + [ + "Luminous 2 bedroom apartment in Bushwick", + 100 + ], + [ + "Beautiful 2 BR, 2 bath duplex w/ private patio", + 300 + ], + [ + "Verita Room w/PrivateBathroom Bklyn", + 75 + ], + [ + "Lux 1BR On Manhattan's West Side", + 219 + ], + [ + "West 74th Street, Svcd Studio Apartment", + 167 + ], + [ + "RARE NYC LOFT in Perfect Location", + 180 + ], + [ + "Spacious Brooklyn Apt near F/G train", + 95 + ], + [ + "Columbus Circle Penthouse", + 250 + ], + [ + "420 friendly Beautiful rm with plenty of sunlight", + 85 + ], + [ + "Private Red Apple Brownstone Suite - Harlem NYC", + 115 + ], + [ + "Modern 1 Bedroom 4FL w/Marble Bthr", + 150 + ], + [ + "Simple and Beautiful Apartment in Flatbush", + 80 + ], + [ + "West Chelsea 1 bedroom 2 bathroom outdoor space.", + 225 + ], + [ + "Historic Brooklyn Brownstone", + 400 + ], + [ + "Stylish Williamsburg 2 bed with private roofdeck", + 325 + ], + [ + "Perfect NYC neighborhood! 15 min. to Central Park!", + 99 + ], + [ + "Terrific Master Bedroom/Bath in Great UWS Location", + 90 + ], + [ + "Private Green Apple Brownstone Studio Harlem NYC", + 110 + ], + [ + "Awesome Room in the Heart of Bushwick!", + 50 + ], + [ + "East 40th Street, Lux Serviced Studio Apt", + 189 + ], + [ + "Enjoy whole apartment, safe, 25 min ferry to NYC", + 105 + ], + [ + "Comfortable Room in large 3 BED Apt", + 55 + ], + [ + "Family home with private garden", + 180 + ], + [ + "Convenient place rest head", + 50 + ], + [ + "Sunny Cozy Room Located In Prime East Flatbush", + 80 + ], + [ + "Basically Your Own Apartment: Cobble Hill Gem", + 120 + ], + [ + "Event Space | Backyard | Pool", + 525 + ], + [ + "Classic New York Railroad Apartment", + 150 + ], + [ + "East Village 1BR w/ private deck", + 150 + ], + [ + "Spacious Comfortable Room Located In East Flatbush", + 90 + ], + [ + "Colorful 1 bedroom Brooklyn Apartment", + 130 + ], + [ + "Crown Heights oasis with private patio", + 155 + ], + [ + "1 Bedroom in 3BR East Village NYC Apt", + 90 + ], + [ + "Chill Private Room in Extremely Convenient Place", + 90 + ], + [ + "Cozy Couch in Wburg", + 130 + ], + [ + "2 Bedroom Apartment in Prime Midtown West", + 199 + ], + [ + "뉴욕의 꿈꾸는 집 (for women)", + 70 + ], + [ + "Small Private Room in quiet Manhattan Apt", + 36 + ], + [ + "Sunny LES Apt W/ Luxury Bed A/C Views WIFI & More", + 59 + ], + [ + "Large 1BR Wood Floors/Exposed Brick", + 185 + ], + [ + "1 Bedroom Apartment Close To Subway", + 75 + ], + [ + "Gem in the heart of South Harlem", + 150 + ], + [ + "Large Room with Private Entrance Easy commute", + 75 + ], + [ + "1 bedroom w/ Queen bed, 5 minutes from Manhattan.", + 74 + ], + [ + "Charming bedroom in E. Williamsburg", + 80 + ], + [ + "Cozy and Warm Apartment in Greenwich Village!!", + 161 + ], + [ + "East 55th Street, Luxury 1bd Serviced Apt", + 260 + ], + [ + "Comfortable Affordable 2 bed Apt ASTORIA NEW YORK", + 79 + ], + [ + "East Williamsburg Bedroom", + 43 + ], + [ + "Large, sunny private bedroom in E. Williamsburg", + 60 + ], + [ + "Comfortable room in gay friendly apt in HK", + 100 + ], + [ + "East 57th Street, Lux Svcd Studio Apt", + 210 + ], + [ + "East 58th Street, Lux Svcd 1bd Apt", + 245 + ], + [ + "Modern, Elegant, Private, Two-bedroom", + 175 + ], + [ + "ENTIRE APARTMENT FOR FAMILIES OR GROUPS", + 250 + ], + [ + "East 57th Street, Lux Svcd Studio Apt", + 220 + ], + [ + "MY HOME / YOUR HOME /BEAUTIFUL HUGE 1BR", + 95 + ], + [ + "Park Avenue 4 Bedroom 1 Bath", + 250 + ], + [ + "West 87th Street, Svcd Studio Brownstone Apt", + 167 + ], + [ + "Private room in the heart of Williamsburg!", + 76 + ], + [ + "Large Open 1 Bedroom Apartment in Murray Hill", + 200 + ], + [ + "West 50th Street, Luxury Svcd Studio Apt", + 199 + ], + [ + "Perfect 1 Br Apt. to explore the city", + 140 + ], + [ + "Ideal location for those new to New York!", + 57 + ], + [ + "Room in ground level brownstone with private yard", + 60 + ], + [ + "Bay Ridge Beauty", + 80 + ], + [ + "Lovely & Spacious Entire Apt- 18 mins to Manhattan", + 125 + ], + [ + "Madison Ave 2 BR Penthouse, 3 Beds", + 150 + ], + [ + "Convenient & Spacious Place in Brooklyn, NYC", + 70 + ], + [ + "Cozy Apartment Best Location", + 125 + ], + [ + "Beautiful private room with balcony", + 56 + ], + [ + "Cozy Brooklyn Guesthouse Retreat by Localhaus", + 170 + ], + [ + "Cozy Studio, close to everything!", + 179 + ], + [ + "Bright and cozy apt next to park", + 75 + ], + [ + "Bedroom in Bushwick", + 65 + ], + [ + "Luxury 2 Bed/2 Bath Duplex on the Upper West Side", + 295 + ], + [ + "Luxury One Bedroom Apt near Brooklyn Bridge", + 150 + ], + [ + "NYC Welcomes You! Beautiful 2 BR-5 min from JFK.", + 174 + ], + [ + "Manhattan-very close to everywhere\nmuy cercadetodo", + 67 + ], + [ + "Large 1BR in the Heart of Hell's Kitchen!!", + 199 + ], + [ + "Modern Oasis l -Prospect Park, Close to B/Q Subway", + 62 + ], + [ + "sunny room one block from the beach", + 150 + ], + [ + "Affordable Luxury 1", + 115 + ], + [ + "Comfy Room 10min/ LGA, 30min/ JFK, 30min/ City", + 40 + ], + [ + "East 74th street, UES 1bd Serviced Apartment*", + 200 + ], + [ + "East 74th street, Cozy UES Studio Svcd Apartment", + 149 + ], + [ + "Central Park Loft", + 125 + ], + [ + "Manhattan-very close to everywhere muycerca detodo", + 73 + ], + [ + "AMAZINGLY LOCATED ONE BEDROOM, NEAR CENTRAL PARK", + 200 + ], + [ + "Cozy, Artistic Room with Lots of Natural Light", + 34 + ], + [ + "Lincoln Center 1 Bedroom Apartment", + 300 + ], + [ + "West 55th street~Large 1BR~Columbus circle", + 220 + ], + [ + "Comfy, Lush Private Harlem Room", + 36 + ], + [ + "Private Room near Brooklyn's best park", + 70 + ], + [ + "Heart of Williamsburg! 10 min from Manhattan", + 89 + ], + [ + "Visiting Brooklyn, stay here!", + 115 + ], + [ + "Beautiful Spacious 3 BR Cosy Apt.", + 200 + ], + [ + "Classic pre-war NYC apartment.", + 100 + ], + [ + "Gorgeous exposed-brick 2 BR Apt in LES!", + 175 + ], + [ + "AWESOME MODERN WILLIAMSBURG APT AVAILABLE", + 58 + ], + [ + "Spacious room in trendy & picturesque neighborhood", + 81 + ], + [ + "Private room near Lincoln Center", + 95 + ], + [ + "Affordable, Clean / Cozy place near Subway", + 38 + ], + [ + "Little slice of paradise on the Lower East Side", + 150 + ], + [ + "Private Room in Large Airy Apartment", + 40 + ], + [ + "Perfect studio in Manhattan midtown", + 150 + ], + [ + "CLEAN Downtown Studio Crash Pad!", + 99 + ], + [ + "Heart of Williamsburg 2 bedroom sleeps 5", + 250 + ], + [ + "Sunny room in heart of Chinatown", + 69 + ], + [ + "Private room in Bushwick, Brooklyn. backyard+roof!", + 35 + ], + [ + "Private room in williamsburg/bushwick", + 65 + ], + [ + "Huge 1bdrm w pt Doorman, WiFi/Cable, Bottled Water", + 259 + ], + [ + "Sunny, Spacious Apartment in Prime Williamsburg", + 150 + ], + [ + "Historic, Modern Brownstone Bklyn Duplex, Backyard", + 270 + ], + [ + "Private Bed-Stuy Flat", + 150 + ], + [ + "Live/Work Artist Loft in Ridgewood , Queens NYC", + 100 + ], + [ + "One bedroom in Astoria, Queens - No Hidden Fees", + 119 + ], + [ + "Modern Central Park Apartment close to everything", + 129 + ], + [ + "Bright & Dramatic 3 bed/2bath Duplex", + 175 + ], + [ + "Comfy Loft Bed in Sunny Room with plants", + 40 + ], + [ + "Whimsical Greenpoint Get Away", + 125 + ], + [ + "Private Apt in Queens NYC/less 5min walk to train", + 101 + ], + [ + "Medium size room in great location (88th & York)", + 49 + ], + [ + "Modern Skyscraper in the Upper Westside Manhattan", + 300 + ], + [ + "Sunny Rms w Utilities Incl, 15 mins to Manhattan", + 75 + ], + [ + "Bright Bushwick Diamond In The Rough", + 85 + ], + [ + "Spacious 1 Bedroom Apt in heart of Williamsburg", + 185 + ], + [ + "Stylish Midtown Retreat", + 185 + ], + [ + "COMFORTABLE & FRIENDLY", + 50 + ], + [ + "Great room in amazing Little Italy location!", + 110 + ], + [ + "Private Room in the ❤️ of Bushwick.", + 65 + ], + [ + "LOCATION,LOCATION! 51st/7 AV,2 bedroom luxury bldg", + 185 + ], + [ + "Brooklyn 3BR Oasis + Yard Featured in Apt Therapy", + 195 + ], + [ + "Great room in Upper West Manhattan", + 85 + ], + [ + "East Village 2 BR Duplex Apt on Quiet Block", + 295 + ], + [ + "A Quiet Studio Apartment in Bedford-Stuyvesant :)", + 120 + ], + [ + "Perfect 2 bedroom in Brooklyn", + 189 + ], + [ + "Private Room and Bathroom in Historic Bed-Stuy", + 60 + ], + [ + "✺ SOHO Adorable Studio ✺ Downtown NYC!", + 123 + ], + [ + "Brightly Lit Charming 1 Bed", + 89 + ], + [ + "Cozy studio with HUGE PRIVATE terrace and grill", + 140 + ], + [ + "East Brooklyn Garden Apartment", + 85 + ], + [ + "R&R on mount Morris", + 169 + ], + [ + "Cute 1 BD (can sleep up to 4) in the gorg UWS!", + 145 + ], + [ + "Charming Designer’s Studio in Prime Williamsburg", + 145 + ], + [ + "Eclectic Charm in the East Village", + 165 + ], + [ + "Light and spacious 2 bedroom loft in Bushwick", + 152 + ], + [ + "Bright Top-Floor Suite in Park Slope", + 99 + ], + [ + "Blues Musician Escape Lodge!", + 110 + ], + [ + "Private bedroom in 2 bedroom, 2 bath- apartment", + 40 + ], + [ + "Private Room in Cozy 2-Bdrm Greenwich Village Apt.", + 115 + ], + [ + "Helle und moderne Wohnung in Bushwick", + 157 + ], + [ + "Planta Baja Studio", + 1000 + ], + [ + "Luxury One Bedroom Suite", + 72 + ], + [ + "Spacious room in Astoria", + 40 + ], + [ + "Cozy NYC 1bedroom - close to all", + 175 + ], + [ + "Charming Loft-like Garden Apt in Bed-Stuy", + 90 + ], + [ + "Quiet room in Central Harlem", + 65 + ], + [ + "Bright, quiet room in 2br close to park/trains.", + 79 + ], + [ + "4 Bedroom House Perfect for Cooperate Rental", + 350 + ], + [ + "Modern stay w. 30 Min. to City Downtown on #4 line", + 71 + ], + [ + "Spacious and clean room, near Columbia University", + 50 + ], + [ + "1 bedroom furnished with WIFI and cable. Murr Hill", + 115 + ], + [ + "Cozy Loft Right Off the Morgan L", + 49 + ], + [ + "Cute Apt in the Heart of Chelsea", + 70 + ], + [ + "East Village Studio, New York like in the Movies", + 110 + ], + [ + "Sunny, kid friendly apt in Carroll Gardens", + 140 + ], + [ + "Spacious and Bright in Hamilton Heights", + 89 + ], + [ + "Gorgeous Zen Home at Crossroads of Nolita and Soho", + 259 + ], + [ + "NYC & Luxury, quiet, safe well located", + 160 + ], + [ + "UES studio walking distance to central park", + 113 + ], + [ + "Bright and cozy walkup", + 300 + ], + [ + "MODERN & SPACIOUS NEAR CENTRAL PARK / HARLEM", + 125 + ], + [ + "Morningside Heights: Comfy and Cozy 1 BR", + 105 + ], + [ + "Room close to Prospect Park, minutes to NYC!", + 70 + ], + [ + "Luxurious, Spacious, Private Bath, Nice Hosts too", + 125 + ], + [ + "Full Apt 2 Bedrooms in Brooklyn - 10min Manhattan", + 150 + ], + [ + "Location Location Location! Chic Studio Available!", + 275 + ], + [ + "Williamsburg Private Room", + 65 + ], + [ + "Cozy, private bed & private bath", + 65 + ], + [ + "SOHO LOFT WITH PRIVATE ROOF DECK", + 400 + ], + [ + "Luxurious 2 Bedroom with amazing finishes", + 159 + ], + [ + "An urban nest; 7 minutes from Central Park", + 200 + ], + [ + "Luxury For Less In Downtown Manhattan", + 225 + ], + [ + "Large 1 Bed/1 Bath by Central Park, Hunter College", + 199 + ], + [ + "An urban nest; 7-min from Central Park/The Met", + 75 + ], + [ + "Sunny bedroom in Bedstuy", + 44 + ], + [ + "Spacious, Airy room in Williamsburg", + 100 + ], + [ + "Heart of Williamsburg 1 bedroom Bedford L train", + 130 + ], + [ + "Stunning Large Family Home", + 408 + ], + [ + "Sunny, Spacious, Greenpoint 1 Bed Apt", + 120 + ], + [ + "New York City with a VIEW", + 273 + ], + [ + "Spacious 1BR apt by Prospect Park!", + 85 + ], + [ + "Lovely room close to subway in beautiful Astoria!", + 80 + ], + [ + "Sunny Room in Hip Bushwick", + 60 + ], + [ + "Spacious and Quiet Gramercy 1 Bedroom", + 275 + ], + [ + "Spacious studio in NEW apt building in Astoria", + 125 + ], + [ + "Conveniently located 2 BR Time Square Apartment", + 200 + ], + [ + "Stunning Studio in Midtown BEST LOCATION", + 199 + ], + [ + "Huge Charming One Bedroom Apartment", + 265 + ], + [ + "Large 4 BR West Village townhouse/roof garden", + 700 + ], + [ + "East Village Cottage", + 80 + ], + [ + "The perfect spot in Bushwhick", + 35 + ], + [ + "Cute & Eclectic Studio in Lower East Side", + 135 + ], + [ + "Private Room in a Huge Apartment (East Village)", + 70 + ], + [ + "Apartment Available in Bay Ridge Brooklyn", + 179 + ], + [ + "Spacious One-Bedroom in an ideal location", + 99 + ], + [ + "Charming Vinegar Hill 1-bedroom apt w/ backyard", + 135 + ], + [ + "Amazing apartment in Brooklyn's best neighborhood", + 104 + ], + [ + "Heart of Astor place, 1 bedroom Apt, doorman bldg", + 128 + ], + [ + "Brooklyn Room, Calm Spacious Oasis, Prospect Park", + 60 + ], + [ + "2 Bedroom Modern Condo", + 170 + ], + [ + "Chill in Alphabet City", + 85 + ], + [ + "Positive and Spacious Bedroom in Sunnyside, Queens", + 60 + ], + [ + "It must be your BDAY because this deal is great", + 75 + ], + [ + "LUXURY apt, INCREDIBLE location, PERFECT stay!", + 349 + ], + [ + "Central Williamsburg Apt.", + 90 + ], + [ + "Sunny, Spacious Corner Room", + 55 + ], + [ + "I HEART HARLEM", + 50 + ], + [ + "Large 1 bed apt in heart of Williamsburg", + 200 + ], + [ + "Private Room in Bright 2 Bd Greenwich Village Apt", + 110 + ], + [ + "Bright, spacious and quiet two-bedroom Chelsea apt", + 325 + ], + [ + "Sunny & Colorful Private BR in Crown Heights", + 70 + ], + [ + "Perfect Prospect Park Pad", + 180 + ], + [ + "Studio Apartment Near Central Park/Hell's Kitchen", + 134 + ], + [ + "One Bedroom Apartment in Brownstone in Harlem, NYC", + 150 + ], + [ + "Private rooms in beautiful apartment on UWS", + 150 + ], + [ + "Historic, Lovely, Modern, Peaceful Apt in Brooklyn", + 200 + ], + [ + "Bright spacious Brooklyn Apartment near Pratt", + 110 + ], + [ + "Luxe & Spacious Williamsburg Studio", + 105 + ], + [ + "Doorman Chelsea One Bedroom- Convenient and Fun!", + 150 + ], + [ + "Beautiful Brownstone Triplex", + 200 + ], + [ + "Lovely, Sunny Studio near Central Park in UWS", + 165 + ], + [ + "Sunny Manhattan Apt (week / month discounts)", + 75 + ], + [ + "private yard & apt-near metro,direct to Manhattan", + 104 + ], + [ + "Convenient Financial District Studio", + 130 + ], + [ + "Spacious and cozy Lower East Side bedroom", + 130 + ], + [ + "Classic Gramercy Studio", + 145 + ], + [ + "Beautiful and huge room.", + 60 + ], + [ + "Cozy, Quiet Neat Room for You!", + 40 + ], + [ + "Cute private room perfect as a travel base", + 60 + ], + [ + "Cozy Harlem Haven", + 99 + ], + [ + "Newly Renovated, Cozy Brooklyn Room w/terrace", + 75 + ], + [ + "Spacious sunny room in Queens", + 70 + ], + [ + "Cozy private Studio, easy 60 min. commute to NYC!", + 109 + ], + [ + "Upper West Side Classic WHOLE 2 Bedroom apt", + 250 + ], + [ + "Big West Harlem/Hamilton Heights Apt!", + 129 + ], + [ + "Brooklyn Loft, Rooftop views, Street Parking....", + 90 + ], + [ + "Spacious LES Studio with Private Outdoor Space", + 150 + ], + [ + "Studio 1BR in the heart of East Village", + 198 + ], + [ + "Bushwick Music Mansion", + 55 + ], + [ + "Spacious 1 Bedroom in Vibrant Harlem, Manhattan", + 61 + ], + [ + "Cozy 1 Bedroom Apartment with Back Patio", + 90 + ], + [ + "Convenient room in Manhattan close to Central Park", + 45 + ], + [ + "Bright, Airy, Rockaway Beach House w/ Backyard", + 200 + ], + [ + "Private Room in Beautiful Crown Heights", + 60 + ], + [ + "Calm & Clean 1 Bedroom in East Village/ Gramercy", + 150 + ], + [ + "Spacious Sunlit 1 Bedroom Williamsburg Apt", + 125 + ], + [ + "Master bedroom in penthouse apt of luxury building", + 80 + ], + [ + "Private Room on the East River!", + 80 + ], + [ + "Sunlit, cozy bedroom in Bushwick:: needs owner!", + 35 + ], + [ + "Private sunny bedroom very close to Manhattan!", + 40 + ], + [ + "Huge Relaxing Room in Brooklyn Duplex Loft", + 120 + ], + [ + "Large & sunny 2-bedroom in Windsor Terrace", + 100 + ], + [ + "2bdr BIG Oasis. Price cut for cat caretakers.", + 259 + ], + [ + "Beautiful, sunny studio steps from Gramercy Park!", + 129 + ], + [ + "WHOLE 1st floor-Family Friendly-2 BdRm w/Backyard", + 89 + ], + [ + "Room in Carroll Gardens", + 75 + ], + [ + "Bright Spacious in S Williamsburg", + 135 + ], + [ + "Lovely 1bed apt (UWS) next to 72nd St. Subway & CP", + 200 + ], + [ + "Private Room in Morningside Heights", + 90 + ], + [ + "Park Slope living - bright 2BR", + 200 + ], + [ + "Private room in the best location of NYC", + 90 + ], + [ + "Gorgeous, cozy, serene flat in Brooklyn", + 150 + ], + [ + "Charming 2 Bedroom Apartment, Incredible Location", + 110 + ], + [ + "Beautiful cozy apartment Upper East Side", + 150 + ], + [ + "Private Room in Sunny Greenwich Village Apt.", + 115 + ], + [ + "Private room - Manhattan 25min, Prospect Park 5min", + 42 + ], + [ + "Private Modern Room in Williamsburg", + 75 + ], + [ + "Charming 1BR Perfect for Couples or Solo Traveller", + 189 + ], + [ + "Hamilton Heights Apartment", + 125 + ], + [ + "Large Studio w/ Garden on the Park!", + 150 + ], + [ + "perfect Location! studio!best value!Sleeps3", + 175 + ], + [ + "Comfortable-Private one room in LES", + 99 + ], + [ + "Spacious 1 bedroom in Woodlawn NYC", + 85 + ], + [ + "XL Studio Prime location~newly designed~best value", + 185 + ], + [ + "Spacious East Village 2 bedroom with living room.", + 177 + ], + [ + "Private Room and bathroom in the best of Brooklyn", + 100 + ], + [ + "Spacious 1 Bedroom Near Central Park.", + 102 + ], + [ + "Cute Studio in the heart of East Village !", + 120 + ], + [ + "Bright and spacious 1 BR", + 155 + ], + [ + "Spacious private room in Harlem", + 67 + ], + [ + "Playful Room in Techie Loft", + 50 + ], + [ + "1 Bedroom in 2 Bedroom Flex - Doormen, Free Gym", + 55 + ], + [ + "Luxurious 1 or two bed rm private apartment", + 100 + ], + [ + "Cozy, Chic and Convenient One Bedroom Apt", + 125 + ], + [ + "Beautiful bedroom in ideal Brooklyn location!", + 70 + ], + [ + "Large private room & bath in sunny 2Bed 2Bath apt.", + 39 + ], + [ + "Beautiful & Sunny Room in Vibrant Bushwick!", + 60 + ], + [ + "Updated 1 BR with Great Layout and Design", + 125 + ], + [ + "Sunny 2 Bedroom Best Location", + 133 + ], + [ + "The Lefferts Manor $149per night", + 149 + ], + [ + "Private suite in Carroll Gardens", + 110 + ], + [ + "Williamsburg Chill Haus", + 150 + ], + [ + "Inspired by you - Astoria Enclave w/ Large Rooms", + 205 + ], + [ + "Beautiful & Spacious Studio Near Central Park", + 100 + ], + [ + "Here's a great offer on a spacious furnished room!", + 30 + ], + [ + "Private Bedroom close to Subway and Central Park", + 69 + ], + [ + "B's SoHo Apartment", + 158 + ], + [ + "Sun Filled, Luxury 1BR with Pool, Gym, Roof Deck!", + 190 + ], + [ + "Spacious BedSty bedroom with lovely summer garden", + 36 + ], + [ + "Cozy room with Private porch", + 79 + ], + [ + "Steps to Times Square, Radio City, West 50's", + 176 + ], + [ + "Modern & Spacious Luxury 1-Bedroom in Williamsburg", + 199 + ], + [ + "Hudsonview Terrace in Hell's Kitchen", + 150 + ], + [ + "Quiet bedroom in a shared apt at the center of BK.", + 64 + ], + [ + "Spacious 1 Bedroom steps away from Union Square", + 250 + ], + [ + "Cozy Room, Gorgeous Penthouse Apartment, Manhattan", + 50 + ], + [ + "Murray Hill/Midtown East Flex Bedroom", + 65 + ], + [ + "Sun-filled loft", + 118 + ], + [ + "Luxury drmn Bldg + Empire State Views & Roof Top!", + 189 + ], + [ + "Private room in a hip neighborhood", + 79 + ], + [ + "Clean Comfy Room in Clinton Hill", + 75 + ], + [ + "Modern loft in great neighborhood", + 100 + ], + [ + "Cozy 1BR on the UES near 6 Train", + 200 + ], + [ + "Quiet room 25 min from Manhattan", + 65 + ], + [ + "Lovely 2-bed apt 20' to Manhattan. Walk to train", + 90 + ], + [ + "Comfy Cave Inn", + 65 + ], + [ + "Great Studio Apartment, 15-20mins from Downtown", + 125 + ], + [ + "Great Room in Charming Nolita Apartment", + 124 + ], + [ + "If Tinkerbell Lived in Bedstuy Brooklyn <3", + 120 + ], + [ + "Spacious Apartment in Crown Heights", + 300 + ], + [ + "BasementSolo Private bedRoom No \nWindow in NYC, 2E", + 27 + ], + [ + "Williamsburg 5 minutes from Manhattan", + 75 + ], + [ + "Manhattan-very close to everywhere\nmuy cercadetodo", + 86 + ], + [ + "Sunny Private 2 Bedroom Apt. in a Victorian House", + 113 + ], + [ + "Convenient Manhattan room above express trains", + 69 + ], + [ + "Queens size bed in a safe & spacious bedroom", + 50 + ], + [ + "Beautiful Chelsea Apartment with many amenties", + 155 + ], + [ + "Beautiful, well-lit pre-war apt", + 90 + ], + [ + "Pretty private room in Brooklyn by Prospect park", + 44 + ], + [ + "A shared spacious bedroom with attached bathroom", + 25 + ], + [ + "Kid Friendly 2BDR in Greenwich Village w/ Balcony", + 499 + ], + [ + "Roof Deck, Grill & Private Room! Live like a local", + 90 + ], + [ + "True 1 Bedroom Apt in Manhattan's Lower East Side", + 118 + ], + [ + "Melrose Place...", + 42 + ], + [ + "Room Overlooking Hudson River in a Big Apartment", + 57 + ], + [ + "Warm sun bathed loft apartment in Greenpoint.", + 150 + ], + [ + "Room in Williamsburg close to L/G/M/J/Z trains", + 66 + ], + [ + "Sunny beautiful bedroom in 1 bedroom apartment.", + 95 + ], + [ + "Great Room in NY close Upper East Side", + 40 + ], + [ + "Private room w/ ac- in Manhattan", + 65 + ], + [ + "Private Room with Queen-size Bed", + 40 + ], + [ + "Your home in Flatiron NYC", + 215 + ], + [ + "2 Bdr gem by Time sq", + 199 + ], + [ + "Master Bedroom in Quaint French Neighborhood", + 65 + ], + [ + "Beautiful spacious room available in Brooklyn", + 70 + ], + [ + "Harlem Apt, along 1 train", + 59 + ], + [ + "Stylish 1BD in the heart of East Village", + 150 + ], + [ + "furnished basement level apartment , 1000 sq ft", + 300 + ], + [ + "Safe upper-class area,20 min to Manhattan/Airports", + 59 + ], + [ + "CUTE & QUIET ROOM IN A BROWNSTONE IN CLINTON HILL", + 45 + ], + [ + "A Cozy Bedroom in 2 Bedroom Apt", + 110 + ], + [ + "Beautiful room in Williamsburg (Roebling and N7)", + 65 + ], + [ + "Air-Conditioned 2BR w Stunning View", + 130 + ], + [ + "A Clean Well-lighted Place (luxury 1BR w/balcony)", + 300 + ], + [ + "Brooklyn Heights retreat", + 111 + ], + [ + "Large Private Sun Drenched Bedroom in Ridgewood", + 48 + ], + [ + "NEAT AND TIDY EDEN", + 65 + ], + [ + "Private room in 2BR in Morningside Heights", + 75 + ], + [ + "Sunny apartment in Brooklyn brownstone", + 200 + ], + [ + "Cozy Little Italy Apartment", + 99 + ], + [ + "Huge 2 bed/2 bath in the heart of Clinton Hill!", + 225 + ], + [ + "Very cozy room in heart of Astoria", + 65 + ], + [ + "Large, basic room in great location", + 51 + ], + [ + "2 BR, 2 BA Penthouse w 2 private decks", + 175 + ], + [ + "1 Clean room in 2BR Apt Manhattan", + 120 + ], + [ + "Cozy room in Central Harlem. Lively neighborhood.", + 49 + ], + [ + "Cute, Vintage UWS Private Room/Bath", + 175 + ], + [ + "Spacious Studio Apartment", + 71 + ], + [ + "Large 1 Br in Upper East blocks from Central Park", + 350 + ], + [ + "1 bed room apt in NYC near Empire State Building", + 119 + ], + [ + "Loft-like 1 br Apt in Brownstone in Central Harlem", + 110 + ], + [ + "Right in the center of Chelsea, quiet and private.", + 185 + ], + [ + "LARGE APT-lovely, comfortable in vibrant Brooklyn!", + 115 + ], + [ + "1-bedroom on Franklin Ave", + 90 + ], + [ + "Bright and spacious room in Bushwick, Brooklyn", + 45 + ], + [ + "Private room in Manhattan's Lower East Side", + 50 + ], + [ + "Large bedroom, with sunny deck backyard.", + 80 + ], + [ + "Full 1-Bedroom in a Picturesque Brownstone", + 95 + ], + [ + "Private Rm in Williamsburg, thermarest", + 50 + ], + [ + "CLEAN COMFORTABLE ROOM 7 MIN FR JFK", + 40 + ], + [ + "East Village Manhattan NYC Sofas!", + 30 + ], + [ + "Beautiful 2 bedroom apartment in the West Village", + 225 + ], + [ + "Large Bedroom in Bushwick", + 65 + ], + [ + "Large Studio in quite Midtown East", + 199 + ], + [ + "Apartment NYC", + 125 + ], + [ + "Charming brick brownstone (2nd floor)", + 89 + ], + [ + "Prime Village NOHO, renovated designed2BR~W/D unit", + 300 + ], + [ + "Bright Williamsburg Oversized Loft-like Space!", + 200 + ], + [ + "Sunny One Bedroom Brownstone Apt by Central Park", + 200 + ], + [ + "East Village Sunny Studio", + 129 + ], + [ + "Modern E. Village 2BR/2BA - Private Back yard!", + 495 + ], + [ + "Private suite, near Central Park & Columbia U.", + 125 + ], + [ + "Carroll Gardens, Private Garden Apartment (1BD)", + 185 + ], + [ + "Huge Room in Penthouse Apartment (Upper West Side)", + 92 + ], + [ + "Beautiful Sugar Hill Brownstone apartment", + 119 + ], + [ + "Artist's House 3 blocks from L Train", + 120 + ], + [ + "5 Star East-African Safari Experience + Concierge", + 500 + ], + [ + "Beautiful place", + 80 + ], + [ + "2 bedroom apartment in heart of Chinatown!", + 124 + ], + [ + "Upper West Side apartment with balcony", + 85 + ], + [ + "Private Room in RENOVATED Brooklyn Apartment", + 55 + ], + [ + "Nice room w private bathroom in Bedstuy/Bushwick", + 82 + ], + [ + "Complete apartment/room at 100th", + 150 + ], + [ + "One Br East Village Apt Close to All Things Good!", + 250 + ], + [ + "Clean Lines Rule: Modern and Spacious and Orange", + 150 + ], + [ + "Luxury 1 bedroom apt. Downtown Brooklyn/Dumbo", + 121 + ], + [ + "Perfect Home for US Open Stay", + 350 + ], + [ + "Silvertowers - Sky Collection Studio Loft 59th Fl", + 115 + ], + [ + "Cozy,budget friendly, cable inc, private entrance!", + 45 + ], + [ + "Beautiful Elevator Bldg near Columbia University", + 65 + ], + [ + "Williamsburg Oasis", + 200 + ], + [ + "Spacious Top Floor 2 BR Unit with Balcony", + 120 + ], + [ + "cozy two bedroom apt by central park", + 175 + ], + [ + "City Views Close to SI Ferry", + 120 + ], + [ + "An Architect's Room in Brooklyn", + 49 + ], + [ + "Large family loft in the best Chelsea location", + 250 + ], + [ + "Cooper Square Top-Floor Duplex with Terrace", + 250 + ], + [ + "1 Bedroom Williamsburg Apartment", + 110 + ], + [ + "2 Bedroom Apartment / Prime Williamsburg Location", + 199 + ], + [ + "Luxury Apartment with a Spectacular Skyline View", + 350 + ], + [ + "Your own sunny apartment", + 124 + ], + [ + "Prime North Williamsburg Luxury Studio", + 175 + ], + [ + "Private room in a 2 Bedroom apartment - Chelsea", + 150 + ], + [ + "Sunny Bed Stuy Haven", + 295 + ], + [ + "Bright & Light Chelsea One Bedroom", + 210 + ], + [ + "Perfect Studio Facing Quiet Garden - East VIllage", + 125 + ], + [ + "Cozy apartment 1 block from Washington Square Park", + 112 + ], + [ + "The Brooklyn RedStone", + 118 + ], + [ + "Spacious room in heart of Williamsburg", + 85 + ], + [ + "Gloriously Sunny Brooklyn Pad!", + 53 + ], + [ + "Two Bed Apt w/ Private Patio in Prime EastVillage", + 200 + ], + [ + "Private room w/ 2 Beds", + 40 + ], + [ + "Private room close to the center of Williamburg", + 60 + ], + [ + "Spacious and charming living room in Brooklyn ;)", + 50 + ], + [ + "Chelsea -Cozy, quiet, and charming bedroom", + 135 + ], + [ + "Your Home away from Home!", + 61 + ], + [ + "Cheap! Couch to crash - Upper East Side (Safe&Fun)", + 42 + ], + [ + "Bright, Spacious Home Near Beach & Subway", + 69 + ], + [ + "Two Bedroom on the Upper East Side", + 105 + ], + [ + "2 Bedroom apartment in Prime Williamsburg!", + 150 + ], + [ + "Charming Upper East Side 1BR", + 240 + ], + [ + "Elegant Stu Suite in Midtown East -21", + 140 + ], + [ + "PRIVATE LARGE STUDIO FOR YOU, PLUS!", + 90 + ], + [ + "Centrally Located One Bedroom Apt", + 199 + ], + [ + "Charming Bedroom, Incredible Location", + 65 + ], + [ + "Private Micro Room 3", + 70 + ], + [ + "Flushing Private Room W/ bathroom W/2 Quee Bed/1FL", + 60 + ], + [ + "Great room in a spacious apartment DT Manhattan", + 69 + ], + [ + "Modern bright spacious duplex apartment", + 250 + ], + [ + "Private Micro Room 1", + 70 + ], + [ + "Lovely 1BR on the Upper East Side", + 175 + ], + [ + "EAST VILLAGE, Tompkins Park, Private Rm + Bathroom", + 110 + ], + [ + "Bedroom available with closet space", + 50 + ], + [ + "Classic Exposed Brick Apartment in East Village", + 75 + ], + [ + "Marabou", + 55 + ], + [ + "SPACE & LIGHT 3 Blocks from Union Square", + 75 + ], + [ + "1br in Beautiful 2br-Prime location (LIC/Astoria)", + 30 + ], + [ + "Suburban Living in Brooklyn", + 90 + ], + [ + "Private Room One Block North of Central Park", + 70 + ], + [ + "1 bedroom steps from Barclay center and 11 trains", + 140 + ], + [ + "Eclectic Artist's Apartment in PRIME East Village", + 200 + ], + [ + "Cute sunny Upper East Side Studio", + 120 + ], + [ + "Sunny room in Williamsburg with view of Manhattan", + 85 + ], + [ + "Shady Listing - Authentic NY'r", + 82 + ], + [ + "2 bedroom w/ private back yard, laundry in unit!", + 200 + ], + [ + "Huge sunlit 1 bedroom next tosubway", + 225 + ], + [ + "Sunny 1 bdrm w private outdoor deck in Greenpoint!", + 75 + ], + [ + "Cosy flat West Village", + 230 + ], + [ + "Spacious Bright Private Room in Bedstuy!", + 50 + ], + [ + "Cozy room in artsy Bushwick home", + 35 + ], + [ + "Spacious Serene Room Located in Prime E. Flatbush", + 95 + ], + [ + "Comfy bed in Cozy Home - GRAND ARMY PLAZA", + 48 + ], + [ + "Private bedroom with great views", + 50 + ], + [ + "Cozy Private masterRoom 2 Blocks from Central Park", + 48 + ], + [ + "Flushing Spacious Room w/ 2 Queen Beds (1FL)", + 55 + ], + [ + "Carroll Gardens 1 Bedroom Studio Apartment", + 100 + ], + [ + "Flushing Deluxe Room w/ 2 Bed (1FL)", + 50 + ], + [ + "Cozy Room w/ Queen Bed (1FL)", + 40 + ], + [ + "Super sunny and spacious! Privacy!", + 60 + ], + [ + "Comfortable Room w/ 1 Full Bed (1FL)", + 40 + ], + [ + "Beautiful 2 BR Garden Dplx in BK (w/ opt nursery)", + 245 + ], + [ + "Sunny spacious apartment in Heart of NYC", + 135 + ], + [ + "Friendly Upper West Side Apartment", + 150 + ], + [ + "Beautiful, Clean, Private & Chic furnished Apt.", + 100 + ], + [ + "Sweet room in Brooklyn", + 45 + ], + [ + "Cozy and clean room in 2 bedrooms apartment", + 55 + ], + [ + "Room in 2BR in Morningside Heights", + 80 + ], + [ + "Beachside Antique Themed Room", + 60 + ], + [ + "Chelsea Modern 1 BR. Apartment", + 399 + ], + [ + "Studio with own back yard and new kitchen", + 150 + ], + [ + "Iconic BK spot steps from mass transit.", + 47 + ], + [ + "Home away from home. Contemporary!", + 125 + ], + [ + "Studio apartment 10minute to JFK 20m to Manhattan", + 75 + ], + [ + "Downtown Brooklyn, Luxury-One bed Apartment", + 202 + ], + [ + "Upper West Side", + 80 + ], + [ + "Beautiful Room in Modern Duplex", + 150 + ], + [ + "Cozy Room in the lovely neighborhood of Bed Stuy", + 45 + ], + [ + "Very private/cute/spacious room", + 30 + ], + [ + "Large master bedroom one block from Prospect Park", + 102 + ], + [ + "Private Studio Apt+Bath, Luxury King, Kitchenette", + 55 + ], + [ + "Amazing 1BD in Harlem", + 155 + ], + [ + "Cute and Cozy 1 BDR In West Harlem", + 120 + ], + [ + "Cozy One Bedroom Near Fort Tryon Park", + 95 + ], + [ + "Dramatic Duplex, Hosted, Huge>Slp.14, Subway 50 Yd", + 525 + ], + [ + "Beautiful & Bright One bedroom in Manhattan UES", + 199 + ], + [ + "Sunny, cozy room in Brooklyn.", + 45 + ], + [ + "Comfy Queen Bed in Harlem", + 90 + ], + [ + "Spacious NYC apt by CENTRAL PARK!", + 150 + ], + [ + "Cozy room in 2BR apartment - Greenpoint", + 59 + ], + [ + "Beautiful Apartment in Quiet Neighborhood L Train", + 75 + ], + [ + "Bright Private Room on L/M in Bushwick, Queen-size", + 69 + ], + [ + "Lovely S.Slope 3BR in 4BR 1300 sf dplx,deck&birds!", + 300 + ], + [ + "Cozy room in UWS", + 60 + ], + [ + "Private bedroom for the weekend", + 50 + ], + [ + "Cool apartment in Williamsburg", + 150 + ], + [ + "Blake's residents", + 85 + ], + [ + "Beautiful 1br, in heart of city", + 210 + ], + [ + "Room on a quiet tree-lined block of Manhattan", + 55 + ], + [ + "FORT GREENE- Private room in spacious apartment.", + 57 + ], + [ + "Beautiful book-filled room + garden in Bed Stuy", + 50 + ], + [ + "Comfy, Peaceful and Private studio basement!", + 100 + ], + [ + "Bright chic room in Clinton hill", + 65 + ], + [ + "Very Clean, Comfortable Room Available", + 50 + ], + [ + "Dottie's Place, Room #2...Just for You!", + 70 + ], + [ + "Large, cozy 'n sweet", + 40 + ], + [ + "MODERN WILLIAMSBURG DUPLEX NEAR ALL THE ACTION", + 250 + ], + [ + "Nicely furnished room in a spacious apartment", + 33 + ], + [ + "Brooklyn - Bushwick - NYC", + 46 + ], + [ + "Gorgeous Astoria 1 Br", + 101 + ], + [ + "Spacious 1BR apartment in elevator building", + 76 + ], + [ + "Cozy 1BR in Murray Hill", + 70 + ], + [ + "Private furnished 1BR in a 4BR on Upper West Side", + 95 + ], + [ + "Beautiful, Bright and Modern Space w/ a Fresh Feel", + 129 + ], + [ + "The trendiest block in Bedford Stuyvesant Brooklyn", + 100 + ], + [ + "Private Room in Charming Bedstuy", + 58 + ], + [ + "Subway accessible apartment in Brooklyn!", + 50 + ], + [ + "Quiet light-filled apt, subway near", + 76 + ], + [ + "Twin size bed 2 blocks away L&M train to Manhattan", + 35 + ], + [ + "Private room w/1Queen Bed (Lower level)", + 40 + ], + [ + "West 86th Street, Charming UWS One Bd Serviced Apt", + 195 + ], + [ + "Cozy Modern Private Bedroom Hell's Kitchen", + 80 + ], + [ + "Bk'S Finest feels Cozy Room Near Trains&bus", + 44 + ], + [ + "Beautiful Cozy Garden Apt- Historic Clinton Hill", + 95 + ], + [ + "Modern NYC Studio Apartment Near Central Park!", + 199 + ], + [ + "Private room in Astoria, NY", + 55 + ], + [ + "Charming 1BR in Williamsburg - perfectly located", + 249 + ], + [ + "Private Room in Hamilton Heights", + 40 + ], + [ + "Beautiful two bedroom apartment in Astoria queens!", + 200 + ], + [ + "room", + 39 + ], + [ + "Park Slope Cluehouse", + 700 + ], + [ + "Empty 3 bedroom apartment in Bushwick, Brooklyn", + 45 + ], + [ + "Cozy 1 BR Apt in Brownstone Brooklyn", + 140 + ], + [ + "Private Studio Apartment in Heart of Brooklyn!!", + 99 + ], + [ + "California King of Elevated Castle", + 175 + ], + [ + "Cozy room in Upper West Side luxury apartment", + 80 + ], + [ + "Oct in Brooklyn One Bedroom Apartment", + 75 + ], + [ + "Cozy bedroom, convenient, Woodside, 7 train", + 50 + ], + [ + "Beautiful 2 bedroom apartment in West Harlem NYC", + 100 + ], + [ + "Maria and Yiannis East Village studio", + 100 + ], + [ + "Spotless, Classy, Quiet Morningside Hts. Apartment", + 200 + ], + [ + "Modern Uptown NYC Getaway", + 80 + ], + [ + "Sunny room in modern building located in Bedstuy", + 60 + ], + [ + "Private elevator contemporary minimalist Brooklyn", + 119 + ], + [ + "Spacious room in historic part of Manhattan", + 69 + ], + [ + "Stunning Brooklyn Townhouse", + 400 + ], + [ + "The Parachute Loft Bedrm 2", + 95 + ], + [ + "Large Bedroom Brooklyn", + 45 + ], + [ + "LEGO Garden 1BR Apt +Patio near JFK & LGA Airports", + 73 + ], + [ + "Private Bedroom in Upper Manhattan/ Harlem, NYC!", + 123 + ], + [ + "New Upper East Side Studio", + 130 + ], + [ + "Charming WV 1BR on Historic Street", + 325 + ], + [ + "Convienent Entire Upper Manhattan Apartment", + 95 + ], + [ + "Top location 1BR 5mins to Manhattan", + 90 + ], + [ + "1 Bedroom in williamsburg", + 150 + ], + [ + "Apartment near Central Park", + 165 + ], + [ + "44 floor apt in luxury building near Central Park", + 250 + ], + [ + "Spacious and Comfy one large bedroom in Upper East", + 130 + ], + [ + "Harlem Vibrant Garden Apartment", + 200 + ], + [ + "Bright Room In Spacious Bright Apartment", + 70 + ], + [ + "Cute 1 br, steps to train, BUSHWICK", + 105 + ], + [ + "Spacious 2br Fort Greene apartment with yard!", + 150 + ], + [ + "Gorgeous, spacious and naturally lit 3BR!", + 172 + ], + [ + "Spacious One Bedroom Steps From Prospect Park", + 105 + ], + [ + "Private room in the WV 3rd floor", + 100 + ], + [ + "Cute Studio in the heart of East Village", + 150 + ], + [ + "Newly Furnished West Village Studio", + 133 + ], + [ + "Beautiful Room/20 min downtown NYC", + 65 + ], + [ + "Renovated East Village 1BR", + 125 + ], + [ + "Quaint Garden Apartment/ Historic Hamilton Heights", + 140 + ], + [ + "Large Two Story Loft in the Heart of West Village", + 300 + ], + [ + "Near Manhattan & ForestHStadium studio w/ pvt bath", + 90 + ], + [ + "Cozy Room In the Heart of Astoria", + 30 + ], + [ + "Spacious Bushwick Room w/ Private Entrance & Bath", + 109 + ], + [ + "Large Bedroom for $750 Monthly", + 750 + ], + [ + "Private Entrance Basement Studio", + 146 + ], + [ + "Sunny and cozy Stuy Heights 1BR", + 120 + ], + [ + "Spacious 1 BD in Williamsburg next to L train", + 125 + ], + [ + "1 bedroom for rent in quiet apartment (2bedrooms)", + 80 + ], + [ + "Completely Renovated Prewar Apartment in HOT Area", + 110 + ], + [ + "Live, Love, Stay in the Bronx!", + 50 + ], + [ + "Spacious Artist's Loft/Apartment", + 200 + ], + [ + "Comfy Room in Amazing East Village Apt", + 74 + ], + [ + "Spacious & Quiet Bedroom w/ Private Bathroom", + 100 + ], + [ + "Your home away from home...", + 52 + ], + [ + "Vintage Artist Loft-Studio on Upper West Side", + 135 + ], + [ + "Convenient Gem in Midtown East", + 90 + ], + [ + "Summer Weekend in the City", + 200 + ], + [ + "Sanctuary steps from the heart of downtown", + 165 + ], + [ + "Light filled private bedroom in Bed Stuy's best.", + 75 + ], + [ + "Light-Filled Williamsburg Loft", + 155 + ], + [ + "Comfort First, in Williamsburg", + 144 + ], + [ + "FEMALE ONLY", + 25 + ], + [ + "Penthouse in Midtown Manhattan", + 500 + ], + [ + "Huge Room in Doorman Building", + 97 + ], + [ + "Cozy Room Times Square + ALL Museums Free Pass", + 150 + ], + [ + "Sunrise Loft Room in Luxurious Brooklyn Condo", + 65 + ], + [ + "Perfect Private Garden Apartment, 2 blox to subway", + 99 + ], + [ + "Beautiful Harlem Doorman Bldg. One Bedroom Apt.", + 100 + ], + [ + "Secret Alley Carriage House", + 250 + ], + [ + "Spaceous Bushwick Two Floor Apartment", + 55 + ], + [ + "West 86th Street, Charming UWS One Bd Svcd Apt-A", + 169 + ], + [ + "Private Micro Room 2", + 70 + ], + [ + "Tribeca Light filled/ Views Apt", + 1000 + ], + [ + "Cozy living room sofa bed near Columbia University", + 60 + ], + [ + "THE crashpad for your Brooklyn adventure!", + 36 + ], + [ + "★ Master Bdrm | HBO, Netflix + Stocked Mini Fridge", + 105 + ], + [ + "Center of the Action", + 315 + ], + [ + "Wonderful private room fun apt in Hells Kitchen!", + 65 + ], + [ + "Courtyard facing private room in Sugar Hill", + 50 + ], + [ + "****THE SUITE LIFE DUPLEX****", + 69 + ], + [ + "Deluxe Furnished Spacious Studio Apartment", + 110 + ], + [ + "Modern Furnished Studio in Luxury Doorman Building", + 95 + ], + [ + "Comfy Williamsburg townhouse 950sf w gorgeous yard", + 249 + ], + [ + "Williamsburg large and sunny private room", + 57 + ], + [ + "Prime west village! design 1BR~Best Value", + 150 + ], + [ + "VIP Duplex Townhouse with Private Garden!!!", + 3800 + ], + [ + "Serene and Spacious Sunnyside Retreat", + 99 + ], + [ + "Pre-War 1 BR with Scenic Manhattan Views", + 50 + ], + [ + "Amazing view in an artist's living 2bed/2bath apt", + 370 + ], + [ + "Sunny Room in Williamsburg! $1200/Month", + 55 + ], + [ + "West Village - Location Location Location!", + 147 + ], + [ + "Sunny Bushwick room on Jefferson st", + 40 + ], + [ + "One Bedroom Apartment- Only 15 min to Time Square!", + 87 + ], + [ + "1 Bdrm in Spacious Apartment with Amenities", + 65 + ], + [ + "Private Sunny Bedroom in a Modern 2 Bedroom Co-op", + 46 + ], + [ + "Luxury Room (rm3), 5 mins from Columbia", + 110 + ], + [ + "Luxury Room (rm2), 5 mins from Columbia", + 100 + ], + [ + "Cozy, Convenient 1 Bed Apartment!!! UWS Manhattan", + 110 + ], + [ + "LUXE STUDIO SUITE - Midtown East - 22", + 140 + ], + [ + "The Bushwick Museum", + 55 + ], + [ + "Cozy, quiet 1 bdrm centrally located", + 130 + ], + [ + "Great 3 Bedroom Apt Near Manhatthen", + 125 + ], + [ + "Spacious Sunny Bedroom near JMZ Subways", + 73 + ], + [ + "Gorgeous 2 Bedroom New York City Apartment!", + 479 + ], + [ + "Hanover Square Lux Downtown 1 Bd(C) Serviced Apt", + 270 + ], + [ + "Cozy room, easy trip to Manhattan & North Brooklyn", + 41 + ], + [ + "Private bedroom B in Heart of LES", + 85 + ], + [ + "Prospect Lefferts Terrific Townhouse", + 175 + ], + [ + "Idyllic Two Bedroom Apt in the heart of Chelsea", + 350 + ], + [ + "Spacious Apt in Brand New Bldg, Private Yard!", + 140 + ], + [ + "Light-filled full Apt near Cloisters and Parks", + 89 + ], + [ + "87th ST ** ALL NEW ** Central PARK", + 450 + ], + [ + "Luxury 1 bedroom apt. -stunning Manhattan views", + 10000 + ], + [ + "Lg Times Square, cathedral windows", + 113 + ], + [ + "in the heart of williamsburg", + 300 + ], + [ + "Bushwick Basement Large Room with Half Bath", + 38 + ], + [ + "HUGE New Industrial Williamsburg Apartment", + 220 + ], + [ + "2 Floor Condo in Williamsburg with Pvt Terrace", + 250 + ], + [ + "East Village One Bedroom", + 120 + ], + [ + "Light-filled apt offering private bedroom & bath", + 99 + ], + [ + "LUXURY HUGE 2BR DUPLEX NEAR TRAIN - PATIO OASIS!!", + 115 + ], + [ + "Private Room in Fun Neighborhood", + 30 + ], + [ + "Homey 1BR close to US Open", + 150 + ], + [ + "Cozy comfortable room near JFK&LGA#3", + 38 + ], + [ + "Comfy 1 Bedroom in commercial East Flatbush", + 62 + ], + [ + "Peaceful and Spacious Master Bedroom", + 120 + ], + [ + "Cozy and Cool East Williamsburg 1 BR in 2 BR", + 60 + ], + [ + "There's a reason this room has a 5-star rating.", + 195 + ], + [ + "Stunning, Unique, w/ Private Workspace", + 69 + ], + [ + "1 BDR PRIME HELLS KITCHEN LOCATION", + 150 + ], + [ + "Bedstuy Brownstone Gem", + 138 + ], + [ + "Beautiful Beach Home", + 85 + ], + [ + "Amazing One Bedroom apartment with private patio", + 120 + ], + [ + "Beautiful room on Brownstone in Bushwick", + 41 + ], + [ + "Room", + 159 + ], + [ + "1 bedroom in 3 bedroom/2bath Bushwick Apt.", + 35 + ], + [ + "Bright apartment across from Riverside Park", + 250 + ], + [ + "Peaceful Retreat with Garden in Brooklyn Heights", + 215 + ], + [ + "Peaceful Private Space in Astoria", + 115 + ], + [ + "⚜ Sun-Filled 1BR in Upper East Side ⚜", + 99 + ], + [ + "SUNNY & QUIET STUDIO NEAR CENTRAL PARK UPPER EAST", + 129 + ], + [ + "Master bedroom with a California king size bed", + 75 + ], + [ + "Whole apartment in Forest Hills", + 200 + ], + [ + "Bedroom in Clinton Hill", + 79 + ], + [ + "❤️Gorgeous Townhouse Apt - 2 blocks from subway", + 160 + ], + [ + "Classic brownstone drenched with light", + 130 + ], + [ + "Apt in Heart of NYC with AC !", + 70 + ], + [ + "Small Cozy comfortable room nearJFK#5", + 32 + ], + [ + "Beautiful bedroom / in Beach home", + 37 + ], + [ + "Cozy Bushwick Brooklyn Room -20 mins to Manhattan!", + 55 + ], + [ + "Sunlit, spacious NY apartment", + 250 + ], + [ + "Good Deal! Large Clean and Stylish 1Bedroom!", + 75 + ], + [ + "Cozy room in the best neighborhood in town", + 150 + ], + [ + "Private Room in a Great Brooklyn Loft", + 42 + ], + [ + "Spacious Harlem Garden Apartment", + 155 + ], + [ + "Vida Local", + 22 + ], + [ + "Brownstone apt in Bklyn w/ gorgeous natural light", + 125 + ], + [ + "Beautiful 2 bedroom private suite", + 99 + ], + [ + "Sunny and spacious apartment in Brooklyn", + 60 + ], + [ + "Convenient,Clean,Roomy Apt in WaHi", + 45 + ], + [ + "Spacious BR next to Columbus Circle", + 130 + ], + [ + "Cozy Private Bedroom in Uptown Manhattan", + 40 + ], + [ + "Private Bedroom A in Heart of LES", + 95 + ], + [ + "Private Room in Kelly&Joes Loft Apt", + 55 + ], + [ + "SOUTH SLOPE Brooklyn - Bright and Spacious Bedroom", + 35 + ], + [ + "Gorgeous 1bdr in Lower East Side", + 140 + ], + [ + "Stylish Private Room 3 subway stops to Manhattan", + 70 + ], + [ + "Beautiful 1 Bedroom 2 blocks from Central Park", + 250 + ], + [ + "Interfaith Retreat Guest Rooms (Śakti)", + 85 + ], + [ + "Interfaith Retreat Guest Rooms (Seva)", + 85 + ], + [ + "Peaceful 1 Bedroom/1 Bathroom on Upper West Side", + 106 + ], + [ + "Gorgeous and Cosy Studio in Astoria!", + 90 + ], + [ + "Charming Manhattan-Midtown Studio", + 129 + ], + [ + "Charismatic Flat in Astoria", + 100 + ], + [ + "Romantic Art-Filled Apartment with Large Backyard", + 150 + ], + [ + "Spacious room in huge loft in Tribeca", + 100 + ], + [ + "Bright & Sunny 2-Bedroom in Hamilton Heights", + 100 + ], + [ + "Great Appartment with cool roomates in Bushwick", + 60 + ], + [ + "Beautiful one bedroom apartment in Williamsburg", + 120 + ], + [ + "Spacious master bedroom in Forest Hills", + 75 + ], + [ + "Entire Spacious Artist Apartment", + 140 + ], + [ + "Huge Private Room in Williamsburg/Buschwick!!", + 55 + ], + [ + "Cozy 1 Bedroom in Crown Heights, right by subway!", + 75 + ], + [ + "Brooklyn at its Best!", + 85 + ], + [ + "Spectacular Views! Gorgeous 25th flr Columbus Cl", + 225 + ], + [ + "Your own Midtown Manhattan Apt & private Garden", + 219 + ], + [ + "Charming Brooklyn apartment in historic brownstone", + 185 + ], + [ + "Bright Astoria Apt Near Manhattan", + 70 + ], + [ + "1 Bedroom Apartment in Brooklyn fully renovated", + 100 + ], + [ + "# CENTRAL PARK - 3 stops away (32\"TV room)", + 69 + ], + [ + "Sunny Suite in Bed Stuy with AC!", + 40 + ], + [ + "Affordable room near of LGA airport in Queens.", + 55 + ], + [ + "Private studio in the heart of Park Slope", + 150 + ], + [ + "Modern Apt in Prime Brooklyn That Has it All", + 113 + ], + [ + "Spacious Room with Character in BK", + 45 + ], + [ + "Spacious Manhattan apartment with amazing view", + 280 + ], + [ + "GORGEOUS REMODELED 1-BEDROOM PRIME LOCATION", + 120 + ], + [ + "Great quiet room,great location", + 90 + ], + [ + "Big 4 bedroom house with garden by the Park in PLG", + 225 + ], + [ + "Updated East Side 2 Bedroom", + 159 + ], + [ + "Tribeca Luxury 2000sf Loft", + 650 + ], + [ + "Time SQ Midtown West Central Park 3Beds Sleep6", + 275 + ], + [ + "Newly Renovated Clinton Hill Duplex", + 325 + ], + [ + "Extremely spacious duplex with garden", + 359 + ], + [ + "Cosy Studio with a backyard in Forest Hills", + 99 + ], + [ + "Large Upper East Side Alcove Studio", + 108 + ], + [ + "Cozy room w/private entrance in East Williamsburg", + 67 + ], + [ + "Greenpoint Artist Loft", + 25 + ], + [ + "Luxury Apt With Sunset View", + 190 + ], + [ + "Private apartment 45 min away from the city", + 125 + ], + [ + "Cozy Upper West Side Studio", + 124 + ], + [ + "1 large bedroom with private bathroom", + 100 + ], + [ + "Heart of Willimsburg- 1 block from bedford L stop", + 60 + ], + [ + "Eclectic & Cozy Private Room in Prospect Hts!!!", + 55 + ], + [ + "2 BDRM/1.5 Bath Prospect Heights Brooklyn/Sleeps 6", + 175 + ], + [ + "2 Bedroom Duplex with large backyard", + 200 + ], + [ + "The Griffin B & B- 2 bedroom suite in Ditmas Park", + 200 + ], + [ + "Apartment in Ridgewood/Bushwick Neighborhood", + 60 + ], + [ + "Luxury 1bdr in East Village", + 175 + ], + [ + "Huge, Quiet Room, Near Columbia & Express Subways!", + 88 + ], + [ + "East Flatbush- Sunny 1 bedroom apt", + 57 + ], + [ + "Room Available in Heart of Fort Greene", + 145 + ], + [ + "Luxurious 1 Bedroom Best Location", + 133 + ], + [ + "Comfy Accommodations in Queens NY (JFK - 8 Mins)", + 55 + ], + [ + "Best Location - Modern 1 BR, very quiet", + 125 + ], + [ + "Stylish 1 bed just a block from Prospect Park", + 80 + ], + [ + "Quiet and Sunny bedroom @Williamsburg bedford", + 70 + ], + [ + "A Lovely One Bedroom Apartment!", + 120 + ], + [ + "Queen of Elevated Castle", + 150 + ], + [ + "Fort Greene Studio with gardened backyard", + 90 + ], + [ + "Cozy One Bedroom Apartment in Lovely Clinton Hill", + 115 + ], + [ + "Gorgeous 2 Bedroom apartment", + 2350 + ], + [ + "Cozy Bedroom", + 51 + ], + [ + "Two story Park Slope home with deck and garden", + 200 + ], + [ + "Charming 1BR at Columbus Circle", + 105 + ], + [ + "Modern 2 BR Duplex apartment in Sutton Place - 42", + 225 + ], + [ + "Cosy and Bright Bedroom *CENTRAL HARLEM*", + 89 + ], + [ + "Huge, private bedroom with bathroom", + 61 + ], + [ + "Nice Room in Charming Apartment", + 70 + ], + [ + "#MANHATTAN - Upper West BIG ROOM w/tv", + 69 + ], + [ + "Location!! Welcome to my Lovely Home.", + 79 + ], + [ + "Simple room in the heart of Bed Stuy", + 83 + ], + [ + "Bright and Comfy near Prospect Park", + 160 + ], + [ + "Sunny, Pre-War Brooklyn Share", + 40 + ], + [ + "Private Bedroom in 2-floor Bushwick Apartment", + 50 + ], + [ + "# TIMES SQUARE - 19 MinutesBIG ROOM", + 45 + ], + [ + "Sunny, peaceful home in fantastic location", + 85 + ], + [ + "2 BDR in Bushwick Brooklyn!", + 100 + ], + [ + "Massive Beautiful Room!", + 57 + ], + [ + "Airy Bright 1 Bedroom in Heart of Greenpoint BK", + 104 + ], + [ + "Heart of Williamsburg, Very Large Bedroom!", + 53 + ], + [ + "Cozy comfortable room near LGA&JFK#2", + 38 + ], + [ + "Well Connected & Beautiful Sanctuary!", + 115 + ], + [ + "Cozy sunlit 2bed w PRIVATE ROOFTOP in Brooklyn", + 139 + ], + [ + "LoraLisa's Flats", + 150 + ], + [ + "Modern 3 BR home, 4 blocks from Public Transport!", + 280 + ], + [ + "Newly renovated studio in heart of downtown NYC", + 90 + ], + [ + "纽约之家(Sunny Home4)", + 50 + ], + [ + "Quaint, Private Sunset Park Brownstone Experience", + 45 + ], + [ + "Bedroom in industrial huge loft in Greenpoint", + 70 + ], + [ + "Cozy, two bedrooms in a shared apartment.", + 150 + ], + [ + "Large Studio Apartment Located Near Times Square", + 155 + ], + [ + "Spacious Room in Central Location", + 109 + ], + [ + "Cozy, Bright 1 Bedroom Fully Furnished Apartment", + 150 + ], + [ + "Best Location, 2bdr Park Slope, Bk", + 130 + ], + [ + "Well appointment apartment in doorman building", + 275 + ], + [ + "Brooklyn Apartment", + 100 + ], + [ + "Large Sunny Bedroom in Prospect Heights", + 55 + ], + [ + "Comfortable 1-bedroom in South Slope", + 50 + ], + [ + "Cozy Studio in the Heart of Soho", + 215 + ], + [ + "Roomy and Comftable Room", + 40 + ], + [ + "SUNNY Spacious Oasis near Prospect Park!", + 103 + ], + [ + "Private Room and Bathroom in Bright Apartment", + 50 + ], + [ + "Awesome Chinatown Apartment", + 500 + ], + [ + "Spacious & quiet room w/ Balcony", + 54 + ], + [ + "East Village Cozy Single Bed - Female Only", + 79 + ], + [ + "Peaceful bedroom in Crown Heights Duplex", + 50 + ], + [ + "Quiet bedroom in a bright loft, Heart of Manhattan", + 140 + ], + [ + "Pre War Park Slope on Prospect Park Bedroom 2", + 59 + ], + [ + "Townhouse for rent", + 150 + ], + [ + "Cool Urban Brooklyn", + 80 + ], + [ + "Best South Williamsburg Room, Sunny & Serene", + 85 + ], + [ + "Steps to the Metro, Minutes to Manhattan!", + 185 + ], + [ + "Cozy Garden Apartment Heart of BK!", + 85 + ], + [ + "Modern 2-bedroom apartment near subway and parks", + 135 + ], + [ + "1 bedroom full apartment completely private!", + 85 + ], + [ + "Cozy Studio blocks from Time Square & the Hudson.", + 150 + ], + [ + "Beautiful Studio with Back Patio", + 75 + ], + [ + "The People's Brownstone", + 150 + ], + [ + "Sunny Designers Home w/Terrace - Heart of Downtown", + 150 + ], + [ + "An Apartment to Call Home w/ Free Airport Pickup!", + 199 + ], + [ + "Sunny Cute Studio (15 Mins to Manhattan)", + 120 + ], + [ + "Amazing Private room in LIC minutes to Manhattan", + 88 + ], + [ + "Spacious Studio/Pvt Bath 2 blks to Central Park N", + 99 + ], + [ + "Cozy private bedroom in West Harlem", + 75 + ], + [ + "Great Studio near Time Square", + 107 + ], + [ + "Colossal 1200 SF Nolita loft 15ft ceiling 1 bdrm", + 400 + ], + [ + "Scandinavean design in Crown Heights, BK", + 89 + ], + [ + "1br Apartment EastVillage,Manhattan", + 210 + ], + [ + "Perfect 3br in Lower East Side", + 275 + ], + [ + "Private & Spacious Master Suite w/ Full Bath", + 57 + ], + [ + "Huge Williamsburg private br + ba, in spacious 2br", + 150 + ], + [ + "Artsy basement with bathroom and private entrance", + 50 + ], + [ + "True 1BR in Prime West Village", + 150 + ], + [ + "Private Room Beautiful Apartment", + 29 + ], + [ + "Large two-bedroom in Prime Location", + 100 + ], + [ + "Lovely and Cosy furnished 2 bedroom apartment", + 152 + ], + [ + "Modern 4 Bedroom Lower Manhattan Apt in Soho", + 822 + ], + [ + "NOHO 1BR 1BA", + 350 + ], + [ + "Amazing Private Room - Custom Style", + 45 + ], + [ + "PRIVATE BEDROOM FOR 1 OR 2", + 49 + ], + [ + "Private room in 1Br Apartment", + 45 + ], + [ + "Spacious Private Room/Full bath EAST VILLAGE", + 120 + ], + [ + "Williamsburg! 1 stop from Manhattan with backyard!", + 66 + ], + [ + "Westside Haven, Comfortable & Convenient !", + 122 + ], + [ + "Spacious Washington Heights 1 Bedroom", + 64 + ], + [ + "Fun, Comfy, and Convenient Studio in Midtown West", + 135 + ], + [ + "HUGE Apt w/1 bedroom sublet in Brooklyn", + 33 + ], + [ + "chambre dans appartement arty de Brooklyn", + 70 + ], + [ + "1 Room in 2 Bed Apt in the heart of Nolita/Soho", + 320 + ], + [ + "Your beach-side bungalow awaits!", + 62 + ], + [ + "MTW- Steffanie", + 130 + ], + [ + "Spacious Quiet Room in the East Village", + 95 + ], + [ + "Very Large 1 Bedroom with Large Patio", + 100 + ], + [ + "Clean and comfortable stay", + 90 + ], + [ + "Awesome 1 BR in multi-cultural Queens, sleeps 4!", + 150 + ], + [ + "Large Soho Loft - Prime Location", + 350 + ], + [ + "Gorgeous studio Near Time Square", + 120 + ], + [ + "NEW! BEST LOCATION !!! 3min to Rockefeller Plaza", + 250 + ], + [ + "Spacious 2 Floor 1 Bed Apartment!", + 106 + ], + [ + "Two-Bedroom Apartment, 10 Minutes to Manhattan", + 65 + ], + [ + "Perfect Luxury Studio in DUMBO", + 175 + ], + [ + "Ground floor 2 Bedrooms with Backyard & BBQ", + 360 + ], + [ + "Marine park studio", + 119 + ], + [ + "peaceful space with a view", + 85 + ], + [ + "Very large 3 bdrm, 1.5 bath, Flatbush/Ditmas Park", + 189 + ], + [ + "Vanilla Tea - Cozy Studio Hideaway in Bed Stuy #5", + 68 + ], + [ + "Large One Bedroom Apartment", + 100 + ], + [ + "Comfortable 1BR with Laundry NYC", + 40 + ], + [ + "Lovely room and location! - Williamsburg duplex", + 45 + ], + [ + "Stunning Clinton Hill Apartment", + 38 + ], + [ + "B crownheights queen size bed$100", + 100 + ], + [ + "The BEST View in New York!", + 165 + ], + [ + "Spacious Room in Park Slope Apartment", + 80 + ], + [ + "Park Slope Railroad Room in July!", + 40 + ], + [ + "Epic West Village, NYC rental", + 175 + ], + [ + "Holiday @ Times Square One bedroom!", + 99 + ], + [ + "Cosy Crown Heights Home Away From Home", + 50 + ], + [ + "Beautiful room for rent", + 70 + ], + [ + "Spacious studio close to Manhatten", + 85 + ], + [ + "Riverdale - Room with Breakfast for Ladies Only", + 50 + ], + [ + "Upscale safe area,20 minutes to Manhattan/Airports", + 69 + ], + [ + "Comfy private room in Williamsburg's top location!", + 54 + ], + [ + "One bedroom apartment for rent in West Harlem", + 38 + ], + [ + "Beautiful Room in the Heart of Williamsburg", + 300 + ], + [ + "Large, sunny room in Brooklyn", + 41 + ], + [ + "Prime apartment in private house + outdoor space", + 199 + ], + [ + "Central Cozy 3 Bedrooms Apartment", + 235 + ], + [ + "Spacious Prospect Park Garden Apt", + 240 + ], + [ + "Cozy Private Room in LIC close to Everywhere in NY", + 70 + ], + [ + "BIG GORGEOUS 1 bd 2 br in PRIME of Chelsea", + 250 + ], + [ + "Private space in GORGEOUS building", + 91 + ], + [ + "Cozy Room in Chelsea", + 125 + ], + [ + "Private room in the heart of Williamsburg!", + 55 + ], + [ + "Spacious room in Prospect Park", + 75 + ], + [ + "Clean, Cozy place to stay- Great Location in NYC!", + 44 + ], + [ + "Sunny Private Room with Roof Terrace & River View", + 90 + ], + [ + "$2,800/m for 6/8-7/7! Long-term Deal in Park Slope", + 100 + ], + [ + "Courtyard duplex with piano, E Village / Union Sq", + 170 + ], + [ + "Spacious Apt. @ Brooklyn Botanic Garden/Museum", + 140 + ], + [ + "Sleek 1BR in the heart of Williamsburg!", + 199 + ], + [ + "Doorman GYM Studio Best Location 5193", + 156 + ], + [ + "Doorman Views Location One bedroom 5194", + 170 + ], + [ + "Spacious in 1BR East Harlem NYC", + 110 + ], + [ + "Sunny, Clean, 1BR in Washington Heights", + 115 + ], + [ + "Room in Uptown Manhattan", + 70 + ], + [ + "Soho Split-level Penthouse", + 250 + ], + [ + "Prime Location! 3 Rooms! newly furnished Apt!", + 200 + ], + [ + "OVERSIZED STUDIO IN EAST 37 TH~MURRAY HILL", + 197 + ], + [ + "Big bedroom 3 stops/10 mins from Manhattan!", + 82 + ], + [ + "1br Apartment to relax in NYC", + 85 + ], + [ + "Independent Basement Apt.(2 bed rooms, 1 Bath)", + 69 + ], + [ + "Chic pied-a-terre w/ terrace -15mins to Manhattan", + 150 + ], + [ + "Large Sunny Studio in East Village", + 150 + ], + [ + "Lofted Bedroom in Awesome Greenpoint Loft!", + 49 + ], + [ + "Luxurious Full Floor 2 Bedroom Best Location", + 165 + ], + [ + "Serene private room in chic Astoria apartment.", + 90 + ], + [ + "huge studio - harlem brownstone- 15 min to 14th st", + 92 + ], + [ + "NYC Wyndham 1 bedroom Presidential Condo sleeps 4", + 159 + ], + [ + "Modern 3br 2bath in trendy Williamsburg!", + 280 + ], + [ + "Beautiful 2B/2B at Central Park and the AMNH", + 325 + ], + [ + "Beautiful and super clean 1-bedroom in Morningside", + 120 + ], + [ + "Clean & Cozy room in Great Location", + 61 + ], + [ + "Restful Superior Court", + 80 + ], + [ + "Nice room near Times Square BEST LOCATION ❤️", + 90 + ], + [ + "Cozy Cool Room in my Charming Loft", + 51 + ], + [ + "Cozy and Classy Private Duplex in UES", + 178 + ], + [ + "Elegant apt in the heart of the Flatiron District", + 1100 + ], + [ + "Beautiful Sunny South Slope 1 BR", + 119 + ], + [ + "Cozy 1 Bedroom in Brooklyn", + 30 + ], + [ + "Comfy room in brownstone, Ridgewood", + 100 + ], + [ + "Perfect UES location! Museum quality private room!", + 100 + ], + [ + "Coney Island cabana apt - 1/2 BLOCK FROM BEACH!", + 100 + ], + [ + "Studio | Heart of Greenwich Village", + 250 + ], + [ + "Large room with AC a in house with a porch", + 30 + ], + [ + "Spacious 1BD w Amazing City views", + 240 + ], + [ + "Skylight Room in 3 bedroom duplex", + 60 + ], + [ + "Big bright room in 3 bedroom duplex", + 65 + ], + [ + "Two bedroom apt in house with private entrance", + 140 + ], + [ + "Large 1BR in Heart of the West Village", + 265 + ], + [ + "Great apt right by Grand Central!!", + 86 + ], + [ + "SuperLuxuryRoom IconicBuilding Walk to WorldTrade", + 145 + ], + [ + "Luxury studio apartment with fantastic view", + 100 + ], + [ + "Upper East side Cozy apartment.", + 75 + ], + [ + "private 1 bedroom/Flat", + 105 + ], + [ + "Huge Bedroom in Hip Williamsburg Loft-- Bedford L", + 85 + ], + [ + "Studio close to Central Park and Museum Mile", + 150 + ], + [ + "Large Artsy Bedroom in hip & cool E. Village Apt!", + 100 + ], + [ + "Williamsburg w attached balcony - Manhattan view!", + 90 + ], + [ + "Warm Central Park Upper West Side One Bedroom", + 150 + ], + [ + "beautiful one bedroom apartment", + 75 + ], + [ + "Loft style apt, renovated", + 60 + ], + [ + "Clean and modern in prime Carroll Gardens, BK", + 80 + ], + [ + "Luxury New Private Duplex in Trendy Bed-Stuy", + 137 + ], + [ + "Privet outdoor space!!!", + 79 + ], + [ + "Pibbles and friends", + 120 + ], + [ + "Airy, light-flooded 2-bath West Village apartment", + 220 + ], + [ + "Sunlight Suite", + 300 + ], + [ + "West 89th Street, Luxury Svcd 1bd UWS Apartment", + 267 + ], + [ + "AMAZING Entire-Floor Apt in Manhattan Brownstone", + 149 + ], + [ + "West 16th street, Charming Svced 1bd Apt", + 195 + ], + [ + "Clean & Cozy Close to Macy's", + 90 + ], + [ + "Warm and cozy in Brooklyn", + 48 + ], + [ + "Contemporary Park Slope Brooklyn Duplex", + 179 + ], + [ + "Clinton Hill Apartment Single Bedroom ! Pratt ~~", + 58 + ], + [ + "Sunny Bedroom in trendy Bushwick Apt. w/Rooftop", + 50 + ], + [ + "Cozy+Sunny 2 bedroom apt. close to Central Park", + 49 + ], + [ + "Charming Artist Studio", + 110 + ], + [ + "Cozy 1+ br apt. on Riverside Dr", + 190 + ], + [ + "Relaxing Ocean Front Beach Home in Arverne!", + 450 + ], + [ + "SweetSpot in Upper Manhattan", + 69 + ], + [ + "NYC Chelsea Neighborhood, Studio Apartment", + 250 + ], + [ + "Beautiful Chelsea loft perfect for families.", + 400 + ], + [ + "AMAZING DESIGNER TIMES SQUARE APARTMENT- BEAUTIFUL", + 249 + ], + [ + "Cozy spot in the lovely East Village neighborhood", + 125 + ], + [ + "Comfortable, Convenient in Central Park North Area", + 96 + ], + [ + "Cozy Bed/Bath w/Appliances Close to JFK/LGA", + 60 + ], + [ + "Charming and Quiet West Village Studio", + 179 + ], + [ + "Large and Luminous room available for female only", + 48 + ], + [ + "Chelsea 1 bed/studio", + 155 + ], + [ + "Comfy Sunnyside bedroom", + 65 + ], + [ + "Modern Downtown Space for Families: 3 bed | 2 bath", + 499 + ], + [ + "Luxury TriBeCa Apartment with Amazing Water View", + 250 + ], + [ + "South Slope Modern 1+ Bedroom with Outdoor Space", + 120 + ], + [ + "Nice Spot in Bushwick", + 50 + ], + [ + "Charming Poet's Room in Sunny Apartment", + 48 + ], + [ + "Bushwick plays", + 45 + ], + [ + "Full bed in private Bushwick room", + 50 + ], + [ + "1 br in Williamsburg, near L train", + 75 + ], + [ + "Charming Brooklyn Heights floor-through apartment", + 65 + ], + [ + "Huge Sunny Apartment in Heart of Harlem NYC", + 90 + ], + [ + "Comfy bedroom, central in Manhattan", + 56 + ], + [ + "Nini's Art Shack", + 80 + ], + [ + "3 Bedroom Apartment for Rent", + 174 + ], + [ + "1920s Room 1 block from Prospect Park and Q Access", + 43 + ], + [ + "Space to rest near LaGuardia Airport", + 32 + ], + [ + "Sun Filled Pre-War Apartment near Fort Greene Park", + 39 + ], + [ + null, + 70 + ], + [ + "Zen Bed/Bath in Historic Harlem", + 75 + ], + [ + "Modern 1 BR Williamsburg Apartment with backyard", + 130 + ], + [ + "Brooklyn Oasis", + 85 + ], + [ + "Mediterranean Style Charmer 20 mins to Manhattan", + 23 + ], + [ + "Quirky, art filled Greenpoint Apartment!", + 95 + ], + [ + "Cozy Brooklyn Home with an Artistic Twist", + 90 + ], + [ + "Comfortable room in a Bushwick duplex with patio", + 45 + ], + [ + "Nice cheap place to stay in NYC", + 60 + ], + [ + "CUTE STUDIO ON UPPER EAST SIDE @ CENTRAL PARK", + 119 + ], + [ + "Centrally Located Private Midtown Studio", + 150 + ], + [ + "Awesome 2bdr in the heart of the East Village", + 295 + ], + [ + "Beautiful Bushwick loft for August", + 38 + ], + [ + "Two bedrooms available in a cozy apartment.", + 130 + ], + [ + "private room in LES", + 70 + ], + [ + "Private cozy suite", + 71 + ], + [ + "Bed in Semi-Private Room Close to Park and Train", + 75 + ], + [ + "Charming and bright place with a good vibe!", + 85 + ], + [ + "Clean, cozy, comfortable private room. Perfect Loc", + 67 + ], + [ + "Spacious, Quiet 1 Bedroom in Hamilton Heights", + 75 + ], + [ + "La Guardia Airport Cozy Attic studio with Spiral", + 79 + ], + [ + "Brand new beautiful one bedroom apartment", + 72 + ], + [ + "Heart of Manhattan, affordable place!", + 153 + ], + [ + "Faith", + 60 + ], + [ + "UES Oasis", + 150 + ], + [ + "Beautiful Cozy Apartment near Soho!", + 142 + ], + [ + "Great location 15minutes to South central park NYC", + 55 + ], + [ + "Large & unique, über-modern studio", + 249 + ], + [ + "Vibrant Apartment with Backyard Oasis in Bushwick", + 111 + ], + [ + "Large Sunny 1 BR - Heart of Manhattan!", + 179 + ], + [ + "The Mahogany Suite- The Solo Adventurer l", + 65 + ], + [ + "Private Bedroom in the Heart of Hell's Kitchen", + 63 + ], + [ + "Quiet Full Bed - East Village / LES Comfy Colorful", + 90 + ], + [ + "One Bedroom in Heart of Chelsea", + 143 + ], + [ + "Room for rent. Quiet, safe.", + 85 + ], + [ + "Private Queen bedroom in Soho/Nolita Apartment", + 67 + ], + [ + "nice room in bedstuy G", + 45 + ], + [ + "Gorgeous Sunset-facing Carroll Gardens 1 Bedroom", + 299 + ], + [ + "Trendy 2BR Apt Next to Prospect Park -Kid Friendly", + 150 + ], + [ + "Cool respite in the city", + 175 + ], + [ + "Cozy Studio in Astoria NYC", + 90 + ], + [ + "Large one bedroom in Forest Hills Gardens, Queens!", + 150 + ], + [ + "Williamsburg Studio w/ Roof Deck and Gym", + 100 + ], + [ + "contemp. 1 BDRM in Trendy 2 BDRM Cyp. Hill", + 53 + ], + [ + "Large, sunny and beautiful bedroom in Brooklyn", + 40 + ], + [ + "Spacious and Sunny Greenpoint Townhouse", + 250 + ], + [ + "Comfortable apartment in FH", + 115 + ], + [ + "Room in the heart of Williamsburg", + 85 + ], + [ + "Serene, light-filled pre-war apartment in Brooklyn", + 45 + ], + [ + "Peaceful Upper East Side Studio", + 65 + ], + [ + "Greenpoint/Williamsburg Comfortable New Apartment", + 160 + ], + [ + "1brm apartment ,Charming, with beautiful light", + 95 + ], + [ + "Beautiful + Private 1 Bedroom in North Park Slope", + 120 + ], + [ + "Park Slope Artsy Gem", + 151 + ], + [ + "1 Bedroom in shared 2 bedroom NYC walkup apartment", + 98 + ], + [ + "Large Bedroom - Great Location - Grand Central", + 100 + ], + [ + "COZY PRIVATE ROOM IN GRAMERCY", + 74 + ], + [ + "Spacious bedroom in Inwood", + 50 + ], + [ + "New York City - World of Antiques", + 75 + ], + [ + "Super Comfortable Nest", + 150 + ], + [ + "bargain in Flatbush", + 30 + ], + [ + "Great 1 bedroom Upper West: AC, TV & Dishwasher", + 200 + ], + [ + "Unique Cozy Designer Loft 1 stop to Manhattan", + 67 + ], + [ + "Brand New Studio with Balcony @ Williamsburg!", + 153 + ], + [ + "Sunny bedroom in Williamsburg", + 75 + ], + [ + "Private Floor, Room and bathroom In Townhouse, BK", + 98 + ], + [ + "AS CENTRAL AS YOU CAN GET ~SUTTON PLACE 3BR-LUXURY", + 375 + ], + [ + "New Building Spacious 2 bed 2 bath E. Harlem!", + 215 + ], + [ + "1 BDRM IN ASTORIA (PUBLIC TRANS) CLOSE TO US OPEN", + 60 + ], + [ + "Private room in 2bedroom apartment @ East Village", + 100 + ], + [ + "Cozy, Brooklyn Beauty. Great for a nice holiday!", + 131 + ], + [ + "Comfy 1-Bedroom, Just a block from the Subway!", + 120 + ], + [ + "Perfect blend of urban and village atmosphere", + 75 + ], + [ + "lovely home on 38th street", + 79 + ], + [ + "COMFORTABLE BEDROOM GREAT LOCATION", + 120 + ], + [ + "Spacious Apartment in the Heart of LES", + 228 + ], + [ + "Private Room in Upper East Side - Queen bed", + 85 + ], + [ + "GORGEOUS STUDIO ON MIDTOWN", + 115 + ], + [ + "2 Bed Private Entrance Williamsburg", + 130 + ], + [ + "Beautiful cozzy apartment in the Upper East Side", + 109 + ], + [ + "Beautiful sunny room in Manhattan", + 65 + ], + [ + "Very Sunny 1br in Bedstuy - Dog and Kids Friendly", + 200 + ], + [ + "LUXURY 3 BR WITH DOORMAN~1600 BROADWAY", + 560 + ], + [ + "One bedroom cutie in South Willamsburg", + 180 + ], + [ + "Location Enya", + 35 + ], + [ + "Spacious, Stylish, & Cozy in Bed-Stuy", + 140 + ], + [ + "Lincoln Square - Upper West Side Haven", + 110 + ], + [ + "Cute/Private 1 Bedroom Apt in Queens", + 75 + ], + [ + "Artsy master suite with attached private bathroom", + 50 + ], + [ + "Brooklyn (G)reenery", + 89 + ], + [ + "Charming Midtown West 3 BR Exposed Brick", + 175 + ], + [ + "Large, quiet room with backyard garden", + 65 + ], + [ + "Cozy & Spacious Studio in Brooklyn", + 55 + ], + [ + "Ideal Bushwick, 2 bdrm, basement, private garden", + 150 + ], + [ + "Charming 1 bdr apt. just 17 mins from MANHATTAN!", + 96 + ], + [ + "Adorable Abode in Harlem", + 75 + ], + [ + "Charming, Spacious 2-Bedroom on UWS", + 210 + ], + [ + "NYC apartment in the East Village", + 221 + ], + [ + "Spacious Apartment, historic Brooklyn brownstone.", + 150 + ], + [ + "Charming pre-war in West Village", + 350 + ], + [ + "Private Rm/King Size Bed, just you +host in apt", + 65 + ], + [ + "Bright 3BR w/ large patio in vibrant Williamsburg", + 325 + ], + [ + "Huge 2 Bed Loft Apt in Chic Downtown", + 407 + ], + [ + "Cute room near Columbia University, Manhatta", + 60 + ], + [ + "Large Furnished Rm. Near the Park", + 91 + ], + [ + "Beautiful Brooklyn loft!", + 41 + ], + [ + "West 50th street, Lux 1bd Serviced Apartment*", + 215 + ], + [ + "Large, Sunny Room in Spacious, Modern Apartment", + 57 + ], + [ + "Prospect Heights Getaway", + 65 + ], + [ + "Spacious & Clean Apartment + Patio. Close to metro", + 149 + ], + [ + "Cozy Room in Astoria", + 70 + ], + [ + "LUXURY , FULL OF LIGHT, RENOVATED BIG 1BEDROOM", + 290 + ], + [ + "AMAZING Room in a 2 Bd Apt on the UES!", + 70 + ], + [ + "Perfect Area in Williamsburg - Room", + 90 + ], + [ + "Bright UWS Studio with great location", + 150 + ], + [ + "Large Prime East Village Bedroom", + 100 + ], + [ + "Convenient Brooklyn One Bedroom Apartment", + 165 + ], + [ + "Luxury/3bedroom/3bthrm/Privateprkng/beach/rstrnts", + 224 + ], + [ + "Spacious 1BR with amazing rooftop", + 238 + ], + [ + "Huge Lux Designer 1 BR. Renovated", + 379 + ], + [ + "Private Room in Apartment with Balcony", + 45 + ], + [ + "Rockaway Beach Surf and Garden Apartment", + 125 + ], + [ + "Comfortable oasis in the heart of Brooklyn", + 49 + ], + [ + "Two bedroom near Grand Central with a view!!", + 700 + ], + [ + "Beautiful Three Bedroom", + 650 + ], + [ + "Cozy located studio in Manhattan", + 150 + ], + [ + "Cute bedroom with private entrance from hallway", + 50 + ], + [ + "Great private room with all amnetities!", + 55 + ], + [ + "Spacious 1 bedroom off Prospect Pk", + 90 + ], + [ + "La Dolce Vita Apartment in Garfield", + 425 + ], + [ + "XTRA LARGE~PRIME UPPER EAST SIDE-1ST AVE&EAST 86TH", + 200 + ], + [ + "Luxury 1 Bedroom Condo in Central Park South", + 349 + ], + [ + "Premier Suites Downtown", + 200 + ], + [ + "Newly renovated studio in hip Bushwick near subway", + 100 + ], + [ + "Nicest studio near Central Park and the 6 train", + 115 + ], + [ + "the shoebox, west chelsea", + 150 + ], + [ + "1 room West Village", + 100 + ], + [ + "Cozy room at Brooklyn&Breakfast", + 55 + ], + [ + "Conveniently located room near train.", + 49 + ], + [ + "Private BR in comfy, international-vibe Harlem apt", + 95 + ], + [ + "Private, Sunny Room in Queens, NY", + 75 + ], + [ + "Ladies Dorm Shared Room (Single Twin Bed)", + 45 + ], + [ + "West Village Apt in the Heart of the Action", + 200 + ], + [ + "Beautiful and sunny apartment in East Village!", + 199 + ], + [ + "Artists townhouse next to Central Park! WOW!", + 195 + ], + [ + "Amazing Duplex with Best Amenities in NYC", + 349 + ], + [ + "Very Large Loft with a view of Statue of Liberty", + 270 + ], + [ + "Large+Amazing 2BR ( Flex) 800 SQFT-Upper East Side", + 230 + ], + [ + "Wall St!Design One bedroom in Doorman Bldg 5187", + 165 + ], + [ + "Spacious one bedroom, next to the L and G trains", + 159 + ], + [ + "Doorman Gym 2 bed With balcony River View 5138", + 196 + ], + [ + "Cozy, cool, spacious Midtown!", + 103 + ], + [ + "Spacious Room in the Heart of Williamsburg", + 92 + ], + [ + "Comfort and charm: 1BDR on Upper East Side", + 150 + ], + [ + "*Serenity & Heart* spacious, bright, sleeps 4 SOHO", + 294 + ], + [ + "Full Cosy apart in the middle of Manhattan!", + 110 + ], + [ + "Entire One Bedroom Apartment In Historic District", + 76 + ], + [ + "Apt 2or3 bedr for 4 or more guests in Williamsburg", + 180 + ], + [ + "The Center Suites", + 100 + ], + [ + "Quiet 1 BR in the Heart Crown Heights", + 80 + ], + [ + "Sunny Windsor Terrace 3 BR + deck", + 120 + ], + [ + "HUGE master bedroom in TIME SQUARE", + 90 + ], + [ + "The Brooklyn Vibe", + 130 + ], + [ + "YOUR PRIVATE SPACE: Prospect Lefferts Gardens NYC!", + 84 + ], + [ + "Clean 1 Bed/with En Suite Shower", + 50 + ], + [ + "New York City Getaway; very close to LGA", + 76 + ], + [ + "Amazing Location 2 BR 2 Full Bath East Village", + 316 + ], + [ + "Private Lux Condo, w/ A Great 7th Story View", + 115 + ], + [ + "Williamsburg Hideaway", + 325 + ], + [ + "Cozy Clean Small Apartment 2 Bedrooms Nyc", + 160 + ], + [ + "Greyhound Manor - twin bed with a share bath", + 47 + ], + [ + "Amazing View of NYC", + 200 + ], + [ + "Gorgeous Apartment with Balcony & Terrace", + 200 + ], + [ + "Large Sunny Williamsburg Apt Near L train #2`", + 75 + ], + [ + "Cozy Room Right Next to Prospect Park!", + 39 + ], + [ + "Large modern chic 1-BR apt near World Trade Center", + 300 + ], + [ + "Penthouse in the sky", + 489 + ], + [ + "Private floor/Flat", + 150 + ], + [ + "Queens Village Vacation Getaway", + 65 + ], + [ + "Serenity & Charm in Brooklyn's Best Area (Legal)", + 120 + ], + [ + "Amazing Apt in Hells Kitchen!!", + 80 + ], + [ + "Bedroom in East Williamsburg/ Bushwick Brooklyn", + 53 + ], + [ + "LUXURY BLDG - PRIVATE TERRACE/DOORMAN", + 200 + ], + [ + "Adorable Crown Heights Home Away From Home", + 50 + ], + [ + "Mid-town Manhattan (East Side near UN)", + 150 + ], + [ + "Awesome room in heart of midtown!", + 120 + ], + [ + "Charming Manhattan Pied a Terre", + 175 + ], + [ + "Top 7th floor sunny 1 bedroom - Sugar Hill, Harlem", + 49 + ], + [ + "WONDERFUL BED ROOM 10 MINS FROM JFK", + 59 + ], + [ + "Lovely private suite in charming historic house", + 79 + ], + [ + "Entire Home in Gramercy, Duplex Loft", + 195 + ], + [ + "Art-filled bright spacious loft prime Wburg Brklyn", + 249 + ], + [ + "Middle Size Room Super Convenient Area: ♥of Bklyn", + 53 + ], + [ + "Luxury Apt on Wall St - Amazing Views", + 189 + ], + [ + "Private room great for single travelers, near JFK", + 60 + ], + [ + "Large Modern Studio with Free Parking in Driveway", + 135 + ], + [ + "A beautiful cozy room with balcony", + 75 + ], + [ + "Cozy, Beautiful Bedroom in Shared Apartment", + 60 + ], + [ + "BEAUTIFUL AND SPACIOUS APARTMENT 1st FLOOR", + 120 + ], + [ + "Charming Bedroom in East Village", + 100 + ], + [ + "Sunny Williamsburg Loft", + 95 + ], + [ + "Classic NYC: ENTIRE 1-BR in Spacious Chelsea Apt", + 185 + ], + [ + "Upper East Side Studio Apartment", + 99 + ], + [ + "Entire 2 bedroom apt ,Prime Williamsburg", + 180 + ], + [ + "Affordable 3 BR In City Center", + 350 + ], + [ + "Cozy private room in downtown Manhattan, NYC", + 69 + ], + [ + "COZY SPOT", + 50 + ], + [ + "ONLY 4.5 MILES TO MANHATTAN", + 144 + ], + [ + "Beautiful 1 bedroom in Brooklyn!!!!", + 85 + ], + [ + "IMMACULATE 1-BDRM UPPER MANHATTAN", + 100 + ], + [ + "Lovely One Bedroom West Village", + 240 + ], + [ + "Prospect Heights for the Holidays! 2 bedroom apt", + 125 + ], + [ + "Central Park & Met Museum 1 Bedroom Gem!", + 165 + ], + [ + "New York Masterpiece", + 145 + ], + [ + "1 Bedroom", + 88 + ], + [ + "Sweet & Artsy Williamsburg Room", + 65 + ], + [ + "Greenpoint amazing private room", + 60 + ], + [ + "Charming Private Astoria Apt. 15 Min To Manhattan!", + 122 + ], + [ + "Spacious, sunlit, homey bedroom in Wash. Heights", + 65 + ], + [ + "Cozy Bright Brooklyn by train", + 42 + ], + [ + "Excellent Location! Sunny & Cozy!", + 55 + ], + [ + "Beautiful Crown Heights Pre-War 1 Bedroom", + 115 + ], + [ + "Opera House Lofts - Bushwick Studio", + 95 + ], + [ + "Steps to the Metro, Minutes to Manhattan", + 113 + ], + [ + "Beautiful, Spacious Studio In VERY Convenient Area", + 185 + ], + [ + "Large furnished room with 2 beds", + 34 + ], + [ + "Duplex in Manhattan 15min to Times Square", + 80 + ], + [ + "Fold out couch in prime Brooklyn", + 50 + ], + [ + "Nice Private room on Broadway", + 55 + ], + [ + "Primary Midtown Location Highrise Apartment", + 110 + ], + [ + "❤ of Greenwich Village ~ Walk/Transit Score 100", + 115 + ], + [ + "Dwell Inspired Design~ Great Manhattan Location!", + 239 + ], + [ + "Charming Room in Astoria Close to N and W Trains", + 63 + ], + [ + "Lg Modern 1 Bedroom / Rooftop Bldg", + 295 + ], + [ + "1400 sq ft modern full floor loft", + 425 + ], + [ + "Private Room & Private Bathroom in NYC Brownstone", + 125 + ], + [ + "Luxury Modern Studio in The Bronx", + 175 + ], + [ + "Great Room in Charming Nolita Apt", + 90 + ], + [ + "Bedroom in hip, artsy, unique loft apartment", + 75 + ], + [ + "One bedroom apartment", + 99 + ], + [ + "Calm&Cozy Bedroom - NoLIta/SoHo (private bathroom)", + 118 + ], + [ + "Cozy Bedroom (East Harlem, Manhattan)", + 75 + ], + [ + "Sunny Studio in the Hearth of the Lower East Side", + 105 + ], + [ + "Just Right in Lovely Greenpoint", + 56 + ], + [ + "DUMBO Brooklyn Authentic Loft", + 125 + ], + [ + "West Village/SoHo - Small but Mighty Room!", + 80 + ], + [ + "Sunny Artist Loft with Pool and Spa", + 110 + ], + [ + "Private room Bushwick, BK!", + 75 + ], + [ + "Private Room beside the 7 Train!", + 60 + ], + [ + "1 room in Chic Apt in Astoria NYC", + 55 + ], + [ + "Beautiful room in newly renovated aptartment", + 60 + ], + [ + "Large room in new Williamsburg apartment", + 200 + ], + [ + "Huge 1 Bedroom Central Harlem Express Subway Stop", + 49 + ], + [ + "Mary's Respite -Convenient, garden apt in Flushing", + 200 + ], + [ + "Nice comfy room", + 40 + ], + [ + "Park Avenue, Lux Studio Murray Hill apartment", + 179 + ], + [ + "Cozy & Private 1 bedroom in Bedstuy", + 75 + ], + [ + "Brooklyn Brownstone Oasis", + 45 + ], + [ + "Penthouse Duplex 2 Bed/2 Bath on Upper West Side", + 245 + ], + [ + "Cozy Brownstone Garden Apartment (King&Twin Bed )", + 120 + ], + [ + "Clean and Spacious Brooklyn Loft (Rear)", + 51 + ], + [ + "(1)Comfy Home Away From Home/Multiple rooms!!", + 83 + ], + [ + "Sun Drenched, Huge Room-Park Slope", + 55 + ], + [ + "Simple PRIVATE ROOM in UNION SQUARE", + 85 + ], + [ + "Park Avenue Studio Suite (3)", + 109 + ], + [ + "Beautiful, large bedroom", + 85 + ], + [ + "Doorman Penthouse One Bedroom Laundry 5196", + 179 + ], + [ + "Private BR in Beautiful Renovated East Village Apt", + 95 + ], + [ + "Cozy Brooklyn Studio Apt in Clinton Hill", + 95 + ], + [ + "Williamsburg Loft, Brooklyn, New York", + 170 + ], + [ + "Beach Bungalow with loft", + 110 + ], + [ + "Bright, Welcoming 2 Bedroom Apt in Clinton Hill", + 111 + ], + [ + "Modern Brooklyn oasis (PRIVATE ROOM)", + 125 + ], + [ + "Private room in a shared 3 bed 1 bath in Bushwick", + 34 + ], + [ + "Private Room - 15 min to Times Square.", + 54 + ], + [ + "Spacious 1 bedroom in loft-style building", + 79 + ], + [ + "Williamsburg Loft w Large Private Bedroom & Bath", + 80 + ], + [ + "A Quiet, Private Room - Heart of Greenpoint/Wbg!", + 89 + ], + [ + "Luxury Midtown High Rise", + 175 + ], + [ + "ENTIRE FLOR :) PRIVATE entrance&full bathroom! :DD", + 85 + ], + [ + "Call it Home.", + 38 + ], + [ + "Big Bed in Brooklyn Room; close to train", + 38 + ], + [ + "Small Room, big bed, close to train brooklyn", + 29 + ], + [ + "Large Private Room in Hip Bushwick", + 45 + ], + [ + "Beautiful Tree Lined West Village Block!", + 229 + ], + [ + "Comfortable and Cozy Apartment In Williamsburg", + 147 + ], + [ + "(Room201)7分钟拉瓜迪机场,19分钟肯尼迪机场。皇后区法拉盛中心,地段超好。#201", + 35 + ], + [ + "Beverly Hills Studio", + 300 + ], + [ + "Private, Sunny & Serene Penthouse Apartment", + 154 + ], + [ + "Upscale and charming West Village Pied a terre", + 250 + ], + [ + "PRIME Williamsburg MODERN studio in doorman bldg!!", + 150 + ], + [ + "Sunny & Spacious Room in Crown Heights", + 65 + ], + [ + "★1000 ft² designer loft in SOHO - Little Italy★", + 250 + ], + [ + "Private Comfy 2 Room Apt, 23min to Manhattan", + 99 + ], + [ + "Homey & Vivacious Brooklyn Bedroom", + 45 + ], + [ + "Cozy room in warm & sunny prime LES/Chinatown Apt", + 105 + ], + [ + "Sunny Private bedroom in Bushwick!", + 45 + ], + [ + "Beautiful 1 bedroom in the heart of Manhattan!", + 180 + ], + [ + "Beautiful studio apartment in Sunnyside", + 130 + ], + [ + "Lots of light Upper East Side Apartment.", + 210 + ], + [ + "Cozy private studio", + 77 + ], + [ + "Private Room in Elevator building in Brooklyn", + 450 + ], + [ + "Cozy private bdrm in Manhattan near Subway Station", + 85 + ], + [ + "COZY ROOM in a beautiful Bushwick apartment", + 67 + ], + [ + "Private room near E,F trains近地铁单房", + 58 + ], + [ + "Sunny bedroom, private backyard", + 149 + ], + [ + "My 2 br. Humble Abode", + 150 + ], + [ + "Cozy , Comfortable Accommodations!", + 80 + ], + [ + "Location near Kissena Blvd. & Holly Ave., Flushing", + 80 + ], + [ + "Unparalleled Luxury in Midtown Manhattan", + 2500 + ], + [ + "Charming & Spacious Studio in NYC", + 130 + ], + [ + "East Williamsburg Cozy Apartment with Rooftop!", + 150 + ], + [ + "Best View, Great Location, Concierge, Gym, Lounge", + 180 + ], + [ + "LES Minimalistic Studio", + 125 + ], + [ + "Spacious sunny bedroom (B) - East Village", + 150 + ], + [ + "Private room in Prime Soho/Nolita location", + 89 + ], + [ + "1 BR in Williamsburg with private balcony!", + 42 + ], + [ + "Cozy Room, Clean & Quiet, Free laundry", + 40 + ], + [ + "Beautiful Private Sunny Room with Backyard", + 70 + ], + [ + "Williamsburg Duplex", + 200 + ], + [ + "Convenient and Modern Midtown West Apartment", + 64 + ], + [ + "Sunny bedroom in historic Bed Stuy BK brownstone", + 75 + ], + [ + "Luxurious and Sunny 2 bed/2 bath home (1100 sqft)", + 180 + ], + [ + "PRIVATE ROOOM IN GREENPOINT", + 75 + ], + [ + "Sunlit Private Room in Centrally Located Chelsea", + 139 + ], + [ + "Amazing Private Room close Time Sq & Central Park.", + 149 + ], + [ + "Comfy private room in Williamsburg", + 85 + ], + [ + "Spacious Brooklyn Apartment", + 92 + ], + [ + "Sunny Alcove 1-bdrm- Rooftop with view & backyard!", + 129 + ], + [ + "Lovely, Comfortable 1 Bedroom in East Village", + 150 + ], + [ + "Great 1 BDR in Upper East Side", + 125 + ], + [ + "Bedroom in SoHo/Nolita", + 100 + ], + [ + "Zen Temple Vibe apt in heart of Hells Kitchen NYC", + 198 + ], + [ + "Beautiful 1 Bedroom NYC Apartment - River Views!", + 239 + ], + [ + "Giant private room near east village and gramercy", + 82 + ], + [ + "Charming, fun, private East Village apartment", + 215 + ], + [ + "Family Friendly Stay in Brooklyn", + 100 + ], + [ + "Times Square Studio Suite", + 180 + ], + [ + "1 Bedroom Apt, West 69th St, bwtn BWay & Columbus", + 150 + ], + [ + "Cozy 3 Bedroom, 20 Minutes to Times Square!", + 199 + ], + [ + "Cozy Sun Filled Fresh Guest Room in Artsy Bushwick", + 99 + ], + [ + "Yoga Apartment next to La Guardia and Manhattan", + 40 + ], + [ + "Super relaxing West Village 1BR w/private terrace", + 199 + ], + [ + "Cozy room just 15 mins from Central Park", + 69 + ], + [ + "1BR Apartment", + 170 + ], + [ + "Greenpoint Williamsburg Gold in the Heart of BK", + 110 + ], + [ + "A cozy luxurious bed and breakfast", + 100 + ], + [ + "Sunny Room in Greenpoint.", + 50 + ], + [ + "Swimming Pool/Gym/ Doorman 2 bed 2 bath W&D 5192", + 310 + ], + [ + "ENTIRE FLOR :) PRIVATE entrance&full bathroom! :D", + 110 + ], + [ + "Forest Hills", + 165 + ], + [ + "Crown Heights Cozy 2 Bedroom apt.", + 85 + ], + [ + "Spacious Bright Private Bedroom for 2", + 65 + ], + [ + "**Amazing, Luxury Doorman, VIEW ,Battery Park**", + 149 + ], + [ + "★STAY IN OUR MIDTOWN LUXURIOUS STUDIO SUITE★", + 252 + ], + [ + "2500 Square Foot Artist Flat", + 130 + ], + [ + "MyPlaceYourSpace", + 80 + ], + [ + "★ Comfy Room ★ w/ Parking | Quiet Area | Near Park", + 75 + ], + [ + "Spacious Room in the Heart of Williamsburg", + 75 + ], + [ + "Private Brooklyn Apartment and Garden", + 125 + ], + [ + "Studio - St Regis Residence Club", + 650 + ], + [ + "Cozy One bedroom apartment", + 115 + ], + [ + "MODERN PENTHOUSE ROOM/BALCONY AMAZING LOCATION :)", + 90 + ], + [ + "Large Private 1BR Apartment- Best Location Chelsea", + 249 + ], + [ + "Heart of BK - 1 bedroom w/extra room", + 140 + ], + [ + "Luxury 2BR/2BATH TownhousUpper East Side Manhattan", + 795 + ], + [ + "Best “H.P TWIN Bed” 5 mins to LGA airport &US OPEN", + 27 + ], + [ + "Charming Studio in Astoria", + 105 + ], + [ + "Private Bedroom in Prime Bay Ridge Close to Subway", + 30 + ], + [ + "Large room in the heart of Bushwick", + 55 + ], + [ + "Bright & Clean Bedroom Nice Area Close to Subway", + 65 + ], + [ + "Master Bedroom w/ Private Bathroom Close to Subway", + 65 + ], + [ + "A bedroom far from Home", + 55 + ], + [ + "Sun Soaked 3-Bedroom w/ private roof deck", + 800 + ], + [ + "Modern Apt - 10 min from Manhattan", + 100 + ], + [ + "Perfect for Students/Interns seeking summer rental", + 55 + ], + [ + "Bright Cozy Home in Brooklyn", + 73 + ], + [ + "Family Friendly 2 Bedrooms 1 Bath w. washer/dryer", + 289 + ], + [ + "I call my place Susan's Villa", + 75 + ], + [ + "Welcome to your private room in my home", + 100 + ], + [ + "Chic 1 br with huge private garden", + 120 + ], + [ + "Private room with own T.V.", + 45 + ], + [ + "Two bedrooms accommodate 4 guests", + 399 + ], + [ + "Cosy Designer Apt - vacation or business", + 155 + ], + [ + "Cozy 1br mins from CASINO JFK & NYC (2nd Apt)", + 60 + ], + [ + "Amazing apartment in NYC", + 100 + ], + [ + "Long term sublet in Clinton Hill", + 30 + ], + [ + "Private bedroom in Crown Heights BK w/ central AC!", + 50 + ], + [ + "Swimming Pool/ Amazing Layout W&D Doorman 5131", + 330 + ], + [ + "Spacious Home 15 Minutes Away From Manhattan", + 300 + ], + [ + "Adrian's Place: Cozy 1br mins from JFK w/ 55' TV", + 65 + ], + [ + "Cozy, Creative Loft - Same Block as Graham Ave L", + 200 + ], + [ + "Charming brick brownstone w/ backyard (ground flr)", + 85 + ], + [ + "3 Big Bedrooms, Park Best Location!", + 139 + ], + [ + "Cozy Brownstone Apartment in Brooklyn", + 135 + ], + [ + "Beautiful King Bedroom in the heart of Ditmas Park", + 150 + ], + [ + "Heart of Harlem Living - NYC to it's fullest!", + 140 + ], + [ + "Cute Lofted Apt.", + 185 + ], + [ + "1 BED APT GREAT FOR FAMILIES/COUPLES NYC", + 74 + ], + [ + "Large Bright East Village Flat", + 162 + ], + [ + "Bright One BR w/ Balcony | Bohemian Brooklyn Apt", + 185 + ], + [ + "Trundle bed in unprivate space", + 400 + ], + [ + "R & R on Broadway Uptown", + 160 + ], + [ + "Midtown in NYC for International Business Interns", + 98 + ], + [ + "SPACIOUS room TIME SQUARE", + 95 + ], + [ + "Prospect Park Brooklyn Private Studio Apt", + 59 + ], + [ + "Bohemian Home in Trendy LES! #10250", + 200 + ], + [ + "New! Huge Terrace, Close to Manhattan, Great View!", + 200 + ], + [ + "Beautiful, spacious one-bedroom in E. Williamsburg", + 100 + ], + [ + "Huge 3BR 2BA lux in LES! 2min walk to Train!", + 499 + ], + [ + "Times Square Best Location Studio (Entire apt)", + 189 + ], + [ + "U.S. Open Special: Hospitality Beyond Expectations", + 185 + ], + [ + "Mini suite minutes from Central Park", + 79 + ], + [ + "Designer Studio in the Heart of Harlem", + 149 + ], + [ + "Upper West Side. Charming 2 Bedroom", + 250 + ], + [ + "Private Room", + 105 + ], + [ + "Sunny room in Bedstuy w/fire escape", + 45 + ], + [ + "Cozy, Clean \"Like Home\" Full 1 Bdrm", + 125 + ], + [ + "Private room in SUNNY gorgeous apt in Brooklyn,NYC", + 95 + ], + [ + "Astoria, NY. 1 bedroom in a 2bed/1bath", + 75 + ], + [ + "Spread out in Manhattan! :)", + 30 + ], + [ + "Comfort in Manhattan", + 175 + ], + [ + "3BR - Sunny and Vibrant Brooklyn loft", + 149 + ], + [ + "Downtown NYC Studio Apt. near World Trade Center", + 189 + ], + [ + "Spacious 1 BR in a 2 BR apartment", + 95 + ], + [ + "Queen Airbed studio female/couple", + 61 + ], + [ + "Independent 2 BR apt. close to all attractions", + 190 + ], + [ + "Comfy stay in the heart of NYC!", + 80 + ], + [ + "Modern Room with private bathroom in spacious apt", + 99 + ], + [ + "Comfy 1 bedroom in spacious lower east side apt", + 84 + ], + [ + "Brand New One Bedroom In Prime Bushwick", + 125 + ], + [ + "room available for 2 weeks in shared accomadation", + 43 + ], + [ + "Charming & Cozy Private Apt near Prospect Park, BK", + 107 + ], + [ + "Convenient 1-BR in the Heart of LES", + 190 + ], + [ + "1 BR across from Prospect Park! / Windsor Terrace", + 125 + ], + [ + "Quiet private room for 1 or 2 people", + 45 + ], + [ + "Large Bedroom in Bushwick", + 65 + ], + [ + "Awesome, Sunny, and Spacious 1BR Apartment", + 174 + ], + [ + "Studio in the Best location in Manhattan", + 170 + ], + [ + "Spacious, Clean Upper West Side Apartment", + 200 + ], + [ + "Cozy West Village Studio with Beautiful Rooftop", + 250 + ], + [ + "Spacious bedroom in LES", + 95 + ], + [ + "Very Near Times Square! Perfect Location in NYC", + 250 + ], + [ + "Riverdale - 2 Pvt rooms for Ladies Only", + 80 + ], + [ + "Studio Apartment near Columbia Uni", + 160 + ], + [ + "Brooklyn Nook", + 45 + ], + [ + "Sunny 1BR near Central Park, Columbia University", + 70 + ], + [ + "Cozy & Clean #5", + 75 + ], + [ + "Simple Williamsburg room in prime location!", + 35 + ], + [ + "Geodesic Dome", + 200 + ], + [ + "Charming 1 BD near train 3 stops from Manhattan", + 95 + ], + [ + "Bright, charming luxury 1 BR with amazing rooftop", + 250 + ], + [ + "Come Explore the Big Apple!", + 275 + ], + [ + "Artist Loft Bushwick", + 70 + ], + [ + "Private room in 2 BR on Woodside", + 30 + ], + [ + "6 Guests LUXURY MANHATTAN Condo With ROOFTOP!!!", + 289 + ], + [ + "Gorgeous Modern Penthouse Terrace by Central Park", + 375 + ], + [ + "GREAT studio in heart of Manhattan PRIME LOCATION", + 129 + ], + [ + "Beautifull Studio Apt. by Central Park", + 219 + ], + [ + "Sunny Bushwick space with yoga loft", + 81 + ], + [ + "Big Private Room 2 Blocks Away from Time Square", + 75 + ], + [ + "Summer home for families with baby + toddler", + 250 + ], + [ + "HUGE Studio-sized bedroom with own bath", + 99 + ], + [ + "2 Bedroom 2 Bathroom Upper West", + 225 + ], + [ + "Location Location - Spacious Room in Time Square", + 106 + ], + [ + "Sunny & inviting BK Room 30mins from Manhattan.", + 55 + ], + [ + "Nice and comfortable 2/B Apartment", + 110 + ], + [ + "★ Luxury FiDi Studio - Elevator and Gym ★", + 279 + ], + [ + "Entire APT in Heart of Harlem | Hamilton Heights", + 94 + ], + [ + "Assemblage Place", + 220 + ], + [ + "Historic Brooklyn Brownstone", + 110 + ], + [ + "Spacious and Clean Get Away", + 275 + ], + [ + "Luxury Full-Floor 2 Bed Loft w/Huge Private Roof", + 999 + ], + [ + "AMAZING bedroom in the Heart of NYC", + 125 + ], + [ + "Master bedroom/private bathroom with Balcony", + 90 + ], + [ + "1-bed Apartment in the East Village/Union Square", + 122 + ], + [ + "On Broadway & 3 stops to Times Square", + 60 + ], + [ + "Excellent Studio Space", + 99 + ], + [ + "Brooklyn - Bushwick - NYC #2", + 48 + ], + [ + "Amazing 2 BR Washington Square Park/Soho", + 159 + ], + [ + "1 Bedroom steps from Bloomingdale's and Park", + 117 + ], + [ + "Airy Bedroom in Bushwick", + 45 + ], + [ + "Vibey Apartment, Empire State Bldg & Times Square!", + 100 + ], + [ + "Bedroom in the <3 of Astoria close to the city", + 40 + ], + [ + "Large, Sunny and Clean Studio Apt.in Chelsea", + 175 + ], + [ + "Private Room Couch close to Central Park", + 40 + ], + [ + "Lovely studio", + 85 + ], + [ + "Private room in a luxury building in DUMBO!", + 100 + ], + [ + "LOVELY Studio in Heart of Soho", + 195 + ], + [ + "Brooklyn @ Best ✨ cozy 1br garden", + 65 + ], + [ + "Gem of Brooklyn, 3 bedroom private condo", + 250 + ], + [ + "Perfect Location 2bd w Bklyn Charm", + 170 + ], + [ + "1 bedroom in Tribeca", + 440 + ], + [ + "Cozy private room and bathroom in Brooklyn", + 58 + ], + [ + "Bright Bedroom in Brooklyn!", + 45 + ], + [ + "Room on the East River w/ balcony!", + 65 + ], + [ + "Sunny & Spacious 3BR Bklyn Duplex w Private Garden", + 299 + ], + [ + "Large bedroom in Harlem available", + 100 + ], + [ + "Fullszbd, prvt room & bth, kitchen & living room", + 99 + ], + [ + "Room on 5th Ave between Washington Sq and Union Sq", + 120 + ], + [ + "Elegant Studio in the Heart of Harlem", + 149 + ], + [ + "WINTER PROMO! BKLN - LG 2bd/ modern/comfy/CLEAN!", + 150 + ], + [ + "1 Bedroom Apt All Yours In Astoria!", + 100 + ], + [ + "Shared Penthouse", + 60 + ], + [ + "California Vibes in NYC", + 153 + ], + [ + "South Williamsburg", + 50 + ], + [ + "Modern Luxury Apartment in Heart of Williamsburg", + 172 + ], + [ + "Designer Basement Apt by the Park 新精緻近公園舒適含窗半地下公寓", + 109 + ], + [ + "Velvet Retreat in the West Village", + 180 + ], + [ + "14 min to Columbus Circle, 20 min to Times Square", + 60 + ], + [ + "Large 2 Story 2 Bedroom Corner Unit On Top Floor", + 175 + ], + [ + "Private room in Sunnyside Gardens", + 98 + ], + [ + "Laid Back, Spacious 2BR All Yours!", + 150 + ], + [ + "Central Park South 2 Bedroom 1 Bathroom", + 199 + ], + [ + "Private room. Full size bed. 3rd floor. Cooper Sq", + 75 + ], + [ + "Independent apt in 2 family pvt. home", + 125 + ], + [ + "Double Twin Spacious Room In Small", + 200 + ], + [ + "Inwood heights", + 300 + ], + [ + "Historic Brownstone (3Flrs). Pvt Deck, Garden,Park", + 750 + ], + [ + "Bright and clean room in a quaint neighborhood", + 100 + ], + [ + "Museum Mile", + 225 + ], + [ + "Large room at luxury apartment bldg Times Square", + 120 + ], + [ + "Spacious light drenched 3 bedroom", + 295 + ], + [ + "Stylish 1 BD in Garment District", + 160 + ], + [ + "Modern Room in Great Location (Bushwick)", + 40 + ], + [ + "Peaceful and Quiet in the heart of TriBeca", + 350 + ], + [ + "Sunny Room in heart of Manhattan", + 110 + ], + [ + "The Mahogany Suite-The Solo Adventurer-ll", + 43 + ], + [ + "1 br available in a Lovely 2br Apt", + 50 + ], + [ + "Cozy spacious Brooklyn apartment!", + 85 + ], + [ + "Awesome Private Room in Historic Village of Harlem", + 56 + ], + [ + "Lovely stay next to Prospect Park", + 73 + ], + [ + "Harlem Oasis", + 175 + ], + [ + "Queen Bed/Awesome Space/Sauna & Spa Amenities", + 49 + ], + [ + "PERFECT LONG TERM RENTAL~1 BR- EAST 60TH STREET!", + 175 + ], + [ + "RATED ★★★★★ IN THIS 2 BEDROOM PRESIDENTIAL SUITE", + 672 + ], + [ + "LG. RED AND WHITE COOL OASIS ROOM.", + 44 + ], + [ + "Quaint garden apartment in Clinton Hill", + 130 + ], + [ + "Gorgeous Loft", + 132 + ], + [ + "Cozy master room,17mins to midtown by EFMR7 trains", + 55 + ], + [ + "Sunny 1Bedroom in the ❤ of the city", + 250 + ], + [ + "Unique Designer 1BR in Best NYC Neighborhood", + 300 + ], + [ + "Madison home-", + 35 + ], + [ + "Big & Bright Hamilton Heights Manhattan Bedroom", + 100 + ], + [ + "2BR fully furnished in the UES - minimum 30 days", + 175 + ], + [ + "Private Small Room 4", + 75 + ], + [ + "near metro", + 30 + ], + [ + "Spacious Studio Room in Flushing, Queens", + 60 + ], + [ + "Private Suite · Sparkling Clean · Memory Foam", + 47 + ], + [ + "Entire 1 Bedroom in Gramercy", + 200 + ], + [ + "Bright, Modern, Cozy Room in Brooklyn Artist's Apt", + 60 + ], + [ + "纽约之家(SunnyHome5)", + 50 + ], + [ + "Spacious 1 bedroom with Private Deck with Grill", + 100 + ], + [ + "Gorgeous Brooklyn Studio Apartment", + 80 + ], + [ + "Amazing Luxury located in the Middle of Manhattan!", + 125 + ], + [ + "Cozy Studio in Midtown", + 125 + ], + [ + "Friendly and well-located place to get away", + 78 + ], + [ + "Lovely Bijou!! 5MIN.to MANHATTAN", + 75 + ], + [ + "Surfside Studio", + 150 + ], + [ + "1 Person Only 1 Bdrm LES/East Village HugeDeck", + 100 + ], + [ + "Bright, Modern, Safe, Clean Apartment in Astoria", + 200 + ], + [ + "A Warm Friendly Host for Everlast", + 65 + ], + [ + "Home Base, Minutes to Manhattan!!!", + 145 + ], + [ + "Sunny huge FiDi loft w water views", + 180 + ], + [ + "Comfortable place for short term stay.", + 99 + ], + [ + "Williamsburg Dream Loft", + 120 + ], + [ + "Upper Manhattan", + 227 + ], + [ + "Beautiful Apartment in the Heart of Harlem", + 90 + ], + [ + "Perfect master bedroom in Brooklyn garden duplex", + 99 + ], + [ + "Spacious bedroom in Greenpoint, Brooklyn", + 55 + ], + [ + "20-25 minutes to downtown NYC/30-40 to midtown", + 55 + ], + [ + "Large room in Bushwick Loft!", + 80 + ], + [ + "20-25 minutes to downtown NYC/30-40 to midtown", + 40 + ], + [ + "Stellar Midtown Apt Extended Stay", + 133 + ], + [ + "Midtown 3 BR Elevator - Best Location", + 175 + ], + [ + "Brooklyn Duplex in a beautiful brownstone", + 163 + ], + [ + "Spacious studio in amazing location", + 250 + ], + [ + "3-Bedroom Apartment, 10 Minutes from Manhattan", + 117 + ], + [ + "Swimming Pool! 2 Bed 2 bath Amazing Layout!5143", + 295 + ], + [ + "Massive Brownstone Close to Express Trains", + 105 + ], + [ + "Clean & Amazing Semi Private NYC Room by #1 Train", + 59 + ], + [ + "Inwood Manhattan everything close!!", + 60 + ], + [ + "Private Ground Floor Studio Apartment Near JFK/LGA", + 49 + ], + [ + "Central Park Slope Garden Apartment", + 141 + ], + [ + "Cozy & Affordable Room for 2", + 59 + ], + [ + "Breathtaking City Views 3 Bed Apt. in Lincoln Sq!", + 3000 + ], + [ + "20-25 minutes to downtown NYC/30-40 to midtown", + 50 + ], + [ + "Large bedroom in Luxury bldg West Harlem", + 41 + ], + [ + "Modern furnished 2-Bedroom NYC Apartment!", + 399 + ], + [ + "Modern Studio Apartment in perfect location!", + 189 + ], + [ + "Cozy Private Bedroom and Bathroom in Brooklyn", + 48 + ], + [ + "Bensonhurst Gem", + 49 + ], + [ + "An Apartment for Families near by Tom's Restaurant", + 175 + ], + [ + "Artist Loft w/ AMAZING views of Manhattan", + 55 + ], + [ + "Hamilton Heights Sunny Bedroom", + 53 + ], + [ + "sunny airy bohemian rm, private bath! hip 'shwick", + 80 + ], + [ + "Beautifu large studio in the heart of Manhattan", + 150 + ], + [ + "COZY KING SIZE BED, NEAR AIRPORTS", + 67 + ], + [ + "HUGE ROOM,PRIVATE BATH FORT GREENE/CLINTON HILL", + 80 + ], + [ + "PRIME WILLIAMSBURG ROOM. ONE STOP FROM MANHATTAN", + 78 + ], + [ + "Large private room in Astoria, 20 mins to mid-town", + 50 + ], + [ + "Beautiful loft apt. on quiet Bed-Stuy block", + 120 + ], + [ + "Bushwick Suite", + 75 + ], + [ + "Sunny room in PRIME Brooklyn!", + 60 + ], + [ + "Big bedroom in the heart of Greenpoint", + 75 + ], + [ + "Cozy studio In Bed Stuy Brooklyn", + 99 + ], + [ + "Cozy room in convenient Midtown West location", + 100 + ], + [ + "Sunny and Spacious Bedroom in the East Village", + 95 + ], + [ + "Madison Ave Palace - Washer Dryer, Outdoor Deck", + 200 + ], + [ + "2br Apartment w/ Balcony & Free Airport Pickup!", + 249 + ], + [ + "Spacious Room in HUGE Manhattan flat!", + 33 + ], + [ + "Upper Westside Room w/ Private Bath & View", + 80 + ], + [ + "Location! Location! Location! ... in a cute studio", + 160 + ], + [ + "Private Large Studio-size Room", + 50 + ], + [ + "Quaint, sunny, and quiet room overlooking garden.", + 50 + ], + [ + "Large 1 Bedroom near Prospect Park", + 100 + ], + [ + "Cozy minimalist room close to train (1)", + 33 + ], + [ + "Pr1vate Room(Queensizebed)$100", + 100 + ], + [ + "Lovely bedroom in the heart of Brooklyn", + 35 + ], + [ + "1 bedroom w/PRIVATE full bathroom (BUSHWICK)", + 55 + ], + [ + "Amazing Space in the Heart of Williamsburg", + 60 + ], + [ + "2A Lovely one bedroom apartment in Williamsburg", + 89 + ], + [ + "South-By-Southwest Room", + 97 + ], + [ + "Big Apartment with Balcony by Central Park", + 164 + ], + [ + "Home 4 Medical Professionals- Stuyvesant Heights 1", + 57 + ], + [ + "Immaculate Private Apt Under $10 Uber to JFK*", + 66 + ], + [ + "Modern and Safe Place,Free Wifi", + 400 + ], + [ + "3 BD,2 BTH, Doorman,15 mins to Midtown", + 199 + ], + [ + "Quiet room with loft bed", + 52 + ], + [ + "Huge Sunny Private Bedroom in heart of Brooklyn", + 70 + ], + [ + "Lovely & bright apartment in center of Park Slope", + 170 + ], + [ + "Bright Room in Bushwick", + 62 + ], + [ + "Midtown East Pied-à-Terre", + 200 + ], + [ + "Sunny Master Bedroom / Harlem", + 75 + ], + [ + "Beautiful Designer 1 bedroom Apt Midtown Manhattan", + 200 + ], + [ + "Ditmas Park Beautiful Spacious Apartment", + 160 + ], + [ + "Harlem River", + 100 + ], + [ + "Large private bedroom&bath 2 min. away from subway", + 100 + ], + [ + "Homey, accessible private bedroom", + 58 + ], + [ + "1 Bedroom Apartment, Carroll Gardens", + 110 + ], + [ + "1 Beautiful Private Bedroom In Prime Williamsburg", + 120 + ], + [ + "Chris' Cozy Cave!", + 95 + ], + [ + "Spacious 1BR amazing view, Beach 5 min, airport 20", + 150 + ], + [ + "Large and inviting 3BR apartment", + 150 + ], + [ + "Studio Apartment Prospect Heights", + 95 + ], + [ + "21St&6Th Ave Prime Doorman 1bed !GYM 5204", + 250 + ], + [ + "Cool Brooklyn spot", + 37 + ], + [ + "Sunny Room with Queen Bed in Artsy Bushwick", + 75 + ], + [ + "Spacious Bedroom in Gorgeous Renovated Apartment", + 67 + ], + [ + "Beautiful Home Away From Home", + 59 + ], + [ + "Park Slope Bklyn, Large 2 BD/2 BTH", + 227 + ], + [ + "Cozy living in midtown close to EVERYTHING", + 160 + ], + [ + "Cozy 4 beds, Free Ferry to Manhattan.", + 125 + ], + [ + "Spacious room on the East River!", + 50 + ], + [ + "Cozy NY Apt, Central to transport-LIVE as a LOCAL-", + 80 + ], + [ + "Renovated brownstone apt w/ private outdoor patio", + 225 + ], + [ + "Duplex with Private Bathroom by Times Square", + 180 + ], + [ + "Spacious 2 bedroom penthouse in Williamsburg", + 109 + ], + [ + "Sunny Bloomingdale", + 100 + ], + [ + "Large studio in Williamsburg, 3B", + 79 + ], + [ + "private cosy , clean 2 bedroom apt", + 105 + ], + [ + "Bedroom & living area Upper East Side, 86th Subway", + 125 + ], + [ + "Comfortable Twin Size Bed Near Airport", + 47 + ], + [ + "A Small Room With Futon Bed In A House In Brooklyn", + 60 + ], + [ + "Soho/Nolita Apartment w/Rooftop Terrace", + 120 + ], + [ + "Bright, quiet, super comfy chic in Upper East Side", + 195 + ], + [ + "Private room in astoria for a month!", + 60 + ], + [ + "Spacious Room in the heart of Greenwich Village!", + 99 + ], + [ + "Spacious 3BR Duplex Apt + Loft in Gramercy NYC", + 300 + ], + [ + "Charming 2BR Prime Carroll Gardens/ F,G Train", + 250 + ], + [ + "Bright 1 Bedroom in the heart of the East Village", + 105 + ], + [ + "Beautiful Furnished 1 BR Apt near Times Square", + 129 + ], + [ + "LowerLevel House NYC,Traveler ShortStay BedRoom", + 27 + ], + [ + "Relaxing, spacious, private room Riverside Drive", + 65 + ], + [ + "peaceful tree view room in sweet neighborhood", + 42 + ], + [ + "Amazing Private Bedroom on UES of New York City", + 100 + ], + [ + "Located in heart of SOHO, super convenient!", + 120 + ], + [ + "NYC Photographers Loft", + 199 + ], + [ + "Cozy quiet room in Morningside brownstone", + 85 + ], + [ + "Beautiful two bedroom apartment with backyard", + 135 + ], + [ + "Oceanview pull out bed in a SAFE area. No BS fees!", + 50 + ], + [ + "Sid's Victorian Oasis", + 120 + ], + [ + "Modern Williamsburg Loft", + 160 + ], + [ + "private room in SOHO", + 120 + ], + [ + "private room in central SOHO", + 120 + ], + [ + "comfy bed in SOHO", + 100 + ], + [ + "NEW Bright Modern Apt in the heart of DOWNTOWN NYC", + 270 + ], + [ + "Cosy Brooklyn Bedroom in Duplex Apt", + 72 + ], + [ + "East 63rd street, Studio Serviced Apartment*", + 179 + ], + [ + "Stoner Abode in Bushwick\nADULTS ONLY!", + 72 + ], + [ + "West Village Apartment near Washington Square Park", + 200 + ], + [ + "Bright, conveniently located room in Bushwick", + 48 + ], + [ + "Classic Bed-Stuy Brownstone Garden Apartment", + 95 + ], + [ + "Fantastical Artist's loft in Tribeca", + 800 + ], + [ + "Small Bedroom in Heart of SoHo", + 49 + ], + [ + "Bedroom in Beautiful Fort Greene Home", + 65 + ], + [ + "Private Bed/Bath in SOHO Townhouse +Office/Deck!!!", + 129 + ], + [ + "Modern Private Room-L Train in front of building!", + 113 + ], + [ + "Modern Spacious Private One bedroom Free Parking.", + 100 + ], + [ + "3 BR & Bath Sunny Quiet Entire Floor Brown", + 175 + ], + [ + "Artist's Townhouse", + 575 + ], + [ + "Loft in the heart of Bushwick (jefferson L)", + 135 + ], + [ + "East midtown, Steps from the UN +GC", + 200 + ], + [ + "Cozy Quiet/NYC, Brooklyn apt next to subway!!", + 152 + ], + [ + "Jackson Heights 2 bedrooms housing", + 140 + ], + [ + "Unique Creative Artist Space in Brooklyn", + 800 + ], + [ + "Sunny Upper East Side Escape", + 95 + ], + [ + "Large studio in Williamsburg, 4B", + 80 + ], + [ + "Beautiful Alcove Studio in West Midtown", + 215 + ], + [ + "Sunny, Beautiful 2BR in Park Slope South", + 140 + ], + [ + "Clean bright comfy 1BR east Harlem", + 110 + ], + [ + "Gorgeous Sunlit One Bedroom - Uptown Manhattan", + 100 + ], + [ + "Eclectic Prime Williamsburg Space", + 100 + ], + [ + "Charming 1BR with sun-nook in Brooklyn", + 94 + ], + [ + "Master bedroom with king size bed and private bath", + 76 + ], + [ + "1 Bedroom apartment in Woodside, NY", + 150 + ], + [ + "Apartment in Center of East Village", + 195 + ], + [ + "Small room in great neighborhood", + 49 + ], + [ + "Luxury New York City Westside Suite", + 500 + ], + [ + "Penthouse Private Room w/Amazing Views", + 45 + ], + [ + "纽约之家(SunnyHome3)", + 50 + ], + [ + "Brand New Luxury Apartment with Breathtaking Views", + 295 + ], + [ + "Cozy nook in the Brook(lyn)", + 65 + ], + [ + "BEST AREA IN CHELSEA. MODERN. COMPACT. HIGH LINE!!", + 90 + ], + [ + "West Harlem Cosy and Spacious Room", + 71 + ], + [ + "Ultramodern Luxury 1 BR w/ Terrace, Crown Heights", + 155 + ], + [ + "Shared 1br in Flushing for cheap", + 40 + ], + [ + "Cozy Bed Stuy Two Room Studio", + 50 + ], + [ + "Private Bedroom with Amazing Skyline View", + 50 + ], + [ + "NYC Studio Apt right by Central Park!!", + 199 + ], + [ + "Cozy Bed Stuy Getaway", + 136 + ], + [ + "Entire studio in Williamsburg", + 80 + ], + [ + "Modern Apartment on the UES", + 65 + ], + [ + "1 bdrm in Park Slope , Bklyn.", + 200 + ], + [ + "Crown Heights 1 BR w/ Style", + 148 + ], + [ + "Private Room in the Heart of SoHo", + 100 + ], + [ + "Spacious Artist's Apartment", + 90 + ], + [ + "An Urban Oasis in the Heart of Downtown Brooklyn", + 239 + ], + [ + "Light Filled Chinatown Apartment", + 150 + ], + [ + "Cute, central East Village apt", + 300 + ], + [ + "Lovely 1 BR in Prime Location on E 26 & 3 - NYC", + 125 + ], + [ + "Nice bedroom by Riverside & Columbia University", + 60 + ], + [ + "Harlem Comfort and Style", + 200 + ], + [ + "Large, beautiful room near Bushwick", + 50 + ], + [ + "Country Manhattan Private Bedroom Suite", + 75 + ], + [ + "Sid's Victorian Peaceful Haven", + 100 + ], + [ + "Cozy and close to Manhattan", + 50 + ], + [ + "FAIRY COTTAGE", + 150 + ], + [ + "Huge Brownstone! Private Room! Clean! City in 15!", + 50 + ], + [ + "Midtown East Studio Apt ~ Private, Cozy & Bright", + 198 + ], + [ + "Upscale Furnished Studio near Union Square!!", + 109 + ], + [ + "BEACH BLOCK IN ♡ OF ROCKAWAY, NYC", + 200 + ], + [ + "Brooklyn Vibe", + 55 + ], + [ + "Cozy Space w/ Separate Entrance", + 80 + ], + [ + "Doorman, modern apart. on Broadway (Central Park)", + 165 + ], + [ + "2 bed/2 bath floor - unique West Village townhouse", + 415 + ], + [ + "1 Bedroom in Upper East Side", + 80 + ], + [ + "Modern luxury apartment in downtown Manhattan", + 235 + ], + [ + "Beautiful basement apt in Forest Hills, Queens", + 99 + ], + [ + "Modern 1BR Apt in the Heart Of NYC", + 180 + ], + [ + "Beautiful Park Slope apartment in great location!", + 180 + ], + [ + "Spacious Living in Ditmas Park", + 100 + ], + [ + "1BR on own floor, by park & subway", + 88 + ], + [ + "Serene & Clean Cuartito with Garden View", + 56 + ], + [ + "Brooklyn Gem: Stylish & Family Friendly", + 98 + ], + [ + "Crown Heights and Cozy Self-Catering", + 93 + ], + [ + "Spacious Private Bedroom, 10 min to Central Park", + 60 + ], + [ + "Duplex apartment in the heart of Brooklyn", + 250 + ], + [ + "Studio In Williamsburg w/ Amazing View Waterfront", + 225 + ], + [ + "Spacious 3 Bedroom Apartment Near Prospect Park", + 400 + ], + [ + "Bright Cozy Apartment next to Prospect Park", + 130 + ], + [ + "Voted “Best of Williamsburg” / 1000 sqft Loft", + 249 + ], + [ + "RENOVATED 2-Bedroom, Near subway, comfy & cosy!", + 85 + ], + [ + "Kingsbridge Heights, The Bronx, NY.", + 30 + ], + [ + "Beautiful Sunny Small Room", + 60 + ], + [ + "Sid's Victorian Quiet Hideaway", + 80 + ], + [ + "Cozy Room Right Next to Central Park", + 129 + ], + [ + "DUMBO couch with A/C near the Brooklyn Bridge", + 250 + ], + [ + "Beautiful room with all Amenities and gym", + 110 + ], + [ + "Big Room in Manhattan Apt", + 129 + ], + [ + "1 BR in Williamsburg by Bedford Ave Station", + 75 + ], + [ + "Luxury Studio Apt Overlooking the Hudson River", + 199 + ], + [ + "Sunny 1 Bedroom in Harlem", + 129 + ], + [ + "Cozy walk-up in The Upper East Side", + 75 + ], + [ + "Quaint Studio. 20 mins to City", + 105 + ], + [ + "Comfortable Bedroom near train.", + 49 + ], + [ + "Apt with Modern Lights Available", + 215 + ], + [ + "Entire 1bdr Manhattan NY", + 85 + ], + [ + "Sunny Art Loft in Bushwick, Brooklyn + 1 Cute Cat", + 102 + ], + [ + "Bronx Retreat in Contemporary Apt", + 85 + ], + [ + "Furnished Room, with spacious backyard", + 25 + ], + [ + "**East Side NYC 1 Bedroom Apt**", + 279 + ], + [ + "A Real NYC Experience", + 41 + ], + [ + "5 Star Apt / Location Full of Character", + 280 + ], + [ + "Bright, clean and peaceful apt in Hell's Kitchen", + 165 + ], + [ + "The best deal, really close to Times Square", + 40 + ], + [ + "Luxury Apartment one block from Central Park", + 120 + ], + [ + "Bedroom in beautiful apt near Central Park", + 60 + ], + [ + "Private natural light oasis with Super Host!!", + 70 + ], + [ + "Eclectic, relaxing yet steps away from the action", + 130 + ], + [ + "Upper East Side 1 Bedroom Near MSK", + 249 + ], + [ + "Huge Bedroom with Private Shower and Bathroom", + 80 + ], + [ + "Cozy Modern Townhouse Studio Williamsburg BK", + 145 + ], + [ + "2 Bedroom in Convenient Upper East Apartment", + 260 + ], + [ + "Spacious studio with private garden in Brooklyn", + 86 + ], + [ + "86th st express train/Private Patio/Clean One Bed", + 219 + ], + [ + "Bright cozy room with balcony near Prospect Park.", + 90 + ], + [ + "Room in South Harlem near Central Park", + 70 + ], + [ + "brooklyn comfy safe near all", + 70 + ], + [ + "Room in two bedroom apartment", + 64 + ], + [ + "Stay in a beautiful apartment&experience Harlem!", + 85 + ], + [ + "Large 1 bedroom to yourself. 1 block from subway", + 125 + ], + [ + "Master Bedroom,lots of natural and light furnished", + 60 + ], + [ + "Luxurious Studio by Central Park - Newly Renovated", + 225 + ], + [ + "Seaview Studio in Brooklyn New york.", + 100 + ], + [ + "Spacious Comtemporary 3BR Apartment", + 218 + ], + [ + "Warwick & Bethel stays at \"The Brooklyn Mansion\"", + 200 + ], + [ + "Gorgeous room in Historic Harlem street", + 55 + ], + [ + "Peaceful cove in Williamsburg!", + 90 + ], + [ + "Gorgeous brand new apartment in Bushwick", + 105 + ], + [ + "Charming Harlem Townhouse Minutes from Midtown", + 195 + ], + [ + "West Harlem, great location, new building!", + 170 + ], + [ + "Cozy apt. Heart of Williamsburg NYC", + 150 + ], + [ + "Brite/spacious 4bedroom/2bath next to Central Park", + 300 + ], + [ + "Simple Spacious Apartment", + 154 + ], + [ + "Cozy 1 bedroom in the Upper East Side, NYC", + 185 + ], + [ + "Nice Private room in quiet 2 level Brownstone!", + 50 + ], + [ + "Peaceful room in Artsy W'burg 3br", + 70 + ], + [ + "Newly renovated 1-bm apt with a wooden deck.", + 180 + ], + [ + "Comfy Private Bedroom-JFK (8 mins)", + 65 + ], + [ + "127 St & Convent Av NYC ABCD RM 3", + 69 + ], + [ + "Manhattan, Times square 5* mins to Central park", + 500 + ], + [ + "Cozy 3rd floor room at Brooklyn&Breakfast", + 40 + ], + [ + "Musa Property", + 85 + ], + [ + "Beautiful, high-ceiling Gramercy one-bedroom", + 250 + ], + [ + "Convenient Modern 1 Bedroom Apt. Upper East Side", + 69 + ], + [ + "East Harlem: Spacious 3BR", + 270 + ], + [ + "Cheap $45/night@15 minuets to Mahattaton", + 53 + ], + [ + "Brownstone Apartment on Tree Lined Street", + 100 + ], + [ + "Prívate Cozy Room", + 52 + ], + [ + "Dominiques NYC 4Bedrm crashpad**Stay here**metro", + 299 + ], + [ + "Doorman Huge Studio Laundry 5167", + 175 + ], + [ + "Cozy private room near the Bronx Zoo", + 43 + ], + [ + "Large Victorian in Brooklyn - Downstairs 2 Beds", + 50 + ], + [ + "Lovely Guestroom in Elevator Building", + 88 + ], + [ + "Cozy Convenience in Bushwick", + 70 + ], + [ + "@BrooklynWhisky's: Birdsnest-Guest Room", + 78 + ], + [ + "Large Victorian in Brooklyn - Downstairs 1 Bed", + 50 + ], + [ + "Best Upper East Side Studio", + 200 + ], + [ + "Cozy convenient Williamsburg bedrm!", + 60 + ], + [ + "Sunny and quiet Chinatown gem", + 150 + ], + [ + "Cozy Room near Casino and Metro", + 75 + ], + [ + "Modern & sunny 2BR Apt - 25 min to Manhattan", + 150 + ], + [ + "Huge private bedroom in the heart of Times Square", + 129 + ], + [ + "1 Bedroom 1 Bathroom with Ralph Lauren City Vibe", + 220 + ], + [ + "Renting a bedroom, 1 week minimum", + 60 + ], + [ + "Crown Heights 1-Bedroom Near Parks and Museum", + 105 + ], + [ + "Peaceful Room in Dumbo Art Loft Too", + 125 + ], + [ + "★1 BR DELUXE★ Near Grand Central Station -Midtown", + 378 + ], + [ + "Private Room in 3bdm, Astoria", + 61 + ], + [ + "Amazing huge furnished room!", + 60 + ], + [ + "Cute private bedroom in Bushwick. Close to subway.", + 75 + ], + [ + "Private Room in Chelsea 3 BR", + 80 + ], + [ + "Yankee Haven", + 151 + ], + [ + "Huge Historic Brooklyn Loft Minutes From Manhattan", + 259 + ], + [ + "WARM AND CHARMING 2 BED APARTMENT", + 70 + ], + [ + "Cozy Lofted Bedroom in East Williamsburg", + 60 + ], + [ + "A large private room with indoor garden", + 65 + ], + [ + "Newly renovated 1bd on lively & historic St Marks", + 180 + ], + [ + "Stylish, Comfortable, and Affordable in Brooklyn", + 180 + ], + [ + "Lovely Cozy private room with own Television", + 45 + ], + [ + "Mid-town West/Private room/shared bath", + 112 + ], + [ + "Authentic Living in Manhattan", + 168 + ], + [ + "34th street &6th ave.! Doorman Gym Studio 5220", + 250 + ], + [ + "Greenpoint One Bedroom", + 130 + ], + [ + "Large Scandinavian inspired room, Great light", + 50 + ], + [ + "HEART OF SOHO UPDATED 1 BR", + 142 + ], + [ + "Huge 2 Bedroom, Great Location, Express Metro", + 199 + ], + [ + "Cozy Bedroom close to major subway lines!", + 60 + ], + [ + "Cozy Bedroom in an Awesome location", + 45 + ], + [ + "Private bedroom and bath heart of Upper West Side", + 85 + ], + [ + "PRIVATE ENTIRE FLOOR -NEXT TO Central PARK !", + 99 + ], + [ + "Williamsburg Couch on a Budget", + 37 + ], + [ + "South Brooklyn Home for Wayward Grrls", + 40 + ], + [ + "Prime Park Slope Room (10 min. train to Lower NYC)", + 45 + ], + [ + "Comfortable 1 and 1/2 Bedroom With Private Patio", + 77 + ], + [ + "Private Cozy, Comfy & Bright Room!", + 55 + ], + [ + "Private Bedroom in NYC w/ SUPERHOST.", + 60 + ], + [ + "Spacious Bedroom in TriBeCa", + 95 + ], + [ + "Huge, Sunny Apartment on Bushwick/Bed Stuy Border!", + 40 + ], + [ + "Airports Sleep Inn", + 68 + ], + [ + "Cozy 1 BD in lovely Bedstuy Apartment", + 85 + ], + [ + "Private room in Sunnyside 2 46th St", + 55 + ], + [ + "Private Room in Sunnyside 3", + 45 + ], + [ + "Private room in Sunnyside 1", + 50 + ], + [ + "Full 1-bedroom near subway into midtown Manhattan", + 54 + ], + [ + "Queens Comfy Private Room (JFK-8mins) with porch", + 70 + ], + [ + "1 private bdrm in Times Sq NYC, luxury building", + 60 + ], + [ + "Private w/Backyard in Heart of Brooklyn", + 150 + ], + [ + "XLarge 1BR apartment in EastVillage", + 249 + ], + [ + "Entire APT in Center of Park Slope Brooklyn", + 90 + ], + [ + "FLATIRON\"\"GRAND PANORAMA\"\"LUXURY~3 BR W/Roof Deck", + 584 + ], + [ + "Doorman Gym 2 Beds Luxury Building!5211", + 135 + ], + [ + "XL Sunny, NYC Flat Close to Train, Cafes & Shops", + 55 + ], + [ + "East 12th street, Lux 1bd in Greenwich Village**", + 267 + ], + [ + "Gigantic 2-Story Skylight Loft—2 Blocks To Subway", + 350 + ], + [ + "Art Gallery 1BD - Heart of East Village", + 99 + ], + [ + "Home 4 Medical Professionals- The \"Fasciculation\"", + 40 + ], + [ + "Home 4 Medical Professionals - The \"Crepitus\"", + 40 + ], + [ + "Home 4 Medical Professionals - The \"Syncope\"", + 43 + ], + [ + "Clean, large, private R room with queen sized bed", + 45 + ], + [ + "ENTIRE Cozy 1BR apt. 5 min from Q/B train", + 88 + ], + [ + "GIGANTIC Beautiful Bedroom in LES Apartment", + 90 + ], + [ + "Sixth Ave Chelsea, Studio Serviced Apt*", + 225 + ], + [ + "Sunny private bedroom in Bushwick, Brooklyn", + 40 + ], + [ + "Home 4 Medical Professionals - The \"Parasthesia\"", + 54 + ], + [ + "Master Bedroom— Murray Hill NYC", + 115 + ], + [ + "Furnished Battery Park Apartment", + 105 + ], + [ + "Spacious 1BD Luxurious room in Queens NYC", + 65 + ], + [ + "HUGE ROOM IN CENTER CITY! AMAZING LOCATION!", + 110 + ], + [ + "Amazing Brooklyn Townhouse Studio", + 99 + ], + [ + "Private full bed, prime location", + 47 + ], + [ + "The Center of NYC", + 150 + ], + [ + "Spacious Williamsburg 2 Bedroom w/ Balcony & W/D", + 249 + ], + [ + "★ Unreal Loft w/ Huge Private Roofdeck ★", + 225 + ], + [ + "Huge, modern 3-bed 2-bath, 20mins from Manhattan", + 195 + ], + [ + "Serene private room in chic Astoria apartment", + 90 + ], + [ + "Manhattan Private Room with a Garden view (Room 2)", + 64 + ], + [ + "Historic Serene Chelsea Brownstone 2.5 Bed", + 750 + ], + [ + "Walk to Yankee Stadium; revel in the atmosphere.", + 159 + ], + [ + "Cozy Room in Historic BedStuy", + 59 + ], + [ + "Sunlight + Space on Eastern Parkway", + 105 + ], + [ + "Lovely West Village Apt. Avail: May 25 - June 26", + 215 + ], + [ + "Home 4 Medical Professionals - The \"Trigeminal\"", + 54 + ], + [ + "Quiet Clean and Charming! Entire Apt Fri-Sun!", + 79 + ], + [ + "Stay in Solar Powered Apartment in NYC!!!", + 155 + ], + [ + "Huge Brownstone,Private Garden- Pet chicks & eggs.", + 99 + ], + [ + "Home 4 Medical Professionals- The \"Tamponade\"", + 57 + ], + [ + "Cozy room in Times Square .", + 140 + ], + [ + "Eco private room for 4 best location to Mahanttan", + 69 + ], + [ + "Large beautiful studio loft, high floor, views!", + 150 + ], + [ + "Williamsburg Private Room, Outdoor Space w/grill", + 95 + ], + [ + "Beautiful, quiet, light-filled 1-bdrm apt", + 150 + ], + [ + "Bedroom in the heart of NYC", + 110 + ], + [ + "Spacious 2 bdrm Apt. in the center of NYC, Apt 4C", + 175 + ], + [ + "Artists rustic 2 Room studio in Red Hook", + 85 + ], + [ + "Bright 1 Bedroom Apt Near Attractions and Transit", + 76 + ], + [ + "Brand New 1 Bedroom NYC Apartment & Outside Space", + 399 + ], + [ + "$89.00 Queen Size Bed", + 79 + ], + [ + "Beautiful sunlight room in the heart of Bushwick!", + 41 + ], + [ + "Comfy Room in East Flatbush", + 85 + ], + [ + "Big Suite in Crown Heights", + 120 + ], + [ + "Private Bedroom in Queen -JFK 8mins", + 65 + ], + [ + "Cozy Private Room for Eager Travelers! :D", + 54 + ], + [ + "CLASSIC BRICK BROOKLYN. Rooftop, plants, books...", + 60 + ], + [ + "The comfy spot away from home", + 51 + ], + [ + "Spacious Sun Light Studio in Heart of Williamburg.", + 250 + ], + [ + "Charming, Cozy & Convenient 1 Bd Apartment", + 125 + ], + [ + "One bedroom in luxury FiDi building", + 80 + ], + [ + "Comfortable Harlem NYC 1 Bedroom Near Trains", + 105 + ], + [ + "Comfortable Room in Lovely Home, quick ride to NYC", + 60 + ], + [ + "Cozy Getaway Rental Home", + 239 + ], + [ + "Huge apartment in a beautiful house in Greenpoint", + 200 + ], + [ + "Fantastic view of the Hudson river -1 Bedroom", + 250 + ], + [ + "Cozy One Small Bedroom Soho House", + 200 + ], + [ + "Brooklyn Space with Balcony!", + 75 + ], + [ + "Lower East Side large 1 bedroom", + 225 + ], + [ + "Central Park Vacation", + 110 + ], + [ + "Rockaway Beach House", + 75 + ], + [ + "New york Multi-unit building", + 40 + ], + [ + "Beautiful New Studio, perfect for couples!", + 100 + ], + [ + "Large private bed/bath in 3BR close to transit", + 55 + ], + [ + "Beautiful and Quiet Upper West Side Escape", + 185 + ], + [ + "GAMBA Z's Artist Residency for Traveling Artists", + 60 + ], + [ + "Cute, Sun filled Sudio Apartment in Manhattan", + 165 + ], + [ + "Great Location! Brooklyn Heights One Bedroom", + 188 + ], + [ + "Bright, Modern, Clean, Spacious, Brooklyn Home", + 140 + ], + [ + "Immaculate & Spacious Home - Astoria, Queens", + 115 + ], + [ + "PH Cozy, Clean, Close to Everything", + 150 + ], + [ + "3BR/2 bath/Duplex+YARD/Near Columbia/City College", + 300 + ], + [ + "Spacious Room In Luxury NYC Apartment", + 132 + ], + [ + "★ UES | Cozy bedroom near LGA, free coffee & tea!", + 95 + ], + [ + "Room In Gorgeous Gut Renovated NY Apartment", + 85 + ], + [ + "For all classical lover's 3@", + 65 + ], + [ + "Spacious, Clean and Comfy 2 Bedroom", + 150 + ], + [ + "Room in Bushwick Loft", + 100 + ], + [ + "Beautiful apt up in the heights", + 119 + ], + [ + "46st Cozy Flat Midtown/Tms Squr/Javits Ctr/Pier 97", + 200 + ], + [ + "Private Guestroom in Landmark Bklyn Brownstone", + 90 + ], + [ + "Cozy Duplex Studio in Manhattan", + 163 + ], + [ + "Greyhound Manor - 2 fullbd beds and private bathrm", + 68 + ], + [ + "Sweet 2 Bedroom In South BK", + 100 + ], + [ + "Beautiful One Bedroom Apartment Near Central Park", + 169 + ], + [ + "Cozy studio", + 105 + ], + [ + "Live Like a NYer - small space, dope neighborhood", + 475 + ], + [ + "Kitschy Corner Bedroom on a Friendly Astoria Block", + 70 + ], + [ + "Guest bedroom off of 30th ave", + 90 + ], + [ + "Large & Nice, Bright 1 Bdrm in East Village, NYC", + 100 + ], + [ + "Clean room with private bathroom in Bushwick!", + 65 + ], + [ + "STUDIO NEAR UPPER EAST SIDE HOSPITALS- MODERN", + 110 + ], + [ + "Spacious 1 Bdrm in Queens w Manhattan views", + 46 + ], + [ + "Gorgeous Bedroom in Brooklyn", + 40 + ], + [ + "1 Bedroom in a shared space with AC & garden.", + 80 + ], + [ + "1 bedroom apartment in great neighborhood", + 249 + ], + [ + "A great room on the Upper East Side", + 110 + ], + [ + "Sunny Bushwick room & bed with exposed brick wall", + 48 + ], + [ + "Bright room in Brooklyn historic district", + 50 + ], + [ + "Beautiful 2BR Apt, 1 Min Walk to Major Subway!", + 135 + ], + [ + "A Clean, Quite, Great room for NY visit.", + 59 + ], + [ + "Private bedroom & bath/Times Square & Central Park", + 149 + ], + [ + "Friendly and kind!Clean and safe!Best hostel ever!", + 35 + ], + [ + "Lovely studio 2 min walk to train/ subway C)", + 85 + ], + [ + "NYC 1 bed - Uptown - Steps away from train", + 120 + ], + [ + "Stunning 4 Bed Tribeca Penthouse w/ Huge Terrace!", + 894 + ], + [ + "New Development Prime Soho 2 Bedroom Apartment", + 643 + ], + [ + "In a Chelsea loft: A PERFECT private room & bath", + 180 + ], + [ + "Union Square - Interior designer - Private 1 bdr", + 299 + ], + [ + "Sunny bedroom in AMAZING LOCATION Williamsburg", + 60 + ], + [ + "Cosy room in Brooklyn Apartment", + 45 + ], + [ + "Sunny and Spacious Room in Sunset Park Apartment", + 50 + ], + [ + "UES charm", + 300 + ], + [ + "Big 2 Bedroom house w/ private yard. Graham L Stop", + 151 + ], + [ + "303 1", + 139 + ], + [ + "Private Blu Penthouse Brownstone 1 BR Harlem NYC", + 160 + ], + [ + "Master bedroom in the heart of Greenpoint!", + 55 + ], + [ + "Private, cozy room in the Center of Manhattan", + 120 + ], + [ + "1 BDRM in Wyndham Midtown 45 *Great Location!", + 699 + ], + [ + "Lovely Apartment Near Prospect Park", + 65 + ], + [ + "Huge bedroom suite in Greenpoint, Brooklyn", + 130 + ], + [ + "Best part of Brooklyn! Large room in Bushwick.", + 70 + ], + [ + "Sunny Manhattan 1 bedroom in Landmark Brownstone", + 67 + ], + [ + "SPECIAL: Luxury Apt, Close to Transp, Beach & Food", + 130 + ], + [ + "Executive Studio Best Location", + 117 + ], + [ + "Prospect Park family friendly apt", + 98 + ], + [ + "Elegant Ground Floor Garden Apartment", + 120 + ], + [ + "Private Room Williamsburg 3 Blocks from L Bedford", + 75 + ], + [ + "West 57th Hilton Club in NYC - mid-November", + 350 + ], + [ + "2MinToTrainsNiceRMaimonidesLutheranIndustryCity", + 60 + ], + [ + "The Brass Shack", + 40 + ], + [ + "Beautiful and Sunny Apt in heart of Williamsburg", + 125 + ], + [ + "2MinTrainLovelyRMaimonidesLutheranIndustryCity", + 60 + ], + [ + "Confort 1 bdrm convenient commute to Manhattan", + 100 + ], + [ + "Clean, Safe, Convenient, Comfy in Harlem NYC", + 95 + ], + [ + "Camping in Nolita", + 124 + ], + [ + "Near transportation private room", + 85 + ], + [ + "Cozy room in 2br Cobble Hill apartment", + 90 + ], + [ + "2MinTrainBigBeautyRMaimoLutherandIndustryCitty", + 70 + ], + [ + "2 BR Tropical Getaway near Ferry", + 150 + ], + [ + "Cozy NYC Studio (in Upper Manhattan / East Harlem)", + 93 + ], + [ + "Large 1 bedroom-Private Bath in 2 bed apartment", + 80 + ], + [ + "BEAUTIFUL ROOM & PRIVATE BATHROOM...QUEENS, NY", + 76 + ], + [ + "2 br in prime bushwick brooklyn", + 113 + ], + [ + "Lifestlye Stay In Downtown Brooklyn", + 130 + ], + [ + "Time Square One Bedroom Apt", + 160 + ], + [ + "Amazing Location! NYC Midtown Nice Private Bedroom", + 89 + ], + [ + "Private room in 4 bdr apt!", + 50 + ], + [ + "Clean and Cozy East Village Studio", + 150 + ], + [ + "Comfortable One Bedroom Apt in Prospect Heights", + 125 + ], + [ + "FABULOUS BED ROOM WITH 4 BEDS (JFK - 12 MINS)", + 85 + ], + [ + "Cute House Near Train In Brooklyn", + 45 + ], + [ + "Prospect Heights", + 150 + ], + [ + "Spacious private 2BR with Backyard Williamsburg", + 170 + ], + [ + "Brand New small 1 Bedroom apt in Brooklyn", + 85 + ], + [ + "Getaway❤️Romantic Retreat in a PRESIDENTIAL SUITE", + 462 + ], + [ + "★★LUXURY at a MIDTOWN RESORT★★", + 198 + ], + [ + "★★SLEEP ON CLOUD 9 IN OUR DOUBLE BED SUITE★★", + 198 + ], + [ + "Cozy private room, close to transportation", + 43 + ], + [ + "Gerrie", + 65 + ], + [ + "Clean, Cozy, and Spacious Brooklyn Row House", + 41 + ], + [ + "Private Bedroom & Large Living Room - Times Square", + 89 + ], + [ + "Private Room w/ Private Bath in Heart of Bed-Stuy", + 80 + ], + [ + "Cozy East Village home away from home...", + 110 + ], + [ + "Cosy, Awesome, Private Room in UES", + 80 + ], + [ + "CLEAN Room w/PRVT BATH_NearSubway_3 StopsToManhatn", + 75 + ], + [ + "PRESIDENTIAL Condo 1 BDRM Wyndham Midtown 45 NYC", + 749 + ], + [ + "2BdrmPRESIDENTIAL Luxury CONDO In the Heart of NYC", + 799 + ], + [ + "1Bdrm DELUXE Fully Renovated CONDO Wyndham Midtown", + 599 + ], + [ + "Rooming has never been better.", + 75 + ], + [ + "Big Quiet, Clean and Respectful APARTMENT.", + 79 + ], + [ + "STUDIO Condo in luxurious Wyndham Midtown 45 NYC", + 699 + ], + [ + "Studio King Wyndham Midtown 45 Hotel", + 499 + ], + [ + "Le Petit Palace De Brooklyn - Clean Comfy 4 BR Apt", + 175 + ], + [ + "HugeTropical Bedrm near Ferry", + 110 + ], + [ + "Spacious Studio Apartment with Full Size Kitchen", + 189 + ], + [ + "Whimsical & Cute Private Room in 2 Bdrm Apt", + 50 + ], + [ + "For all classical lover's", + 50 + ], + [ + "Downtown Dream on the Park", + 150 + ], + [ + "Artist apt w/ Private room in Bed Stuy", + 50 + ], + [ + "1Bdrm Deluxe WYNDHAM MIDTOWN 45*Great Location NYC", + 799 + ], + [ + "Hotel Style KG/QN Room WYNDHAM MIDTOWN 45", + 499 + ], + [ + "Cozy bright studio flat - Soho/Village", + 189 + ], + [ + "2 Double Bed WYNDHAM MIDTOWN 45 *NYC*", + 649 + ], + [ + "2Bdrm PRESIDENTIAL CONDO Wyndham Midtown 45 Hotel", + 799 + ], + [ + "Spacious one bedroom in Union Sq/Greenwich Village", + 275 + ], + [ + "Cozy Clean Room in Manhattan's Upper West Side", + 100 + ], + [ + "Charming pre-war near Central Park", + 70 + ], + [ + "Full size bed with drawer space!", + 35 + ], + [ + "Private! entire studio, private bath, own entrance", + 95 + ], + [ + "Minimalistic 1 bedroom in the heart of Manhattan", + 140 + ], + [ + "new sunshine room in chinatown train F is around", + 75 + ], + [ + "Cozy 4 Bedroom's Times Square Apartment!", + 302 + ], + [ + "Versatile private room in Harlem/Hamilton Heights!", + 65 + ], + [ + "Spacious 2 Bedroom NYC Apt with River Views!", + 399 + ], + [ + "Bluebird Hell's Kitchen Studio Apartment + Spa!!!", + 321 + ], + [ + "Bluebird Hell's Kitchen 1-BR + Full Service Spa!", + 499 + ], + [ + "Bluebird Lavish 1-BR Apt 1 Mile from Times Square!", + 534 + ], + [ + "Bluebird Hells Kitchen 2-BR Apt + Full Service Spa", + 748 + ], + [ + "Bluebird Lavish 2-BR Apt Within Mile of Times Sq.", + 748 + ], + [ + "Bedroom w/ Gorgeous Tree Lined and River View", + 33 + ], + [ + "2 Bedroom in the heart of Williamsburg", + 350 + ], + [ + "Bluebird Deluxe 1-BR Apartment Near Central Park!", + 534 + ], + [ + "#Bluebird Elegant 1-BR Apartment Near Times Square", + 300 + ], + [ + "Bluebird Deluxe 2-BR Apartment Near Central Park!", + 748 + ], + [ + "#BBS 2-BR Apartment Near Times Square *Specials*", + 748 + ], + [ + "Luxury One Bedroom", + 200 + ], + [ + "LES ‘GEM’ - 1BR APARTMENT, GREAT LOCATION, STOCKED", + 214 + ], + [ + "Nice private room in hip and trendy Brooklyn", + 40 + ], + [ + "Peaceful Private Room in Brooklyn", + 39 + ], + [ + "Room for rent", + 75 + ], + [ + "Wonderful Room in South Harlem near Central Park", + 100 + ], + [ + "Lovely&Morden bedroom near everything you want!", + 49 + ], + [ + "Charming 1 Bedroom Garden Apt", + 185 + ], + [ + "Sun-lit room w/in steps of best of Williamsburg", + 100 + ], + [ + "Spacious quiet second floor brownstone apartment", + 130 + ], + [ + "Gorgeous 2 Bedroom apartment /Upper East side", + 375 + ], + [ + "East Brodway in Lower East Side, quiete and cute!", + 69 + ], + [ + "Luxurious Guestroom w/Private Bathroom & Entrance", + 125 + ], + [ + "Bright Loft Room in a Charming Brooklyn Apartment", + 85 + ], + [ + "Huge Private Bedroom, Patio, + 20min to Midtown", + 59 + ], + [ + "Luxury bedroom - Nomad Chelsea area", + 110 + ], + [ + "Huge 1BR Luxury Apartment in Williamsburg", + 250 + ], + [ + "Spacious & Bright Midtown 1 Bedroom -Elevator Bldg", + 175 + ], + [ + "Private room with private bathroom", + 99 + ], + [ + "Newly Renovated, Bright 1 BR in Central Manhattan", + 175 + ], + [ + "Cozy Brooklyn Room", + 38 + ], + [ + "Amazing & Clean NYC Private Room by #1 Train", + 77 + ], + [ + "Luxury 2BR Penthouse in the hearth of Soho (Nyc)", + 850 + ], + [ + "Private Room with a patio in Park Slope Brooklyn", + 90 + ], + [ + "Sunny Studio in Midtown Manhattan", + 128 + ], + [ + "THE PRIVACY DEN ~ 5 MINUTES TO JFK", + 49 + ], + [ + "The Manhattan Club in the heart of midtown!!!!", + 305 + ], + [ + "Borough Park/Kensington 3 room Apartment", + 83 + ], + [ + "Private room in charming Brooklyn Apartment", + 80 + ], + [ + "NEW & PRIVATE 2 bedroom apt in stately townhouse", + 400 + ], + [ + "Fab Studio with Gym, Doorman & Elevator Sleeps 4", + 450 + ], + [ + "Clean Private Bedroom - Bushwick Brooklyn New York", + 80 + ], + [ + "UNION SQUARE / Perfect Cozy Private Room!", + 82 + ], + [ + "*ENJOY NYC*New Renovated Apartment(Private room)", + 68 + ], + [ + "Cozy Apt in NYC Brownstone", + 200 + ], + [ + "Private Retreat in Brooklyn", + 75 + ], + [ + "Private room for 1 or 2 in Chelsea. Prime location", + 120 + ], + [ + "Wyndham Midtown 45 New York City Studio", + 125 + ], + [ + "Comfy room in quaint apartment above the Park", + 39 + ], + [ + "Spacious Tribeca loft! Roofdeck & close to trains", + 350 + ], + [ + "Newly Renovated Studio Near Manhattan", + 110 + ], + [ + "Luxury Apartment in Williamsburg!", + 349 + ], + [ + "1 bedroom in sunny Nolita apartment", + 85 + ], + [ + "Amazing Space...Awesome Location...Private Room", + 66 + ], + [ + "1 Bedroom (Queen) Mins From JFK and Casino", + 75 + ], + [ + "Colorful Artist Apartment in Park Slope Brooklyn", + 144 + ], + [ + "Historic Townhome for Shoots/Videos", + 550 + ], + [ + "Beautiful Private Room near Columbia University", + 110 + ], + [ + "Bushwick Bedroom (Available Daily Again)", + 51 + ], + [ + "Gatsby Room", + 118 + ], + [ + "Cozy Island Bedroom near Ferry", + 70 + ], + [ + "Gatsby Room 2", + 118 + ], + [ + "LUXURY SUTTON PLACE RESIDENCY~DOORMAN/GYM/ELEVATOR", + 250 + ], + [ + "Gatsby Room 1", + 118 + ], + [ + "Bright & spacious apartment in East Williamsburg", + 135 + ], + [ + "EPIC VIEWS ❤️ Wyndham Midtown 45 at NYC Studio ❤️", + 252 + ], + [ + "~**GORGEOUS DOWNTOWN LOFTS**~ MULTIPLE SPACES", + 300 + ], + [ + "Clean and Sunny room near Midtown Manhattan", + 49 + ], + [ + "Comfy Private Room w/ Big TV", + 40 + ], + [ + "Beautiful Bedroom by Prospect Park", + 65 + ], + [ + "Bright and modern 1 BR in Williamsburg w/balcony", + 160 + ], + [ + "Naturally lit room in Artsy Bushwick", + 65 + ], + [ + "Enjoy NYC and feel like your home!", + 60 + ], + [ + "Beautiful Large Room", + 35 + ], + [ + "An artistic experience", + 125 + ], + [ + "Large one bed room pied a terre in Park Slope", + 105 + ], + [ + "Fort Greene - Whole Apartment with washer & dryer", + 150 + ], + [ + "Spacious Room in IDEAL LES LOCATION", + 73 + ], + [ + "Sunny Space in Crown Heights", + 95 + ], + [ + "Cozy Space in Crown Heights", + 75 + ], + [ + "Nice apartment in Gramercy.", + 120 + ], + [ + "2 Bedrooms, Luxury Doorman, Grand Central, Perfect", + 199 + ], + [ + "Best of Wall Street (Full Studio ALL yours)", + 199 + ], + [ + "Ideal vacationing spot for beach lovers, near JFK", + 60 + ], + [ + "Netflix and Rest, One quaint bedroom in Ft. Greene", + 88 + ], + [ + "Cityscape Views at Lux 1 Bed/1 Bath in Lincoln Sq.", + 1000 + ], + [ + "Artsy Duplex in Chelsea w/ Huge Terrace", + 179 + ], + [ + "Spacious 1BR Apt / Hamilton Heights", + 120 + ], + [ + "Basement private room w/AC near LaGuardia Airport", + 50 + ], + [ + "Comfortable Chelsea Room", + 110 + ], + [ + "TOWNHOUSE (Backyard/Rooftop + Photoshoots/Events)", + 390 + ], + [ + "Wyndham Studio Condo with Kitchen SPECIAL TODAY!", + 269 + ], + [ + "Private Room in Williamsburg", + 60 + ], + [ + "Huge Room in Ideal LES location", + 65 + ], + [ + "Cosy Appartment in Upper East Side", + 150 + ], + [ + "Comfy & Vibrant Bedroomm of Bushwick, Jefferson L", + 45 + ], + [ + "One Room in Luxury Apartment, 5min to Midtown", + 105 + ], + [ + "PRIVATE BED ROOM 12 MINS FROM JFK", + 55 + ], + [ + "Huge Apt 5 miles to Manhattan, Parking available", + 105 + ], + [ + "JFK 20 and LGA 30, Heat Private 2 Bedrooms", + 399 + ], + [ + "YOUR HOME AWAY FROM HOME -- NYC WELCOMES YOU!", + 75 + ], + [ + "Chic room by the park in Bushwick", + 38 + ], + [ + "Private bedroom in artsy NYC apartment.", + 50 + ], + [ + "Fun time in Williamsburg stylish apartment!", + 70 + ], + [ + "BEAUTIFUL BEDROOM IN COZY APARTMENT", + 85 + ], + [ + "Spacious room in a clean, quiet and cozy home.", + 70 + ], + [ + "Private Room on the Upper West Side", + 85 + ], + [ + "Huge Beautiful Loft in the Heart of Williamsburg", + 180 + ], + [ + "Amazing Townhouse in Harlem", + 600 + ], + [ + "Lovely Large Bedroom in West Harlem", + 75 + ], + [ + "Cozy Private Bedroom, Access to Terrace", + 200 + ], + [ + "JFK 15 AND LGA 18 MINUTES", + 47 + ], + [ + "Beautiful 3 BR-2 BA duplex with deck in Park Slope", + 300 + ], + [ + "New, elegant private apartment for 2 near JFK", + 150 + ], + [ + "Trendy, Fully-Renovated Studio in West Chelsea", + 225 + ], + [ + "MODERN COZY NYC APT", + 149 + ], + [ + "Comfy Apt in Chinatown/Lower East Side", + 100 + ], + [ + "NYC Firehouse-Greenpoint BRKLYN", + 425 + ], + [ + "Bronx Beauty: Renovated historic rowhouse.", + 59 + ], + [ + "Modern Luxury 2 Bed/ 2 Bath apartment in Midtown!", + 2000 + ], + [ + "1 room in a 3 room LOFT", + 77 + ], + [ + "Beautiful 1-BDR apt 15 min from Manhattan", + 129 + ], + [ + "*PRIME* The ❤️ of Greenwich Village/SOHO SLEEPS 4", + 245 + ], + [ + "Homey private room in Inwood, Manhattan", + 50 + ], + [ + "Big East Village bedroom, heart of Manhattan", + 120 + ], + [ + "1 RM in 3BR Brownstone: Quiet Upper East Side St.", + 55 + ], + [ + "WILLIAMSBURG AUTHENTIC ARTIST LOFT", + 110 + ], + [ + "Two Bedrooms with Dedicated Bath", + 150 + ], + [ + "Master Suite with Private Bath", + 71 + ], + [ + "Meatpacking Triplex - A small home within NYC", + 300 + ], + [ + "Spacious, Sunny, 1 Bdrm Apt w/ King Bed", + 90 + ], + [ + "Bohemian Brooklyn Pad with Rooftop Garden Oasis", + 65 + ], + [ + "Modern Luxury Loft 3bd Williamsburg", + 408 + ], + [ + "Cozy private room on the UES", + 78 + ], + [ + "Modern & Hip in Bedstuy!", + 95 + ], + [ + "Large Bdrm/Full Bath for Guests/Gym/Elevator bldg.", + 99 + ], + [ + "Central Park Sanctuary", + 77 + ], + [ + "Beautiful 1 bedroom apartment", + 120 + ], + [ + "Bedford Stuyvesant / Clinton Hill 2 bedroom", + 125 + ], + [ + "Modern Apartment in Manhattan", + 90 + ], + [ + "Caribnb- Charming stay in a private 2 family home", + 86 + ], + [ + "Large room 5mins to NYC/Fridge/900Mb Internet", + 99 + ], + [ + "Large UWS Apt close to Central Park", + 115 + ], + [ + "Nature Lovers Dream", + 32 + ], + [ + "MAGNIFICIENT LUX. STUDIO UNOBSTRUCTED RIVER VIEW", + 130 + ], + [ + "Modern Room Uptown", + 100 + ], + [ + "Private room with yard, in the heart of Bushwick", + 45 + ], + [ + "BayRidge Cozy house near subway & shopping", + 95 + ], + [ + "In ❤️ of West Village- Entire Apt", + 183 + ], + [ + "Private 2 BR Apartment Close to Subway", + 150 + ], + [ + "Entire floor private 1 bedroom in Bushwick", + 75 + ], + [ + "DESIGN, COLOR, MODERN, LIGHT!!! COOK'S KITCHEN!!!", + 150 + ], + [ + "Upper West Side & CENTRAL PARK at your doorstep", + 90 + ], + [ + "Private, Spacious Bedroom in Harlem, single bed", + 1500 + ], + [ + "Large Loft in Williamsburg", + 500 + ], + [ + "Uptown NEVER Felt so in the Middle of Everything", + 100 + ], + [ + "1 Bedroom (Full) Mins From JFK and Casino", + 70 + ], + [ + "Cozy East Village Studio", + 99 + ], + [ + "cozy, studio apartment in bed-stuy", + 80 + ], + [ + "Relaxed, artist-inspired duplex in Bed Stuy", + 79 + ], + [ + "Private Room in Heart of East Village!", + 80 + ], + [ + "Bright studio in the heart of historic Harlem", + 200 + ], + [ + "Huge 2 Bedroom in Brooklyn Brownstone", + 100 + ], + [ + "Bright & chic 1BR in the West Village", + 200 + ], + [ + "Spacious room in relaxing 2 BDR UWS apartment", + 95 + ], + [ + "Beautiful & Cozy Brownstone Apt In Gowanus", + 135 + ], + [ + "NYU/UNION SQRE/EAST VILLAGE-QUIET STUDIO EAST 25TH", + 198 + ], + [ + "Gorgeous Sunlit Modern Room on the Lower East Side", + 85 + ], + [ + "Cozy private bedrooms, near JFK & LGA.", + 90 + ], + [ + "Discounted! Cute Unique 2BR Apartment in SoHo", + 275 + ], + [ + "Very comfortable and cozy room in Williamsburg!!!", + 80 + ], + [ + "Clean, cozy bedroom in luxury building", + 108 + ], + [ + "Honey and milk - A creative studio apartment.", + 110 + ], + [ + "Historic Cottage-Style Garden Home in LIC", + 95 + ], + [ + "Wonderful private room in Williamsburg", + 95 + ], + [ + "La Casa in Brooklyn: Stylish Apt. with Patio", + 160 + ], + [ + "comfortable private room in Hamilton Heights", + 50 + ], + [ + "Comfy Room n Activist & Artist Loft", + 45 + ], + [ + "Private Room w/ .5 bath in Charming - West Harlem", + 200 + ], + [ + "Designer's Loft in Williamsburg", + 101 + ], + [ + "Manhattan Upper West Side 1 BR by Central Park", + 174 + ], + [ + "Wonderful private room in Williamsburg", + 90 + ], + [ + "Cozy and spacious room with private bathroom", + 65 + ], + [ + "Historic and Quiet 2 Bedroom w Backyard", + 94 + ], + [ + "Private room in Brooklyn", + 39 + ], + [ + "Cozy studio in Brooklyn", + 39 + ], + [ + "Charming ,cozy private bedroom", + 65 + ], + [ + "Most walkable location for fun", + 100 + ], + [ + "Brooklyn Heights brownstone garden-level studio", + 100 + ], + [ + "Large and bright cozy room in Manhattan", + 100 + ], + [ + "A calm & peaceful spot to relax in the buzzing NYC", + 29 + ], + [ + "Artsy, Sun-Soaked Pre-War Williamsburg Apt", + 150 + ], + [ + "Beautiful BR in quiet Greenpoint", + 110 + ], + [ + "Modern style apartment with balcony in Astoria", + 80 + ], + [ + "Light filled Bowery 1BD apartment", + 200 + ], + [ + "Independent entrance", + 37 + ], + [ + "Carroll Gardens Apartment", + 175 + ], + [ + "Entire Spacious 2 Bed Apt on UWS", + 375 + ], + [ + "Spacious 1 Bedroom at Central Park", + 249 + ], + [ + "Southern comfort in Harlem", + 80 + ], + [ + "Bright Room, Luxury Building, 3 Stops To Manhattan", + 90 + ], + [ + "Awesome room and rooftop deck in East Williamsburg", + 90 + ], + [ + "Brklyn Hts Luxury - Garden Calm & Downtown Verve", + 250 + ], + [ + "Doorman Time SQ View 2 bed 2 bath 5200", + 290 + ], + [ + "Light & Airy Chelsea Bungalow (ok, apartment)", + 180 + ], + [ + "Brooklyn, Where my story begins...", + 95 + ], + [ + "Luxury Condo, High Fl, River Views, Balcony, Food", + 205 + ], + [ + "Modern luxury w/views of WTC", + 87 + ], + [ + "Lux 2 Bedroom NYC Apt on the Hudson River!", + 379 + ], + [ + "LARGE CENTRAL & COZY BEDROOM", + 69 + ], + [ + "A home away from home in the heart of the UES:)", + 125 + ], + [ + "15 min Manhattan. Quiet, Safe, Clean, Good price", + 30 + ], + [ + "A Life in Brooklyn", + 150 + ], + [ + "COZY COOL ROOM IN MANHATTAN APT / Manhattan", + 98 + ], + [ + "Discounted! Comfy and quiet room in SoHo.", + 130 + ], + [ + "Cozy 1 Bedroom Apartment in Downtown Flushing", + 122 + ], + [ + "Large Sofa in Artist's Apartment", + 40 + ], + [ + "Cozy Room in Crown Heights! (Female Guests Only)", + 29 + ], + [ + "Sunny Apartment Close to NYC's Major Attractions", + 100 + ], + [ + "Convenient 2 BRs in 4BR Apartment in Williamsburg", + 90 + ], + [ + "Commuters paradise - Cozy Townhouse!", + 99 + ], + [ + "Film / photography location in unique apartment", + 350 + ], + [ + "Comfortable and convenient space for you!", + 49 + ], + [ + "Cozy bedroom in Upper West Side", + 80 + ], + [ + "Spacious Private Bedroom in the North Bronx", + 60 + ], + [ + "Private Loft-style Bedroom & En-suite in S.I., NY", + 79 + ], + [ + "Spacious 2 Bedroom Apartment by Central Park", + 145 + ], + [ + "Authentic Bklyn location with Caribbean vibes", + 90 + ], + [ + "Sunny SUMMER Special! LARGE 2BR Eco-Loft", + 138 + ], + [ + "Full Size Bed, Private Bathroom & Shower", + 90 + ], + [ + "Beautiful Apartment\nGreat location- Holidays in NY", + 95 + ], + [ + "Urban Rustic Retreat - Shared Space", + 65 + ], + [ + "Quiet & Spacious Brooklyn Apt for Cat-Lovers", + 90 + ], + [ + "Cozy two bedroom apartment.", + 130 + ], + [ + "Modern Sunny Room with Private Bathroom & Balcony", + 70 + ], + [ + "Beautiful home in Red Hook", + 115 + ], + [ + "Private Bedroom & Living Room in Williamsburg", + 100 + ], + [ + "Save$! Sleep Well! ❤NYC! Female Only!!!", + 40 + ], + [ + ".ROOM, NearTrain, JFK5minLGA15min. Breakfast,2Peop", + 33 + ], + [ + "Cozy Private Room 1 people by JFK", + 39 + ], + [ + "1 Bedroom in Quiet Upper West Side", + 120 + ], + [ + "Large Space and Comfy Couch in New Apartment", + 75 + ], + [ + "Charming Private House", + 125 + ], + [ + "Charming Apartment in Brooklyn", + 140 + ], + [ + "Guest suite in owner-occupied private residence", + 70 + ], + [ + "BEST location & big cool apartment in Williamsburg", + 250 + ], + [ + "Huge Loft Size Room with Private Bath in Hip Area!", + 65 + ], + [ + "Gorgeous Bushwick Apartment", + 40 + ], + [ + "Spacious Room in Stylish Brooklyn - Close to Train", + 50 + ], + [ + "Spacious Studio Near the Subway", + 78 + ], + [ + "Well Lit Spacious Room with Lots of Amenities", + 50 + ], + [ + "Cozy room in Sunnyside Gardens (near Manhattan)", + 72 + ], + [ + "Cute Bedroom for Two in Sunnyside near Manhattan", + 108 + ], + [ + "Spacious Room for 2 in Sunnyside, near Manhattan", + 108 + ], + [ + "Sunny and Spacious Modern BK Heights Studio", + 170 + ], + [ + "The Artist Retreat Duplex and Garden 1", + 125 + ], + [ + "Private entire floor/in duplex apartment...", + 149 + ], + [ + "Cozy Apartment off J&M Subway Lines", + 125 + ], + [ + "Nice Studio in Williamsburg", + 70 + ], + [ + "Great 1 bedroom full Apartment!", + 120 + ], + [ + "Beautiful Private Bedroom in 2BR Apartment", + 149 + ], + [ + "Large room in an arty Brooklyn apartment", + 90 + ], + [ + "Amazing Bedroom in Manhattan Midtown East Condo", + 150 + ], + [ + "Private Guest Room in Charming West Village Duplex", + 250 + ], + [ + "Inviting Photographer's Loft in Tribeca", + 375 + ], + [ + "LARGE 2 BEDROOM APT NEAR CENTRAL PARK", + 95 + ], + [ + "*Lux Doorman,New & Modern ,Grand Central", + 129 + ], + [ + "Super quiet Apartment in East Williamsburg!!! =)", + 80 + ], + [ + "Quiet Room in Brownstone - Prime Location", + 45 + ], + [ + "Location Central Park ( only female guest )", + 53 + ], + [ + "Midtown East Stunner", + 125 + ], + [ + "Bluebird Hells Kitchen 1-BR + Indoor B.Ball Ct!", + 534 + ], + [ + "Private Oasis Room #1- Close to L and M Train.", + 65 + ], + [ + "Bluebird Hells Kitchen 1-BR Apt Near Central Park", + 534 + ], + [ + "Bluebird Hell's Kitchen 1-BR Apt + Zero Edge Pools", + 534 + ], + [ + "Bluebird Hell's Kitchen 1-BR + Killer City Views", + 534 + ], + [ + "Bluebird Luxury 1 BR Apartment Near Times Square!", + 534 + ], + [ + "Quite & Cozy High Raise Atmosphere", + 99 + ], + [ + "Bluebird Hell's Kitchen Deluxe 2BR+ Zero Edge Pool", + 748 + ], + [ + "Bluebird Hell's Kitchen 2-BR + Killer City Views", + 748 + ], + [ + "Room in Modern Apartment.", + 45 + ], + [ + "NYC Elegance steps 2 Central Park see all pictures", + 190 + ], + [ + "My tiny Chateau", + 80 + ], + [ + "Feng Shui in Astoria with Balcony 150mb WiFi", + 125 + ], + [ + "Bluebird Luxury 2 BR Apartment Near Times Square!", + 748 + ], + [ + "LARGE 1BR Apt 25 Mins to Manhattan", + 99 + ], + [ + "Be a New Yorker for a few days", + 229 + ], + [ + "Private Studio, Oceanside beautiful and safe area", + 55 + ], + [ + "BEAUTIFUL RENOVATED APT. 208", + 189 + ], + [ + "Can’t Beat this Location!!", + 449 + ], + [ + "Doorman Huge 2 bed with 3 Beds 5145", + 202 + ], + [ + "2Bedroom apt.+WF(1-5 guests) Private Bath/Kitchen", + 250 + ], + [ + "NYC SoHo Prime Location", + 85 + ], + [ + "PRIVATE ROOM IN COMFORTABLE APT.", + 52 + ], + [ + "Studio in Mott Haven-1 subway stop from Manhattan", + 120 + ], + [ + "Quiet, Cozy, ELEVATOR, Queen Bedroom near Subway!", + 90 + ], + [ + "Hip&quiet", + 74 + ], + [ + "New Listing---Clean, Spacious 1-Bedroom in SoHo", + 75 + ], + [ + "Brooklyn Apartment", + 70 + ], + [ + "Top floor of a charming Brooklyn townhouse", + 147 + ], + [ + "Huge Bedroom w/direct access to backyard", + 50 + ], + [ + "Cozy East-Village Walk, Blocks from Union Square", + 250 + ], + [ + "Private Room in Beautiful Apartment", + 40 + ], + [ + "Charming Home in Chelsea", + 200 + ], + [ + "Artsy room in warehouse style apartment", + 80 + ], + [ + "Huge & Sunny Room in Williamsburg w Roof", + 100 + ], + [ + "Nice Room in Charming Apt.", + 65 + ], + [ + "Cozy Quiet Upgraded Prvt Rm in House in the Slope!", + 70 + ], + [ + "3 bedroom, second floor and cozy", + 150 + ], + [ + "1 bedroom to yourself in Midtown Manhattan!", + 135 + ], + [ + "A sunny healthy big bedroom", + 51 + ], + [ + "2 Bedroom in Upper West right next to Central Park", + 335 + ], + [ + "Park slope, floor through garden apartment", + 198 + ], + [ + "Lower East Side Private Room - Elevator Building", + 120 + ], + [ + "Private room in busy location Br", + 39 + ], + [ + "Spacious room in cozy 4-brm Union Square apt!", + 51 + ], + [ + "Peaceful Getaway, minutes from NYC attractions!", + 87 + ], + [ + "Charming & Cool Bushwick 2 Bedroom", + 145 + ], + [ + "Quiet room near beach in residential area.", + 80 + ], + [ + "Cozy room in Williamsburg,only 1 stop to Manhattan", + 90 + ], + [ + "BedStuy Beautiful Spacious Garden Apartment", + 125 + ], + [ + "Sleek 1BR + private bath in beautiful brownstone", + 75 + ], + [ + "Charming and Cozy one bedroom", + 140 + ], + [ + "889 Bushwick Ave", + 2000 + ], + [ + "Cute room for rent", + 75 + ], + [ + "NYMT05-1 LUXURY! Studio, Time square/Doorman stu-5", + 150 + ], + [ + "Cozy , Cute and Spacious one bedroom Brooklyn Apt", + 90 + ], + [ + "Brooklyn Room in Hip Neighborhood - Close to Train", + 61 + ], + [ + "Charming and Private Clinton Hill Hide-Away", + 160 + ], + [ + "Comfortable large room in a great neighborhood!", + 69 + ], + [ + "Modern Bedroom with Best View in Brooklyn", + 199 + ], + [ + "Chill in Downtown Brooklyn Clinton Hill Pratt Univ", + 95 + ], + [ + "Small room w/backyard", + 120 + ], + [ + "Stay on Madison", + 200 + ], + [ + "Bright large Williamsburg 1 bed apartment", + 190 + ], + [ + "可愛いレンガの壁のお部屋/ Manhattan", + 65 + ], + [ + "TOP FLOOR TRANQUIL & BEAUTIFUL BROWNSTONE LIVING", + 160 + ], + [ + "Elegant NYC . Walk to Central Park. New clean safe", + 235 + ], + [ + "Near at the JFK 15 minutes", + 35 + ], + [ + "Sunny Room on Historic Clinton Ave. in Fort Greene", + 65 + ], + [ + "Convenient & Cute in Gramercy", + 180 + ], + [ + "Pvt room W/AC/Heater 9pm-9am 12mintoNY&10mintoLGA", + 55 + ], + [ + "Furnished room close to most, 15min to Grand Cent.", + 50 + ], + [ + "Tribeca/Chinatown Converted Loft", + 100 + ], + [ + "BEAUTIFUL NEW Renovated Apt!!", + 195 + ], + [ + "Large Cozy Bedroom Apartment, brownstone", + 100 + ], + [ + "Spacious Apt on the Park, 1 blk from L Train", + 185 + ], + [ + "Cozy One-Bedroom in Park Slope", + 135 + ], + [ + "Cozy apartment in East Village", + 175 + ], + [ + "NEW- Bright 2 Bed Williamsburg Loft w/Private Roof", + 345 + ], + [ + "High End 4 bedroom in best location in Ditmas Park", + 275 + ], + [ + "Sleep Cosy in an Elegant Midtown East Apartment", + 230 + ], + [ + "Cozy Bedroom & Beautiful Apt in Williamsburg", + 85 + ], + [ + "Charming fun bohemian meets anthropology apt", + 130 + ], + [ + "Immaculate Apt 15 minutes to midtown NYC by train.", + 79 + ], + [ + "Spacious, comfortable, UES private room", + 110 + ], + [ + "LOVELY PRIVATE BED ROOM 12 MINS FROM JFK", + 63 + ], + [ + "New York City best 5 stars professional rooms.", + 35 + ], + [ + "Comfortable Private Room in Historic Park Slope", + 100 + ], + [ + "Cozy Private BR in PERFECT West Village Apt", + 120 + ], + [ + "A Place For You tonight...", + 159 + ], + [ + "One of a kind Sun Filled Elegant Studio.", + 90 + ], + [ + "Awesome apartment in the heart of Soho", + 350 + ], + [ + "PRIVATE SPACE L TRAIN BEDFORD STOP!", + 140 + ], + [ + "172 Henry St - Sunny & Big Room (5th Floor)", + 90 + ], + [ + "MODERN & LUXURY HIRISE 2BR IN CHELSEA~SKYLINE VIEW", + 487 + ], + [ + "Sumptuous & Lovely Williamsburg 1 Bedroom", + 110 + ], + [ + "LUXURY HIRISE 1 BR IN CHELSEA~ENJOY THE CITY", + 300 + ], + [ + "Large Private Bedroom in a 3 Story Brown Stone", + 40 + ], + [ + "Luxury Williamsburg apt w/rooftop", + 200 + ], + [ + "Beautiful home near beach & JFK!", + 60 + ], + [ + "Design Hideaway in a Classic Brooklyn Townhouse", + 155 + ], + [ + "Cozy Bedroom in cute Clinton Hill brownstone apt!", + 75 + ], + [ + "Cozy Private Room 1-2people", + 47 + ], + [ + "Charming Brooklyn Garden Apartment", + 139 + ], + [ + "Central..Comfort. All inclusive room", + 39 + ], + [ + "Comfortable room in a chic and modern house", + 79 + ], + [ + "The Parachute Loft Bedrm 1", + 95 + ], + [ + "A Serene ambiance that will sooth your soul", + 93 + ], + [ + "Incredible room in Brooklyn", + 71 + ], + [ + "Private Studio Apartment in Bushwick", + 88 + ], + [ + "2. Private 1BR Suite in Shared Marine Park Apt.", + 55 + ], + [ + "Spacious Upper West Side Studio near Central Park", + 115 + ], + [ + "Sunny Prospect Park One Bedroom Apartment", + 75 + ], + [ + "Sunny Immaculate Spacious 1-bdrm-1 block to C Park", + 135 + ], + [ + "LOCATION! | Fabulous Studio | Greenwich Village", + 209 + ], + [ + "Only Steps Away from Central Park", + 185 + ], + [ + "Bedroom w/ own bathroom & backyard in Bushwick!", + 40 + ], + [ + "Furnished Bedroom w/Private Bath in BROOKLYN", + 48 + ], + [ + "PRIME LOCATION-EAST 62nd/BEAUTIFULLY APPOINTED 1BR", + 154 + ], + [ + "Private Room for 2 in Midtown West ☆", + 78 + ], + [ + "PERFECT LONG TERM RENTAL~1 BR- EAST 60TH STREET!", + 163 + ], + [ + "CENTRAL GORGEOUS STUDIO - HUGE PRIVATE TERRACE", + 129 + ], + [ + "Newly Renovate 2 Bedroom Apartment in Central Area", + 126 + ], + [ + "Big Backyard! Entire 2 Story House, Near Train", + 229 + ], + [ + "East Village Flat-Clean,Comfy,Close", + 110 + ], + [ + "Bright and Sunny 2 Bedroom Apt.", + 170 + ], + [ + "Cozy Bedroom in Astoria, 17 min from Times Square", + 55 + ], + [ + "Beautiful room in Spacious Duplex", + 40 + ], + [ + "Light-Filled Corner Glass Apartment", + 200 + ], + [ + "Great Bedroom in Homey Apartment", + 125 + ], + [ + "Cute 1-bedroom in the East Village", + 140 + ], + [ + "Adorable, NYC studio for the holiday!", + 144 + ], + [ + "Co-op Apartment in The Lombardy Hotel- 250 sq. ft.", + 210 + ], + [ + "Room near NYC airports + trains", + 65 + ], + [ + "TOP LOCATION/EXPOSED BRICK. CNTRL PRK AND MUSEUMS!", + 186 + ], + [ + "SPACIOUS STUDIO APT 3 IN PROSPECT LEFFERTS GARDENS", + 100 + ], + [ + "Spacious Victorian home", + 250 + ], + [ + "Queen bedroom with private bathroom in Brooklyn", + 89 + ], + [ + "Great apt, Next to 1 train.", + 60 + ], + [ + "Williamsburg / Greenpoint 1500 square foot apt", + 200 + ], + [ + "Lovely 2 Bedroom with Balcony on UWS", + 180 + ], + [ + "CLEAN, PRIVATE ROOM CLOSE TO THE CITY AND JFK.", + 50 + ], + [ + "Sunny studio loft in Brooklyn", + 160 + ], + [ + "Spacious 2 bedroom close to Manhattan", + 75 + ], + [ + "MUSEUM MILE, CENTRAL PARK & SUBWAY in #1 LOCATION!", + 145 + ], + [ + "Brooklyn Historic Brownstone with Garden", + 119 + ], + [ + "Cool private room in Astoria, New York!", + 49 + ], + [ + "Spacious Brooklyn Loft Apartment & Rooftop Deck", + 300 + ], + [ + "Beautiful modern room in SoHo", + 140 + ], + [ + "Large Brooklyn loft close to everything", + 98 + ], + [ + "Carroll Gardens guest suite", + 199 + ], + [ + "Super Cute Garden Apartment in Bed-Stuy!", + 125 + ], + [ + "Lovely studio near Grand Central /You will love it", + 95 + ], + [ + "HUGE CHEERFUL PRIVATE STUDIO SUITE WITH BACKYARD", + 95 + ], + [ + "Cozy Private Room in Williamsburg/Greenpoint Loft", + 60 + ], + [ + "Townhouse South-facing ensuite", + 249 + ], + [ + "2 Bedrooms with room for 4", + 160 + ], + [ + "Hudson Yards-Chelsea ️", + 175 + ], + [ + "Comfy Private Room in Hamilton Heights", + 40 + ], + [ + "Big furnished bedroom Williamsburg", + 115 + ], + [ + "In-law unit - bedroom, living room, mini kitchen.", + 79 + ], + [ + "Flatiron / Gramercy 2 Bed Studio", + 236 + ], + [ + "Big room in the heart of Chelsea.", + 120 + ], + [ + "Charming 2-Bedroom Brownstone Garden Level Apt.", + 120 + ], + [ + "Sunny and cozy bedroom in Ditmas Park", + 54 + ], + [ + "Sunlit Jungle Apartment", + 56 + ], + [ + "Cozy, Colorful Private Room on the Upper East Side", + 60 + ], + [ + "Beautiful Brooklyn bdrm in Prime Williamsburg", + 90 + ], + [ + "Williamsburg/Bedstuy Creative Loft", + 260 + ], + [ + "Beautiful Upper East Side Studio", + 125 + ], + [ + "Long Island City Apartment", + 65 + ], + [ + "1br wburg w/ views of NYC + doorman", + 120 + ], + [ + "Lovely Room in Greenpoint, Brooklyn", + 55 + ], + [ + "Spacious and Homey 2 bedroom, Express Subway Stop", + 130 + ], + [ + "豪华套间", + 96 + ], + [ + "Luxury meets comfort in the heart of Williamsburg!", + 109 + ], + [ + "Private room in Williamsburg. Very close to train!", + 99 + ], + [ + "One bedroom in Williamsburg", + 55 + ], + [ + "Cloud Suite", + 300 + ], + [ + "Large modern one bedroom apartment", + 220 + ], + [ + "Cozy Winged Bedroom in the East Village", + 155 + ], + [ + "Cozy Home in Harlem ✨", + 133 + ], + [ + "Space & Comfort in Victorian Brooklyn home", + 180 + ], + [ + "SPACIOUS LUXURY 2 bedroom apartment in Brooklyn!", + 135 + ], + [ + "DREAM MIDTOWN RENOVATED STUDIO", + 179 + ], + [ + "Home sweet home in Harlem", + 100 + ], + [ + "Hidden gem walking distance to Central Park.", + 100 + ], + [ + "Large Room in Trendy Bushwick - 2", + 45 + ], + [ + "Ultra-modern East Village apartment in luxury bldg", + 250 + ], + [ + "Elevator Doorman GYM Deck! 5120", + 180 + ], + [ + "ARTIST LOFT in WILLIAMSBURG", + 350 + ], + [ + "Room w/ Private Balcony River View", + 95 + ], + [ + "Ground floor,Private garden Patio - sleeps 6 - UES", + 218 + ], + [ + "Jefferson Estates", + 176 + ], + [ + "Beautiful Bedroom In the Heart of Harlem", + 89 + ], + [ + "Cozy 1-bedroom apartment in LES", + 160 + ], + [ + "Artsy Bedroom for Solo Traveler", + 89 + ], + [ + "Cosy North Bronx studio apartment with Parking", + 79 + ], + [ + "Safe, Cozy Artist Apt Steps From Central Park", + 70 + ], + [ + "Beautiful Downtown Brooklyn Studio", + 100 + ], + [ + "Authentic artist loft space in Prime Williamsburg", + 150 + ], + [ + "Sprawling, Sunlit Gorgeous LOFT", + 63 + ], + [ + "Sunny room with private bathroom - 5m to L train", + 63 + ], + [ + "Comfy private room in great Astoria neighborhood", + 55 + ], + [ + "Bright Spacious BK Room with Bath", + 90 + ], + [ + "Williamsburg Gem: Sleep up to 5", + 164 + ], + [ + "Beautiful private room in Queens NY", + 40 + ], + [ + "Sunny 2 bd + Private rooftop on best GP street", + 250 + ], + [ + "Private Room in Luxury Building", + 95 + ], + [ + "Luxury Building - Private Room", + 90 + ], + [ + "Beautiful Bedroom: Spacious & Sunny!", + 111 + ], + [ + "2 family home. Top floor with private entrance way", + 120 + ], + [ + "One-Bedroom Brooklyn Brownstone", + 95 + ], + [ + "Views ! - Unique penthouse in UWS", + 175 + ], + [ + "Your home while you explore NYC! Near Central Park", + 100 + ], + [ + "Perfect location: Central to everything!", + 100 + ], + [ + "Colorful Artist Loft w. your own Ocean Oasis", + 49 + ], + [ + "2 Bedrooms apt,Modern New Renovated", + 116 + ], + [ + "Two-bedroom in the heart of Chelsea", + 265 + ], + [ + "SOMMwhere in NYC/ a unique, conscious artists loft", + 333 + ], + [ + "Cozy Bedroom in a great location.", + 100 + ], + [ + "Enjoy the city life without the noise", + 320 + ], + [ + "Doorman 2 Windows City View Studio GYM W&D 5199", + 155 + ], + [ + "Huge space across from park, easy to Manhattan", + 65 + ], + [ + "Cozy. Clean. And affordable", + 149 + ], + [ + "MASTER BR/ SUITE ( PRIVATE BATHROOM )", + 125 + ], + [ + "Bright and Charming Private Room in Williamburg!", + 70 + ], + [ + "Ponerse las Pilas - VIVO NYC!!!", + 59 + ], + [ + "Sunny huge room, 15m away from Manhattan", + 89 + ], + [ + "The Perfect Pied-à-Terre for You!!!", + 59 + ], + [ + "Spacious studio in Upper East Side", + 150 + ], + [ + "Wyndham Midtown Condo with Full Kitchen SPECIAL!", + 369 + ], + [ + "King Sized Serenity", + 55 + ], + [ + "Serenity Near Time Square", + 150 + ], + [ + "Cozy Room Amazingly Located in Williamsburg !", + 45 + ], + [ + "Beautiful Room close to JFK, La Guardia, LIR", + 55 + ], + [ + "Convenient to JFK, La Guardia Airport and Dining", + 55 + ], + [ + "Bright and Beautiful 1br Apartment in Little Italy", + 196 + ], + [ + "❤️ Beautiful/Spacious/Convenient BK Apartment!", + 69 + ], + [ + "Cozy and spacious 1 BR near Columbia University", + 65 + ], + [ + "Quiet Private Bedroom with Full Size Bed in LES", + 100 + ], + [ + "2 TwinXL Beds Walk-To TIME SQUARE #ForReal", + 92 + ], + [ + "★Hip ★Subway 1 min ★Backyard ★3Beds ★Huge ★Duplex", + 365 + ], + [ + "Stylish Williamsburg One Bedroom Apartment", + 136 + ], + [ + "Entire home in East Village, 2BD, Family friendly", + 300 + ], + [ + "Classic Brklyn brick house w 2 bedrooms, sleeps 6.", + 175 + ], + [ + "A beautiful comfy & spacious room.", + 80 + ], + [ + "2 bedroom apartment in front of prospect park", + 90 + ], + [ + "Chic Bedford Studio", + 150 + ], + [ + "Glamorous upper west side Private room", + 119 + ], + [ + "Cozy Top Floor Apartment in Lovely Astoria", + 75 + ], + [ + "Super spacious LES apt, close to subway/good eats!", + 99 + ], + [ + "3 bed duplex HUGE private deck/ PRIME Williamsburg", + 450 + ], + [ + "Luxurious Williamsburg Loft with Private Patio", + 200 + ], + [ + "Large unit in Prospect Park area townhouse", + 99 + ], + [ + "Beautiful & spacious apartment on Upper East Side", + 270 + ], + [ + "Doorman 2 Bed GYM DECK 5212", + 190 + ], + [ + "Sixth Ave Chelsea, Studio Serviced Apartment", + 205 + ], + [ + "Cozy Bushwick room w/ balcony, Longterm avail.!", + 39 + ], + [ + "Luxury Four-Bedroom/Six Bed Apt - Prime Chelsea", + 499 + ], + [ + "Stunning 1-Bedroom NYC Apartment on the River!", + 275 + ], + [ + "Large sunny room Williamsburg ten mins to City", + 80 + ], + [ + "SOHO,TRIBECA,LOFT,4500sqft.", + 1500 + ], + [ + "Big Sunny Room in Huge DUMBO Loft", + 105 + ], + [ + "Duplex Penthouse between Union Sq and East Village", + 275 + ], + [ + "Bright, Cozy & Quiet \"TreeFort\"-type ONE bedroom", + 150 + ], + [ + "Cozy room in South Williamsburg BK", + 70 + ], + [ + "Cozy studio in Chelsea for one or two travellers", + 150 + ], + [ + "Summer 2019 Modern 2 Bedroom Flat New York City", + 146 + ], + [ + "Lovely Bright Upper East Side", + 99 + ], + [ + "beautiful artistic 1 bdrm in Park Slope, Brooklyn", + 125 + ], + [ + "Private modern suite in tree lined Windsor Terrace", + 125 + ], + [ + "Spacious, Great Location, Garden, 1 stop to City.", + 182 + ], + [ + "Room in charming new apartment", + 55 + ], + [ + "Beautiful Brownstone in Boerum Hill", + 255 + ], + [ + "NYMT21-6 LUXURY! 1 bedroom,Cozy,Gym,doorman Ap-2", + 160 + ], + [ + "NYMT03-1 Luxury! 1 bedroom apt,Cozy,Gym,Rooftop 3", + 160 + ], + [ + "Large Cozy Bedroom in Manhattan", + 75 + ], + [ + "Inviting One Bedroom Apt in Prospect Heights", + 125 + ], + [ + "Private Room in a 3 Bedroom Apartment!", + 60 + ], + [ + "Bedstuy Brooklyn Huge Bed Room with Two Windows", + 80 + ], + [ + "Two BDRM Perfect CHTWN Manhattan!", + 125 + ], + [ + "Dream Room in Modern Apartment", + 54 + ], + [ + "1889 Brooklyn Firehouse Apt. Clinton Hill-BedStuy", + 170 + ], + [ + "Classic NYC House - Large 3-Bed 2-Bath Apartment", + 115 + ], + [ + "Private Room in Bright Roomy 3br Brooklyn Apart.", + 65 + ], + [ + "Cozy easy village apartment in central location", + 50 + ], + [ + "Sun-drenched apartment, 20 mins to Manhattan", + 44 + ], + [ + "Sixth Ave Chelsea, 1bd Serviced Apartment*", + 229 + ], + [ + "Sleeps 6! 2 beds/2 ba Manhattan 1300 sq feet huge", + 375 + ], + [ + "Spacious 2 BR Clinton Hill Apartment-Brooklyn, NY", + 139 + ], + [ + "Harrigan Luxury Townhouse Suite", + 300 + ], + [ + "Entire Floor in Great Location & beautiful Garden", + 85 + ], + [ + "Huge room near Manhattan w/ balcony & free pickup!", + 139 + ], + [ + "Cozy 1 Bedroom in Brooklyn, near park and shops", + 83 + ], + [ + "1 bedroom and office room or 2 beds", + 50 + ], + [ + "Beautiful Room in Modern Apartment", + 49 + ], + [ + "Bright 1 bedroom apartment in the Village", + 120 + ], + [ + "Subway, Subway, Subway - AAA+ Location!!!", + 79 + ], + [ + "Stay in a Private Room Close to Manhattan :)", + 60 + ], + [ + "Private NYC spot", + 175 + ], + [ + "Bedroom available in Chic & Modern loft-like apt.", + 75 + ], + [ + "Elegant spacious private room", + 50 + ], + [ + "Large 1 Bedroom Three Blocks from Central Park", + 80 + ], + [ + "Lovely room", + 110 + ], + [ + "Beautiful Room in Clinton Hill", + 130 + ], + [ + "Clean + Private Bedroom in NYC's Lower East Side", + 67 + ], + [ + "Modern, Ambient 1-Bedroom Apartment", + 70 + ], + [ + "Private, Comfortable and Big Room89", + 70 + ], + [ + "Own Floor in Brooklyn Home, 20 min to Manhattan", + 153 + ], + [ + "Beautiful Duplex in Historic Park Slope Brownstone", + 350 + ], + [ + "Noisy room next to Prospect Park", + 500 + ], + [ + "Quiet Homestead", + 90 + ], + [ + "Spacious and peaceful apt in East Village", + 178 + ], + [ + "Cute,comfortable room near Columbia University", + 60 + ], + [ + "Living excellence- deluxe 2 bedroom apt. in NYC!", + 369 + ], + [ + "Master bedroom/20min Manhattan/individual bathroom", + 40 + ], + [ + "Boerum Hill Charming Studio", + 160 + ], + [ + "Private Master BR/Bath - 15 Minutes to Manhattan", + 95 + ], + [ + "One Bedroom in Heart of LES", + 86 + ], + [ + "Spacious 1 Bedroom in Bushwick", + 200 + ], + [ + "Fantastic Master Bedroom", + 99 + ], + [ + "Cute and comfortable niece room with a balcony.", + 65 + ], + [ + "PRIVATE ROOM CLOSE TO THE CITY AND JFK AIRPORT.", + 45 + ], + [ + "LADIES ONLY! Privacy in a shared space :)", + 28 + ], + [ + "Minimalistic 1 BR in little Italy/ China town", + 159 + ], + [ + "Luxury immaculate 2 BR apartment Prime Brooklyn", + 250 + ], + [ + "Cute Two Bed - East Village", + 85 + ], + [ + "Ground Floor apt with Backyard @Lower East Side", + 160 + ], + [ + "big cozy room in Bed-Stuy with separate entrance", + 50 + ], + [ + "Spacious & Cozy Bushwick Walk-up 3mins from Train", + 49 + ], + [ + "Cozy Quiet Room in the Big Apple on Broadway!!!", + 69 + ], + [ + "Massive Brooklyn Brick 2 Floor Oasis", + 200 + ], + [ + "Private room in Red Hook Artist House", + 62 + ], + [ + "Modern brand new apartment in NYC!", + 400 + ], + [ + "Sunny and spacious 1-bedroom in Brooklyn", + 80 + ], + [ + "Beautiful Garden Townhouse Apt, Close to Parks.", + 105 + ], + [ + "Sweet two bedroom in Crown Heights Bk", + 87 + ], + [ + "Charming 2BR--20 min to Manhattan", + 99 + ], + [ + "Gorgeous Spacious Bedroom In Ridgewood Queens", + 20 + ], + [ + "Apartment with backyard in East Williamsburg", + 109 + ], + [ + "Manhattan low price UWS Columbia big cozy bedroom", + 75 + ], + [ + "Beautiful & centrally located, big 1 bedroom apt.", + 175 + ], + [ + "Luxury NYC 1 Bed w/Gorgeous Views + Pool", + 289 + ], + [ + "Williamsburg 2 BR Apartment! 1 stop to Manhattan", + 209 + ], + [ + "*OH SO ZEN*~ Chill Bushwick Yoga Spot!!", + 75 + ], + [ + "Single Bed room in townhouse, near subway", + 35 + ], + [ + "Upper East Side Gem Best Location", + 117 + ], + [ + "SleepEasyNY: PRIVATE SUITE | 5 STOPS TO MANHATTAN", + 80 + ], + [ + "1BR apartment with a spectacular view!", + 250 + ], + [ + "1.5 BATHRM SUNNY SPACIOUS ROOM BY SUBWAY", + 50 + ], + [ + "Big bright room in fantastic location", + 70 + ], + [ + "Modern Light Filled 1 Bedroom in East Williamsburg", + 150 + ], + [ + "Financial District(FIDI) Studio", + 145 + ], + [ + "Fashion Designer Studio - Entire Apartment", + 221 + ], + [ + "Huge Brooklyn Backyard Studio w/ King size bed", + 142 + ], + [ + "Delightful studio apartment.", + 65 + ], + [ + "Charming 1BD Astoria Penthouse", + 110 + ], + [ + "Sunny bedroom in Alphabet City", + 80 + ], + [ + "Double bed, Modern Skylight Room Near Train", + 35 + ], + [ + "Kid- (and Adult-) Friendly Uptown 2-Bedroom", + 150 + ], + [ + "Bedroom in shared apt next to Grand Central", + 40 + ], + [ + "Gorgeous luxury place Williamsburg", + 150 + ], + [ + "Cozy room in the heart of Park Slope.", + 47 + ], + [ + "FLUSHING APT!! BEST DEAL IN NYC!!!", + 85 + ], + [ + "Cozy Apt steps to Park, Subway, Restaurants, Bars", + 100 + ], + [ + "Room in Queens Close to Train Station!", + 40 + ], + [ + "Sunny, 1 Bedroom in Bedstuy, Brooklyn", + 85 + ], + [ + "Cozy bedroom apt near to LGA airport. Free Parking", + 99 + ], + [ + "Beautiful Renovated Apartment NYC.", + 105 + ], + [ + "Affordable Private Spacious Room in Brooklyn", + 33 + ], + [ + "Artsy charming room in Bushwick !", + 50 + ], + [ + "Stunning 1 Br, West Village Luxury w/ great views", + 295 + ], + [ + "Private and Cozy Bedroom in Williamsburg", + 72 + ], + [ + "Stylish & Peaceful Retreat in LES Dream Location!", + 300 + ], + [ + "Great Brooklyn location next to subway and cafes", + 48 + ], + [ + "Cozy room in the heart of Astoria", + 55 + ], + [ + "Private & comfortable room near Prospect Park", + 100 + ], + [ + "Charming Fort Greene Apartment", + 180 + ], + [ + "Cozy 3BR apartment on Quiet Block", + 300 + ], + [ + "5 Star Luxury 2 BR Suite Heart of Manhattan", + 2000 + ], + [ + "5 Star Luxury Suite Heart of Manhattan", + 1020 + ], + [ + "A Nice Place to Stay in Bed Stuy", + 53 + ], + [ + "Entire Flat in Crown Heights, Near Subway", + 160 + ], + [ + "Cozy Private Room close to Central Park/Met Museum", + 143 + ], + [ + "Classic Brownstone, a Private Studio Apartment", + 164 + ], + [ + "Brownstone Sanctuary, a Private Studio Apartment", + 164 + ], + [ + "Large private room in heart of BK", + 48 + ], + [ + "1 Bd Kips Bay Luxury/Doorman. - Pool & Gym.", + 65 + ], + [ + "Cozy private room with King sizebed", + 70 + ], + [ + "Big Apple Experience", + 159 + ], + [ + "Cozy, spacious room in Williamsburg", + 89 + ], + [ + "Clean Apartment in A Warm Home", + 100 + ], + [ + "Manhattan - Upper East Side Lovely Private Bedroom", + 60 + ], + [ + "A lovely unique space in the heart of Brooklyn", + 42 + ], + [ + "PRIVATE ROOM - BEST PRICE", + 57 + ], + [ + "Large Room w Private Backyard, 20 mins to City", + 43 + ], + [ + "Gorgeous Sanctuary Upper East Side", + 99 + ], + [ + "Private bedroom & bathroom in 2 bedroom 2 bath Apt", + 105 + ], + [ + "Gorgeous 1BR brownstone in Harlem close to trains", + 140 + ], + [ + "Huge Room next to subway - 15min from Times Square", + 65 + ], + [ + "Great Studio In Midtown West", + 125 + ], + [ + "1 Bedroom, Brand New, Ideal UWS Location", + 265 + ], + [ + "Room in Stuytown Apartment", + 100 + ], + [ + "Cozy Private Room in Sunset Park,BK", + 38 + ], + [ + "Spacious, Cozy Home Away From Home", + 88 + ], + [ + "A cozy and private place", + 60 + ], + [ + "Stylish Parkside Midcentury Apt", + 159 + ], + [ + "Great Bedroom in a great location. Fun hosts.", + 65 + ], + [ + "Cosy Holidays in NYC", + 700 + ], + [ + "Quiet&convenient/1B/ UpperWestLuxury/ 2Sub nearby", + 150 + ], + [ + "PRIVATE BEDROOM Bushwick close to L and J trains", + 50 + ], + [ + "Brooklyn Stay", + 70 + ], + [ + "Charming 2 Bedroom Space in Downtown Brooklyn", + 225 + ], + [ + "Large bright and quiet room with private bathroom", + 61 + ], + [ + "Modern Contemporary Home near JFK", + 120 + ], + [ + "Spacious, bright room, prime Williamsburg location", + 110 + ], + [ + "BKlyn:Artsy, old fashioned at affordable price !", + 63 + ], + [ + "Bushwick Chill Spot (Luxury Rental)", + 65 + ], + [ + "Evergreen Cozy Bed for Female Travelers 紐約民宿", + 25 + ], + [ + "A Stunning Private 1 Bedroom in Downtown Flushing", + 143 + ], + [ + "Spacious & Sunny 1 Bedroom Gramercy/Flatiron Apt", + 197 + ], + [ + "Nice bedroom in lovely Greenpoint", + 89 + ], + [ + "Crown Heights Duplex Apt.", + 158 + ], + [ + "Entire JR. One bedroom PRIME West Village", + 125 + ], + [ + "Charming Loft", + 250 + ], + [ + "Bright and quiet room with private bathroom", + 119 + ], + [ + "Perfect Location_Upper West Side_*Central Park*", + 128 + ], + [ + "Chill, No Luxury Apt w/ Yard - 1 block to train!", + 169 + ], + [ + "Modern, Spacious & Pristine Room in Gramercy", + 115 + ], + [ + "Private room in Astoria 10min ride to Central Park", + 70 + ], + [ + "Delightful place to stay", + 115 + ], + [ + "Comfy room near trendy Columbia University", + 100 + ], + [ + "2 Level Brownstone! Private room! Manhattan in 15!", + 50 + ], + [ + "Amazing 2 bed 2 bath in Central Harlem.", + 200 + ], + [ + "Charming West Village Brownstone Apartment", + 220 + ], + [ + "Big Room, Refinished Place - 35 min to Times Sq.", + 45 + ], + [ + "2 Room/1 Bath Entire Apt! Next to Colleges/Train!", + 203 + ], + [ + "Manhattan apt near Empire State & UN wfree US cell", + 180 + ], + [ + "Studio apartment near Monte Fiore hospital", + 40 + ], + [ + "650 Ocean Avenue", + 42 + ], + [ + "Comfortable, cozy apartment in Bed Stuy", + 130 + ], + [ + "Apartment in Luxury Building ***GREAT PRICE***", + 190 + ], + [ + "Private room in beautiful Williamsburg apartment", + 58 + ], + [ + "Super spacious & sunny 1-bedroom Fort Greene Apt.", + 150 + ], + [ + "Renovated rooms. Newly furnished 5 min from nyc.", + 55 + ], + [ + "Bright Modern Quiet Chelsea true 1bed", + 180 + ], + [ + "Newly renovated ground floor apt in Williamsburg", + 250 + ], + [ + "900 sq. ft. Artist Loft in the Heart of Brooklyn", + 150 + ], + [ + "Brand New Apt off Lexington Ave Best Location", + 125 + ], + [ + "Williamsburg Room with PRIVATE Balcony", + 49 + ], + [ + "Sunny, Cozy, Private Room In The Heart of Bushwick", + 40 + ], + [ + "Your joyful and comfy space near 7 train", + 40 + ], + [ + "Live like a NY'er! Lovely apartment in Manhattan", + 130 + ], + [ + "Cozy private room in a new building in Bushwick", + 900 + ], + [ + "new Private room Near Tompkins square park", + 85 + ], + [ + "East Village/Gramercy Park, 1 Bedroom", + 110 + ], + [ + "Great apt in amazing East Village!", + 119 + ], + [ + "Large Sunny Room in a Harlem Brownstone", + 60 + ], + [ + "Beautiful 1- bdrm apt in tranquil Inwood building", + 110 + ], + [ + "Vacation Music Studio + 1Bedroom in Bedstuy!", + 200 + ], + [ + "Private room to rent - Hip Williamsburg, Brooklyn", + 50 + ], + [ + "1BR Apartment in Historic Park Slope Brownstone", + 110 + ], + [ + "Big and Relaxing studio ; great location.", + 180 + ], + [ + "Grace", + 75 + ], + [ + "Bright, All New Semi Basement Apartment", + 105 + ], + [ + "Sunny, Contemporary 1 Bedroom Apt W/ Large Patio", + 105 + ], + [ + "Sunny, Quiet Urban Oasis w/ Elevator! Near Subway!", + 300 + ], + [ + "Cute room in Williamsburg BK", + 60 + ], + [ + "Free parking, quiet, 5 stops on N/W to Manhattan", + 100 + ], + [ + "JFK 10 & LGA 15 minutes, One Bed Room", + 120 + ], + [ + "Cozy studio basement in heart of Brooklyn", + 35 + ], + [ + "(2)Comfy Home Away From Home/Multiple Rooms!!!", + 45 + ], + [ + "Perfect Location! Spacious Upper West Side Flat", + 255 + ], + [ + "(3)Comfy Home Away From Home/Multiple Rooms", + 40 + ], + [ + "Holiday Sublet in Eco-Friendly Artist House", + 42 + ], + [ + "4 bdrm/2 bath apt. Central Pk, Columbia U.", + 240 + ], + [ + "Quiet, Private 3.5 rooms, Manhattan convenient", + 100 + ], + [ + "Elegant Entire apartment prospect lefferts garden", + 110 + ], + [ + "Privacy, comfort, style in the heart of Park Slope", + 185 + ], + [ + "Cozy Studio in West Village", + 147 + ], + [ + "Spacious Bushwick Loft", + 65 + ], + [ + "Clean and Comfortable Studio", + 200 + ], + [ + "Beautiful 3000 SF Triplex house in Clinton Hill", + 950 + ], + [ + "Brooklyn Heights for Christmas", + 275 + ], + [ + "Comfy room in Williamsburg - Luxury Building", + 200 + ], + [ + "Space, comfort, views!", + 100 + ], + [ + "2 Bedroom East Village NYC Apartment", + 350 + ], + [ + "Only 15 minutes from Manhattan", + 45 + ], + [ + "Cozy room with balcony in 15mins Manhattan", + 75 + ], + [ + "Clean, Cozy Private Room in Classy Bushwick Apt", + 60 + ], + [ + "Cozy private room in nice neighborhood Brooklyn", + 40 + ], + [ + "Gorgeous, cozy, clean - 25mins to Times Square.", + 74 + ], + [ + "Affordable 1 bedroom apt, in great neighborhood", + 100 + ], + [ + "Spacious Brooklyn Apt (2 Stops to NYC)", + 95 + ], + [ + "Cozy home away from home", + 59 + ], + [ + "Sunny 3 Bdrms / 2 Bth in Brooklyn, Sleeps up to 8!", + 180 + ], + [ + "Bedroom (#2) in beautiful apt near Central Park", + 50 + ], + [ + "Charming studio located in Kips Bay!", + 160 + ], + [ + "Nice one Bedroom in Williamsburg", + 139 + ], + [ + "Evergreen Upper Bed for Female Traveler 紐約民宿", + 19 + ], + [ + "Bright apartment in West SoHo with Roof Access", + 375 + ], + [ + "Spacious 1+ bedroom apt in NYC", + 135 + ], + [ + "Wyndham Midtown 45 King Suite Times Square NYC", + 175 + ], + [ + "Lovely & welcoming apartment in Bed-Stuy", + 169 + ], + [ + "Comfy spacious Astoria aptmt 15m from Manhattan", + 56 + ], + [ + "Big Bright Alcove Studio in Upper East Side", + 200 + ], + [ + "Spacious and clean 1 bedroom - Brooklyn", + 115 + ], + [ + "One Bedroom in Prospect Heights with a Cat!", + 45 + ], + [ + "Luxury 1BR in Times Square \"Urban Oasis\"", + 400 + ], + [ + "2 beds in single nice room, JFK&LGA 15 minutes.", + 65 + ], + [ + "Private room for 2 Guests • Female Only • 紐約民宿", + 39 + ], + [ + "Cozy room 5 mn walk to central park", + 80 + ], + [ + "Private Room with Private Bathroom in Harlem", + 85 + ], + [ + "Bedroom with Private Living Room near Central Park", + 150 + ], + [ + "Cozy Private Bedroom in the Lower East Side", + 75 + ], + [ + "100$", + 120 + ], + [ + "Gorgeous sun drenched 2BR in Jackson Heights", + 100 + ], + [ + "Colorful, Sun-filled \"Gypsy Cave\" Bedroom in 3BR", + 75 + ], + [ + "NYC/ ✰ Prime Williamsburg ✰ w/ Private Patio", + 91 + ], + [ + "Large private bedroom+bathroom Central Park North", + 150 + ], + [ + "High-ceilinged room in artist loft space -Bushwick", + 46 + ], + [ + "Bedroom w/ living room in heart of Crown Heights", + 65 + ], + [ + "Charming midtown 2 br apartment", + 500 + ], + [ + "Huge Yellow Room- AC, 20 Min to Manhattan", + 45 + ], + [ + "Cosy apartment in Bushwick", + 50 + ], + [ + "Brownstone garden floor apt w/ patio mins to NYC", + 155 + ], + [ + "Spacious Apartment in Park Slope Brownstone", + 149 + ], + [ + "Wonderful Private Room with Spacious Outdoor Patio", + 60 + ], + [ + "Clean, private room in Hamilton Heights", + 42 + ], + [ + "★City That Never Sleeps★ Hotel Room @ Midtown 45 ★", + 198 + ], + [ + "Single room #2 (4f)", + 45 + ], + [ + "Sun filled 1 bedroom in the heart of Crown Heights", + 130 + ], + [ + "Peaceful Room in Sunny Bohemian Apartment", + 44 + ], + [ + "Complitely Renovated in the heart of LES #14", + 250 + ], + [ + "Single room 2 (4R)", + 50 + ], + [ + "Great Location by Subway!", + 195 + ], + [ + "Single room #1 (4f)", + 45 + ], + [ + "Quiet Furnished Room in Greenpoint/Williamsburg", + 37 + ], + [ + "A Discounted room in heart of New York !", + 78 + ], + [ + "Cozy Studio by public garden, Washington Heights!", + 80 + ], + [ + "Harlem Humble Abode - 1 bedroom - Cute and Quaint", + 200 + ], + [ + "A Private Room in Manhattan, NYC !!!", + 78 + ], + [ + "Chambre disponible Harlem 1 semaine", + 35 + ], + [ + "Cozy for female, 10 min away from Manhattan", + 52 + ], + [ + "near Williamsburg/Manhattan/ Greenpoint - 1 b/1b", + 150 + ], + [ + "Sunny Room- just south of Park, Brooklyn", + 33 + ], + [ + "Cozy apartment in Upper East!", + 129 + ], + [ + "Bright guest room Staten Island, New York", + 49 + ], + [ + "QUEEN BEDROOM in sunny CENTRAL PARK apartment", + 103 + ], + [ + "Perfect Weekender in the East Village...", + 150 + ], + [ + "1 Bd in Sunny Bedstuy Apt", + 41 + ], + [ + "Spacious room w/ own bathroom in the East Village", + 76 + ], + [ + "The Hub 2 for 4", + 120 + ], + [ + "Bright & Spacious 1br in the Heart of UWS", + 167 + ], + [ + "1-Bedroom Apt Near Manhattan", + 95 + ], + [ + "Giant Green Room - AC and 20 Min to Manhattan", + 35 + ], + [ + "Best Location! Near Times Sq Javits Ctr Penn Sta", + 99 + ], + [ + "Cozy garden floor apartment-Brownstone", + 150 + ], + [ + "Cozy room in Roosevelt Island.", + 65 + ], + [ + "Huge kid-friendly Brooklyn home with parking/patio", + 150 + ], + [ + "Bright, cozy studio in Astoria", + 76 + ], + [ + "❤️ POSH NYC RESORT - Midtown 45 - 2 Guests ❤️", + 198 + ], + [ + "Cozy Room in Brownstone", + 35 + ], + [ + "Railroad Style 1 B.R. Astoria Bachelor Pad", + 110 + ], + [ + "Charming Carriage House near Prospect Park", + 300 + ], + [ + "Cozy studio in Chelsea", + 125 + ], + [ + "Luxury and Contemporary", + 225 + ], + [ + "Luxury One Bedroom w/ City Views", + 265 + ], + [ + "Cozy studio in the Heart of NYC", + 110 + ], + [ + "Bright Garden Room with Kitchenette", + 70 + ], + [ + "Beautiful Williamsburg Home on the Park", + 220 + ], + [ + "Cosy renovated studio apartment in Bed Stuy", + 80 + ], + [ + "East Village Jewel", + 55 + ], + [ + "Cozy Artsy Little Italy Apt!", + 115 + ], + [ + "Stylish & Spacious Apartment in Harlem Brownstone", + 265 + ], + [ + "Chic Chelsea charming apartment, GREAT DECOR", + 228 + ], + [ + "Rustic room in renovated Bushwick apartment", + 50 + ], + [ + "Spacious Harlem Apartment perfect for groups", + 280 + ], + [ + "15 minute train ride to Times Square", + 75 + ], + [ + "Top Floor Views Great Apartment in Williamsburg", + 120 + ], + [ + "Cozy NYC apt!", + 250 + ], + [ + "Christmas Shopping in Manhattan", + 350 + ], + [ + "Private Bedroom for 1 Female - LIC great location!", + 70 + ], + [ + "One bedroom escape", + 135 + ], + [ + "Clean style apt. Central midtwn near Javits", + 110 + ], + [ + "Nice Space in Williamsburg - Near Bedford L", + 149 + ], + [ + "Bright and Spacious Living Room.", + 22 + ], + [ + "5B-Netflix, TV, WI-FI, Heat", + 49 + ], + [ + "STUDIO in Wyndham Midtown 45 New York City!", + 899 + ], + [ + "Cozy room in Hamilton Heights", + 40 + ], + [ + "Cozy brand new studio with private entrance", + 70 + ], + [ + "Huge Duplex in the Heart of Brownstone Brooklyn", + 340 + ], + [ + "Beautiful Greenpoint, Brooklyn apt by the park", + 75 + ], + [ + "Spacious King Bedroom with Free parking Near Train", + 53 + ], + [ + "Nice Manhattan bedroom", + 90 + ], + [ + "Discover Ridgewood/Queens", + 105 + ], + [ + "Cozy Room In Williamsburg Near Trains❤️", + 49 + ], + [ + "NEW RENO HUGE PRIVATE BED&BATH PLUS TERRACE", + 95 + ], + [ + "Upper Eastside Studio, Walk to Central Park", + 155 + ], + [ + "Parlour Apartment in PreWar Home", + 40 + ], + [ + "WILLIAMSBURG BEDROOM", + 47 + ], + [ + "420 E 80th St. 2 BR fully furnished", + 190 + ], + [ + "1 Block to Central Park Manhattan Luxury Condo", + 700 + ], + [ + "Redford Room 1", + 109 + ], + [ + "Sleeps 4 Guest's | CENTRALLY LOCATED | Midtown 45", + 198 + ], + [ + "Chelsea Apartment/Flat- sleeps up to 4", + 149 + ], + [ + "1BR spacious, sunny (25 min to Manhattan)", + 101 + ], + [ + "In the heart of the West Village", + 150 + ], + [ + "Greenwich Village Apartment", + 135 + ], + [ + "Luxury doorman 1br in West Village", + 220 + ], + [ + "Large Private Room in Upper East Side", + 80 + ], + [ + "Private roof deck - 18 min subway to Manhattan", + 84 + ], + [ + "The Blue Floaty Studio", + 99 + ], + [ + "Cute BR at Columbus Circle", + 100 + ], + [ + "Modern Sleeper Sectional Sofa - Custom Design Apt", + 50 + ], + [ + "124 W 60th 1 bedroom", + 175 + ], + [ + "Cute Greenpoint room", + 60 + ], + [ + "Spacious and sunny Carroll Gardens apartment", + 170 + ], + [ + "Bed-Stuy Style & Comfort 2bed Private Living Space", + 170 + ], + [ + "1 Bedroom Apartment with Balcony in Brooklyn", + 75 + ], + [ + "Private Bedroom & bath - Huge Apt in Williamsburg", + 75 + ], + [ + "Family Style Home in Upper East/East Harlem", + 130 + ], + [ + "Huge Bedroom in the Upper West near Central Park", + 88 + ], + [ + "Apartment 5A", + 110 + ], + [ + "Luxury doorman building great view NYC", + 200 + ], + [ + "Charming apt in Bed-Study! Central location", + 60 + ], + [ + "Onebedroom apartment with park view", + 100 + ], + [ + "Stylish 1 Bedroom in heart of East Village", + 190 + ], + [ + "Cozy private studio 10m fr LGA 30m to Manhattan", + 86 + ], + [ + "A Touch of Modern", + 75 + ], + [ + "Cozy home away from home", + 55 + ], + [ + "Spacious apartment in Brooklyn", + 145 + ], + [ + "Private Room in Bronx NY, Manhattan", + 75 + ], + [ + "3 Cozy Zen Rooms In Beautiful Apt.", + 200 + ], + [ + "Spacious Modern 1-bedroom in Greenpoint w/TV, heat", + 86 + ], + [ + "Spacious 1 Bedroom Apt in the heart of Harlem", + 160 + ], + [ + "MARTIAL LOFT 3: REDEMPTION (upstairs, 1st room)", + 59 + ], + [ + "Times Sqaure Gem", + 280 + ], + [ + "Spacious, quiet 1 br apt in beautiful Inwood!", + 89 + ], + [ + "Brooklyn Getaway", + 55 + ], + [ + "King sized bed in pre war apt", + 100 + ], + [ + "Sunny Sunset Park Apt", + 75 + ], + [ + "colorful and huge 1BD near Prospect Park", + 100 + ], + [ + "Spacious & Light room in hip Lower East Side", + 95 + ], + [ + "Awesome room in Brooklyn!!", + 50 + ], + [ + "An Artist's Inspiration: Sun-Soaked Chelsea Loft", + 599 + ], + [ + "Private room in a cozy apartment Flushing!", + 44 + ], + [ + "Great location in NYC!", + 80 + ], + [ + "Small Private Room in Gramercy/East Village", + 65 + ], + [ + "One of a kind, entire Brooklyn apartment", + 98 + ], + [ + "Good Vibes and best location in East Village", + 131 + ], + [ + "Artist Welcome! Huge room w/ private office", + 69 + ], + [ + "Well connected private room", + 70 + ], + [ + "Bright Brooklyn Bedroom in Crown Heights", + 35 + ], + [ + "Park Slope Sanctuary", + 200 + ], + [ + "Private Room Perfect for Students / SIUH / 002 LL safe area", + 34 + ], + [ + "Modern Bungalow Escape", + 100 + ], + [ + "Private Room close to JFK & Manhattan", + 85 + ], + [ + "Charming Upper East Side 1 Br on Historic Block", + 120 + ], + [ + "Bright, modern room with panoramic window", + 37 + ], + [ + "Safe, cozy comfy!", + 34 + ], + [ + "Modern 2 BR Updated to Perfection", + 175 + ], + [ + "1 Bedroom Apt. in Prime Williamsburg", + 150 + ], + [ + "FLUSHING 停车方便。是你入住的最好选择。", + 48 + ], + [ + "Brand New Modern Luxury Apt, Room A", + 73 + ], + [ + "The Coziest Bedroom of The Upper West Side", + 85 + ], + [ + "Brand New Modern Luxury Apt, Room B", + 69 + ], + [ + "Modern loft in the heart of the East Village.", + 170 + ], + [ + "Brand New Modern Luxury Apt, Room C", + 66 + ], + [ + "Spacious apartment in Manhattan", + 200 + ], + [ + "1 Bdrm Deluxe located in Wyndham Midtown 45 Resort", + 799 + ], + [ + "2 BDRM Presidential Reserve at Wyndham Midtown 45", + 1599 + ], + [ + "Private Room for Students/Residents/ 001LL safe area", + 34 + ], + [ + "THANKSGIVING up to 6 GUESTS + HOT TUB + FIREPLACE", + 225 + ], + [ + "Walk through room close to everything", + 69 + ], + [ + "Large & Comfortable, Close to Train", + 73 + ], + [ + "Perfect, Private Bedroom on Prospect Park", + 125 + ], + [ + "spacious 1 bdrm apt on the Hudson River", + 150 + ], + [ + "Doctor's on Rotation (1)", + 33 + ], + [ + "Doctors lounge for 1 (Room 002)", + 32 + ], + [ + "Newly renovated Room for 1", + 35 + ], + [ + "1 Bdrm PRESIDENTIAL RESERVE at Wyndham Midtown 45", + 649 + ], + [ + "Writers Paradise 3 NYC", + 32 + ], + [ + "Comfortable room and very clean!", + 85 + ], + [ + "King/Queen Hotel Room at Wyndham Midtown 45", + 699 + ], + [ + "KG Room Wyndham Midtown 45", + 799 + ], + [ + "CHARMING HOME with TONES OF LIGHT & GREAT DESIGN", + 290 + ], + [ + "Renovated 2 Bedroom Williamsburg Dream Home", + 145 + ], + [ + "Modern Studio overlooking Empire State building", + 199 + ], + [ + "The Executive Loft Manhattan", + 200 + ], + [ + "Cozy loft in Chelsea", + 181 + ], + [ + "Quiet, Clean Room in Amazing Location!", + 75 + ], + [ + "Cozy, convenient Park Slope 2br", + 130 + ], + [ + "One Bedroom Apt. Private House close to Citi Field", + 125 + ], + [ + "Luxury Townhouse , Private Garden", + 300 + ], + [ + "Sunny Spacious Family Friendly 2Bed/2Bath UES Apt", + 250 + ], + [ + "2 Bedroom Apartment in Harlem", + 175 + ], + [ + "Private room on Lovely block in Greenpoint", + 59 + ], + [ + "Monthly Trendy Studio w/Patio amazing location", + 180 + ], + [ + "Huge guest suite with private bath and kitchen.", + 250 + ], + [ + "Room for Either One of Two (Has Two Beds)", + 40 + ], + [ + "Private Apartment In the Heart of Chelsea", + 156 + ], + [ + "Luxurious studio - West 57th Street Club by Hilton", + 500 + ], + [ + "B & B in NYC!!", + 65 + ], + [ + "Manhattan Landmark Sunny South facing Quiet Studio", + 68 + ], + [ + "Superb master bedroom on the Upper West Side", + 60 + ], + [ + "Big and Bright Apartment with Balcony", + 150 + ], + [ + "Sun dappled 2 bedroom brownstone apt on FG park!", + 265 + ], + [ + "Modern Large Apartment in Midtown East", + 279 + ], + [ + "1BR 2nd floor, house", + 105 + ], + [ + "Sunny Apartment in Harlem with over 800 sq ft", + 110 + ], + [ + "Brooklyn Apartment on the Park", + 130 + ], + [ + "Luxury 3 bedroom apartment on the Upper East Side", + 500 + ], + [ + "Sunny Guestroom 30 mins to Downtown Manhattan", + 34 + ], + [ + "Sunny Room in Bed Stuy Brooklyn", + 75 + ], + [ + "Cozy Alphabet City bedroom with private patio", + 49 + ], + [ + "Beautiful room in a Private House in Brooklyn", + 65 + ], + [ + "Brooklyn Bedroom Near Subway with Washer/Dryer", + 65 + ], + [ + "Williamsburg floor through loft", + 300 + ], + [ + "Nice Room in the Upper West Side. Great Location.", + 100 + ], + [ + "LARGE ROOM lots of privacy in a 4 bedroom apt", + 55 + ], + [ + "Sunlit Brooklyn Bedroom w/ Private Entrance", + 70 + ], + [ + "Bedroom in Large Artist Loft in Brooklyn", + 49 + ], + [ + "30-day or more sublet in Clinton Hill Loft", + 50 + ], + [ + "Beautiful, modern, near Prospect Park", + 158 + ], + [ + "Cozy room + unlimited metrocard", + 50 + ], + [ + "Chateau Retreat in Artsy Bushwick Brooklyn", + 120 + ], + [ + "Cozy room in Harlem", + 44 + ], + [ + "Williamsburg 1 bedroom amazing apt.", + 150 + ], + [ + "Clinton Hill Cocoon", + 209 + ], + [ + "Cute Bright Studio", + 200 + ], + [ + "comfortable room, couples welcome, crown heights.", + 30 + ], + [ + "Spacious Room in 2BR Sugar Hill apartment", + 80 + ], + [ + "Spacious 1-bd, sleeps 2, 20 min to Times Square", + 135 + ], + [ + "#1 Rated 3br Park Slope Apt (1700sqf+Renovated!)", + 250 + ], + [ + "Cozy Room In A Friendly Apartment", + 100 + ], + [ + "Affordable Bedroom in Brooklyn", + 50 + ], + [ + "Cozy Well-Furnished Home in the Heart of Harlem", + 110 + ], + [ + "Your cozy and comfy space near 7 train", + 30 + ], + [ + "New reno - vibey, sun-filled studio", + 160 + ], + [ + "Nolita Artist Loft Apartment Best Location NYC", + 295 + ], + [ + "Studio/Full Kitchen at Wyndham Midtown 45 Resort", + 699 + ], + [ + "Private room in Williamsburg", + 60 + ], + [ + "Cozy bed in private living room", + 45 + ], + [ + "Economy Brooklyn Space for your NYC Adventure!", + 29 + ], + [ + "A charming Art-deco upper Manhattan", + 80 + ], + [ + "Stunning 2BR Apt by Central Park and Subway", + 265 + ], + [ + "Gorgeous Brand New Condo", + 225 + ], + [ + "Lovely 2 bed/2 bath 15 min. from TIMES SQUARE", + 210 + ], + [ + "Sun-drenched, Lux, village studio", + 220 + ], + [ + "Cozy private room in the Bronx!", + 68 + ], + [ + "Modern 1 bedroom in Prime Bushwick", + 135 + ], + [ + "1 Bedroom Apartment on tree-lined street", + 130 + ], + [ + "SoHo Apartment Room to Rent Ready", + 110 + ], + [ + "Unique Retreat in the Heart of Bushwick!", + 140 + ], + [ + "Quiet Bedroom with Own bathroom Near City", + 60 + ], + [ + "HUGE BEAUTIFUL 3 BEDROOMS APARTMENT WITH ALL", + 400 + ], + [ + "Brooklyn Heights Garden Level", + 200 + ], + [ + "Studio w/EIK & Backyard, 23 Minutes to Manhattan", + 76 + ], + [ + "Cozy Apartment in Williamsburg", + 200 + ], + [ + "YOUR IDEAL HOME / 20steps to Subway", + 25 + ], + [ + "Cozy room in Williamsburg", + 90 + ], + [ + "1 Bedroom Presidential at Wyndham Midtown 45", + 799 + ], + [ + "Private Double Room in Bushwick Loft", + 45 + ], + [ + "Elegant, Prime West Village 1 Bedroom", + 800 + ], + [ + "Gorgeous Room with Private Bathroom in Manhattan", + 176 + ], + [ + "Big Room in Cool Williamsburg Loft - Long Stays", + 85 + ], + [ + "Cozy Room in a 2BR Apartment", + 21 + ], + [ + "Chill 2BD in Brooklyn", + 129 + ], + [ + "Large 2-bedroom Brownstone with Artistic Charm", + 135 + ], + [ + "Gorgeous 1 Bedroom in Prime Location in Brooklyn!", + 145 + ], + [ + "Quiet Private Room in Manhattan", + 113 + ], + [ + "NEW! Exceptional 2BR/1BA Williamsburg Oasis", + 199 + ], + [ + "Bronx Bed and Breakfast", + 86 + ], + [ + "Super Large & Cozy One Bedroom Apartment", + 95 + ], + [ + "1 Bedroom in the Heart of The Upper East Side, NY", + 100 + ], + [ + "ENTIRE 1BR in the heart of NYC !", + 199 + ], + [ + "Beautiful Queen Private Room in Financial District", + 146 + ], + [ + "Amazing Designer Brownstone Garden Apartment", + 150 + ], + [ + "**Cozy Room In Hip Ultra Location LES/NOLITA**", + 98 + ], + [ + "Lovely 3 Bedrm Apt Perfect for Groups & Families", + 25 + ], + [ + "Quincy Lighthouse | Modern, Luxury 2-bedroom Oasis", + 130 + ], + [ + "Cozy studio with stunning views of Dwntwn", + 200 + ], + [ + "home away from home :-) English, русский, עברית", + 94 + ], + [ + "Sun filled gem in the heart of the East Village", + 150 + ], + [ + "Private, Clean, Spacious Room with Full Bathroom", + 85 + ], + [ + "Cozy Bedroom in Loft Apartment, W'burg Brooklyn", + 110 + ], + [ + "Amazing studio in the heart of chelsea!", + 60 + ], + [ + "Sunny cozy room next to park", + 48 + ], + [ + "Cozy Apartment", + 110 + ], + [ + "Private room in Bushwick, 20 minutes to Manhattan!", + 60 + ], + [ + "Sunny renovated 1 BR in Brooklyn by Prospect Park", + 72 + ], + [ + "Gorgeous, sun-drenched private apt in Harlem", + 120 + ], + [ + "Cozy and quiet room on Broadway 2!", + 58 + ], + [ + "Studio in beautiful Chelsea - close to everything!", + 150 + ], + [ + "Cozy room w/ window in Ridgewood, Queens.", + 40 + ], + [ + "The Gnome House “ Oasis in the city “", + 1200 + ], + [ + "QUIET OASIS IN THE MIDDLE OF MANHATTAN NYC", + 89 + ], + [ + "Cosy Room in Williamsburg House", + 55 + ], + [ + "New York Christmas in Astoria", + 150 + ], + [ + "Large luxury private room in Williamsburg!", + 99 + ], + [ + "和缘阳光民宿 停车方便,环境优美 宽敞明亮,中英文服务。", + 38 + ], + [ + "The Wild Wild West (village)", + 500 + ], + [ + "Stunning 1 BR with high end finishes", + 142 + ], + [ + "Charming private room quiet, Doorman in Manhattan", + 114 + ], + [ + "2 Floor Epic Loft in Prime Bushwick", + 175 + ], + [ + "Unbeatable Location and Charm in the West Village", + 350 + ], + [ + "Charming room well located !!!!", + 60 + ], + [ + "Clean and Comfy Private Bedroom", + 75 + ], + [ + "Spacious 2 Bedroom Apartment with Balcony", + 85 + ], + [ + "Newly Furnished Bedroom in NYC apt", + 100 + ], + [ + "Cozy Bedroom in Centrally Located Apartment", + 60 + ], + [ + "Cleaning", + 80 + ], + [ + "Spacious and Cozy Room in the East Village", + 85 + ], + [ + "Private room in Flatbush Brooklyn!", + 36 + ], + [ + "Private room with private bathroom", + 150 + ], + [ + "Your point in Chelsea", + 330 + ], + [ + "Sunny Room B in China town of BK/ 8 min to Subway", + 54 + ], + [ + "Williamsburg - Terrace apartment", + 35 + ], + [ + "Sunny new room D/ 30mins to Manhattan3", + 53 + ], + [ + "Modern Artist's Loft in East Williamsburg/Bushwick", + 175 + ], + [ + "Sunny new room C/ 30mins to Manhattan", + 48 + ], + [ + "Mini room with Full size bed A /8 min to Subway R", + 39 + ], + [ + "Large 2 bed cozy room in queens", + 70 + ], + [ + "Private Room in Beautiful Brooklyn Private House.", + 29 + ], + [ + "Historic Lower East Side", + 120 + ], + [ + "Gorgeous one bedroom apartment.", + 125 + ], + [ + "Renovated Harlem Brownstone Apartment", + 100 + ], + [ + "Spacious RM in Home with Backyard/Near Metro", + 79 + ], + [ + "Williamsburg. Non profit . Artist", + 70 + ], + [ + "Bahia Brazil Vibe", + 95 + ], + [ + "Beautifull Bed Stuy 1bdrm apt with outdoor space!", + 77 + ], + [ + "Modern Room in a Cozy, Colorful Apartment", + 75 + ], + [ + "Williamsburg Studio w/ Balcony & Stunning View", + 210 + ], + [ + "NYC Living!", + 80 + ], + [ + "Stunning modern 1BR APT, 15min from grand central", + 120 + ], + [ + "Penthouse + private patio in Williamsburg", + 175 + ], + [ + "Awesome spot in Bushwick", + 82 + ], + [ + "Private room, Sunny topfloor apartment Cobble Hill", + 114 + ], + [ + "Cozy Ground Floor in Park Slope, BK", + 93 + ], + [ + "Double room in spacious Morningside apartment", + 55 + ], + [ + "Sunny 2 Bed w/Terrace in Brownstone", + 199 + ], + [ + "Longer-term 2-bedroom in Nolita with terrace.", + 387 + ], + [ + "BEAUTIFUL 1-BEDROOM @ דירה שווה בוויליאמסבורג", + 150 + ], + [ + "Cozy 1 bedroom in brooklyn 30max to manhattan", + 58 + ], + [ + "Two bedroom apartment in Williamsburg", + 185 + ], + [ + "Convenient place in Manhattan", + 90 + ], + [ + "Bright Room in the Heart of Astoria", + 50 + ], + [ + "1BR apartment one block from Columbia U and subway", + 189 + ], + [ + "Private room in Brooklyn house with backyard", + 50 + ], + [ + "Airy 2-Bedroom Apt with Terrace in Spanish Harlem", + 240 + ], + [ + "Home away from home in heart of BK", + 131 + ], + [ + "Bright big bedroom in Brooklyn", + 80 + ], + [ + "Studio with private entrance near Central Park.", + 225 + ], + [ + "Huge Madison Avenue Loft", + 139 + ], + [ + "Modern room very near Manhattan with free pickup!", + 109 + ], + [ + "Nice and spacious 3BR home in Queens", + 165 + ], + [ + "Small but cozy room in Roosevelt Island, Location!", + 45 + ], + [ + "Spacious Brooklyn Apartment for Two", + 50 + ], + [ + "supper sunny apt!", + 90 + ], + [ + "Double Guestroom 30 mins to Downtown Manhattan", + 55 + ], + [ + "Designer's Rail-Road Apartment-Prime Williamsburg", + 130 + ], + [ + "Charming and Quiet West Village 1 BR", + 190 + ], + [ + "Loft Studio in Heart of Fort Greene", + 150 + ], + [ + "☝ Your Sweet Suite Spot ☝", + 75 + ], + [ + "A Comfortable, Cozy Room", + 30 + ], + [ + "Romantic Rooftop Studio with 360 Brooklyn views!", + 150 + ], + [ + "Private one bedroom in Astoria (Halletts Point)", + 75 + ], + [ + "1 Bedroom w/ common space in 4br Loft in Bushwick", + 30 + ], + [ + "Spacious One Bedroom Apartment", + 110 + ], + [ + "Room near park · 2 stops to Manhattan on N/D train", + 64 + ], + [ + "Williamsburg, Ground Flr Apt with Private Backyard", + 135 + ], + [ + "(Williamsburg) Large bedroom with private balcony", + 55 + ], + [ + "Spacious Studio in Prime Williamsburg, Brooklyn", + 165 + ], + [ + "HUGE Private Room, Doorman Building, quiet !", + 132 + ], + [ + "Lovely 1 Bedroom Greenpoint Apartment Near Park", + 120 + ], + [ + "Large sunny private bedroom, private garden", + 60 + ], + [ + "Queen Bed Room in Gowanus Boutique Hotel", + 169 + ], + [ + "ENTIRE UNIT: MID TOWN NYC - GRAND CENTRAL STATION", + 119 + ], + [ + "Clean and Cozy Room in Meatpacking District", + 120 + ], + [ + "Beautiful brownstone in Harlem- $2.75 bus from LGA", + 77 + ], + [ + "big loft apartement in the Lower East Side", + 200 + ], + [ + "1 Bedroom in a large apartment w/ a private patio!", + 85 + ], + [ + "Large Duplex on the west village with Backyard", + 400 + ], + [ + "Cozy Studio in the heart of Washington Square Park", + 200 + ], + [ + "Comfortable Room in 3 Bedroom Apartment", + 30 + ], + [ + "Cozy room in the lively East Village", + 80 + ], + [ + "Comfy Sofa Bed in Cozy Apartment", + 68 + ], + [ + "Cozy apartment in the heart of Williamsburg!", + 108 + ], + [ + "Comfy, Convenient Upper West Side Condo Room", + 75 + ], + [ + "Bright & Sunny Studio in the Upper East Side", + 91 + ], + [ + "Private 1Br aparmtent on Floor 1 of my house", + 51 + ], + [ + "Peaches Paradise.", + 60 + ], + [ + "Beautiful townhouse apt on historic street", + 120 + ], + [ + "Charming light-filled apartment in Crown Heights", + 110 + ], + [ + "Williamsburg Waterfront 2br + 2bath Apartment", + 149 + ], + [ + "Quiet and beautiful apartment near central park", + 160 + ], + [ + "Lovely apartment near Prospect Park.", + 90 + ], + [ + "Beautiful Factory Loft in Greenpoint", + 250 + ], + [ + "Studio Near Columbia University", + 74 + ], + [ + "Spacious Studio Duplex in Heart of Williamsburg!", + 230 + ], + [ + "1 bedroom next to Prospect Park & SubwayStation", + 90 + ], + [ + "Spacious Brooklyn 2BR house (with cat & parking!)", + 200 + ], + [ + "One bedroom available with great access to trains!", + 49 + ], + [ + "Relax and Tune In", + 100 + ], + [ + "Private bedroom in Morningside Heights", + 37 + ], + [ + "1 Bedroom Apartment in Willimasburg", + 47 + ], + [ + "Beautiful Upper East Side 1 bedroom", + 127 + ], + [ + "1 Bedroom w. private bath 15min to Central Park.", + 250 + ], + [ + "APT FOR UP TO 4! Dream location & private terrace!", + 250 + ], + [ + "Warm Williamsburg Duplex Perfect for Christmas", + 360 + ], + [ + "Modern Authentic New York Living 1 BR Apartment", + 200 + ], + [ + "Room for rent in Brooklyn. 1 block from R train", + 50 + ], + [ + "Modern Private Studio for 2 in Arverne, Rockaway", + 85 + ], + [ + "Private Room/ 2BR Apt. Bedstuy/ Brooklyn", + 40 + ], + [ + "Cozy room in the East Village - Manhattan", + 85 + ], + [ + "Bedroom in the heart of Bushwick/Bed-stuy!!", + 85 + ], + [ + "Cozy and classic home", + 239 + ], + [ + "Sunny Cobble Hill 2 BR+ Cozy & Ecletic Brownstone", + 700 + ], + [ + "Lovely apartment in Williamsburg", + 60 + ], + [ + "NYC from Astoria Queens", + 87 + ], + [ + "Gorgeous, sunny and cozy bedroom", + 50 + ], + [ + "Sunny large loft&rooftop in Williamsburg", + 85 + ], + [ + "Kosher 1 bedroom with balcony & private bathroom", + 80 + ], + [ + "Cozy Magical Room in the Heart of West Village", + 90 + ], + [ + "Private Bath, Cozy Sunset Terrace Room", + 69 + ], + [ + "Sunny Chelsea Studio", + 128 + ], + [ + "Sunny, Spacious House by the Beach", + 200 + ], + [ + "Luxurious Penthouse Loft with balcony in West Vil", + 220 + ], + [ + "Sweet cozy room in Brooklyn - East Williamsburg", + 35 + ], + [ + "Perfectly Located Luxury 1bdrm with Parking Space", + 110 + ], + [ + "Studio Apartment in Wyndham Midtown 45.", + 300 + ], + [ + "Cozy 1 bedroom in Clinton Hill", + 135 + ], + [ + "Cozy Modern Bedroom In A Newly Updated Apt", + 40 + ], + [ + "One Room in Large Sunny 2 Bedroom In Brooklyn", + 150 + ], + [ + "Private semi-furnished room in 6 bedroom duplex.", + 35 + ], + [ + "Private Sunny Lofted Bedroom in East Williamsburg", + 38 + ], + [ + "#1 Ideal Williamsburg Stay -1 block from Lorimer L", + 70 + ], + [ + "New Year's Eve Time Square", + 350 + ], + [ + "Cozy apartment in Upper Manhattan!", + 50 + ], + [ + "Private and comfortable room in Upper West Side", + 68 + ], + [ + "Queen Room in Great 2BR Apt, 20min to Times Sq", + 95 + ], + [ + "Cozy artsy bedroom near Cloisters", + 80 + ], + [ + "Entire private studio in New York", + 150 + ], + [ + "Spacy, sunny Brooklyn studio next to prospect park", + 53 + ], + [ + "Big Sunny Room in NYC (B5)", + 54 + ], + [ + "Cozy 1BD Apt 20min from Manhattan!", + 99 + ], + [ + "Cozy Room - 17mins to Manhattan. Close to LGA, JFK", + 53 + ], + [ + "Lovely and Sunny Crown Heights 1BR", + 135 + ], + [ + "Cozy Bedstuy Brownstone", + 525 + ], + [ + "Large Private One Bedroom", + 50 + ], + [ + "3 Cozy Zen Rooms in Brownstone apt.", + 200 + ], + [ + "Cozy Zen Room Beautiful Brownstone", + 200 + ], + [ + "Wash Hts 2BR apt extra sofa bed. Avail 12/20-1/4", + 99 + ], + [ + "Fort Greene 2 bed, 2 bath in modern building", + 145 + ], + [ + "Luxury Private Room, Financial District (Flexible)", + 129 + ], + [ + "Charming Room in Brooklyn Townhome", + 80 + ], + [ + "2BR- Private Kitchen + Bathroom-20min to Manhattan", + 150 + ], + [ + "Entire Unit 2BR+bathroom, 20min to Manhattan", + 120 + ], + [ + "Peaceful, cozy studio in Chinatown", + 90 + ], + [ + "Large Windows, Plenty of Light", + 123 + ], + [ + "Amazing & Unique Soho/Nolita One Bedroom", + 250 + ], + [ + "Harlem Parkside - 1 cozy bedroom", + 100 + ], + [ + "Luxury Studio Apartment with W/D, Gym, Rooftop", + 100 + ], + [ + "Whole 2 bedrooms apartment in HK", + 250 + ], + [ + "Cozy Studio Near Time Square", + 98 + ], + [ + "Home away for the holidays!", + 60 + ], + [ + "Large studio apt in brownstone w/ private garden", + 165 + ], + [ + "Large bedroom with balcony in the heart of Nolita", + 100 + ], + [ + "Cozy bedroom on Roosevelt Island", + 40 + ], + [ + "Beautiful Room in Bed-Stuy w/ Bridge Theme", + 37 + ], + [ + "Comfy Home, Convenient Location near Central Park", + 75 + ], + [ + "Artist Loft Bushwick - The Bird's Nest", + 39 + ], + [ + "Beautiful Bed-Stuy Room", + 29 + ], + [ + "Cosy room in Brooklyn", + 80 + ], + [ + "Private Room in Quiet UES Apartment", + 100 + ], + [ + "Spacious sun lit Bushwick room", + 40 + ], + [ + "MANHATTAN ROOM FOR 2 NO FEE", + 45 + ], + [ + "Newly Renovated with Lovely Backyard!", + 55 + ], + [ + "Rental in a Uptown Cozy Apartment", + 30 + ], + [ + "Cozy Room Family Home LGA Airport NO CLEANING FEE", + 48 + ], + [ + "9B--NETFLIX, HEAT, TV, WI-FI", + 49 + ], + [ + "Sunny and spacious Greenpoint Artists Haven (2 br)", + 135 + ], + [ + "East Harlem hideaway", + 200 + ], + [ + "Extremely Rare Townhouse in East Village", + 850 + ], + [ + "Beautiful townhouse in Brooklyn NY", + 300 + ], + [ + "Sunny, cozy room in newly renovated apartment!", + 70 + ], + [ + "1BR Lower East Side GEM In New Elevator Building!", + 225 + ], + [ + "Cozy Oceanhill Room", + 80 + ], + [ + "Comfy Room in Williamsburg Duplex *big backyard*", + 50 + ], + [ + "Designers Dream Bed Stuy Studio", + 110 + ], + [ + "Cozy, chic: Plants, good vibes and LOTS OF LIGHT!", + 54 + ], + [ + "Bright one bedroom blocks from Barclays Center", + 125 + ], + [ + "Cozy apartment in the Norwood section of the bronx", + 125 + ], + [ + "Spacious room in Historical District Brownstone", + 40 + ], + [ + "CLEAN, SAFE, PLACE; Bed-Stuy Brooklyn.", + 115 + ], + [ + "Cozy Bohemian Home!", + 60 + ], + [ + "Bushwick Cozy Stay-- One Block From the Train!", + 30 + ], + [ + "Fort Greene Room", + 150 + ], + [ + "Comfy private room, great location to Manhattan", + 55 + ], + [ + "Huge Bedroom - East Village - NYC", + 79 + ], + [ + "Beautiful one-bedroom triplex with garden", + 425 + ], + [ + "Cozy Brooklyn Home in Crown Heights!", + 85 + ], + [ + "Best Location on the Upper West Side! - Part II", + 80 + ], + [ + "Economy private room great location to Manhattan", + 55 + ], + [ + "Private Room in Uptown Manhattan", + 66 + ], + [ + "Charming, Sunny Studio in Williamsburg", + 135 + ], + [ + "Bergen street in Crown Heights - French speaking", + 140 + ], + [ + "Big Sunny Room in Manhattan (M6)", + 52 + ], + [ + "Sunny, spacious Brooklyn getaway, with skylights!", + 130 + ], + [ + "True 1 BR Midtown West / Hell's Kitchen gem", + 130 + ], + [ + "Dream home: Beautiful 2B2B Condo in Chelsea", + 585 + ], + [ + "Sunny Room", + 35 + ], + [ + "Huge Sunny Room in New Apartment by G, J, M trains", + 55 + ], + [ + "Spacious, Clean, Can be used as 2BR-Ridgewood,NY", + 60 + ], + [ + "Single Minimal Bedroom in Hip area of Brooklyn NYC", + 43 + ], + [ + "Warm design for a classic Brooklyn townhouse", + 36 + ], + [ + "Cozy 1 Bedroom Escape", + 166 + ], + [ + "Sunny Private Bedroom in Prime Williamsburg", + 150 + ], + [ + "Cozy and spacious apartment in heart of Bushwick", + 97 + ], + [ + "Luxurious LES/Nolita Loft", + 250 + ], + [ + "LADIES ONLY!! Privacy in a shared space :)", + 28 + ], + [ + "2 Beds Brooklyn Tree Lined Blk 15 min to Manhattan", + 179 + ], + [ + "Studio apt in Midtown Manhattan, great value", + 97 + ], + [ + "Private room in well furnished quintessential 2BR!", + 120 + ], + [ + "Luxury 2BD in heart of Williamsburg", + 350 + ], + [ + "Modern & Cozy Room in Elegant Apt in Astoria", + 65 + ], + [ + "Sunny beautiful airy bedroom in Modern Apartment", + 63 + ], + [ + "SUNNY 2BD W. ELEVATOR / PERFECT 4 SMALL FAMILY", + 151 + ], + [ + "Cozy, private room in a 3 br in Gramercy", + 70 + ], + [ + "Beautiful Hell's Kitchen room - near Times Square", + 95 + ], + [ + "Sunny, Quiet 1 Bedroom in Union Sq/East Village", + 198 + ], + [ + "Private room in prime Cobble Hill neighborhood", + 60 + ], + [ + "Duplex bottom floor / All you need UES", + 100 + ], + [ + "Unique Bushwick one bedroom with private garden", + 140 + ], + [ + "CRAZY SPACE & CRAZY SUN IN BUSHWICK", + 49 + ], + [ + "Hotel Room King/Queen at Wyndham Midtown 45 Resort", + 799 + ], + [ + "Bedroom on Quiet Block on the Lower East Side", + 85 + ], + [ + "Cozy True 1BR Apartment in Noho/East Village", + 250 + ], + [ + "sunshine bedroom in old school artist loft", + 58 + ], + [ + "Small furnished room in shared West Village apt", + 100 + ], + [ + "1 Bedroom Apartment with Balcony in Williamsburg", + 110 + ], + [ + "Spacious room steps from Central Park and Subway", + 55 + ], + [ + "Large 1BR Apt In Upper Manhattan w/AC in Bedroom", + 65 + ], + [ + "PRIVATE STUDIO WITH LOTS OF LIGHT", + 75 + ], + [ + "1 Bedroom for Rent in the heart of Williamsburg", + 55 + ], + [ + "2 bedroom apartment in Two Bridges(Chinatown, LES)", + 190 + ], + [ + "Micro Room A", + 70 + ], + [ + "Comfortable Space + Great Block + Perfect Location", + 85 + ], + [ + "Luxury Apt - Private room & entry!", + 57 + ], + [ + "Shared Living Space in Bushwick, Brooklyn", + 25 + ], + [ + "CHARMING ROOM W/ ROOF DECK ACCESS 3 :)", + 97 + ], + [ + "CHARMING COZY ROOM FOR 1 :)", + 80 + ], + [ + "Spacious Luxury 2bd-2ba apartment near DUMBO", + 180 + ], + [ + "Spacious 1 bedroom in the heart of downtown NYC", + 215 + ], + [ + "Sunny Basement Studio Apartment, 1 block to Park", + 89 + ], + [ + "AWESOME CHARMING ROOM C WITH ROOF DECK ACCESS :)", + 97 + ], + [ + "AWESOME CHARMING ROOM B WITH ROOF DECK ACCESS :)", + 97 + ], + [ + "Beautiful, Spacious Harlem Home", + 120 + ], + [ + "Stanhope", + 50 + ], + [ + "Penthouse", + 350 + ], + [ + "Modern Apt in Harlem steps from Central Park!", + 159 + ], + [ + "Beautiful spacious Greenpoint Apartment", + 150 + ], + [ + "Sunny 1 Bedroom Apt. in Brooklyn", + 70 + ], + [ + "Fabulous Chelsea Triplex (2 bdrm/1.5 bath)", + 300 + ], + [ + "Great room in charming Fort Greene Brooklyn", + 44 + ], + [ + "Sunny Room in East Williamsburg close to L Train", + 84 + ], + [ + "Wonderful room located in charming East Village", + 300 + ], + [ + "1 (twin) private room in bushwick +roof +living rm", + 30 + ], + [ + "Spacious and bright 1 bedroom apartment", + 245 + ], + [ + "Lovely Spacious Bedroom in Brooklyn", + 76 + ], + [ + "Spacious 2 BDR - Hell's Kitchen/Times Square", + 130 + ], + [ + "Williamsburg Experience, Quick Manhattan Access", + 124 + ], + [ + "UWS Landmarked Townhouse 1BR, APT 3B", + 160 + ], + [ + "RG - Budget Friendly room in the Greenpoint area!", + 45 + ], + [ + "Private cozy room near LGA airport", + 33 + ], + [ + "Private large room near LGA airport with queen bed", + 45 + ], + [ + "The Fenihouse Brooklyn", + 200 + ], + [ + "Chic & Cosy Lower East Side Apartment", + 130 + ], + [ + "Room at Home in Lower East Side", + 95 + ], + [ + "Private room near LGA Airport with queen bed", + 45 + ], + [ + "Room In Bed-Stuy Apartment", + 100 + ], + [ + "Stylish & Spacious Apartment", + 117 + ], + [ + "Ft Greene: 2-3 Bedroom Duplex w/Garden", + 220 + ], + [ + "Bright & cozy 1BR/Balcony next to 3 subways!", + 100 + ], + [ + "big room in Hell's Kitchen close to Times Square", + 155 + ], + [ + "Cozy in Cobble Hill", + 450 + ], + [ + "Cute Bedroom in Hip Bushwick", + 31 + ], + [ + "Spacious, cozy, quiet 1.5 bedroom", + 99 + ], + [ + "Amazing 3BR Triplex Family Apartment w/ Garden", + 900 + ], + [ + "Light filled private room in Red Hook!", + 38 + ], + [ + "Charming Bedroom on the Lower East Side", + 90 + ], + [ + "Clean Comfortable Room in Amazing NYC Neighborhood", + 33 + ], + [ + "Luxury Apartment Located in Riverdale.", + 125 + ], + [ + "--Into The Heart Of Greenpoint--", + 170 + ], + [ + "Very spacious and sunny room in Harlem, Manhattan!", + 35 + ], + [ + "Sun-drenched room in quiet Ridgewood neighborhood", + 40 + ], + [ + "Bright, airy, calm Brooklyn space", + 68 + ], + [ + "Modern Ridgewood Apartment!", + 65 + ], + [ + "Cozy with Great location !!!!", + 37 + ], + [ + "Brooklyn Style Apartment!", + 92 + ], + [ + "A dose of Williamsburg cool", + 125 + ], + [ + "Large room with private bath & kitchen near train", + 71 + ], + [ + "Cozy room in Brooklyn", + 40 + ], + [ + "Charming Chelsea Studio", + 110 + ], + [ + "River View Apartment in the Bronx", + 47 + ], + [ + "Comfortable room in quite home with queen size bed", + 45 + ], + [ + "Private Room on Roosevelt Island", + 50 + ], + [ + "Cozy room in 3 BR Williamsburg apartment", + 60 + ], + [ + "Super Great Williamsburg Apartment- Private Room", + 60 + ], + [ + "Comfy Bedroom in Spacious Manhattan apartment", + 55 + ], + [ + "Charming attic Room in Home + Backyard/Near Metro", + 58 + ], + [ + "Charming Central 1- Bedroom Apartment, Gramercy", + 200 + ], + [ + "Artsy Apt in Bushwick!", + 50 + ], + [ + "Cozy Sunny Room in New Apartment by G, J, M trains", + 55 + ], + [ + "Great Duplex in Crown Heights", + 180 + ], + [ + "Cozy place in a diverse city", + 50 + ], + [ + "Entire 1 Bedroom Apt with Great Light & Vibes :)", + 129 + ], + [ + "Cozy & Sunlit Three Bedroom Apartment", + 255 + ], + [ + "Cozy, Quiet, 1 bedroom apartment - Lower East Side", + 177 + ], + [ + "Quiet Room in Unique Carroll Gardens", + 50 + ], + [ + "Sunny room in BK for your NYC stay!", + 49 + ], + [ + "Elegant 3BR with Backyard (15 Mins to Manhattan!)", + 325 + ], + [ + "a budget comfy room", + 30 + ], + [ + "Full Apartment in Upper West Side.", + 109 + ], + [ + "Brooklyn Brownstone Serenity", + 100 + ], + [ + "UES Beautiful Apartment off Park Av", + 280 + ], + [ + "Wyndham 2 doubles hotel room", + 149 + ], + [ + "Spectacular Townhouse 4Floor 5BD West Village NYC", + 2590 + ], + [ + "Amazing location, East Village full 3BR apartment", + 400 + ], + [ + "Studio in West Village", + 220 + ], + [ + "Hamilton Heights Townhouse Apartment", + 147 + ], + [ + "Cozy Bedroom in the heart of Williamsburg", + 50 + ], + [ + "Cozy room Williamsburg", + 105 + ], + [ + "Charming Modern 1 Bedroom in Bedstuy.", + 175 + ], + [ + "Private Studio along the park in Greenpoint, BK", + 60 + ], + [ + "Cozy Attic RM in Private Home Backyard/Near Metro", + 55 + ], + [ + "Lavish Upscale Room. Unforgettable.", + 65 + ], + [ + "Serene atmosphere in Manhattan", + 59 + ], + [ + "Charming East Village Apartment with Patio", + 165 + ], + [ + "New Years Eve in a bright and airy UWS one bedroom", + 100 + ], + [ + "Great Room &Host, steps from #1 train", + 50 + ], + [ + "Luxurious Studio In heart of NYC!", + 145 + ], + [ + "Quiet and cozy apartment in Greenwich Village", + 100 + ], + [ + "Cozy and sunny 2 BR apartment in trendy Greenpoint", + 150 + ], + [ + "Great Bedroom in East Williamsburg (+ ROOFTOP!!)", + 59 + ], + [ + "Private 1 BR in 4 BR apartment, by L Train", + 45 + ], + [ + "Luxury apartment in the heart of Williamsburg", + 170 + ], + [ + "East Village Studio Apt w/private Courtyard Oasis", + 120 + ], + [ + "Cozy shared male room at center of Manhattan III\\)", + 32 + ], + [ + "Private Room in Sun-drenched Apartment", + 68 + ], + [ + "Cozy Stylish Central Park Private Suite", + 105 + ], + [ + "Charming bedroom, great location !", + 65 + ], + [ + "Cozy Apartment in Brooklyn, NY", + 100 + ], + [ + "Sunny Studio Apartment", + 95 + ], + [ + "Room in The Heights!", + 39 + ], + [ + "Private Studio & Kitchen in Renovated Brownstone", + 75 + ], + [ + "Apartment in the heart of Williamsburg Brooklyn!", + 125 + ], + [ + "Bright and Cozy 1BR in Crown Heights", + 100 + ], + [ + "浪漫民宿,环境优美,停车方便,独立洗手间和马桶,浴室共用。 (Website hidden by Airbnb)", + 48 + ], + [ + "PENTHOUSE OASIS IN THE HEART OF CHELSEA /FLATIRON", + 149 + ], + [ + "COZY ROOM", + 40 + ], + [ + "Midtown Loft", + 290 + ], + [ + "Sunny and large bedroom in Williamsburg Apartment", + 120 + ], + [ + "Comfy Room in Cobble Hill", + 45 + ], + [ + "Studio in West Village", + 119 + ], + [ + "Beautiful Newly Renovated BK Apt with W&D in Unit", + 95 + ], + [ + "Brand New &Cozy Room Close to Subway Station", + 45 + ], + [ + "Bond Street 2 bedroom 2 bath great Noho location", + 400 + ], + [ + "Near the City, Classic Brooklyn!", + 130 + ], + [ + "Large Basement Bedroom With Kitchen", + 80 + ], + [ + "Bronx Beauty: Renovated historic rowhouse", + 45 + ], + [ + "Cute and cozy space in Chinatown", + 100 + ], + [ + "South Slope Brooklyn Apartment!", + 80 + ], + [ + "Cute room near Columbia University", + 65 + ], + [ + "Charming and Convenient East Village Apartment", + 200 + ], + [ + "Private room in beautiful apartment", + 45 + ], + [ + "Cozy Harlem Jewel", + 60 + ], + [ + "Chic, Sunny East Village Entire Apartment", + 132 + ], + [ + "1st Floor room available in 3 br 2bath Apt", + 119 + ], + [ + "Super Cute, Cozy, Sun-filled And Private", + 60 + ], + [ + "Beautiful room in Brooklyn", + 38 + ], + [ + "Holidays in NYC", + 50 + ], + [ + "Huge full floor loft on Broadway and Bleecker", + 240 + ], + [ + "Large 2 bed 2 bath modern apt. - Brooklyn Bridge", + 285 + ], + [ + "2 Bedrooms Entire Beautiful Apt in Williamsburg!", + 120 + ], + [ + "Entire Duplex In The East Village", + 499 + ], + [ + "Loft in Brooklyn", + 119 + ], + [ + "Cozy and Modern apartment in Astoria", + 225 + ], + [ + "Private Room blocks from Union Square", + 110 + ], + [ + "Cozy 2Bedroom Apt. in Astoria", + 79 + ], + [ + "Big, sunny bedroom in apartment with modern decor", + 85 + ], + [ + "90 Washington St Luxury apartment", + 200 + ], + [ + "307 E 44th st 1BR great loc", + 150 + ], + [ + "7 mins from Times Sq! Modern elevator building!", + 190 + ], + [ + "Charming studio in midtown east", + 215 + ], + [ + "Master Bedroom in Stylish Apartment", + 67 + ], + [ + "MANHATTAN MODERN NEAR CENTRAL PARK!", + 79 + ], + [ + "Brooklyn’s lovely Luxurious Suite sleeps 5", + 139 + ], + [ + "Sunny Private Studio-Apartment", + 105 + ], + [ + "Large 3bd 2 bath duplex in prime Greenpoint!", + 250 + ], + [ + "Не дорогая комната в Нью-Йорке, в Бруклине", + 50 + ], + [ + "Skyline #2 view ny skyline", + 60 + ], + [ + "Budget stay in LUXURIOUS FIDI building", + 75 + ], + [ + "Skyline #1 view ny skyline", + 50 + ], + [ + "✨Bright, spacious apartment in the West Village❤️", + 190 + ], + [ + "Amazing ONE bedroom. Lots of light and style", + 230 + ], + [ + "Cozy Junior 1BR in inwood.", + 80 + ], + [ + "Spacious Midtown Apt with window view & balcony", + 100 + ], + [ + "Spectacular 2BR with NYC SKYLINE VIEW + ROOF DECK", + 199 + ], + [ + "Great Movie-like East Village aptmt", + 190 + ], + [ + "Lovely room in the lovely area of Williamsburg BK", + 64 + ], + [ + "Cozy 1 bedroom in the heart of Fort Greene", + 225 + ], + [ + "room with view and bath", + 35 + ], + [ + "Affordable bedroom in the East Village!", + 70 + ], + [ + "Large Private Room in Quiet BK Heights Apartment", + 60 + ], + [ + "Bright Spacious Home in Heart of Williamsburg NY", + 264 + ], + [ + "Great deal, full equiped room in Times Square", + 100 + ], + [ + "Cozy studio next to Wash Sq Park", + 135 + ], + [ + "Interfaith Retreat Guest Rooms (Bhakti)", + 85 + ], + [ + "Interfaith Retreats (Devotion)", + 85 + ], + [ + "Bedroom in beautiful Brooklyn apartment", + 55 + ], + [ + "Classic Downtown Loft", + 295 + ], + [ + "Private Bedroom + Shared House", + 28 + ], + [ + "Cozy & Affordable", + 45 + ], + [ + "Beautiful Double Room - Heart of Clinton Hill, BK", + 120 + ], + [ + "Hip Luxury Stay w Private Bath 5 min to Manhattan", + 90 + ], + [ + "Master bedroom , your own bathroom in 2bed apart", + 89 + ], + [ + "Cozy room in Beautiful Brooklyn!", + 50 + ], + [ + "Williamsburg, Private Bedroom, 2 blocks from L", + 50 + ], + [ + "Apartment in Soho on Edge of West Village", + 150 + ], + [ + "Cozy bedroom near George Washington Bridge", + 40 + ], + [ + "Small Room", + 99 + ], + [ + "Hidden Gem in Crown Heights", + 225 + ], + [ + "Enjoy my apartment for the summer!", + 65 + ], + [ + "Williamsburg 2BR. Close to L train", + 280 + ], + [ + "Columbus Circle Single Bedroom", + 100 + ], + [ + "Full 1 bedroom apt in an awesome area!", + 120 + ], + [ + "Wonderful UES Studio...", + 70 + ], + [ + "Private room in the heart of East village", + 100 + ], + [ + "Room in 3 bed apt/w parking- Wburg.", + 55 + ], + [ + "Washington Heights Oasis", + 150 + ], + [ + "Cheap large room with desk 10 min to JFK+ Mall", + 50 + ], + [ + "Cozy apartment in the Lower East Side, NYC!", + 95 + ], + [ + "Beautiful 1 Bedroom in Bedstuy with Private Yard", + 140 + ], + [ + "Bright & Sunny Oasis in East Village", + 180 + ], + [ + "Brownstone on a tree-lined street in NYC", + 200 + ], + [ + "Small Room in Big Williamsburg Apartment", + 74 + ], + [ + "AMAZING LOCATION - Heart of CHELSEA / Manhattan", + 95 + ], + [ + "Artists Bright Eclectic Home & Studio", + 114 + ], + [ + "Sixth Ave Chelsea, Studio Serviced Apartment", + 205 + ], + [ + "Sixth Ave Chelsea, 1bd Serviced Apartment", + 279 + ], + [ + "Fort Greene apartment", + 80 + ], + [ + "Bright Brooklyn Room close to Manhattan", + 31 + ], + [ + "Wyndham 2 double beds hotel room", + 299 + ], + [ + "Bedroom in Spacious Williamsburg Loft", + 80 + ], + [ + "Bronx Cozy Spacious Room close to NYC Subway", + 50 + ], + [ + "Prospect Park Brownstone full floor w/garden", + 190 + ], + [ + "Spacious room with amazing view", + 90 + ], + [ + "*BRAND NEW*4 BED DUPLX W PVT BCKYARD 15 MIN 2 CITY", + 399 + ], + [ + "Private room on restaurant row", + 79 + ], + [ + "Harlem Brownstone Retreat Suite", + 110 + ], + [ + "Cozy and quiet 1 bedroom in great neighborhood", + 85 + ], + [ + "Beautiful Area. Central Park views. Classic Apt", + 105 + ], + [ + "Where Dreams are made of NYC", + 89 + ], + [ + "Cute Nolita 1 Bedroom", + 200 + ], + [ + "Large Bushwick private bedroom", + 63 + ], + [ + "Private room in Bushwick, Brooklyn", + 50 + ], + [ + "Private 2 Room Guest Suite in Queens, NY", + 95 + ], + [ + "15 min to NYC-CITY VIEWS FROM ROOM! Safe/warm home", + 58 + ], + [ + "Beautiful Studio with a top location in Manhattan", + 120 + ], + [ + "Studio near Central Park East!", + 180 + ], + [ + "Beautiful room in the heart of Time Square", + 150 + ], + [ + "Spacious&Sunny bedroom near Central Park,UpperEast", + 65 + ], + [ + "Private cozy room close to Columbia University", + 50 + ], + [ + "Private Bedroom in Midtown -Heart of NYC", + 105 + ], + [ + "Cozy bedroom in a home-y Bushwick place", + 70 + ], + [ + "very clean and spacious", + 53 + ], + [ + "Clean and spacious private room for your NYC trip!", + 50 + ], + [ + "Sun Drenched Spacious Loft in NYCs Trendiest Hood", + 205 + ], + [ + "One Bedroom off of Franklin Avenue in Brooklyn", + 72 + ], + [ + "Warm and quiet studio in heart of chinatown", + 142 + ], + [ + "Cozy modern sunny room for 2", + 52 + ], + [ + "Bright Creative Environment", + 117 + ], + [ + "CLASSIC NEW YORK! Heart of UWS!\nCLEAN. BRIGHT. NEW", + 230 + ], + [ + "Nice place", + 75 + ], + [ + "Private Studio Apartment close to ferry and subway", + 89 + ], + [ + "Shared Flatbush House in Brooklyn.", + 30 + ], + [ + "Cozy Room In Heart Of Queens- Hillside, Hollis", + 80 + ], + [ + "newly renovated apt in Brooklyn!", + 200 + ], + [ + "Cozy modern Coliving in Flatbush/twin shared room", + 38 + ], + [ + "Modern Apartment 7 min from JFK Airport and Casino", + 89 + ], + [ + "Skylight loft bed room in large artist house!", + 41 + ], + [ + "Sunny private room in fabulous North Park Slope!", + 75 + ], + [ + "Garden studio w/ private entry&bath. No smokers.", + 90 + ], + [ + "Stylish and cozy East Village 2 bedroom apartment", + 135 + ], + [ + "Room for rent (females ONLY)", + 40 + ], + [ + "Williamsburg Sun-Filled Home Away From Home!", + 93 + ], + [ + "All season studio in Astoria", + 100 + ], + [ + "Large apt in prime carol gardens", + 350 + ], + [ + "Beautiful room in the heart of the Lower East Side", + 125 + ], + [ + "Beautiful private room by N/W subway in Astoria", + 70 + ], + [ + "Unique, Lofted 1BR in the heart of West Village", + 150 + ], + [ + "Chelsea 1bedroom", + 300 + ], + [ + "Cozy room (1 br in a 2 br apt) Upper west side", + 86 + ], + [ + "Trendy 1 bedroom apartment in cool LES hood.", + 180 + ], + [ + "2 blocks to 2 ⭐️⭐️⭐️⭐️⭐️", + 135 + ], + [ + "Bright and quiet room in East Village", + 100 + ], + [ + "Luxury apartment near Williamsburg & Manhattan", + 179 + ], + [ + "East Williamsburg 1BR Apt. w/ yard!", + 116 + ], + [ + "Sunny Private Bedroom in an apartment Sunnyside", + 115 + ], + [ + "Sunny room in Brooklyn by N train", + 60 + ], + [ + "Pacific Street Gem!!!", + 137 + ], + [ + "Cozy apartment in heart of Manhattan!", + 190 + ], + [ + "Bedroom in East Williamsburg!", + 45 + ], + [ + "One bedroom by Lincoln Center", + 150 + ], + [ + "Dreamy 2BR in Architect's Brownstone", + 165 + ], + [ + "1 Bedroom Condo/Kitchen Wyndham Midtown 45 Resort*", + 599 + ], + [ + "quaint village apartment for up to 6", + 275 + ], + [ + "Cosy room in Williamsburg", + 60 + ], + [ + "Great Room In Brooklyn, The Park, 30 min to MH.", + 33 + ], + [ + "Big, Bright 1 Bedroom b/w Columbia, City College", + 125 + ], + [ + "Spacious Room in Large 2 Bedroom Prewar Apartment", + 41 + ], + [ + "Lovely Bright Room in Heart of Williamsburg NY", + 89 + ], + [ + "Interfaith Retreats (Mother Theresa)", + 85 + ], + [ + "Cozy & Comfy Room in quiet Briarwood, Queens, NY", + 85 + ], + [ + "NYC Style Comfort 1 bd w/Private Living Space", + 150 + ], + [ + "Sunny FULL FLOOR 2 bedroom in Greenpoint, Brooklyn", + 150 + ], + [ + "Sunny & Sweet 1BR BK Apt - 25 mins to Manhattan", + 143 + ], + [ + "Wyndham Midtown 45 - Great 1 BR Presidential Suite", + 400 + ], + [ + "Big room near the park", + 36 + ], + [ + "Private Room in East Harlem", + 75 + ], + [ + "Modern 1-bedroom apartment in Fordham", + 110 + ], + [ + "Cozy Studio in the Heart of Manhattan", + 200 + ], + [ + "Sunny and new luxury studio", + 150 + ], + [ + "Modern one bed room Apt in Times Square area, NYC", + 350 + ], + [ + "Upper West Side - Two Private Rooms!", + 87 + ], + [ + "Upper West Side - Private Room!", + 50 + ], + [ + "Centrally located East Village studio", + 130 + ], + [ + "Sunny spacious top floor of brownstone", + 120 + ], + [ + "Entire 1BR Apt in Manhattanville", + 100 + ], + [ + "Simple, Cozy Private Room Near Beach & Subway", + 55 + ], + [ + "Stunning views room for two!", + 120 + ], + [ + "Williamsburg Loft - Short or Long term Roommate", + 59 + ], + [ + "Lg Park Slope apt with Washer/Dryer & Backyard", + 100 + ], + [ + "Beautiful, cozy 1bedroom in Williamsburg", + 100 + ], + [ + "Big Brooklyn Townhouse Sanctuary", + 375 + ], + [ + "Beautiful and Quiet Morningside Heights 1BR", + 105 + ], + [ + "Entire 3rd floor of Brownstone at Prospect Park!", + 165 + ], + [ + "Spacious Brooklyn, New York Retreat", + 150 + ], + [ + "Cozy Studio on Roosevelt Island", + 96 + ], + [ + "Peaceful Room in Bedstuy Brooklyn", + 70 + ], + [ + "Big Bright Room ☼ Lower East Side", + 72 + ], + [ + "Hip 2 Bed in Williamsburg w/Private Backyard", + 225 + ], + [ + "Beautiful Apt in UES", + 200 + ], + [ + "Penthouse HUGE balcony on Lex(1BR)", + 145 + ], + [ + "Shared Room in Brooklyn", + 22 + ], + [ + "Modern Apartment in Bed-Stuy", + 60 + ], + [ + "Room in the heart of East Village", + 90 + ], + [ + "Comfy room at the heart of Williamsburg", + 80 + ], + [ + "Spacious light tribeca loft!", + 190 + ], + [ + "Gorgeous Garden Apt on Stunning Park", + 128 + ], + [ + "Grand Central / United Nations Beautiful Studio!!", + 83 + ], + [ + "Studio Apartment in Prospect Lefferts Gardens", + 50 + ], + [ + "Beautiful 2 BR Apt. In Most Convenient Spot", + 300 + ], + [ + "Charming Upper West Private Floor", + 200 + ], + [ + "MODERN BEDROOM IN BROOKLYN! BUSHWICK! FUN AREA!", + 59 + ], + [ + "Great pad in Brooklyn next to train", + 85 + ], + [ + "Sunny Private Room close to Central Park - Harlem", + 77 + ], + [ + "Nantucket Lounge of Upper East Side", + 113 + ], + [ + "Bright and cozy room is Clinton Hill-Brooklyn", + 54 + ], + [ + "Cozy bedroom in Long Island city.", + 50 + ], + [ + "Wonderful Apartment in the charming East Village", + 450 + ], + [ + "Spacious private room near LGA airport", + 40 + ], + [ + "Master Bedroom in Clinton Hill", + 100 + ], + [ + "livingroom for rent queen size sofa bed or air bed", + 45 + ], + [ + "Newly renovated & Fully Furnished Super clean", + 115 + ], + [ + "Classic Upper East Side Manhattan", + 119 + ], + [ + "Designer 2-BR with Stunning Views in Williamsburg", + 218 + ], + [ + "Big private room in Manhattan", + 35 + ], + [ + "Large Studio Apt in Central Harlem (Entire Apt)", + 120 + ], + [ + "Huge Modern Ensuite. Convenient. Incredible view!", + 119 + ], + [ + "Sunny Spring Sanctuary ~ 2 Bedroom Apt.", + 100 + ], + [ + "Huge bedroom/private entrance/heart of Bushwick", + 69 + ], + [ + "Charming 1 Bdr Apt in the Heart of West Village", + 190 + ], + [ + "Nice one bedroom apartment", + 110 + ], + [ + "Quiet, clean, comfortable place in upper Manhattan", + 120 + ], + [ + "Beautiful 2 BR apartment next to restaurants/train", + 140 + ], + [ + "Apartment in Park Slope / Rooftop Access", + 75 + ], + [ + "GREAT sunny 1 bedroom", + 85 + ], + [ + "East 29th Street, Luxury 1bd", + 200 + ], + [ + "Great room 3 min to train 25 min to Manhattan.", + 110 + ], + [ + "2 Double Bed Hotel Style WYNDHAM MIDTOWN 45 *NYC*", + 599 + ], + [ + "Private Room in 4BR Modern Manhattan Apartment", + 38 + ], + [ + "Your Fab Home Away from Home awaits You in NYC!!!!", + 375 + ], + [ + "Newly Renovated Two Bedroom one bathroom", + 90 + ], + [ + "2 BDRM PRESIDENTIAL LUXURY CONDO MIDTOWN 45 NYC *", + 999 + ], + [ + "Spacious LIC apartment, 10 min to Grand Central", + 57 + ], + [ + "Luxury and Design in a Cultivated Escape", + 200 + ], + [ + "Entire 3rd Fl in Brownstone steps to Prospect Park", + 260 + ], + [ + "Spacious room within minutes to A express train!", + 99 + ], + [ + "Extra Cozy Room in Center of Williamsburg", + 98 + ], + [ + "1 TwinXL Bed Walk-To TIME SQUARE #ForReal", + 79 + ], + [ + "Artistic Union sq duplex + private roof top NYC", + 175 + ], + [ + "Bedroom (KING) & private bath - Brand New & Modern", + 200 + ], + [ + "Sunny and Cozy Bedroom near Columbia University", + 50 + ], + [ + "Glass factory loft", + 60 + ], + [ + "COZY BEAUTIFUL APT IN EAST VILLAGE", + 125 + ], + [ + "Spacious private room Uptown NYC", + 60 + ], + [ + "Two bedroom apt in Williamsburg", + 100 + ], + [ + "Upper West 2BR, Met, Lincoln Center, Central Park", + 225 + ], + [ + "Cozy Brownstone Apartment Near City", + 110 + ], + [ + "Gorgeous Industrial Loft in Prime Williamsburg", + 195 + ], + [ + "Sunny Bedroom In The Heart of Bushwick", + 55 + ], + [ + "Spacious, bright studio near Prospect Park", + 55 + ], + [ + "Harlem Monthly Rental True Two Bedroom 1 Bath", + 99 + ], + [ + "Beautifully private furnished room", + 100 + ], + [ + "Interfaith Retreats (Kirtan)", + 85 + ], + [ + "LIC Room w/ Clean & Comfy Amenities + 6 Trains", + 100 + ], + [ + "THE REAL NYC EXPERIENCE! 20 MINS TO NY, QUEEN BED", + 69 + ], + [ + "Spacious bedroom", + 46 + ], + [ + "Cozy Upper West Private Floor", + 165 + ], + [ + "Manhattan Two Bedroom Renovated Apt.", + 75 + ], + [ + "Small Cozy Room", + 40 + ], + [ + "You Deserve The Royal Treatment.", + 130 + ], + [ + "Cool Brooklyn Flat", + 115 + ], + [ + "Very Big Manhattan Apartment very big Living Room", + 349 + ], + [ + "Modern, Beautiful Tribeca 2-Bedroom Loft", + 259 + ], + [ + "Large 1BR Brooklyn Apt", + 137 + ], + [ + "Private Bedroom in Bushwick, BK", + 40 + ], + [ + "1 Bedr.Apt.(1-3 guests)+Wifi-Private Bath+Kitchen", + 160 + ], + [ + "Bright, Open, and Beautiful 2-Bedroom!", + 200 + ], + [ + "Private room in super location in lower Manhattan", + 52 + ], + [ + "UNIQUE & COZY STUDIO NEAR CENTRAL PARK", + 160 + ], + [ + "East Village 1BR Apt with all the amenities", + 200 + ], + [ + "Spirited 2-Bed Sanctuary -- Entire Building!", + 550 + ], + [ + "Cozy Private Room in Share Apartment near Midtown", + 100 + ], + [ + "Sunny Modern Studio in Williamsburg", + 175 + ], + [ + "Fabulous Art-Filled West Village Home (1BR)", + 275 + ], + [ + "Sunny and Modern Beach Bungalow", + 100 + ], + [ + "Sunny Space in BK for your NYC stay", + 60 + ], + [ + "Park Avenue 1 Bedroom", + 99 + ], + [ + "Charming cozy Studio - Discounted !!", + 56 + ], + [ + "Beautiful room in a Sunny Apartment West Harlem!", + 100 + ], + [ + "Cozy apartment in the heart of West Village", + 180 + ], + [ + "East Williamsburg private room w/ backyard access", + 45 + ], + [ + "Private Bedroom in Beautiful Central Williamsburg!", + 48 + ], + [ + "Super cozy room !CONVENIENT", + 115 + ], + [ + "Sunny room in 2bed apt in East Harlem Fullsize bed", + 50 + ], + [ + "Master Suite in Lovely, Sunny DUMBO Apartment", + 135 + ], + [ + "Bushwick Modern Apartment // 1 Block from Subway", + 200 + ], + [ + "Lovely room 20 min to Times Square & Central Park", + 80 + ], + [ + "Cozy Artsy Private Room in Williamsburg", + 80 + ], + [ + "Studio Apartment UES - 12/31 - 1/14 Availablity", + 95 + ], + [ + "Queen bed-Close to Columbia U & Central Park", + 87 + ], + [ + "Charming spacious room in Williamsburg", + 83 + ], + [ + "Brownstone Jewel in Crown Heights", + 171 + ], + [ + "1 BR at Wyndham Midtown 45 NYC", + 225 + ], + [ + "#1 Large sunny Studio 5 blocks from CENTRAL PARK!", + 100 + ], + [ + "Room for one or two in beautiful Midwood", + 60 + ], + [ + "Spacious Private room in Charming Williamsburg", + 85 + ], + [ + "Studio unit at Wyndham Midtown 45 NYC", + 185 + ], + [ + "new penthouse w/ balcony, city+waterfront views", + 249 + ], + [ + "Sun-filled Jewel in the Heart of Bushwick", + 35 + ], + [ + "Spacious uws studio overlooking Central Park", + 100 + ], + [ + "Parisian Apt in PRIME Carroll Gardens Brooklyn", + 159 + ], + [ + "MANHATTAN STUDIO SUITE SLEEPS 2 GUEST", + 895 + ], + [ + "❤ART of Chelsea | 1bd rm | Walk/bike everywhere!", + 196 + ], + [ + "sunny private bedroom in Harlem", + 40 + ], + [ + "Beautiful private room in East Village, NYC", + 95 + ], + [ + "Huge Sunny Bedroom, 20 min to Times Square!", + 55 + ], + [ + "Stylish 1BR w/lounge or 2BR Vintage Artists Apt.", + 122 + ], + [ + "Room close to Manhatan", + 100 + ], + [ + "Astoria Ditmars Bedroom", + 55 + ], + [ + "1 Person Only 1 Bdrm LES HugeDeck", + 90 + ], + [ + "Astor Row Apartment in the Heart of Harlem <3", + 75 + ], + [ + "East Williamsburg private 2 bedroom apt by L train", + 200 + ], + [ + "Huge Gorgeous room in a Park View Apartment!", + 70 + ], + [ + "Cozy S. Williamsburg Landing Pad", + 136 + ], + [ + "❤️❤️❤️ COZY Place by the Park for ONE ❤️❤️❤️", + 50 + ], + [ + "Gr8 views in heart of Williamsburg", + 210 + ], + [ + "Cozy studio in historic Clinton Hill near trains", + 95 + ], + [ + "Lovely Brooklyn Room near train stop", + 45 + ], + [ + "Enormous, Beautiful Apartment near Prospect Park", + 69 + ], + [ + "It is a two bedroom apartment", + 150 + ], + [ + "Quiet Private room Queens Nyc,Midtown 30 mins", + 40 + ], + [ + "Private Bathroom and Cozy Bedroom in Brooklyn", + 90 + ], + [ + "Cozy Bedroom in Brooklyn, NY", + 80 + ], + [ + "Private Room in Cozy Harlem 2 Bedroom", + 25 + ], + [ + "Upper Manhattan - Female only", + 40 + ], + [ + "Cozy studio Upper East/Manhattan", + 220 + ], + [ + "Spacious Bedroom @ Convinience", + 81 + ], + [ + "Large Room in Manhattan", + 85 + ], + [ + "NYC NEW YEARS EVE - LUXURY CRASH PAD!", + 31 + ], + [ + "Spacious Master Bedroom 20 mins. from NYC", + 130 + ], + [ + "Cozy one bedroom in Upper East Side Manhattan UES", + 91 + ], + [ + "The Rainbow Room on Prospect Park.", + 75 + ], + [ + "Light-filled South Slope Nest!", + 73 + ], + [ + "Tidy artists' apartment", + 56 + ], + [ + "Quiet South Slope house w/ piano, porch & garden.", + 175 + ], + [ + "Wonderful Cozy Private Room By Central Park", + 47 + ], + [ + "Large 1 room with bed in the heart of manhathan", + 80 + ], + [ + "Huge Fort Greene Loft, Prime!", + 125 + ], + [ + "BEST DEAL, PERFECT LOCATION in Downtown, Manhattan", + 69 + ], + [ + "Cosy 1 bed basement Apartment", + 75 + ], + [ + "Bright room Williamsburg off Bedford", + 69 + ], + [ + "Sunny Room in Clinton Hill Brooklyn", + 60 + ], + [ + "Cozy room in MASSIVE bushwick house", + 80 + ], + [ + "Quiet room in apt Williamsburg 10 mins to City", + 60 + ], + [ + "JFK AIRPORT 3-BEDROOM LUXURY APT WITH FREE PARKING", + 225 + ], + [ + "1 Bedroom Escape in Brooklyn Heights", + 185 + ], + [ + "Futon to crash on New Year in NY", + 120 + ], + [ + "LARGE BEAUTIFUL QUIET ROOM IN 2 STORY TOWNHOUSE", + 80 + ], + [ + "#2 Ideal Williamsburg - L trian Lorimer Stop!", + 55 + ], + [ + "City Life Minus The City Price - Flatbush Brooklyn", + 36 + ], + [ + "Historical Addisleigh Park NYC", + 55 + ], + [ + "Harlem \"Hostel\" for Single Travelers", + 55 + ], + [ + "Chambre idéale couple ou amis - Proche Manhattan", + 80 + ], + [ + "2BR \"Café Brooklyn\" w/private Courtyard in BedStuy", + 149 + ], + [ + "BEAUTIFUL Master Bedroom - 20 mins to Manhattan!", + 41 + ], + [ + "Beautiful 2 bedroom apt in Brownstone Brooklyn", + 95 + ], + [ + "Modern and bright duplex in central Cobble Hill", + 350 + ], + [ + "Quiet Clean Private Bedroom Brooklyn", + 35 + ], + [ + "Room 202", + 50 + ], + [ + "White space with 0min to bus stop", + 50 + ], + [ + "Williamsburg Penthouse w/ Private Roof", + 100 + ], + [ + "Huge quiet modern oasis", + 150 + ], + [ + "Taaffe Loft", + 55 + ], + [ + "Pretty modern 3-B APT near Everything you want!", + 190 + ], + [ + "Sunny Modern Apartment with Terrace, Near Subway", + 60 + ], + [ + "Manhattan - Upper East Side - Entire Home", + 80 + ], + [ + "Sleeps6+PRIV.TERRACE+laundry,Trains+BAM&Barclays", + 380 + ], + [ + "Studio loft, Cosy and charming with rooftop view", + 125 + ], + [ + "Lavish studio in Downtown Manhattan", + 235 + ], + [ + "Queen Room w/ Memory Foam, In-room TV and Rooftop", + 67 + ], + [ + "Spacious One Bedroom in Heart of West Village", + 232 + ], + [ + "Great for La Guardia airport guests.", + 40 + ], + [ + "Sophisticated Retreat in Spacious Manhattan Apt", + 96 + ], + [ + "Luxury High-Floor Oversized Studio w/ Park View", + 225 + ], + [ + "Luxury bedroom in a Cozy, Relaxed NYC Atmosphere!", + 120 + ], + [ + "Rustic Modern Brooklyn Apartment", + 120 + ], + [ + "Cozy Private room in the heart of Jamaica New york", + 72 + ], + [ + "Park Slope. The best community in Brookyn NY.", + 90 + ], + [ + "Affordable cozy room rental in Flushing", + 65 + ], + [ + "Huge Bedroom in Historic Harlem!", + 66 + ], + [ + "Largest room, warehouse loft, prime Williamsburg", + 41 + ], + [ + "Artstuy", + 30 + ], + [ + "Landmarked 1899 Brownstone with private garden", + 175 + ], + [ + "Cozy 1Br Apartment, Entire Place.", + 100 + ], + [ + "Upscale King Bedroom Great Neighborhood in NYC", + 100 + ], + [ + "Sunny, Clean, Nice bedroom available in Bushwick", + 65 + ], + [ + "COZY Bedroom in the heart of the Lower East Side!", + 70 + ], + [ + "Newly Renovated Bedroom in Bushwick/Ridgewood", + 73 + ], + [ + "Brooklyn Refuge-Private Bedroom w/ Sitting Room", + 80 + ], + [ + "Trendy Artist Loft in Bushwick/East W'Burg", + 160 + ], + [ + "Vacation in Astoria", + 69 + ], + [ + "Large Apartment near Central Park up to 4 people!", + 180 + ], + [ + "Brooklyn Brownstone - Chic Garden Apartment", + 199 + ], + [ + "LUXURY Flatiron Highrise 1 BR/1 BA", + 159 + ], + [ + "Peaceful Bedroom with private balcony in LES", + 60 + ], + [ + "The Paris Room. Énorme! Private ROOF access!", + 49 + ], + [ + "Modern Loft Style Apt in trendy Brooklyn", + 94 + ], + [ + "Geek-Chic Full Apt in Sugar Hill, Manhattan!", + 77 + ], + [ + "Sunny Fun Bushwick BR w/Yard, ~175ft to Subway!", + 56 + ], + [ + "Private Room in 2BR in Hip East Williamsburg", + 47 + ], + [ + "Cozy Studio Apartment in Queens, NY", + 89 + ], + [ + "Cozy Space-Sunny Studio- Flatbush, Brooklyn", + 95 + ], + [ + "Huge room, sunlight, plants, books", + 60 + ], + [ + "Full floor, Newly renovated, Brooklyn brownstone", + 125 + ], + [ + "Spacious and Modern 2 Bedroom Apartment", + 11 + ], + [ + "Lovely BedStuy apartment w/ young professionals.", + 29 + ], + [ + "\"Desirable Deal on The Park\"", + 80 + ], + [ + "☼ Sunny, Charming Brooklyn Apt - Next to Train ☼", + 75 + ], + [ + "Entire 1-bed home in midtown west", + 175 + ], + [ + "\"Oasis on The Park\"", + 85 + ], + [ + "Cozy Studio Apt, 1 train stop from Manhattan", + 123 + ], + [ + "SPACIOUS, trendy Flatiron Apt-Traveler's Delight!", + 144 + ], + [ + "Private room with private entrance in Greenpoint!", + 99 + ], + [ + "Huge 2 Bed Apt with Private Bathrooms in UES!", + 899 + ], + [ + "Cozy Shared Apartment!", + 141 + ], + [ + "3A. Private Rm in Guesthouse Manhattan", + 50 + ], + [ + "Room in Greenpoint", + 75 + ], + [ + "Private basement bedroom with queen bed", + 50 + ], + [ + "Friendly place for most suitable for Bangladeshis", + 70 + ], + [ + "Beautiful Apt in Brooklyn w/ Private roof", + 50 + ], + [ + "Private Bedroom w/ En Suite in Shared Apartment", + 40 + ], + [ + "Beige Room in Rego Park", + 35 + ], + [ + "Charming 2BR with Backyard (15 Mins to Manhattan!)", + 169 + ], + [ + "Bohemian BK Pad with prvt bkyd, great for toddlers", + 78 + ], + [ + "Airy, Open South Williamsburg Apartment", + 119 + ], + [ + "Renovated 2 Bedroom Apartment", + 115 + ], + [ + "2 ROOMS: Bedroom & Study + Priv. Bath - CP North", + 115 + ], + [ + "CHIC, UPSCALE STUDIO-MIDTOWN, PERFECT LOCATION!", + 200 + ], + [ + "1 bedroom apt with garden in Red Hook Brooklyn", + 93 + ], + [ + "Newly renovated 1BR apartment, 25 min to Manhattan", + 160 + ], + [ + "Minimalist Vegan Room in Columbus Circle", + 100 + ], + [ + "Cosy private room in modern sunny Williamsburg apt", + 65 + ], + [ + "1A. Private Rm in guesthouse Manhattan", + 64 + ], + [ + "Spacious 1 bedroom apt in Bkln w/ outdoor space", + 95 + ], + [ + "Spacious apartment in delightful Cobble Hill", + 220 + ], + [ + "Lovely Bedroom in Beautiful Brooklyn Apartment!", + 70 + ], + [ + "Cute 1 Bdrm Apt, 10 minutes from Manhattan", + 125 + ], + [ + "Brooklyn's Bed & Breakfast (3 BR)", + 225 + ], + [ + "Private bedroom in Williamsburg industrial loft", + 54 + ], + [ + "ONLY 4.4 MILES TO MIDTOWN MANHATTAN", + 184 + ], + [ + "Brooklyn's Bed & Breakfast (2 BR)", + 175 + ], + [ + "Romantic hide out in brooklyn", + 69 + ], + [ + "Brooklyn 1 bedroom near it all", + 175 + ], + [ + "Cozy brownstone studio in the heart of Harlem!", + 91 + ], + [ + "Stunning bedroom in the best neighborhood of NYC", + 122 + ], + [ + "Modern 1 bed/duplex southslope Brooklyn", + 150 + ], + [ + "Charming West Village Brownstone w/Private Terrace", + 250 + ], + [ + "Huge Comfy Room", + 49 + ], + [ + "Cozy East Village Apartment Room.", + 75 + ], + [ + "Penthouse w/ private Manhattan skyline view deck!", + 125 + ], + [ + "Large and cosy apartment - Upper east!", + 120 + ], + [ + "Sunny Chelsea Oasis", + 233 + ], + [ + "Renovated 1BR Penthouse Oasis In Brownstone", + 220 + ], + [ + "Sunny room in Sunset Park, Brooklyn", + 32 + ], + [ + "Nice Private Studio Apartment", + 105 + ], + [ + "Wyndham Midtown: E 45th St., NYC", + 165 + ], + [ + "Peaceful Spacious 1 Bdrm Apt in Carroll Gardens", + 175 + ], + [ + "Great 1 bedroom Apartment", + 75 + ], + [ + "Two Charming Bedrooms in the Lower East Side", + 200 + ], + [ + "Large Private Apartment in Clinton Hill", + 100 + ], + [ + "Gorgeous Large Room near LGA", + 90 + ], + [ + "Stunning Brooklyn Condo", + 109 + ], + [ + "East Williamsburg Cozy Studio", + 95 + ], + [ + "Private room in Williamsburg 15 mins from city", + 60 + ], + [ + "Fort Greene bungalow", + 75 + ], + [ + "Beautiful urban sanctuary in Park Slope, Brooklyn", + 175 + ], + [ + "1 private room in a spacious+quiet Park Slope apt", + 46 + ], + [ + "1 bedroom available in heart of east village", + 50 + ], + [ + "Cozy and Cute 1 bdrm in perfect Midtown location", + 98 + ], + [ + "2BEDS or DOUBLE BED (KINGSIZE) / PRIVATE BATHROOM", + 95 + ], + [ + "Woodside private room for visitors!", + 34 + ], + [ + "EXQUISITE TRANQUIL QUIET ROOM IN NYC", + 79 + ], + [ + "NYMT60-1 LUXURY! Studio,Cozy,Gym,doorman st-6", + 130 + ], + [ + "Tribeca one bedroom apt - jan 13-30th", + 100 + ], + [ + "Your stay at NYC Artist Home", + 75 + ], + [ + "Clean and Cozy room in Central Manhattan", + 61 + ], + [ + "Prime location 15-20mins to manhattan.nearall.C.", + 99 + ], + [ + "Entire studio Apartment in New York City.", + 110 + ], + [ + "Private midtown Apt w/ shared bath", + 99 + ], + [ + "Spacious and cozy room 25minutes from Manhattan", + 42 + ], + [ + "Bright room with full size bed.", + 50 + ], + [ + "2 Bedroom Apt.-30 secs from C train", + 82 + ], + [ + "2 Bedroom Loft in Clinton Hill", + 206 + ], + [ + "Beautiful Upper East Side 1 BR Apt, Charming!", + 120 + ], + [ + "Newly renovated 1 bdrm right by trains. Entire apt", + 69 + ], + [ + "Charming, Authentic Village Walkup", + 164 + ], + [ + "Spacious 1 Bedroom in Washington Heights", + 95 + ], + [ + "NYMT06-1 LUXURY! one bedroom,Gym,doorman Ap-A", + 160 + ], + [ + "1.5 Bedroom in Fantastic Fort Greene!", + 150 + ], + [ + "Huge Cosy Room in E.Williamsburg,Rooftop &Backyard", + 75 + ], + [ + "Sunny 1 bedroom in the heart of Greenpoint", + 130 + ], + [ + "Very Chic and SUPER Convenient South Harlem Apt", + 95 + ], + [ + "Gramercy Heaven, right off Park Ave", + 199 + ], + [ + "Beautiful Brooklyn 3-Bedroom Duplex", + 150 + ], + [ + "Beautiful Fort Greene triplex with Yard", + 550 + ], + [ + "Spacious Duplex Apartment in South Williamsburg", + 250 + ], + [ + "Williamsburg Escape - Lorimier L", + 150 + ], + [ + "12 East 86th St full furnished", + 200 + ], + [ + "Cozy one bedroom apartment", + 100 + ], + [ + "Cozy, sun-splashed room in two-floor apartment", + 68 + ], + [ + "UWS Historic Townhouse: Renovated Kit. & Bath, 5A", + 140 + ], + [ + "Room with the balcony, fits 3!", + 99 + ], + [ + "Quiet comfortable near Times Sq.", + 97 + ], + [ + "Casa Soho 2 Bedroom 2 bath", + 500 + ], + [ + "Light up room close to Central Park", + 75 + ], + [ + "1 Bedroom - Beautiful and Cozy Brownstone in Bklyn", + 150 + ], + [ + "Underground Palace", + 80 + ], + [ + "Private, Windsor Terrace Studio", + 98 + ], + [ + "High Ceilings steps to Barclay Cntr", + 165 + ], + [ + "Bright, Spacious, Clean Loft Space with Balcony!", + 125 + ], + [ + "FAB 1BD Sunnyside Gardens Apt with Patio", + 300 + ], + [ + "Charming and Artsy LES 1-Bedroom", + 124 + ], + [ + "Twin bed-Close to Columbia U & Central Park", + 100 + ], + [ + "TRAIN NEAR, 10JFK, 30LGA CuteBedr in3Bed,Manhattan", + 33 + ], + [ + "Modern & classic 3-BR apt in private brownstone", + 275 + ], + [ + "Modern Apartment...Great Location", + 60 + ], + [ + "맨하튼 소호 거리 주변 2인실", + 30 + ], + [ + "Practical Modern 2 Bedroom Apartment on Subway", + 71 + ], + [ + "Private Studio Apartment in a Historic Brownstone", + 158 + ], + [ + "Spacious & Stylish Top Floor 1BR (Whole Apt)", + 100 + ], + [ + "Cozy Double Bedroom in Williamsburg", + 70 + ], + [ + "Room in East Williamsburg", + 77 + ], + [ + "Private Room in Central Manhattan", + 90 + ], + [ + "Financial District Luxury Experience", + 210 + ], + [ + "Oasis Retreat Bed-Stuy Brooklyn", + 250 + ], + [ + "Adorable Lower East Side room with Patio", + 175 + ], + [ + "Brooklyn Pied-à-Terre 2 Bed 31 day minimum", + 116 + ], + [ + "Park Avenue South, Svcd Studio Apt", + 190 + ], + [ + "COZY PRIVATE APARTMENT-HOUSE W/ EXTRA MEDIA ROOM", + 65 + ], + [ + "Centrally Located, Large, Clean, Private Bedroom", + 68 + ], + [ + "Hip, Vibrant, COLORFUL Downtown Manhattan 1 Bed", + 200 + ], + [ + "HUGE Master Bedroom in Remodeled Brownstone.", + 55 + ], + [ + "NYC Sunny Private Flat In Heart of it All.", + 89 + ], + [ + "Modern 2 Bed 2 Bath with private roof deck", + 125 + ], + [ + "Fully Furnished 4bedroom/2bathroom In Brooklyn, NY", + 197 + ], + [ + "Female, Shared, Cozy, Huge Harlem Studio Apt", + 50 + ], + [ + "Cozy Brooklyn Apartment", + 37 + ], + [ + "Charming & Modern, Comfortable & Efficient 1-BR", + 189 + ], + [ + "Spacious Studio apt—1 Subway stop from Manhattan", + 80 + ], + [ + "Quiet place to stay in Harlem", + 39 + ], + [ + "Large apartment by the park. Close to trains.", + 123 + ], + [ + "Manhattan - 15 mins to Midtown!", + 60 + ], + [ + "Room in beautiful duplex brownstone with garden", + 74 + ], + [ + "Private Room in Brooklyn (E.Williamsburg)", + 45 + ], + [ + "Huge Apartment for Experiencing New York", + 175 + ], + [ + "20 min to Manhattan, Spacious 2BD in Brooklyn, NYC", + 135 + ], + [ + "Spacious Artist Bedroom — 30 Min to Manhattan!", + 30 + ], + [ + "Delight in Your Home Away from Home in NYC!", + 60 + ], + [ + "Cozy sunny NYC/BK view", + 52 + ], + [ + "The Happy Hideaway", + 144 + ], + [ + "1 Bedroom in Great Brooklyn Neighborhood", + 75 + ], + [ + "Large Studio New York-Bronx comfortable", + 73 + ], + [ + "Clean & Large room hearth of NYC Midtown!!", + 119 + ], + [ + "Luxurious & Modern, Private Deck + Great location", + 170 + ], + [ + "Private bedroom", + 135 + ], + [ + "Quiet cozy apartment, air-conditioned room", + 25 + ], + [ + "Empire Room in Spacious Apartment", + 35 + ], + [ + "Cozy West Village Studio", + 103 + ], + [ + "Sunny private room in Homecrest Ave Brooklyn", + 50 + ], + [ + "Beautiful Manhattan apt. blocks from Central Park", + 55 + ], + [ + "Large NYC room billionaires row 5 min CentralPark!", + 99 + ], + [ + "Room 14", + 43 + ], + [ + "Wonderful island life in NYC", + 75 + ], + [ + "GORGEOUS Very Large Room next to Central Park!", + 117 + ], + [ + "Sunny And Renovated Greenwich Village Apartment!", + 195 + ], + [ + "Spacious Room in East Village Oasis", + 100 + ], + [ + "Small Brooklyn Gem 25 Minutes Away from the City", + 34 + ], + [ + "Sunny peaceful eclectic Williamsburg apartment", + 44 + ], + [ + "Sunny 2 bdrm Park Slope Apt w/ Yard 3min to Subway", + 210 + ], + [ + "COZY at MOTT", + 150 + ], + [ + "Bright Modern Apt near Major Trains! A, C, J, Z, L", + 84 + ], + [ + "1 Bedroom in a gorgeous brownstone in South Harlem", + 69 + ], + [ + "Furnished 1BR on Prospect Park", + 39 + ], + [ + "Nice bedroom. Sleeps 2.", + 88 + ], + [ + "Spacious Private Access Near Trains M - L and J", + 33 + ], + [ + "Private bedroom with queen bed and single bed.", + 98 + ], + [ + "Clean, Cozy Private Room with TV Uptown Manhattan", + 60 + ], + [ + "Brooklyn less than 30 min from manhattan (subway)", + 75 + ], + [ + "Newly renovated and cozy 1-bedroom in Brooklyn", + 100 + ], + [ + "Beautiful East Village Studio", + 115 + ], + [ + "Modern Apt in Townhouse in Williamsburg prime!", + 200 + ], + [ + "Michael's Cozy Studio Central Park, Subway 1,A B C", + 130 + ], + [ + "!!!Living&Working. Beautiful Coliving on Flatbush", + 28 + ], + [ + "Hey!!! Check out this apt. On our new link!!!", + 230 + ], + [ + "East 63rd street, Studio Serviced Apartment", + 179 + ], + [ + "Perfect Cobble Hill Apartment for Two", + 190 + ], + [ + "Windowside Orchard Street Room in Lower East Side!", + 100 + ], + [ + "Loft -- Master Bedroom w/ Ensuite in Heart of LES", + 100 + ], + [ + "Sunny Ditmas Park Carriage House (Events Listing)", + 1000 + ], + [ + "Spacious room in North Williamsburg/Greenpoint", + 55 + ], + [ + "Beautiful little bedroom + private living room", + 85 + ], + [ + "Private room in Brooklyn", + 55 + ], + [ + "Large, Sunny Room in 2 Story 2 Bedroom Corner Unit", + 50 + ], + [ + "5m walk to L, Great Location ❤️ Priv. Bath/Balcony", + 95 + ], + [ + "Family friendly 2 bedroom apartment on Homecrest", + 139 + ], + [ + "Clinton hill paradise", + 100 + ], + [ + "Spacious 1 bdrm apt in amazing location", + 120 + ], + [ + "Queen Sized Bed Townhouse Apartment, Near Subway", + 30 + ], + [ + "Stylish Private Room + Bath in the Heart of LES", + 174 + ], + [ + "Cozy Room Close to JFK!!", + 53 + ], + [ + "Large Room in Home with Backyard Near Metro", + 79 + ], + [ + "Modern, Cozy Room in Stunning Harlem Brownstone", + 173 + ], + [ + "Prime location homestay in Brooklyn sunset park", + 55 + ], + [ + "Cozy Room in Home with Backyard Near Metro", + 60 + ], + [ + "Cozy Bedroom in the Heart of Downtown Manhattan", + 120 + ], + [ + "Sunny, Quiet Oasis w/ Elevator - Close to Subway!", + 130 + ], + [ + "Park Slope - Bright Spacious Sunny Room - Flexible", + 80 + ], + [ + "Big bright cozy room to call home", + 50 + ], + [ + "!!!Co-Housing taken to the Next Level /Flatbush/2", + 20 + ], + [ + "1BR Spacious Luxury Apartment in Williamsburg BK", + 120 + ], + [ + "Room w/ terrace in house w/ backyard Williamsburg!", + 66 + ], + [ + "Wonderful Apartment Upper West Side Midtown", + 250 + ], + [ + "Amazing One Bedroom Apt", + 110 + ], + [ + "The Gramercy East", + 155 + ], + [ + "quintessential modern Brooklyn loft** ONLY TONIGHT", + 200 + ], + [ + "Private One Bedroom/5 min. walk to train", + 85 + ], + [ + "Large, Sunny Studio in the heart of Chelsea.", + 130 + ], + [ + "Cute Room Perfect Downtown Location", + 64 + ], + [ + "✪ Stay Together in Style ✪ 2BR / 3 Bed ✪ Best Area", + 200 + ], + [ + "New studio in Murray Hill", + 130 + ], + [ + "Sunny, Modern East Village 1BR w/ 24-hr doorman", + 170 + ], + [ + "! ! ! Coliving: live, work, create", + 22 + ], + [ + "!!!Outpost Coliving . Flatbush. Cozy shared room", + 28 + ], + [ + "Outpost Coliving. Great shared apartment Flatbush", + 27 + ], + [ + "Great Bed Stuy Room Near Williamsburg & Bushwick", + 30 + ], + [ + "South Williamsburg bedroom with big bay windows", + 300 + ], + [ + "Double Bedroom in a Sunny Bushwick Loft", + 40 + ], + [ + "Comfortable, eclectic and private apartment", + 280 + ], + [ + "Hudson River Aerie", + 60 + ], + [ + "Bright, Beautiful 2 BD, great location UES", + 200 + ], + [ + "Small Private Room for Rent", + 35 + ], + [ + "Modern Studio in the Heart of Midtown NYC!", + 170 + ], + [ + "5* Brand New Luxury Apartment with Backyard Oasis", + 995 + ], + [ + "Brooklyn Gem", + 140 + ], + [ + "Prime SOHO Luxury penthouse Loft", + 399 + ], + [ + "Light-filled Apartment in great area, close 2 all!", + 75 + ], + [ + "NYで人気の街ブルックリンパークスロープで、暮らしてみませんか。", + 65 + ], + [ + "!!! Beautiful private room with backyard.", + 32 + ], + [ + "!!! Outpost Coliving . Shared twin room", + 26 + ], + [ + "Snug, Cozy 1 bedroom Apartment", + 100 + ], + [ + "Awesome apartment close to Express Train", + 98 + ], + [ + "LRG DESIGNER STUDIO/1-BED, MIDTOWN, DOORMAN, ELEV.", + 149 + ], + [ + "Spacious, bright room in luxury building", + 85 + ], + [ + "Modern 1 Bedroom Condo at Midtown 45", + 640 + ], + [ + "Hotel Room at Wyndham Midtown 45", + 325 + ], + [ + "Entire Apartment in Hells Kitchen!", + 125 + ], + [ + "Manhattan &Time Square Less than 30min 1st floor.", + 32 + ], + [ + "2 bed spacious/Quiet Upper Ditmars Astoria Wifi.", + 47 + ], + [ + "Large Bedroom Apartment with a Private Bathroom", + 130 + ], + [ + "Modern Living, Views, Summer in the City!", + 249 + ], + [ + "Stunning Terrace/garden Design 2 BR Apartment", + 360 + ], + [ + "Apartment in Great Part of Brooklyn", + 40 + ], + [ + "Philosopher's Private Room, Clean, 1.5 Baths", + 55 + ], + [ + "Private Lrg bedroom in a convrtable 2 Bed Apt.", + 800 + ], + [ + "Cute Apartment for 2-4 people, IDEAL location NYC", + 88 + ], + [ + "3BR Home 25 Mins to Times Square + Manhattan", + 175 + ], + [ + "MASSIVE ROOM IN HEART OF NYC!!! (CHELSEA/FLATIRON)", + 200 + ], + [ + "Gorgeous and sunny 1 br in Little Italy/Nolita", + 200 + ], + [ + "Light-filled Bowery 1BD Apartment", + 190 + ], + [ + "Charming Studio In Historic Home", + 75 + ], + [ + "Gorgeous Luxury 1 Brd Apt in Trendy West Village!", + 210 + ], + [ + "Cozy and Sunny 2 bedroom apartment", + 224 + ], + [ + "Airy Inwood Apartment", + 200 + ], + [ + "Historic Brownstone in Harlem", + 120 + ], + [ + "Guest Room in High Ceiling Duplex, Williamsburg! 2", + 55 + ], + [ + "Beautiful 2 Bedroom Apartment Woodside, Queens, NY", + 106 + ], + [ + "Charming Apartment", + 68 + ], + [ + "1 Bedroom in Beautiful/Spacious Bushwick Apt", + 60 + ], + [ + "Huge Comfy Studio with Private Bath, Near Metro", + 84 + ], + [ + "Large Studio one block from Times Square", + 195 + ], + [ + "Newly renovated modern Apt in heart of Astoria NY", + 175 + ], + [ + "Sunny room in a shared appartement in Bushwick", + 53 + ], + [ + "Sunny, Beautiful, Comforting Greenpoint Apartment", + 55 + ], + [ + "Peaceful room in hip BK area 15 min to Manhattan", + 47 + ], + [ + "Perfectly Central Upper West Side location", + 53 + ], + [ + "Cosy LES/Chinatown private room", + 110 + ], + [ + "1 Bedroom in nice, clean LES apartment", + 95 + ], + [ + "Large 2 bdrm loft with outdoor space + trains", + 148 + ], + [ + "The ❤️ of SoHo: Adorable 2 br // event space", + 459 + ], + [ + "Bright and Spacious East Village Loft", + 350 + ], + [ + "Private East Village Bedroom &Roof Deck(manhattan)", + 90 + ], + [ + "Friendly and well located place to get away", + 120 + ], + [ + "Beautiful Garden Apartment in Bed Stuy Brownstone", + 91 + ], + [ + "Bedstuy Brownstone", + 170 + ], + [ + "one-bedroom available in Murray Hill NYC", + 73 + ], + [ + "Cozy Room near Columbia University", + 60 + ], + [ + "Cozy 1br apartment, 25 min away from Manhattan", + 90 + ], + [ + "Clean! Quiet! Near train and park!", + 70 + ], + [ + "West Village - 1 Bedroom", + 135 + ], + [ + "Glamorous Queen room in the centre of EVERYTHING!", + 91 + ], + [ + "Cozy Private Room", + 52 + ], + [ + "Charming 5 Bedroom House in Forest Hills NY", + 400 + ], + [ + "Charming Park Slope Apt (fits up to 6 ppl)!", + 239 + ], + [ + "Studio with amazing view", + 12 + ], + [ + "Private apartment in new Brooklyn building!", + 150 + ], + [ + "UES(mini loft)Clean flex room (Female Only)", + 65 + ], + [ + "Luxury Loft in Williamsburg", + 220 + ], + [ + "Great 1 BR- Q train, Museum Mile and Central Park!", + 110 + ], + [ + "Cozy yellow room", + 44 + ], + [ + "Private room in a 3BR in Park Slope", + 75 + ], + [ + "QUIET SUNNY PRIVATE ROOM M&L TRAIN", + 65 + ], + [ + "Cozy bedroom in Bushwick Brooklyn!", + 40 + ], + [ + "Bay Ridge Apt", + 175 + ], + [ + "Entire 3rd Floor of Brooklyn brownstone", + 77 + ], + [ + "Budget Friendly Place WIFi AC Parking Comfy Bed", + 59 + ], + [ + "High End Hand Crafted Manhattan Two Bedroom Beauty", + 85 + ], + [ + "*New 4 bedrooms 2 Bath Home 15 mins to manhattan!", + 240 + ], + [ + "Ladies Only: Spacious Shared Apt", + 49 + ], + [ + "Newly renovated, large room. Right by trains!", + 49 + ], + [ + "Large *COZY* Private Bedroom near Yankee Stadium", + 45 + ], + [ + "Cute studio close to Penn Station and Times Square", + 150 + ], + [ + "Queen size bed, private bathroom, great location", + 80 + ], + [ + "Room in the Heart of Williamsburg", + 99 + ], + [ + "Cozy with a private bathroom bklyn", + 45 + ], + [ + "The Cozy Cole room at Harlem Townhouse", + 59 + ], + [ + "Cute little room in a 3BR apt with shared bath.", + 82 + ], + [ + "Beautiful 1br in Manhattan!", + 110 + ], + [ + "Private Room Near Columbus Circle.", + 95 + ], + [ + "Large private room w huge loft in Williamsburg", + 58 + ], + [ + "Private Room In Clean Quiet Apt", + 69 + ], + [ + "Classic Room in Vintage Loft", + 50 + ], + [ + "Artist Loft Bedroom", + 60 + ], + [ + "East Village, Cozy Room w/ Private Entrance & Bath", + 73 + ], + [ + "Staten island home not far from ferry to manhattan", + 100 + ], + [ + "Large Bright Home on 2 floors perfect for families", + 139 + ], + [ + "*THE ROOM IS PRIVATE. HUNGRY FOR A KITCHEN ?*", + 55 + ], + [ + "basic room, prime location, 30 day minimum", + 48 + ], + [ + "Bright sunny manhattan getaway", + 63 + ], + [ + "Cute Room in Lower East Side!", + 97 + ], + [ + "Charming Bedroom in hip Lower East Side!", + 99 + ], + [ + "Cozy Manhattan Studio", + 175 + ], + [ + "Gramercy / East Village Studio", + 159 + ], + [ + "Charming, Light drenched Upper East Side studio", + 153 + ], + [ + "Strawberry Fields Forever!", + 243 + ], + [ + "1st Floor in New (2flr) Williamsburg Apartment", + 98 + ], + [ + "Big Room with Queen Bed&Comfy Couch", + 60 + ], + [ + "Entire beautiful apartment-Astoria", + 100 + ], + [ + "Large 1-bedroom, great neighborhood 20min/Midtown", + 80 + ], + [ + "Cheap Family home with desk 10 mn to JFK+Mall", + 45 + ], + [ + "Awesome Chelsea Manhattan Pad", + 125 + ], + [ + "Large Room in Queens", + 30 + ], + [ + "Smart Studio", + 140 + ], + [ + "Cozy Private Studio Close to JFK w kitchen & bath", + 47 + ], + [ + "One bedroom apt in a luxury Building", + 99 + ], + [ + "New, Luxury and Sunny Apartment", + 150 + ], + [ + "private, large, sunny, calm big room", + 45 + ], + [ + "Sunny LEGO’s Home", + 150 + ], + [ + "Spectacular one bedroom Close to Park", + 140 + ], + [ + "90 Washington St. 1 BR furnished", + 200 + ], + [ + "Luxury 2-bedroom apartment in Harlem", + 400 + ], + [ + "Cozy private on Bedford Avenue", + 35 + ], + [ + "2 Bed 2 Bath Close to Park pool In Building", + 240 + ], + [ + "2 Bed 1 Bath Close to Park", + 189 + ], + [ + "2 Bed 2 Bath Close To Park Pool in building", + 225 + ], + [ + "Beautiful Large Private Apt in Amazing Neighbrhood", + 175 + ], + [ + "Spacious, Sunny Room right by the Subway", + 50 + ], + [ + "The Most Amazing Duplex Apt w/ Outdoor Space in BK", + 185 + ], + [ + "Charming Brooklyn Heights Abode", + 107 + ], + [ + "Nice Room in Manhattan", + 85 + ], + [ + "Wonderful 1BR in ideal Williamsburg location", + 57 + ], + [ + "Beautiful Bright Apartment. 30 Mins to Manhattan.", + 195 + ], + [ + "Charming Ground Floor", + 40 + ], + [ + "1 Bedroom near Columbia University", + 100 + ], + [ + "Beauty Brooklyn 2BR close to trains 30+ days only", + 300 + ], + [ + "Charming Light-Filled Apartment in Boerum Hill", + 150 + ], + [ + "Williamsburg stylish home!", + 155 + ], + [ + "Cozy private bedroom in Bedford Stuyvesant", + 45 + ], + [ + "Cute one bedroom apt. in Greenpoint, Brooklyn.", + 59 + ], + [ + "Big bedroom in Astoria, 20 min from Central Park", + 65 + ], + [ + "Spacious Studio in E Flatbush", + 91 + ], + [ + "Victorian Sanctuary in a Historic Brownstone", + 118 + ], + [ + "Brooklyn Brownstone parlor living with full A/C", + 199 + ], + [ + "Comfortable Space in Heart of Astoria", + 34 + ], + [ + "Warm and Cozy.", + 40 + ], + [ + "Nolita Bohemian Charmer", + 100 + ], + [ + "Large 2Br on W71st & Columbus Feb 19-28", + 200 + ], + [ + "Cozy Bed-Stuy Getaway!", + 51 + ], + [ + "Artist room in the heart of Bushwick, Brooklyn NY", + 30 + ], + [ + "Modern,Elegant,Private,with parking spot,safe area", + 87 + ], + [ + "Very Spacious One Bedroom Apt in Private Townhouse", + 215 + ], + [ + "Midsize room in Queens.", + 30 + ], + [ + "Cozy private room in Bedstuy", + 900 + ], + [ + "Large private BR in East Harlem near Central Park", + 80 + ], + [ + "Cozy East Village Room w/Bonus Cats", + 71 + ], + [ + "Luxury building in Fort Greene.", + 126 + ], + [ + "Funky 3 Bedroom Duplex in hip Greenpoint, Brooklyn", + 200 + ], + [ + "Classic Brownstone in Williamsburg, BK W/ Backyard", + 225 + ], + [ + "Perfect 1 Bedroom in Heart of Lower East Side", + 250 + ], + [ + "UES oasis", + 100 + ], + [ + "Big exposed brick room in The East Village", + 80 + ], + [ + "Beautiful Private Bedroom in Bronx Apartment", + 34 + ], + [ + "Huge Room in Home with Backyard Near Metro", + 79 + ], + [ + "Cute RM in Private Home with Backyard/Near Metro", + 60 + ], + [ + "Private Clean Spacious Sunny E Village Studio Apt", + 115 + ], + [ + "Live Like a Local In GREENPOINT", + 20 + ], + [ + "Down town east village.", + 70 + ], + [ + "Spacious vintage 3 Bed Room home in Brooklyn", + 165 + ], + [ + "CHILLIN ON 5TH", + 46 + ], + [ + "Artsy One Bedroom Apartment in Sunnyside, LIC", + 85 + ], + [ + "Large comfortable room near Penn Station", + 99 + ], + [ + "Apartment Near Trendy Restaurants & Prospect Park", + 206 + ], + [ + "Light and Airy LES Studio-like Private Bedroom", + 65 + ], + [ + "RE - Budget Friendly room in the Greenpoint Area!", + 55 + ], + [ + "South Beach Apartment Express to Manhattan", + 60 + ], + [ + "Mags", + 127 + ], + [ + "Ready!", + 50 + ], + [ + "Lovely, private studio apartment near Manhattan.", + 120 + ], + [ + "Discount at Manhattan Club NYC, June 16-19, 2019", + 275 + ], + [ + "Middle of center of New York City!", + 165 + ], + [ + "Summer Special-Near Bronx Zoo/Botanic Garden/Metro", + 119 + ], + [ + "Bushwick apartment (bedroom) right off L train!", + 150 + ], + [ + "COZI AND GLAM IN MANHATTAN", + 65 + ], + [ + "YOUR DREAM SUITE IN MANHATTAN", + 103 + ], + [ + "Williamsburg Sunny Spacious Bedroom Great Location", + 65 + ], + [ + "Amazing apartment in Manhattan", + 300 + ], + [ + "Bedroom for 1 or 2 ideal location", + 60 + ], + [ + "A Prime location private room furnished 3br,2b ap", + 80 + ], + [ + "Studio in Manhattan (UES)", + 160 + ], + [ + "1 Bedroom 3 People - The Heart of Jackson Heights", + 75 + ], + [ + "Large NYC FLAWLESS Room Close to public transport", + 35 + ], + [ + "RF - Budget Friendly room in the Greenpoint Area!", + 55 + ], + [ + "Adorable West Village One Bedroom", + 175 + ], + [ + "Amazing brownstone with private room!", + 55 + ], + [ + "Comfy Bedroom in Bushwick (3mins from Train)", + 46 + ], + [ + "Charming Cozy Designer Home- Private House", + 95 + ], + [ + "Coney Island Pvt 1 Br Apt. * Wi-Fi", + 115 + ], + [ + "The Chester Himes Room at Harlem Townhouse", + 75 + ], + [ + "Private room 5 mins to Manhattan 2 blocks to train", + 47 + ], + [ + "Private delightful & calming Brownstone Room", + 70 + ], + [ + "15 Minutes to Manhattan, Heart of Astoria", + 70 + ], + [ + "Contemporary 3BR w Nursery in Brownstone Brooklyn", + 100 + ], + [ + "Urban Elegance in Crown Heights", + 135 + ], + [ + "Above Season Beach Loft", + 145 + ], + [ + "...Su Casa", + 75 + ], + [ + "Colorful 1 Bedroom in the Heart of the E. Village", + 125 + ], + [ + "Stunning Brand New 2bed/2bath House Best Loacation", + 600 + ], + [ + "Large apartment in Upper East with doorman!", + 89 + ], + [ + "10mins to Manhattan Times Square", + 125 + ], + [ + "@ AMAZING ROOM @ TIMES SQUARE @ BEST LOCATION @", + 135 + ], + [ + "Sunny Renovated Private Room in the East Village", + 125 + ], + [ + "Spacious Private Room - Harlem/Manhattan Townhouse", + 70 + ], + [ + "Beautiful Private Room - Harlem/Manhattan Townhome", + 65 + ], + [ + "3-BDRM/2 BATH Apartment AMAZING LOCATION on UWS!", + 489 + ], + [ + "LastM & EarlyBirdDiscount! ModernCozy Apt Parkview", + 99 + ], + [ + "Sunny Brick wall bedroom in Lower East Side", + 70 + ], + [ + "The Corky Hale Room at Harlem Townhouse", + 120 + ], + [ + "Modern East Village Tenement (1 bedroom)", + 160 + ], + [ + "Great 1BR available in E Vlg, close to everything!", + 125 + ], + [ + "The McCarren - A Two Bedroom Over the Park! #10262", + 300 + ], + [ + "Uptown Gem", + 85 + ], + [ + "Charming Duplex in Manhattan", + 115 + ], + [ + "Luxury 2Bed/2Bth Private Loft Best NYC Location", + 600 + ], + [ + "Charming Studio with your Own Private Patio", + 100 + ], + [ + "Sunny room", + 47 + ], + [ + "*WINTER DISCOUNT WILLIAMSBURG CHIC W/PRIVATE PATIO", + 130 + ], + [ + "Oversized bedroom with living space", + 55 + ], + [ + "NEW YORK CENTRAL APARTMENT/TIME SQUARE", + 230 + ], + [ + "Clean and Stylish Newly Renovated Apartment", + 125 + ], + [ + "Fully furnished room on 110th St Broadway for rent", + 35 + ], + [ + "furnished private room/bathroom", + 85 + ], + [ + "Beautiful modern & large 2 bedroom", + 450 + ], + [ + "Modern, Spacious Hideaway in Historic Brooklyn", + 110 + ], + [ + "Cozy large BR steps to AMNH", + 100 + ], + [ + "Charming Room on Prime SoHo Block", + 80 + ], + [ + "Bohemian room in the heart of Greenwich Village", + 98 + ], + [ + "~UptownOasis~ Historic charm, HUGE room & privacy•", + 54 + ], + [ + "Pop up room, 5 minutes to jfK", + 60 + ], + [ + "Sunny and Bright Studio in Upper West Side!", + 120 + ], + [ + "Sun-Filled Apartment in Bushwick", + 115 + ], + [ + "Clean sm room, with shared space. Great location.", + 100 + ], + [ + "Williamsburg Loft", + 129 + ], + [ + "Private, Clean, 1.5 Bedroom Apt", + 100 + ], + [ + "Cozy studio close to train and shopping avenue!!!", + 90 + ], + [ + "Cosy and Spacious Master Bedroom in Williamsburgh", + 60 + ], + [ + "Private room in a Luxury building: Midtown NYC", + 60 + ], + [ + "Charming Apartment with Private Backyard", + 89 + ], + [ + "Best Location + Private Roof Deck", + 85 + ], + [ + "Entire One bedroom Apartment in Midtown Manhattan", + 350 + ], + [ + "Modern new large duplex apartment.", + 285 + ], + [ + "Quiet West Village Gem", + 125 + ], + [ + "Right in the middle of it all!", + 109 + ], + [ + "Chelsea Artist's Apartment", + 545 + ], + [ + "Charming Sunny Williamsburg/Greenpoint Apartment", + 208 + ], + [ + "Tranquil space", + 100 + ], + [ + "East Harlem QtPoC Living Space", + 48 + ], + [ + "Sunny Railroad Apt", + 93 + ], + [ + "Charming, Artsy Bedroom in the Heart of Brooklyn", + 60 + ], + [ + "East Village, Private room with access to garden", + 78 + ], + [ + "19th Cent. Brooklyn Hts, Moments from Manhattan", + 270 + ], + [ + "NYMT07-1 LUXURY! Studio,Cozy,Gym,doorman Stu-7", + 160 + ], + [ + "Modern 1 Bedroom Luxury Apartment in Dumbo", + 175 + ], + [ + "Skyscraper Living in Midtown", + 180 + ], + [ + "Ocean Blue Room", + 30 + ], + [ + "Chelsea Brownstone 3 Bedroom House", + 650 + ], + [ + "Artistic room steps from A train", + 70 + ], + [ + "Spacious and Bright Brooklyn Two Bedroom Apartment", + 185 + ], + [ + "2 Blocks from Subway | Artsy BK Space", + 50 + ], + [ + "Awesome Bedroom in Beautiful Brooklyn Apartment", + 65 + ], + [ + "Private charming room for gate away.", + 59 + ], + [ + "Beautiful and Ridiculously Spacious Master Bedroom", + 53 + ], + [ + "Private room in bustling East Village", + 65 + ], + [ + "Cozy, neat, spacious 2 BR apartment in East Harlem", + 100 + ], + [ + "Cozy studio in the heart of the West Village", + 150 + ], + [ + "Large Bedroom next to Prospect Park and BK Museum", + 80 + ], + [ + "The Traveler's Suite", + 100 + ], + [ + "Spacious Studio - Midtown East", + 200 + ], + [ + "Beautiful, Modern, Airy, Comfy, Art Music Studio", + 64 + ], + [ + "Bright, beautiful room, just block to A, C train", + 60 + ], + [ + "Comfortable and Cozy House near Columbia", + 50 + ], + [ + "3 Bedroom Cozy Apartmnet", + 160 + ], + [ + "法拉盛summer家(C)closed to JFK&LGA&Citi Field#Parking", + 55 + ], + [ + "Ideal Cute Sunny Room", + 63 + ], + [ + "Sunny room in quiet area of Brooklyn", + 30 + ], + [ + "Room w/ Private Bathroom in Heart of Bushwick", + 90 + ], + [ + "Tranquil Room in Manhattan", + 98 + ], + [ + "Sunny, quiet and oh-so-central East Village nest.", + 110 + ], + [ + "Perfect West Village Apartment", + 170 + ], + [ + "Artists' Room in Beautiful Brownstone Brooklyn", + 95 + ], + [ + "Cute clean 1 rm", + 118 + ], + [ + "Minimalist Hideaway In The Heart of Bushwick", + 43 + ], + [ + "A Cozy 2-Bedroom Apartment in Astoria.", + 100 + ], + [ + "Sunny and Serene", + 45 + ], + [ + "1BR - Prime Williamsburg Location - Outdoor Space", + 199 + ], + [ + "Charming Apt Mins Away from City", + 146 + ], + [ + "ACTOR PHILIP SEYMOUR HOFFMAN LIVED HERE", + 239 + ], + [ + "Stylish Apt in the Heart of Greenwich Village", + 195 + ], + [ + "Beautiful 2 Bedroom Apartment in Ridgewood", + 100 + ], + [ + "Designer's picturesque, large flat", + 103 + ], + [ + "Spacious Apartment in the Heart of Manhattan", + 159 + ], + [ + "Sun Room Family Home LGA Airport NO CLEANING FEE", + 48 + ], + [ + "Cute Chelsea Apartment - 1 BR - Amazing Location!", + 190 + ], + [ + "Artistic Room with AC,3 Mins walk to the subway", + 80 + ], + [ + "Spacious Apt. 20 Mins from Manhattan!", + 96 + ], + [ + "Friendly Room 20-202", + 28 + ], + [ + "Quiet Apt in the Upper West Side near Central Park", + 160 + ], + [ + "Private Room20-102", + 30 + ], + [ + "Clean 1br w/Parking Incl. also 10min near JFK/LGA", + 50 + ], + [ + "Beachy sun drenched studio in NYC", + 300 + ], + [ + "Private Bedroom in Williamsburg", + 85 + ], + [ + "Astoria 1BR in Quiet Corner Close to Manhattan", + 60 + ], + [ + "Getaway 2 Bed 1 Bath close to park", + 190 + ], + [ + "Spectacular 2 bed 1 bath Close to Park", + 180 + ], + [ + "Large 2 bed 2 bath close to Park", + 235 + ], + [ + "Bright & Spacious Chelsea Studio", + 175 + ], + [ + "Big 1 bdroom w balcony Williamsburg", + 160 + ], + [ + "East Village, private room with free breakfast", + 145 + ], + [ + "Cozy Brooklyn Apartment", + 37 + ], + [ + "Awesome Apartment in the E Village!", + 140 + ], + [ + "Private entrance large room BK for your NYC stay!", + 45 + ], + [ + "Guest Room in High Ceiling Duplex, Williamsburg! 1", + 52 + ], + [ + "Yankee Stadium apartment in Bronx", + 40 + ], + [ + "Bedstuy/Bushwick - Fully Renovated One Bedroom", + 100 + ], + [ + "Cozy bdrm. Astoria, Queens. 10 min to Manhattan.", + 40 + ], + [ + "Sunny atelier in bustling East Village", + 74 + ], + [ + "Balcony on 2nd floor Entire Apt close to Subway", + 62 + ], + [ + "Private Studio in a superb location", + 150 + ], + [ + "One bedroom apt right on Franklin Ave", + 100 + ], + [ + "Private BR in Manhattan right near express trains!", + 49 + ], + [ + "Cozy Greenpoint bedroom #2", + 70 + ], + [ + "An Oasis in the Big Apple", + 200 + ], + [ + "Brooklyn Bushwick", + 45 + ], + [ + "Modern Rooftop Loft W/ Private Ensuite & Cityviews", + 75 + ], + [ + "Newly Renovated / No cleaning Fee / Hell's Kitchen", + 131 + ], + [ + "URBAN LUXURY 2BR DUPLEX~24/7 DOORMAN/GYM~SUTTON PL", + 500 + ], + [ + "Contemporary. Spacious Apartment. Close to Ferry.", + 180 + ], + [ + "LIVING THE NYC EXPERIENCE", + 355 + ], + [ + "Little Red and the big GWB", + 50 + ], + [ + "Townhouse apt. Close to city. 3 bedrooms & 2 bath", + 275 + ], + [ + "Brooklyn home. Comfort and clean. Liguria room.", + 49 + ], + [ + "Thelonious Monk room at The Harlem Townhouse", + 58 + ], + [ + "Luxury/3 bdrms/2 baths/private parking/1,000 sqft", + 179 + ], + [ + "Shay's Place #1\n( 1 Bdrm. Apt )\n5 mins From JFK", + 95 + ], + [ + "Custom Designed West Village 2 Bedroom", + 158 + ], + [ + "Spacious Private 1BR with more sleeping space", + 165 + ], + [ + "Spacious, Private 1BR with more sleeping space", + 169 + ], + [ + "Entire Studio Apt in Trendy Brooklyn - Sunny&clean", + 135 + ], + [ + "Lighted Luxury Studio!", + 50 + ], + [ + "Spacious, Private Apartment in Bed Stuy, Brooklyn", + 85 + ], + [ + "RH - Budget Friendly room in the Greenpoint Area!", + 53 + ], + [ + "Large one-bedroom in of Manhattan mid-town west", + 185 + ], + [ + "Magical, Welcoming & Beautiful Huge 1 Bedroom Apt", + 260 + ], + [ + "Newly Renovated Greenpoint Abode", + 160 + ], + [ + "BROOKLYN HEIGHTS Private Studio, 1 stop Manhattan!", + 100 + ], + [ + "SUNNY AND SPACIOUS FULL FLOOR APT!!", + 240 + ], + [ + "Essex House Historic Condo/hotel", + 300 + ], + [ + "Beautiful 2BR with Private Rooftop Deck LES", + 250 + ], + [ + "Beautiful 1 bedroom apart, Washington Heights", + 60 + ], + [ + "Private Garden Apt in Boerum Hill", + 149 + ], + [ + "法拉盛summer家(B)closed to JFK&LGA&Citi Field#parking", + 69 + ], + [ + "Modern Apt on Best Location in Brooklyn !", + 75 + ], + [ + "Manhattan cozy bedroom with private bathroom", + 150 + ], + [ + "Charming 1 Bedroom in center of East Village", + 150 + ], + [ + "Wonderful Charming Apt- Columbia University Area", + 60 + ], + [ + "A Room with a View at The Funky Loft", + 80 + ], + [ + "Private Room in Hell's Kitchen", + 110 + ], + [ + "Chelsea/Union Square cozy studio", + 160 + ], + [ + "Big Beautiful Room in Quiet Area with Private Bath", + 65 + ], + [ + "HUGE bright bedroom in prime Williamsburg!", + 72 + ], + [ + "BK diggs", + 250 + ], + [ + "Your Home Away from Home", + 175 + ], + [ + "E. W'burg Private Room near subway", + 80 + ], + [ + "Private bedroom in the heart of West Village", + 150 + ], + [ + "Spacious, modern, cozy & bright Williamsburg oasis", + 144 + ], + [ + "Private Room in Bed-Stuy Apartment", + 45 + ], + [ + "Private room w/private bathroom near Central Park!", + 95 + ], + [ + "Charming bedroom in Manhattan", + 100 + ], + [ + "Spacious Brownstone 1Bd", + 56 + ], + [ + "Gorgeous Studio & Balcony Garden @ THE MOTHERSHIP", + 150 + ], + [ + "MODERN ROOM IN CHARMING CLINTON HILL+ SWEET VIEW 3", + 95 + ], + [ + "MODERN ROOM IN CHARMING CLINTON HILL+ SWEET VIEW 1", + 95 + ], + [ + "Backpackers Dream for 1 at The Funky Loft", + 70 + ], + [ + "Plant-filled 1 BD by Prospect Park", + 100 + ], + [ + "Beautiful room in Brooklyn (Bushwick)", + 60 + ], + [ + "Spacious and charming apartment in Brooklyn", + 170 + ], + [ + "Furnished room-5A-1 110th st-3rd Ave.", + 55 + ], + [ + "Furnished Room/ 550/3", + 50 + ], + [ + "Beautiful apartment with sweeping NYC views", + 250 + ], + [ + "Manhattan Midtown Vacation Home away from Home", + 200 + ], + [ + "Modern 1 bd in the heart of East Village", + 175 + ], + [ + "Attractive Room, Quiet Area . Easy commute Man.", + 45 + ], + [ + "Beautiful Sunlit Retreat in Manhattan", + 175 + ], + [ + "Private suite", + 90 + ], + [ + "Sweet deco room in amazing location", + 78 + ], + [ + "My little LOFT in Brooklyn :)", + 100 + ], + [ + "Charming place on the hippest street in NYC", + 175 + ], + [ + "曼哈顿景色豪华公寓", + 99 + ], + [ + "Comfortable bedroom in shared apartment", + 70 + ], + [ + "Live Like a Local in West Village!", + 250 + ], + [ + "Private Room East Village near Union Square", + 91 + ], + [ + "Williamsburg Bedfd Stop 1000 sqft 1 Bed + 1.5 Bath", + 200 + ], + [ + "Renovated Cozy room for 2 or solo traveler", + 40 + ], + [ + "Private room in stylish uptown apartment", + 75 + ], + [ + "Beautiful large private room in Sunnyside Gardens", + 50 + ], + [ + "Brownstone Studio", + 110 + ], + [ + "Stylish, Spacious room Express train to Midtown", + 69 + ], + [ + "Relaxing Stylish Room near Train and Attractions", + 103 + ], + [ + "Huge beautiful apartment - entire floor!", + 100 + ], + [ + "Bright, comfy, elegant room near Express Train", + 73 + ], + [ + "Large Modern 3-bdrm Duplex Apt near Manhattan", + 180 + ], + [ + "One Bedroom Apt in NYC on 1st Floor!", + 79 + ], + [ + "Spacious Brooklyn One Bedroom/Loft***Morgan L Stop", + 195 + ], + [ + "Private Apt Near NYC Airport & Northshore Hospital", + 99 + ], + [ + "Great spacious room in Stylish apt near Highline", + 100 + ], + [ + "Large Cozy 1 bedroom Apt in South Williamsburg", + 125 + ], + [ + "Lovely Bedroom in Quiet Prospect Heights Apartment", + 149 + ], + [ + "Awesome Manhattan Midtown Apartment", + 58 + ], + [ + "Greenpoint, Brooklyn - Spacious Private Room", + 75 + ], + [ + "An Oasis in the Big Apple", + 140 + ], + [ + "Modern & Luxurious 1 Bedroom, close to A/J Trains!", + 69 + ], + [ + "3 Bed/ 1.5 Bath Midtown Apt near Empire State", + 250 + ], + [ + "Cozy 1 bedroom, Lower East Side", + 160 + ], + [ + "Bedroom + Private Bath Near Central Park & Subways", + 70 + ], + [ + "Chic Space in Chelsea", + 289 + ], + [ + "PRIVATE ROOM - Sunny and Spacious - Brooklyn Loft", + 29 + ], + [ + "Superhost HUGE Room+Private Bath -Yankee Stadium", + 75 + ], + [ + "Cozy 1BD near JFK, Beach, Subway, Buses, & Kitchen", + 35 + ], + [ + "Cabins at Chelsea (NYC)", + 82 + ], + [ + "Amazin 1BD in Queens, JFK, St John's Hosp, Kitchen", + 35 + ], + [ + "Cozy room in Prospect Heights", + 70 + ], + [ + "Spacious Private Room in Beautiful Audubon Park", + 75 + ], + [ + "Gem In Park Slope", + 120 + ], + [ + "Room at Artist Apt in Wburg, BK", + 200 + ], + [ + "Nice clean room in Brooklyn", + 65 + ], + [ + "*Rare Find* Fantastic 2 Bed Apt inTimes Square", + 178 + ], + [ + "Immaculate 1BR in quiet Bedstuy brownstone.", + 45 + ], + [ + "Large sunny park slope apartment", + 150 + ], + [ + "Prime Williamsburg Location! 10 min from Manhattan", + 99 + ], + [ + "Cozy modern studio in heart of LES", + 325 + ], + [ + "Georgeous 1BR - Modern Cozy Clean - Great location", + 209 + ], + [ + "Quiet, Bright, 2 Story Home Close to It All", + 249 + ], + [ + "INCREDIBLE TOWNHOUSE 4 STORIES 5 BEDROOMS 3 BATH", + 600 + ], + [ + "Spacious beautiful bedroom:)", + 40 + ], + [ + "★ NEW 2 BEDROOM APT NEXT TO CENTRAL PARK WEST★", + 135 + ], + [ + "@Ferry,HUGE 2Br/3beds. Private,Renovated/Stylish..", + 65 + ], + [ + "Spacious Brooklyn Bedroom For the Month of Nov.", + 35 + ], + [ + "Brooklyn's Cozy Jewel", + 99 + ], + [ + "MONTHLY PRICE- Perfect for one person in Astoria", + 47 + ], + [ + "Cozy PRIVATE bathroom CLEAN New Construction", + 35 + ], + [ + "Light-Filled Flatiron: Double Bed 'n Private Bath", + 250 + ], + [ + "Intimate Williamsburg Apartment", + 90 + ], + [ + "Cozy charming room close to Prospect Park", + 53 + ], + [ + "Private Entrance,Room and Bathroom!", + 120 + ], + [ + "Sunny & Spacious - Private Master Bedroom near JFK", + 54 + ], + [ + "First Floor Studio on the Upper East Side!", + 125 + ], + [ + "Sunny Studio near Central Park", + 126 + ], + [ + "Joy", + 50 + ], + [ + "NYC - Upper west side Studio", + 110 + ], + [ + "2 cozy rooms in a quiet building", + 45 + ], + [ + "Small Basic Room in Great Area: Long Term, 2 beds!", + 49 + ], + [ + "Space for Creating and Staying in Bed-Stuy", + 98 + ], + [ + "Ultimate Studio Sublet in heart of Williamsburg", + 289 + ], + [ + "Huge Bedroom in Astoria for One (1) Professional", + 110 + ], + [ + "Huge room, Social Home!", + 45 + ], + [ + "Luxury Apt Close to JFK Airport", + 169 + ], + [ + "Spacious, Private 2 BR , 4 Bathrooms in Brooklyn", + 275 + ], + [ + "Beautiful Light Filled 1 Bedroom in Kosher Apt", + 50 + ], + [ + "Huge, Clean & Classy Studio Room in Shared Apt", + 36 + ], + [ + "Cozy modern stay", + 110 + ], + [ + "Sunny Quiet Room in Clean Modern Apartment", + 105 + ], + [ + "LANDMARK TOWNHOUSE IN HISTORIC DISTRICT", + 75 + ], + [ + "Cozy apartment near JFK", + 100 + ], + [ + "Cozy Bedroom and Private Bath in Spacious Duplex", + 75 + ], + [ + "Small room in Queens", + 30 + ], + [ + "Standard New York girls room", + 150 + ], + [ + "2 bedroom apt. in Manhattan-Gramercy apt building", + 155 + ], + [ + "Swanky Bushwick Penthouse", + 68 + ], + [ + "Safe and Convinient rooms close to NYC.", + 109 + ], + [ + "Amazing Loft in the heart of Williamsburg", + 20 + ], + [ + "Khimani's Pad", + 88 + ], + [ + "Royal Suite at Northern Lights Mansion", + 500 + ], + [ + "1B Large studio in Williamsburg with terrace", + 80 + ], + [ + "Spacious Bed and Bathroom in Brooklyn", + 100 + ], + [ + "Couch in Harlem Harvey Refugees only", + 10 + ], + [ + "Private room in Harlem", + 55 + ], + [ + "Cozy colorful kitchenette...", + 40 + ], + [ + "Cute Private Room in UWS Apartment!", + 80 + ], + [ + "Clean and Comfortable", + 75 + ], + [ + "1 BR Contemporary Luxury Apartment w W/D in UWS", + 184 + ], + [ + "Private Sunny Room in Williamsburg, Brooklyn - NY", + 56 + ], + [ + "Huge apt in heart of Williamsburg", + 160 + ], + [ + "Small Cozy Room in Herald Square", + 65 + ], + [ + "Charming House!!", + 77 + ], + [ + "Cozy room w balcony in penthouse w private terrace", + 65 + ], + [ + "Private room in Bushwick close to Subway", + 35 + ], + [ + "Perfectly NYC", + 98 + ], + [ + "Ideal family spot in the upper west", + 400 + ], + [ + "Sunny room in European-style apartment", + 64 + ], + [ + "Great Loft space in the Heart of Bushwick", + 70 + ], + [ + "Studio Apartment in a Doorman Building", + 250 + ], + [ + "RM", + 55 + ], + [ + "Spacious West Village 1 bed!", + 249 + ], + [ + "Bedroom Upper West Side 10min walk to Central Park", + 175 + ], + [ + "Cozy room in prime williamsburg!", + 69 + ], + [ + "Harlem Charm", + 198 + ], + [ + "Sunny & Cozy 1BR/1BA Apartment In Upper NYC", + 69 + ], + [ + "Private Bedroom in Bedstuy", + 60 + ], + [ + "Cozy, Quiet Abode near Times Square", + 103 + ], + [ + "Spacious Three Bedroom Dream in Manhattan", + 135 + ], + [ + "Private sunny room with private bathroom&entrance", + 31 + ], + [ + "Luxury Brooklyn Brownstone with Private Backyard", + 245 + ], + [ + "Lovely Brooklyn Apt", + 175 + ], + [ + "Riverside Park Nest", + 200 + ], + [ + "Private Room 1 in East Village (Small Window)", + 72 + ], + [ + "Studio Apt in Washington Square <3", + 123 + ], + [ + "Large Room in Garden Apartment", + 90 + ], + [ + "Partitioned (shared) Cozy Studio in Pelham Bay", + 20 + ], + [ + "Cherry Hill House - Blue Room", + 50 + ], + [ + "AWESOME LOCATION STEPS TO L TRAIN !", + 45 + ], + [ + "Quiet room, view on garden 5m walk from J train", + 41 + ], + [ + "PRIME LOCATION LORIMER L TRAIN", + 75 + ], + [ + "Large studio in hip area near major subway stop", + 105 + ], + [ + "Sunny Room on Hippest Block in Bushwick", + 55 + ], + [ + "Cozy Private Room in Vibrant Williamsburg Apt", + 100 + ], + [ + "Spacious & Serene Williamsburg Room", + 65 + ], + [ + "The Perfect Queens Getaway!", + 149 + ], + [ + "Cozy Room in Manhattan", + 50 + ], + [ + "Comfy Room in Chic Apartment", + 78 + ], + [ + "Cozy studio, private entrance & 3 min. JFK", + 75 + ], + [ + "Private Room near Columbia University", + 70 + ], + [ + "Room in Brooklyn With Central Air and Heat", + 50 + ], + [ + "Gorgeous and Renovated Chelsea Apartment", + 250 + ], + [ + "Brooklyn Apartment", + 75 + ], + [ + "Minimalist Room with a Spectacular view", + 133 + ], + [ + "Brooklyn Nook perfectly located!", + 150 + ], + [ + "Large one bedroom in historic Clinton Hill", + 140 + ], + [ + "Luxury One Bedroom UWS", + 200 + ], + [ + "Beautiful duplex in Gramercy", + 99 + ], + [ + "Bright and Sunny Room in Amazing Bushwick Apt", + 50 + ], + [ + "Upper East Side Apartment", + 122 + ], + [ + "Charming apartment in Manhattan!", + 85 + ], + [ + "Homey funky eclectic rich of arts", + 45 + ], + [ + "Cozy 1 bedroom apt in Astoria NY", + 130 + ], + [ + "Cozy sunny room 35 min to Time Square", + 31 + ], + [ + "Spacious & Charming Nolita 1 Bed", + 125 + ], + [ + "Private apartment in Hamilton Heights", + 100 + ], + [ + "Private Bedroom in East Williamsburg", + 60 + ], + [ + "1 bedroom apt in 2 bridges/Chinatown", + 80 + ], + [ + "Cozy 2 Bedroom in Prime Location!", + 150 + ], + [ + "HUGE 1BR Apt, Varrazano promenade,night life& More", + 160 + ], + [ + "Brooklyn Cave in the Neighb", + 59 + ], + [ + "Artist Home 5 minute walk to Metro 30min from JFK", + 30 + ], + [ + "Hip, cozy apartment (with cat) in terrific Harlem!", + 85 + ], + [ + "Spacious Bedroom in Williamsburg Duplex", + 110 + ], + [ + "Sun-drenched Charles Street studio!", + 180 + ], + [ + "Luxurious Manhattan 1 Bedroom", + 199 + ], + [ + "Haven in the Heights", + 35 + ], + [ + "PRIVATE BATHROOM ! PRIME LOCATION", + 70 + ], + [ + "Manhattan | Luxurious 1 Bedroom", + 195 + ], + [ + "High Tower Luxurious 1 Bedroom in Times Square", + 169 + ], + [ + "Luxurious 1 Bedroom in Times Square", + 195 + ], + [ + "❤ of Manhattan | Fantastic 1 Bedroom", + 195 + ], + [ + "❤ of Manhattan | Fantastic 1 Bedroom", + 195 + ], + [ + "❤ of Manhattan | Fantastic 1 Bedroom", + 243 + ], + [ + "❤ of Manhattan | Central Park | Fantastic 1 Bed", + 195 + ], + [ + "4A-", + 115 + ], + [ + "Large two bedroom in the middle of NYC apt. 3C", + 150 + ], + [ + "Amazing Apartment | Skyline Views", + 150 + ], + [ + "2C", + 155 + ], + [ + "MAGNIFICENT apartment in Williamsburg with Balcony", + 68 + ], + [ + "Amazing 1 Bedroom | 1 Bedroom | Skyline View", + 135 + ], + [ + "Private room in shared apartment for 1", + 300 + ], + [ + "Extra Large 1BR by Park Ave in Upper East Side", + 197 + ], + [ + "11 Minutes to Manhattan", + 75 + ], + [ + "2 bedroom apt in Brooklyn, downtown", + 350 + ], + [ + "1 BR Garden Apartment in Brooklyn Brownstone", + 150 + ], + [ + "BEST LOCATION IN SOHO AND SPACIOUS APARTMENT", + 155 + ], + [ + "Cozy Room in TWO BEDROOM Apartment.", + 81 + ], + [ + "Divided Room in Financial District", + 100 + ], + [ + "Beautiful 3 BR- 2 Full Baths in Upper Manhattan", + 185 + ], + [ + "简单的四房一厅两卫生间,位于北上远离开辆,走路四分钟到地铁站,交通便利\nSimple bigroom", + 65 + ], + [ + "Renovated 4 BED 3.5 BATH BK Townhouse Triplex APT", + 385 + ], + [ + "Exciting New York Get Away", + 125 + ], + [ + "Prospect Heights Studio Apartment", + 130 + ], + [ + "Luxe Large Suite w/Views bathroom en suite", + 153 + ], + [ + "Quiet & spacious east village/LES private bedroom", + 150 + ], + [ + "Modern Sunlit Room w/ Balcony on Famous Street!", + 95 + ], + [ + "Cozy West Harlem Abode", + 150 + ], + [ + "4BR Brooklyn Apartment Minutes from City Life!", + 350 + ], + [ + "Bklyn Brownstone 2BD APT Private Spotless wAC+HBO", + 120 + ], + [ + "Lovely Home Near Fort Tryon Park & the Cloisters", + 120 + ], + [ + "PERFECT East Village Location****", + 100 + ], + [ + "Large Room with Private Bathroom (Long Term+++)", + 45 + ], + [ + "Quiet room with exposed brick", + 74 + ], + [ + "Large bedroom in the heart of the East Village", + 110 + ], + [ + "Your Home Away From Home!", + 110 + ], + [ + "Cute Room in Upper West Side (FEMALES ONLY)", + 75 + ], + [ + "Comfy bachelor's apartment, Clinton Hill, Brooklyn", + 94 + ], + [ + "Lovely Room in Loisaida Hideaway", + 55 + ], + [ + "Apartment in Sunset Park, Brooklyn", + 100 + ], + [ + "Private room near new 2nd Ave. Q train!", + 99 + ], + [ + "MY ROOM/COFFEE &BAGEL", + 69 + ], + [ + "Beautiful sunny apartment in Williamsburg", + 139 + ], + [ + "Sunny Room at The Gazebo in Brooklyn", + 42 + ], + [ + "The Otheroom Bar/Event/Filming Space -read details", + 4000 + ], + [ + "Architect's Bedroom in Large Brooklyn Apartment", + 55 + ], + [ + "Urban Zen: Cozy, creative NYC retreat", + 119 + ], + [ + "2 Level Apartment With Private Terrace", + 105 + ], + [ + "Bright room in Brownstone", + 55 + ], + [ + "One bedroom Apartment in Carroll Gardens", + 125 + ], + [ + "Furnished room in Upper East Side apartment", + 46 + ], + [ + "Quiet Private Room in Brooklyn", + 36 + ], + [ + "Room in sweet 2BR in Brooklyn", + 45 + ], + [ + "Amazing 1 Bedroom Apt in the Heart of LES", + 150 + ], + [ + "Cozy & Quiet 2 Bedroom / Heart of Lower Manhattan", + 275 + ], + [ + "Wonderful & Large Modernist Bushwick Brooklyn Apt.", + 100 + ], + [ + "P", + 100 + ], + [ + "Quite and comfortable shared room in UES", + 35 + ], + [ + "Quite relaxing convenient shared room in UES.", + 35 + ], + [ + "Clean and renovated apartment", + 130 + ], + [ + "Modern Apartment Bayridge/Brooklyn- Sleeps 6", + 150 + ], + [ + "Private Room 2 in East Village (Large Window)", + 73 + ], + [ + "Gorgeous Private Studio in Williamsburg/Greenpoint", + 160 + ], + [ + "Bushwick Oasis Room #2: Close to the L or M train", + 54 + ], + [ + "Great room in the heart of NYC", + 75 + ], + [ + "2 Bedroom / 2 Bath - Brand New Modern Apt", + 380 + ], + [ + "Cozy Garden Apartment in Charming Park Slope", + 115 + ], + [ + "Private Mezzanine Room in E. Williamsburg", + 100 + ], + [ + "Spacious Private Room in bright Manhattan 2 BR", + 80 + ], + [ + "Large, Sunny, Williamsburg 1 bedroom Apt", + 109 + ], + [ + "The Sweet Pea Cottage", + 180 + ], + [ + "Delightful Brooklyn townhouse", + 600 + ], + [ + "2nd Fl, Tall Ceilings + Spacious, Convenient + Fun", + 160 + ], + [ + "Adorable one bedroom next to Central Park", + 130 + ], + [ + "Private bedroom right on the High Line/Chelsea", + 90 + ], + [ + "Private Room Available in Hamilton Heights", + 63 + ], + [ + "Cozy apt. w/private patio in Williamsburg!", + 126 + ], + [ + "Kids friendly 2 bedroom close to Subway and C.Park", + 195 + ], + [ + "Renovated Comfortable Room for 2 or solo traveler", + 45 + ], + [ + "\"Borough Border Liner\" Diverse/Convenient/Private", + 47 + ], + [ + "Large and Sunny Private Bedroom in Astoria", + 55 + ], + [ + "Trendy Carroll Gardens Boutique apartment", + 200 + ], + [ + "Studio Apartment in Upper East Side", + 60 + ], + [ + "Private room. 1 bed, 2 guests, 3333 Broadway", + 51 + ], + [ + "One BR duplex loft in midtown east townhouse - 43", + 160 + ], + [ + "Huge Sunny Room in Prime Brooklyn Flushing Ave JM", + 55 + ], + [ + "Lower East Side Studio", + 110 + ], + [ + "2BR/2BATH,CENTRALPARK,COLUMBIA,JACUZZI,FIREPLACE", + 200 + ], + [ + "City Zen Apartment in Brooklyn", + 109 + ], + [ + "Sweet and Secluded Suite minutes from Manhattan", + 149 + ], + [ + "CLEAN STYLISH SUNNY & COMFORTABLE ONE-BED in L.E.S", + 220 + ], + [ + "Great 1 Bedroom on Upper East", + 130 + ], + [ + "Charming Room in Financial District", + 75 + ], + [ + "Luxury 1BR Apt w/ Rooftop, Gym and Skyline View", + 250 + ], + [ + "The Queens Bungalow", + 65 + ], + [ + "Luxurious Apartment in Crown Heights", + 300 + ], + [ + "Essential studio, 2 minutes from train (D)", + 90 + ], + [ + "Bright and Cosy Room in Williamsburg", + 69 + ], + [ + "Comfy & Spacious RM with Backyard/Near Metro", + 79 + ], + [ + "2fireplcs,Garden,BBQ,wshr/dryer,JacuzTub,BIG Kitch", + 190 + ], + [ + "Cute apartment, Washington Sq Park!", + 80 + ], + [ + "Spacious and Sunny in Prime Park Slope", + 175 + ], + [ + "Private bedroom 8 mins-JFK&The Mall", + 65 + ], + [ + "Penthouse Luxury Apt with Amazing Views near GCT", + 148 + ], + [ + "A small bedroom, Lower East Side", + 63 + ], + [ + "Private BR in South Harlem close to 2/3", + 99 + ], + [ + "Entire Hipster Flat in the Heart of Bushwick!", + 90 + ], + [ + "Penthouse Apartment in Chelsea", + 250 + ], + [ + "Cozy private room in Upper East Side apartment", + 90 + ], + [ + "2 Bed Apt Brighton Beach, Brooklyn by Beach", + 120 + ], + [ + "(2R) Cozy and clean bedroom with private bathroom", + 39 + ], + [ + "Birds nest Oasis in historic cobble hill", + 117 + ], + [ + "Spacious room in front of prospect park", + 160 + ], + [ + "Modern 2br Apartment in the heart of Soho/Nolita", + 500 + ], + [ + "Studio Apt - One Block from Central Park", + 100 + ], + [ + "NYU/E.Village Cafes & Bars*6 month $3500/mo", + 117 + ], + [ + "Luxury Condo in the Heart of Manhattan!(High Rise)", + 175 + ], + [ + "Living Room Space In NYC", + 25 + ], + [ + "Studio in Brooklyn Heights with Private Entrance", + 152 + ], + [ + "Cozy Zen Brooklyn Bedroom", + 45 + ], + [ + "NANCY clean/quiet very close city", + 59 + ], + [ + "Clean Green Artsy Apartment with Great Kitchen", + 70 + ], + [ + "Mom Room", + 57 + ], + [ + "Spacious 2 BR Bedford Stuyvesant Bklyn NY", + 200 + ], + [ + "Cute, artsy place in Bed/Stuy", + 71 + ], + [ + "5 minutes from JFK,one single cozy bedroom for one", + 45 + ], + [ + "ROSA 'S Private Entrance", + 61 + ], + [ + "Cozy & Private Bedroom only 30-35 min to Manhattan", + 55 + ], + [ + "Creative Loft Space (Huge) in Great Location", + 74 + ], + [ + "LARGE ROOM IN HEART OF NYC (CHELSEA / FLATIRON)", + 100 + ], + [ + "Lovely 2-bedroom 1bath in Chinatown & Little Italy", + 178 + ], + [ + "Gorgeous bedroom 8mins-JFK&the mall", + 80 + ], + [ + "Beautiful home minutes to Manhattan", + 75 + ], + [ + "SOHA 2 bedroom Beauty! Sleeps 5", + 158 + ], + [ + "Entire Huge 1 bd Apartment, Brooklyn Living", + 88 + ], + [ + "One Bedroom In New Luxury Building", + 95 + ], + [ + "Cozy 2 Bedroom", + 225 + ], + [ + "Fantastic Studio in Brooklyn's core", + 240 + ], + [ + "*SPECIAL*\nCOZY WATERFRONT APARTMENT \n•SUPERHOST•", + 110 + ], + [ + "Bright West Village Retreat", + 225 + ], + [ + "LOFTY 3 BEDROOMS DUPLEX 30MN FROM DOWNTOWN", + 165 + ], + [ + "Bahia Brazil Vibe - Entire apt", + 140 + ], + [ + "Prospect Park Apt 20 min to Soho 5 min from Trains", + 100 + ], + [ + "Private Room in Brooklyn Brownstone", + 39 + ], + [ + "Cozy 2 Bedroom (Train L or M)", + 110 + ], + [ + "Brooklyn Style!", + 105 + ], + [ + "Convenience and Privacy in this shared apartment", + 49 + ], + [ + "Private Sunny Room with Private Bathroom", + 45 + ], + [ + "Coney Island Private Assembly Special Events", + 450 + ], + [ + "Coney Island Amphitheat MCU 1 br Wifi Cable **", + 99 + ], + [ + "Bohemian apt in the heart of Greenwich Village", + 169 + ], + [ + "One Room Apartment Next to Columbus Circle", + 130 + ], + [ + "Unique Prime Location NYC Sleeps 6", + 255 + ], + [ + "BEST VALUE! SUPER COSY APARTMENT", + 80 + ], + [ + "Cozy private room in Brooklyn Heights", + 70 + ], + [ + "Lovely room in the heart of Williamsburg", + 60 + ], + [ + "Mels Manhattan Home", + 219 + ], + [ + "SPACIOUS BEDROOM PARK SLOPE BROOKLYN", + 60 + ], + [ + "Private room & living room, one block from subway.", + 60 + ], + [ + "Comfy Room", + 82 + ], + [ + "COZY Large Private APARTMENT in EAST VILLAGE", + 122 + ], + [ + "Lovely APT in the Heart of Bushwick!", + 125 + ], + [ + "Vintage Rainbow Room", + 44 + ], + [ + "Gorgeous condo 20min from NYC,close to the airport", + 125 + ], + [ + "Cozy room in a 2B with backyard access", + 55 + ], + [ + "An East Williamsburg Delight", + 47 + ], + [ + "Cozy bedroom in williamsburg", + 80 + ], + [ + "Spacious Room w/ 2 Bed", + 65 + ], + [ + "Artsy Private Room in LIC. 2 min walk to Subway.", + 75 + ], + [ + "Astoria's private room", + 100 + ], + [ + "rooms in sunny Loft right off the Bedford L stop", + 90 + ], + [ + "Private Room in Brooklyn Communal House", + 45 + ], + [ + "Bx Apartment", + 125 + ], + [ + "HUGE BEDROOM LORIMER L TRAIN!!!", + 69 + ], + [ + "Spacious two bedrooms condo in upper Manhattan", + 199 + ], + [ + "Room in Queens, NY, near LGA.", + 55 + ], + [ + "Cozy home away from home", + 50 + ], + [ + "Central Park Views - Private Room & Bathroom", + 125 + ], + [ + "Ultimate 50th Floor Downtown Penthouse - 4000SqFt", + 2250 + ], + [ + "Lovely Two Bedroom & Event Space From Nonprofit", + 125 + ], + [ + "Private Bedroom in Rego Park / Forest Hills", + 75 + ], + [ + "Sunny budget friendly room in Bushwick", + 32 + ], + [ + "Cozy Apartment on Bedford Ave, Brooklyn", + 88 + ], + [ + "Your 1 bedroom home away from home!", + 215 + ], + [ + "MASTER Cozy Bedroom Queen size 2 blocks Timesquare", + 134 + ], + [ + "Sunny Brownstone Studio in BedStuy Brooklyn", + 125 + ], + [ + "A cozy getaway, home away from home", + 60 + ], + [ + "☀️Private, cozy & quiet room in Inwood Manhattan☀️", + 60 + ], + [ + "Cozy bright room near Prospect Park", + 56 + ], + [ + "Private Bedroom with Amazing Rooftop View", + 85 + ], + [ + "Pretty Brooklyn One-Bedroom for 2 to 4 people", + 100 + ], + [ + "Room & private bathroom in historic Harlem", + 55 + ], + [ + "Rosalee Stewart", + 150 + ], + [ + "Large Private Bedroom in Luxury Doorman Building", + 60 + ], + [ + "*PRIVATE APARTMENT L TRAIN LORIMER STOP", + 108 + ], + [ + "Brooklyn Garden Apartment in 2 Family House", + 122 + ], + [ + "(B) Great value & clean apartment in New York", + 45 + ], + [ + "Cozy Studio at the Heart of Williamsburg", + 150 + ], + [ + "Family Vacation in NYC, Close to the City!", + 160 + ], + [ + "Artist Brooklyn Heights Home", + 140 + ], + [ + "Bushwick Hideaway (Studio)", + 210 + ], + [ + "Studio Apartment in Flatiron District", + 180 + ], + [ + "Astoria close to JFK,Laguardia airport, Manhattan", + 80 + ], + [ + "Quiet private room near Columbia University", + 79 + ], + [ + "Amazing Loft. Great light and view!", + 180 + ], + [ + "Full Brownstone Near Prospect Park", + 190 + ], + [ + "Travelers Private Room", + 60 + ], + [ + "Spacious Uptown Apartment near Columbia University", + 139 + ], + [ + "Cosy apartment in Park Slope", + 163 + ], + [ + "Cute Private Room", + 65 + ], + [ + "BEST One Bedroom in the Heart of Manhattan", + 365 + ], + [ + "Amazing Astoria New York 2 bedroom 10 min to NYC", + 200 + ], + [ + "Modern 1 bedroom condo near Pratt in Bed-Stuy", + 84 + ], + [ + "A1Long Island City Big Room Great Location", + 58 + ], + [ + "Quiet Bedroom in Central Bushwick, 16 mins to NYC", + 42 + ], + [ + "Modern, sunny, garden 2 bedroom", + 90 + ], + [ + "Charming Blue Bdrm in Victorian Home", + 98 + ], + [ + "SUNNY BDRM IN VICTORIAN HOME", + 75 + ], + [ + "Manhattan Large, room by CUNY& Columbia University", + 86 + ], + [ + "Downtown NYC Luxury Apartment - TriBeCa", + 251 + ], + [ + "Sun drenched Park Slope getaway..", + 85 + ], + [ + "Luxury 2 BR in Urban Brooklyn", + 285 + ], + [ + "NEW Park Avenue-Madison Avenue 3BED Condo Sleeps 6", + 325 + ], + [ + "Luxury High-Rise Studio with VIEWS", + 220 + ], + [ + "Park Slope Gem", + 250 + ], + [ + "A2Long Island City Big Room Great Location", + 58 + ], + [ + "A4Long Island City Big Room Great Location", + 58 + ], + [ + "Huge room in Brooklyn", + 50 + ], + [ + "Minimal Oasis | Best Location:S Williamsburg, BK", + 145 + ], + [ + "HGV Club NY, NY", + 199 + ], + [ + "Luxury Private room in Upper East Side", + 126 + ], + [ + "Upper East Side Cozy Apartment", + 230 + ], + [ + "Stylish Private BR in the Upper East Side", + 129 + ], + [ + "Chic Private BR in Upper East!", + 119 + ], + [ + "5mins from JFK, one cozy bedroom for one", + 50 + ], + [ + "Light-filled, cozy 2 bedroom apartment", + 100 + ], + [ + "Home Away From Home. Sunny, Spacious 1BR Apartment", + 199 + ], + [ + "Private Room & Private bathroom 2mins to subway!", + 65 + ], + [ + "Great room in Washington heights!", + 50 + ], + [ + "Cozy, Private Guest Bedroom In A Great Location", + 65 + ], + [ + "Hip One Bedroom Apartment in NYC's East Village", + 200 + ], + [ + "Private Room!", + 150 + ], + [ + "Private Room in Brooklyn", + 50 + ], + [ + "Beautiful sunny studio.", + 90 + ], + [ + "Brand new studio in high rise", + 180 + ], + [ + "Dreamy Parkside Loft-Studio w/ Private Patio", + 50 + ], + [ + "Sunny one bedroom on the Upper East Side", + 250 + ], + [ + "30 Minutes from Manhattan Apartment by South Beach", + 122 + ], + [ + "Plymouth Loft", + 225 + ], + [ + "Neat En-suite room attached PRIVATE full bath", + 51 + ], + [ + "Artist's Bitchin 1BR", + 90 + ], + [ + "Private Queen room&bathroom in NEW Luxury Building", + 79 + ], + [ + "Duplex 5 BR apartment in a historic brownstone", + 275 + ], + [ + "Large room in Bushwick", + 45 + ], + [ + "Bright and Clean One Bedroom - Females Only!", + 100 + ], + [ + "Eclectic, Comfortable, Quiet & Convenient on UWS", + 199 + ], + [ + "Cute and Sunny Soho Room", + 75 + ], + [ + "Lovely Brown Stone Casa Curran", + 145 + ], + [ + "HALSEY HAVEN", + 161 + ], + [ + "Bedroom in Brooklyn Communal House", + 45 + ], + [ + "Large bright bedroom", + 43 + ], + [ + "Charming room in a spacious 3/1", + 50 + ], + [ + "Sunny Brooklyn Home", + 95 + ], + [ + "Private room in cozy Astoria apartment", + 60 + ], + [ + "Spacious Apartment Near Yankee Stadium.", + 80 + ], + [ + "New 2 BDR apt/great location/20 mins to Manhattan", + 180 + ], + [ + "Quiet Studio in the ❤️of Hells Kitchen for 1 person", + 150 + ], + [ + "Private Cozy Large Comfortable Bedroom.", + 49 + ], + [ + "Adorable Bright Private Bedroom.", + 49 + ], + [ + "5-STAR REVIEW 1 BEDROOM LINCOLN CENTER- BEST PRICE", + 249 + ], + [ + "Chic & zen room in a very clean Brooklyn apt", + 70 + ], + [ + "Extra Cosy Room in Williamsburg", + 60 + ], + [ + "Bayside Room w/ 1 Bed", + 49 + ], + [ + "Clean Cosy Bedroom w/Desk 10min to JFK & Big Mall", + 22 + ], + [ + "Living Room in 2 Bedroom Apartment Brighton Beach", + 50 + ], + [ + "Cozy studio w/kitchen & bathroom. Great location", + 105 + ], + [ + "Glam Private Bedroom 6 stops to Time Square", + 89 + ], + [ + "1 Bd furnished Bayridge Brooklyn NY", + 115 + ], + [ + "Perfect bedroom. Near Subways Columbia CityCollege", + 65 + ], + [ + "Guest BedRm in quaint NYC neighborhood. NEAR TRAIN", + 65 + ], + [ + "1 br Woodside - close to LGA!", + 35 + ], + [ + "Great room in a spacious Inwood Apartment", + 99 + ], + [ + "Bright Sanctuary in Williamsburg", + 83 + ], + [ + "Private Room with Full Private Bath, cozy&quiet", + 45 + ], + [ + "elegant room in a spacious Inwood apartment", + 99 + ], + [ + "Room in Queens NY near LGA", + 55 + ], + [ + "Brooklyn Beauty", + 100 + ], + [ + "Prospect Heights Jewel", + 158 + ], + [ + "Private Room in Large Two-floor Apt w/ Backyard", + 89 + ], + [ + "large light-filled bedroom in Bushwick!", + 37 + ], + [ + "Spacious Serene Large Room near L Train", + 60 + ], + [ + "Bed in Family Home Near LGA Airport", + 38 + ], + [ + "Manhattan Hotel Room", + 800 + ], + [ + "Spacious Luxury Loft - 1BR", + 325 + ], + [ + "(4) Comfy Home Away From Home/Multiple Rooms", + 89 + ], + [ + "Clean, beautifully modernized, vintage apartment", + 68 + ], + [ + "Harlem Triplex", + 700 + ], + [ + "Private Williamsburg SunDrenched Large Studio", + 210 + ], + [ + "Greatly located Williamsburg 1BR ap", + 150 + ], + [ + "Quiet, Comfortable Studio in Chelsea/Village", + 139 + ], + [ + "MASTER SUITE IN THE CENTRAL PARK", + 103 + ], + [ + "Perfect, cozy room in Crown Heights, Brooklyn", + 45 + ], + [ + "JUNIOR SUITE IN MANHATTAN", + 90 + ], + [ + "Oversized one bedroom\nMidtown, West 57 the St.", + 227 + ], + [ + "One Bedroom Apartment in Williamsburg Brooklyn", + 100 + ], + [ + "@Ferry,Loft,2Bdrm/4bed.Private,Renovated/Stylish", + 75 + ], + [ + "UWS Studio Apt (Between Columbus & Amsterdam Ave)", + 97 + ], + [ + "Neat Room w/ 1 Bed", + 50 + ], + [ + "Bayside Room w/ 2 Bed", + 60 + ], + [ + "Cozy, quiet apartment in trendy Greenpoint spot!", + 50 + ], + [ + "2-bedroom Apt on Kissena Park in NYC", + 229 + ], + [ + "Sunny 1 bedroom in Nolita", + 150 + ], + [ + "Quiet, Large, & Cozy Bedroom in Cool Bushwick Apt", + 50 + ], + [ + "NYC pad without the NYC price tag", + 95 + ], + [ + "Large bedroom in 3 bedroom apt UES", + 62 + ], + [ + "Beautiful private studio near central park", + 115 + ], + [ + "Bedroom in fully renovated apartment", + 55 + ], + [ + "Brownstone with farmhouse charm", + 90 + ], + [ + "Cozy room in West Harlem", + 30 + ], + [ + "Private room in East Harlem close to heart of NYC", + 100 + ], + [ + "CHIC LOFT IN CONVERTED FACTORY - NEAR 2 METROS", + 71 + ], + [ + "ARTIST LOFT IN CONVERTED FACTORY - NEAR 2 METROS", + 70 + ], + [ + "Brownstone studio near central park", + 115 + ], + [ + "Bright Comfy Quiet Room Just 6 Mins from JFK!", + 65 + ], + [ + "Shang Ri La Studio", + 120 + ], + [ + "Room in cute apartment in South Williamsburg", + 100 + ], + [ + "L Bright & Cozy & Modern room 30 mins to Manhattan", + 59 + ], + [ + "Relaxing Quiet Room Just 6 Mins from JFK Airport!", + 65 + ], + [ + "UWS Private Room & Bath", + 89 + ], + [ + "SUPER HIGH END condo, roof deck, Ditmas Park Bklyn", + 250 + ], + [ + "Elegant bedroom 8 mins-JFK&the mall", + 80 + ], + [ + "Lovely 1 Bdrm, Glittering City Lights & Waterview", + 127 + ], + [ + "PRIVATE BROOKLYN APT. with quiet garden", + 150 + ], + [ + "Spacious 2 bedroom w/ balcony. BrooklynNY NEAR ALL", + 170 + ], + [ + "Room in SOHO! On Broome Street", + 120 + ], + [ + "Bunk Bed Fun Room - really cozy and affordable!", + 44 + ], + [ + "Convenient LIC Brownstone", + 71 + ], + [ + "Seperate Appartement in Appartement Bklyn Hights", + 150 + ], + [ + "The Maujer Patio", + 75 + ], + [ + "Cute bedroom available near subway in Astoria!", + 53 + ], + [ + "Nice room in quiet 3BR apartment", + 100 + ], + [ + "Sunny Apartment In Brownstone 2BD with deck", + 175 + ], + [ + "Luxury/360 View/Gym/Downtown/Doorman", + 170 + ], + [ + "Modest West Harlem Room Nearby Columbia University", + 25 + ], + [ + "PRIVATE ROOM near JFK & La Guardia", + 51 + ], + [ + "Manhattan Art Haven", + 95 + ], + [ + "Beautiful Loft Railroad apartment in Bushwick", + 94 + ], + [ + "AG's Palace 1", + 69 + ], + [ + "Gorgeous & Spacious UES apartment", + 105 + ], + [ + "East Village 1 Bdrm Price Negotiable Exposed Brick", + 79 + ], + [ + "Room With A View", + 64 + ], + [ + "Cozy guest room in Brooklyn", + 40 + ], + [ + "Gorgeous East Harlem private room", + 62 + ], + [ + "LARGE LUXURY DESIGNER WALL ST APARTMENT", + 110 + ], + [ + "3 bedroom in the heart of the west village", + 185 + ], + [ + "Vibrant Brownstone Penthouse Near Central Park", + 177 + ], + [ + "Bright 1 Bedroom Apartment in Brooklyn", + 110 + ], + [ + "Perfect 1 Bdrm Touring Apt, Midtown, Close to ALL!", + 235 + ], + [ + "Private room in UES:Ideal Location, Private &Quiet", + 80 + ], + [ + "Room rent for close to Manhattan", + 53 + ], + [ + "Bedroom in Park Slope, 20 min to city", + 95 + ], + [ + "Cozy Studio on the Upper East Side!", + 115 + ], + [ + "Airy, Private Room in an Artistic Apartment", + 65 + ], + [ + "NEWLY FURNISHED Studio at Park Avenue South", + 130 + ], + [ + "Heart of East Village, Middle of Everything", + 79 + ], + [ + "2 bedroom with patio in clinton hill", + 107 + ], + [ + "Shabby chic Studio 1 Block from McGolrick Park", + 116 + ], + [ + "Dreamy & Flowery Bedstuy Bedroom", + 47 + ], + [ + "Lovely Bedroom in heart of East Village", + 100 + ], + [ + "All in one place (A)", + 75 + ], + [ + "Big & Sunny Apartment in Williamsburg", + 160 + ], + [ + "Spacious 3BR Brownstone with HUGE backyard", + 275 + ], + [ + "Apartment of Musicians in Ditmas Park", + 22 + ], + [ + "Private Room in 2 Bedroom Apartment by the Sea", + 60 + ], + [ + "Manhattan/ Center of Manhattan", + 70 + ], + [ + "TWO PRIVATE ROOMS in apt share", + 100 + ], + [ + "Sunny Top Floor Room with Manhattan skyline view", + 55 + ], + [ + "CUTE ROOM - Times Square-19minutes", + 64 + ], + [ + "Great Washington Heights Private Bedroom in a 4 BR", + 47 + ], + [ + "Home away from home in the heart of Chelsea", + 250 + ], + [ + "Williamsburg Dream Home", + 190 + ], + [ + "1st flr full studio apartment- entire place/SAFE", + 99 + ], + [ + "Art, Design & Comfort.", + 88 + ], + [ + "Brooklyn Chic", + 100 + ], + [ + "Columbus Circle Lincoln center Central park", + 250 + ], + [ + "Large & Sunny, a Lovely 2-Bed Apt in East Village", + 250 + ], + [ + "Trendy Apt in Historic Brooklyn Heights", + 150 + ], + [ + "MIDTOWN * UNICORN * TOWNHOUSE!!", + 484 + ], + [ + "Small room in South Slope House", + 50 + ], + [ + "Cosy Midtown Studio", + 141 + ], + [ + "Spacious 1bd in the heart of Midtown High Rise !", + 199 + ], + [ + "Quiet Home in Manhattan", + 140 + ], + [ + "Cozy Room in Harlem", + 79 + ], + [ + "Sunny Brooklyn Apartment with Full Kitchen", + 142 + ], + [ + "Spacious Bedroom with Private Bathroom", + 80 + ], + [ + "perfect apartment in New york with 3 bedrooms", + 337 + ], + [ + "Private Room Near Bronx Zoo and NYBG!", + 47 + ], + [ + "Sunny room in spacious Williamsburg Loft!", + 65 + ], + [ + "New 1 Bedroom, Clean, Modern Apartment", + 149 + ], + [ + "Architect-Designed Brooklyn Townhouse", + 300 + ], + [ + "Quiet 1 Br Apartent in Historical Brooklyn Heights", + 159 + ], + [ + "The Blue Room", + 60 + ], + [ + "Beautiful Sunlit Room in Brooklyn", + 50 + ], + [ + "Super Cozy Luxury Apt", + 220 + ], + [ + "Manhattan Club (1 bedroom/Sleeps 4)", + 380 + ], + [ + "THE CREATIVE COZY ROOM", + 99 + ], + [ + "Greenpoint, BK 1 Bedroom, Couple/Solo Traveler", + 120 + ], + [ + "Fully Furnish Fancy Alcove Studio in Manhattan", + 110 + ], + [ + "Convenient location Private room", + 50 + ], + [ + "12min to NY & 10minLGA/30minJFK, Fit Mem for 1mth+", + 30 + ], + [ + "Beautiful Room in Styvesant Heights Brooklyn", + 60 + ], + [ + "Coney Island Private Apt*** Wi Fi, LCD TV MCU Park", + 110 + ], + [ + "Harlem apt", + 75 + ], + [ + "Cozy 2-Bedroom in Williamsburg by the bridge", + 100 + ], + [ + "Private room in a peaceful home ❤", + 65 + ], + [ + "Nice private room in quiet E Village apt", + 125 + ], + [ + "little place in Bushwick", + 40 + ], + [ + "Spacious Garden Apartment Private Entrance", + 105 + ], + [ + "Bright Williamsburg Apt Steps from Train", + 115 + ], + [ + "Huge Studio Apt+Sleeps 4 ppl Bklyn Near ALL", + 75 + ], + [ + "Amazing Space For Your Chelsea Stay", + 429 + ], + [ + "Spacious New York City Travelers Getaway", + 60 + ], + [ + "Nurturing room in a 3 bedroom apt.", + 30 + ], + [ + "Charming studio with Manhattan view.", + 84 + ], + [ + "Cozy Room in the Heart of Chinatown", + 75 + ], + [ + "Garden level private room + your own bathroom", + 50 + ], + [ + "Deluxe Private Bedroom, Near Manhattan NYC", + 39 + ], + [ + "Beautiful 2 Bedroom suite in Bedford Stuyvesant.", + 160 + ], + [ + "Charming Greenpoint Gem", + 175 + ], + [ + "Nice neat Bedroom attached by PRIVATE BATHROOM", + 47 + ], + [ + "Charming 1 Br apartment minutes from the train", + 89 + ], + [ + "Brooklyn Bay Ridge area★★明るいお部屋★", + 29 + ], + [ + "Walk to CENTRAL PARK and TIME SQUARE!!!!", + 95 + ], + [ + "Comfy room seconds from 2,3,5 trains", + 40 + ], + [ + "Spacious & Bright, Full Apt in Astoria/LIC", + 145 + ], + [ + "Exclusive 2 bedrooms in lovely apartment in Nolita", + 90 + ], + [ + "Spacious 1-Bedroom Apartment in Greenwich Village", + 250 + ], + [ + "Private Room in Spacious Central Harlem Apartment", + 38 + ], + [ + "Warm home in Woodside, Queens.", + 65 + ], + [ + "Cozy Bronx Apt", + 150 + ], + [ + "Spacious quiet garden 1 Br + Sunny Back Yard", + 139 + ], + [ + "Spacious, newly renovated LES 1-bedroom apt!", + 127 + ], + [ + "Sunny and spacious apartment in Greenpoint", + 290 + ], + [ + "Sunny & Spacious Room Facing Central Park", + 100 + ], + [ + "Great location in the heart of Manhattan", + 100 + ], + [ + "Sunny apartment close to manhattan", + 150 + ], + [ + "Cozy Centrally Located Private Room in Bushwhick", + 65 + ], + [ + "Gorgeous One Bedroom in the Heart of Chelsea", + 200 + ], + [ + "Entire Lower Level,Close to All & 15 mins to NYC", + 100 + ], + [ + "Relaxing Brownstone One Bedroom", + 148 + ], + [ + "Group Friendly * Prospect Park * Close to Trains", + 160 + ], + [ + "Sunny, Beautiful, Upper East Side TRUE One Bedroom", + 147 + ], + [ + "New York's Cozy House", + 95 + ], + [ + "Boho 1 bed apt in BK brownstone with back yard", + 130 + ], + [ + "Big, Bright, Tribeca Studio w/ Doorman & Elevator", + 157 + ], + [ + "1BR in the heart of UWS", + 95 + ], + [ + "Heart of Bushwick Apartment For Coffee Lovers!", + 120 + ], + [ + "Cute UWS studio off CPW", + 110 + ], + [ + "Spacious and quiet East Village Private Studio", + 130 + ], + [ + "☆THE village experience!!", + 99 + ], + [ + "Quality cozy studio in a quiet neighborhood", + 90 + ], + [ + "New bedroom in a 2 bedroom apartment. Super nice.", + 138 + ], + [ + "East Harlem Studio Apartment", + 125 + ], + [ + "HEART of West Village! Big + Beautiful TRUE 1 BDRM", + 395 + ], + [ + "Modern spacious apt in Park Slope", + 100 + ], + [ + "Sunny Apartment in Williamsburg", + 150 + ], + [ + "Good deal in bohemian East Village", + 150 + ], + [ + "10 Minutes away from JFK Airport", + 85 + ], + [ + "Beautiful spacious one bedroom, upper east side", + 115 + ], + [ + "Large, private room in Bushwick close to subways", + 50 + ], + [ + "$0 FEES/Parking/Bkft - \"Little Piece of Heaven\"", + 45 + ], + [ + "Spacious and Bright Two Bedroom", + 160 + ], + [ + "Cozy, queen sized bedroom in Bed-Stuy", + 40 + ], + [ + "Nice private room in New York", + 70 + ], + [ + "Tropical Getaway in Brooklyn at The Funky Loft", + 80 + ], + [ + "Private Room Available in 3BR Apt -Stuyvesant Town", + 55 + ], + [ + "Classic East Village studio, best NYC neighborhood", + 110 + ], + [ + "Sundrenched Cozy Studio With a Huge Private Patio", + 225 + ], + [ + "Private home in the heart of Ridgewood, Queens.", + 69 + ], + [ + "Cheap Cosy room w/desk quiet area 10mn from JFK", + 35 + ], + [ + "Cozy bedroom, one block from Subway", + 300 + ], + [ + "Luxury High Rise with Huge Private Terrace", + 350 + ], + [ + "Rock star house!", + 45 + ], + [ + "Townhouse on Greene", + 150 + ], + [ + "Newly renovated, fully furnished room in Brooklyn", + 10 + ], + [ + "和缘特色浪漫房", + 108 + ], + [ + "HOME AWAY FROM HOME 4 Guest private", + 89 + ], + [ + "Quaint little relaxing room in Astoria", + 70 + ], + [ + "West 86th St, Charming UWS One Bd Serviced Apt-B", + 210 + ], + [ + "UWS studio", + 150 + ], + [ + "Cozy room in East Williamsburg", + 55 + ], + [ + "Bedroom in huge apartment, Empire State View", + 200 + ], + [ + "Beautiful & Comfortable Apartment in Brooklyn!", + 120 + ], + [ + "South Bronx-Piano District artist Loft/", + 165 + ], + [ + "Lower East Side, Bohemian Home, hipster location", + 155 + ], + [ + "Downtown: Two Bridges -Private room&bathroom!", + 95 + ], + [ + "Awesome Cozy Studio West Village", + 139 + ], + [ + "Upstate Manhattan", + 65 + ], + [ + "Large Bedroom in 2 Bed Apartment Brighton Beach", + 57 + ], + [ + "#4 Triple Private room 20 minutes from Manhattan", + 42 + ], + [ + "#1 Private comfy Room 20 minutes from Manhattan", + 42 + ], + [ + "Perfect for 2 - Heart of the Upper West Side!", + 90 + ], + [ + "Your Very Own Private, Clean Apt. w/ washer &dryer", + 69 + ], + [ + "3 BR CLASSIC ON RIVER. Doorman. UWS, dogs ok", + 376 + ], + [ + "Large, spacious, and comfortable house", + 75 + ], + [ + "Beautiful large private room in the heart of Soho", + 99 + ], + [ + "Heart of Queens 1 ❤️/ Jackson Heights/Elmhurst", + 85 + ], + [ + "Luxury Room in MANHATTAN with TV", + 69 + ], + [ + "Room Rental in Washington Heights", + 100 + ], + [ + "Great room near Columbia university 71w 107th 哥大附近", + 45 + ], + [ + "Jen Apt", + 10 + ], + [ + "Penthouse in the Clouds", + 60 + ], + [ + "Cozy East Village Room in huge apartment", + 48 + ], + [ + "⭐️Walk + Transit Score 97⭐️8min to Yankee Std⭐️", + 145 + ], + [ + "Nicest Room in Manhattan - Chelsea Beauty", + 57 + ], + [ + "NYC Penthouse Open Loft Bedroom & Patio w/ Skyline", + 85 + ], + [ + "Private Room in Cozy East Village Apt", + 100 + ], + [ + "《1��法拉盛市中心明亮干净的私人房间", + 45 + ], + [ + "Cozy Private Room in East Village", + 100 + ], + [ + "Williamsburg Manhattan Skyline Apartment", + 250 + ], + [ + "Comfy Room in Queens Close to Train Station!", + 40 + ], + [ + "CLASSIC UWS 3BR FAM RIVER, doorman", + 317 + ], + [ + "Charming Suite in Historic Home", + 70 + ], + [ + "Beginning and ending your New York Vacation!", + 70 + ], + [ + "Clean and Cozy room in Central Manhattan", + 61 + ], + [ + "Spacious Brooklyn Duplex w/ Yard. Minutes from NYC", + 300 + ], + [ + "Charming Clinton Hill One-Bedroom Apartment", + 92 + ], + [ + "Upper West Side Oasis", + 200 + ], + [ + "Peaceful apt by the central park", + 150 + ], + [ + "Warm cozy green house", + 120 + ], + [ + "Single Room in Family Apt", + 45 + ], + [ + "Giant Studio Loft Apt in NYC", + 170 + ], + [ + "Cozy 1 bedroom in Heart of East Village", + 150 + ], + [ + "Room in Bronx Little Italy", + 29 + ], + [ + "Sunny 1 Bedroom Apartment the Heart of SoHo", + 250 + ], + [ + "Large 2 bedrooms in Little Italy/Chinatown", + 195 + ], + [ + "Cute 1 bedroom basement apartment", + 15 + ], + [ + "Adorable Apt - Heart of West Village!", + 230 + ], + [ + "Specious and cozy NYC apartment", + 130 + ], + [ + "温馨舒适双人房,双床,明亮大窗,电梯公寓(两个房间用一个卫生间)", + 78 + ], + [ + "Beautiful Blue Paradise! (Brooklyn)", + 53 + ], + [ + "Cozy room with stunning view", + 100 + ], + [ + "Hudson River View Near Lincoln Center", + 150 + ], + [ + "Spacious apartment in the heart of Brooklyn", + 89 + ], + [ + "Spacious Financial District Loft - Whole Apartment", + 105 + ], + [ + "Brand New Quaint Studio", + 80 + ], + [ + "Clean, private room with private bathroom.", + 57 + ], + [ + "MONTHLY PRICE AND GREAT LOCATION - ASTORIA", + 75 + ], + [ + "Beautiful 1 Bedroom apartment in Prime GREENPOINT", + 151 + ], + [ + "Spacious 2 BR Flat", + 197 + ], + [ + "Cozy 1 bedroom apartment in Queens", + 100 + ], + [ + "Lovely Quiet Room w private kitchen in Brownstone", + 88 + ], + [ + "Cozy Private Bedroom in a Bed-Stuy Loft", + 60 + ], + [ + "Amazing Columbus Circle 3 Bedroom", + 375 + ], + [ + "Private Room in a beautiful apartment!", + 45 + ], + [ + "Very quiet apt. on tree-lined West Chelsea street", + 95 + ], + [ + "Lovely Bedroom Suite with Private Entrance", + 82 + ], + [ + "Private Room in quite Elmhurst", + 50 + ], + [ + "Huge room 25 min to manhattan. L,M,J,Z train.", + 40 + ], + [ + "1BR near Mt Sinai, Columbia, Cent Pk. Must See!", + 45 + ], + [ + "Simple Brooklyn Apartment", + 60 + ], + [ + "Quiet, tranquil room in the middle of everything!", + 105 + ], + [ + "Beautiful sunny bedroom in historic Park Slope", + 159 + ], + [ + "Sunny LES 1 bedroom w Roof Deck", + 208 + ], + [ + "Downtown HighRise Luxury Building!", + 105 + ], + [ + "HOTEL ROOM LIKE WITH AFFORDABLE RATE!!! “C”", + 69 + ], + [ + "Beautiful + Large Astoria Space, Amazing Location", + 250 + ], + [ + "Bushwick's Private Modern Space", + 100 + ], + [ + "Airy one bedroom in Crown Heights", + 80 + ], + [ + "Sun Filled room in New Building", + 72 + ], + [ + "Spacious Private Room in Nolita", + 120 + ], + [ + "#3 Private Quadruple Room 20mnts from Manhattan", + 41 + ], + [ + "Luxury Studio Williamsburg", + 250 + ], + [ + "Cozy and Quiet Crown Heights - Washer/Dryer", + 50 + ], + [ + "Chelsea Haven--Summer Sublet", + 134 + ], + [ + "2 Bedroom & garden-South Park Slope", + 150 + ], + [ + "Victorian Film location", + 5000 + ], + [ + "Gorgeous 4 bedroom Duplex 15 min from Soho", + 300 + ], + [ + "Oasis in Harlem", + 150 + ], + [ + "Comfortable Room near Columbia University", + 60 + ], + [ + "Private room in beatiful sunny apt in Crown Height", + 45 + ], + [ + "Cozy bedroom near Lincoln Center / UWS", + 67 + ], + [ + "Airy studio in south Park Slope", + 142 + ], + [ + "Charming Cozy Room in Harlem", + 67 + ], + [ + "Sunny room with private terrace in Sunnyside", + 69 + ], + [ + "Huge Room with a Private Bathroom", + 95 + ], + [ + "Unique Multi-level 1 bedroom Apt", + 195 + ], + [ + "@Ferry,2Bedroom/3beds.Private,Renovated/Stylish...", + 72 + ], + [ + "5br Duplex. @ Ferry! Water&City Views!", + 289 + ], + [ + "Beautiful, Sunny, Artsy apartment in Brooklyn", + 80 + ], + [ + "Sunny & cozy Studio at the park, 25m to Manhattan", + 69 + ], + [ + "Private bathroom bedroom near JFK 30min to NYC", + 95 + ], + [ + "1 Min from Bedford Ave L in RR Apt", + 110 + ], + [ + "Beautiful Murray Hill STUDIO - perfect location!", + 175 + ], + [ + "A3Small Cozy Room in Long Island City", + 35 + ], + [ + "Brooklyn (NYC) Modern Comfort.", + 175 + ], + [ + "West Chelsea Studios - Penthouse 12", + 2800 + ], + [ + "Room in Hells Kitchen for short term stay!", + 100 + ], + [ + "Huge Room in Bushwick with private bathroom", + 88 + ], + [ + "Stunning 2 bedroom Apt - Breathtaking views!!", + 499 + ], + [ + "Inspiring & Motivational ⭐️", + 80 + ], + [ + "Lovely & bright Brooklyn room close to train", + 49 + ], + [ + "2 Bedroom Apartament, UES, doormen in Manhattan", + 510 + ], + [ + "Cosy Colorful Great Bedstuy location & apt", + 45 + ], + [ + "Beautiful Island life in NYC", + 100 + ], + [ + "Access to NYC", + 50 + ], + [ + "Fully equipped entire West Village apartment &wifi", + 199 + ], + [ + "CLEAN! Executive Studio Suite. Entire apt w/pvt BR", + 81 + ], + [ + "Comfortable, spacious Upper West Side Studio", + 90 + ], + [ + "Beautiful Large Private Room-Great location", + 80 + ], + [ + "Cozy 1-br UWS in front of Central Park", + 175 + ], + [ + "Cozy Washington Heights Studio", + 50 + ], + [ + "Comfy and Cozy Room in Brooklyn!", + 60 + ], + [ + "Cozy one bedroom Street view", + 70 + ], + [ + "Huge, Sunny Loft in Williamsburg, Near Waterfront", + 175 + ], + [ + "★cozy apartment ★", + 30 + ], + [ + "Manhattan Club", + 350 + ], + [ + "A place to feel like home; cozy room", + 57 + ], + [ + "Quiet spacious sunny studio in Greenpoint Brooklyn", + 120 + ], + [ + "Cozy Escape in Brooklyn", + 129 + ], + [ + "Studio-Size Bedroom with Separate Entrance", + 60 + ], + [ + "Modern High-End Studio w/amenities", + 76 + ], + [ + "An Amazing 1-Bedroom Apt. with Spectacular Views", + 150 + ], + [ + "The Heights", + 40 + ], + [ + "Amazingly Charming 2 BR in Historic Harlem", + 250 + ], + [ + "Cozy Room", + 55 + ], + [ + "LOCATION! Coffee and Central Park!", + 124 + ], + [ + "Upper East Side Full 1-Bedroom Apartment", + 130 + ], + [ + "Beautiful 3000-Square-Ft Brownstone in Cobble Hill", + 700 + ], + [ + "Manhattan Bedroom | Skyline Views", + 219 + ], + [ + "4000 SqFt Luxury Penthouse - Downtown NYC", + 2250 + ], + [ + "Charming 2 Bedroom home close to Airport and City", + 125 + ], + [ + "1 bedroom apt in the heart of williamsburg", + 200 + ], + [ + "East 63rd street, Studio Serviced Apartment", + 179 + ], + [ + "Large Newly Renovated Guest Suite", + 200 + ], + [ + "Sunny Williamsburg Apartment - Prime Location", + 160 + ], + [ + "Hanover Square Lux Downtown 1 Bd(C) Serviced Apt", + 270 + ], + [ + "Affordable Spacious Refurbished Room in Bushwick!", + 51 + ], + [ + "Private Garden Room in Commune", + 65 + ], + [ + "Large 2bd 15 min to Midtown Manhattan", + 100 + ], + [ + "Best location to live in Astoria", + 49 + ], + [ + "HUGE PRISTINE VERSACE DUPLEX APT. IN BROOKLYN", + 195 + ], + [ + "Great Studio Near Time Square", + 115 + ], + [ + "Sunny high-ceiling, large-windows, Bushwick apt", + 65 + ], + [ + "Bright room by the Brooklyn Navy Yard", + 65 + ], + [ + "Bright and Sunny Brooklyn Sanctuary", + 60 + ], + [ + "Sunny Williamsburg Studio Overlooking the Park", + 175 + ], + [ + "MANHATTAN - Upper West BIG ROOM w/tv", + 80 + ], + [ + "Bright Zen Bedroom with TV, nr JMZ Subways", + 72 + ], + [ + "Clean Private Room in East Village", + 100 + ], + [ + "Great Studio", + 100 + ], + [ + "Clean room PRIVATE full bath & private entrance", + 47 + ], + [ + "Tranquility in a Sunny Duplex w/Private Bathroom", + 125 + ], + [ + "Lovely Private Clean New Building A/C", + 56 + ], + [ + "Fully Fancy Furnish Apartment in Manhattan.", + 105 + ], + [ + "Cozy room in UWS in modern apt", + 80 + ], + [ + "Cozy room in Brooklyn steps from train", + 40 + ], + [ + "ChelseaStudio w/t SunnyPrivateTerrace&EmpireView:)", + 180 + ], + [ + "MANHATTAN by Central Park/Subway Private Bedroom!", + 79 + ], + [ + "Sunny Modern Duplex w/Balcony & Rooftop Deck", + 150 + ], + [ + "NYC available Now - March 15 , UWS, 1 bedroom apt.", + 250 + ], + [ + "Room w/private bathroom, Breakfast & 7min to Manh", + 169 + ], + [ + "Sunny, Quiet top-floor 2 bedroom in Cobble Hill", + 199 + ], + [ + "Clean, Cosy Private 1 Bd Apartment Fort Greene", + 125 + ], + [ + "Private Room, shared bathroom in Hamilton Heights", + 120 + ], + [ + "Brand New Historic Harlem Duplex Apartment", + 199 + ], + [ + "Spacious Oasis Duplex with Private Garden", + 160 + ], + [ + "Cozy and sunny Studio", + 100 + ], + [ + "Elegant 5BR, 2.5 Bath w/Yard, 15 Mins to Manhattan", + 550 + ], + [ + "Bright Minimalist Creative Retreat Bedroom BedStuy", + 40 + ], + [ + "Spacious Bright and Modern Studio", + 95 + ], + [ + "New Renovated Private 1 bed/bath in Prime Location", + 150 + ], + [ + "Stylish centrally Located 2 bedroom", + 189 + ], + [ + "Lovely room(s) in Brooklyn brownstone w/ backyard", + 71 + ], + [ + "One bedroom in quaint brownstone!!", + 40 + ], + [ + "A charming room in a Victorian Home", + 55 + ], + [ + "Beautiful 1-bedroom close to Grand Central", + 150 + ], + [ + "Manhatten Luxurious 1 Bedroom", + 229 + ], + [ + "Spacious Studio ( W 48 street )", + 120 + ], + [ + "Private Bedroom/Officespace", + 100 + ], + [ + "LOFT SPACE IN BUSHWICH", + 160 + ], + [ + "Sunny Private Room with patio access in the EV!", + 50 + ], + [ + "Beautiful BedStuy Bedroom", + 60 + ], + [ + "Manhattan | Luxurious 1 Bedroom", + 229 + ], + [ + "NYC4YOU \nGreat location!!!", + 99 + ], + [ + "UWS 1BR Apartment, Charming, Exposed Brick (5B)", + 136 + ], + [ + "Large private room on the Upper East Side", + 120 + ], + [ + "Large, funky Park Slope triplex w outdoor space.", + 300 + ], + [ + "UWS 1BR, Landmarked Townhouse, Sunny (4B)", + 119 + ], + [ + "Private room/Columbia/Central park", + 99 + ], + [ + "Artsy and Sunny Room in Bushwick, near L and JMZ", + 60 + ], + [ + "Charming & Affordable Shared Studio in WestHarlem", + 31 + ], + [ + "Cute Tiny Room Family Home by LGA NO CLEANING FEE", + 48 + ], + [ + "Private and Quiet Room in the Perfect Location", + 69 + ], + [ + "Private Bedroom in charming 2 Bdrm Duplex", + 60 + ], + [ + "New Years EVE in NY! Magnificent Private Penthouse", + 1000 + ], + [ + "2400 Sq Ft Tribeca Loft w/Private Elevator", + 350 + ], + [ + "private apartment in new york", + 100 + ], + [ + ":Luxury 1BR by the water, one stop from Manhattan", + 150 + ], + [ + "3BED apartment 20 MINS TO MANHATTAN", + 140 + ], + [ + "Sunny Balcony Apartment", + 200 + ], + [ + "Two Bedroom on Williamsburg Waterfront", + 235 + ], + [ + "2 bedroom apartment with private Patio", + 200 + ], + [ + "Nice room in spacious apartment in BK", + 40 + ], + [ + "Cozy, Private Studio in Bedstuy, Brooklyn", + 90 + ], + [ + "Centrally Located Manhttn High-Rise", + 379 + ], + [ + "Modern large one bedroom apt in HK", + 300 + ], + [ + "Luxury Musician's Loft with Incredible City Views", + 250 + ], + [ + "Cute Family Friendly Vintage Brownstone Living!!", + 49 + ], + [ + "extra large room available", + 60 + ], + [ + "Beautiful 2-bedroom in Williamsburg", + 224 + ], + [ + "Park Slope Gem full of natural light", + 115 + ], + [ + "Large sleeping loft with two beds", + 49 + ], + [ + "Amazing Studio in Downtown Flushing", + 115 + ], + [ + "Huge 2BR Apartment. Walk to beach/buses", + 95 + ], + [ + "25 Mins to Midtown, 15 Mins to LES", + 98 + ], + [ + "Upper east side - Cozy Room", + 110 + ], + [ + "Washington Heights Cozy", + 50 + ], + [ + "Room in just-refurbished, classic brownstone flat.", + 75 + ], + [ + "Adorable Upper West Side Apt steps to Central Park", + 50 + ], + [ + "Gorgeous Brooklyn Bedroom with Luxury Decor", + 27 + ], + [ + "Bed-Stuy Beauty", + 130 + ], + [ + "Modern and sunny in the heart of Prospect Heights!", + 85 + ], + [ + "Sunny Apartment Near Prospect Park", + 115 + ], + [ + "Beautiful 1 BR 1 Bath in Boerum Hill Brooklyn", + 53 + ], + [ + "ENTIRE, PRIVATE NYC home 3mins from JFK Airport", + 80 + ], + [ + "Beautiful apt with view of GW Bridge and river", + 35 + ], + [ + "BRIGHT SHABBY CHIC FLOOR THRU", + 165 + ], + [ + "Sunny, Spacious Bedroom 2 mins from the train!", + 60 + ], + [ + "5* Views, Terrace, 2BR2B, Modern Luxury, Gym, Roof", + 379 + ], + [ + "EAST VILLAGE 12TH ST- CONVERTED 2 BR APT", + 285 + ], + [ + "Comfortable Rest Stop", + 60 + ], + [ + "Bright, Quiet and Modern--1,200 Sq Ft in W Village", + 329 + ], + [ + "East 12th street, Lux Studio in Greenwich Village", + 225 + ], + [ + "Brownstone w/ Luxurious private room & bay windows", + 75 + ], + [ + "Cozy bedroom near Central Park", + 100 + ], + [ + "Bright uptown apartment in the heart of Harlem", + 200 + ], + [ + "Warm, clean room in a historic Harlem brownstone", + 115 + ], + [ + "Sunny big designer room in Art-loving Bushwick", + 85 + ], + [ + "Cozy furnished private room in Manhattan", + 40 + ], + [ + "True NYC Living! Flatiron:1 bdrm w/ outdoor space!", + 235 + ], + [ + "Cozy room in Downtown Brooklyn.", + 64 + ], + [ + "2 bedroom at Wyndham Midtown 45 New York City", + 134 + ], + [ + "Flatbush Townhouse Apt (UNFURNISHED)", + 86 + ], + [ + "2 bedroom 2 bathroom UWS", + 330 + ], + [ + "Contemporary Home with Brooklyn Charm", + 170 + ], + [ + "Quiet Private Bedroom in the heart of Little Italy", + 90 + ], + [ + "NEW 2 twin beds and private bathroom in Flushing!!", + 65 + ], + [ + "Private room in Sunnyside 15 min to Manhattan", + 60 + ], + [ + "Bright and spacious room", + 75 + ], + [ + "Spacious Apt w Deck, Williamsburg", + 265 + ], + [ + "Lovely 1 BD on the Upper West Side", + 148 + ], + [ + "The ASTORIAN'S ArtPad", + 95 + ], + [ + "Cozy Quite Room in NYC Manhattan Upwest", + 94 + ], + [ + "LIVE BROOKLYN! Private 1 BR APT - 5 min to Subway", + 109 + ], + [ + "Amazing location! Luxury Apartment by Central Park", + 490 + ], + [ + "Hip Soho Loft", + 200 + ], + [ + "Pendulum Palace", + 69 + ], + [ + "Fresh, bright modern studio w/ Garage Parking", + 99 + ], + [ + "Luxury Brooklyn + Roof Deck and Gym!", + 75 + ], + [ + "1-bedroom apartment in Williamsburg, Brooklyn", + 146 + ], + [ + "Private bedroom in Murray Hill / Kips Bay", + 77 + ], + [ + "Fully furnished room with a single bed", + 35 + ], + [ + "Live in New York Near Central Park and Columbia U.", + 140 + ], + [ + "Cozy Room In Upper East Side Apt", + 100 + ], + [ + "《2》法拉盛市中心明亮干净的私人房间", + 45 + ], + [ + "# 1 A Brooklyn New York Apt: close to metro subway", + 185 + ], + [ + "Beautiful apartment ~25min from Times Square", + 60 + ], + [ + "Cozy Private Bedroom Near LGA", + 50 + ], + [ + "Penthouse with private terrace and bath", + 50 + ], + [ + "Charming Private Room in Bed-Stuy, Brooklyn", + 47 + ], + [ + "One Bedroom with King in the Manhattan Club!!", + 186 + ], + [ + "Studio aprtmnt for ONE located in upper Manhattan", + 100 + ], + [ + "Luxury 2 BR in Prime NOHO", + 400 + ], + [ + "Bronx Apartment", + 75 + ], + [ + "COZY-CHIC CROWN HEIGHTS 1-BED", + 145 + ], + [ + "Private Room in Staten Island + Walk-In Closet. #1", + 65 + ], + [ + "Coney Island MCU Park Wi fi Cable Apt****", + 110 + ], + [ + "Hosting Harlem Brownstone Apartment", + 85 + ], + [ + "Columbia university medical center 1AC line studio", + 51 + ], + [ + "Sunny East Village Apartment", + 140 + ], + [ + "Central Park One Bedroom Apartment in Harlem", + 85 + ], + [ + "Private second floor, 2 BR, wood-frame farmhouse.", + 165 + ], + [ + "Modern Central Harlem Room", + 30 + ], + [ + "Charming Spacious Studio in UWS with balcony", + 116 + ], + [ + "Pleasant one bed room apartment in Greenpoint!", + 70 + ], + [ + "Safe Location, next to Subway; Manhattan 20 mins", + 46 + ], + [ + "Large Uptown Manhattan Studio", + 70 + ], + [ + "Midtown West: Private Residence", + 250 + ], + [ + "Beautiful and spacious private room!", + 70 + ], + [ + "St. Marks, East Village penthouse loft w/ patio!", + 140 + ], + [ + "Great place in Manhattan - Upper west side", + 150 + ], + [ + "Beautiful modern apartment located in Gramercy", + 168 + ], + [ + "Lovely Studio", + 85 + ], + [ + "Brooklyn Hidden Gem", + 50 + ], + [ + "☆☆☆Perfect Couple's Getaway☆☆☆", + 99 + ], + [ + "Cozy 1 BR w/ Natual Sunlight & Exposed Brick", + 65 + ], + [ + "An amazing Studio Apt in FIDI", + 145 + ], + [ + "10 mins/Airports JFK/LGA/Hosp/malls bus/train# 1", + 50 + ], + [ + "A Cozy Harlem Stay", + 39 + ], + [ + "Brooklyn Vibes Apartment", + 200 + ], + [ + "Beautiful Room with Private Bathroom by Bushwick!!", + 69 + ], + [ + "Clean + Simple Chelsea 2 Bedroom (sleeps 7)", + 300 + ], + [ + "Beautiful Room with Private Entrance by Bushwick!!", + 69 + ], + [ + "Location Angel Boy", + 40 + ], + [ + "Spacious NY loft equipped for a baby!", + 160 + ], + [ + "Prime Midtown East Queen Bedroom-Females only", + 99 + ], + [ + "Beautiful Room by Bushwick Brooklyn!!", + 29 + ], + [ + "loft in live work studio", + 55 + ], + [ + "Gimme Shelter", + 850 + ], + [ + "Beautiful Sunlit Private Room in BKH apartment", + 75 + ], + [ + "Private Comfy Best Value BR w/Yard!~175ft to Subwy", + 60 + ], + [ + "Huge, Light-filled Williamsburg Loft — Long Term", + 249 + ], + [ + "The Reptarium: hip hideaway in sunny Bushwick loft", + 69 + ], + [ + "Private room in luxury building", + 100 + ], + [ + "Luxury Room w/private bathroom in DUPLEX", + 75 + ], + [ + "PRIVATE BATH next to Central Park!", + 179 + ], + [ + "Studio apartment in NYC", + 80 + ], + [ + "Sophisticated Brooklyn Brownstone", + 196 + ], + [ + "Private Bedroom in Gorgeous Uptown Apartment", + 43 + ], + [ + "Modern midtown studio", + 145 + ], + [ + "Huge Private Furnished Bedroom - Inwood", + 50 + ], + [ + "☆☆☆Authentic NYC Experience☆☆☆", + 99 + ], + [ + "Clean and Cozy Room - 20 Mins to Midtown Manhattan", + 80 + ], + [ + "Cozy 1BD in East Village, Manhattan", + 118 + ], + [ + "Sunny & Cozy w/outdoor space in Bushwick/Ridgewood", + 55 + ], + [ + "Clinton Hill's hidden gem", + 200 + ], + [ + "NEW PENTHOUSE W/ HUGE PRIVATE ROOFTOP EAST VILLAGE", + 150 + ], + [ + "Joy's Luxury Apartment with Free Parking Space", + 125 + ], + [ + "UES one bedroom", + 145 + ], + [ + "☆☆☆Extravagant Couple's Escape☆☆☆", + 99 + ], + [ + "Private Williamsburg Room 1 Block from Bedford L", + 80 + ], + [ + "Beautiful Apartment in the Heart of Chelsea", + 195 + ], + [ + "Cozy Room in BedStuy, Brooklyn", + 42 + ], + [ + "Comfortable Private Room", + 53 + ], + [ + "Top-Floor Studio In Quaint, Quiet Brownstone", + 125 + ], + [ + "☆☆☆Luxurious Couple's Retreat☆☆☆", + 99 + ], + [ + "Large 1 bd Apt in Heart of Chelsea Manhattan", + 210 + ], + [ + "Harlem Jewel + Extra Travel Bonus", + 177 + ], + [ + "Clean, Chic, Modern Studio in UWS", + 145 + ], + [ + "Cozy Bedroom In Marble Hill ( Students Welcome )", + 44 + ], + [ + "In the Heart of the East Village", + 85 + ], + [ + "Cozy Brooklyn Apartment", + 150 + ], + [ + "New tidy room attached by PRIVATE FULL BATH", + 70 + ], + [ + "Charming, small and cozy", + 150 + ], + [ + "BEAUTIFUL BROWNSTONE STUDIO IN SOUTH HARLEM", + 125 + ], + [ + "Beautiful 1 bedroom Apartment in Midtown East", + 200 + ], + [ + "Cozy Room Minutes To Manhattan. #2", + 55 + ], + [ + "Biggest and Brightest in Brooklyn", + 69 + ], + [ + "Lively SoHo/Quiet St/2 blocks Subway/Fast WiFi", + 215 + ], + [ + "Sunny Spacious King Size Bed", + 235 + ], + [ + "Sunset Park Gem SLR", + 42 + ], + [ + "Gorgeous 2BR Private Entire Floor Buschwick", + 180 + ], + [ + "Spacious Private Room In New York, Manhattan", + 125 + ], + [ + "Bright, Beautiful Brooklyn Brownstone", + 160 + ], + [ + "Luxurious Quiet Apartment in the Heart of Harlem", + 100 + ], + [ + "A huge bedroom in Harlem", + 39 + ], + [ + "Avenue K", + 71 + ], + [ + "Prestige Townhouse 5B 3.5bath East Central Park", + 1475 + ], + [ + "Private room near Central Park", + 100 + ], + [ + "I LOVE NEW YORK in Theater District", + 180 + ], + [ + "Gorgeous private bedroom in Park Slope", + 79 + ], + [ + "Large, Sunny, Cozy Room in the Heart of Bed-Stuy!", + 60 + ], + [ + "ONE STOP TO TIME SQUARE BEAUTIFUL QUIET STUDIO", + 160 + ], + [ + "Charming Room 4 blocks from Empire State Building", + 110 + ], + [ + "Spacious, airy & sunny room in UWS, Manhattan!", + 193 + ], + [ + "Spacious room 3 blocks from M train", + 50 + ], + [ + "Spacious Brooklyn 3BR perfect for families", + 250 + ], + [ + "Prvt entrance room! 1 stop to Mdtwn Manhattan.", + 72 + ], + [ + "Beautiful modern Brooklyn room, 20mins to city", + 50 + ], + [ + "Brooklyn State of Mind - The Artist Loft", + 35 + ], + [ + "Quiet bedroom in sunny Park Slope Brooklyn apt", + 90 + ], + [ + "Gigantic 2 Bed/2 Bath Step to Columbus Circle&Park", + 325 + ], + [ + "Private, sunny studio apartment in Queens", + 79 + ], + [ + "Private room in the middle of NYC! LES/Chinatown", + 180 + ], + [ + "Gorgeous Studio in Greenpoint with City Views", + 129 + ], + [ + "Williamsburg Apartment", + 125 + ], + [ + "Entire private top floor 3 bedroom apartment", + 160 + ], + [ + "Tidy room separate entrance plus paid parking", + 100 + ], + [ + "Huge, Sunny 2 Bedroom Apt. near Prospect Park", + 110 + ], + [ + "Spacious Apt in the LES", + 278 + ], + [ + "Room in Upper East Side!", + 100 + ], + [ + "Greenwich Village 2 bedrooms apartement", + 350 + ], + [ + "Spacious Studio in Hamilton Heights", + 200 + ], + [ + "Private bedroom and bathroom near Prospect Park", + 39 + ], + [ + "Your cozy home away from home.", + 99 + ], + [ + "Spacious Sunlit 1 BR Apartment in Heart of Harlem", + 110 + ], + [ + "Romantic Artist's Townhouse, 1 suite: 2 Bd, 1 Bath", + 250 + ], + [ + "Comfy and Quiet Private Room in Brooklyn", + 199 + ], + [ + "Sunny One-Bedroom Apartment in Brooklyn", + 150 + ], + [ + "Home Away from Home in Central Harlem", + 55 + ], + [ + "Songwriter Santuary - room with private entrance", + 60 + ], + [ + "NYC Hells Kitchen 51St ミッドタウンウエストサイド", + 65 + ], + [ + "Spacious Comfy Queen Sized Bed.", + 45 + ], + [ + "Spacious colorful East Village 2BR", + 150 + ], + [ + "Quiet and cozy", + 50 + ], + [ + "Williamsburg Plant Filled Sunny Apartment :D", + 250 + ], + [ + "Spacious 2-Bedroom Apartment Near Central Park", + 120 + ], + [ + "Spacious Brownstone Apartment", + 54 + ], + [ + "Great 1 BR in the heart of the upper west side", + 150 + ], + [ + "Cozy, private room in Williamsburg, Brooklyn!", + 100 + ], + [ + "Luxury 2 Bedroom Apartment!!", + 130 + ], + [ + "Private room in the perfect location", + 95 + ], + [ + "Cozy Large Private Master bedroom", + 36 + ], + [ + "Clean, Modern Duplex Upper East Side with Patio", + 115 + ], + [ + "Spacious 2 bedrooms Loft in Brooklyn", + 199 + ], + [ + "Gorgeous Renovated 1BR - close to Central Park", + 195 + ], + [ + "LUXURY Times Sq 2bed, with King,Queen & Full", + 350 + ], + [ + "Cozy room in the heart of Bushwick", + 72 + ], + [ + "LOVELY APARTMENT IN BEST LOCATION !", + 145 + ], + [ + "Lovely room with a view.", + 48 + ], + [ + "Private and Comfy Room | Super Close to NYC!", + 35 + ], + [ + "Welcome to brooklyn", + 42 + ], + [ + "Artist Open Concept Loft", + 225 + ], + [ + "Huge 1-bedroom with lofts near Central Park", + 149 + ], + [ + "Sunny Lower East Side bedroom", + 75 + ], + [ + "COZY, QUIET BEDROOM IN INWOOD, \"UPSTATE MANHATTAN\"", + 46 + ], + [ + "Free transfer from JFK airport", + 100 + ], + [ + "☆☆Hell's Kitchen, Central Park, Times Square☆☆", + 130 + ], + [ + "Sunny & Spacious 1 Bedroom in Central Harlem!", + 150 + ], + [ + "Spacious Greenpoint Apt near McGolrick Park!", + 145 + ], + [ + "Comfy, Awesome, Large Apt. in Brownstone", + 95 + ], + [ + "Beautiful and Sunny Private Room in Brooklyn", + 49 + ], + [ + "Luxury 2 BR Apartment, Columbus Circle", + 220 + ], + [ + "Airy and Bright Sanctuary in Brooklyn!", + 200 + ], + [ + "Little Haven in Brooklyn Redeux", + 150 + ], + [ + "Cozy, private bdrm", + 30 + ], + [ + "Maison Macon", + 187 + ], + [ + "Huge private room in historic brownstone", + 85 + ], + [ + "Private Room in Clinton Hill", + 54 + ], + [ + "Beautiful, Two bedroom apartment Brooklyn P.L.G", + 175 + ], + [ + "Spacious private room close St. Barnabas Hospital", + 38 + ], + [ + "Bright, Beautiful Double Room", + 53 + ], + [ + "Luminous Zen Garden Retreat", + 145 + ], + [ + "Brooklyn Modern: Sunny 2BR, Boutique Style", + 173 + ], + [ + "A Special Place for You! Bed-Stuy, Brooklyn", + 150 + ], + [ + "Sunny, Chelsea Studio has queen bed and sleep loft", + 89 + ], + [ + "Sunny 2+ bd. Great for groups. Very kid friendly.", + 200 + ], + [ + "Sunny Studio in Park Slope, Brooklyn", + 120 + ], + [ + "Bright & Airy Private Room near L/JMZ trains", + 54 + ], + [ + "Bright-Friendly-Homey apartment", + 50 + ], + [ + "COZY + STYLISH ROOM FOR YOU IN NYC! (A)", + 45 + ], + [ + "EXTRA LARGE PRIVATE BEDROOM! TRIPLE SIZE CLOSET(B)", + 59 + ], + [ + "Nice 2 bedroom in Upper West / Central Park.", + 149 + ], + [ + "2 bedroom LES", + 142 + ], + [ + "Huge Room, Top Floor Of Brownestone", + 120 + ], + [ + "Private bedroom in Luxury home Bushwick", + 70 + ], + [ + "Sun-soaked, charming Brooklyn home", + 200 + ], + [ + "Huge, One of A Kind, Artsy Loft in Greenpoint", + 299 + ], + [ + "Sun-lit bedroom in Crown Heights", + 80 + ], + [ + "Gem off of Prospect Park", + 60 + ], + [ + "Midtown Sanctuary", + 99 + ], + [ + "Spacious 1 Br - Perfect for Share - Columbia Uni", + 60 + ], + [ + "Private Room 15 Min to Manhattan (Lower East Side)", + 46 + ], + [ + "Brooklyn Paradise", + 60 + ], + [ + "Two Bed Brownstone in the Heart of Brooklyn!", + 175 + ], + [ + "Charming Sunny Oasis - 1 Block From Express Train!", + 75 + ], + [ + "Single room", + 180 + ], + [ + "WaHi Overlook", + 70 + ], + [ + "Best East Village location St Marks 2 bedroom apt.", + 190 + ], + [ + "Airy and Bright Room with Balcony", + 60 + ], + [ + "A Modern and bright room", + 45 + ], + [ + "Bright kitchen studio--events, classes, photos", + 450 + ], + [ + "2 bedroom apartment & private backyard", + 99 + ], + [ + "Location! Location!", + 37 + ], + [ + "The Albany Residence", + 100 + ], + [ + "Entire MASSIVE apt. for 4 ppl 1 Block from Subway", + 197 + ], + [ + "Sunlit cozy room in the heart of Williamsburg!", + 90 + ], + [ + "All New! Vanderbilt Suite", + 188 + ], + [ + "Greenwich Village Apartment", + 110 + ], + [ + "Sunny Brooklyn Limestone", + 175 + ], + [ + "Large Room and Apartment in Upper Manhattan", + 100 + ], + [ + "Wonderful living in 3B/3B Harlem Brownstone Duplex", + 295 + ], + [ + "NEW! Luxury studio WITH SPA shower in Flushing!!!", + 99 + ], + [ + "Comfy Private Room Near Central Park in UWS", + 70 + ], + [ + "Great room for students and tourists", + 55 + ], + [ + "Cozy Room Easy Access To Manhattan - Room #3", + 65 + ], + [ + "Stylish Apartment with beautiful skyline views.", + 99 + ], + [ + "Convenient Downtown Apartment in LES/Chinatown", + 60 + ], + [ + "One bedroom in Kips Bay / Murray Hill area", + 259 + ], + [ + "West 74th Street, Svcd Studio Apartment", + 159 + ], + [ + "Luxury Townhouse", + 300 + ], + [ + "Beautiful 2 bedroom apartment in Park Slope!", + 210 + ], + [ + "Washington Street, Lux Svcd Studio in West Village", + 195 + ], + [ + "Cozy Studio in Gramercy", + 96 + ], + [ + "Cozy Brooklyn Affordable In-Law", + 80 + ], + [ + "Cozy one bed with balcony and pool", + 160 + ], + [ + "Modern & Industrial LIC Accommodations", + 199 + ], + [ + "A Quiet stay in Harlem", + 35 + ], + [ + "Private bedroom in an amazingly located apartment.", + 80 + ], + [ + "Summer Sublet", + 35 + ], + [ + "Great Apartment in the Heart of East Williamsburg", + 55 + ], + [ + "Casa Estrella", + 207 + ], + [ + "Private Cozy Room In Astoria", + 59 + ], + [ + "Large, Sunny Private Room in New Renovated House", + 75 + ], + [ + "private room LONG Term Welcome Safe neighborhood", + 49 + ], + [ + "Brooklyn Beauty!!", + 115 + ], + [ + "Uptown Private Bedroom w/ Pvt Entrance & Full Bath", + 40 + ], + [ + "Clean-N-Comfy Bronx Pad", + 33 + ], + [ + "Room private house. Parking and beach 15 min.", + 199 + ], + [ + "Artsy, bright and cozy 1 BR. 20 min to city.", + 93 + ], + [ + "Delightfully appointed studio in the West Village", + 159 + ], + [ + "Bright, open 1BD in the heart of Nolita", + 150 + ], + [ + "MANHATTAN STYLISH WALL ST STUDIO APT. DISCOUNTED", + 86 + ], + [ + "Artist Loft Space", + 75 + ], + [ + "Clean and cozy private room for your stay in NYC", + 57 + ], + [ + "Super Spacious 2 bedroom apt in Midtown West", + 200 + ], + [ + "Spacious house close to yankee stadium.", + 50 + ], + [ + "Pretty UES Private Room in Railroad Style Apt", + 120 + ], + [ + "The Space", + 100 + ], + [ + "Delightful Brooklyn Studio", + 90 + ], + [ + "Welcoming, Plant-Filled Master BR in Clinton Hill", + 50 + ], + [ + "Entire Pre-War Apartment 1 Minute From Train", + 100 + ], + [ + "Clean, homey, and bright room in Wash. Heights", + 35 + ], + [ + "Modern 1 Bedroom In the Middle of Everything!", + 94 + ], + [ + "Charming 2 bedroom apartment in Brooklyn", + 190 + ], + [ + "Spacious Sun-Drenched bedroom in the East Village!", + 86 + ], + [ + "Fully furnished Studio Apt near Columbus Circle", + 199 + ], + [ + "Clean and Cozy Private Room in Inwood, Manhattan", + 55 + ], + [ + "Sun Drenched Gramercy/East Village!", + 226 + ], + [ + "Dumbo Penthouse Loft with Outdoor Spaces & Views", + 186 + ], + [ + "Cozy East Village Studio", + 170 + ], + [ + "Private Room in Homey Roosevelt Island Apartment", + 100 + ], + [ + "Bright, modern room with a view of NYC skyline", + 90 + ], + [ + "Bright, private room in Bushwick w/ AC", + 50 + ], + [ + "Great Location TimeSquare studio APT", + 119 + ], + [ + "Bright, comfortable 1B studio near everything!", + 110 + ], + [ + "Comfortable One bedroom Harlem Aprt", + 80 + ], + [ + "Private room walking distance from Prospect park", + 64 + ], + [ + "Neat Cozy room attached by PRIVATE FULL BATHROOM", + 47 + ], + [ + "Spring in Bed Stuy", + 100 + ], + [ + "Comfy & Cozy In Brooklyn", + 49 + ], + [ + "Brooklyn Home away from Home", + 100 + ], + [ + "Cozy bedroom off J Train", + 47 + ], + [ + "Beautiful Artist Loft in South Williamsburg", + 150 + ], + [ + "Cozy Corner", + 43 + ], + [ + "The Grand Macon", + 165 + ], + [ + "SUNNY PLACE in Sunnyside", + 70 + ], + [ + "Remodeled 20min train to enter city 5min to subway", + 49 + ], + [ + "BEST ROOF in East Village + Gorgeous Modern Apt", + 199 + ], + [ + "Bright XL room in Hamilton Heights/Sugar Hill", + 90 + ], + [ + "Beautiful Private Room Near Manhattan & JFK", + 60 + ], + [ + "The Justice Tower 1", + 125 + ], + [ + "The Justice Tower 2", + 100 + ], + [ + "Cozy one bedroom apartment in the Lower East Side", + 80 + ], + [ + "Studio in Chelsea", + 200 + ], + [ + "Private and quiet room near Columbia University", + 50 + ], + [ + "Enormous studio in East Harlem", + 185 + ], + [ + "Sunny, Spacious, Private Room Close to Train!", + 37 + ], + [ + "Large & Cozy One-Bedroom Apartment in Queens", + 135 + ], + [ + "Conveniently located private room in Brooklyn", + 50 + ], + [ + "Sunny 1 bedroom in spacious 2 bedroom apt.", + 60 + ], + [ + "Spacious private room in a 3br in Bushwick", + 40 + ], + [ + "Simple bright room for 1-2 people.", + 40 + ], + [ + "Sunny Duplex 2 bdr apt in the heart of Harlem", + 85 + ], + [ + "Sunny Parlor Apt in Flatbush Townhouse (furnished)", + 85 + ], + [ + "Glamorous one bedroom apartment in Brooklyn", + 165 + ], + [ + "Heart of Greenpoint", + 200 + ], + [ + "IT'S SIMPLY CONVENIENT!", + 10 + ], + [ + "Piece of home in the East Village", + 134 + ], + [ + "Shared flat in Bushwick. Bright & close to train.", + 60 + ], + [ + "Beautiful Park-view Home in Flushing NYC", + 400 + ], + [ + "Lofty Living: Private Room", + 124 + ], + [ + "Lovely Clinton Hill Home Away From Home", + 75 + ], + [ + "Sunny Duplex Oasis: 2 Bath+Roof—Williamsburg Loft", + 106 + ], + [ + "Sunny Garden Apt in Historic Park Slope Brownstone", + 190 + ], + [ + "Cozy spacious rooms with natural sunlight", + 80 + ], + [ + "Fully renovated beautifully furnished two bedroom", + 199 + ], + [ + "Spacious 1 BR/1 Bath in Ridgewood", + 60 + ], + [ + "Private Room in Sunny Beautiful Kosher Apartment", + 50 + ], + [ + "Oriental Room in Upper Manhattan near Central Park", + 78 + ], + [ + "Spacious Bohemian Duplex 1BR E Wburg Yard Roof", + 79 + ], + [ + "Private room in a privately own 3 story brownstone", + 75 + ], + [ + "Seaport Water Front Private Studio", + 205 + ], + [ + "convenient location 1 min walk to bus station", + 50 + ], + [ + "Studio Apartment in UWS", + 99 + ], + [ + "Cozy, Light-Filled Room in Brooklyn", + 44 + ], + [ + "Ultra Lux Central Park/ Columbus Circle 2 bedroom", + 615 + ], + [ + "Luxurious, Spacious Loft in Williamsburg", + 260 + ], + [ + "SPACIOUS MANHATTAN TOWNHOUSE 2BR Apt Sleeps 6", + 275 + ], + [ + "Shared room at Lincoln Center", + 75 + ], + [ + "Cozy One Bedroom in a Private House.Safe & Quite.", + 45 + ], + [ + "Charming Bedroom", + 42 + ], + [ + "Adorable Cozy room with lots of light", + 43 + ], + [ + "Lovely 2 bdr apartment Williamsburg w private yard", + 200 + ], + [ + "Sunny Upper East Side Studio", + 79 + ], + [ + "Amazing room w/ private bathroom in hip Bushwick!", + 70 + ], + [ + "CENTRAL PARK WEST BRIGHT AND SPACIOUS", + 139 + ], + [ + "Cosy place in the West Village", + 100 + ], + [ + "Amazing 2-bdrm apartment in Greenpoint with garden", + 137 + ], + [ + "Dreamy, sun-filled South Harlem 1 bed!", + 175 + ], + [ + "Sunny Bedroom in Prospect Park South", + 40 + ], + [ + "Rare Designer-Decorated Loft in Prime Williamsburg", + 300 + ], + [ + "Skylight Suite on Park Block", + 180 + ], + [ + "Beautiful in Brooklyn - Perfect for Groups!", + 180 + ], + [ + "Stunning And Stylishly Furnished Apt In Bushwick", + 149 + ], + [ + "Cozy private room in a two-bedroom apartment", + 58 + ], + [ + "Spacious, sunny, stylish FAMILY 3-bed, 2-bath apt!", + 125 + ], + [ + "Peaceful sunny flat with backyard", + 235 + ], + [ + "Cozy 2 Bed 1 Bath Amazing Location With Balcony", + 206 + ], + [ + "Gone with the Wind", + 199 + ], + [ + "Cozy bedroom in Bed stuy!", + 40 + ], + [ + "Spacious One bedroom in Hip Bushwick Brooklyn", + 120 + ], + [ + "Cozy room in Bayside Queens", + 38 + ], + [ + "Great room across the street from the High bridge", + 100 + ], + [ + "Beautiful Brooklyn Brownstone", + 100 + ], + [ + "Charming Greenwich Village Oasis", + 175 + ], + [ + "Brownstone Parlor in Crown Heights", + 171 + ], + [ + "Room in Bright and Spacious East Village Apartment", + 169 + ], + [ + "Cozy, Quaint and Quiet Private Room", + 60 + ], + [ + "URBAN DWELLING", + 94 + ], + [ + "Large 1 Bedroom in South Brooklyn", + 88 + ], + [ + "Charming safe beautifully furnished", + 65 + ], + [ + "Greenwich Village 1 Bedroom", + 134 + ], + [ + "NYC East village luxury apt featured in Timeout!", + 419 + ], + [ + "Cozy and GREAT Stay in the West Village heart ❤️", + 90 + ], + [ + "Sunny & Spacious 1BR w/Porch, W/D, Huge Kitchen", + 140 + ], + [ + "Upper West Side - Huge 1 Bdrm in a Luxury Bldg", + 198 + ], + [ + "Private room in Astoria close to Manhattan", + 78 + ], + [ + "LORIMER L TRAIN 5 minutes to the city", + 65 + ], + [ + "Midtown East Apt", + 65 + ], + [ + "The Bridge Complex", + 199 + ], + [ + "Private large room in prime Manhattan location", + 99 + ], + [ + "Large room in sunny Prime Williamsburg pad.", + 70 + ], + [ + "Private Room and Backyard in Modern Apartment!", + 75 + ], + [ + "Central Park View 5th Avenue", + 350 + ], + [ + "Airy One Bedroom Apartment in Prime Crown Heights", + 75 + ], + [ + "Central Park north spacious residence", + 199 + ], + [ + "Beautiful Private Bedroom by Prospect Park", + 30 + ], + [ + "Clean and Comfortable Room at Central Park North", + 70 + ], + [ + "Artist Apartment Fort Greene / Clinton Hill", + 120 + ], + [ + "Comfy & Cozy Space in the Upper West Side", + 65 + ], + [ + "Spacious and stylish Soho 1-Bedroom", + 295 + ], + [ + "Excellent one bedroom apt for Bklyn Half runners!", + 135 + ], + [ + "Room in Hell's Kitchen Duplex Apartment", + 67 + ], + [ + "Affordable and Cozy Room", + 40 + ], + [ + "Bohemian Duplex 1BR Pvt BA Lounge E Williamsburg", + 70 + ], + [ + "Sunny bedroom off Prospect Park", + 60 + ], + [ + "\"WELCOME TO BROOKLYN\" PARK SIDE VIEW STUDIO APT", + 109 + ], + [ + "Large, cute and cozy one-bed apartment", + 50 + ], + [ + "Spacious 1 bedroom. Best water pressure in NYC!", + 99 + ], + [ + "Beautiful Luxury Studio, Heart of Theater District", + 105 + ], + [ + "Refreshing Room in the Heart of Bed Stuy, Brooklyn", + 45 + ], + [ + "Affordable, Cozy, Skylit Room in Renovated House", + 70 + ], + [ + "Modern Williamsburg Studio", + 150 + ], + [ + "Amazing Apt. in the heart of Williamsburg!", + 190 + ], + [ + "ENTIRE HOME- UPPER EAST SIDE, NYC", + 150 + ], + [ + "Private room in beautiful home in Crown Heights", + 70 + ], + [ + "SUPER CLEAN.", + 349 + ], + [ + "Sunny & Quiet - Entire 1 bedroom Apartment", + 79 + ], + [ + "Luxury Apartment - Tranquil Sunny Bedroom!", + 70 + ], + [ + "Private bedroom in 2 bed 2 bath UWS", + 150 + ], + [ + "LUXURY 1BR ON EAST 44TH~DOORMAN/LAUNDRY", + 232 + ], + [ + "Brooklyn home", + 47 + ], + [ + "Air Mattress in a Private Room in Bed-Stuy", + 45 + ], + [ + "Entire, Immaculate 1-Bedroom CHELSEA APARTMENT", + 200 + ], + [ + "HOUSE WITH 2 ENTRANCES 15min TO MANHATTAN", + 278 + ], + [ + "Spacious and sunny 2-bedroom apt in Park Slope", + 195 + ], + [ + "\"HELLO BROOKLYN\" PARK SIDE VIEW NEWLY RENO APT.", + 109 + ], + [ + "Large Room in Brooklyn Townhouse, Great Location", + 65 + ], + [ + "Great place for one or two.", + 80 + ], + [ + "Spacious Private Bedroom in Hip Bushwick", + 65 + ], + [ + "Clean, quite, and near a lot of transportation", + 100 + ], + [ + "CHARMING CHELSEA BROWNSTONE STUDIO NEAR HIGHLINE", + 180 + ], + [ + "2BR luxury apt in Midtown East", + 299 + ], + [ + "Cozy room across the street from the high bridge", + 80 + ], + [ + "Cozy Two Bedrooms Home Away From Home Getaway.", + 105 + ], + [ + "Spacious Private 1BR apt,common area in UES/Harlem", + 350 + ], + [ + "Lovely bedroom in Bushwick", + 45 + ], + [ + "3 BDR APT AND ROOFTOP ONE TRAIN STOP TO MANHATAN", + 315 + ], + [ + "Sunny Prime Williamsburg Location with Backyard", + 79 + ], + [ + "Large Luxury Condominium In the Heart of Manhattan", + 90 + ], + [ + "2 bedrooms in luxury duplex", + 215 + ], + [ + "EASY RIDE TO MANHATTAN FROM THIS COMFY ROOM!(C)", + 59 + ], + [ + "Quiet one bedroom in LES, Great location!", + 200 + ], + [ + "Luxury Master Suite - Sunlit, Private floor + bath", + 90 + ], + [ + "The Locals House // Best Location, Nicest Home", + 545 + ], + [ + "Cozy Studio with private entrance", + 33 + ], + [ + "Great apartment ( W48 street )", + 125 + ], + [ + "Cozy 1BR Home in Upper Manhattan w/ Amenities", + 100 + ], + [ + "Apartment w/ 2 bedrooms in the heart of E. Village", + 275 + ], + [ + "Huge sunny bedroom in Bushwick brooklyn!", + 45 + ], + [ + "Sunny 1BR Near Train (Greenpoint/Williamsburg)", + 199 + ], + [ + "Two Whole Floors On the Brooklyn Waterfront", + 150 + ], + [ + "Great Studio ( Midtown West 48th street)", + 125 + ], + [ + "Hudge room Bushwick", + 55 + ], + [ + "Comfy Entire Studio Apartment Near Central Park", + 168 + ], + [ + "Studio in Midtown West ( W48th Street )", + 125 + ], + [ + "One big sunny cozy room with a king and a twin bed", + 150 + ], + [ + "Spacious bedroom in Brooklyn - Great for couples!", + 48 + ], + [ + "Gorgeous Cozy Getaway In Harlem 1 Block From Train", + 85 + ], + [ + "Brooklyn, Williamsburg - Room w/ Private Bathroom", + 80 + ], + [ + "Cozy bedroom in historical home.", + 43 + ], + [ + "Manhattan- sofa bed, private room, no deposit", + 60 + ], + [ + "Beautiful Brooklyn Bedroom", + 60 + ], + [ + "2BR/2BATH Luxury-Sweeping Skylines", + 179 + ], + [ + "Garden-level apartment in historic Cobble Hill", + 156 + ], + [ + "Huge, Sunny Apartment for Backpackers - Park Slope", + 153 + ], + [ + "Cozy Room in Gramercy", + 76 + ], + [ + "Private bedroom, Queenbed on suite bath and closet", + 2000 + ], + [ + "Huge private bedroom", + 55 + ], + [ + "Lovely Room in Brooklyn", + 145 + ], + [ + "Sunny bedroom, cozy townhouse in Buschwick", + 75 + ], + [ + "Private One Bedroom", + 65 + ], + [ + "2b2b apt in a luxury building", + 199 + ], + [ + "Awesome loft with Amazing views", + 150 + ], + [ + "Audrey's Escape", + 60 + ], + [ + "Spacious Private Room by the East River", + 70 + ], + [ + "Beautiful bedroom in Quiet House", + 36 + ], + [ + "Downtown Triplex- Spacey East Village Entire Apt", + 210 + ], + [ + "Cozy room in charming home", + 40 + ], + [ + "Comfortable space in Brooklyn", + 140 + ], + [ + "Welcoming home in the ❤️ of NYC!", + 120 + ], + [ + "Private Bathroom & Communal Cat in Large Sunny Apt", + 95 + ], + [ + "1 BEDROOM apartment in Brooklyn", + 90 + ], + [ + "Modern Townhouse for Photo, Film & Daytime Events", + 2900 + ], + [ + "Local West Village, Manhattan Apartment", + 199 + ], + [ + "UPPER EAST SIDE PRIVATE ROOM!", + 70 + ], + [ + "Sunny 2BR Prime Williamsburg with backyard", + 169 + ], + [ + "Private Sunny Room in Bushwick", + 30 + ], + [ + "Spacious one bedroom appartement - Williamsburg", + 140 + ], + [ + "Spacious apartment in the Lower east side", + 110 + ], + [ + "Ms. Dee Comfort Zone", + 30 + ], + [ + "Sunny & cozy 1BR in the heart of Fort Greene", + 130 + ], + [ + "Cozy Studio Apartment with Spacious Backyard!", + 99 + ], + [ + "NYC. Central Park West. Prime Spot!", + 200 + ], + [ + "Unique Upper East Side apartment with backyard", + 170 + ], + [ + "Spacious bedroom in colorful apartment", + 110 + ], + [ + "Bushwick Studio with Private Porch", + 100 + ], + [ + "Charming Bohemian East Village Apartment", + 133 + ], + [ + "Quiet Private Room in Scenic NYC Neighborhood", + 75 + ], + [ + "Charming Carroll Gardens, Brooklyn Apartment", + 125 + ], + [ + "Brooklyn Dream Home + Private Patio", + 325 + ], + [ + "Huge room in a clean brownstone in Brooklyn.", + 50 + ], + [ + "Fantastic Sunny peaceful room in Riverdale", + 50 + ], + [ + "Beautiful Studio Apartment on the E70th St", + 120 + ], + [ + "Cozy, private room in Morningside Heights", + 50 + ], + [ + "Quaint 1 Bedroom in Historic Home", + 100 + ], + [ + "Cute, spacious room in Crown Heights", + 45 + ], + [ + "Family-friendly Bright Studio in Our Brooklyn Home", + 94 + ], + [ + "Clean Comfy Private Room in Heart of Williamsburg", + 60 + ], + [ + "Adorable room in Astoria - 20 mins to Manhattan!", + 63 + ], + [ + "PRIME WILLIAMSBURG- Spacious 4BR Bohemian Oasis", + 175 + ], + [ + "Sunny & cozzy room in beautiful apartment", + 26 + ], + [ + "A Chic Harlem stay", + 45 + ], + [ + "Upper East Side 1 bedroom near Central park", + 123 + ], + [ + "Beautiful Dupl Brooklyn Apartment w/ a Big Terrace", + 185 + ], + [ + "Cozy Contemporary Couch by Central Park", + 55 + ], + [ + "East Village Studio Apartment", + 133 + ], + [ + "Contemporary Room Close to Columbia & Central Park", + 75 + ], + [ + "Modern Brooklyn brownstone in prime location", + 450 + ], + [ + "Crown Heights Air Bnb/Sublet", + 40 + ], + [ + "Large 1 Bedroom in Astoria/Long Island City!", + 90 + ], + [ + "BEST LOCATION, ONLY 5 MIN TO MANHATAN.", + 400 + ], + [ + "Cozy 1 Bedroom with Queen bed", + 62 + ], + [ + "Union Square Private Sunny Dream Home", + 287 + ], + [ + "Red Flower", + 200 + ], + [ + "A Home Base in Brooklyn", + 58 + ], + [ + "Williamsburg Sanctuary", + 325 + ], + [ + "Beautiful One bedroom in Midtown Manhattan", + 222 + ], + [ + "Luxury Studio Apartment in Downtown Brooklyn", + 130 + ], + [ + "Spacious, sunny room in Upper West Side, Manhattan", + 70 + ], + [ + "Spacious Bedroom in Duplex", + 44 + ], + [ + "Private Room in the Heart of Brooklyn!", + 85 + ], + [ + "Comfy Wall Street Apartment", + 85 + ], + [ + "Private Bedroom in Artist's Apartment", + 52 + ], + [ + "Private Room and Bath in the Lower East Side!", + 60 + ], + [ + "Renovated Modern Home Ideal for a FAMILY!", + 275 + ], + [ + "Spacious Private Room - Newly Renovated Harlem Apt", + 75 + ], + [ + "Loft Studio in Clinton Hill/Bed-Stuy Brooklyn", + 125 + ], + [ + "Carroll Gardens Brooklyn, Sunny and Modern Triplex", + 475 + ], + [ + "Cozy sleeping nook in the heart of Brooklyn!", + 50 + ], + [ + "PRIVATE, QUIET, Clean NY APT. 3mins to JFK Airport", + 80 + ], + [ + "Easy trip to Manhattan! Large Private Garden!", + 200 + ], + [ + "Bushwick Chef's house", + 70 + ], + [ + "Private room in Harlem-Sublet or short term stay", + 52 + ], + [ + "Beautiful apt w/terrace Bushwick. 1block frm train", + 150 + ], + [ + "Bed-Stuy Artists Retreat", + 63 + ], + [ + "Entire Apt – 2 BR/1 BA – beautiful, block from L/M", + 100 + ], + [ + "Med. sized bdrm in Historical house on Staten Isl.", + 50 + ], + [ + "Huge Private Room in New York 10minute to Midtown", + 69 + ], + [ + "Sunny Art + Plant Brownstone Apartment", + 116 + ], + [ + "Private Room with Skyline View. Near LGA airport", + 44 + ], + [ + "Spacious yet Cozy Room in Manhattan", + 60 + ], + [ + "Midtown West", + 180 + ], + [ + "Charming East Village One Bedroom", + 95 + ], + [ + "Private Room in beautiful UWS - Great Location!", + 70 + ], + [ + "Lux apt", + 275 + ], + [ + "Modern Sunny Midtown Gem", + 195 + ], + [ + "Large Place bushwick with furniture", + 45 + ], + [ + "Private Room & Entrance, Two Blocks from Times Sq!", + 135 + ], + [ + "1 bedroom apartment in Morningside Heights!", + 145 + ], + [ + "Penthouse studio @ Manhathan", + 160 + ], + [ + "Spacious & Charming Apartment in Bedstuy", + 98 + ], + [ + "Private, artsy room steps from Prospect Park!!", + 80 + ], + [ + "Spacious studio in midtown Manhattan", + 150 + ], + [ + "PEACE AND TRANQUILITY", + 60 + ], + [ + "Amazing duplex with garden", + 430 + ], + [ + "Cozy Studio in the Heart of the East Village", + 128 + ], + [ + "A quite full-size bed living room at upper west", + 55 + ], + [ + "Modest Room in a Quiet Brooklyn Home", + 60 + ], + [ + "Large bright friendly bedroom apartment", + 89 + ], + [ + "\"Chill\" Private 1BR Close to A,C,B,D,2,3", + 60 + ], + [ + "Private sun-filled 1-bedroom apt with own backyard", + 145 + ], + [ + "Sunny Brooklyn Studio: 25 min to central Manhattan", + 97 + ], + [ + "Spacious 2bed private rm close St.BarnabasHospital", + 45 + ], + [ + "Private Spacious Bedroom in Upper Manhattan", + 50 + ], + [ + "PRIME LOCATION/SUNLIT ROOM", + 110 + ], + [ + "Spacious and sunny room in Williamsburg", + 65 + ], + [ + "Luxury Apt in Williamsburg + Huge private terrace", + 175 + ], + [ + "Beautiful NYC bedroom and neighborhood!", + 80 + ], + [ + "MODERN 3 BEDROOM APT IN THE HEART OF BROOKLYN", + 325 + ], + [ + "Amazing loft with a great view", + 126 + ], + [ + "Quiet private room in Manhattan Lower east side", + 104 + ], + [ + "1BR in the Heart of Williamsburg", + 150 + ], + [ + "Unfurnished 2 bedrooms for rent at the end of May!", + 85 + ], + [ + "Crown Heights Haven", + 45 + ], + [ + "Clean and large bedroom in a private house", + 60 + ], + [ + "Great, light filled room with ensuite private bath", + 120 + ], + [ + "Large Private Suite in Classic Brooklyn Brownstone", + 200 + ], + [ + "East 12th st, Lux Studio in Greenwich Village**", + 235 + ], + [ + "Times Square studio", + 180 + ], + [ + "Great 2 bedroom suite in Bed Stuy", + 160 + ], + [ + "Private Budget Room For Awesome Guests. #1", + 42 + ], + [ + "BEAUTIFUL 1 BEDROOM IN W 48 STREET", + 135 + ], + [ + "Sunny 2-bedroom in classic Brooklyn brownstone", + 175 + ], + [ + "West Soho Apartment, One Bedroom", + 164 + ], + [ + "Beautiful Brooklyn Vacation Rental", + 147 + ], + [ + "Beautiful, Spacious, Luxury Fort Greene Apartment", + 120 + ], + [ + "Beautiful, rustic 1BD in HEART of Willlamsburg!", + 88 + ], + [ + "Charming 2brs w/ private garden in Carroll Gardens", + 120 + ], + [ + "Lower Manhattan room - best part of town", + 63 + ], + [ + "Modern high ceiling loft", + 114 + ], + [ + "Private Bedroom in Manhattan", + 110 + ], + [ + "Big room in Queens, close to all...皇后区大房, 近超市、地铁", + 60 + ], + [ + "One bedroom in two bedroom", + 55 + ], + [ + "Townhouse Garden Apartment - Park Block", + 165 + ], + [ + "Midtown Convenience and Modern Comfort", + 105 + ], + [ + "AMAZING HOUSE 3 Bedrooms 3 Bathrooms.", + 150 + ], + [ + "Spacious NYC Apartment with a View", + 75 + ], + [ + "Grdn 2BD Sleeps 7 Pvt. Bath Near train⭐Mins to NYC", + 150 + ], + [ + "Bronx Wakefield Large Furnished Room", + 60 + ], + [ + "Unique Brooklyn Studio", + 90 + ], + [ + "Home home sweet home", + 55 + ], + [ + "Prime Astoria Apartment, Beautiful and Convenient", + 150 + ], + [ + "Charming Room in Sunlit 3BD Apt", + 41 + ], + [ + "FINANCIAL NEAR WORLD TRADE CENTER", + 115 + ], + [ + "Spacious Bushwick Studio", + 100 + ], + [ + "Huge Williamsburg Loft (true loft!)", + 155 + ], + [ + "Private Bedroom in Trendy Williamsburg Loft", + 52 + ], + [ + "Cosy bedroom in prime Williamsburg", + 80 + ], + [ + "Studio in Upper East Side", + 75 + ], + [ + "Bright and cozy room 20 min away from Manhattan", + 150 + ], + [ + "Upper WestSide Manhattan Comfort 3", + 40 + ], + [ + "The Omaric", + 95 + ], + [ + "Large Private Bedroom in Cool Williamsburg Apt.", + 50 + ], + [ + "Large Industrial Loft In Bushwick", + 158 + ], + [ + "1BR in lovely Williamsburg apartment", + 60 + ], + [ + "Easy, Comfortable and Convenient!", + 50 + ], + [ + "Nice space in Norwood, NYC", + 65 + ], + [ + "Room in sunny, relaxing apartment in Ft. George", + 44 + ], + [ + "Furnished room available until June 4th", + 30 + ], + [ + "Charming 1 Bedroom Apartment in Bushwick, Brooklyn", + 184 + ], + [ + "Jupiter House", + 175 + ], + [ + "Bright and Tranquil Apartment", + 300 + ], + [ + "Garden Apartment of Eden", + 99 + ], + [ + "Lexington Av. Zen Garden Apartment", + 137 + ], + [ + "Minutes from JFK airport and famous mall", + 49 + ], + [ + "Super Spacious and Sunny Top-Floor 1BR in Brooklyn", + 75 + ], + [ + "Private, cute, and cozy studio close to the subway", + 39 + ], + [ + "Artists studio", + 59 + ], + [ + "Brooklyn Garden Apartment", + 229 + ], + [ + "Brownstone in Clinton Hill Brooklyn", + 825 + ], + [ + "Huge room with private bathroom in East Harlem!", + 125 + ], + [ + "Comfy Private Bedroom", + 39 + ], + [ + "Cozy Studio Apartment in Harlem/ Manhattan area", + 130 + ], + [ + "Private Studio-like room on the Upper West Side.", + 500 + ], + [ + "Large bright artistic apartment", + 80 + ], + [ + "One Bedroom-One Bathroom in Greenpoint, Brooklyn.", + 125 + ], + [ + "Moore St. Bushwick Loft", + 185 + ], + [ + "RIVER VIEWS- EAST 52ND LUXURY 1 BR APARTMENT", + 225 + ], + [ + "Private bedroom in large sunny 3 BR/2BA", + 90 + ], + [ + "Beautiful studio in midtown Manhattan", + 150 + ], + [ + "Nicely Appointed Studio with Alcove for Bed", + 120 + ], + [ + "Huge Brooklyn Brownstone Living, Close to it all.", + 0 + ], + [ + "Room with Unbeatable Manhattan Skyline View", + 65 + ], + [ + "Park, Subway & All Conveniences", + 225 + ], + [ + "Private room with private bathroom", + 100 + ], + [ + "The Regal Crash Suite", + 195 + ], + [ + "Large King size bed private entrance 5 mins to NYC", + 69 + ], + [ + "Private Room 2 Blocks From Central Park / UWS", + 75 + ], + [ + "Beautiful Brooklyn Apartment! Newly Renovated!", + 150 + ], + [ + "Nice and fully furnished room in Staten Island", + 40 + ], + [ + "Cute studio in perfect location near Union Square", + 200 + ], + [ + "Luxury 1 Bed Apt- Central Park View", + 260 + ], + [ + "Sunlit Room w/ private bath @ Upper West Manhattan", + 60 + ], + [ + "Genie's Lamp Garden Apartment", + 150 + ], + [ + "Large studio-Luxury Building Times Square", + 254 + ], + [ + "Cozy East Village Room", + 58 + ], + [ + "Luxe Penthouse with Terrace/Upper West Side", + 295 + ], + [ + "Cozy Room in Newly Redone Place 35 min to Times Sq", + 45 + ], + [ + "Nicer than average - on best block in Wash.Heights", + 50 + ], + [ + "Two bedroom apartment for rent in Brooklyn", + 80 + ], + [ + "Spacious and Sunny Private Bedroom in Dumbo", + 80 + ], + [ + "HUGE Studio up to 4 people 15 min to Manhattan.", + 88 + ], + [ + "Furnished Studio in Midtown Manhattan", + 150 + ], + [ + "Clean, Spacious Room on Upper West Side", + 70 + ], + [ + "Spacious, sunny bedroom in Williamsburg/Greenpoint", + 98 + ], + [ + "Beautiful Williamsburg Loft", + 250 + ], + [ + "LARGE 3 BEDROOMS UP 9 People 15 MIN TO MANHATTAN", + 238 + ], + [ + "4 twin bunkbeds, 5 minutes to JFK", + 100 + ], + [ + "Clean Cozy & Comfy Apartment In NYC!", + 265 + ], + [ + "FURNISHED * ONE BED * DOORMAN * LUXURY * GYM *", + 399 + ], + [ + "East Williamsburg/Bushwick Loft", + 55 + ], + [ + "Luminous studio in Union Square", + 160 + ], + [ + "Williamsburg Family townhouse", + 350 + ], + [ + "Modern Bright Bedroom 30 seconds to Subway!", + 100 + ], + [ + "STUDIO ON WEST 56TH COLUMBUS CIRCLE~DOORMAN", + 184 + ], + [ + "SUTTON PLACE 1BR WITH VIEWS~EAST 57TH", + 315 + ], + [ + "Oversized sun drenched loft in trendy Williamsburg", + 250 + ], + [ + "Giant bedroom in Carroll Gardens, Brooklyn", + 77 + ], + [ + "12 Min to Manhattan! Spacious APT in Brooklyn", + 180 + ], + [ + "Fabulous studio in midtown Manhattan", + 150 + ], + [ + "Sun-drenched Apt in 1820's Style Home", + 150 + ], + [ + "Whole apartment in Williamsburg 1 block to train", + 165 + ], + [ + "Peace in Brooklyn", + 125 + ], + [ + "Large 1 bed w/big kitchen & exposed brick", + 150 + ], + [ + "Private Room in Beating Heart of NYC Art Scene", + 51 + ], + [ + "Small but cozy room near Park and Subway", + 53 + ], + [ + "Quiet and Clean Room in Downtown Manhattan", + 95 + ], + [ + "Clean and Comfortable Room near Columbia", + 69 + ], + [ + "Gorgeous studio in midtown Manhattan", + 195 + ], + [ + "Cozy Home, Great Location", + 125 + ], + [ + "Beautiful 1 Bed near Washington Square Park!!", + 299 + ], + [ + "Quiet & sunny bedroom in central Williamsburg", + 146 + ], + [ + "Brooklyn Room Close to Manhattan", + 55 + ], + [ + "1st Floor Williamsburg Brownstone With Yard !", + 50 + ], + [ + "HUGE ROOM -- BEST PRICE", + 65 + ], + [ + "Chic 1 Bedroom Apartment in Coveted West Village", + 165 + ], + [ + "Gorgeous Renovated Bedroom in Bushwick!", + 41 + ], + [ + "Ground Floor Studio", + 70 + ], + [ + "Large Private Room in Heart of Diversity.", + 55 + ], + [ + "Brooklyn room with a view", + 55 + ], + [ + "Luxury Studio, Large Private Terrace near Times Sq", + 250 + ], + [ + "Clean, Spacious Bedroom In the Heart of Harlem.", + 73 + ], + [ + "Once Upon Avant-garde Bushwick", + 63 + ], + [ + "One COSO private room in 108th", + 50 + ], + [ + "Downtown Flushing Penthouse with a Stunning View", + 183 + ], + [ + "One Bedroom with Workspace in a great location", + 91 + ], + [ + "Seaside Nest\n#SeasideNestNYC", + 250 + ], + [ + "Chill Private Room in Crown Heights, Brooklyn", + 55 + ], + [ + "Lovely apartment in Brooklyn", + 85 + ], + [ + "1BR: Int'l apt near Mt Sinai, Columbia, Cent Pk.", + 50 + ], + [ + "Sunny duplex w/outdoor space & easy train access", + 150 + ], + [ + "The Treehouse Loft | Featured in Apartment Therapy", + 305 + ], + [ + "nice /clean env.10 mins from JFK with free parking", + 80 + ], + [ + "Luxurious studio near NYU Hospital", + 150 + ], + [ + "A Guest Room in a Bushwick Artist/Musician's Loft", + 64 + ], + [ + "Midtown Luxury Living room close to Highline", + 68 + ], + [ + "★Comfy Bedroom in Convenient, awesome location!★", + 31 + ], + [ + "1 BR Greenpoint Abode", + 125 + ], + [ + "Extra-Large 1 bedroom in Sutton Place", + 275 + ], + [ + "Splendid studio in midtown Manhattan", + 150 + ], + [ + "Amazing apt at Financial District Manhattan", + 70 + ], + [ + "2 Rooms+Private Bath in Large Colonial House", + 90 + ], + [ + "PRIME LOCATION/SUNLIT ROOM 2", + 130 + ], + [ + "Stylish Park Slope loft", + 390 + ], + [ + "One bed Doorman Building Close to Park", + 160 + ], + [ + "Manhattan Luxury High-Rise Apt w/ Unbeatable Views", + 275 + ], + [ + "Bright room in hip bushwick location!", + 43 + ], + [ + "Gorgeous 1 Bedroom Apartment", + 119 + ], + [ + "Sunny, private room !Sheepshead Bay Area.", + 50 + ], + [ + "Newly renovated apartment for the travelers", + 115 + ], + [ + "Beautiful sunny bushwick loft", + 73 + ], + [ + "Room in 5 bedroom house with a backyard!", + 85 + ], + [ + "Heights III", + 89 + ], + [ + "Manhattan Central Location Clean Big ENTIRE Studio", + 75 + ], + [ + "Amazing Apt step away from the Time Square/72C", + 160 + ], + [ + "Private Studio Apartment, Staten Island, NYC", + 49 + ], + [ + "Quiet, Cozy UES Studio Near the Subway", + 10 + ], + [ + "Modern Comfort", + 55 + ], + [ + "Spacious Ocean-Side Studio in\nBrooklyn w/Parking", + 119 + ], + [ + "Bright, Modern Apt with Hi Speed Wifi! #10222", + 85 + ], + [ + "*Luxury 1 Bedrm Private Designer Home & Roofdeck*", + 350 + ], + [ + "Private bedroom in West Soho/West Village", + 76 + ], + [ + "Beautiful Seaview apt. Gated community. Near JFK.", + 46 + ], + [ + "Master Bedroom-private bath&terrace -Williamsburg", + 95 + ], + [ + "Quiet, 2-Bedroom Haven in hip Crown Heights", + 79 + ], + [ + "Prime Williamsburg Modern Charm, steps to park", + 350 + ], + [ + "Light & Cozy SoHo Hacienda", + 205 + ], + [ + "Private Room with Private Bath Upper East Side", + 190 + ], + [ + "Sunny apartment in Clinton Hill", + 120 + ], + [ + "Luxury Apt Financial Dist. steps from Wall Street", + 135 + ], + [ + "HuGe 8 Bed's / 2 Full Bath's + PRiVaTe BALCONY!!", + 111 + ], + [ + "Kosher Midwood/Flatbush Apartment", + 85 + ], + [ + "1st Floor Suite with AC, private entry, and bath", + 80 + ], + [ + "Zen Private Rm with roof access in Upper Manhattan", + 49 + ], + [ + "Bedroom in a Cozy Apartment", + 51 + ], + [ + "Chelsea Studio (King bed + convertible full sofa)", + 149 + ], + [ + "Large & sunny bedroom in heart of Williamsburg!", + 55 + ], + [ + "2 bed home in Upper West-4 people fit!", + 270 + ], + [ + "Clean, spacious and comfortable room at Bronx", + 49 + ], + [ + "Comfy Single Bedroom-Large East Village Apartment", + 75 + ], + [ + "Beautiful Room in Historic Hamilton Heights", + 55 + ], + [ + "THE PERFECT QUIET ATMOSPHERE WHEN HOME", + 70 + ], + [ + "B1Cozy Room in Long Island City Great Location.", + 54 + ], + [ + "Cozy private bedroom", + 55 + ], + [ + "SOHO/NOLITA GEM (NYC's BEST LOCATION)", + 142 + ], + [ + "Flushing Haven (B)", + 50 + ], + [ + "Close by La Guardia airport", + 50 + ], + [ + "Immaculate and beautiful 2 BDR private apartment", + 109 + ], + [ + "Private Small Bedroom in Hell's Kitchen", + 100 + ], + [ + "Private bedroom in a quiet and safe neighborhood", + 40 + ], + [ + "Cozy 1BR with private bathroom. Near everything!", + 100 + ], + [ + "Sweet Home Away from Home - 1 Bedroom Apt", + 99 + ], + [ + "Private Entrance Astoria Five min walk to subway", + 125 + ], + [ + "Bed Stuy Private Room - Hip Brooklyn Neighborhood", + 75 + ], + [ + "Carroll Gardens Modern Sunny Loft", + 350 + ], + [ + "Studio apartment close to Central Park", + 250 + ], + [ + "CHARMING STUDIO HALF BLOCK TO CENTRAL PARK UWS", + 79 + ], + [ + "Beautiful Bright bedroom with private bathroom", + 90 + ], + [ + "Cozy room in the heart of LES!", + 80 + ], + [ + "Room in Ditmas Park Brooklyn", + 29 + ], + [ + "Spacious and Beautiful 1 Bedroom Astoria, New York", + 85 + ], + [ + "Exquisite Single Bedroom in Shared Apartment C9", + 55 + ], + [ + "Sunny 1 Bedroom Apt, Lower East Side, Manhattan", + 150 + ], + [ + "Best of Brooklyn - Williamsburg 2 Bed/2 Bath Apt", + 250 + ], + [ + "The Peace Pad- 1 bedroom Full Bed", + 50 + ], + [ + "Traveler's Cabin", + 60 + ], + [ + "Spacious room near the Midtown-close to everything", + 60 + ], + [ + "Elegant Studio in a great cottage", + 75 + ], + [ + "Lovely one bedroom suite in midtown manhattan", + 175 + ], + [ + "Sunny cozy Bedstuy Room, 25 min from Manhattan", + 33 + ], + [ + "Furnished one bedroom in midtown Manhattan", + 175 + ], + [ + "Lovely Caroll Garden 3BRs with large private deck", + 119 + ], + [ + "Stunning 2 Bedroom Apartment", + 148 + ], + [ + "Uber Zen Clean Modern Apartment in E-Williamsburg", + 77 + ], + [ + "Great spot!Super convinient location and cozy Home", + 118 + ], + [ + "Cozy Bedroom in the heart of Manhattan", + 350 + ], + [ + "Luxurious and Convenient 1 bedroom on the UWS", + 170 + ], + [ + "Private Bedroom in Lovely Astoria Home", + 60 + ], + [ + "Private House Near Bay and Coney Island Park", + 105 + ], + [ + "One bedroom with private roof deck", + 100 + ], + [ + "Cozy Guestroom ", + 50 + ], + [ + "Hip yet chic *private room*\n10 minutes to city", + 65 + ], + [ + "Dreamy Leafy Tranquility for families + new SUV!", + 245 + ], + [ + "Great location, spacious room, close to train!", + 80 + ], + [ + "Time Square private studio", + 155 + ], + [ + "One bedroom, spacious in 3 bedrooms 2 baths", + 40 + ], + [ + "1 bedroom in 4 BR 1 bath Apt females only", + 50 + ], + [ + "Quiet Bedroom in prime Park Slope!", + 40 + ], + [ + "Bright West Village Private Studio", + 254 + ], + [ + "Beautiful cozy spacious Room near Park", + 80 + ], + [ + "Updated: renovated 3 bedroom apt in Brooklyn.", + 299 + ], + [ + "Private room#3 starting at $67 a night per person.", + 67 + ], + [ + "Private Upper East Side Room Great Location!", + 110 + ], + [ + "Chelsea Studio", + 150 + ], + [ + "Master Bedroom w/ TV, AC, King Sized Bed", + 75 + ], + [ + "Bright, Beautiful & Welcoming in Williamsburg", + 80 + ], + [ + "Spacious, Family-Friendly Cobble Hill townhouse", + 800 + ], + [ + "Practical & Affordable Flat on Subway to Manhattan", + 48 + ], + [ + "Private Room in 2Br Apt", + 52 + ], + [ + "Lovely Upper East Side Studio! Close to stuff", + 200 + ], + [ + "Cheap cozy room lovely area airport and mall 10min", + 37 + ], + [ + "Luxurious 1/1.5 (sleeps 4!) in Battery Park!", + 200 + ], + [ + "PRIVATE BATHROOM AND KITCHEN AREA", + 45 + ], + [ + "Luxury Coliving Space in Modern Loft", + 119 + ], + [ + "法拉盛中心公寓楼高层", + 60 + ], + [ + "Modern & Industrial LIC Accomodations", + 259 + ], + [ + "Doll private room", + 55 + ], + [ + "BK's Finest Jack&Jill ShareRoom Close to Train/Bus", + 25 + ], + [ + "Amazing private room in a 2 Bed/1Bath apartment!", + 90 + ], + [ + "3Beds/Kitchen/wifi/US Open唐人街电梯公寓/厨卫/网快/美网赛事", + 98 + ], + [ + "1-BR en-suite in prestige Brownstone home", + 149 + ], + [ + "Midtown Manhattan at 45th Street", + 515 + ], + [ + "2 Bedroom Garden Level Apartment", + 137 + ], + [ + "Beautiful/Cozy 2BR Apartment", + 70 + ], + [ + "Master bedroom in a two bedroom apartment.", + 60 + ], + [ + "Spacious Studio steps from Central Park", + 200 + ], + [ + "Renovated 20min train to enter city 5min to subway", + 50 + ], + [ + "Big, bright room in bushwick in 3BR", + 45 + ], + [ + "Large private studio: Midtown West/Hell’s Kitchen", + 125 + ], + [ + "Cute, Cozy & Clean!", + 45 + ], + [ + "Bushwick loft", + 45 + ], + [ + "Spacious 2 Bd Apartment in Central Park North", + 112 + ], + [ + "Beautiful Room in the Heart of Astoria with view", + 55 + ], + [ + "Affordable, UES, Studio near Central Park", + 105 + ], + [ + "Quiet 1-Bedroom in Greenwich Village", + 175 + ], + [ + "BROWNSTONE BUILDING IN CLINTON HILLS", + 65 + ], + [ + "A spacious, private room flooded with light!", + 96 + ], + [ + "Renovated 1BR - A Different Side of Manhattan", + 78 + ], + [ + "MASTER SUITE in 3 Story Loft in an old BK Church", + 120 + ], + [ + "Light Filled Private Room", + 49 + ], + [ + "Private Oasis (A)", + 66 + ], + [ + "IDEALLY LOCATED COZY COTTAGE", + 95 + ], + [ + "Bright and Sunny Brooklyn Sanctuary", + 43 + ], + [ + "Sunny, clean & friendly Williamsburg room", + 70 + ], + [ + "Large Park Slope Home with Private Garden", + 265 + ], + [ + "Brooklyn Precious Gem", + 44 + ], + [ + "Sunny Bedroom in the Heart of Bushwick!!!", + 35 + ], + [ + "Dynamic Solitude", + 55 + ], + [ + "Sunny Modern Bedroom 30 seconds from Subway!", + 100 + ], + [ + "Roomy! Clean! 2 Bedroom in Bensonhurst- Sleeps 9", + 123 + ], + [ + "Harlem Home Away from Home!", + 100 + ], + [ + "Spectacular pool 2 Bed 1 Bath Huge terrace", + 200 + ], + [ + "Private Budget Room for Awesome Guests #2", + 50 + ], + [ + "Peaceful cozy place in the middle of the crowds.", + 75 + ], + [ + "Oasis in Stuyvesant Heights, Brooklyn", + 225 + ], + [ + "Cozy Bohemian chic apt in Bed-stuy", + 51 + ], + [ + "Sunset & Chill: Master BR Sunset Park brownstone", + 45 + ], + [ + "Charming Brooklyn Townhouse Close to Subways", + 125 + ], + [ + "Private bedroom - Next to Subway & Central Park", + 88 + ], + [ + "**Cozy Space - Private Access**", + 70 + ], + [ + "Room in Apt near Central Park & Columbia", + 55 + ], + [ + "Completed New studio @ Luxury apartment", + 104 + ], + [ + "△PENN STATION ,Private room with Full kitchen△", + 90 + ], + [ + "JFK 10 & LGA 15 MINUTES AC BEDROOM ATTCH BATHROOM", + 59 + ], + [ + "A Place of Comfort", + 55 + ], + [ + "Cozy Paradise", + 175 + ], + [ + "Magnificent Lakeview Home on Kissena Park in NYC", + 1500 + ], + [ + "Entire space !!! Yours alone! New building", + 199 + ], + [ + "Lovely and quiet studio in Bushwick", + 150 + ], + [ + "Studio apartment near Columbus Circle/Central Park", + 145 + ], + [ + "Extreme Luxury Apt @ Times Sq w amazing river view", + 220 + ], + [ + "Park Slope 2 bedroom garden apartment", + 105 + ], + [ + "Spacious 2 Room Duplex with Epic Yard - Sleeps 6", + 185 + ], + [ + "1 bedroom in Bushwick , Brooklyn", + 45 + ], + [ + "Huge private bedroom in the heart of Manhattan", + 115 + ], + [ + "Beautiful Bay Ridge room", + 90 + ], + [ + "Peaceful Garden Oasis in Heart of Park Slope", + 200 + ], + [ + "Sunny 2 bedroom apartment on Upper East Side", + 160 + ], + [ + "Small cute bedroom in Astoria, Queens/LIC", + 35 + ], + [ + "Beautiful Brooklyn Brownstone", + 200 + ], + [ + "Upper East Side Oversized Studio", + 129 + ], + [ + "MODERN GARDEN 1BR IN NEWLY RENOVATED TOWNHOUSE", + 1067 + ], + [ + "Clean and Simple 1-Bedroom, Steps from University", + 120 + ], + [ + "Sunny One Bedroom off the Park", + 105 + ], + [ + "Workspace Room 2", + 36 + ], + [ + "Big and Comfy in Crown Heights, Brooklyn", + 100 + ], + [ + "Luxe Loft Apartment-10 minutes from Manhattan!", + 74 + ], + [ + "Spacious Studio - Near Park & MTASubway", + 68 + ], + [ + "Entire One Bedroom Apt-Great Location In Manhattan", + 122 + ], + [ + "1 bedroom UWS", + 200 + ], + [ + "Tranquility", + 85 + ], + [ + "Delightful LIC Brownstone", + 71 + ], + [ + "GIANT BUSHWICK ROOM - PRIVATE ACCESS - SHARED APT", + 50 + ], + [ + "Grand Central. Clean, Quiet & Elevator. \nPark Ave.", + 138 + ], + [ + "Private Room, Modern Finishes - AC and Backyard!", + 39 + ], + [ + "In the Heart of Manhattan New York", + 158 + ], + [ + "Room with a view", + 195 + ], + [ + "Spacious Room in the heart of Bushwick", + 80 + ], + [ + "Very comfy and only minutes to JFK and famous mall", + 38 + ], + [ + "Artist studio in the heart of Bushwick", + 134 + ], + [ + "Studio apt in Midtown East steps to UN", + 70 + ], + [ + "Bushwick Cozy Room", + 50 + ], + [ + "Modern Oasis bedroom in East Williamsburg", + 60 + ], + [ + "Sunny Bedroom Steps to Subway & Central Park", + 79 + ], + [ + "3 Bedroom Prewar Park Slope Apt - great 4 families", + 150 + ], + [ + "Quiet and hip Astoria house (15 min. to Manhattan)", + 50 + ], + [ + "sunny room, 2 mins to subway & 15mins to Manhattan", + 46 + ], + [ + "A very cozy apartment in Williamsburg.", + 65 + ], + [ + "Simple and clean bedroom with good view and light", + 51 + ], + [ + "Spacious studio in the West Village, NYC", + 176 + ], + [ + "Large Clean Safe Private Bedroom by Lehman College", + 60 + ], + [ + "BROOKLYN NOOK\nYour home away from home", + 95 + ], + [ + "Peaceful home to come on Budget.", + 60 + ], + [ + "Brooklyn house - steps to Prospect Park", + 350 + ], + [ + "Boerum Hill Beauty", + 125 + ], + [ + "Charming Nolita Apartment", + 170 + ], + [ + "Private room in amazing location! (rooftop access)", + 350 + ], + [ + "ROOM 10", + 40 + ], + [ + "Brooklyn Spacious Hip + Cosy Room in 2 bedroom", + 42 + ], + [ + "Home &Garden: lots local+fast 2 Manhattan/Brooklyn", + 103 + ], + [ + "Gorgeous Comfy Apartment", + 165 + ], + [ + "Quiet Room With a View in South Slope", + 128 + ], + [ + "Rockaway Chic Houseboat Escape, Serene & Airy!", + 250 + ], + [ + "Thee Bohemian BNB Astoria", + 60 + ], + [ + "Ideal Williamsburg Apartment", + 109 + ], + [ + "Modern 1BD Condo in Upper Eastside", + 465 + ], + [ + "Midtown NY", + 100 + ], + [ + "Sunny big bedroom in lively Brooklyn neighborhood", + 40 + ], + [ + "Comfy Bedroom in Park Slope", + 45 + ], + [ + "Modern room in Prospect Heights", + 85 + ], + [ + "Cozy Getaway", + 85 + ], + [ + "Brooklyn 3 BDR Townhouse: style, comfort, location", + 225 + ], + [ + "Heart of Brooklyn", + 65 + ], + [ + "Sunny and spacious room in East Williamsburg!", + 55 + ], + [ + "Greenpoint Room", + 59 + ], + [ + "Park Slope garden oasis", + 225 + ], + [ + "Modern 1 bedroom in Boerum Hill", + 200 + ], + [ + "World Pride dream stay", + 200 + ], + [ + "Spacious private room with private bathroom", + 55 + ], + [ + "Super Chill Studio", + 180 + ], + [ + "SPRING FORWARD GREENPOINT STUDIO W/YARD", + 115 + ], + [ + "Massive Sun-Filled Loft in Prime Williamsburg", + 185 + ], + [ + "Bushwick Beaut Available", + 50 + ], + [ + "Jul 16 - Aug 4 16 1-bed close to Madison Sq. Park", + 218 + ], + [ + "Waterfront studio apartment 1 stop to Manhattan!", + 99 + ], + [ + "Amazing Bright Room With Separate Bathroom", + 70 + ], + [ + "COZY GEM", + 99 + ], + [ + "East Village Bedroom for Rent", + 100 + ], + [ + "cool three bedroom on 111th street", + 150 + ], + [ + "Geometric Getaway", + 35 + ], + [ + "Private Room in Sunny Williamsburg location", + 75 + ], + [ + "Hamptons-esque Brooklyn Condo", + 250 + ], + [ + "Sunny Spacious 2 bedroom condo", + 78 + ], + [ + "Parks, Marina and New York skyline in one place.", + 250 + ], + [ + "Central Manhattan Apt", + 117 + ], + [ + "Large Private 1 Bedroom Apt in Hell's Kitchen Area", + 179 + ], + [ + "4 Bed 3.5 Bath in Manhattan", + 1599 + ], + [ + "Comfy Queen Size Bed Near Prospect Park!", + 49 + ], + [ + "Private Cabin in New-York City (Chelsea Dictrict)", + 85 + ], + [ + "Private Room in Lower East Side Apartment", + 80 + ], + [ + "Spacious, Quiet, Cozy Art-Filled Chelsea Apartment", + 350 + ], + [ + "Furnished Studio on Upper East Side", + 100 + ], + [ + "Entire apartment 2 beds/2baths with Rooftop !", + 125 + ], + [ + "King size room in foodie heaven!", + 65 + ], + [ + "Large private room in a nice apartment", + 80 + ], + [ + "2bed Williamsburg Loft w Roof Access + City Views", + 220 + ], + [ + "Great and Cozy 2 BR in Glendale ,Queens NY", + 100 + ], + [ + "spacious 2 beds in the LES w garden", + 300 + ], + [ + "Private bedroom with balcony in Williamsburg", + 40 + ], + [ + "2 bedroom family luxury modern", + 389 + ], + [ + "Perfect Williamsburg room!", + 45 + ], + [ + "Nice apartment near Lincoln Center", + 90 + ], + [ + "HUGE ROOM WITH PRIVATE KITCHEN- Manhattan -", + 60 + ], + [ + "One bedroom", + 49 + ], + [ + "Simple and clean bedroom with good view & light 2", + 51 + ], + [ + "The Diamond Room", + 125 + ], + [ + "Elegant Guest Room A", + 52 + ], + [ + "Beautiful, Comfortable Apt. in Convenient Location", + 110 + ], + [ + "Cozy Private Room in Astoria, near LGA and Midtown", + 38 + ], + [ + "Bright & Spacious Upper Manhattan Apartment!", + 60 + ], + [ + "Spacious Room in Huge Sunny Apartment", + 55 + ], + [ + "Gorgeous, Family-Friendly, NYC Garden Apt!", + 119 + ], + [ + "Cozy Apartment in Bushwick", + 121 + ], + [ + "Vibrant Brick-Exposed 1Bedroom in the East Village", + 89 + ], + [ + "Private Heart-of-Williamsburg Bedroom!", + 60 + ], + [ + "Private Room and Bath, 1 block to train, Wash/Dry", + 80 + ], + [ + "Ms. Dee Cozy Bedroom you feel like home!! Room 2", + 60 + ], + [ + "Private Room near Columbia University", + 90 + ], + [ + "Basic place :) Forest Hills Rego Park", + 115 + ], + [ + "Chic Clason Point Condo", + 350 + ], + [ + "1 Block from Subway, Central Location, Great Price", + 85 + ], + [ + "Private room in 2br apartment near subway (train)", + 55 + ], + [ + "The Absolute Best Location in NYC – Priv. Bedroom", + 61 + ], + [ + "Live like a New Yorker in bright LES bedroom!", + 95 + ], + [ + "The Calm Stay- Comfy and Clean Getaway Room", + 35 + ], + [ + "Midtown Pre-War Gem", + 150 + ], + [ + "Downtown Luxury 1 Bedroom 800 sq ft", + 350 + ], + [ + "Bleecker street beauty", + 48 + ], + [ + "Spacious and Sunny 1+ Bedroom", + 165 + ], + [ + "Brooklyn Large Private Bedroom Near Park", + 45 + ], + [ + "2 bedroom home in BedStuy 15 minutes to Manhattan", + 200 + ], + [ + "Bonito dormitorio 20-25 minutos Times Square.", + 75 + ], + [ + "Sunny quiet full floor E Village", + 279 + ], + [ + "Light-filled 2 bed 2 bath 2 balcony S Williamsburg", + 300 + ], + [ + "ONLY 5 MIN TO MANHATAN, BRAND NEW APARTMENT", + 400 + ], + [ + "Cozy Brooklyn Oasis", + 80 + ], + [ + "Sunny Apt in New York", + 125 + ], + [ + "Fully-furnished modern apartment", + 28 + ], + [ + "Spaceful studio in the heart of Financial district", + 140 + ], + [ + "Musician's Getaway + Full Analog Recording Studio", + 101 + ], + [ + "Brooklyn - Bushwick - NYC #2", + 43 + ], + [ + "Duplex home in Historic Cobble Hill", + 424 + ], + [ + "Bright and comfy, in the heart of Harlem", + 80 + ], + [ + "Cozy and Sunny Williamsburg Apartment", + 170 + ], + [ + "Comfortable room in spacious Brooklyn apartment", + 60 + ], + [ + "1BR/1BA in 2BR/2BA Flushing", + 1000 + ], + [ + "Bright central designer's apt - steps to train!", + 125 + ], + [ + "COZY 2BR IN MANHATTAN", + 115 + ], + [ + "living room in a 1br apt for rent MANHATTAN", + 36 + ], + [ + "Location Location - Cozy Room In Time Square", + 49 + ], + [ + "Experience Upper New York Living", + 108 + ], + [ + "HUGE**Washington Square Park**3BEDROOM SKY~LOFT", + 578 + ], + [ + "Sunny Bedroom in Crown Heights", + 40 + ], + [ + "JFK 10 & LGA 15 MINUTES AWAY A/C PRIVATE BEDROOM B", + 50 + ], + [ + "Cozy master room (female only)", + 55 + ], + [ + "Small bedroom in Brooklyn", + 46 + ], + [ + "Private Room in Greenwich/West Village near Soho!", + 150 + ], + [ + "12min to NY & 10min LGA/30min JFK w/Closet&heater", + 39 + ], + [ + "Quiet garden studio in Bushwick", + 100 + ], + [ + "Hamilton Heights room", + 36 + ], + [ + "Quiet and Safe 7", + 113 + ], + [ + "Entire Apartment in the East Village - 2 Bedroom", + 300 + ], + [ + "Quiet, cozy room just across the Brooklyn Museum", + 50 + ], + [ + "Studio on Central park", + 115 + ], + [ + "Amazing room in Upper Manhattan", + 100 + ], + [ + "Big Bedroom in the heart of Manhattan 6r", + 99 + ], + [ + "Greenpoint Gem: top floor like private home", + 120 + ], + [ + "Zen, Sunny 1 BR Apt in East Village", + 175 + ], + [ + "Extraordinary Apt Best Midtown Location", + 125 + ], + [ + "Apt in W 48th with private patio", + 100 + ], + [ + "1 BR in Manhattan - Spacious and Convenient", + 53 + ], + [ + "BK's Finest Jack&Jill2 Share NearTransportation", + 29 + ], + [ + "Artist Room", + 70 + ], + [ + "Clean Midtown Rooms in heart of NYC", + 52 + ], + [ + "Private Room in Modern Loft in Williamsburg", + 105 + ], + [ + "Comfy, convenient futon for solo traveler", + 29 + ], + [ + "Luxury Coliving Space in Williamsburg", + 110 + ], + [ + "Green Renovated Victorian, Central AC/Radiant Heat", + 80 + ], + [ + "Private Bedroom in Ditmas", + 31 + ], + [ + "Spacious 5th Ave - Semi Pvt Bed & Bath", + 320 + ], + [ + "Clean Midtown Rooms in heart of NYC", + 40 + ], + [ + "big vintage room with backyard in hip BUSHWICK", + 70 + ], + [ + "Convenient Home near train Subway & Airports", + 104 + ], + [ + "RJ's", + 100 + ], + [ + "Beautiful Private Townhouse- Heart of Manhattan", + 1200 + ], + [ + "Cheap, Private Room in Bushwick! Close to Trains!", + 37 + ], + [ + "纽约干净大房近地铁站", + 40 + ], + [ + "I ❤️NY", + 207 + ], + [ + "Beautiful apartment overlooking Fort Greene Park", + 150 + ], + [ + "Spacious 1bdrm in new luxury Williamsburg building", + 180 + ], + [ + "Cozy, Friendly, and 2 mins from the subway station", + 90 + ], + [ + "Workspace Room 1", + 36 + ], + [ + "Private Room in a Renovated Duplex in Bed-Stuy", + 80 + ], + [ + "Wake up to Central Park (privet room)", + 145 + ], + [ + "★2 mins to Subway B/Q, Great for budget travel★", + 33 + ], + [ + "Luminescent Room In LES", + 68 + ], + [ + "Studio in Brooklyn", + 70 + ], + [ + "Majestic private bedroom in Williamsburg.", + 67 + ], + [ + "Great place for a family or a group of friends", + 175 + ], + [ + "Spacious one bedroom in the heart of Inwood", + 100 + ], + [ + "Large one bedroom apt., very bright, huge balcony.", + 180 + ], + [ + "Comfort & Convenience in Greenwich Village", + 200 + ], + [ + "Charming and cozy 1BR apartment / Heart of NYC", + 160 + ], + [ + "Comfortable & Elegant 3BR House near Prospect Park", + 130 + ], + [ + "Bright, spacious, green BedStuy apartment", + 70 + ], + [ + "Spacious and Sunny Townhouse Duplex", + 300 + ], + [ + "Room in Spacious Prospect Park South Apartment", + 45 + ], + [ + "*Private Room in Beautiful Brooklyn Apartment*", + 69 + ], + [ + "Amazing space & location 1 bedroom Apt in Gramercy", + 290 + ], + [ + "Huge Private Room Near Prospect Park", + 99 + ], + [ + "Cozy Efficiency Studio on Best West Chelsea Block!", + 149 + ], + [ + "2 BR apartment in the heart of Brooklyn!", + 100 + ], + [ + "Modern, private, newly renovated 2 bd, open living", + 100 + ], + [ + "Large, Private 1 Bedroom in Historic Brownstone", + 95 + ], + [ + "Charming Williamsburg 1br Apt minutes to Manhattan", + 200 + ], + [ + "Spacious Bedroom with lots of Natural Light", + 70 + ], + [ + "Charming room in the heart ❤️ of Williamsburg!", + 75 + ], + [ + "Amazing Private Bedroom-15min from the Manhattan!", + 49 + ], + [ + "New private bedroom/15mins BrooklynBridge Manhttan", + 89 + ], + [ + "Modern Private Bedroom-15min from the Manhattan!", + 74 + ], + [ + "Comfy private room in the heart ❤️ of Williamsburg!", + 65 + ], + [ + "Home Oasis Home", + 100 + ], + [ + "Habitación ideal para viajeros", + 50 + ], + [ + "Luxury Master Bedroom in Prime Brooklyn", + 79 + ], + [ + "Large, Private Carriage House in West Village", + 950 + ], + [ + "LUXURY!30TH FLR SWEEPING RIVER VIEWS -SUTTON PLACE", + 350 + ], + [ + "Beautiful douplex with garden in crown heights!!", + 188 + ], + [ + "Cozy and comfortable bedroom in Astoria, Queens", + 50 + ], + [ + "26th FLOOR-RIVER VIEWS& MASSIVE SPACE-SUTTON PLACE", + 475 + ], + [ + "Cozy apartment in Greenpoint", + 105 + ], + [ + "Private, Luxury Studio by World Trade Center", + 225 + ], + [ + "Cheap Unfurnished East Village Room", + 40 + ], + [ + "Luxurious comfort in BK", + 185 + ], + [ + "Private bedroom on Upper East Side !!!", + 90 + ], + [ + "Luxurious studio", + 250 + ], + [ + "Private BR w Balcony in Greenwich Village", + 119 + ], + [ + "Amazing One Bedroom in Historic Hamilton Heights", + 150 + ], + [ + "Luxury Studio in Battery Park NYC", + 275 + ], + [ + "BRIGHT CHARMING STUDIO ON UPPER EAST SIDE", + 125 + ], + [ + "Deluxe Room at Yankee Stadium- 20 mins to Midtown!", + 60 + ], + [ + "Private Room in Brooklyn - Close to Subway!", + 42 + ], + [ + "Large Bright Studio Apartment", + 130 + ], + [ + "Lovely 1Br Apartment in Prospect Lefferts!", + 66 + ], + [ + "Private Room in Cozy Loft in Williamsburg", + 109 + ], + [ + "Big private room in huge artsy Williamsburg loft", + 90 + ], + [ + "Pat's crib", + 89 + ], + [ + "Classic Brooklyn Brownstone", + 600 + ], + [ + "Huge WV / Meatpacking 1 Bdrm", + 250 + ], + [ + "Simple 2bd located in heart of West Village", + 278 + ], + [ + "NYC Home Away from Home (Triplex)", + 800 + ], + [ + "VERY CLOSE MANHATTAN ( S )", + 70 + ], + [ + "New York City living", + 275 + ], + [ + "Big 1-bedroom in Tribeca with landscaped roof deck", + 195 + ], + [ + "Spacious Bohemian Bedroom", + 50 + ], + [ + "Cozy South Williamsburg", + 45 + ], + [ + "Cozy and full Daylight private room in greenpoint", + 62 + ], + [ + "Charming and Quiet Apartment /Prime East Village", + 150 + ], + [ + "Charming Pre-War Studio Apartment Upper East Side", + 98 + ], + [ + "Clean and Cozy 1br Home in heart of Soho/Nolita", + 236 + ], + [ + "Huge Brooklyn Loft in the Heart of Williamsburg!", + 250 + ], + [ + "Take it now you won't find better", + 200 + ], + [ + "Bright modern 2 bed 2 bath flat in Williamsburg", + 195 + ], + [ + "Private 1 BR apt Astoria 3 stops from MidManhattan", + 90 + ], + [ + "Hottest building in Williamsburg -private bathroom", + 128 + ], + [ + "Stunning Brooklyn Sanctuary", + 44 + ], + [ + "Loft in Lower East side!", + 75 + ], + [ + "Gigantic and Beautiful room w/Private living area", + 100 + ], + [ + "ENTIRE APARTMENT IN THE HEART OF HARLEM", + 90 + ], + [ + "Gorgeous Sunny Room Avaliable in 3Br Condo", + 60 + ], + [ + "Super Sunny & Stylish Soho Loft", + 250 + ], + [ + "Stunning Studio Loft in West Chelsea Brownstone", + 349 + ], + [ + "All your essentials in a beautiful studio apt", + 101 + ], + [ + "Steps from the Barclays Center!", + 120 + ], + [ + "Arverne by The Sea ~ Surf Ave Apt", + 86 + ], + [ + "Modern CoLiving at Ridgewood / shared room", + 30 + ], + [ + "Room in Beautiful Beach Bungalow!", + 40 + ], + [ + "Unique Cozy Sunny converted Studio/One Bedroom", + 106 + ], + [ + "Large room, very conveniently to train, bus, jfk#1", + 40 + ], + [ + "Brand New shared room in CoLiving (M and L trains)", + 30 + ], + [ + "Mint Green in Cypress Hills", + 52 + ], + [ + "2BD in the Heart of Fort Greene", + 147 + ], + [ + "Spacious room in Union Square near subway", + 200 + ], + [ + "Futon available in an amazing location", + 70 + ], + [ + "Private Room- Greenpoint, Willamsburg local", + 37 + ], + [ + "West 57th Street by Hilton Club- Studio", + 249 + ], + [ + "BedStuy Fly Flat", + 70 + ], + [ + "East 19th Street, Charming 1Bd Serviced Apt", + 225 + ], + [ + "Cozy 1 Bedroom Close to Everything", + 135 + ], + [ + "Modern, Airy 2BR in the heart of Brooklyn", + 150 + ], + [ + "Large/Bright room in vibrant East village", + 108 + ], + [ + "2 bedrooms Williamsburg loft - huge and sunny", + 225 + ], + [ + "Affordable master room near of LGA in Queens", + 59 + ], + [ + "Scenic & quiet Apt - Windsor Terrace/Prospect Park", + 115 + ], + [ + "Private room with 2 Windows, 1st FL", + 35 + ], + [ + "NYC Hotel (Enjoy top tier membership benefits)", + 1000 + ], + [ + "Renovated Private Room in Ridgewood Coliving Space", + 55 + ], + [ + "Newly Renovated 1 Bedroom in Hell's Kitchen. 58/10", + 280 + ], + [ + "Amazing Family House", + 100 + ], + [ + "Studio Bushwick (shared bathroom apt next door)", + 55 + ], + [ + "Spacious Guest room in beautiful Wash. Heights", + 70 + ], + [ + "Perfect bright apartment with amazing view", + 219 + ], + [ + "Affordable and functional room", + 45 + ], + [ + "Sunny West Harlem Sublet", + 40 + ], + [ + "A Private and Cozy room near Columbia University", + 60 + ], + [ + "Big king bed + roof + Manhattan view Bushwick", + 150 + ], + [ + "Private, Quiet 2-Bed Place near Brooklyn College", + 150 + ], + [ + "BK's Finest SHARED ROOM 1 BED AVAILABLE", + 50 + ], + [ + "Greenpoint Garden of Eden", + 200 + ], + [ + "Private Suite & Bathroom w/ Yard in Park Slope", + 119 + ], + [ + "AMAZING VIEW COZY APARTMENT IN THE HEART OF NYC", + 280 + ], + [ + "Spacious private room in luxury building", + 160 + ], + [ + "Tourist Private Room of New York City", + 60 + ], + [ + "Cozy Lodge Chic in the heart of New York.", + 125 + ], + [ + "Bright and Spacious Summer Stay", + 37 + ], + [ + "Convenient & cozy classic NYC apartment", + 98 + ], + [ + "Cozy private room Near Central Park", + 128 + ], + [ + "Great 1 bedroom apartment in Manhattan", + 100 + ], + [ + "SUNSHINE 2BR/2 bath 15min to Times Square, LIRR", + 120 + ], + [ + "Cozy walk up, in the heart of Sugar Hill", + 90 + ], + [ + "Luxury 1 Bedroom Apartment in Prime Brooklyn", + 147 + ], + [ + "Private bedroom w/desk and fridge, close to JFK", + 60 + ], + [ + "Cozy private bedroom with Queen size bed & closet.", + 115 + ], + [ + "Cosy One bedroom apartment close to Central Park", + 110 + ], + [ + "Private room with 2 queen sized beds, in Times SQ", + 155 + ], + [ + "One bedroom, calm, clean, bright.", + 275 + ], + [ + "2 bedrooms: 1 queen bed and 1 full bed", + 150 + ], + [ + "Spacious, Sunny 1 Bedroom", + 159 + ], + [ + "THE Space", + 200 + ], + [ + "Private room for 2ppl, 1 min from Times Square!!", + 135 + ], + [ + "Your Private Room and Bath in South Slope Duplex", + 89 + ], + [ + "Private room and shared living room", + 80 + ], + [ + "Main floor room in five bedroom house", + 60 + ], + [ + "Renovated sunny 1br w/ private bath steps to train", + 45 + ], + [ + "Cozy Room in Large Corner Apt Next to Lovely Park", + 60 + ], + [ + "Chic Apartment for rent in East Village", + 99 + ], + [ + "Beautiful East Village apartment!", + 120 + ], + [ + "TIMES SQUARE NYC, COZY Jr 1 BR w Private Patio", + 219 + ], + [ + "Cozy Private Room in Upper Manhattan", + 65 + ], + [ + "Bright Designers' Apartment in Historic Brownstone", + 215 + ], + [ + "Large Manhattan Apartment: Ideal Location - Inwood", + 90 + ], + [ + "Private room in a beautiful apartment", + 51 + ], + [ + "Spacious APT in Brooklyn, 12 Min to Manhattan", + 170 + ], + [ + "Sunny Two Bed in Prime Lower East Side/Chinatown:)", + 90 + ], + [ + "Home away from home in Brooklyn!", + 50 + ], + [ + "HEART OF BROOKLYN, QUEEN BED, 1 BLOCK FROM SUBWAY!", + 79 + ], + [ + "Periwinkle in Cypress Hills", + 39 + ], + [ + "Orange in Cypress Hills", + 65 + ], + [ + "Brooklyn Royalty", + 80 + ], + [ + "Two Bedroom Apartment in Williamsburg", + 120 + ], + [ + "Central Park at your Door!", + 52 + ], + [ + "our place short stay", + 70 + ], + [ + "Large furnished studio utilities&wifi including.", + 120 + ], + [ + "A real New York experience", + 315 + ], + [ + "Spacious 1-bedroom by Prospect Park + BK Museum", + 125 + ], + [ + "Perfect Penthouse Duplex", + 399 + ], + [ + "Large loft studio", + 72 + ], + [ + "Heart of Bayside, modern 3 Bed 2 bath", + 239 + ], + [ + "Luxury 2bedroom with loft/ 2 bath", + 200 + ], + [ + "Family friendly spacious charming flat!", + 110 + ], + [ + "Private Room in Williamsburg Loft", + 80 + ], + [ + "Charming, Sleek UES Studio", + 118 + ], + [ + "Private room in prime Bushwick- 20mins to the city", + 37 + ], + [ + "Spacious bedroom with living room in Greenpoint", + 77 + ], + [ + "Walk to Central Park + Columbia, Morningside", + 100 + ], + [ + "Loft Bright Studio", + 95 + ], + [ + "Modern Apartment in Williamsburg, Brooklyn", + 180 + ], + [ + "Large bedroom 20 minutes away from Manhattan", + 55 + ], + [ + "Murray Hill Bedroom. Comfortable and Convenient", + 76 + ], + [ + "Bright & sophisticated Brooklyn home", + 60 + ], + [ + "Design-Infused Two Bed Beauty in Fort Greene", + 240 + ], + [ + "Charming 2 bed 2 bath wash/dryer Gym in building", + 287 + ], + [ + "Lower east side artistic oasis", + 100 + ], + [ + "Beautiful shared room in Modern CoLiving space", + 27 + ], + [ + "Best CoLiving next to Bushwick!", + 26 + ], + [ + "Entire Luxury Divided Studio in Time Square", + 290 + ], + [ + "Heart Of Queens 2❤️❤️/ Jackson Heights/ Elmhurst", + 85 + ], + [ + "Beautiful Apartment with Manhattan view.", + 69 + ], + [ + "Spacious 1 Bed in the heart of Manhattan", + 196 + ], + [ + "Art, Design & Comfort.", + 154 + ], + [ + "New! Clean! 1 Bedroom apt in Bensonhurst -Sleeps 4", + 113 + ], + [ + "Luxury apartment in heart of Nolita", + 250 + ], + [ + "Bedroom in renovated apartment -Astoria", + 45 + ], + [ + "UWS Room & Private Bathroom for one", + 70 + ], + [ + "Huge sunny room PRIVATE BATHROOM 15 min 2 Times Sq", + 70 + ], + [ + "Huge bedroom w/ private living room in big house!", + 100 + ], + [ + "Large 1-bedroom Apt with lots of charm and art.", + 102 + ], + [ + "Cambridge Place 4 bed Home", + 350 + ], + [ + "Nice comfy private room with backyard included!", + 70 + ], + [ + "Sunny, 2BR apartment in the heart of Bushwick", + 136 + ], + [ + "Clean , Charming and convenient location.", + 100 + ], + [ + "Private room in Brooklyn", + 80 + ], + [ + "Charming apartment in Nolita/Soho", + 115 + ], + [ + "Home", + 160 + ], + [ + "Spacious 1-bedroom in Fort Greene, Brooklyn", + 130 + ], + [ + "‘ SMALL STUDIO ONLY FOR 2’", + 148 + ], + [ + "Gorgeous private room with private bathroom.", + 110 + ], + [ + "Authentic private room. Just 25 min to Manhattan!", + 87 + ], + [ + "Lovely Zen Entire Apt West Harlem, Fengshui Plants", + 72 + ], + [ + "Cozy Private Large Bed in Prime Chelsea", + 90 + ], + [ + "Creative Retreat Double, With Garden", + 120 + ], + [ + "Stunning refurbished church apt in heart of Wburg", + 450 + ], + [ + "Parkside luxury - studio with balcony", + 84 + ], + [ + "Great room in Upper East Side 85th/3av", + 75 + ], + [ + "Room in Upper West Artsy Loft", + 110 + ], + [ + "Brooklyn Designer 3 Bedrms free parking", + 148 + ], + [ + "One Bedroom Walk Up in Hell's Kitchen", + 225 + ], + [ + "Quiet 1 bedroom in MANHATTAN ( Hamilton Heights)", + 122 + ], + [ + "Spacious Comfort in the Upper West Side", + 190 + ], + [ + "Cozy Studio in Upper East Side, Manhattan", + 120 + ], + [ + "Sunny and Breezy Brooklyn Apartment near Trains", + 200 + ], + [ + "Bright & lovely 1BD Apartment", + 80 + ], + [ + "Sunny Apartment in Brooklyn Heights", + 149 + ], + [ + "Big & Bright Room In Washington Heights", + 60 + ], + [ + "Brownstone Living", + 650 + ], + [ + "Spacious 1 bedroom apt fantastic view Midtown NYC", + 175 + ], + [ + "Modern quiet and clean room minutes from Manhattan", + 55 + ], + [ + "BRIGHT MASSIVE ROOM. 20 MINUTES TO MIDTOWN", + 77 + ], + [ + "Master bedroom in large apt minutes from Manhattan", + 55 + ], + [ + "Private, cozy room near major trains", + 50 + ], + [ + "Amazing Harlem Apartment on 5th Avenue \n3 bedrooms", + 350 + ], + [ + "Private room in sunny Manhattan apartment.", + 50 + ], + [ + "Super Cozy!", + 100 + ], + [ + "West Village Apartment", + 319 + ], + [ + "Spacious getaway in the heart of Harlem", + 46 + ], + [ + "Spacious and bright apartment in Manhattan", + 120 + ], + [ + "Spacious 2 Bedroom Apt in Great Neighborhood", + 150 + ], + [ + "Sunny 2BR in townhouse on cutest E Vill block", + 250 + ], + [ + "a beautiful home", + 200 + ], + [ + "Historic Harlem Brownstone -Perfect for Families!", + 400 + ], + [ + "Cozy BedStuy/Bushwick Brownstone Apartment", + 125 + ], + [ + "Beautiful brownstone apartment on quiet street", + 125 + ], + [ + "Bright UES Studio, avail short or long term", + 180 + ], + [ + "Light/Bright Artist's Studio in Red Hook, Brooklyn", + 90 + ], + [ + "Gorgeous Centrally Located Manhattan Apartment", + 200 + ], + [ + "Sunny, spacious 1 bedroom apartment in Ridgewood!", + 100 + ], + [ + "1 Bed&Bath in heart of Bushwick (20mintoManhattan)", + 70 + ], + [ + "2 Large Bedroom Apt in quiet Forest Hills", + 100 + ], + [ + "1 bedroom apt", + 199 + ], + [ + "Room in Full Floor East Village Apt!", + 120 + ], + [ + "Your Brooklyn pad", + 60 + ], + [ + "Sun drenched 2br with private backyard!", + 199 + ], + [ + "Spacious & Cozy 1BR Apartment in Brownstone Bldg", + 130 + ], + [ + "Sunny Spacious Room + Private Bathroom in Bushwick", + 60 + ], + [ + "HOTEL ROOM LIKE!!! WITH AFFORDABLE RATE!!! \"S”", + 69 + ], + [ + "City Room, City View", + 30 + ], + [ + "Stunning modern artsy 2 bed -steam & rooftop", + 350 + ], + [ + "Large bedroom with PRIVATE bathroom and KING Bed", + 125 + ], + [ + "Spacious and Bright 1.5 Bedroom by Prospect Park", + 93 + ], + [ + "MANHATTAN \nnear Central Park&\nColumbia University", + 150 + ], + [ + "Cute and Comfy Bedroom", + 60 + ], + [ + "Spacious Bedroom in Full Floor East Village Apt", + 180 + ], + [ + "New Tidy room separate entrance plus paid parking", + 116 + ], + [ + "Midcentury Minimalist 1BR in Prime Williamsburg", + 225 + ], + [ + "Two-story Zen Oasis One Block from Central Park", + 183 + ], + [ + "Beautiful bedroom in Historic Forest Hills Gardens", + 40 + ], + [ + "Sunny Brooklyn Two Bedroom", + 124 + ], + [ + "Cozy Chelsea Apartment/ Highline/ Whitney Museum", + 140 + ], + [ + "Small Homey Studio in a Big Noisy City", + 84 + ], + [ + "Charming One Bedroom in Brooklyn Heights", + 149 + ], + [ + "Blue Moon", + 130 + ], + [ + "Harlem Garden Oasis in New York City Brownstone", + 125 + ], + [ + "You'll never find studio with this price(Allyours)", + 63 + ], + [ + "Nicki and Tim's place", + 85 + ], + [ + "Luxurious Designer brownstone with backyard", + 425 + ], + [ + "Hidden Treasure in Bed-Sty", + 50 + ], + [ + "Oceanfront vacation home on Rockaway Beach", + 1500 + ], + [ + "Spacious Village 1 bedroom - 5 star rated host", + 215 + ], + [ + "Relaxing Room in a Spacious Artist Apartment", + 60 + ], + [ + "Cozy luxurious & private 1 1/2 bedroom in Brooklyn", + 200 + ], + [ + "Oasis Carriage House Apartment in Williamsburg", + 125 + ], + [ + "Private Apt Renovated 2BR by Central Park & Cafés", + 135 + ], + [ + "Spacious and Modern 1BR in Heart of West Village", + 250 + ], + [ + "Rainbow Guesthouse", + 32 + ], + [ + "LARGE PRIVATE ROOM IN ASTORIA", + 85 + ], + [ + "Steps away from Grand Central, cute & cozy!", + 195 + ], + [ + "Quintessential loft location on Bond Street.", + 352 + ], + [ + "One Bedroom Walk Up in Hell's Kitchen", + 225 + ], + [ + "Modern Beautiful Bedford Stuyvesant Brownstone", + 60 + ], + [ + "Sunny quiet room + living room, 22m to Man. J,M,L", + 35 + ], + [ + "Hells kitchen crash pad with half bath!", + 87 + ], + [ + "1 bedroom apt with private terrace on UWS.", + 230 + ], + [ + "Room in a Beautiful, Spacious Home", + 60 + ], + [ + "Astoria home 2 living rooms/ 1 bedroom/1 bath", + 90 + ], + [ + "Luxurious Country Beach Surf Loft", + 274 + ], + [ + "Bright and spacious private room in Hells Kitchen", + 69 + ], + [ + "Bed-study Best!", + 65 + ], + [ + "Luxury Condo-gym,pool,sundeck,sauna in bldg", + 278 + ], + [ + "Private Bedroom, 10 Minutes to Lower Manhattan", + 60 + ], + [ + "Spacious & bright room in Upper West near Columbia", + 79 + ], + [ + "A Brooklyn retreat. 25M subway to the city.", + 100 + ], + [ + "studio in UES", + 500 + ], + [ + "Charming -One bedroom -Williamsburg", + 100 + ], + [ + "♛ Private & Beautiful West Village Townhouse 2BR", + 210 + ], + [ + "Top of the Heights Harlem Duplex!", + 180 + ], + [ + "Astoria Two Bed and Kitchen Minutes from subway", + 165 + ], + [ + "Beautiful Greenpoint Apartment W/ Outdoor space", + 225 + ], + [ + "Extra Large 1br in the heart of Astoria!", + 150 + ], + [ + "LARGE 1 BR IN DOORMAN BUILDING w ROOFTOP + GYM", + 90 + ], + [ + "Great Empty Apartment for you.", + 77 + ], + [ + "2A", + 145 + ], + [ + "Stellar Washington Heights Room Near Major Subways", + 60 + ], + [ + "Airy and bright floor in East Village townhouse", + 250 + ], + [ + "Sunny Room with Private Bath; Prime LES/Chinatown", + 90 + ], + [ + "Cozy gem in the heart of TriBeca!!", + 220 + ], + [ + "Sun-filled Williamsburg room for an artist/travelr", + 46 + ], + [ + "Homely Private Room with Queen Sized Bed", + 55 + ], + [ + "Williamsburg Modern Two-Floor 1 bedroom 1.5 baths", + 250 + ], + [ + "ACintheroom!35minutestodowntown Manhattan,QUEENbed", + 55 + ], + [ + "East Village / Gramercy Apartment with Yard", + 225 + ], + [ + "Backpacker’s Studio( Spring Deal!!)", + 120 + ], + [ + "Modern, Clean 1 bedroom Apartment in Bushwick", + 89 + ], + [ + "Room 12", + 40 + ], + [ + "Private room in midtown Manhattan曼哈顿中心 位于地狱厨房,位置棒棒", + 69 + ], + [ + "Fold-out futon on East Village/LES border!", + 55 + ], + [ + "West Village Getaway", + 152 + ], + [ + "Beautiful, Sunny, & Spacious 3 Bedrooms at Subway", + 57 + ], + [ + "Clean&Simple (45 minutes to Manhattan)", + 57 + ], + [ + "Artist Hostel in Bedstuy, Brooklyn", + 37 + ], + [ + "Artist Hostel II in Bedstuy Brooklyn", + 37 + ], + [ + "Cozy and Artsy Bedrooms in Prime BedStuy, BK", + 42 + ], + [ + "Convenient Midtown Private 1 Bedroom", + 100 + ], + [ + "Beautiful Large 1 BD Park Slope Historic District", + 226 + ], + [ + "Beautiful Room in Manhattan- Great location", + 60 + ], + [ + "Charming Brooklyn House on a Quiet Block", + 300 + ], + [ + "Big sunny room in Williamsburg", + 85 + ], + [ + "Stay in the heart of Little Italy/Chinatown!", + 165 + ], + [ + "Super Lux 2BR in Downtown Manhattan", + 390 + ], + [ + "Sunny beautiful large bedroom in Williamsburg", + 80 + ], + [ + "Private entry apartment on stunning Park Block", + 150 + ], + [ + "2br/1bth Garden Townhouse Apartment", + 225 + ], + [ + "Cute Room in Renovated Spacious LES/Chinatown Apt", + 69 + ], + [ + "Small and Cozy Private Room in Downtown", + 61 + ], + [ + "BestofBrooklyn", + 100 + ], + [ + "3 Floors for over 16 guests minutes from NYC!", + 399 + ], + [ + "Sunny Chic Crown Heights One Bedroom", + 90 + ], + [ + "Studio in Sunny Sanctuary", + 40 + ], + [ + "The Heart of Williamsburg", + 60 + ], + [ + "Luxury building studio", + 165 + ], + [ + "Serene brownstone in the heart of Brooklyn", + 212 + ], + [ + "Bright and Comfortable Chic Chelsea 1-bedroom!", + 200 + ], + [ + "Cozy 1 bedroom apt, Quiet, Near metro, East side", + 180 + ], + [ + "Madison Ave BR Steps from Central Park, east 60s", + 115 + ], + [ + "Most Amazing Location, Midtown 3 Bedroom", + 185 + ], + [ + "Split 1BR immaculate luxury apt Ft Green", + 130 + ], + [ + "THE SMALL CHATEAU IN THE TREES", + 165 + ], + [ + "Sunlit, Mid-Century 1 BR 10 minutes to city #10226", + 160 + ], + [ + "1.5 Bedrooms in Greenpoint Williamsburg Apt for 5", + 185 + ], + [ + "Nest in Nolita", + 170 + ], + [ + "Spacious Modern Brooklyn Apt!", + 50 + ], + [ + "All Yours! Entire Spacious Bright Modern Loft!", + 250 + ], + [ + "Beautiful Spacious 1 Bedroom Apt. in New York City", + 150 + ], + [ + "Large 1 BR / Creative Space - Marble Hill", + 90 + ], + [ + "Quiet Sunny Studio in Roosevelt Island", + 70 + ], + [ + "Luxury 1 Bed Apartment with GYM", + 210 + ], + [ + "Room for the mighties !! Air conditioner /CPark", + 113 + ], + [ + "Artsy, Cozy 1 bedroom in Flatbush", + 97 + ], + [ + "Cozy Room, on a Park-themed-Iike Island", + 85 + ], + [ + "20m to Manhattan - 2 Floors + Express Subway", + 550 + ], + [ + "Romantic art-filled apartment with private yard", + 85 + ], + [ + "Luxurious, delightful 2-bedroom in Prime LES!", + 260 + ], + [ + "Private Room in East Village Apartment", + 100 + ], + [ + "Prolonged Traveler's Dream(a month first & more)", + 37 + ], + [ + "Awesome Williamsburg Apartment", + 85 + ], + [ + "Home Sweet Home", + 85 + ], + [ + "Cozy studio apartment close to trains 111 st/2 av", + 100 + ], + [ + "Bedroom, Queen bed, 4 train stops to Manhattan", + 65 + ], + [ + "Peaceful room:an AlmostEmpty Apartment of your own", + 90 + ], + [ + "Lovely 2 Bedroom in Flushing Chinatown", + 115 + ], + [ + "Immaculate and Sweet Carroll Gardens 1 Bedroom", + 160 + ], + [ + "Large Top Floor Apartment", + 325 + ], + [ + "Private room on quiet street in Fort Greene", + 65 + ], + [ + "Private room near Columbia University", + 80 + ], + [ + "Sunlit Private Room & Balcony in Trendy Bushwick", + 80 + ], + [ + "Jazz guesthouse", + 90 + ], + [ + "Sunny + Magic Full Apartment in Bushwick", + 150 + ], + [ + "The hipster apartment in the hipster borough", + 125 + ], + [ + "Big & Sunny Brooklyn Room | TV/AC/Private Bath", + 65 + ], + [ + "Exposed Brick, Cozy West Village Apartment", + 150 + ], + [ + "Harlem's House of the Rising Sun", + 200 + ], + [ + "Charming Newly Renovated Brownstone", + 80 + ], + [ + "Lovely Williamsburg Refuge ~ fresh & refined", + 125 + ], + [ + "Spacious Garden Apartment with Patio", + 139 + ], + [ + "Sunny, Spacious Apartment in Manhattan", + 43 + ], + [ + "Private Room Avail. Now- Aug 20 Clinton/BedStuy", + 45 + ], + [ + "Modern Upper East Side Apartment near Central Park", + 198 + ], + [ + "Spacious private BR-PRIME BUSHWICK. Roof access!", + 40 + ], + [ + "City Retrieve3. Twin bed, lovely, simple", + 50 + ], + [ + "Brooklyn Brownstone (gray bedroom - single bed)", + 60 + ], + [ + "Private bed/bath / great views / Upper East Side", + 75 + ], + [ + "Room in spacious, light-filled Brownstone", + 35 + ], + [ + "Stylish Large Bright Brooklyn Loft!!", + 162 + ], + [ + "Gorgeous room on the Upper West Side", + 50 + ], + [ + "1 bedroom w/ Queen bed, in Manhattan", + 49 + ], + [ + "Comfortable, private room in heart of Brooklyn!", + 75 + ], + [ + "Sunny private apt 25 min from NYC", + 50 + ], + [ + "Cozy, private room in the heart of Fort Greene", + 130 + ], + [ + "Cyn", + 75 + ], + [ + "Bright Renewed Apartment 1 minute from 1 train", + 60 + ], + [ + "1 bedroom, East Village Apt.", + 125 + ], + [ + "Designer Exposed Brick East Village Walk Up", + 80 + ], + [ + "Sunny modern apt w great view- 1 stop to Manhattan", + 120 + ], + [ + "Crown Heights Brooklyn residential rental!", + 150 + ], + [ + "Spacious room, great college area, 1 blck to train", + 37 + ], + [ + "Brooklyn Hot Spot with Best Manhattan Views", + 250 + ], + [ + "Cosy quiet nest on a Mulberry tree", + 130 + ], + [ + "Bright & Airy Private Room in the Heart of Harlem", + 69 + ], + [ + "Sunny Bedroom with Roof access in The East Village", + 75 + ], + [ + "Hideaway Relaxed spot", + 100 + ], + [ + "Honeycomb hideout", + 120 + ], + [ + "One bedroom; private house; great location", + 40 + ], + [ + "NEWLY RENOVATED flat in doorman building", + 300 + ], + [ + "JFK 10mins, LGA 15mins drive, Two Beds in a Room", + 70 + ], + [ + "new apt for sublet a year", + 300 + ], + [ + "Garden Apartment in Carroll Gardens Townhouse", + 160 + ], + [ + "2 beds in nice rooms, JFK&LGA 15 minutes", + 60 + ], + [ + "upstairs single with queens bed and all decorative", + 70 + ], + [ + "Cute Harlem Bedroom", + 55 + ], + [ + "Soho Downtown - Large Sunny Private Room!", + 94 + ], + [ + "The Sterling Flat", + 105 + ], + [ + "Private Room in Great East Village Apartment!", + 50 + ], + [ + "Crown Heights Guest House 3R", + 87 + ], + [ + "Bright, Spacious West Village Getaway!", + 299 + ], + [ + "Heart of Chelsea Private room in a serviced 2BD", + 100 + ], + [ + "Private room in charming, eclectic Flushing home", + 44 + ], + [ + "Private, Cozy Bedroom in the Upper East", + 52 + ], + [ + "Spacious, sunny and private BR in Woodside, Queens", + 80 + ], + [ + "Peaceful Private Bedroom in Brownstone with Garden", + 55 + ], + [ + "Getaway to the city, 2 blocks from train (C)", + 81 + ], + [ + "Chelsea Gem", + 185 + ], + [ + "PRIVATE BACK PATIO - light-filled luxury apartment", + 60 + ], + [ + "Contemporary, Comfy & Affordable Brooklyn (Rm#2)", + 37 + ], + [ + "Peaceful Room in the heart of Clinton Hill", + 70 + ], + [ + "Lovely Room for A Real, Cozy Brooklyn Experience", + 69 + ], + [ + "Sun Filled 18ft Ceiling Duplex Noho/East Village", + 191 + ], + [ + "Bright, Spacious Room in Historical Neighborhood", + 80 + ], + [ + "Beautiful BRIGHT and SUNNY - BEST location in NYC!", + 250 + ], + [ + "Washington Heights room", + 70 + ], + [ + "Big furnitured room in UWS for August!", + 45 + ], + [ + "Stylish Share With Exposed Brick In Brooklyn", + 33 + ], + [ + "Your Quiet Refuge in the Heart of Manhattan", + 200 + ], + [ + "LUXURY STUDIO ON UPPER EAST SIDE BY CENTRAL PARK", + 135 + ], + [ + "Prime Williamsburg Location- Few Steps to Subway", + 49 + ], + [ + "Sunny & Quaint NYC Loft in Chelsea/Meatpacking", + 190 + ], + [ + "Great space for 1 or 2 guests!", + 80 + ], + [ + "Two Private Floors in brownstone by Prospect Park", + 225 + ], + [ + "Full floor in Artists Triplex Brownstone", + 120 + ], + [ + "Private, Cozy, & Conveniently located Chelsea Room", + 130 + ], + [ + "Bright, clean room in great location", + 75 + ], + [ + "Sun-filled Oasis in Crown Heights", + 157 + ], + [ + "Spotless Clean room private entrance paid parking", + 120 + ], + [ + "Big Private Bedroom on Roosevelt Island", + 72 + ], + [ + "Joy's Place! Cozy, Comfortable and Quaint home", + 150 + ], + [ + "Private Room in Modern Loft in Williamsburg", + 110 + ], + [ + "Quiet and Sunny Astoria NYC apt", + 70 + ], + [ + "Luxury Central Park Apartment close to everything", + 179 + ], + [ + "Lovely room, close to all!", + 45 + ], + [ + "Loft in The Heart of Bushwick", + 95 + ], + [ + "Ballet Suite", + 120 + ], + [ + "Cool town house", + 450 + ], + [ + "Bright and Sunny Lower East Side Studio!", + 140 + ], + [ + "Charming Hotel Alternative 2\nMount Sinai", + 89 + ], + [ + "Private studio at a housework with backyard", + 88 + ], + [ + "Private room with A/C & great bed by Prospect Park", + 55 + ], + [ + "Sunny livingroom in 1 bedroom. Couch only though.", + 50 + ], + [ + "Spacious and Clean Private Bedroom in NYC", + 95 + ], + [ + "Duplex Roof top in the heart of crown hight", + 124 + ], + [ + "TRUE WEST VILLAGE GROUND FL. WITH GARDEN!!", + 180 + ], + [ + "Great Catch, Don't miss out!", + 165 + ], + [ + "New studio in Gowanus, Brooklyn", + 102 + ], + [ + "Private bathroom and bedroom for 1 -2 people", + 100 + ], + [ + "Harlem Get Away", + 88 + ], + [ + "Bright Quiet Airy Tribeca Loft", + 200 + ], + [ + "Modern and Artful Home in Manhattan/NYC", + 127 + ], + [ + "Brooklyn's 3 bdrm Honeycomb", + 133 + ], + [ + "Greenpoint top floor w/ sun & views", + 49 + ], + [ + "Nice room near Columbia University", + 35 + ], + [ + "Bed-Stuy Brownstone huge sunny room 25mins to LES", + 69 + ], + [ + "BEAUTIFUL LOFTY APT in the HEART of WBURG, BK", + 250 + ], + [ + "Beautiful Room in Brooklyn with 2 Roommates", + 35 + ], + [ + "Luxury Secured Building / Chic NYC Studio", + 375 + ], + [ + "Cozy studio in the heart of Chelsea!", + 135 + ], + [ + "Spacious one bedroom in midtown Manhattan", + 175 + ], + [ + "NIce one bedroom in midtown Manhattan", + 175 + ], + [ + "Nice room with terrific skyline view in cosy apt", + 60 + ], + [ + "Adorable apartment for your stay", + 125 + ], + [ + "Spacious 2BR APT in Upper Manhattan", + 140 + ], + [ + "Quiet, Comfy Room in Unbeatable Wburg Location!", + 80 + ], + [ + "Spacious, Prime Carroll Gardens, BK Apartment", + 160 + ], + [ + "Sunny Bed-Stuy apartment with rooftop access", + 70 + ], + [ + "Two bridges high end studio manhattan", + 145 + ], + [ + "2 bedroom flat in Greenwich Village New York", + 225 + ], + [ + "Spacious and airy room in prime South Williamsburg", + 68 + ], + [ + "See for yourself :)", + 90 + ], + [ + "Apartment in Manhattan, Near Express Trains & Park", + 102 + ], + [ + "Cozy room in heart of Williamsburg", + 60 + ], + [ + "Charming Prewar Full Floor Apartment", + 400 + ], + [ + "Gorgeous bedroom in the Heart of Bushwick!", + 49 + ], + [ + "Williamsburg Bedroom", + 70 + ], + [ + "1BR - Heart of West Village - 30 Day Min - Unit 2", + 150 + ], + [ + "Entire Apt (1 Bdr) in the Upper East Side 85 St", + 119 + ], + [ + "Girls only, cozy room one block from Times Square", + 10 + ], + [ + "Terrace Luxury Apartment", + 375 + ], + [ + "Newly renovated studio in Prime Manhattan location", + 175 + ], + [ + "Stylish Studio in the heart of NYC", + 132 + ], + [ + "Furnished studio in Union Square", + 200 + ], + [ + "Lovely studio in Midtown Manhattan", + 150 + ], + [ + "Bright, spacious, private room", + 45 + ], + [ + "One Bedroom Apartment in NYC", + 150 + ], + [ + "\"The Park View\" in Sunset Park", + 55 + ], + [ + "Master Bedroom in a Beautiful, Spacious Home", + 60 + ], + [ + "Alcove studio - Resort style", + 250 + ], + [ + "Single bed room facing south w/A/C, washer/dryer", + 36 + ], + [ + "Clean Room", + 59 + ], + [ + "Huge room in Brooklyn", + 39 + ], + [ + "Amazing Studio at the Time Square/52C", + 130 + ], + [ + "Quiet Manhattan: top floor 1 BR across from park", + 99 + ], + [ + "luxury, neat, minute fom trains", + 50 + ], + [ + "Beautiful, Stylish 1BR in Heart of Crown Heights", + 155 + ], + [ + "Cozy Room in Astoria", + 166 + ], + [ + "Nice small room NYC (5 min from LaGuardia Airport)", + 40 + ], + [ + "*DISCOUNTED RATES* PERFECT FOR THE WORLD TRAVELER", + 135 + ], + [ + "Comfy and private garden bedroom", + 40 + ], + [ + "Charming one-bedroom with original tin ceilings", + 140 + ], + [ + "Private sanctuary close to Central park", + 120 + ], + [ + "Artist Hostel III in Bedstuy Brooklyn", + 37 + ], + [ + "Winterbreak in Brooklyn!", + 50 + ], + [ + "Loft in big apartment", + 103 + ], + [ + "Private bedroom and bathroom in spacious apartment", + 125 + ], + [ + "Newly Renovated 2BR private basement unit.", + 120 + ], + [ + "Light-filled guest room in heart of Crown Heights", + 65 + ], + [ + "Entire Apartement in Queens!8min from Jfk", + 79 + ], + [ + "Chelsea/Flatiron 1-Bedroom Apt in Luxury Building", + 189 + ], + [ + "LUXURY APARTMENT 5 MIN TO LGA 20 TO JFK", + 250 + ], + [ + "Private Bedroom on Upper East Side", + 100 + ], + [ + "1 Bedroom Apartment on the Upper West Side", + 105 + ], + [ + "Clean Cozy Close Comfortable", + 36 + ], + [ + "2-Bedroom Furnished Apartment In Brooklyn", + 45 + ], + [ + "Large Artsy Brooklyn Basement with windows", + 70 + ], + [ + "Cozy walk up 3 blocks from Times Square", + 99 + ], + [ + "Beautiful Williamsburg 1.5 BR-9 min to NYC!", + 95 + ], + [ + "**Vacation in Comfort as you Visit the Big Apple**", + 48 + ], + [ + "Comfortable and cozy sunlit home", + 126 + ], + [ + "A PIECE OF GREENWICH VILLAGE HISTORY!", + 135 + ], + [ + "Huge Modern Room in a Large Apartment - Manhattan", + 100 + ], + [ + "Comfortable Entire 2 Bedroom Apt in Williamsburg", + 126 + ], + [ + "Perfect ap in Manhattan! Walking to Central Park!", + 150 + ], + [ + "Manhattan Phenomenal Deal! BEST Chelsea Room", + 49 + ], + [ + "Crown Heights Guest House 2R", + 88 + ], + [ + "Families & Couples-2 BR+playroom (4beds)", + 139 + ], + [ + "NYC adventurous getaway!", + 65 + ], + [ + "Private Room in the center of Park Slope", + 40 + ], + [ + "Bright, Spacious Penthouse Near Park", + 250 + ], + [ + "Hillside Hotel", + 93 + ], + [ + "Cobble Hill apartment,\nspacious, cozy and charming", + 125 + ], + [ + "Private & Cozy Apartment - 5 Minutes from JFK !!", + 85 + ], + [ + "Roof Deck Apartment in Trendy Part of Brooklyn", + 210 + ], + [ + "Room on 5th St & 2nd Ave! Prime Location!", + 60 + ], + [ + "Comfy stay!", + 100 + ], + [ + "HOUSE 2 ENTRANCES 2 KITCHEN 2 BATH 15min TO MANHTN", + 278 + ], + [ + "HUGE ROOM SEPARATE ENTRANCE 15 MIN TO MANHATTAN", + 75 + ], + [ + "NYC Bronx cozy studio for relaxation and quiet", + 85 + ], + [ + "Wonderful apartment in the center of Astoria!", + 99 + ], + [ + "your space around Myrtle Ave", + 35 + ], + [ + "Cozy Bed - Stuy hideaway (The Fulton Room)", + 60 + ], + [ + "3 Bed/2 Bath Williamsburg Apt. with HUGE Terrace", + 225 + ], + [ + "Bright and Airy - Entire 2 Bedroom in Williamsburg", + 112 + ], + [ + "Upper Westside Charmer", + 250 + ], + [ + "Lovely 2BR in Clinton Hill/Bed-Stuy", + 60 + ], + [ + "Dreamy Bushwick Art Apt, 15min from City, Roof &TV", + 62 + ], + [ + "2 ROOMS SEPARATE ENTRANCE 15 MIN TO MANHATTAN", + 99 + ], + [ + "HUGE Apt w/ EPIC Rooftop in heart of East Village", + 250 + ], + [ + "Beautiful Clinton Hill with huge private backyard", + 150 + ], + [ + "Modern one bedroom condo in Central Fort Greene BK", + 180 + ], + [ + "Charming 2 bed 2 bath with washing dryer", + 265 + ], + [ + "Cozy East Village Apartment", + 173 + ], + [ + "Comfy in Queens", + 60 + ], + [ + "Views on the hudson", + 85 + ], + [ + "Fun Eclectic Home for Summer in the City", + 150 + ], + [ + "Spacious Chinatown Loft", + 250 + ], + [ + "Private Bedroom in a Prewar Brownstone", + 28 + ], + [ + "Private Bedroom in Beautiful Astoria Apt", + 60 + ], + [ + "Cozy self contained room with twin size bed", + 25 + ], + [ + "Luxurious Modern Apt In the Heart of Brooklyn", + 256 + ], + [ + "Huge sunny room next to subway!", + 70 + ], + [ + "Comfortable Studio in the heart of Brooklyn", + 70 + ], + [ + "緑が多く安全なブルックリンパークスロープの庭付き貸切アパート", + 105 + ], + [ + "Spacious Harlem Hideaway", + 65 + ], + [ + "Sublet room (Dec 24th-Dec 28th)", + 40 + ], + [ + "Quiet Sunnyside Gardens Studio", + 85 + ], + [ + "A place to lay your weary head", + 72 + ], + [ + "Semi-Private Studio in Manhattan", + 40 + ], + [ + "Designer Light Filled Aptartment in Williamsburg", + 80 + ], + [ + "Spacious 1 bedroom Pre War on Central Park", + 230 + ], + [ + "Awesome Spacious apartment North of the Park", + 119 + ], + [ + "Newly Renovated; 2BR, 1BA, Kitchen + Living Rm", + 389 + ], + [ + "Beautiful One Bedroom, prime location", + 180 + ], + [ + "Small Artsy Room in HEART OF BROOKLYN", + 40 + ], + [ + "UWS gorgeous one bedroom", + 300 + ], + [ + "Special Room or Apt in Manhattan Upper West Side!", + 135 + ], + [ + "Tasteful NOHO 1 bedroom", + 139 + ], + [ + "Cozy Sofa Bed in Upper Manhattan", + 50 + ], + [ + "Private room/bathroom on the Upper West Side", + 54 + ], + [ + "Sunny shared apartment in Harlem", + 38 + ], + [ + "ღღღUltimate Broadway Experienceღღღ", + 99 + ], + [ + "ღღღSteps to Major Tourist Attractionsღღღ", + 99 + ], + [ + "Breakfast and a Cozy Room, 30 Seconds From Train", + 82 + ], + [ + "My Sweet Room", + 65 + ], + [ + "Cozy room close to Manhattan", + 65 + ], + [ + "Dreamy, Boho 2 bedroom apt in the heart of Soho", + 225 + ], + [ + "Charming Room Gowanus", + 75 + ], + [ + "Brooklyn townhouse living", + 120 + ], + [ + "Classy Upper East Side Private Bedroom", + 165 + ], + [ + "East Village Penthouse - Master Bedroom (Loft)", + 149 + ], + [ + "Private Bedroom in Trendy Bushwick", + 52 + ], + [ + "LARGE 3 BEDROOMS UP TO 11 PEOPLE, 20 min TO MANHAT", + 248 + ], + [ + "Clean, Simple, Budget Bedroom in Bushwick!", + 44 + ], + [ + "Apartment in Bay Ridge, Brooklyn", + 150 + ], + [ + "Cozy private room in sunny Brooklyn loft", + 89 + ], + [ + "Midtown South Lux Large Studio", + 350 + ], + [ + "Luxury House in Safe Area, 30 Min to Time Square", + 900 + ], + [ + "Clean 1 bedroom in heart of NYC with Private deck", + 275 + ], + [ + "Chic apartment with large deck - best of Brooklyn", + 200 + ], + [ + "One bedroom APT in Prospect Park", + 115 + ], + [ + "Beautiful private room in historic brownstone.", + 100 + ], + [ + "1-Bdrm Newly Renovated Spacious Apartment", + 91 + ], + [ + "The Riverside - One Bedroom Apartment", + 200 + ], + [ + "Queen size bed Private room in house on Vanderveer", + 39 + ], + [ + "LUXURIOUS, TOWNHOME WITH PRIVATE ROOF - 2500 SQ FT", + 275 + ], + [ + "Cozy private room in Victorian Brooklyn", + 70 + ], + [ + "A light spacious adorable room in Brooklyn", + 50 + ], + [ + "Cozy Room in Brooklyn Loft Space", + 79 + ], + [ + "Cozy duplex in trendy Brooklyn neighbourhood.", + 80 + ], + [ + "Huge Apartment Near Subway, Quiet and Sunny!", + 127 + ], + [ + "Quiet Midtown Gem", + 110 + ], + [ + "Spacious and romantic apartment near Prospect Park", + 167 + ], + [ + "Great East Village 1BR In Prime Location", + 145 + ], + [ + "Modern Apartment in Historic Brownstone", + 174 + ], + [ + "Appartement spacieux au cœur d'Astoria", + 119 + ], + [ + "YANKEE STADIUM DOWNTOWN BRONX", + 62 + ], + [ + "Gorgeous cozy bdrm + private bath + backyard!", + 65 + ], + [ + "Large window Private Room in Flushing Queens", + 60 + ], + [ + "Cozy Room With 15 Minute Subway Ride to Manhattan!", + 50 + ], + [ + "Greenpoint/Williamsburg private studio room", + 139 + ], + [ + "Spacious and Modern is this 2 Bedroom Apartment", + 200 + ], + [ + "SUNNY N.Y.C. APARTMENT", + 130 + ], + [ + "Spacious bedroom in a good vibe apartment", + 43 + ], + [ + "Brand new One bedroom APT in brooklyn", + 80 + ], + [ + "2BR near Central Park, Lincoln Center", + 180 + ], + [ + "Bright Clean Economy Room in Crown Heights 4SL", + 54 + ], + [ + "Cozy and bright room in the center of Manhattan", + 75 + ], + [ + "N.Y.C. APPARTAMENTO LUMINOSO", + 176 + ], + [ + "Affordable Bedtsuy July Rental, ideal for student!", + 49 + ], + [ + "Ideal Manhattan Studio at the Upper East Side.", + 200 + ], + [ + "NEWLY Renovated Private 2 Bed Apt on 1 st Floor..", + 95 + ], + [ + "Private Room, Bright, Waterfront! Fantastic view!!", + 80 + ], + [ + "Bright, Sunny, Clean Bedroom w/Private Bath 3MB", + 63 + ], + [ + "Rainbow Guesthouse 1-3", + 32 + ], + [ + "Rainbow Guesthouse 1-6", + 32 + ], + [ + "Modern 3 Bedroom 2 BATH! 18 min to Times Sq+More!", + 275 + ], + [ + "East Williamsburg Studio", + 70 + ], + [ + "Bohemian Room in NYC at Great Location", + 70 + ], + [ + "Charming Luxury Apartment in Central Manhattan", + 400 + ], + [ + "Comfortable studio in heart of LES/Chinatown", + 100 + ], + [ + "Beautiful 2 Bedroom Lower East Side", + 125 + ], + [ + "Private Prospect Heights room", + 100 + ], + [ + "Large+Amazing 2BR ( Flex)-Upper East Side-E89th", + 220 + ], + [ + "Brooklyn Living", + 36 + ], + [ + "Studio Apartment.", + 100 + ], + [ + "Upper West Side One Bedroom Oasis", + 175 + ], + [ + "SIMPLEHOME\nNothing fancy just quiet Place", + 93 + ], + [ + "Waterfront Private Bedroom & Private Bathroom.", + 150 + ], + [ + "Sunny Prospect Park Apartment", + 85 + ], + [ + "Chic & Modern Townhouse Apartment", + 499 + ], + [ + "Spare Room in newly finished apartment", + 60 + ], + [ + "Quintessential West Village Apt", + 175 + ], + [ + "LARGE Luxury Private Room 5 mins from Times Sq", + 129 + ], + [ + "Williamsburg Oasis with Palm Tree Patio", + 225 + ], + [ + "Quiet Spot in Vibrant NYC Neighborhood", + 68 + ], + [ + "Rustic & Wabi-sabi Minimal Apt. w/ Terrace", + 250 + ], + [ + "Rainbow 2", + 49 + ], + [ + "Bedroom in Beautiful Park Slope Brownstone", + 77 + ], + [ + "Modern 2 Bedroom in Heart of Williamsburg", + 400 + ], + [ + "Beautiful East Village Gem", + 80 + ], + [ + "A Room in Park Slope", + 340 + ], + [ + "25% off; spacious, modern 2br; 25 min to Manhattan", + 135 + ], + [ + "Modern & Trendy 2-Bedroom 1 Bath Lower Manhattan", + 220 + ], + [ + "A Cozy Manhattan Sanctuary", + 2500 + ], + [ + "Travel Themed Room at Great Location", + 60 + ], + [ + "Open Room in Hell's Kitchen", + 300 + ], + [ + "Nice and safe every thing near me", + 100 + ], + [ + "Quiet Room Close to Central Park", + 50 + ], + [ + "Attractive one bedroom suite in midtown Manhattan", + 175 + ], + [ + "Chelsea luxury apartment", + 140 + ], + [ + "Sunny BK Bedroom with Private Bathroom and Balcony", + 90 + ], + [ + "法拉盛(Flushing)独立出入Basement套房出租。2房1卫 2Rooms/1Bath", + 54 + ], + [ + "Brand New 1 Bedroom Across from Prospect Park", + 91 + ], + [ + "Cozy, Private Apartment with Balcony", + 99 + ], + [ + "10th btw 5/6 Ave - A special place in Park Slope", + 200 + ], + [ + "East Village. Best Space/Location 1 Bdrm 1 Person", + 70 + ], + [ + "Comfy Guest room+private bathroom+ 300ft to Trains", + 77 + ], + [ + "Upper East Side Studio", + 100 + ], + [ + "Sunny room in the heart of Williamsburg", + 67 + ], + [ + "Sunny Bed-Stuy apartment with rooftop access!", + 70 + ], + [ + "Lux Renovated Williamsburg Duplex w/ Private Yard", + 250 + ], + [ + "Modern luxury apartment on 42nd Street", + 175 + ], + [ + "Large, Queen Bedroom in heart of Greenwich Village", + 106 + ], + [ + "Great room in spacious apt. right by the C", + 49 + ], + [ + "Comfortable, modern apartment in a fun area", + 200 + ], + [ + "Modern turn of century Brooklyn apartment.", + 100 + ], + [ + "Studio - West Village - Unit 5", + 150 + ], + [ + "Bright Clean Comfortable 1bdrm in west Chelsea", + 140 + ], + [ + "Convenient Brooklyn Apartment for July 4th weekend", + 125 + ], + [ + "Cozy Bedstuy Room", + 45 + ], + [ + "Hendrix Street Gem Rm #1", + 58 + ], + [ + "2 Story Penthouse | Private Floor, Bed, & Bath", + 94 + ], + [ + "Spacious Sunny Room in Astoria :)", + 75 + ], + [ + "Ground floor Apartment", + 95 + ], + [ + "Cozy room in the best area! Affordable stay in NY!", + 79 + ], + [ + "NYC Empire Apartment", + 145 + ], + [ + "Quiet, Large, & Cozy Bedroom in Bushwick Apt - 2", + 50 + ], + [ + "Quiet Full Bed, loft and couch", + 40 + ], + [ + "Cozy room in Dekalb Ave", + 34 + ], + [ + "Brooklyn's Big Room Next to Prospect Park", + 45 + ], + [ + "Sweet Space in Bed Stuy: July", + 32 + ], + [ + "1BR - Heart of West Village - 30 Day Min - Unit 4", + 190 + ], + [ + "30+ Day Stay -Cute Small House by a Beautiful Deck", + 138 + ], + [ + "Habitación ubicada céntricamente en la ciudad.", + 75 + ], + [ + "Sun filled 1 bedroom, 20 minutes from Manhattan", + 110 + ], + [ + "Artist's X-Large 2 Bedroom Loft w/King Bed.", + 264 + ], + [ + "Cozy room in Nolita", + 120 + ], + [ + "30+Day: Fun 3 Bedroom (kids Favorite) Home by Deck", + 298 + ], + [ + "30+Day Stay:Designer Sky Beautiful Loft (1000 sf)", + 150 + ], + [ + "30+Day Stay: New 3-4 Bedroom 4 Bath Apt by a Deck", + 398 + ], + [ + "Entire Apartment!! Free parking,30 min to Times Sq", + 155 + ], + [ + "Expensive, Small place, but it is 100% clean", + 157 + ], + [ + "Studio West Village - 30 Day Min - Unit 3", + 120 + ], + [ + "Simple Cost-friendly Private Room, FEMALES ONLY", + 29 + ], + [ + "Entire Apartment near Central Park", + 160 + ], + [ + "Cozy Apartment in a Private House", + 150 + ], + [ + "Stylish Brooklyn Studio", + 100 + ], + [ + "LES East Village Spacious Getaway", + 150 + ], + [ + "1 Room in high rise facing Central Park w/ balcony", + 160 + ], + [ + "Cozy East Williamsburg apt (walk up)", + 45 + ], + [ + "Amazing Room in Brooklyn", + 85 + ], + [ + "1- Bedroom in East Harlem", + 85 + ], + [ + "Clean, Bright Studio Apartment", + 100 + ], + [ + "Bright Private Space, Central Harlem, NYC", + 45 + ], + [ + "Beautiful Greenwich Village Home in NYC", + 250 + ], + [ + "1 Room highrise over Central Park-private balcony", + 165 + ], + [ + "Warm Sunny Bedroom w/ private bathroom 4MB", + 64 + ], + [ + "Bedroom #2 in Queens", + 60 + ], + [ + "Upper west side - One Bedroom + Bike", + 101 + ], + [ + "Cozy Private Room in Chinatown/ Lower East Side", + 50 + ], + [ + "Spacious Private Room in Crown Heights", + 55 + ], + [ + "BEDFORD AVENUE - cosy, bright, private bedroom", + 100 + ], + [ + "Zen Light Filled Experience in Heart of Greenpoint", + 200 + ], + [ + "Bright Clean Private Room in Crown Heights 4SR", + 53 + ], + [ + "Sanctuary from the City", + 44 + ], + [ + "Luxury Private Room on the Upper East Side!", + 90 + ], + [ + "Large Private Room in Duplex- Chelsea", + 105 + ], + [ + "Serene Goldfish Pond Garden Apt in Williamsburg", + 215 + ], + [ + "Beautiful 2 Bedroom on Subway", + 150 + ], + [ + "Bright & Cozy Upper East Side Studio", + 150 + ], + [ + "Cute apartment in Sunnyside", + 99 + ], + [ + "Beautiful Lower East Side 1 Bedroom Loft", + 325 + ], + [ + "Bright, Modern and Cozy Chelsea Studio!", + 155 + ], + [ + "Cozy Brooklyn Getaway", + 100 + ], + [ + "ENTIRE APT | BRIGHT 2 BED | Q, B & PROSPECT PARK", + 115 + ], + [ + "CRASH COOL TRAVELBLOGGERS COUCH LEARN TRAVEL TIPS!", + 59 + ], + [ + "Large 1 Bedroom Apt w/ Backyard!", + 275 + ], + [ + "Brian's place in Brooklyn", + 110 + ], + [ + "For the Wanderlust: Astoria Art-filled Apt", + 150 + ], + [ + "Calm, quirky Harlem apartment Room 2", + 75 + ], + [ + "Chelsea Private Bedroom and Bathroom", + 100 + ], + [ + "Upper west side - perfect feel at home place.", + 175 + ], + [ + "Scenic Brooklyn townhouse.", + 90 + ], + [ + "2 bed / 2.5 bath with outdoor space", + 250 + ], + [ + "Comfortable,3 bedroom, 2bath home away from home", + 150 + ], + [ + "Charming apartment (sleeps 2-4) in UES Manhattan", + 148 + ], + [ + "Modern Spacious and Sunny Place", + 100 + ], + [ + "纽约三室一厅两全浴带独立厨房和停车位\nThree-Room Two Bath and Parking", + 188 + ], + [ + "Artist's loft / Room / Greenpoint", + 43 + ], + [ + "Beautiful and tidy room at Time Square location", + 110 + ], + [ + "Cozy and modern apartment in Hell's Kitchen", + 200 + ], + [ + "Spacious and Bright Studio Apt in the Heart of UES", + 200 + ], + [ + "Private and cozy bedroom in the middle of NYC", + 120 + ], + [ + "Cozy bedroom in beautiful Bed-Stuy brownstone", + 51 + ], + [ + "Gigantic, convenient loft in S Williamsburg!", + 42 + ], + [ + "Taste of the Suburbs in Greenpoint", + 60 + ], + [ + "Maison 130", + 250 + ], + [ + "Private Room for 1 with Balcony! (004)", + 40 + ], + [ + "Cozy 1 Bedroom at a Very Convenient Location!", + 140 + ], + [ + "Cozy Upper West Side Apartment in New York City", + 116 + ], + [ + "Beautiful, Clean, Renovated, Sun-Drenched Studio", + 215 + ], + [ + "Garden Apt, 1,800 sq ft", + 181 + ], + [ + "Cozy Room In Perfect Location!", + 70 + ], + [ + "Bushwick 30 min to Times Square #4 bedrooms !", + 169 + ], + [ + "Sparkling 2nd Flr Apt, Near JFK, LGA & NY City", + 105 + ], + [ + "Private room in the heart of Gramercy, NY.", + 55 + ], + [ + "Time Square - Hell’s Kitchen", + 163 + ], + [ + "One stop to midtown Manhattan one stop to Brooklyn", + 75 + ], + [ + "Spacious 2 bedroom railroad apartment", + 225 + ], + [ + "Time Square NYC Location", + 110 + ], + [ + "Simple private bedroom in house apartment", + 29 + ], + [ + "Kingsize Prvt Room in Crown Heights", + 55 + ], + [ + "Antique Romantic apartment chinatown/downtown", + 102 + ], + [ + "1 Bedroom/1 Livingroom on 21st and 8th in Chelsea", + 130 + ], + [ + "Brooklyn Boho 3 Floor Townhouse", + 350 + ], + [ + "Warm Comfy Queen Bedroom in Crown Heights 3GR", + 53 + ], + [ + "BEAUTIFUL renovated Hamilton Heights room!", + 69 + ], + [ + "Sunny 1-br UES apartment!", + 130 + ], + [ + "Spacious Prewar South Bronx Apartment", + 140 + ], + [ + "Color and Comfort in Prime Brooklyn Location", + 84 + ], + [ + "Huge Central Wiliamsburg 2 bedroom clean w/rooftop", + 145 + ], + [ + "Big Private Studio one Subway stop from Manhattan", + 100 + ], + [ + "Cozy bedroom in Forest Hills", + 125 + ], + [ + "Gorgeous room with private full bathroom!", + 125 + ], + [ + "Sunny and Cozy Apartment by the Beach", + 60 + ], + [ + "Manhattan Skyline & Freedom Tower View", + 88 + ], + [ + "Private room at Stella's place", + 39 + ], + [ + "Brooklyn Garden Retreat", + 48 + ], + [ + "Comfortable room in heart of Fresh Meadows", + 60 + ], + [ + "Modern Cozy Private NYC-Manhattan Apartment", + 75 + ], + [ + "183 Pulaski st", + 55 + ], + [ + "Economy Queen Bed in Caribbean Crown Heights 2SL", + 51 + ], + [ + "Comfy Queen Bedroom in Crown Heights 2SR", + 54 + ], + [ + "Warm Comfy Queen Bedroom 2GR", + 52 + ], + [ + "Modern Studio on the Upper East Side", + 117 + ], + [ + "Garden Bedroom w/Private Bath in Crown Heights 2MB", + 62 + ], + [ + "Garden Master Bedroom in Crown Heights", + 63 + ], + [ + "Beautiful Williamsburg Loft 1/2 Block from Subway!", + 120 + ], + [ + "JFK 10 & LGA 15 minutes Single bed in the room", + 45 + ], + [ + "Secret Bushwick Bungalow", + 52 + ], + [ + "Cute, sunny room in NYC!", + 42 + ], + [ + "Modern and Private Duplex Apartment", + 175 + ], + [ + "Hunters Hideaway", + 142 + ], + [ + "Sunny Walk-up on the Upper East Side", + 80 + ], + [ + "Women-only listing: Spacious bedroom in Brooklyn", + 42 + ], + [ + "Ditmas Park Victorian Dream Space!", + 90 + ], + [ + "One-bedroom, two-bathroom apartment in Brooklyn.", + 50 + ], + [ + "Sunny Bushwick Bungalow", + 52 + ], + [ + "Massive 1200ft² Luxury Loft in Heart of Flatiron", + 350 + ], + [ + "Queens Village Home with Parking.", + 125 + ], + [ + "Steps to Times Square! Fabulous HK apt in NYC", + 105 + ], + [ + "Suite 627 - Affordable Luxury - Brooklyn Charm", + 100 + ], + [ + "White Bright Halsey Room", + 31 + ], + [ + "Private, Spacious Brooklyn Room in Prime Location", + 45 + ], + [ + "Room in Williamsburg", + 50 + ], + [ + "Sunny room in historic Bedstuy, Brooklyn", + 60 + ], + [ + "Midtown Room", + 80 + ], + [ + "Sunny 1BR - Trendiest location in NYC", + 180 + ], + [ + "Nice & new room in 2 bedroom apt. Washer/dryer 2R", + 40 + ], + [ + "Contemporary, Stylish 2,000 sq. ft. Tribeca Loft", + 550 + ], + [ + "Room in basement apartment in Woodlawn", + 70 + ], + [ + "PRIVATE ROOM IN SPACIOUS APARTMENT IN WILLIAMSBURG", + 60 + ], + [ + "Private comfy bedrm & bath Brookly NY", + 55 + ], + [ + "Private room in bustling Bushwick, Brooklyn", + 40 + ], + [ + "Charming Studio in Historic Brooklyn Brownstone", + 99 + ], + [ + "Sun-filled Lower East Side Guest Room", + 125 + ], + [ + "Small room in Historical home on Staten Island", + 34 + ], + [ + "Perfect 1 bedroom for short or extended stay.", + 100 + ], + [ + "Beautiful Comfortable Historic Brownstone", + 115 + ], + [ + "Sunny studio in midtown Manhattan", + 170 + ], + [ + "East Village Studio Recently Renovated", + 200 + ], + [ + "Fully furnished one bedroom in midtown Manhattan", + 175 + ], + [ + "Beautiful Brooklyn Studio", + 100 + ], + [ + "Bed-Stuy Beauty", + 50 + ], + [ + "A gem in the East Village Manhattan!!", + 220 + ], + [ + "Cozy Bedstuy Apartment", + 50 + ], + [ + "Beautiful Boerum Hill Apartment", + 275 + ], + [ + "Huge sunlit 1BD in heart of Williamsburg King Bed!", + 200 + ], + [ + "Home away from home, come live like a Brooklynite!", + 115 + ], + [ + "Sunny, quiet room next to Prospect Park", + 60 + ], + [ + "A Garden Grows in Greenpoint / Craft Chateau", + 54 + ], + [ + "Lovely Bedroom available in the heart of Bushwick", + 55 + ], + [ + "Stockton Studios", + 44 + ], + [ + "Cute Studio near Prospect Park", + 70 + ], + [ + "\"The luxury of Comfort\"", + 2500 + ], + [ + "Brooklyn, Carroll Garden Apartment", + 135 + ], + [ + "Super Nice and Cool One Bedroom in LES", + 138 + ], + [ + "Clean, Big, Sunny Room in Little Italy/Chinatown!", + 115 + ], + [ + "MJ house", + 70 + ], + [ + "Intimate and Welcoming", + 150 + ], + [ + "Entire Apt with City Skyline Views", + 150 + ], + [ + "~ Chic and open 2 bedroom Brooklyn Apartment ~", + 170 + ], + [ + "1BR - Heart of West Village - 30 Day Min - Unit 6", + 140 + ], + [ + "Beautiful One Bedroom on the Upper East Side", + 400 + ], + [ + "GardenViewApt 10min to Bushwick ArtScene,Food,Bars", + 95 + ], + [ + "Affordable, spacious room in Bed-Stuy", + 50 + ], + [ + "Spacious private room in the heart of Williamsburg", + 65 + ], + [ + "Charming One Bedroom in South Harlem", + 102 + ], + [ + "Sunny 2BR Brooklyn Loft", + 175 + ], + [ + "Heart of NYC - Best Location In The City", + 275 + ], + [ + "NYC 1-bedroom apartment on the UES", + 145 + ], + [ + "Good Vibes Tribeca Loft", + 700 + ], + [ + "Artist 1.5 bedroom WHOLE apartment in central NY!", + 239 + ], + [ + "Beautiful Studio in Historic Inwood-NYC!", + 65 + ], + [ + "BedStuy Dream-house", + 250 + ], + [ + "Sunny Room w/ Private Bath in Williamsburg!", + 90 + ], + [ + "Cozy Ground Floor Apartment-SUBWAY ONE BLOCK AWAY", + 85 + ], + [ + "Cozy, Cool, Mid Century Modern Apt in Boerum Hill", + 170 + ], + [ + "Treasure of Harlem: Balcony View and Fun Hosts", + 60 + ], + [ + "Private basement room in a duplex apartment", + 50 + ], + [ + "Sunny, spacious, homey Brooklyn loft", + 60 + ], + [ + "Sweet one bedroom apartment in Cobble Hill", + 152 + ], + [ + "The Historic Jackson Heights", + 62 + ], + [ + "Bright, spacious bedroom in comfy Brooklyn home", + 70 + ], + [ + "Sunny, Clean 2 beds 1 bath C.Heights Brooklyn", + 99 + ], + [ + "Charming One Bedroom Apt in West Chelsea", + 150 + ], + [ + "Brooklyn Spacious Studio", + 100 + ], + [ + "Rockaway Hideaway", + 110 + ], + [ + "Peaceful Private Studio Floor in Williamsburg Apt", + 60 + ], + [ + "Great 2BD in TriBeCa", + 700 + ], + [ + "Large NYC Apartment!", + 100 + ], + [ + "East Village Charming & Cozy Apt!", + 73 + ], + [ + "Tiny STUDIO in EastVillage", + 100 + ], + [ + "Enormous apartment with everything you need", + 58 + ], + [ + "Cozy Crown Heights w/ Botanical Garden Membership", + 200 + ], + [ + "Kosher, furnished room in Crown Heights!!!", + 70 + ], + [ + "Studio - West Village - Unit 1", + 140 + ], + [ + "Big Private Room in quite place with green view.", + 45 + ], + [ + "Spacious West Harlem Studio!", + 98 + ], + [ + "Bright corner Studio in the heart of Harlem", + 150 + ], + [ + "2 bedroom luxury building 10 day stay", + 80 + ], + [ + "Bright 2BR, terrace, best Bklyn Heights location!", + 299 + ], + [ + "Cozy bedroom in Harlem, NY", + 60 + ], + [ + "2 Bedrooms Available in Upper West Manhattan", + 51 + ], + [ + "Rockaway Beach Oasis", + 140 + ], + [ + "1 month min, Cozy Midtown East/UES studio!", + 150 + ], + [ + "Large beautiful room in luxury building with view", + 150 + ], + [ + "One room in a beautiful two bedroom appartment", + 70 + ], + [ + "Private bedroom in Sunny Bushwick Apartment", + 40 + ], + [ + "Comfortable Room in Bushwick", + 45 + ], + [ + "Furnished private large room at a great location", + 67 + ], + [ + "Entire 2 bedroom floor in owner occup Brownstone", + 290 + ], + [ + "Stunning Spacious Artist Loft", + 150 + ], + [ + "CHARMING QUIET STUDIO RIGHT OFF CENTRAL PARK WEST", + 159 + ], + [ + "Big apartment in Bushwick... art--nightlife--food!", + 77 + ], + [ + "UES: Bdrm Sunny Corner Apt, 3 flights of stairs up", + 175 + ], + [ + "Beautiful Modern Brooklyn Gem", + 85 + ], + [ + "Loft-like turn of the century apartment for shoots", + 1000 + ], + [ + "Large Private Room\nSleeps 4 Guests\nFull Amenities", + 60 + ], + [ + "NYC Room Sublet, Private Space, Air conditioner", + 45 + ], + [ + "Cozy Zen-like Jungle in Bushwick", + 55 + ], + [ + "SPOTLESS bedroom separate entrance paid parking.", + 48 + ], + [ + "1 Bedroom Apartment\nCrown Heights, Brooklyn", + 100 + ], + [ + "Two Bedroom Apt in Midtown East", + 200 + ], + [ + "Private room in Harlem with A/C", + 56 + ], + [ + "Cozy Inn", + 50 + ], + [ + "Gem in South Williamsburg", + 114 + ], + [ + "Spacious Prospect Park Loft Apartment", + 200 + ], + [ + "Beautiful modern Brooklyn apartment with balcony!", + 125 + ], + [ + "Private and Comfortable bedroom", + 60 + ], + [ + "Townhouse with private bathroom and lush backyard", + 40 + ], + [ + "One Bedroom LOFT 2 blocks from Bedford ave L", + 105 + ], + [ + "Cozy, charming uptown apartment!", + 70 + ], + [ + "Large bayfront Apt in Rockaway Beach", + 108 + ], + [ + "1 Bedroom in Beautiful Prospect Heights Apt.", + 60 + ], + [ + "Shu's home", + 130 + ], + [ + "Small cozy furnished bedroom in Sunnyside Queens", + 30 + ], + [ + "Great Luxury Condo Studio Apt", + 135 + ], + [ + "Pent house for rent in Astoria 5 min to LGA", + 300 + ], + [ + "Live like a local in the heart of Manhattan", + 79 + ], + [ + "Gorgeous Sun-fulled Studio, Perfect Location!!!", + 146 + ], + [ + "New + modern E Williamsburg apt *right* off subway", + 57 + ], + [ + "Historic Modernism in Harlem's Sugar Hill", + 250 + ], + [ + "Quiet Studio in Midtown manhattan", + 150 + ], + [ + "CITY ISLAND VACATION HOME NEAR THE BEACH", + 85 + ], + [ + "Cozy 1bedroom in Greenwich Village/Soho", + 70 + ], + [ + "Your Home by the Park", + 67 + ], + [ + "Bronx Room for Rent", + 35 + ], + [ + "Cozy Home in Brooklyn Heights", + 160 + ], + [ + "Private Room with Garden In Lovely Apt in Soho", + 100 + ], + [ + "Cozy Catch", + 47 + ], + [ + "Large-sunny-private room & bathroom in UES hi rise", + 46 + ], + [ + "Great location-Close to metro in cool neighborhood", + 50 + ], + [ + "East Williamsburg Sanctuary at Morgan L train", + 65 + ], + [ + "Modern Studio in Classic Upper East Side", + 115 + ], + [ + "UWS Townhouse 1BR Modern, Bright 3A", + 135 + ], + [ + "Beautiful Bedroom NEAR SUBWAYS 25 min to Manhattan", + 110 + ], + [ + "Room in conveniently located charming apartment", + 48 + ], + [ + "a room in Clinton Hill", + 45 + ], + [ + "1.5 Bed Condo in heart of Williamsburg", + 140 + ], + [ + "Beautiful Private Room", + 45 + ], + [ + "Cozy Gem in Huge Prewar Midtown Apartment", + 72 + ], + [ + "One Bedroom in the middle of Astoria", + 137 + ], + [ + "Beautiful Apartment with Garden In Brooklyn", + 170 + ], + [ + "Bedroom with Patio in Prime Williamsburg Location!", + 100 + ], + [ + "Charming 1 bedroom, Great Location LES/Chinatown", + 198 + ], + [ + "Lower East Dream Room!", + 100 + ], + [ + "Couch in Studio Apartment in Astoria", + 33 + ], + [ + "Private Room-Upper East Side", + 70 + ], + [ + "#1 Spacious Cozy Room, 30 minutes from Manhattan", + 42 + ], + [ + "Two bedrooms with free parking", + 139 + ], + [ + "Cozy 1 bedroom apt, Quiet, Near metro, East side", + 150 + ], + [ + "Bright 1 Bed Apartment in Fort Greene", + 180 + ], + [ + "Private spacious bedroom near JFK Airport", + 60 + ], + [ + "AMAZING 2 bedroom in the heart of Chelsea!", + 275 + ], + [ + "Huge 1 bedroom apartment on Broadway!", + 59 + ], + [ + "Modern, Stylish & Spacious Brooklyn Oasis", + 167 + ], + [ + "Cozy and private room in the East Village", + 95 + ], + [ + "Private Room in Sunny South Harlem Apt", + 50 + ], + [ + "Convenient / Spacious 1BR in Union Square", + 200 + ], + [ + "Sweet Cobble Hill \"tree house\"", + 125 + ], + [ + "Harlem Haven", + 100 + ], + [ + "Lower East Side - Bare Bones", + 94 + ], + [ + "Cozy private room in Brooklyn", + 70 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Venice Beach Meets Brooklyn Stunning Townhouse", + 550 + ], + [ + "private room in the Bronx", + 80 + ], + [ + "Dungeon heaven. SOHO loft-feel in Bklyn.❤️❤️❤️❤️❤️", + 68 + ], + [ + "Spacious, private master bed/bath in Bushwick!", + 63 + ], + [ + "2 Bedrooms PRIVATE BATHROOM AND KITCHEN", + 83 + ], + [ + "Spacious Clean Studio Apartment", + 60 + ], + [ + "CHIC & BRIGHT APT ON UES CLOSE TO CENTRAL PARK", + 155 + ], + [ + "Specious charming 2 bed room in Williamsburg", + 108 + ], + [ + "Pleasant Room in Lovely Home, quick ride to NYC", + 75 + ], + [ + "A Brooklyn Muse", + 250 + ], + [ + "Bushwick Landing Pad", + 35 + ], + [ + "Private room in Bedford / Williamsburg", + 70 + ], + [ + "Loft Like 1 Bedroom in Dumbo Brooklyn", + 195 + ], + [ + "Kozy Kingsbridge", + 75 + ], + [ + "One Bedroom Apartment + Private Terrace", + 98 + ], + [ + "1 bedroom presidential wyndham NYC", + 100 + ], + [ + "Only 30 Minutes Away From Manhattan", + 57 + ], + [ + "Spacious 1BR on the border of West Village/Chelsea", + 200 + ], + [ + "2nd Street Sanctuary", + 350 + ], + [ + "Spacious studio with private garden near The Met", + 145 + ], + [ + "The Astoria House: private 1B apt in NYC", + 170 + ], + [ + "Convenient 3 Bedroom w/ Large Terrace in Flushing", + 180 + ], + [ + "Cozy Retreat on Atlantic Ave", + 200 + ], + [ + "Brooklyn State of Mind - The Artist Loft", + 400 + ], + [ + "The North House:Large NYC home 15 Min to Manhattan", + 789 + ], + [ + "Cozy private room in Williamsburg", + 60 + ], + [ + "Bedroom with Manhattan view (females only)", + 60 + ], + [ + "Luxury Home away from home in NYC!", + 140 + ], + [ + "Entire Loft with Private Bath in Queens", + 89 + ], + [ + "Incredible East Village Apartment on St Marks!", + 150 + ], + [ + "Landmark 2bdrm Apt, Near Subway 20min to Manhattan", + 127 + ], + [ + "Spacious & Spectacular", + 110 + ], + [ + "Beauty of New York!", + 123 + ], + [ + "Little Italian Manor", + 81 + ], + [ + "Private, Sunny, lofted bedroom in Bushwick, BK", + 44 + ], + [ + "Large bedroom in spacious prime Williamsburg apt", + 105 + ], + [ + "Beautiful home in Crown Heights", + 100 + ], + [ + "Beautiful, Private 3BR Apt EAST VILLAGE", + 305 + ], + [ + "Sunny room, artistic modern building near subway", + 85 + ], + [ + "Newly renovated heart of Williamsburg great views", + 65 + ], + [ + "Lovely and cozy apartment in Williamsburg", + 90 + ], + [ + "Pretty bedroom for rent in Queens NYC - August", + 50 + ], + [ + "Cozy one bedroom apt in artsy Brooklyn Brownstone", + 100 + ], + [ + "Spacious one bedroom in heart of east village", + 176 + ], + [ + "Big Sunny 1BR near the subway - 20 mins to NYC!", + 100 + ], + [ + "Upper East Side Space and Access!!", + 187 + ], + [ + "Beautiful newly renovated home-Long stays welcome!", + 70 + ], + [ + "Private Room Spacious Apartment UES/Spanish Harlem", + 76 + ], + [ + "Spacious, sunny studio apt in East Village, NYC", + 175 + ], + [ + "2A. Private Rm in Guesthouse Manhattan", + 43 + ], + [ + "Modern townhouse in Clinton Hill, Brooklyn", + 350 + ], + [ + "Lovely, Cozy Room in Inwood", + 65 + ], + [ + "Two B/Rm (2-3 guests) Near Beach, A/air train, JFK", + 50 + ], + [ + "COMFY “Twin bed\" NEXT-LGA AIRPORT/Pre Book-US OPEN", + 37 + ], + [ + "Beautiful Double Room in the heart of Astoria, NY", + 48 + ], + [ + "Nolita Home", + 300 + ], + [ + "Large one separate bedroom", + 135 + ], + [ + "Harlem Haven Cozy Private Bed & Bath", + 135 + ], + [ + "Smart Manhattan Flat (upper east side)", + 72 + ], + [ + "Light filled apartment in Sunset Park", + 90 + ], + [ + "Amazing rooftop for unforgettable stay in New York", + 120 + ], + [ + "Chelsea Condo near High line", + 200 + ], + [ + "COZY STUDIO APT IN HEART OF CHELSEA", + 128 + ], + [ + "Renovated and Spacious Upper West Side Apt", + 300 + ], + [ + "Sunny, modern Clinton Hill Apartment", + 100 + ], + [ + "UPPER WEST SIDE | 1 BEDROOM | Lincoln Center", + 190 + ], + [ + "Beautiful and Modern Brooklyn Apartment", + 150 + ], + [ + "Spacious and clean bedroom in Washington Heights", + 50 + ], + [ + "Fm", + 110 + ], + [ + "Lovely Apartment 1bd Clean & Quiet. You'll love it", + 60 + ], + [ + "Luxurious, Beautiful, Spacious 2BR in Williamsburg", + 175 + ], + [ + "Great 1 Bedroom duplex apt in Kips-Bay/MurrayHill", + 229 + ], + [ + "Beautiful Cozy,clean NYC nest at amazing location.", + 95 + ], + [ + "Great private room in the heart of Williamsburg", + 84 + ], + [ + "Mi Casa su Casa!", + 80 + ], + [ + "❤️Private Suite w Balcony ❤️25 Mins to NYC", + 120 + ], + [ + "Chic & Sleek Mid-Century Styled Apt", + 100 + ], + [ + "Charming apartment + private patio in Times Square", + 210 + ], + [ + "Spacious Loft with Designer Layout", + 260 + ], + [ + "Modern Front Apartment in Brooklyn!", + 99 + ], + [ + "Charming Private Room in the heart of East Village", + 125 + ], + [ + "Brooklyn Bedroom with Rooftop and Garden", + 65 + ], + [ + "Modern room in renovated Williamsburg apartment", + 80 + ], + [ + "Cozy Room in Beautiful Harlem Apartment, NYC!", + 69 + ], + [ + "Beautiful Large Bedroom in Brooklyn!", + 48 + ], + [ + "Spacious Sunny Living Room in Prime Brooklyn", + 40 + ], + [ + "Sunlit giant apt in the privileged Upper East", + 135 + ], + [ + "Bright 3-bedroom apartment in beautiful Brooklyn", + 103 + ], + [ + "ABSOLUTE PRIVACY - 10 Mins to JFK 20 Mins to LGA!", + 110 + ], + [ + "Spacious Private Space In Upper Manhattan", + 50 + ], + [ + "East Williamsburg Hideaway House", + 45 + ], + [ + "Cozy Studio Upper East Side", + 125 + ], + [ + "Elegant Private Room in Midtown West", + 129 + ], + [ + "Exclusive Modern Private Room in Hells Kitchen", + 129 + ], + [ + "Trendy Private Room in Midtown West", + 129 + ], + [ + "UPPER WEST SIDE - WEST END AVENUE AND 65TH ST", + 190 + ], + [ + "Modern Comfort Room w/ Patio 7 mins to Manhattan", + 65 + ], + [ + "Central location in Midtown, doorman building", + 99 + ], + [ + "Cozy private room in Hamilton Heights in Manhattan", + 60 + ], + [ + "Lovely 1 bedroom apartment with large balcony.", + 89 + ], + [ + "Cosy bedroom complete with fort", + 75 + ], + [ + "Gorgeous UWS apt, close to culture and nature!", + 187 + ], + [ + "Cool Astoria Apartment minutes from Manhattan", + 95 + ], + [ + "Peaceful space", + 45 + ], + [ + "Spacious 3 BDR APT Brooklyn Sleeps 12!", + 160 + ], + [ + "Huge 1 BR Manhattan Apt-5 mins to express Q train", + 140 + ], + [ + "Crown Heights 2 Bedroom Apt.", + 90 + ], + [ + "The City Farmhouse APT A **MONTHLY RENTALS**", + 200 + ], + [ + "Cozy room with a bathroom", + 48 + ], + [ + "Lower East Side Getaway", + 69 + ], + [ + "Cozy Bright in Kensington by trains", + 45 + ], + [ + "Fanta Sea Home", + 90 + ], + [ + "1 bedroom in 3 bedroom apartment", + 45 + ], + [ + "Spacious 1 Bedroom in East Village", + 110 + ], + [ + "Beautiful sunny room in Central Brooklyn/Bed-Stuy", + 40 + ], + [ + "Home away from home", + 50 + ], + [ + "One bedroom luxury apartment!", + 180 + ], + [ + "Lightfilled room in Clinton Hill Loft", + 45 + ], + [ + "Cozy, Bright, Bohemian Space in the East Village", + 125 + ], + [ + "Perfect Grand Central apartment", + 325 + ], + [ + "Spacious room in Williamsburg.", + 55 + ], + [ + "Cozy, Quite, Private, Near LGA", + 39 + ], + [ + "spacious and sunny room, with a rooftop", + 85 + ], + [ + "Ideal Private Room in the Heart of Williamsburg", + 80 + ], + [ + "Charming Two Bedroom in Brownstone, BedStuy :)", + 124 + ], + [ + "Cozy & Quiet Harlem Studio", + 120 + ], + [ + "Charming, Sunlit 1-Bedroom on Upper East Side", + 120 + ], + [ + "Clean, Cute Williamsburg Apt, Steps from train!", + 198 + ], + [ + "1BR in Luxury Financial District Highrise", + 55 + ], + [ + "Château Sharif - Cozy Washington Heights Studio", + 100 + ], + [ + "Garden duplex in classic brownstone", + 225 + ], + [ + "Large Williamsburg Bedroom", + 60 + ], + [ + "Private room 1 block from train", + 57 + ], + [ + "Cozy bedroom in East Williamsburg loft.", + 95 + ], + [ + "Master Bedroom in Penthouse Duplex Private Terrace", + 600 + ], + [ + "Williamsburg Brooklyn", + 200 + ], + [ + "Peaceful Private Attic Bedroom, Living Room & Bath", + 80 + ], + [ + "Prime Wburg, spacious and sunny", + 116 + ], + [ + "Great & convenient location in East Village!", + 75 + ], + [ + "Cozy and Charming", + 45 + ], + [ + "Large room in a beautiful, easy-commute apartment", + 50 + ], + [ + "Kew Gardens, New York", + 150 + ], + [ + "Cute 1-bedroom uptown apt", + 120 + ], + [ + "Newly renovated studio in heart of Brooklyn", + 99 + ], + [ + "LARGE 3 bed on UWS, Steps to Central Park, Subway", + 325 + ], + [ + "Cute & Cosy in West Village", + 150 + ], + [ + "Wingate Manhattan Midtown (#1)", + 500 + ], + [ + "Boho Brooklyn nest", + 210 + ], + [ + "Bright and spacious room in prime Bushwick!", + 55 + ], + [ + "Cozy & Cheap BK Nook, Easy Access to Manhattan", + 108 + ], + [ + "1 Room in Spacious Harlem Manhattan 3BR Home", + 50 + ], + [ + "Big 3 Bedroom Garden Level Apartment Near Subway", + 72 + ], + [ + "@Ferry,Large Private Rm,Renovated/Stylish,Views...", + 33 + ], + [ + "Charming Townhouse duplex in Chelsea", + 500 + ], + [ + "#3 Bright And Cozy Room, 30 minutes to Manhattan", + 42 + ], + [ + "Spacious, Airy, Private Bedroom", + 87 + ], + [ + "The Magnificent", + 45 + ], + [ + "Elegant Arty Studio In Brooklyn", + 150 + ], + [ + "Unique 3 bedroom apartment in Bed-Stuy come all", + 170 + ], + [ + "Cool Room + Private Bathroom | Hip Location!", + 75 + ], + [ + "Beautiful two bedroom apt in Crown Heights/Bedsty", + 200 + ], + [ + "Upper East Dream Apartment Stunning 1 Bed Room.", + 115 + ], + [ + "Beautiful queens apartment! 10 minutes to NYC", + 165 + ], + [ + "Mundo's World", + 60 + ], + [ + "Sunny room with a Balcony in Prospect Heights", + 59 + ], + [ + "Bright Room in the great neighborhood ofPark Slope", + 49 + ], + [ + "Cozy The East Village 1BD", + 150 + ], + [ + "Cozy and Charming Private Room in Lower East Side", + 77 + ], + [ + "Serene & Cozy 1bed w/backyard, Great Location", + 99 + ], + [ + "Bright mid-century brownstone apt", + 120 + ], + [ + "Huge space right next to Central Park", + 85 + ], + [ + "Lovely Park Slope 1BR / 2BA with outdoor space", + 175 + ], + [ + "Brooklyn 1-Bedroom with Skyline Views", + 60 + ], + [ + "Central Harlem- 15 Min to Times Square", + 250 + ], + [ + "Clean and Bright Room with AC! BUSHWICK/RIDGEWOOD", + 30 + ], + [ + "Art Lovers Paradise in Upper Manhattan", + 99 + ], + [ + "#2 Newly Renovated Room , 30 minutes to Manhattan", + 42 + ], + [ + "Cozy, Clean, tidy budget room", + 90 + ], + [ + "Cozy and bright room in Morningside Heights", + 48 + ], + [ + "Cozy & Quiet Private UES Room", + 55 + ], + [ + "Cosy Studio in Rego Park", + 40 + ], + [ + "Beautiful 2br apt. in heart of historic Harlem", + 200 + ], + [ + "Stay at my Studio! Clean Cozy Studio - FT GREENE", + 100 + ], + [ + "Cozy private room near cafes and subway", + 107 + ], + [ + "Sunny Apartment in Brooklyn", + 175 + ], + [ + "Lovely 1 bedroom Manhattan flat in Spanish Harlem", + 150 + ], + [ + "Luxury 2 Beds 1 Bath by lincoln center", + 225 + ], + [ + "Calm and cozy bedstuy room", + 27 + ], + [ + "Charming studio in the heart of Williamsburg", + 101 + ], + [ + "Upper West side,Lincoln center,Luxury 2Bed 2Bath", + 255 + ], + [ + "Upper West side, 2 bed 2 Bath", + 320 + ], + [ + "Spacious & Light 2 Bedroom Apartment", + 87 + ], + [ + "Fun studio apartment in Washington Heights, NYC", + 60 + ], + [ + "Luxury Apartment in NYC Financial District", + 199 + ], + [ + "Coolest Apartment at Great Location!!", + 320 + ], + [ + "Private Room in Park Slope Loft/Townhouse", + 88 + ], + [ + "Charming Alcove Studio in heart of West Village", + 115 + ], + [ + "Huge Space in Brooklyn's Most Beautiful Area", + 85 + ], + [ + "Plant-filled, sunny Clinton Hill studio", + 83 + ], + [ + "Large Studio in the HEART OF MANHATTAN", + 176 + ], + [ + "perfect place for tourist, near subway, restaurant", + 100 + ], + [ + "Cozy Room in Heart of SoHo near NYU, WSP, Subway", + 100 + ], + [ + "RELAX & UNWIND - Classy Unique HOUSE for 9 People", + 135 + ], + [ + "Long Stay at Central Park West", + 150 + ], + [ + "Amazing Soho Loft", + 250 + ], + [ + "Brooklyn Backyard Oasis", + 125 + ], + [ + "Cozy 1 bedroom in the heart of E. Village", + 160 + ], + [ + "Nice walk-in studio in Sheepshead Bay, Brooklyn", + 95 + ], + [ + "Luxury Williamsburg duplex, private roof terrace", + 250 + ], + [ + "Chic East Village 1 bed apt", + 175 + ], + [ + "Clean Studio in Soho and Little Italy", + 150 + ], + [ + "Charming 1br on historic East Village block", + 192 + ], + [ + "Nice and safe", + 69 + ], + [ + "Bed-Stuy Brownstone 1 bedroom", + 110 + ], + [ + "Tiny House", + 92 + ], + [ + "Spacious loft with Balcony sleeps TWO", + 95 + ], + [ + "NEW YORK CENTRAL APARTMENT/TIME SQUARE", + 280 + ], + [ + "Sunny and Peaceful Haven in Heart of Williamsburg", + 275 + ], + [ + "Room in a Huge Loft Apartment", + 60 + ], + [ + "Brand NEW & SIMPLE apt in quiet Chinatown", + 110 + ], + [ + "Micheal's Apartment in Harlem", + 80 + ], + [ + "Luxury Private Bedroom (near JFK)", + 65 + ], + [ + "Close to all NYC! Perfect place and cozy room", + 89 + ], + [ + "SoHo studio", + 200 + ], + [ + "BRIGHT LUXURIOUS MASTER BEDROOM", + 59 + ], + [ + "SUNNY PRIVATE ROOM", + 55 + ], + [ + "GORGEOUS LARGE BDR CLOSE TO MANHATTAN", + 60 + ], + [ + "Awesome Times Square 1 BR Loft in City Centre", + 199 + ], + [ + "Cool Studio in Brooklyn", + 120 + ], + [ + "great area in East Williamsburg", + 35 + ], + [ + "ॐ Private Room in Yoga Retreat Center - Brooklyn ॐ", + 79 + ], + [ + "Cozy Brightly Lit Room in Huge Loft Space", + 65 + ], + [ + "Bright & Sunny Bedroom in Brooklyn", + 65 + ], + [ + "Artist Loft in Prime trendy East Williamsburg!", + 85 + ], + [ + "Modern, big and comfy space in the heart of NYC", + 250 + ], + [ + "Convenient & Cozy Upper East Side Apartment", + 246 + ], + [ + "Cozy Studio in midtown Manhattan", + 150 + ], + [ + "Awesome 2 Bedroom Brooklyn Apartment / Sleeps 6", + 250 + ], + [ + "Cozy And Quiet Getaway (Queen Size Bed)", + 34 + ], + [ + "Sun Drenched Apartment", + 80 + ], + [ + "Traveler/Student Prvt Rm w/ 1/2 Bath (001)", + 35 + ], + [ + "105 Wilson", + 75 + ], + [ + "Cozy And Quiet Single Room (003) A/c in sunmmer", + 33 + ], + [ + "Amazing Studio step away from the Time Sq/74B", + 130 + ], + [ + "West 57th Street by Hilton Midtown Manhattan", + 350 + ], + [ + "Welcome 2 rooms 10 min to airports 30 mins to NYC", + 60 + ], + [ + "Private Bedroom West Village Greenwich Apartment", + 150 + ], + [ + "Lovely Private Room in the Heart of Williamsburg", + 65 + ], + [ + "Charming studio in midtown east Manhattan", + 150 + ], + [ + "Huge Sunny room in BedStuy (musician friendly)", + 100 + ], + [ + "Amazing Cozy Upper East Side Private Artistic Flat", + 219 + ], + [ + "Classic Williamsburg Apartment.", + 90 + ], + [ + "Home away from home.", + 46 + ], + [ + "Sunny and Airy FiDi Studio", + 200 + ], + [ + "Entire Historic Brownstone Apartment-Outdoor Space", + 160 + ], + [ + "Charming 2B/2BR in the heart of the West Village", + 599 + ], + [ + "¡AMAZING PENTHOUSE IN SOHO (Nolita-1BR)!", + 350 + ], + [ + "Family-Friendly, 2br, Tons of Light! Amazing find.", + 88 + ], + [ + "Private Bedroom in Large Astoria apartment", + 105 + ], + [ + "The Bedford", + 175 + ], + [ + "Sunny, quiet room next to Seaview Park w/AC", + 80 + ], + [ + "Apartment for One Person Midtown, Doorman Building", + 105 + ], + [ + "Amazing Condo with the Terrace step at Time Sq/55B", + 160 + ], + [ + "Kensington/Ditmas Park Single family home", + 160 + ], + [ + "Spacious & Serene in the Heart of Brooklyn Heights", + 200 + ], + [ + "BK Master bedroom with King sized bed", + 97 + ], + [ + "Comfortable PRIVATE ROOM in a great location", + 89 + ], + [ + "Quiet Rare Superb West Village Apartment.", + 225 + ], + [ + "Amazing studio step away from Time Square/54B", + 130 + ], + [ + "Bright Bedroom in Brooklyn Home", + 50 + ], + [ + "Luxury condo, full floor - Master w/lvg rm+ 2 ba!", + 125 + ], + [ + "Classic Artist Loft", + 149 + ], + [ + "Brooklyn Basement", + 200 + ], + [ + "Sunny, Spacious Brooklyn Room & Private Backyard", + 60 + ], + [ + "Dupont Duplex", + 200 + ], + [ + "Sunny Private Room in Harlem", + 65 + ], + [ + "The Heart of Harlem", + 55 + ], + [ + "Charming Modern Apartment", + 78 + ], + [ + "Luxury Williamsburg with Panoramic City Views", + 275 + ], + [ + "Room in lovely loft with waterfront view", + 140 + ], + [ + "Furnished Historical Townhouse", + 214 + ], + [ + "Great apartment , Astoria , NYC .", + 65 + ], + [ + "Bright Airy Spacious Brooklyn Artist's Home", + 75 + ], + [ + "BEAUTIFUL PRIVATE ROOM", + 45 + ], + [ + "Spacious 2 BDR APT BROOKLYN Sleeps 8!", + 95 + ], + [ + "Large, New, Modern Uptown Room - 2", + 65 + ], + [ + "Fascinating Modern Apartment - 5 mins Time Square", + 111 + ], + [ + "luxury for a discount", + 210 + ], + [ + "LARGE BEDROOM WITH ROOFTOP/WASHER/DRYER", + 100 + ], + [ + "Huge Loft Space in Red Hook", + 145 + ], + [ + "Heart of Bushwick", + 50 + ], + [ + "Sunny, Bright, & VERY Spacious! 2BR-Gramercy Park", + 280 + ], + [ + "Bright kid-friendly apartment near the Navy Yard.", + 136 + ], + [ + "Prewar duplex, 3 bedrooms, minutes from everything", + 585 + ], + [ + "Brand New Luxury 1BR 12 Mins from midtown", + 200 + ], + [ + "Artsy 1BR/1BA high wood ceilings steps from water", + 180 + ], + [ + "Hendrix Street Gem Rm #2", + 40 + ], + [ + "Hendrix Street Gem Rm #3", + 40 + ], + [ + "Brooklyn Apartment", + 56 + ], + [ + "Modern large 2 bedroom steps from Central Park!", + 795 + ], + [ + "Lovely 1st floor studio", + 135 + ], + [ + "Spacious 2 Bedroom at the heart of East Village", + 130 + ], + [ + "Large 1st floor apartment at fantastic location!", + 80 + ], + [ + "The Oasis 1", + 110 + ], + [ + "Sanjay's Art Lab - Prime LES - Quintessential NYC", + 50 + ], + [ + "Artist's Townhouse w/ garden, grill -near subway", + 298 + ], + [ + "Beautiful Bedroom in Washington Heights", + 55 + ], + [ + "Bedroom and own bathroom in Chelsea apartment", + 110 + ], + [ + "Downtown Brooklyn Condo", + 145 + ], + [ + "Bright Private Bedroom by Wall Street", + 87 + ], + [ + "Brooklyn Amazing Deal! Bright, Cozy Apartment", + 100 + ], + [ + "Quiet and Cozy | BEST LOCATION in NYC", + 125 + ], + [ + "Cozy 1 bdrm apt in the heart of hippest LES hood", + 115 + ], + [ + "Private room in the heart of Williamsburg", + 50 + ], + [ + "Newly renovated clean and Cozy Private room", + 43 + ], + [ + "BRAND NEW MODERN 2BR 1BA,HEART OF LOWER EAST SIDE!", + 449 + ], + [ + "Esteem's Place", + 26 + ], + [ + "Large bedroom near trains & park", + 38 + ], + [ + "Room in artist loft with waterfront view", + 110 + ], + [ + "1 Room in Bushwick *Females only*", + 32 + ], + [ + "Sun-Filled Apartment with Excellent Location", + 149 + ], + [ + "Sheepshead Bay, 1-bdr apartment. Close to all!", + 130 + ], + [ + "Jolly Bedroom! 3 minute walk to Astoria Ditmars!", + 75 + ], + [ + "Sun soaked apartment in the Friends Building", + 350 + ], + [ + "Sunny Fort Greene room with A/C, high ceilings", + 62 + ], + [ + "Bohemian cozy", + 110 + ], + [ + "Private Bedroom in Luxury Uptown Condo", + 80 + ], + [ + "Great Room on Kips Bay", + 120 + ], + [ + "Sunny loft in heart of Crown Heights", + 57 + ], + [ + "Big, Bright, Beautiful Private Apartment", + 239 + ], + [ + "DaDukes Dreams", + 84 + ], + [ + "Private room (bright and clean) Manhattan NYC", + 44 + ], + [ + "Huge Private Bedroom in Harlem", + 100 + ], + [ + "Rare Find: SUNNY, LARGE DUPLEX Chelsea 2BR 2BA", + 500 + ], + [ + "Private long room in Manhattan NYC", + 46 + ], + [ + "Beautifully Decorated 1 Bedroom w/ Large Terrace", + 140 + ], + [ + "Private room (cozy and clean) Manhattan NYC", + 41 + ], + [ + "Workspace Room 2 - 2", + 35 + ], + [ + "Newly Renovated/Private Apt/1-br by Park and Metro", + 114 + ], + [ + "Lovely City Retreat", + 57 + ], + [ + "Private comfortable room in BK close to Manhattan", + 40 + ], + [ + "Large Room With 2 Queen Beds Close to Metro", + 60 + ], + [ + "Classic Manhattan Loft Apartment", + 137 + ], + [ + "Bright & Beautiful 1BR Apartment in East Village", + 150 + ], + [ + "Light, Large Private Bedroom in 1865 townhouse", + 80 + ], + [ + "Large sunny room near park & trains", + 33 + ], + [ + "5 min subway 20 to city Cozy Value Room near SUNY", + 50 + ], + [ + "Brand New Williamsburg Room!", + 65 + ], + [ + "Brooklyn Base Camp", + 55 + ], + [ + "Basic Overnight Stay by Subway w/ free parking", + 39 + ], + [ + "Sunny & Cozy Room in Top Floor Apt with Terrace", + 150 + ], + [ + "Prime Upper East Side Studio", + 197 + ], + [ + "★ Comfy Couple's Getaway ★ Walk/Transit Score 85+", + 65 + ], + [ + "MARTIAL LOFT 3: REDEMPTION (downstairs, 3rd room)", + 50 + ], + [ + "Master Bedroom with Own Bathroom, near subway", + 50 + ], + [ + "Bright, Plant-Filled 2 Bedroom in Prospect Park", + 130 + ], + [ + "Unique Place in New York City", + 200 + ], + [ + "Huge room at an affordable price", + 45 + ], + [ + "Sunny and Spacious private bedroom", + 66 + ], + [ + "Spacious Room in Modern Duplex Loft", + 60 + ], + [ + "CROWN HEIGHTS GUEST HOUSE 2R2L3R3L", + 399 + ], + [ + "Tays LES sanctuary", + 90 + ], + [ + "JnK BnB", + 33 + ], + [ + "Private Room with 2 Beds in Hamilton Heights", + 75 + ], + [ + "2 bedroom next to Times Square & Central Park", + 279 + ], + [ + "Brooklyn 1 Bedroom w/ AC, laundry and roof!", + 120 + ], + [ + "Large private room in Manhattan NYC", + 51 + ], + [ + "HEART of MANHATTAN", + 130 + ], + [ + "Spacious & Quiet 1 Bedroom", + 90 + ], + [ + "Hank's", + 100 + ], + [ + "$47/day Private ROOM! BETTER THAN HOSTEL! In Bklyn", + 47 + ], + [ + "Bright Large Bedroom in Heart of Bed Stuy w/Garden", + 85 + ], + [ + "Lavish Private bedroom by central park", + 99 + ], + [ + "Cozy studio in the heart of Manhattan", + 120 + ], + [ + "MARTIAL LOFT 3: REDEMPTION (downstairs, 1st room)", + 60 + ], + [ + "Room for one at Stella's place", + 29 + ], + [ + "UWS. Beautiful 1brm apartment w/ king size bed", + 170 + ], + [ + "Minimalist Private Bedroomm - Clean/Spacious/Airy", + 45 + ], + [ + "Spacious Furnished Room steps away from Cloisters!", + 70 + ], + [ + "Trendy, Bright and spacious 1BR apt East Village", + 198 + ], + [ + "Bright and Beautiful Pre-War Home in Bushwick", + 87 + ], + [ + "Pleasant 1 bedroom apartment in Harlem Brownstone", + 80 + ], + [ + "Large, Quiet Apartment With Easy Subway Access!", + 250 + ], + [ + "Comfort of home in the center of it all!", + 152 + ], + [ + "Quaint Nolita Apartment", + 95 + ], + [ + "ART LOFT/HOME: DINNERS, GATHERINGS, PHOTO", + 1795 + ], + [ + "Rustic 1 Bedroom with Exposed Brick", + 210 + ], + [ + "Spacious 2 bedroom apartment", + 135 + ], + [ + "Amazing location across from Park and Subway", + 69 + ], + [ + "Large Room with Private Entrance Close to Metro", + 55 + ], + [ + "LES 1 Bedroom. Cozy, Sunny, Modular", + 90 + ], + [ + "Super Clean Room For 2 - Close To Metro", + 45 + ], + [ + "Midwest Oasis in Kings County", + 80 + ], + [ + "Comfy “sofa bed\" next to LGA AIRPORT and #7 train", + 37 + ], + [ + "700sqft Modern, Brand New Studio in Central Harlem", + 130 + ], + [ + "Beach House", + 275 + ], + [ + "Bushwick gem with private garden patio.", + 150 + ], + [ + "1 Bed garden apt in Classic Brownstone - sleeps4", + 200 + ], + [ + "Extremely Large, Beautiful 2 Bedroom -Union Square", + 230 + ], + [ + "Beautiful Bright Bushwick Cove", + 65 + ], + [ + "Beautiful Apartment in Brooklyn!", + 149 + ], + [ + "Labor Day in NYC! Renovated Luxury Apt, Midtown", + 690 + ], + [ + "Furnished Upper East Side Room!", + 53 + ], + [ + "Private room+bath in Dumbo apartment", + 245 + ], + [ + "Williamsburg Bedroom w/Private Terrace!", + 70 + ], + [ + "Beautiful + Unique + Large 1BD in East Village", + 275 + ], + [ + "Cozy 1 bedroom Apt Morningside/Harlem", + 113 + ], + [ + "Cozy Bedroom in Charming Astoria", + 56 + ], + [ + "HOUSE WITH 2 ENTRANCES 15min TO MANHATTAN", + 268 + ], + [ + "Private Room & Living Room in shared Bushwick Apt", + 75 + ], + [ + "Large, bright bdr in a luxury bdg in Mid East", + 82 + ], + [ + "Cozy Room in Beautiful Brooklyn", + 65 + ], + [ + "Beautiful 1 bedroom apartment in Greenpoint, BK", + 71 + ], + [ + "AG's palace 2", + 89 + ], + [ + "Two rooms in one. A family friendly neighborhood.", + 59 + ], + [ + "Beautiful, airy bedroom in Williamsburg", + 50 + ], + [ + "Entire 1BD Apartment in Crown Heights, BK", + 100 + ], + [ + "Private Room in Central Harlem", + 55 + ], + [ + "Basement Studio Apt in a quiet area close to all", + 69 + ], + [ + "GIRLS ONLY Romantic, antique, & cozy room", + 35 + ], + [ + "Private room in 3br apt in West Village", + 108 + ], + [ + "Home Away from Home", + 100 + ], + [ + "AG's Palace 3", + 75 + ], + [ + "A Lovely getaway apt in upper Manhattan!!", + 99 + ], + [ + "Modern Private Room in Prime Williamsburg!", + 80 + ], + [ + "Clinton Hill Apartment With Large Private Balcony", + 158 + ], + [ + "Private Room in Bedstuy", + 50 + ], + [ + "Cozy West Village Apartment", + 250 + ], + [ + "Williamsburg Loft - Private room", + 100 + ], + [ + "Pre-War Brownstone 2 Blocks from Central Park", + 299 + ], + [ + "East Village Gem", + 65 + ], + [ + "Steps to Central Park: spacious and cozy UWS 1BR", + 175 + ], + [ + "Cozy 1BD Apartment in Brooklyn Prospect Lefferts", + 90 + ], + [ + "Luxurious apartment-private bed & private bathroom", + 120 + ], + [ + "Greenpoint Guesthouse with 2 Private Patios", + 150 + ], + [ + "Cozy spacious room in LIC with backyard and bath", + 61 + ], + [ + "Sunny room in lovely modern building", + 175 + ], + [ + "Clean, Spacious Place on a Tree-Lined Street", + 150 + ], + [ + "Bright Bedroom", + 80 + ], + [ + "Loring Estate", + 100 + ], + [ + "Cozy Basement Apartment near RUMC Hospital", + 75 + ], + [ + "Wingate Manhattan Midtown (#2)", + 500 + ], + [ + "Fully equipped apartment on perfect location", + 115 + ], + [ + "Cozy centrally located room in the East village", + 150 + ], + [ + "Charming studio in the heart of Astoria", + 110 + ], + [ + "Beautiful 1 bedroom near Central Park/Times Square", + 160 + ], + [ + "Beautiful, Spacious 1-Bedroom in the East Village", + 230 + ], + [ + "Sunny and Spacious Apartment in Astoria", + 120 + ], + [ + "Cozy well decorated/located studio in Astoria", + 110 + ], + [ + "Single Apt,Near DNR train,Fast travel to Manhatan", + 80 + ], + [ + "**Irresistible Jewel**", + 199 + ], + [ + "Large, quiet luxury home in Manhattan", + 280 + ], + [ + "1 Bedroom in the heart of the Lower East Side", + 140 + ], + [ + "Private bedroom available in Bed Stuy, Brooklyn", + 50 + ], + [ + "Private Bedstuy Bedroom", + 40 + ], + [ + "Artist's Abode Across from Prospect Park", + 200 + ], + [ + "Stunning Brooklyn Heights House, Manhattan 5 mins", + 1095 + ], + [ + "Bklyn private room and private bathrm by F,G train", + 56 + ], + [ + "Residential Area in the heart of Queens", + 80 + ], + [ + "Huge duplex with yard - 15 mins to Manhattan!", + 154 + ], + [ + "The real Brooklyn experience in Greenpoint!", + 63 + ], + [ + "1 bedroom in a charming and cozy apartment in bk.", + 125 + ], + [ + "Crown Heights Guest House 2L", + 99 + ], + [ + "Neat Upper East apartment just for you", + 265 + ], + [ + "Green Oasis in East Williamsburg", + 65 + ], + [ + "CROWN HEIGHTS GUEST HOUSE 2L2R", + 199 + ], + [ + "Kew gardens", + 45 + ], + [ + "Cozy Room in Upper-East Side Tower", + 69 + ], + [ + "Charming room in mid-century comfort and quiet.", + 65 + ], + [ + "Upper West Side Town House Apartment", + 82 + ], + [ + "Bright & Beautiful Brooklyn Boudoir and more! ☺", + 249 + ], + [ + "Beautiful large 2 bed apartment near Columbia U", + 220 + ], + [ + "Sunny 1 Bedroom in heart of Brooklyn!", + 95 + ], + [ + "Prime Bushwick location w/ washer/dryer + rooftop!", + 34 + ], + [ + "Fabulous and peaceful retreat in Brooklyn", + 190 + ], + [ + "Great East Village One Bedroom", + 160 + ], + [ + "The Dream Room (Private Room)", + 85 + ], + [ + "#4 Cozy And Bright Room, 30 Minutes to Manhattan", + 38 + ], + [ + "Bargain! Amazing location Orchard St in the LES", + 58 + ], + [ + "Time Square Private Studio", + 179 + ], + [ + "近JFK 机场和地铁", + 40 + ], + [ + "Cozy room weekly , 35 minutes far to Manhattan", + 45 + ], + [ + "Studio at Central Park North with fast/easy travel everywhere in NYC!", + 150 + ], + [ + "2 bedroom 1 bath in Midtown West", + 200 + ], + [ + "Chic Union Square One Bedroom", + 125 + ], + [ + "Large suite with private bathroom (15 min to city)", + 50 + ], + [ + "Private Bedroom on Ridgewood/Bushwick Border", + 60 + ], + [ + "Master room W OWN bathroom", + 70 + ], + [ + "Dream bedroom in the heart of downtown Manhattan", + 88 + ], + [ + "Spacious West Village mid-century modern loft", + 370 + ], + [ + "Beautiful & Sunny Private Bedroom Upper Manhattan", + 100 + ], + [ + "Upper East Side Apartment", + 122 + ], + [ + "Home away from home", + 50 + ], + [ + "Cozy comfortable Apartment Share with Sleeper Sofa", + 60 + ], + [ + "Awesome Privat Room+Privat bathroom in Bushwick", + 50 + ], + [ + "Spacious private room near central park", + 60 + ], + [ + "Big guest room,queen bed,Cozy decoration apartment", + 53 + ], + [ + "Zippy 2 bdrm apt. in artsy Bushwick", + 150 + ], + [ + "Comfortable medium size room in downtown New York", + 75 + ], + [ + "CROWN HEIGHTS GUESTS HOUSE 3L", + 129 + ], + [ + "Modern Williamsburg Penthouse", + 250 + ], + [ + "Large bedroom plus in 2 bdr apartment uptown.", + 98 + ], + [ + "Gramercy Park Prewar Studio w/ Outdoor Space", + 99 + ], + [ + "Hip flat in the heart of Astoria", + 120 + ], + [ + "Spacious room w/Private Roof Deck in Shared Apt", + 120 + ], + [ + "LARGE ROOM/PRIVATE BATHROOM BY PROSPECT PARK", + 60 + ], + [ + "Cozy bedroom in heart of Whitestone/Flushing", + 89 + ], + [ + "LOVE MANHATTAN 1\nNEAR TO YANKE STADIUM", + 40 + ], + [ + "Chateau de Lambert", + 150 + ], + [ + "AG's Palace 4", + 89 + ], + [ + "Peaceful apartment", + 49 + ], + [ + "Peaceful home in Bedstuy", + 60 + ], + [ + "Designer Chelsea Loft: 2 bedrooms, 2 bathrooms", + 500 + ], + [ + "★ Business Getaway ★ Cozy & Warm | Laptop Friendly", + 75 + ], + [ + "Cozy West 15th Street Studio, Chelsea", + 169 + ], + [ + "1-BR Apartment in the Heart of Williamsburg", + 150 + ], + [ + "Modern 1 Bedroom Near Union Square & East Village", + 120 + ], + [ + "Bright, airy loft in Bushwick's street art scene", + 165 + ], + [ + "Personal Room/Bathroom with Large Shared Living", + 72 + ], + [ + "New Amazing Apartment In Washington Heights", + 120 + ], + [ + "Incredible Views! Zen-Style Residence In The Sky", + 275 + ], + [ + "Awesome Newly Renovated 2-bdrm. - E,F,J trains.", + 130 + ], + [ + "1 BD cozy house near beach", + 90 + ], + [ + "2 BD cozy house", + 105 + ], + [ + "1 BEDROOM CENTRAL PARK / BALCONY /COLUMBUS CIRCLE", + 190 + ], + [ + "Cozy One Bedroom in Spanish/East Harlem", + 82 + ], + [ + "Room in a charming and spacious apartment in DUMBO", + 69 + ], + [ + "Best Sun-Filled Room in NYC with Private Terrace!", + 99 + ], + [ + "Private room in doorman building in Downtown BK", + 58 + ], + [ + "Private, elegant, apartment with beautiful garden", + 100 + ], + [ + "Spacious 1BR near park & subways", + 121 + ], + [ + "R#1Very nice, comfortable, quiet and peaceful room", + 95 + ], + [ + "12 Mins to Manhattan, 25 Mins to Times Square.", + 389 + ], + [ + "Corner top floor apt - Williamsburg", + 90 + ], + [ + "Paradise Room (Private Room)", + 75 + ], + [ + "Beautiful modern apartment with private deck!", + 150 + ], + [ + "Nice clean and quiet bedroom in two bedroom app", + 35 + ], + [ + "Sublet in Brooklyn", + 45 + ], + [ + "BIG-3 BDRM house, 1hr to Manhattan, near beach", + 150 + ], + [ + "1 BEDROOM / HIGH FLOOR / BALCONY /COLUMBUS CIRCLE", + 190 + ], + [ + "Crown Heights Guest House 3R3L", + 199 + ], + [ + "Wonderful room for rent in the Bronx", + 35 + ], + [ + "2 Amazing Bedrooms Near Airport Free Parking", + 75 + ], + [ + "Spacious Room in Woodside, Queens", + 40 + ], + [ + "Luxury condo- private room + bath w cable TV/W/D", + 99 + ], + [ + "Modern and artsy bedroom on top floor of Duplex", + 75 + ], + [ + "CHARMING ROOM", + 40 + ], + [ + "Spacious, cozy, fully equipped apartment with AC", + 180 + ], + [ + "Sunny Spacious 1BR Yard Roof at GrattanHouse", + 91 + ], + [ + "Guest room in High Ceiling Duplex, Williamsburg! 3", + 55 + ], + [ + "Room in the best location in the Lower East Side", + 120 + ], + [ + "1 bedroom by Empire State Building/Penn Station", + 69 + ], + [ + "Sunny Large Bedroom in Shared Apartment (W Harlem)", + 60 + ], + [ + "Flatiron Loft 3BR/1.5 Bath Best Location\n30 days", + 333 + ], + [ + "The Emerald of Queens/30 mins from NYC!", + 50 + ], + [ + "Clean homey renovated convenient 15m to Manhattan", + 60 + ], + [ + "New house in Rockaway Beach, NYC!", + 150 + ], + [ + "Chic Williamsburg Apartment 2 Bedroom", + 150 + ], + [ + "The BABY \"O\"", + 89 + ], + [ + "Cozy Studio Close to Broadway and Times Square", + 135 + ], + [ + "*Spacious* Artist’s Home, mins to NYC, near train", + 115 + ], + [ + "Spacious Studio in Residential Neighborhood", + 100 + ], + [ + "Plant Haven: Cozy, spacious room in Manhattan", + 76 + ], + [ + "Quiet 1BR in Ft Greene! Close to Ft Greene park", + 110 + ], + [ + "1BR w/ Private Bath - Brooklyn Loft with Roof-deck", + 60 + ], + [ + "Private Room near LGA", + 40 + ], + [ + "Bright & Spacious Artist loft in BK!", + 50 + ], + [ + "Large, quiet, sunny room: close to Manhattan & LGA", + 49 + ], + [ + "Cozy, Quiet Convenient in Prime Soho", + 200 + ], + [ + "Gorgeous \"Smart\" Room in Manhattan 30 min to WTC", + 65 + ], + [ + "Large Sunlit Private Room in WIlliamsburg", + 68 + ], + [ + "Renovated Luxury Apt $199/Sleeps 4, Labor Day Wknd", + 199 + ], + [ + "【アクセス抜群】空港10分・マンハッタン10分!駅徒歩5分の好立地なお部屋です", + 80 + ], + [ + "Eclectic NY Apartment 15 minutes to LGA & JFK", + 50 + ], + [ + "Spacious room an beautiful view to pedestrian zone", + 78 + ], + [ + "Luxe Restored Catholic Church turned Apts 1BR/.5Ba", + 65 + ], + [ + "Comfortable convenient Williamsburg bedroom!", + 55 + ], + [ + "House of Rain\n(Because I’m a pluviophile)", + 63 + ], + [ + "Neat Cozy room plus private entrance PAID parking", + 43 + ], + [ + "Experience the heart of Hell's Kitchen.", + 140 + ], + [ + "Luxury mini Suite.", + 72 + ], + [ + "Apt. & the City.", + 199 + ], + [ + "Spacious bedroom with private entrance + roofdeck", + 90 + ], + [ + "Cozy Private Rm #2C Two Beds Near JFK and J Train", + 55 + ], + [ + "Lovely apartment in Brooklyn.", + 120 + ], + [ + "Cozy studio apartment Lower East Side / Lil Italy", + 135 + ], + [ + "Spacious bedroom w/ private entrance + roofdeck", + 80 + ], + [ + "Nice, Clean and Comfortable Flat, Upper East Side", + 154 + ], + [ + "Huge Pre-War 1BD By Central Park", + 175 + ], + [ + "Clean and bright apartment in Harlem, 2 BR", + 80 + ], + [ + "Spacious Room and Backyard in Modern Space", + 50 + ], + [ + "Charming One Bedroom Apt on the Upper East Side.", + 125 + ], + [ + "Extra Large 1 Bedroom in Kensington/Ditmas Park", + 150 + ], + [ + "Times Square Cozy Bedroom in Luxury Building", + 174 + ], + [ + "Ideal place in trendy part of Brooklyn.", + 40 + ], + [ + "Heavenly Pad!!!", + 45 + ], + [ + "Enormous Private Room in Shared Apartment", + 100 + ], + [ + "Light, airy, and spacious bedroom in Bushwick.", + 50 + ], + [ + "Bright, Clean, Modern 1 BR Rooftop & Gym", + 115 + ], + [ + "Not active", + 175 + ], + [ + "Times SQ 15 min away. Big sunny apartment!!! Rare!", + 130 + ], + [ + "Regina's Dainty One bedroom Apartment close to All", + 63 + ], + [ + "Sunny and Spacious Apartment With Private Terrace!", + 130 + ], + [ + "Time Square & Central Park Condo Sleeps6", + 275 + ], + [ + "La Sienna - Studio Apartment", + 130 + ], + [ + "Cozy One Bedroom Apartment + Loft in East Village", + 154 + ], + [ + "Cozy Bright Room in Greenpoint", + 43 + ], + [ + "Renovated 1 Bedroom in Prime Bayridge", + 225 + ], + [ + "Bright, clean, cosy room in the heart of Brooklyn!", + 60 + ], + [ + "Private Room in Spacious Sunnyside Apartment", + 60 + ], + [ + "The Brick House", + 180 + ], + [ + "Spacious 2 Bedrooms w/ Private Entrance + Bathroom", + 150 + ], + [ + "Spacious, Sun-Filled 1BR - Columbia Waterfront", + 169 + ], + [ + "GiGi's Stunning Place", + 83 + ], + [ + "Beautiful bright room Near JFK & J Train#2", + 40 + ], + [ + "Quiet light-filled bedroom in the heart of Astoria", + 75 + ], + [ + "Charming and Light-filled 1 BR in Crown Heights", + 89 + ], + [ + "Spacious 1BR in Park Slope, Brooklyn NEAR PARK", + 150 + ], + [ + "Large and in charge: pvt \"dungeon\" apt. ❤️❤️❤️❤️❤️", + 68 + ], + [ + "2 BR Apt - Great Midtown location off 5th Avenue", + 200 + ], + [ + "Beautiful, family friendly place with great views", + 144 + ], + [ + "Kid-Friendly Cobble Hill Brooklyn Home", + 150 + ], + [ + "Large bedroom in 2BR, 1BA apt in East Village- $75", + 75 + ], + [ + "Cozy Family Condo Bed Stuy (with amenities!)", + 150 + ], + [ + "Historic Landmark Neighborhood - Upper East Side", + 105 + ], + [ + "3 BR - Great Midtown location off 5th Avenue", + 350 + ], + [ + "BEAUTIFUL BRAND NEW MODERN WILLIAMSBURG APT", + 200 + ], + [ + "Entire PVT 3BR townhouse apt, Brooklyn.❤️❤️❤️❤️❤️", + 150 + ], + [ + "15 Minutes Manhattan+Private Bathroom+Huge Balcony", + 98 + ], + [ + "Light-Filled Top Floor of 4BR Townhouse.❤️❤️❤️❤️❤️", + 122 + ], + [ + "✮ Gateway to the Boroughs ✮ Spacious Home Base ✮", + 90 + ], + [ + "Family brownstone with backyard.", + 450 + ], + [ + "Nice room in Astoria, NYC", + 125 + ], + [ + "Two private bedrooms; feet from subway (6)", + 185 + ], + [ + "MidTown 45 - New York, NY, Hotel Room, Sleeps 2ppl", + 359 + ], + [ + "20min To Times Square, 10min LGA", + 39 + ], + [ + "15 Minutes to Manhattan and Safe Neighborhood!", + 65 + ], + [ + "Sweet room with private bathroom.", + 60 + ], + [ + "Relaxing & cozy apt in Brooklyn mins to Manhattan", + 170 + ], + [ + "Serenity and Ease in Brooklyn!", + 60 + ], + [ + "Leah's Place", + 200 + ], + [ + "Private Guest Suite Less than 10 min to JFK :)", + 50 + ], + [ + "Upper Westside apt with huge private terrace.", + 206 + ], + [ + "Comfy and Convenient Private Astoria Room", + 50 + ], + [ + "Furnished one bedroom beauty in midtown NYC", + 222 + ], + [ + "Immaculate one bedroom in midtown Manhattan", + 175 + ], + [ + "Crown Heights! Newly remodeled suite pvt entrance", + 90 + ], + [ + "Modern & Bright 2BR Entire Apt w/ Private Terrace", + 196 + ], + [ + "West 15th Street Cozy Chelsea Studio Serviced Apt", + 170 + ], + [ + "Spacious homey clean convenient 15m to Manhattan", + 70 + ], + [ + "Bright 3 bedroom loft in the heart of soho.", + 899 + ], + [ + "Cozy room+15mins Manhattan/15mins Laguradia", + 78 + ], + [ + "Full-Service Junior Suite in Midtown Manhattan", + 399 + ], + [ + "Spacious and cozy apartment in Upper West Side!", + 120 + ], + [ + "Cute Bedroom Available in Heart of Williamsburg", + 55 + ], + [ + "Ideal Greenpoint 1 Bedroom", + 189 + ], + [ + "Clean spacious 1 bedroom apt", + 95 + ], + [ + "Cozy locked Bedroom - 10 minutes from Times Square", + 70 + ], + [ + "Bed Stuy Hideaway", + 60 + ], + [ + "Renovated 1br w/ private bath steps from the train", + 45 + ], + [ + "Haven in the Heights: stylish home away from home", + 120 + ], + [ + "ROOM AC WI-FI PARKING CABLE FOR 2", + 37 + ], + [ + "Brooklyn High Rise w/ Amazing View", + 125 + ], + [ + "Spacious room in beautiful apartment", + 50 + ], + [ + "Cozy Studio in Beautiful Bed-Stuy", + 75 + ], + [ + "Furnished, Comfortable Studio with great service", + 80 + ], + [ + "Sunny Guest Room with Private Balcony", + 60 + ], + [ + "Quite, clean & relaxing double bed room", + 68 + ], + [ + "Spacious and Modern 2 Bed/2.5 Bath Dream Townhouse", + 300 + ], + [ + "Master Bedroom in Jazz Era Townhome", + 75 + ], + [ + "MASTER, NEW, PRIVATE BEDROOM, 10 MINS from JFK", + 89 + ], + [ + "Lovely Brooklyn room near the park & subway", + 53 + ], + [ + "EXTRA LARGE PRIVATE BEDROOM", + 62 + ], + [ + "Bed Stuy Beautiful !!!!", + 100 + ], + [ + "The Bad Pad", + 300 + ], + [ + "Cozy, Sunny, Spacious 1 Bedroom Gem in Greenpoint!", + 83 + ], + [ + "Convenient & Cozy Bushwick Bedroom", + 60 + ], + [ + "Beautiful NYC Apartment in Popular Brooklyn spot!!", + 30 + ], + [ + "Cozy Two-Bedroom near Manhattan, airports & more!", + 118 + ], + [ + "Great apt with outdoor space!", + 150 + ], + [ + "True Skyline View, minutes to Manhattan", + 92 + ], + [ + "Super Cute Studio in Heart of Greenpoint", + 99 + ], + [ + "Sunny one-bedroom apt., close to Prospect Park", + 124 + ], + [ + "Douglaston Apartment Room A", + 45 + ], + [ + "Brooklyn Mezzanine Apartment", + 175 + ], + [ + "Harlem 1 BR apartment w/ washer&dryer, near subway", + 147 + ], + [ + "Prospect Heights gorgeous apartment", + 75 + ], + [ + "Mishay's Hut", + 99 + ], + [ + "Cute and Spacious Studio in the Heart of Flushing", + 120 + ], + [ + "Private room with a private backyard", + 47 + ], + [ + "Newly renovated 2 bed/2 bath in heart of Bushwick", + 157 + ], + [ + "Cosy 25minutes manhatan,15 min Barclays Center", + 80 + ], + [ + "Bright, Clean Room with Private Bathroom", + 69 + ], + [ + "Argyle Road Brooklyn", + 250 + ], + [ + "Spacious/ elegant one bed apt. - perfect location", + 175 + ], + [ + "SweetSpot in Pelham Pkwy S.E. Bronx NY 5 Star stay", + 45 + ], + [ + "Quiet/clean 1br WashHeights/Inwood Entire apt", + 80 + ], + [ + "Amazing 1100 Sqft 2 Bd Penthouse in Williamsburg", + 217 + ], + [ + "Pretty, 775 sq ft, 1.75 BR, Manhattan Apt.", + 129 + ], + [ + "2 Bedrooms 5 beds apt perfect for groups", + 199 + ], + [ + "Spacious Studio with computer desk", + 119 + ], + [ + "Spacious 2 Bedroom in Bushwick, Brooklyn", + 195 + ], + [ + "Very large sunny one bedroom that can be for 2-3", + 80 + ], + [ + "Oasis in NYC - large UES studio near Central Park!", + 126 + ], + [ + "Bright Room in a 4-bed Apartment in Bushwick", + 55 + ], + [ + "Prospect Park Zen Den (by Lakeside/Flatbush)", + 100 + ], + [ + "Belo Quarto/w/UPGRADE to entire apartment", + 59 + ], + [ + "Quaint & Quiet Room - UWS Apt (105/Broadway)", + 51 + ], + [ + "Bright 3 floors home in Bushwick with precious art", + 250 + ], + [ + "Star Labs", + 150 + ], + [ + "Modern Mid-Century Townhouse in Williamsburg!", + 800 + ], + [ + "Big guest room on Upper west side", + 140 + ], + [ + "Beautiful Private Bedroom & Bathroom", + 95 + ], + [ + "2BR PH Loft and Executive Office Central Manhattan", + 600 + ], + [ + "Chelsea, Minutes to Time Square, Next to Subway", + 40 + ], + [ + "Cozy room with balcony, 15min Manhattan", + 85 + ], + [ + "Spacious 1 bedroom on Hamilton Grange - Entire Apt", + 150 + ], + [ + "Comfy room close to everything!", + 60 + ], + [ + "Beautiful One Bedroom In the Heart of Manhattan", + 149 + ], + [ + "Newly Renovated Brooklyn Apt.", + 40 + ], + [ + "Penthouse Apt with Incredible Views & Location", + 69 + ], + [ + "Williamsburg Sky", + 300 + ], + [ + "Cute Cobble Hill Apartment with NYC Skyline Views", + 149 + ], + [ + "Elegant Oasis in the Upper East Side", + 120 + ], + [ + "Spacious, Private bedroom in Bushwick apartment", + 40 + ], + [ + "Sunny two bedroom-two bath in doorman building UWS", + 270 + ], + [ + "Modern Studio Loft in the heart of Sea Port", + 200 + ], + [ + "Light Filled Quiet UWS studio", + 120 + ], + [ + "Bright, cozy room 30mins from downtown Manhattan", + 50 + ], + [ + "West Village Haven", + 290 + ], + [ + "Welcome to New York City", + 100 + ], + [ + "modern duplex in classic brooklyn brownstone", + 250 + ], + [ + "Your home away from home in New York City.", + 45 + ], + [ + "Spacious One Bedroom in Bed-Stuy", + 85 + ], + [ + "Cozy Hell's Kitchen/ Time Square Apartment- 2 BRM", + 300 + ], + [ + "Charming Bright Astoria Room, close to Ditmar", + 35 + ], + [ + "Sunny private room on Central Park", + 55 + ], + [ + "Charming Luxury Loft near Barclay & Green Building", + 225 + ], + [ + "Brooklyn in the house Private Apt Midwood Q subway", + 78 + ], + [ + "FULL BED/Spa Amenities for Sophisticated Travelers", + 49 + ], + [ + "Amazing Studio step away from Time Square/53C", + 130 + ], + [ + "Spacious Brooklyn home 2bdrm near Prospect Park.", + 115 + ], + [ + "Enjoy NYC from beautiful and fun Clinton Hill", + 59 + ], + [ + "Mezzanine room in Bushwick", + 32 + ], + [ + "Bright Bohemian living space & bedroom", + 45 + ], + [ + "Serene queen sized bedroom", + 70 + ], + [ + "Bright and Spacious Parkside Apartment", + 99 + ], + [ + "Charming & artsy cozy one bedroom Apt.", + 105 + ], + [ + "2 bedroom New York, Queens", + 160 + ], + [ + "Sunny 1br across from the park", + 114 + ], + [ + "Private Room in Artsy space in Bedstuy W/Mini Bar!", + 55 + ], + [ + "Newly renovated 2 bedroom with FREE WIFI", + 120 + ], + [ + "Williamsburg Apt: Near Train & Close to Waterfront", + 55 + ], + [ + "Large bedroom in shared apartment - Short term", + 160 + ], + [ + "Crown Heights Apartment", + 110 + ], + [ + "Relaxing, White Room in Upper Manhattan w/ rooftop", + 60 + ], + [ + "Studio step away from Time square/73B", + 130 + ], + [ + "Room-Sofa Bed-Hell's Kitchen-Close to Everything", + 115 + ], + [ + "Sunny One Bedroom", + 150 + ], + [ + "Cozy comfortable studio perfect for exploring!", + 100 + ], + [ + "1 Room in Renovated Apt with Private Roof", + 85 + ], + [ + "New convenience room w/ major subway lines near", + 55 + ], + [ + "Modern Extra Large Super Sunny Private Bedroom", + 55 + ], + [ + "Clean Room in Artist Loft in the South St. Seaport", + 90 + ], + [ + "Private room in two-bedroom apartment in Chinatown", + 80 + ], + [ + "Photography Bedroom in Modern Brooklyn Flat", + 150 + ], + [ + "Terrace Penthouse in Nolita", + 350 + ], + [ + "New York Voilet Dynasty", + 110 + ], + [ + "Quiet Hells Kitchen Studio steps from Times Square", + 164 + ], + [ + "1 bright room in a 4 bdr in Ridgewood / Bushwick", + 42 + ], + [ + "West Village Gem - Renovated 3 Bedroom Apt!", + 325 + ], + [ + "Modern and Stylish 1 Bedroom in East Village", + 140 + ], + [ + "Quiet, Spacious, Artsy 1-Bedroom in Ridgewood", + 75 + ], + [ + "Quiet,Comfy&Spacious Room near F/G train", + 66 + ], + [ + "Quiet,Comfy&Spacious Room near F/G train", + 66 + ], + [ + "Cozy&Comfortable room in Manhattan/ East Harlem", + 95 + ], + [ + "Cozy room in the middle of LES, SoHo", + 115 + ], + [ + "Big room in West Harlem/Morningside", + 60 + ], + [ + "Beach House Retreat. 15 minutes from Manhattan.", + 800 + ], + [ + "Best of Brooklyn & Beside Manhattan!", + 200 + ], + [ + "Clean and cozy room , quite neighborhood.", + 112 + ], + [ + "Private spacious studio in Richmond Hill", + 100 + ], + [ + "The Rosedale Palace Master room", + 84 + ], + [ + "The inner palace", + 62 + ], + [ + "Big sunny bedroom Clinton Hill $50/day", + 35 + ], + [ + "The Grace palace", + 62 + ], + [ + "Studio in LIC with views of Manhattan skyline", + 115 + ], + [ + "Your Oasis in The Bronx!", + 155 + ], + [ + "Great chance to live in a great new 2br apartment!", + 165 + ], + [ + "Spacious & Light Room - Very Close to Subway", + 60 + ], + [ + "Huge Brownstone duplex w/garden, Park Slope, BK,NY", + 400 + ], + [ + "Home Sweet Home", + 90 + ], + [ + "Private Bedroom w River View in Downtown Manhattan", + 90 + ], + [ + "Bright private bedroom in prime Williamsburg apt", + 75 + ], + [ + "Luxe, Central Loft in Downtown Manhattan", + 1500 + ], + [ + "Sunny Private Room in Bed-Stuy", + 55 + ], + [ + "COMFY BEDROOM IN THE HEART OF HARLEM", + 120 + ], + [ + "Luxury and comfort", + 600 + ], + [ + "Warm Sunny Penthouse w/Private Bathroom + Patio", + 72 + ], + [ + "Tranquil bedroom in classic Bed-Stuy brownstone", + 120 + ], + [ + "Great spacious prime studio in Midtown", + 200 + ], + [ + "Vanderbilt · Quaint Art-Filled Brooklyn Apartment", + 99 + ], + [ + "Huge private bedroom. Heart of Bed-Stuy.", + 40 + ], + [ + "Beautiful Bright Times Square Apartment", + 185 + ], + [ + "Loft room - Lower East Side (Downtown Manhattan)", + 90 + ], + [ + "Sunny, Spacious and Perfect Village Location", + 615 + ], + [ + "Downtown Manhattan large studio with terrace", + 180 + ], + [ + "Brooklyn Condominium - Bushwick", + 75 + ], + [ + "1 Br Garden Apt own Pvt space in St.Albans,Queens", + 80 + ], + [ + "Spacious 1 bed/1 bath home, 3A", + 90 + ], + [ + "Renovated 1-bedroom apartment in Gramercy", + 179 + ], + [ + "Insane Manhattan Views, Top Williamsburg Location", + 269 + ], + [ + "Sunny Studio in Park Slope", + 106 + ], + [ + "Most Sunny adorable Bedroom in Gramercy", + 110 + ], + [ + "New York's Hidden Secret for luxury living", + 800 + ], + [ + "Huge sunny, beautiful bedroom in Manhattan", + 60 + ], + [ + "Charming Quiet Entire 1 bdrm Duplex UWS + Terrace", + 219 + ], + [ + "Private Blu Suite 1BR Brownstone 1st Fl Harlem NYC", + 150 + ], + [ + "Large Upper West Side Apartment with Rooftop", + 289 + ], + [ + "Room in Upper West Side Apartment - close to park", + 55 + ], + [ + "Huge place in a center of the dream City!", + 139 + ], + [ + "Two Bedroom Apartment Queens Near Subway to NYC", + 65 + ], + [ + "Beautiful Apartment near Times Square Central Park", + 239 + ], + [ + "Times Square Summer Retreat", + 110 + ], + [ + "FEMALE only- Clean, Quiet, Lincoln Center Apt", + 89 + ], + [ + "★Hostel Style Room | Ideal Traveling Buddies★", + 0 + ], + [ + "Basement Suite w/Private Entrance", + 150 + ], + [ + "Comfy HP“TWIN BED” 5 mins to LGA-US OPEN & 7 train", + 45 + ], + [ + "xxx", + 55 + ], + [ + "The Heights", + 55 + ], + [ + "WEST VILLAGE/CHELSEA-PRIME LOCATION", + 164 + ], + [ + "Cozy bedroom in the heart of Harlem", + 65 + ], + [ + "Spacious Home In South Brooklyn", + 63 + ], + [ + "The Enchanted Pearl Bed & Breakfast ️", + 70 + ], + [ + "Large and quiet 1 BR in heart of Greenpoint", + 120 + ], + [ + "Sunny Spacious room near central park", + 82 + ], + [ + "Heart of the East Village,Bright Room Excursion", + 56 + ], + [ + "Sunny chic room with private bath in new apartment", + 80 + ], + [ + "Beautiful Studio Right Next To Times Square!", + 139 + ], + [ + "New York Apartment in Queens", + 110 + ], + [ + "Cute, spacious, windowlit room in Williamsburg", + 60 + ], + [ + "SoHa Jewel", + 70 + ], + [ + "True Upscale Room Experience. Amazing", + 69 + ], + [ + "$45NYCCozy Room with curtain NearJ,G, and M train", + 45 + ], + [ + "Beautiful Manhattan private bedroom", + 58 + ], + [ + "Charming smoker friendly apt inBushwick", + 110 + ], + [ + "Humble Abode in Harlem", + 80 + ], + [ + "Convenient bedroom, Great location, Close to all", + 51 + ], + [ + "Small room for travelers in fresh and clean apt", + 50 + ], + [ + "Sophisticated & Modern NYC Urban Jewel Box", + 273 + ], + [ + "Never Stop Exploring", + 212 + ], + [ + "Sunny lifestyle room", + 54 + ], + [ + "Cozy apartment in Cobble Hill", + 170 + ], + [ + "Downtown Manhattan Weekender", + 102 + ], + [ + "Clinton Hill Private Room", + 50 + ], + [ + "Bedroom in bright cozy duplex w/ private rooftop", + 85 + ], + [ + "Cozy room in trendy Brooklyn neighborhood.", + 80 + ], + [ + "Contemporary Bushwick garden heaven", + 50 + ], + [ + "Apartment in Harlem on 145th St, next to 3 train.", + 86 + ], + [ + "Cozy Apartment in Time Square with Amazing view", + 136 + ], + [ + "Air mattress boudoir [BEST RATES]", + 79 + ], + [ + "2 BDRM apt in elevator building", + 211 + ], + [ + "Cozy and luxurious suite away from home", + 70 + ], + [ + "Makes You Wanna STAY! [BEST RATE]", + 159 + ], + [ + "Professor Trelawney's Celestial Tower in Brooklyn", + 55 + ], + [ + "Comfy and Cozy [BEST RATE]", + 119 + ], + [ + "Beautiful urban 2BR with private deck and yard!!!", + 120 + ], + [ + "Quiet Harlem Studio w/ Backyard & Close to Train", + 71 + ], + [ + "studio in gramercy park", + 170 + ], + [ + "Comfortable Stay in Crown Heights :)", + 70 + ], + [ + "Sunny Bedroom on Bedford Ave in Williamsburg", + 80 + ], + [ + "Private Guest Room in Manhattan", + 50 + ], + [ + "Perfect east village | lower east side anchorage", + 80 + ], + [ + "Cozy midtown apt next to metro & Empire State bldg", + 129 + ], + [ + "Amazing Art Deco studio with backyard in Manhattan", + 99 + ], + [ + "Hamilton Heights sun filled spacious master BR", + 49 + ], + [ + "Spacious and sunny Prospect Heights One Bedroom", + 125 + ], + [ + "Upper East Side with outdoor space", + 150 + ], + [ + "Convenient New Apt.- Bargain Price", + 30 + ], + [ + "Bright Beautiful Creative Luxury 1BR Williamsburg", + 144 + ], + [ + "★ Warm NYC Getaway ★ | Walk/Transit Score 85+ |", + 55 + ], + [ + "Penthouse apartment, 3 bedrooms, great location.", + 170 + ], + [ + "Sunny Harlem Oasis feels like Luxury", + 185 + ], + [ + "Entire Studio Apartment", + 120 + ], + [ + "Modern Apartment in east village", + 174 + ], + [ + "Guest Suite in beautiful Brooklyn Brownstone", + 125 + ], + [ + "Spacious room with private bathroom in Manhattan", + 60 + ], + [ + "Charming cozy apt in the Heart of Manhattan!", + 73 + ], + [ + "Clean, Near Central Park and Subway", + 105 + ], + [ + "Large 1BR in Bay Ridge, Brooklyn", + 85 + ], + [ + "2BED 2 BATH CENTRAL PARK /BALCONY /COLUMBUS CIRCLE", + 300 + ], + [ + "Union SQ / Cozy & Quiet Room ! 5mins to Times SQ", + 150 + ], + [ + "Room for a week", + 130 + ], + [ + "Clean and cozy room!!!! Close to Everything!!!!", + 80 + ], + [ + "Beautiful Loft Apartment in Boerum Hill", + 140 + ], + [ + "Spacious and Cozy apartment, minutes to Manhattan!", + 75 + ], + [ + "Renovated 3 BED 2 BATH Williamsburg Townhouse APT", + 300 + ], + [ + "COZY NEST/Coffee and Bagel", + 69 + ], + [ + "Beautiful seaside dwelling", + 53 + ], + [ + "Spectacular NYC Views in ideal Manhattan Location", + 79 + ], + [ + "2 Bedroom + 2 Bathrooms | Excellent Location", + 409 + ], + [ + "The City Farmhouse A&B **MONTHLY RENTALS**", + 600 + ], + [ + "Simple Room in Heart of Crown Heights (Women Only)", + 38 + ], + [ + "East Village / Alphabet City 1BR", + 185 + ], + [ + "Unique and spacious 1BR in Greenpoint Brooklyn", + 175 + ], + [ + "Charming Studio in Upper East Side", + 115 + ], + [ + "Efficiency-like rental", + 50 + ], + [ + "Urban Oasis", + 75 + ], + [ + "Beautiful Big Brownstone Bedroom w/ Natural Light", + 1000 + ], + [ + "Comfortable studio by the park!", + 70 + ], + [ + "Artistic Bedstuy Apartment", + 85 + ], + [ + "Quintessential Soho Loft", + 250 + ], + [ + "Lovely Bushwick/Bed Stuy Room with Roof Access", + 40 + ], + [ + "Warm and Inviting Getaway", + 50 + ], + [ + "Studio Apartment in Chelsea", + 162 + ], + [ + "Beautiful 2 Bedroom apt. close to Times Sq.", + 250 + ], + [ + "Cozy room in a happy apartment", + 35 + ], + [ + "Cozy Bright 3bedroom apt. 10 min from times sq.", + 295 + ], + [ + "Brooklyn's finest", + 75 + ], + [ + "TWIN BED. Walk to US OPEN, LGA AIRPORT & CITIFIELD", + 45 + ], + [ + "Cozy & clean Bedstuy, Brooklyn bedroom", + 38 + ], + [ + "Private room next to Central Park!", + 61 + ], + [ + "Spacious area close to Gramercy park", + 340 + ], + [ + "Time square/ Bryant park", + 170 + ], + [ + "Tiny Apt", + 80 + ], + [ + "Bedroom in Brownstone Apartment", + 94 + ], + [ + "Cozy room in the the heart of artful Bushwick BK", + 54 + ], + [ + "Stay like a local in Willamsburg/Greenpoint - NYC", + 80 + ], + [ + "Pretty studio with lots of light", + 58 + ], + [ + "East Village 1 bedroom private apartment", + 120 + ], + [ + "Douglaston apartment Room B\n(2nd room )", + 45 + ], + [ + "Bright, Clean, Private - 10 Minutes to Manhattan", + 120 + ], + [ + "Comfy room with great bed and private bathroom", + 70 + ], + [ + "Lovely Top-Floor, Studio Apartment with Balcony.", + 215 + ], + [ + "Prime Upper West Side Duplex", + 250 + ], + [ + "Sunset Park Brownstone Apartment with Backyard", + 72 + ], + [ + "East Village Getaway", + 181 + ], + [ + "Awesome Room 15 Minutes from Time Square", + 85 + ], + [ + "GREEN OASIS", + 80 + ], + [ + "FiDi Cozy room overlooking East River", + 115 + ], + [ + "Comfy Room in Clinton Hill Artist & Activists Loft", + 50 + ], + [ + "Urban Fun House in Heart of Williamsburg Brooklyn!", + 255 + ], + [ + "Beautiful Sunny Apartment in Bay Ridge", + 120 + ], + [ + "Sunny Greenpoint Room", + 61 + ], + [ + "Quiet haven 15 mimutes to Time square", + 65 + ], + [ + "Greenpoint private room w/back yard, dishwasher", + 55 + ], + [ + "Frank 'n Dean", + 298 + ], + [ + "2 BR Presidential for FAMILY Vacation ★ EPIC VIEWS", + 672 + ], + [ + "Cute Studio In Riverdale NYC", + 100 + ], + [ + "2 Bed Hotel Room Near Manhattan Meals Pool and Gym", + 199 + ], + [ + "The Suite Spot! Queen Tempurpedic in Luxury Apt", + 60 + ], + [ + "1 bedroom apartment near Central Park", + 130 + ], + [ + "1 BR w/ Private Entrance and Exclusive Roof", + 80 + ], + [ + "Cozy, bright, Greenwich Village studio for 2!", + 200 + ], + [ + "Brooklyn Gem", + 66 + ], + [ + "Size and Comfort Matter!", + 165 + ], + [ + "Luxury one bedroom apt with huge private TERRACE", + 350 + ], + [ + "LaRoom", + 85 + ], + [ + "Beautiful 2-bed apartment in leafy Boerum Hill", + 150 + ], + [ + "Feel at Home in this Lovely 1 Bedroom in Flushing", + 100 + ], + [ + "Private Bed and Bath by Morningside/Central Park!", + 90 + ], + [ + "Secluded Room in EV, Private Patio, Open Kitchen!", + 144 + ], + [ + "Bedroom in Brownstone Apartment", + 90 + ], + [ + "The Apollo", + 210 + ], + [ + "Bright & Comfy 2-BR in heart of Greenwich Village", + 350 + ], + [ + "Enjoy Manhattan without paying Manhattan prices", + 68 + ], + [ + "Mid-Century Style Room Close to All, Astoria NYC!", + 60 + ], + [ + "The Cozy Corner - Private Room w/ Laundry", + 60 + ], + [ + "Upper east side cozy apt available in September.", + 127 + ], + [ + "Garden mini apt minutes from Manhattan (studio)", + 60 + ], + [ + "Cosy bedroom in Upper West Side", + 60 + ], + [ + "Charming home away from home", + 110 + ], + [ + "Unique Exposed Brick Loft Studio in Townhouse", + 69 + ], + [ + "Williamsburg Bridge Views on the Water", + 70 + ], + [ + "Spacious 1bd in the heart of Harlem", + 125 + ], + [ + "Beautiful space in Clinton Hill", + 59 + ], + [ + "Times Square Luxe Studio with Amazing Amenities", + 200 + ], + [ + "Park Slope Sanctuary on F/G/R", + 70 + ], + [ + "Bedroom in the heart of Queens, New York", + 60 + ], + [ + "Cozy stay in Brooklyn (Sheepshead Bay Area)", + 70 + ], + [ + "Bed-Stuy top floor room w/ extreme natural light", + 50 + ], + [ + "Large Room at a Three min Walk !", + 65 + ], + [ + "Be a local in Midtown Manhattan!", + 120 + ], + [ + "Spacious Bedroom in Luxury Downtown", + 95 + ], + [ + "Queen w/Private Bath, steps from Central Park !", + 70 + ], + [ + "Huge 2BR/2BA on border of Carroll Gardens/Gowanus", + 192 + ], + [ + "Oasis in Brooklyn", + 60 + ], + [ + "Modern Bushwick Oasis Filled with Light & Art", + 175 + ], + [ + "Private top-floor in owner occupied Brownstone", + 295 + ], + [ + "Beautiful Room in a Classic Harlem Neighborhood!", + 50 + ], + [ + "Brooklyn style & Spacious room - East Williamsburg", + 66 + ], + [ + "Cozy Entire Apartment near Time Square.", + 226 + ], + [ + "Apartment in heart of NYC with HUGE PRIVATE DECK!", + 250 + ], + [ + "2300sqft (215m) lofty penthouse heart East Village", + 530 + ], + [ + "Your Cozy Home in Astoria", + 106 + ], + [ + "Bushwick Renovated Apartment", + 40 + ], + [ + "Beautiful room at the heart of Bushwick", + 34 + ], + [ + "Big, sunny one bedroom in Crown Heights", + 140 + ], + [ + "Room with a view steps from 2,3,5 trains", + 50 + ], + [ + "Electric NYC + Luxury Room = Best vacation ever!", + 125 + ], + [ + "Spacious Chelsea Condo MUST SEE", + 245 + ], + [ + "Charming little apartment with back garden C.Park", + 400 + ], + [ + "H.O.M.E (House of M.D. Experience)", + 65 + ], + [ + "Harlem Comfort Blend", + 65 + ], + [ + "Cozy room + bright apartment + rooftop lounge", + 50 + ], + [ + "Studio for rent", + 80 + ], + [ + "Urban Oasis in Brooklyn- 2 blocks from A/C train.", + 150 + ], + [ + "Private Room By Central Park", + 77 + ], + [ + "Private large room in midtown4F", + 99 + ], + [ + "Prime Midtown Location - Near Tourist Locations", + 127 + ], + [ + "RESIDENCE NEAR JFK (TB1)", + 39 + ], + [ + "L.E.S ROOM Simple Beautiful Clean Apt. 3 Bdr", + 69 + ], + [ + "Cozy Chelsea Apartment", + 195 + ], + [ + "Cozy bedroom in a spacious apartment.", + 50 + ], + [ + "JFK Walk-Up Get-Away!", + 99 + ], + [ + "MASSIVE ROOM IN BEAUTIFUL HARLEM BROWNSTONE", + 75 + ], + [ + "Sunny, spacious room in Williamsburg Brooklyn Apt", + 89 + ], + [ + "*Light & Love* vibrant, historic, sleeps 4", + 265 + ], + [ + "Luxurious 4 Bedroom 2.5 Bath Duplex in Brooklyn", + 400 + ], + [ + "Bright & Luxurious Studio in Financial District", + 160 + ], + [ + "MANHATTAN Budget Shared Room East harlem", + 75 + ], + [ + "The Belvedere - A Luxury One Bedroom with Loft", + 175 + ], + [ + "Bushwick Reading Room", + 55 + ], + [ + "1 BR Suite Minutes to Botanic Gardens!", + 105 + ], + [ + "Fabulous flat iron 2 bedroom 2 bathroom", + 495 + ], + [ + "Cozy Mini Studio Prvt Bath & Kitchen 15 Mins JFK", + 34 + ], + [ + "MARTIAL LOFT 3: REDEMPTION (upstairs, 2nd room)", + 0 + ], + [ + "1 Bed, 2 Bath Fully Furnished Upper East Side Apt", + 233 + ], + [ + "Big Apt/big bedroom, 71st & 1st Ave", + 85 + ], + [ + "Spacious, 2 Story Suburban Retreat in the LES", + 133 + ], + [ + "Double Bed Private Retreat", + 70 + ], + [ + "Excellent Double Room", + 70 + ], + [ + "Great Single Room", + 60 + ], + [ + "Brooklyn Garden Apartment", + 300 + ], + [ + "Beautiful Designer Loft in Williamsburg", + 150 + ], + [ + "Taaffe Playground 2", + 72 + ], + [ + "Cozy Upper East Side Apartment - 1 bedroom", + 200 + ], + [ + "1 bedroom Aptm+ Guest room close to Prospect Park", + 80 + ], + [ + "Private Room in a Modern Fort Greene Apartment", + 74 + ], + [ + "West Village-charming studio/amazing location!", + 190 + ], + [ + "East Village, Spacious Private Room w Backyard", + 78 + ], + [ + "Sunny Greenwich Village 1 br in best location!", + 250 + ], + [ + "★Luxurious Manhattan's Midtown Resort★ 2 Double's", + 198 + ], + [ + "Cozy apt in Astoria near train and bus", + 220 + ], + [ + "Female Only Upper West Side Room", + 75 + ], + [ + "Boho Chic Brooklyn Heights", + 110 + ], + [ + "Comfort Zone/spacious condo/3 minutes from subway", + 105 + ], + [ + "Lovely Apartment in trendy Astoria, Queens", + 250 + ], + [ + "Bright & Sunny Prime Williamsburg Private Room", + 150 + ], + [ + "Room 1 Private Lower Level Getaway w/ Window (Lower Level 1)", + 32 + ], + [ + "Newly listed stylish 2BR duplex in East Village", + 260 + ], + [ + "A private bedroom in the heart of Manhattan", + 70 + ], + [ + "Bright Apartment Nestled in Hamilton Heights", + 115 + ], + [ + "Bedroom #1 in Queens", + 80 + ], + [ + "Sun-filled room in the heart of Bushwick", + 50 + ], + [ + "Clean and Cozy Brooklyn Room in Artsy Apartment", + 47 + ], + [ + "Bohemian Sanctuary", + 97 + ], + [ + "VERY SPACIOUS COZY ROOM IN HIP EAST VILLAGE AREA", + 95 + ], + [ + "Medical Student Room A : Brooklyn Hospitals", + 35 + ], + [ + "Uptown comfy private large room", + 65 + ], + [ + "Rooming has never been better. Room #2", + 45 + ], + [ + "Gorgeous, light-filled two-story apartment", + 60 + ], + [ + "Privet guest unit, great location Next to subway!", + 99 + ], + [ + "Private Cozy Space", + 35 + ], + [ + "Cozy Apartment/Near LGA airport and subway", + 150 + ], + [ + "Cozy modern room with good company and great view", + 50 + ], + [ + "Small cozy room close to most NYC attractions.", + 50 + ], + [ + "Upper East Duplex with private garden", + 151 + ], + [ + "Big Private Room in shared apt in Rego Park, NY", + 44 + ], + [ + "阳光民宿 单房干净舒适。“和缘国旅”了解更多旅游、民宿 (Website hidden by Airbnb)", + 38 + ], + [ + "Luxury New 2 bed Apartment By Central Park North", + 325 + ], + [ + "Historic UES Penthouse/Rooftop Terrace by the MET", + 300 + ], + [ + "Amazing Backyard Studio (Williamsburg)", + 139 + ], + [ + "Top floor apartment above the park", + 175 + ], + [ + "NYC tourism and food just steps away!", + 168 + ], + [ + "Cozy 1 Bedroom Apartment", + 250 + ], + [ + "Beautiful apartment located in Chelsea!", + 250 + ], + [ + "Cozy Apartment With Private Backyard", + 100 + ], + [ + "Lovely and Modern Greenpoint Apartment", + 160 + ], + [ + "1 Bedroom Presidential - Wyndham Midtown 45", + 449 + ], + [ + "Modern and Beautiful room in Williamsburg Brooklyn", + 90 + ], + [ + "Roomy West Village 1 Br near Washington Sq. Park", + 250 + ], + [ + "Brooklyn home available", + 350 + ], + [ + "5 Mins Walk to Columbia University", + 55 + ], + [ + "Big room in a great Williamsburg apartment", + 70 + ], + [ + "Unique Fort Greene Getaway with Private Deck", + 275 + ], + [ + "Beautiful, sunlit private room in Spanish Harlem", + 79 + ], + [ + "Private Room right near SI Ferry", + 70 + ], + [ + "Large Clean Room, close to the A-Train", + 40 + ], + [ + "1 Bedroom Apt. Minutes from Manhattan - No Parties", + 105 + ], + [ + "Spacious room in central Brooklyn location", + 70 + ], + [ + "2BR Apartment in Maspeth", + 60 + ], + [ + "Spacious BK Heights room, walk to Brooklyn Bridge", + 64 + ], + [ + "Nysa's castle", + 250 + ], + [ + "Sunset room", + 75 + ], + [ + "Luxury Apartment w/ Amazing Views", + 275 + ], + [ + "Large Condo by Fordham University", + 100 + ], + [ + "NO XTRA FEES: Big single room, work station, TV", + 50 + ], + [ + "Astounding room/Upgrade to full apartment", + 49 + ], + [ + "Charming Brooklyn Heights Apartment", + 125 + ], + [ + "Private studio in midtown Manhattan", + 130 + ], + [ + "Gorgeous space in brownstone on cobblestone st", + 118 + ], + [ + "Cool studio in midtown Manhattan", + 150 + ], + [ + "Chic & Sunlit w/ a lovely Private Terrace in LES", + 300 + ], + [ + "Comfy Room w/UPGRADE to entire apartment", + 49 + ], + [ + "Sunny and Large Brooklyn Apartment!", + 245 + ], + [ + "Outstanding Private Room + Bath + Outdoor Space", + 60 + ], + [ + "Super suite to stay in New York", + 160 + ], + [ + "UPPER WEST 2BED 2BATH HIGH FLOOR/ LINCOLN CENTER", + 275 + ], + [ + "Large Studio near Central Park", + 120 + ], + [ + "Quiet 1BR in Williamsburg BK, 11 min to Manhattan", + 150 + ], + [ + "Spacious, bright room in art-filled apartment!", + 59 + ], + [ + "Cozy East Village Studio Apartment", + 150 + ], + [ + "Cozy Studio Apartment in West Chelsea", + 154 + ], + [ + "Hello, Brooklyn.", + 174 + ], + [ + "Luxury 1 BR Steps to World Trade Center! #10248", + 250 + ], + [ + "Perfectly Located Lincoln Center One-Bedroom", + 200 + ], + [ + "PEPE's PLACE !!!!! Shared Apartment!!!!", + 60 + ], + [ + "Cozy designer room in Art-loving Prime Bushwick", + 85 + ], + [ + "Beautiful Home in the Heart of Greenpoint", + 120 + ], + [ + "Cute Columbus Circle Apt - Close to Park & Subway", + 115 + ], + [ + "Secret Garden", + 47 + ], + [ + "Sunny Hideout in the Heart of Manhattan's LES", + 150 + ], + [ + "Large one bedroom Greenpoint", + 140 + ], + [ + "5Star Super Convenient & Spacious BR, 1st Flr Apt", + 65 + ], + [ + "Charming Room with Private Bathroom", + 140 + ], + [ + "Garden Light", + 47 + ], + [ + "Cozy Modern Apartment w/ Courtyard", + 100 + ], + [ + "Convenient and Modern BR in Hell's Kitchen, NYC!", + 70 + ], + [ + "Very Nice Apartment close to JFK Airport!!", + 62 + ], + [ + "Lower East Side Private room.", + 188 + ], + [ + "1.5 bedroom in Williamsburg", + 185 + ], + [ + "EXTRAVAGANT RESORT In the ❤️ of Midtown 45 Resort", + 252 + ], + [ + "Experiencing Tranquility in Private Home, Room # 1", + 44 + ], + [ + "Huge 2 BR & 2 Bth Duplex w/ Private Patio & Roof", + 180 + ], + [ + "Cozy Room in Brooklyn (5 min from J train)", + 50 + ], + [ + "Empire St View Luxury 3BR 2BA Penthouse BalconyGym", + 799 + ], + [ + "Very Clean Condo In the Heart Of Trendy Greenpoint", + 180 + ], + [ + "Charming and Bright 1 bdr apartment in Noho", + 180 + ], + [ + "Brooklyn travel house #6", + 170 + ], + [ + "Midtown East 2 Bed/2 Bath Elevator Building Apt", + 186 + ], + [ + "Grand Central/ United Nations! MASTER Bedroom", + 82 + ], + [ + "Clean room 4 blocks to the N/W Train", + 90 + ], + [ + "1,600sq ft modern duplex in new harlem brownstone", + 172 + ], + [ + "Private Room in Cozy shared apt in Williamsburg", + 60 + ], + [ + "Sunny, Quiet Room in Greenpoint", + 0 + ], + [ + "Your favorite room", + 52 + ], + [ + "Charming home away from home.", + 184 + ], + [ + "Bright & Spacious Chinatown Loft", + 145 + ], + [ + "large serene room available in brooklyn duplex", + 65 + ], + [ + "Quaint Loft near Broadway minutes to Central Park", + 100 + ], + [ + "1 Bedroom Garden Level Apt In Bushwick", + 74 + ], + [ + "Beautiful Nolita Apartment", + 200 + ], + [ + "Private West Village apt by Washington Square Park", + 175 + ], + [ + "Private 1 Bedroom Apartment Manhattan", + 130 + ], + [ + "Experiencing Tranquality in Private Home, Room #2.", + 48 + ], + [ + "Spacious 1 Bd. Apt. Inwood near Fort Tryon Park", + 200 + ], + [ + "AMAZING AND QUITE 2 BEDROOM APARTMENT ON SOUTH ST.", + 205 + ], + [ + "Deanna place", + 90 + ], + [ + "Bed Stuy Renovated Gem", + 130 + ], + [ + "Modern Luxury Brooklyn Private Bedroom w/ Deck!", + 149 + ], + [ + "Studio Deluxe 1 - Wyndham Midtown 45", + 389 + ], + [ + "Private Duplex in East Village", + 250 + ], + [ + "2-Bedroom Presidential 1 - Wyndham Midtown 45", + 699 + ], + [ + "Spacious Room in Fort Greene", + 67 + ], + [ + "Midtown East Studio", + 135 + ], + [ + "Sunny loft", + 90 + ], + [ + "East Village, Private Room", + 83 + ], + [ + "Spacious & comfy BK bedroom 30mins from Manhattan.", + 37 + ], + [ + "Private room in quiet West Harlem Upper Manhattan", + 65 + ], + [ + "Modern apartment in the heart of Williamsburg", + 0 + ], + [ + "Sunny 1 BR with Amazing Views", + 100 + ], + [ + "Co-op Apartment in The Lombardy Hotel- 300 sq. ft.", + 270 + ], + [ + "Medical Student Room B : Brooklyn Hospitals", + 35 + ], + [ + "Large Studio September 24th-October 15th Midtown", + 120 + ], + [ + "BED-STUY BRILLIANCE - Cozy/Spacious Private Room", + 67 + ], + [ + "Private bedroom in Upper East Side apt w/ balcony!", + 85 + ], + [ + "Large and Sunny 2 bedroom close to Central Park", + 225 + ], + [ + "Waterfront Condo with private bedroom and bathroom", + 200 + ], + [ + "Studio Deluxe 2- Wyndham Midtown 45", + 389 + ], + [ + "Sunny Williamsburg Loft, minutes to Manhattan", + 182 + ], + [ + "tidy room with PRIVATE BATH & PRIVATE ENTRANCE", + 54 + ], + [ + "Beautiful Lower East Side Loft", + 400 + ], + [ + "Private room", + 50 + ], + [ + "Prime Location close to Central Park!", + 125 + ], + [ + "Modern, Quiet & Ultra Clean 1 BDRM Steps Subway", + 140 + ], + [ + "Spacious comfortable master bedroom with nice view", + 0 + ], + [ + "Contemporary bedroom in brownstone with nice view", + 0 + ], + [ + "Cozy yet spacious private brownstone bedroom", + 0 + ], + [ + "~The Perfect Funished Studio in Greenwich Village~", + 99 + ], + [ + "Beautiful Bright Stay in Williamsburg", + 105 + ], + [ + "COZY L.E.S APARTMENT", + 139 + ], + [ + "❤️Quiet room w/PRIVATE BATHROOM near Manhattan!⭐️", + 100 + ], + [ + "Modern Studio 1 block away from the beach", + 130 + ], + [ + "32 FLR VIEWS!LINCOLN SQR-LUXURY MIDTOWN WEST 60TH", + 229 + ], + [ + "Private & Cozy Room. 20 minutes from Times Square", + 77 + ], + [ + "Bushwick, Spacious Private Room with Balcony", + 75 + ], + [ + "Simple, bright and quiet studio", + 65 + ], + [ + "Sunny room in the heart of WILLIAMSBURG Brooklyn.", + 80 + ], + [ + "Spacious Modern King size living space & Bedroom", + 125 + ], + [ + "Beautiful spacious room, easy city access", + 65 + ], + [ + "EMPIRE STATE BUILDING APARTMENT", + 220 + ], + [ + "Sunny, Relaxing Oasis in Williamsburg", + 150 + ], + [ + "Cozy and Sunny Room Queen Size Bed in Bedstuy", + 60 + ], + [ + "Spacious Designer Loft in South Williamsburg", + 180 + ], + [ + "Private 1 bed 1 bath- Chelsea, Manhattan", + 165 + ], + [ + "Private bedroom in East Village", + 75 + ], + [ + "Perfect place for tourist, near subway, restaurant", + 100 + ], + [ + "Sunset Park Studio", + 120 + ], + [ + "Sun Drenched, Extra Large 1 Bdrm Clinton Hill Apt", + 179 + ], + [ + "SKYBLUE", + 125 + ], + [ + "Single Bed A in Sharing Room near Grand Central", + 49 + ], + [ + "Single Bed B in Sharing room near Grand Central", + 49 + ], + [ + "Spacious, private bedroom in Brooklyn", + 90 + ], + [ + "Experiencing tranquility in Private Home, Room #4", + 50 + ], + [ + "️CENTRALLY LOCATED️- Great for Families + Groups", + 499 + ], + [ + "Quiet&Comfy Private Room near F/G train", + 36 + ], + [ + "Fulton 2", + 5000 + ], + [ + "Penthouse Studio with Queen Bed & Private Rooftop", + 275 + ], + [ + "Studio apartment by prospect park, catslovers only", + 80 + ], + [ + "Great Value! Private room in the northeast bronx", + 35 + ], + [ + "Bright Studio-Bedroom in a loft in ProspectHeights", + 90 + ], + [ + "☺Kinda feels JUST LIKE HOME! ☺ [BEST RATE]", + 50 + ], + [ + "The plaza suite in brooklyn. Bedstuy style", + 250 + ], + [ + "The printing studio bedroom with garden in Bedstuy !!Brooklyn. Historic neighborhood close to everything ! Full kitchen bathroom BBQ and porch at your disposal. Learn to print !!", + 140 + ], + [ + "Columbia Neighborhood 1 bedroom apartment", + 125 + ], + [ + "Brklyn · 2 Cozy Bedrooms one with private bathroom", + 50 + ], + [ + "Home with Private Terrace Off the Park", + 150 + ], + [ + "Bright bedroom in convenient Bushwick w/ Rooftop!", + 59 + ], + [ + "Elegant Brooklyn Studio in Luxury Amenity Building", + 85 + ], + [ + "ChuckJohnson's Large Room.", + 60 + ], + [ + "Welcome to YURT -- private room in East Village", + 110 + ], + [ + "Cozy, private bedroom in Greenpoint/Williamsburg", + 37 + ], + [ + "Quiet, spacious room in hip Greenpoint apartment", + 90 + ], + [ + "Charming 1 bedroom in the heart of NYC", + 180 + ], + [ + "Entire Apartment Park Slope", + 111 + ], + [ + "Two bedroom basement apartment!", + 150 + ], + [ + "Modern 2 bedrooms Apt in brand new building.", + 135 + ], + [ + "LES/Chinatown, Bright & cozy private bedroom", + 120 + ], + [ + "Williamsburg Penthouse", + 241 + ], + [ + "Artist's Room in Prime Bushwick", + 69 + ], + [ + "Masterbed w/private bath nr G train in BedStuy", + 150 + ], + [ + "Charming 1 br apartment", + 94 + ], + [ + "Affordable 2 Bedroom on the UES!!!", + 130 + ], + [ + "Big One Bedroom Directly Across from Central Park!", + 135 + ], + [ + "Nice room midtown Manhattan 6rs", + 70 + ], + [ + "Modern luxury king apartment with large windows", + 290 + ], + [ + "Entire Floor in 1870 Downtown Brooklyn Brownstone", + 95 + ], + [ + "Sunny Room in Williamsburg- One Block from L Train", + 53 + ], + [ + "Beautiful, Bright Room Right On Block of G Train", + 58 + ], + [ + "Luxury duplex, Brooklyn Museum", + 80 + ], + [ + "Medical Student Room C", + 33 + ], + [ + "30+Day Stay:1000 sq Bsmt Great Living with Deck", + 198 + ], + [ + "Private room 15 MINS AWAY FROM FERRY by bus", + 55 + ], + [ + "2 beautiful rooms in sunlit Bushwick loft", + 150 + ], + [ + "Great room in the heart of Manhattan !", + 100 + ], + [ + "2 Bedroom Garden Suite (3 Minutes From Train)", + 129 + ], + [ + "Beautiful One Bedroom in Little Italy Soho", + 138 + ], + [ + "Flatbush Comfy Room (Rm# 2)", + 40 + ], + [ + "One B/R (1 Guest) Near Beach, A & air trains, JFK", + 35 + ], + [ + "One B/R (1-2Gsts) near beach, JFK, A & Air trains", + 50 + ], + [ + "Warm Secluded Room in Flatbush (Rm# 1)", + 40 + ], + [ + "Private room in Williamsburg with patio", + 57 + ], + [ + "SPECTACULAR Midtown East location!", + 115 + ], + [ + "旅客之家", + 80 + ], + [ + "BEAUTIFUL 2 BED APARTMENT IN WILLIAMSBURG, BROOLYN", + 210 + ], + [ + "RENOVATED 2BR BY CENTRAL PARK, 51 AND 9", + 379 + ], + [ + "Private Room for 1 guest with air conditioner", + 48 + ], + [ + "Private room with all you need", + 37 + ], + [ + "Contemporary style 1 bedroom Apt in Manhattan.", + 175 + ], + [ + "Bright & Airy in Highland Park", + 50 + ], + [ + "Spacious, and lit 2 bedroom penthouse in the UWS", + 173 + ], + [ + "Summer vibes", + 450 + ], + [ + "A CLASSIC NYC NEIGHBORHOOD-EAST 86TH/5TH AVENUE", + 225 + ], + [ + "Hideaway Studio", + 80 + ], + [ + "IN MINT CONDITION-STUDIOS EAST 44TH/UNITED NATIONS", + 176 + ], + [ + "Beautiful Home in Historic, Ditmas Park, Brooklyn", + 165 + ], + [ + "Luxurious, Spacious, Ensuite Bath, Nice Hosts too", + 125 + ], + [ + "GRAMERCY EAST 22ND-REFURBISHED WITH LIVE IN SUPER", + 239 + ], + [ + "Giant 1br pre-war apartment in Flatbush / Lefferts", + 130 + ], + [ + "1630 Madison Avenue 4C", + 104 + ], + [ + "Luxury Alcove Studio in Chelsea", + 225 + ], + [ + "SUPER LUXURY FOR 2 IN FINANCIAL DISTRICT", + 178 + ], + [ + "Calm Brownstone Charm in Clinton Hill", + 114 + ], + [ + "Sunny and spacious Brooklyn loft", + 130 + ], + [ + "Historic Brownstone-newly completed renovation", + 230 + ], + [ + "LARGE PRIVATE ROOM CLOSE TO MANHATTAN", + 60 + ], + [ + "Jeanie's Casita", + 65 + ], + [ + "Cozy Soho apartment.", + 150 + ], + [ + "Cozy 2 Bedroom Apt in NYC's hippest neighborhood", + 150 + ], + [ + "One bedroom with private bathroom in East Village", + 100 + ], + [ + "A Simple Room 35 Minutes From 42nd Street", + 55 + ], + [ + "Fort Greene Jamaican vibes !", + 75 + ], + [ + "Greenwich Village Townhome with Private Garden!", + 3900 + ], + [ + "Large Bedroom in Williamsburg 10 mins to Manhattan", + 65 + ], + [ + "Artistic Historical Harlem! PrivateRm Quiet Haven!", + 89 + ], + [ + "The Consuello", + 159 + ], + [ + "Cozy, quiet and location, location, location", + 170 + ], + [ + "Sunny Jungle Duplex with Private Roof", + 115 + ], + [ + "Quaint, Cozy apartment in Queens", + 125 + ], + [ + "Sun-Filled Artist's Duplex In Heart of W. Village", + 325 + ], + [ + "SUNNY COZY PLACE", + 165 + ], + [ + "Hip Modern Brooklyn Studio, Minutes to Manhattan!", + 129 + ], + [ + "Spacious Doorman True 2BR near Grand Central", + 350 + ], + [ + "Comfortable and pleasant fully furnished apartment", + 90 + ], + [ + "GRAMERCY SUNNY& WELL APPOINTED-W/DRYER", + 216 + ], + [ + "Quiet house on City Island", + 50 + ], + [ + "East Village Apartment In The Heart Of It All", + 110 + ], + [ + "Short Stay Nook", + 55 + ], + [ + "Luxury One Bedroom in Financial District", + 300 + ], + [ + "New Clean Private Room In Flushing", + 49 + ], + [ + "Whitewashed West Village Dream", + 158 + ], + [ + "Cozy and romantic 1 bedroom apt near train", + 97 + ], + [ + "Adorable and homey Central Park apartment", + 95 + ], + [ + "Modern Home, Amazing Location Master Suite", + 100 + ], + [ + "Charming, Spacious Private Room in Harlem, NYC", + 65 + ], + [ + "Crown Heights 1 Bedroom", + 100 + ], + [ + "Comfortable bedroom in heart of Bushwick", + 50 + ], + [ + "Superhost*Sunny/Private room in 2BR ❤️Williamsburg", + 75 + ], + [ + "Little room for a place to rest", + 55 + ], + [ + "Your Home Away from Home", + 55 + ], + [ + "Brooklyn Garden Guesthouse *1 block to subway*", + 175 + ], + [ + "1 bedroom in East Village (private ensuite)", + 100 + ], + [ + "Great Location - Bedford Bedroom", + 75 + ], + [ + "Subway-adjacent, spacious bedroom w private deck", + 75 + ], + [ + "Lovely bushwick room", + 35 + ], + [ + "Sunny Room Near Ferry, Train, bars, Restaurants !", + 53 + ], + [ + "Beautiful NYC Room - Upper East Side, NYC", + 95 + ], + [ + "Gramercy Park Location.. cozy and comfortable!", + 175 + ], + [ + "Open Loft 1 BR Private Apt in Chinatown", + 180 + ], + [ + "SPACIOUS CLEAN ROOM 15 MINUTES FROM MAIN STREET", + 55 + ], + [ + "Awesome Cozy Room in The Heart of Astoria!", + 79 + ], + [ + "Brooklyn Palace", + 30 + ], + [ + "Spacious 1 Bed Apartment 20 minutes from Midtown", + 50 + ], + [ + "Large sunny and beautiful room", + 150 + ], + [ + "Sophisticated KING 1 Bedroom Best Location", + 133 + ], + [ + "2 Bed BK Duplex w/ terrace & amazing NYC view", + 496 + ], + [ + "Private Bedroom in the Heart of Chelsea (3FL/3FR )", + 75 + ], + [ + "Welcome to YURT -- beautiful room in East Village", + 100 + ], + [ + "CHIC EVENT SPACE", + 1700 + ], + [ + "*FEMALES ONLY* BEAUTIFUL ROOM in downtown NYC!", + 80 + ], + [ + "Comfy Private Bedroom/Bathroom", + 123 + ], + [ + "Sunny & Modern Room in Brooklyn, NY", + 30 + ], + [ + "Cozy Boerum Hill Apartment", + 50 + ], + [ + "Penthouse - 2 Floors with Private Outdoor Patio", + 195 + ], + [ + "Manhattan nyc private room A\n15 min F Times Square", + 69 + ], + [ + "Lovely Contemporary Home away from Home", + 150 + ], + [ + "Cool Brownstone for September", + 49 + ], + [ + "Six in the City, Stay in Brooklyn Tour New York!", + 95 + ], + [ + "Whole Apt/Private Entry/Free Parking", + 109 + ], + [ + "Cozy and elegant apartment in New York, entire apt", + 105 + ], + [ + "Nice and Cozy Room in Astoria Close to Manhattan.", + 49 + ], + [ + "Two-storey Park Slope Apartment", + 120 + ], + [ + "Manhattan nyc private room B\n15 min F Times Square", + 69 + ], + [ + "Central Park and Museum mile Privarte room 105th.", + 85 + ], + [ + "Private Studio Sublet in Upper East Side", + 120 + ], + [ + "Sun-Filled Cobble Hill Loft", + 135 + ], + [ + "Brownstone apartment in Bed-Stuy", + 49 + ], + [ + "Beautiful room+PRIVATE BATHROOM | 20m to Manhattan", + 100 + ], + [ + "The Prince - A Nolita One Bedroom Apartment", + 250 + ], + [ + "Experiencing Tranquility in Private home, Room # 3", + 48 + ], + [ + "Colorful, Open and Spacious 1br in Inwood!", + 87 + ], + [ + "Hrlem Brownstone,By CentralPark.22 min Time Square", + 85 + ], + [ + "Back to the 90s Bedroom", + 48 + ], + [ + "Comfy room in Manhattan 4 blocks from central park", + 90 + ], + [ + "Luxury room w/ balcony, 5 mins to subway", + 60 + ], + [ + "Home away from home in Brooklyn", + 50 + ], + [ + "Sunny Room in Kensington", + 85 + ], + [ + "Williamsburg home away from home", + 70 + ], + [ + "Cozy studio in Park Slope", + 125 + ], + [ + "Cheap Large Bedroom w/WorkDesk- 10min to JFK/Mall", + 45 + ], + [ + "Spacious Room in Sunny Brownstone (Ft. Greene)", + 88 + ], + [ + "Room with PRIVATE entrance! Welcome to Upper east!", + 89 + ], + [ + "Cheap Small Bedroom w/Desk 10min to JFK & Mall", + 42 + ], + [ + "Flatbush - Ditmas Park, Brooklyn, NY", + 50 + ], + [ + "DaDukes \"DC\"", + 120 + ], + [ + "Spacious bedroom, next to Subway, mins to park!", + 60 + ], + [ + "Cozy Spot on the UWS", + 62 + ], + [ + "IN MINT CONDITION-STUDIOS EAST 44TH/UNITED NATIONS", + 175 + ], + [ + "LGBTQ+ Super Chill Brooklyn Private Room, JMZ,", + 76 + ], + [ + "Super Comfy Double Bed in new 2 story house!", + 47 + ], + [ + "IN MINT CONDITION-STUDIOS EAST 44TH/UNITED NATIONS", + 175 + ], + [ + "Private 1-bedroom Modern Apt in Upper Manhattan", + 60 + ], + [ + "SUNNY + MODERN NEW 1 BEDROOM APARTMENT IN BEDSTUY", + 200 + ], + [ + "IN MINT CONDITION-STUDIOS EAST 44TH/UNITED NATIONS", + 175 + ], + [ + "Comfy Clean Room Near JFK", + 55 + ], + [ + "IN MINT CONDITION-1BR&TERRACE-E 44TH/UNITED NATION", + 220 + ], + [ + "Sofa bed in bright & beautiful apt (with rooftop)", + 60 + ], + [ + "Manhattan view in Bushwick", + 50 + ], + [ + "IN MINT CONDITION-STUDIOS EAST 44TH/UNITED NATIONS", + 175 + ], + [ + "2BR Private Summer Oasis in Manhattan", + 75 + ], + [ + "Peaceful, Spacious and Comfy 3BR Oasis!", + 250 + ], + [ + "Sunny Bushwick Room w/ Rooftop Manhattan View!", + 85 + ], + [ + "Charming 1 bed in ❤️ of Greenwich Village.", + 174 + ], + [ + "Bushwick Oasis", + 100 + ], + [ + "Duplex w private garden - up to 6 guests", + 260 + ], + [ + "Airy room 2 beds 40 min to Man. Midway LGA/JFK", + 75 + ], + [ + "Warm Duplex in a Brownstone", + 160 + ], + [ + "New Building w/ Rooftop & Laundry, Cozy Room", + 88 + ], + [ + "20 Min to Manhattan, in the Heart of Ridgewood", + 170 + ], + [ + "Best location Large Room in the Heart of Wbrg!", + 95 + ], + [ + "Spacious Brooklyn Bedroom Close to Manhattan et al", + 62 + ], + [ + "Huge Room in Beautiful New Renovated Apartment", + 45 + ], + [ + "Cozy Studio", + 100 + ], + [ + "Large private bedroom near Manhattan.", + 60 + ], + [ + "$6,500 p/m or short term, 5 Star, LUX, Clean, Big", + 211 + ], + [ + "Newly Renovated Apartment in the Heart of Brooklyn", + 100 + ], + [ + "Charming Boerum Hill Private 2 Bdrm Apt", + 250 + ], + [ + "Great studio on Restaurant Row in Harlem", + 125 + ], + [ + "Clean Chinatown Studio", + 145 + ], + [ + "Boutique Hotel-Like Room in Brooklyn With A View", + 116 + ], + [ + "Perfect room for female/steps to Ctral Park+subway", + 50 + ], + [ + "Charming 1BR in Lively Bed-Stuy neighborhood", + 175 + ], + [ + "IN MINT CONDITION-STUDIOS EAST 44TH/UNITED NATIONS", + 175 + ], + [ + "Clean Comfy 2 Bedrooms with 2. Bathrooms sleeps 6", + 246 + ], + [ + "Big cozy private room next to the Park", + 44 + ], + [ + "<3 Summer in East Village! BEST DEAL", + 99 + ], + [ + "Clean room across the street from the high bridge", + 62 + ], + [ + "NO XTRA FEES, 30 min To Grand Central:Pvt Entrance", + 55 + ], + [ + "Manhattan nyc private room D\n 15 MinTimes Square", + 69 + ], + [ + "Luxury Apt in the heart of Harlem", + 150 + ], + [ + "Homey and nice furnished studio apartment", + 125 + ], + [ + "Bushwick Palace", + 80 + ], + [ + "Lovely room across the street from high bridge.", + 42 + ], + [ + "Nice room across the street from the high bridge.", + 42 + ], + [ + "Quiet, Comfortable room near A Express Train", + 50 + ], + [ + "Manhattan nyc private room C\n15 min F Times Square", + 69 + ], + [ + "Great Location - 1BR/Times Square/Hell's Kitchen", + 145 + ], + [ + "Comfy, cozy, private NYC Studio for One!", + 58 + ], + [ + "Queit get away", + 65 + ], + [ + "Cozy Apartment in Washington Heigths", + 175 + ], + [ + "Private Manhattan Room Close to Train!", + 100 + ], + [ + "Small studio in the heart of hells kitchen", + 135 + ], + [ + "Private Bedroom Living Room w/Exposed Brick", + 120 + ], + [ + "Quirky apt in great area", + 49 + ], + [ + "Lovely Room in a Large Williamsburg Apartment", + 48 + ], + [ + "420 Friendly with that Southern Charm", + 55 + ], + [ + "Eclectic studio steps from Highline Park Chelsea", + 435 + ], + [ + "Marvelous Manhattan Marble Hill Private Suites", + 93 + ], + [ + "Rest Assured Private room/Ensuite bath nearJFK", + 60 + ], + [ + "Spacious and cosy bedroom in the heart of bushwick", + 42 + ], + [ + "Large Room,Private terrace, subway near", + 40 + ], + [ + "1 Bedroom for rent -Gorgeous East Harlem Apartment", + 88 + ], + [ + "The Schoolhouse, Garden Floor", + 85 + ], + [ + "Brick City", + 60 + ], + [ + "Writer's Haven in Prime Bushwick", + 58 + ], + [ + "Basin Homes", + 90 + ], + [ + "Manhattan Marble Hill Private Sleep'n Suites", + 65 + ], + [ + "Private Room in Sunny Apartment - Laundry in unit", + 76 + ], + [ + "Your Own Flat in Historic Bed-Stuy District", + 74 + ], + [ + "Beautiful Private Bedroom with Balcony", + 95 + ], + [ + "Williamsburg-Greenpoint Loft", + 210 + ], + [ + "One Bedroom", + 50 + ], + [ + "Brand new true 1BD, close to everything!", + 93 + ], + [ + "Full Top Floor of Brownstone in Historic District", + 250 + ], + [ + "Bright, Clean + Beautiful West Village 1 Bedroom", + 269 + ], + [ + "Nice Room in the upper west Manhathan", + 70 + ], + [ + "Queen sized bedroom with skyline view - Greenpoint", + 90 + ], + [ + "Luxury 2 Bedroom Empire Loft", + 422 + ], + [ + "Designer's Chinatown Loft", + 250 + ], + [ + "BunkBeds 5 min to NYC 900Mb Full Closet", + 99 + ], + [ + "Sweet Cozy Bedroom with No Cleaning Fee : )", + 65 + ], + [ + "Cozy one bedroom aka \"The Green room\" (near JFK)", + 55 + ], + [ + "Spacious gorgeous digs in East Village w elevator", + 149 + ], + [ + "Our Astoria Apartment - (Long Term Rental)", + 45 + ], + [ + "Welcome to a beautiful House in Quiet Bronx", + 40 + ], + [ + "Greenpoint Spacious New Room on McCarren Park", + 135 + ], + [ + "Large Sunny apartment", + 45 + ], + [ + "Romantic NYC Getaway", + 75 + ], + [ + "Central Park north", + 200 + ], + [ + "Minimal Light-filled Home Near Prospect Park", + 145 + ], + [ + "Spacious 1BR Apt in heart of Gramercy! Sleeps 4", + 160 + ], + [ + "Newly Renovated Apartment in the Heart of Brooklyn", + 100 + ], + [ + "Clean apartment-styled space. 10min from JFK.", + 58 + ], + [ + "Sun Drenched Master Bedroom in Brooklyn Apartment", + 120 + ], + [ + "Sunny Private Bedroom in a Luxurious Apartment", + 80 + ], + [ + "Manhattan room with a fire escape!", + 65 + ], + [ + "Elegant Studio Apt in Prospect Heights", + 115 + ], + [ + "A CLASSIC NYC NEIGHBORHOOD-EAST 86TH/5TH AVENUE", + 220 + ], + [ + "A CLASSIC NYC NEIGHBORHOOD-EAST 86TH/5TH AVENUE", + 225 + ], + [ + "Large Studio in Forest Hills", + 100 + ], + [ + "A CLASSIC NYC NEIGHBORHOOD-EAST 86TH/5TH AVENUE", + 225 + ], + [ + "Cozy apartment", + 245 + ], + [ + "Cozy Studio In Crown Heights", + 80 + ], + [ + "Brooklyn At Its Best, Too!", + 110 + ], + [ + "Chic 1 Bedroom with Empire State Views in NYC", + 183 + ], + [ + "Queens 20 mins to subway- 15 mins JFK- walk to bus", + 55 + ], + [ + "New York Experience", + 250 + ], + [ + "A serene apartment to rejuvenate yourself.", + 275 + ], + [ + "Quiet/Modern Triplex loft, steps to prospect park!", + 120 + ], + [ + "Huge One of A Kind Loft West Village/Meatpacking", + 89 + ], + [ + "Spacious Split Level Apartment", + 100 + ], + [ + "House of Moon Dog", + 59 + ], + [ + "Private Room in Trendy Williamsburg Loft", + 50 + ], + [ + "Room o4", + 45 + ], + [ + "Cute, airy attic room", + 50 + ], + [ + "Cozy Room in a Friendly House CLOSE TO SUBWAY", + 49 + ], + [ + "Cozy & Charming Uptown NYC Bedroom Near Subway", + 55 + ], + [ + "My Little Cottage", + 69 + ], + [ + "2 bed, 2 full bath quaint street in Brooklyn", + 275 + ], + [ + "Sunny, Happy Space in Manhattan!", + 125 + ], + [ + "The Penthouse", + 300 + ], + [ + "Sunny apartment in the heart of trendy Greenpoint", + 145 + ], + [ + "PRISTINE STUDIO IN THE HEART OF THE E. VILLAGE", + 170 + ], + [ + "Lo Studio/15 min central park/wifi+ street parking", + 95 + ], + [ + "HI END LIVING IN UES LUXURY CONDOS-EAST 80TH ST", + 243 + ], + [ + "Suite Di CLASSE East village-free Str.parking+wifi", + 150 + ], + [ + "Sublet for Oct (Phone number hidden by Airbnb) utilities included", + 23 + ], + [ + "Small Bedroom in Dreamy Brownstone", + 60 + ], + [ + "SUPER LUXURY FOR 2 IN FINANCIAL DISTRICT", + 181 + ], + [ + "The ocean view room size 12x14", + 70 + ], + [ + "Harlem intimate room,20 min to Time Square,by Park", + 53 + ], + [ + "Midtown Apt. with a great view and everything near", + 130 + ], + [ + "3 Bedroom in Great Midtown Location", + 350 + ], + [ + "Cozy room in lovely apartment close to subway", + 60 + ], + [ + "cozy & clean room in the Bronx", + 35 + ], + [ + "Astoria apartment near Manhattan/LaGuardia", + 179 + ], + [ + "The Peach Room", + 65 + ], + [ + "Bright charming studio in quiet treelined Brooklyn", + 75 + ], + [ + "My studio", + 90 + ], + [ + "CHARMING OLD WORLD FLAT - WEST VILLAGE NEAR SOHO", + 114 + ], + [ + "2017 Renovated Central Flushing, NYC法拉盛中心的新装修房Wifi", + 111 + ], + [ + "Apartment-Styled space in Queens. 10Min from JFK.", + 58 + ], + [ + "450sqft Studio Stunning Water Front Balcony View", + 95 + ], + [ + "Beautiful bright 1 bedroom in Greenwich Village", + 220 + ], + [ + "Sunny & Stylish Room in lush apartment", + 99 + ], + [ + "1 Bedroom in 2 bedroom Apartment", + 93 + ], + [ + "Pretty 1 bedroom apt, Williamsburg/ Females only", + 55 + ], + [ + "Ocean Room at Great Location", + 50 + ], + [ + "Homey Midtown East 1BR w/ Gym, Doorman, near the 6th street by Blueground", + 308 + ], + [ + "Entire Private Brownstone in Brooklyn", + 150 + ], + [ + "Cozy Room in Bushwick.", + 35 + ], + [ + "Bright UES 1-BR. Walk to Central Park and museums", + 150 + ], + [ + "INVITING BRIGHT & STYLISH STUDIO", + 75 + ], + [ + "Charming Apartment on Central Park West!", + 150 + ], + [ + "Brand New Apt In A Beautiful Elevator Building", + 65 + ], + [ + "Modern Loft overlooking McCarren Park", + 350 + ], + [ + "Sunny 1 bedroom apartment on quiet block", + 125 + ], + [ + "NYC private room in Private house|Mt Vernon area", + 59 + ], + [ + "East Village Penthouse Terrace", + 140 + ], + [ + "Brooklyn’s finest pt. Deux", + 75 + ], + [ + "Restaurants- Nightlife- Greenpoint - Williamsburg", + 184 + ], + [ + "Bedford Bungalow 5 min cab from Williamsburg", + 125 + ], + [ + "Perfect one bedroom in midtown Manhattan", + 175 + ], + [ + "Two bedroom Beauty in midtown Manhattan", + 367 + ], + [ + "Nettie's Brooklyn Dream Space", + 75 + ], + [ + "Artist's Studio in historic Manhattan neighborhood", + 80 + ], + [ + "Cozi property near Ocean", + 137 + ], + [ + "Fabulous Sun-kissed Room in Heart of Chelsea!", + 95 + ], + [ + "ROOM EN NEW YORK, MANHATTAN", + 125 + ], + [ + "East Village Rooftop Oasis w/ Private Entrance!", + 150 + ], + [ + "Spacious Garden Apartment", + 115 + ], + [ + "women only great place in Forest Hills NY", + 45 + ], + [ + "Yankee Stadium Superhost! A 1BR/1BA City Escape!", + 55 + ], + [ + "Perrier Palace", + 180 + ], + [ + "Bright Private room, perfect for fashion week!", + 55 + ], + [ + "Private 1BR w/ Queen bed & TV next to Central Park", + 99 + ], + [ + "High Line Sun Drenched Home", + 200 + ], + [ + "Gorgeous Studio + Fully-stocked Italian Kitchen", + 70 + ], + [ + "Worlds cutest apt in Boerum Hill / Carroll Gardens", + 125 + ], + [ + "Great location!", + 150 + ], + [ + "Prime Location in Manhattan, near Central Park", + 164 + ], + [ + "Sunny and Spacious Private Room", + 101 + ], + [ + "Williamsburg Bedroom in a Beautiful Home", + 60 + ], + [ + "Kings Plz Mall, Flatbush Ave, 30 mins to Manhattan", + 130 + ], + [ + "Airway", + 150 + ], + [ + "Green Oasis 15 min from Downtown Manhattan!", + 114 + ], + [ + "Söderläge - 3 bedrooms in Williamsburg, Brooklyn", + 225 + ], + [ + "2 Bedroom/2 Bath Spacious Loft in Clinton Hill", + 250 + ], + [ + "Cozy&Quiet One Bedroom Full Unit Near F/G train", + 99 + ], + [ + "Luxury Midtown Manhattan Condo with 24hr Doorman", + 209 + ], + [ + "Good Access to Everywhere:)Bushwick, Brooklyn NY", + 59 + ], + [ + "Big Luxury Apartment by Times Square", + 300 + ], + [ + "Cozy private room in Midtown with private bathroom", + 160 + ], + [ + "Cute little room", + 45 + ], + [ + "Urban Bungalow Loft in Heart of Williamsburg!", + 250 + ], + [ + "Only woman .. East elmhurts ,queens , ny 11369", + 60 + ], + [ + "Living room available! Modern apartment in midtown", + 120 + ], + [ + "Private room near train into midtown Manhattan", + 47 + ], + [ + "Clean and cozy private bedroom in Central Harlem.", + 53 + ], + [ + "Master room w/terrace/private bath near Mall queen", + 55 + ], + [ + "COZY BEAUTIFUL 1 BEDROOM APT FOR 3PPL", + 225 + ], + [ + "Gorgeous single room in Sunnyside near Manhattan", + 78 + ], + [ + "Comfortable stay", + 52 + ], + [ + "Private bed & bath by JFK & LGA; Easy NYC access!", + 60 + ], + [ + "Cozy 2 bedroom apt in Lower East Side", + 161 + ], + [ + "Modern, natural light + in the best location", + 150 + ], + [ + "Homey & Cozy Near Pratt! (Cat Lovers Only)", + 60 + ], + [ + "Upper West Side Room", + 75 + ], + [ + "A Gem in the Heart of Brooklyn_(Rm#1)", + 38 + ], + [ + "Tristan's House", + 35 + ], + [ + "Colorful entire studio with city views by subway!", + 115 + ], + [ + "Franklin Guest Apt", + 130 + ], + [ + "Extra Large 1 Bedroom Park Slope / Prospect Park", + 159 + ], + [ + "Charming & Cozy Room in East Village Apt!", + 83 + ], + [ + "Sun-filled Park Slope Gem - Location!", + 225 + ], + [ + "Quaint room in Park Slope with awesome deck", + 70 + ], + [ + "Cozy Park Slope 1br Bungalo", + 70 + ], + [ + "Harlem Cozy Studio", + 125 + ], + [ + "AMAZING KING 1 BEDROOM MIDTOWN", + 125 + ], + [ + "1st floor room in the heart of Williamsburg", + 75 + ], + [ + "Long Island city, 15 min to Bryant Park", + 55 + ], + [ + "Lower East Side Spot", + 198 + ], + [ + "Bright W.burg 2 bedroom with Giant Private Garden", + 200 + ], + [ + "Cabin in Bushwick", + 102 + ], + [ + "Historic (& happening!) Prospect Heights, BK", + 80 + ], + [ + "Hamilton Heights 2 (1/2) bedroom apartment", + 350 + ], + [ + "Artist space", + 140 + ], + [ + "Amazing loft 1200 sqft in the best of Williamsburg", + 155 + ], + [ + "Beautiful Brooklyn Brownstone w/private parking", + 310 + ], + [ + "Authentic New York Artist Loft on the Bowery", + 525 + ], + [ + "Harlem Heavenly Apartment", + 200 + ], + [ + "Hidden Gem in the Heart of Park Slope", + 95 + ], + [ + "Great budget private room", + 35 + ], + [ + "Clean, bright room Williamsburg near L and JMZ .", + 150 + ], + [ + "Cosy & quiet room in Brooklyn steps to the subway", + 98 + ], + [ + "Prime Location! Luxury Bldg-Lg Rm w/ City Views!", + 79 + ], + [ + "Luxury Tiny house • Ohka", + 79 + ], + [ + "Cozy and Light Filled East Village Apartment", + 87 + ], + [ + "Spatious Park Ave Studio", + 210 + ], + [ + "Classic Harlem Garden Apartment", + 150 + ], + [ + "2 bdrm quiet guest area in Times Square Townhouse", + 260 + ], + [ + "East Harlem 1 bed apt- central location!", + 121 + ], + [ + "**Amazing Studio Balcony Steps from Time Square**", + 129 + ], + [ + "2 bedroom Modern Apt. in Prime Williamsburg", + 90 + ], + [ + "Room in duplex w/sep. bathroom, close to J train", + 100 + ], + [ + "Two Bedroom Pied A Terre", + 250 + ], + [ + "Tiny homes on water", + 250 + ], + [ + "Spacious 2-bedroom townhouse apt in Clinton Hill", + 225 + ], + [ + "HUGE apartment in Crown Heights", + 45 + ], + [ + "Oversized Studio Flat", + 165 + ], + [ + "AWESOME APARTMENT mins from JFK and LGA", + 85 + ], + [ + "@FERRY, Private Cozy Room, Renovated&Stylish.", + 29 + ], + [ + "Huge Room, Access to Garden,Prime Williamsburg", + 85 + ], + [ + "Big Bright Clean Room Near MANHATTAN and JFK", + 75 + ], + [ + "Upper west side gem", + 330 + ], + [ + "Cozy room in Sunset Park", + 79 + ], + [ + "Cozy Private Bedroom/Bathroom", + 125 + ], + [ + "Roomy Riverside Apartment", + 78 + ], + [ + "Private room in 2br apartment near subway (train)", + 70 + ], + [ + "Beautiful Home in Queens", + 113 + ], + [ + "Bedstuy/Bushwick 3 FLOOR TOWNHOUSE", + 370 + ], + [ + "Newly renovated garden apartment in brownstone!", + 150 + ], + [ + "PRIVATE CLEAN ROOM", + 60 + ], + [ + "Private cozy room- W 145st & Saint Nicholas Ave", + 65 + ], + [ + "STUNNING, HUGE 1 bed apartment, steps from train!", + 103 + ], + [ + "Charming & Convenient Brooklyn Bedroom", + 60 + ], + [ + "Great Location to Explore NYC", + 65 + ], + [ + "Well-Located Private Bedroom in Williamsburg", + 80 + ], + [ + "Cozy Moroccan 1BR APT in the heart of Astoria", + 50 + ], + [ + "Prime Location of Flushing Queens 豪华卧室 旅途中的家 A", + 60 + ], + [ + "the best you can find", + 0 + ], + [ + "Beautiful, spacious apartment in Brooklyn", + 137 + ], + [ + "Huge historical 1 bedroom in South Park Slope, BK", + 150 + ], + [ + "Huge Homey Relaxing room 25 mins from Times Sq!", + 65 + ], + [ + "Spacious bedroom in Artist's Apartment-Atelier", + 120 + ], + [ + "Modern Penthouse Apartment with Private Roof Deck", + 225 + ], + [ + "Private Sunny Room with Balcony in Bushwick", + 50 + ], + [ + "Luxury High-Rise, Floor-Ceiling Windows, Balcony", + 435 + ], + [ + "Room in Chelsea", + 100 + ], + [ + "Cozy and comfy apartment in Sunset-Newly renovated", + 150 + ], + [ + "Large Bedroom near Manhattan", + 85 + ], + [ + "Huge Bedroom with Private bath - Close to Subway", + 69 + ], + [ + "LUXURY BROADWAY/FINANCIAL DISTRICT", + 235 + ], + [ + "Private Room in Astoria minutes to NYC", + 47 + ], + [ + "MOST CENTRAL LOCATION", + 134 + ], + [ + "Williamsburg's BEST location Apartment", + 200 + ], + [ + "Best Space near Manhattan!", + 150 + ], + [ + "Prime location.near all 20 mins to manhattan.apt1B", + 99 + ], + [ + "The Little Nook 1", + 70 + ], + [ + "UES Renovated Safe Location", + 148 + ], + [ + "Arts / Nightlife Central", + 30 + ], + [ + "Some fresh air", + 450 + ], + [ + "Beautiful apt. in Upper West Side close to subway", + 150 + ], + [ + "Room with View, close to Central Park & Rockfeller", + 50 + ], + [ + "Welcoming New York", + 45 + ], + [ + "Private cozy and large room(103)", + 55 + ], + [ + "Best of Brooklyn", + 105 + ], + [ + "Private Room in East Village *FEMALE Guests only*", + 85 + ], + [ + "Washington Park", + 131 + ], + [ + "Elegant 1 BR with amazing view in Park Slope", + 169 + ], + [ + "Tastetic", + 58 + ], + [ + "Arthur Ave 2BDR sleeps 6! (15 mins from Manhattan)", + 140 + ], + [ + "The Blue House in Ft Greene", + 200 + ], + [ + "Private room with private bathroom", + 120 + ], + [ + "Charming, comfy, cozy, safe getaway.", + 75 + ], + [ + "Spacious 1 bedroom in Prime Williamsburg", + 99 + ], + [ + "Californiacation Studio with Garden in Bushwick", + 120 + ], + [ + "Little Slice of Brooklyn!", + 45 + ], + [ + "汤姆公寓", + 89 + ], + [ + "Luxurious 1BR apt! Amazing Views & Full Amenities!", + 186 + ], + [ + "Beautiful RoomwBackyard near Trains,Astoria NY", + 70 + ], + [ + "Shay's Place #2 ( Studio Apt. ) 5 mins from JFK", + 90 + ], + [ + "Cute room in Bushwick", + 35 + ], + [ + "Gorgeous One Bedroom in Clinton Hill", + 134 + ], + [ + "Bright & Large Open Studio 15 Min To Manhattan", + 99 + ], + [ + "The Real B&B Home", + 85 + ], + [ + "★ Cosy room in Brooklyn ★ 20-min to Manhattan", + 80 + ], + [ + "★Bushwick Charming Room★ Great for Solo Travellers", + 45 + ], + [ + "★Luminous and vivid room in NYC★", + 110 + ], + [ + "Best Artist's fun loft in Williamsburg, mins 2 NYC", + 139 + ], + [ + "Pet & Tony's Residence", + 120 + ], + [ + "Cozy Quiet Studio in the Heart of Upper East Side", + 110 + ], + [ + "Cosy & chic room in luxury hi-rise at Times Square", + 110 + ], + [ + "Private room in Upper Manhattan near City College.", + 38 + ], + [ + "Spacious Bedroom near Prospect Park", + 100 + ], + [ + "Sunny One Bedroom in Historic Fort Greene", + 250 + ], + [ + "Light and airy room in Soho/Nolita", + 110 + ], + [ + "Big 1 bedrm St Marks Apt", + 199 + ], + [ + "Lovely Bushwick Townhouse - steps from subway!", + 40 + ], + [ + "Midtown East Sunny Studio Apartment", + 195 + ], + [ + "Kosher Basement Apt. for men in Crown Heights", + 25 + ], + [ + "*Private-Comfortable space 2 min from train", + 52 + ], + [ + "BROOKLYN'S BROWNSTONE SPECIAL BUDGET IN NYC :)", + 75 + ], + [ + "LONG TERM 3 BEDROOMS APARTMENT BROOKLYN NYC", + 99 + ], + [ + "Massive, airy room with balcony in Crown Heights", + 55 + ], + [ + "Comfortable and Clean Private Room", + 54 + ], + [ + "Bright Spacious Room in BedStuy - 20min from City", + 90 + ], + [ + "Private room in Bushwick.", + 50 + ], + [ + "Fan&Chill", + 53 + ], + [ + "'Fan'tastic", + 59 + ], + [ + "Söderläge - Spacious full bedroom in Williamsburg", + 99 + ], + [ + "Charming Apartment near Empire State Building", + 195 + ], + [ + "Home Away From Home -3", + 160 + ], + [ + "Spacious, Modern Uptown Getaway with Balcony", + 250 + ], + [ + "Spacious NYC Duplex- 1 Bedroom & 2 Bathrooms", + 150 + ], + [ + "Large Comfortable Cozy Room", + 85 + ], + [ + "Bright Warm Home. A little old, a little new!", + 45 + ], + [ + "Brooklyn's Cozy Jewel II", + 149 + ], + [ + "HEART OF BUSHWICK", + 60 + ], + [ + "Lovely Young Apt Close to JFK & LGA", + 99 + ], + [ + "Nice room in cozy house", + 65 + ], + [ + "LUXURY MURRAY HILL EAST 34TH~1BR", + 225 + ], + [ + "Beautiful place in Brooklyn! #2", + 79 + ], + [ + "天使的温暖", + 36 + ], + [ + "Brooklyn NYC! #3", + 79 + ], + [ + "Amazing room #1", + 54 + ], + [ + "Gorgeous Master Bedroom for Sukkot!", + 79 + ], + [ + "Beautifully Designed Green Point in Greenpoint", + 145 + ], + [ + "Peaceful Park Slope Condo with Fast Wifi! #10253", + 300 + ], + [ + "Spacious Room only minutes away from 125th area", + 58 + ], + [ + "East Village, Spacious Private Room w Backyard", + 70 + ], + [ + "Nice bedroom in Brooklyn", + 50 + ], + [ + "Prime Location of Flushing Queens 豪华卧室 旅途中的家 B", + 55 + ], + [ + "Luxury in Brooklyn Brownstone, Close to Metro!!!", + 170 + ], + [ + "Ping Pong Paradise in Brooklyn, Close to metro!!!", + 124 + ], + [ + "Homey Bedroom in a great neighborhood!", + 40 + ], + [ + "Perfect SOHO/NOLITA location, CLEAN and cozy home", + 111 + ], + [ + "Private Bedroom and Bath", + 75 + ], + [ + "Spacious & Bright apt in Soho (Top 1% ♥ NYC pick)", + 325 + ], + [ + "Walk to Times Square and Central Park-Cozy Room!!!", + 107 + ], + [ + "Charming- cozy bedroom", + 60 + ], + [ + "COZY QUIET APT CLOSE TO TRAIN", + 60 + ], + [ + "Sunny/spacious/convenient private room - Bushwick!", + 60 + ], + [ + "Creative Artist Apartment in SoBro", + 120 + ], + [ + "Prime East Village REAL 1 Bedroom", + 200 + ], + [ + "Quiet, clean and spacious.", + 135 + ], + [ + "Vics cafe", + 41 + ], + [ + "The Perfect Fort Greene Studio", + 160 + ], + [ + "Sun-filled Bed-Stuy Apt with Master Bedroom!", + 80 + ], + [ + "Sunny and charming Room in Duplex Apt in BedStuy", + 100 + ], + [ + "Cozy home in Bayside", + 59 + ], + [ + "Nice Cozy Little Studio in a Quite Neighborhood!!", + 65 + ], + [ + "Brooklyn Two Bed with Private Garden", + 225 + ], + [ + "Charming bright room in SoHo w/access to rooftop", + 175 + ], + [ + "Spacious, artistic 1-bedroom near The Cloisters!", + 100 + ], + [ + "Cozy private room 15 mins to Soho", + 119 + ], + [ + "Great room in a two-bedroom apartment.", + 30 + ], + [ + "Luxury 1BR Doorman—NYU—Washington Sq. Pk—Astor Pl.", + 400 + ], + [ + "The Nest", + 32 + ], + [ + "Cozy Junior One Bedroom apt in Greenwich Village", + 245 + ], + [ + "Beautiful,2,000sf,sunny,airy,SoHo loft w/balconies", + 700 + ], + [ + "Zen retreat in Bustling East Village", + 90 + ], + [ + "Cheap bedroom with private half bath attached!", + 30 + ], + [ + "BEST LOCATION, ROOFTOP, ROOMY AND BRIGHT", + 135 + ], + [ + "Spacious & Cozy Apt in Chinatown/Lower East Side", + 200 + ], + [ + "Brooklyn Factory Conversion -Bright, Plant Filled", + 120 + ], + [ + "Comfortable bed, lighting, fresh linens, workspace", + 119 + ], + [ + "Spacious East Village 1 BR on 14th St!", + 196 + ], + [ + "Family room #5", + 80 + ], + [ + "Prime Location of Flushing Queens 豪华卧室 旅途中的家 C", + 55 + ], + [ + "NICE 1 BEDROOM 25 MIN TO MANHATTAN", + 88 + ], + [ + "曼哈顿林肯中心一室一厅", + 78 + ], + [ + "Spacious Private Bedroom in Northern Manhattan!", + 50 + ], + [ + "Spacious 1 Bedroom Home in the Heart of Manhattan", + 215 + ], + [ + "Brooklyn 3Bed 1Bath 8minute Subway 30 to Manhattan", + 300 + ], + [ + "Great studio in Chelsea at a fantastic location", + 160 + ], + [ + "Pristine Luxury Loft Near Barclay & Green Building", + 250 + ], + [ + "Large 1bdr family friendly apt close to midtown", + 125 + ], + [ + "Newly Renovated Apartment", + 180 + ], + [ + "Casa Blue In the Heart of Soho", + 650 + ], + [ + "Elegant Private Room, Bath & Patio Next to Subway", + 60 + ], + [ + "Casa Blue", + 695 + ], + [ + "2BED 2 BATH LINCOLN CENTER / RIVER VIEW", + 280 + ], + [ + "Cozy spot", + 100 + ], + [ + "1 bedroom completely renovated in Brooklyn", + 75 + ], + [ + "Your Home in NYC, 3 bdrm, 2 bath, 5 min to metro!!", + 135 + ], + [ + "Almost a Hotel Room // Cozy Private Room", + 50 + ], + [ + "307 E 44th st beautiful fully furnished", + 175 + ], + [ + "Room in a loft in Soho/Nolita", + 80 + ], + [ + "Douglaston (apt 2) Room one\n(Largest room)", + 50 + ], + [ + "Beautiful Garden Apartment with Patio & BBQ Grill", + 130 + ], + [ + "3 blocks from Subway express! Clean & Cozy", + 70 + ], + [ + "Douglaston (apt2) Room 2", + 45 + ], + [ + "One private room in a brand new 2BR Penthouse!", + 250 + ], + [ + "Private ROOM & BATH (City Central) Time Square NYC", + 155 + ], + [ + "Sunny 2 br apartment in Prospect Lefferts Gardens", + 100 + ], + [ + "Spacious Private room 10 minutes to Manhattan", + 76 + ], + [ + "Spacious 2-bed Apt. Quiet w/garden.Family friendly", + 240 + ], + [ + "Garden Apartment in South Slope", + 80 + ], + [ + "Small room nearby C-train station (female only)", + 35 + ], + [ + "Private room in Greenpoint!", + 50 + ], + [ + "Beautiful room in loft with private roof & SDB", + 90 + ], + [ + "Guest room in Greenpoint", + 65 + ], + [ + "My Cozy Condo!\nMy apartment is very peaceful!", + 100 + ], + [ + "Cosy private room in the middle of Manhattan!", + 92 + ], + [ + "Great West Village Pad", + 425 + ], + [ + "Sunny, spacious room in Bedstuy", + 58 + ], + [ + "3 Beds, Uptown , one block train A ,15 min Wall St", + 85 + ], + [ + "Downtown warmth and charm", + 250 + ], + [ + "Cozy Brownstone Apartment in Carroll Gardens", + 116 + ], + [ + "Luxury 1BR with Private Outdoor Patio", + 120 + ], + [ + "Huge Bedroom Next to Lines Q & 6 UPPER EAST SIDE", + 70 + ], + [ + "HOME AWAY FROM HOME", + 100 + ], + [ + "Spacious bedroom, minutes to Manhattan!", + 76 + ], + [ + "STAY HERE! Nice&Quite 1BD in Financial District!", + 150 + ], + [ + "Light, spacious apartment in trendy neighborhood", + 100 + ], + [ + "Apartment at the fabulous Tea Factory!", + 75 + ], + [ + "Chelsea, Manhattan Large Private Bedroom for 2", + 125 + ], + [ + "Windsor Terrace spacious, lovely 1 Bedroom", + 120 + ], + [ + "One Bedroom Bronx Bohemian style living space", + 42 + ], + [ + "Best location in Williamsburg! Spacious and quite.", + 349 + ], + [ + "Say Morning to Statue of Liberty !", + 299 + ], + [ + "Bronx room", + 30 + ], + [ + "Sunny and cozy spacious bedroom w/ queen sized bed", + 70 + ], + [ + "Murray Hill House", + 1177 + ], + [ + "Room in Hell's Kitchen luxury building", + 110 + ], + [ + "Great room in Williamsburg, perfect for 2", + 65 + ], + [ + "Cool, calm, and cozy.", + 30 + ], + [ + "Sunny Bushwick Apartment", + 120 + ], + [ + "RESIDENCE NEAR JFK (TB3)", + 33 + ], + [ + "Cozy room in spacious and sunny apartment", + 38 + ], + [ + "Ashes Cove", + 200 + ], + [ + "Lavish 3 bedroom near Penn Station / MSG", + 790 + ], + [ + "Chez Jazzy Midtown East", + 225 + ], + [ + "Clean, Comfortable, Sunny Room 5 Min from LGA", + 90 + ], + [ + "20-Minute Subway Ride to Times Square", + 100 + ], + [ + "** SoHo: Clean, Safe, Private, Quiet Bedroom (B)**", + 99 + ], + [ + "G1 Newly Renovated Long Island City Room", + 55 + ], + [ + "G2Newly Renovated Long Island City Room", + 55 + ], + [ + "G3Newly Renovated Long Island City Room", + 58 + ], + [ + "Sunny and cozy apartment with a beautiful terrace", + 97 + ], + [ + "Contemporary two-story oasis. Minutes from train.", + 165 + ], + [ + "Bright Charming 1 Bdrm off Central Park", + 125 + ], + [ + "Beautiful Cypress Hills apt", + 106 + ], + [ + "Prime Location of Flushing Queens 豪华卧室 旅途中的家 D", + 60 + ], + [ + "Great location bay ridge off shore road", + 99 + ], + [ + "Space and Light in the Heart of Midtown", + 180 + ], + [ + "Sunny, Entire Top Floor of Harlem Brownstone!", + 129 + ], + [ + "Gorgeous Alcove Studio", + 160 + ], + [ + "(=CUTE ROOM IN HELL'S KITCHEN=)", + 86 + ], + [ + "Private 2 bedroom w/ Rooftop Manhattan View!", + 155 + ], + [ + "Gorgeous Brownstone - 3 blocks from subway!", + 185 + ], + [ + "Hell's Kitchen/ Times Square", + 210 + ], + [ + "Clean & nice room near Central Park/2min to subway", + 80 + ], + [ + "Amazing Studio at the Time Square Area/53B", + 130 + ], + [ + "Clean Apt that Sleeps 4 Near Subway in East Harlem", + 113 + ], + [ + "Spacious Park Slope apt with garden", + 160 + ], + [ + "Designer 1BR with Patio & FiOS! #10257", + 350 + ], + [ + "Charming 1 bedroom in mid-town Manhattan", + 222 + ], + [ + "Harlem Room With A View", + 65 + ], + [ + "Women friendly, spacious loft with private bedroom", + 90 + ], + [ + "Spacious room with tons of natural light", + 65 + ], + [ + "***Come Stay in Comfort while you Experience NYC**", + 55 + ], + [ + "South Park Slope 1BR Apt with Shared Yard", + 94 + ], + [ + "CHIC 2 BEDROOM W/ LUXURY FINISHES, WASHER DRYER", + 185 + ], + [ + "Spotless Private Room near Airport and Subway!", + 49 + ], + [ + "Chill, Cozy, Apt Next to Subway in LES/Chinatown", + 80 + ], + [ + "Comfy Cozy", + 139 + ], + [ + "Empire State view from my Central Harlem prv room.", + 70 + ], + [ + "Perfect Chanukah apartment for the whole crew!", + 400 + ], + [ + "Howard Beach CrashPad", + 45 + ], + [ + "Sunny Private Bedroom in Washington Heights", + 75 + ], + [ + "Private Bedroom with Exposed Brick in Chinatown!", + 100 + ], + [ + "SOHO / GREENWICH VILLAGE\nPrime location- 1 Bedroom", + 150 + ], + [ + "Closest to Home", + 100 + ], + [ + "Bright Lower East Side Studio", + 139 + ], + [ + "Private and Cozy Studio Pelham Gardens - Bx, NY.", + 40 + ], + [ + "Comfortable and lovely furnished studio apartment", + 80 + ], + [ + "Sunny Room in Queens", + 100 + ], + [ + "Bright, spacious room in Williamsburg", + 100 + ], + [ + "Large, Charming & Sunny 2 Bedroom in Brooklyn!", + 150 + ], + [ + "Luxury Apartment Central Park - Hell’s Kitchen", + 273 + ], + [ + "Soho | Greenwich Village 1 Bedroom", + 225 + ], + [ + "Urban Sanctuary in Sunset Park", + 100 + ], + [ + "Trendy & Bright Dumbo 1 Bed", + 135 + ], + [ + "Charming two bedroom apartment in Downtown Soho", + 400 + ], + [ + "Beautiful Brooklyn Brownstone in Boerum Hill", + 125 + ], + [ + "Private room in Times Square, HEART of the city!", + 150 + ], + [ + "Fabulous 1 bedroom in midtown Manhattan", + 222 + ], + [ + "Splendid 1 bedroom suite in midtown Manhattan", + 175 + ], + [ + "Great Studio!", + 70 + ], + [ + "Sunny 1 bedroom suite in midtown Manhattan", + 175 + ], + [ + "Comfortable studio suite in midtown Manhattan", + 130 + ], + [ + "West Village 1 Bedroom with a view", + 150 + ], + [ + "Near LGA cozy room.", + 45 + ], + [ + "Cozy Blue Room", + 50 + ], + [ + "Williamsburg - Private Bathroom, Steps To Subway", + 100 + ], + [ + "♕ Downtown Manhattan I Private Bedroom♕", + 90 + ], + [ + "Private Bedroom in Great Brooklyn Apartment", + 45 + ], + [ + "Sunny guest apt w eat-in kitchen near prospect prk", + 175 + ], + [ + "Cozy, tranquil bedroom steps from Central Park A", + 99 + ], + [ + "Opulent Orange Oasis! (Brooklyn)", + 60 + ], + [ + "Beautiful Bright Studio in Williamsburg", + 158 + ], + [ + "Private Large Bedroom in Trendy Williamsburg Loft", + 60 + ], + [ + "Cute bedroom in the heart of Williamsburg", + 45 + ], + [ + "Prime Upper West Side Bedroom", + 145 + ], + [ + "Convenient 2 BR in Downtown Flushing Chinatown", + 110 + ], + [ + "Cherry Hill", + 115 + ], + [ + "Private Brownstone Bedroom!!!", + 50 + ], + [ + "Nice spotless room attached PRIVATE FULL BATHROOM", + 45 + ], + [ + "Smart 3BR in Trendy Astoria - 8 min to N/W Subway", + 180 + ], + [ + "Easy Stay in Williamsburg Brooklyn", + 350 + ], + [ + "Entire Home / Apt in Williamsburg + Rooftop", + 125 + ], + [ + "Studio on UWS, three blocks from the Central Park", + 180 + ], + [ + "Cozy Master Bedroom 5 minutes from JFK", + 70 + ], + [ + "Beautiful 1 bed right off express train in Harlem!", + 126 + ], + [ + "East Village Apartment", + 190 + ], + [ + "ANGUS.3.20min to Manhattan", + 50 + ], + [ + "Clinton Hill room with a view", + 50 + ], + [ + "♛ Fabulous Bedroom |★★★★★| ♛", + 95 + ], + [ + "Cozzy Room on Bedford, 20 minutes to Manhattan", + 100 + ], + [ + "Positive Vibes, Bushwick Living - Entire Apartment", + 115 + ], + [ + "Full Apartment / 1 Bedroom ( Lower Level)", + 85 + ], + [ + "Royalty room", + 40 + ], + [ + "Bright 1 bd apartment next to west villiage", + 195 + ], + [ + "Huge two bedroom apt n Bayridge!!!", + 79 + ], + [ + "king size Room available now in BayRidge", + 89 + ], + [ + "Fresh and cozy male room on Manhattan III", + 32 + ], + [ + "Private Room w/ Queen Bed & Twin Bed", + 28 + ], + [ + "Bedstuy treasure", + 55 + ], + [ + "Hamilton Beach House", + 100 + ], + [ + "Modern, Bright, Private Bklyn Room w/ 2 Beds", + 125 + ], + [ + "HUGE, well-lit apartment, great Brooklyn location", + 150 + ], + [ + "2BED 2 BATH / HIGH FLOOR/ BALCONY/ COLUMBUS CIRCLE", + 300 + ], + [ + "Clean Comfortable Apartment near the Subway!", + 150 + ], + [ + "Modern Bedroom in the Heart of Williamsburg", + 115 + ], + [ + "Cozy, charming and clean bedroom in Manhattan.", + 100 + ], + [ + "Cozy bedroom in Bed-stuy town house", + 45 + ], + [ + "Massive Luxury 1BR Condo in Astoria / LIC", + 150 + ], + [ + "Lavish 2 BR minutes from Central Park!", + 199 + ], + [ + "Huge room in beautiful Brooklyn apartment", + 50 + ], + [ + "Beautiful Manhattan Apt with Private Garden!", + 275 + ], + [ + "Urban Oasis in Heart of Brooklyn", + 75 + ], + [ + "Spacious, Beautiful, 1 or 2 BR in Cobble Hill", + 150 + ], + [ + "Yinka's Guest house", + 180 + ], + [ + "Tidy Cozy Room separate entrance paid parking", + 43 + ], + [ + "Sunny room in a spacious Williamsburg apt", + 85 + ], + [ + "East Side Private Bedroom", + 115 + ], + [ + "Cozy and Unique Warehouse Apartment", + 105 + ], + [ + "Amazing room in spacious 2BR apt in Greenpoint!", + 70 + ], + [ + "2BED 2BATH PRIVATE BALCONY / COLUMBUS CIRCLE", + 290 + ], + [ + "Brand new, comfortable, refined, our first!全新,商务最佳", + 148 + ], + [ + "Private bedroom hideaway in East Village gem", + 110 + ], + [ + "Sunny Room in a Brownstone Penthouse", + 110 + ], + [ + "Spacious Bedroom in Renovated Apartment- Astoria", + 43 + ], + [ + "Full 2 Br a block from Central Park North", + 170 + ], + [ + "Jewel On Parkside 3", + 65 + ], + [ + "Cozy East Harlem Apartment", + 90 + ], + [ + "East 74th street, Cozy UES 1bd Serviced Apartment", + 159 + ], + [ + "Charming, newly renovated Victorian townhouse apt", + 175 + ], + [ + "Huge Bedroom with 1/2 Bathroom + Private Entrance", + 60 + ], + [ + "Cozy room in the heart of Brooklyn", + 35 + ], + [ + "BRIGHT AND NEW! 3beds/2baths-Everything you need!", + 148 + ], + [ + "Quiet apartment next to subway. 15 min to midtown", + 110 + ], + [ + "Garden Apartment on 129th Street", + 115 + ], + [ + "3 Mins to Subway 30 minuets to WTC Safe Area", + 85 + ], + [ + "Huge beautiful bedroom with double exposure", + 50 + ], + [ + "SUPER COZY Apartment in Manhattan (1 Bedroom!)", + 120 + ], + [ + "Victorian styled long townhouse in NYC", + 300 + ], + [ + "1600 sq ft Luxury Duplex Townhouse-Carroll Gardens", + 200 + ], + [ + "The Notorious B.N.B. { The Shasha }", + 319 + ], + [ + "NYC Large clean UES room 1 Block from the Subway!", + 100 + ], + [ + "1 bedroom apartment Williamsburg, NYC", + 200 + ], + [ + "Huge private bedroom one block from the train!", + 80 + ], + [ + "Red Hook Garden Apartment", + 120 + ], + [ + "Spacious charming upper east side apartment", + 239 + ], + [ + "Soulful minipenthouse perched over East Village", + 71 + ], + [ + "Entire apartment in Turtle Bay", + 120 + ], + [ + "Cozy Central Park Apartment", + 145 + ], + [ + "Private room in Clinton hill, Brooklyn NY", + 95 + ], + [ + "Yi He hotel", + 100 + ], + [ + "温馨双人房,步行地铁两分钟,", + 65 + ], + [ + "Quiet, private bedroom close to beaches.", + 60 + ], + [ + "Clotilde's House. Studio apt in Manhattan, Harlem.", + 100 + ], + [ + "Respectful guest for long term is required", + 47 + ], + [ + "SWEET Lower East Side Apartment :)", + 126 + ], + [ + "Large Private Room In Spacious Guest House", + 25 + ], + [ + "Spacious room near Times Square", + 114 + ], + [ + "Midtown East", + 185 + ], + [ + "Sunny apartment, great amenties and transporation.", + 165 + ], + [ + "Private Entrance Room in Brooklyn w/ Queen Bed", + 60 + ], + [ + "Beautiful 1 bedroom/ garden Manhattan West Village", + 225 + ], + [ + "Casa de Fierce", + 150 + ], + [ + "Nice NYC Apartment 20 minutes' away from Manhattan", + 55 + ], + [ + "Columbus Circle, Central Park, Time Warner O MY!", + 125 + ], + [ + "Quiet and Cozy Private Room, 20 min from Downtown", + 59 + ], + [ + "Sun-filled Boho Bedroom in the Heart of Astoria!", + 95 + ], + [ + "Beautiful Brooklyn Private Room", + 75 + ], + [ + "Manhattan, double size sofa bed no deposit", + 1500 + ], + [ + "Sunny park view room in Harlem brownstone", + 85 + ], + [ + "Nostrand Ave & St Johns, Dble room in shared apt.", + 75 + ], + [ + "Trendy Park Slope Apartment", + 130 + ], + [ + "Sunny church view room in Harlem brownstone", + 70 + ], + [ + "Studio in Upper East Side Manhattan", + 128 + ], + [ + "Beautiful two bedroom apartment in Manhattan NYC", + 130 + ], + [ + "Modern One-Bedroom Apartment - Recently Renovated", + 120 + ], + [ + "Location Location Location! Comfort & Convenience", + 69 + ], + [ + "Small and Cozy room on Upper West Side", + 47 + ], + [ + "New 1BR Apartment In Prime Lower East Side", + 181 + ], + [ + "Feng Shui Private Room In Brooklyn", + 48 + ], + [ + "Quaint Bedroom in the Heart of New York!", + 50 + ], + [ + "#2,单间双人房,(共用卫生间)", + 60 + ], + [ + "大双人房,共用卫生间,", + 58 + ], + [ + "Midtown Manhattan shared Apartment,Prime Location", + 99 + ], + [ + "Cozy Apartment. 15 mins away from LGA & Manhattan", + 150 + ], + [ + "Charming Greenpoint Apartment. Clean!!!!", + 225 + ], + [ + "Nice & new room, washer/dryer, 5 min to train!", + 40 + ], + [ + "Spacious, light and clean apartment in Brooklyn", + 130 + ], + [ + "Private room in Queens", + 35 + ], + [ + "East 74th street, Cozy UES 1bd Serviced Apartment", + 169 + ], + [ + "Lovely, charming and clean bedroom in Manhattan.", + 150 + ], + [ + "Luxury 1BR in NYC + Great Amenities & Rooftop Ter.", + 169 + ], + [ + "Comfy Crown Heights room", + 37 + ], + [ + "Luxurious Brand New Apt with Washer Dryer", + 125 + ], + [ + "Cozy apartment with a huge back yard.", + 62 + ], + [ + "Relax in Brooklyn, morning sun and treelined patio", + 120 + ], + [ + "Private Cozy Bedroom In Bed Stuy", + 55 + ], + [ + "Centrally located private home in flatbush", + 250 + ], + [ + "Simple cozy room in Bed-Stuy!", + 45 + ], + [ + "Cozy private room, king size bed, private bathroom", + 120 + ], + [ + "Lg Room Historic Clinton Hill Near Pratt/Barclays", + 55 + ], + [ + "Cozy Small Studio in Manhattan! East Village!", + 140 + ], + [ + "Large Split Level Room in Greenpoint Loft", + 100 + ], + [ + "Private bedroom in East Village", + 80 + ], + [ + "Charming and very Sunny Apartment", + 70 + ], + [ + "Monroe Manor - 3 bedroom, 2 full bath duplex", + 189 + ], + [ + "(ABC) 3 bedrooms-2 bath up to 6 pp", + 200 + ], + [ + "Room with lots of light, washer/dryer, free yoga", + 45 + ], + [ + "Modern large Duplex in Greenwich Village", + 275 + ], + [ + "Homey studio in Midtown Manhattan", + 150 + ], + [ + "Large studio in Midtown Manhattan", + 150 + ], + [ + "Violet Dynasty", + 65 + ], + [ + "Immaculate studio in midtown Manhattan", + 150 + ], + [ + "Mint studio in midtown Manhattan", + 195 + ], + [ + "Nice and Cozy bedroom in Bedstuy", + 59 + ], + [ + "Nice and warm room with a Queen Size Bed!!", + 43 + ], + [ + "Fantastic loft space in Greenpoint", + 160 + ], + [ + "舒适温馨小屋两间", + 95 + ], + [ + "XLarge & Serene Clinton Hill 2 bdr Loft", + 190 + ], + [ + "Updated 1 Bedroom Best Location Modern Finishes", + 125 + ], + [ + "The Henry - A One Bedroom Cobble Hill Apartment", + 165 + ], + [ + "Lower East Side Bedroom w. A/C and Cappuccinos!", + 135 + ], + [ + "Luxury designer duplex in Bed Stuy", + 225 + ], + [ + "Stunning factory loft in the heart of Williamsburg", + 380 + ], + [ + "Beautiful luxury condo heart of Brooklyn", + 200 + ], + [ + "Small Apartment by Central Park/Columbus Circle", + 129 + ], + [ + "Beautiful & Spacious Private Brooklyn Loft", + 133 + ], + [ + "Private Room in Bushwick! Close to Trains/Buses!", + 44 + ], + [ + "Quiet East Village Studio next to snug coffee shop", + 142 + ], + [ + "Perfect Room in West Harlem", + 55 + ], + [ + "Waterfront Zen Oasis", + 185 + ], + [ + "Comfortable room/close to Manhattan", + 110 + ], + [ + "Comfy 1 bedroom suite in midtown manhattan", + 175 + ], + [ + "Elegant 1 bedroom suite in midtown Manhattan", + 222 + ], + [ + "Roomy 1 bedroom suite in midtown Manhattan", + 175 + ], + [ + "Impressive 1 bedroom near Sloan Kettering", + 175 + ], + [ + "BK Bungalow - Cozy Williamsburg 1BD (right off L)", + 115 + ], + [ + "Waterfront Wonder", + 180 + ], + [ + "Clean room in Chinatown, close to all the fun!", + 80 + ], + [ + "Large Studio Apartment, 15-20mins from downtown", + 125 + ], + [ + "Bright Apartment in BedStuy - 20 min from City", + 125 + ], + [ + "HUGE 2 Floor Penthouse w Private Roof", + 475 + ], + [ + "420 FRIENDLY BACKYARD PARTY EXPERIENCE ONLY", + 750 + ], + [ + "Modern Astoria 1BR w/Private Patio", + 86 + ], + [ + "Private Room in Crown Heights Close to Subway", + 75 + ], + [ + "EAST 60TH STREET STUDIO WITH 2 DOUBLE BEDS", + 153 + ], + [ + "The Solstice - A One Bedroom Apartment", + 165 + ], + [ + "Raw Vegan B&B", + 55 + ], + [ + "Cozy Contemporary room near JFK (The Blue room)", + 50 + ], + [ + "Nice room in Harlem", + 45 + ], + [ + "Perfectly Quiet 1 bedroom get away!", + 35 + ], + [ + "Beautiful Suite W/ Private Bathroom", + 90 + ], + [ + "Roomy bedroom in Spacious Chelsea Loft!", + 149 + ], + [ + "Quiet and private in the heart of Chelsea.", + 175 + ], + [ + "Spacious Apartment + Bushwick Backyard", + 90 + ], + [ + "Harlem Hideaway Garden Apartment", + 108 + ], + [ + "Huge Private Room in the Heart of Williamsburg!", + 78 + ], + [ + "Private room/office in the heart of Manhattan", + 50 + ], + [ + "Cozy and Modern Brooklyn Loft with amazing view!", + 250 + ], + [ + "Lower East Side room steps from all the action!", + 95 + ], + [ + "Nice room in LES", + 85 + ], + [ + "Charming Brooklyn Artist's Room", + 100 + ], + [ + "Awesome place in sunnyside", + 60 + ], + [ + "Beautiful Clean Studio in Midtown East", + 160 + ], + [ + "Bed-stuY GeM !", + 68 + ], + [ + "My Sunny Island Room", + 85 + ], + [ + "Designer Studio /1Br in Williamsburg with Views", + 198 + ], + [ + "Williamsburg 1 Bedroom Gem", + 290 + ], + [ + "Bumble of Brooklyn, Large space", + 48 + ], + [ + "Affordable Space in Washington Heights Manhattan", + 60 + ], + [ + "THE SEXY SUITE SPOT", + 75 + ], + [ + "Beautiful Apartment in the heart of Chelsea", + 250 + ], + [ + "Beautiful and big 1BR sublet close by Central Park", + 50 + ], + [ + "Light-filled Brooklyn Bedroom and Art Space", + 90 + ], + [ + "Super Host in Heart of Time Square/City Central", + 155 + ], + [ + "Enchanted Village Retreat", + 220 + ], + [ + "Artsy Bowery Loft", + 250 + ], + [ + "ALL new modern apartment of 2 bedroom NYC style!❤️", + 378 + ], + [ + "Bushwick Oasis", + 325 + ], + [ + "Beautiful Room in Bed-Stuy Apartment", + 35 + ], + [ + "(C) room for 2 - sharing bath", + 45 + ], + [ + "Harlem Hideaway Parlor Apartment", + 96 + ], + [ + "Private Room in Bushwick Apartment", + 78 + ], + [ + "Centrally located East Village Apt", + 110 + ], + [ + "Warm and cozy box style apt in Bed- Stuy!", + 37 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Cozy room and a private bathroom bklyn :)", + 45 + ], + [ + "Private room right in heart of SOHO", + 60 + ], + [ + "Beautiful 1BR Home in Heart of South Harlem", + 125 + ], + [ + "MASTER Beautiful comfort room", + 95 + ], + [ + "Broadway 1", + 5000 + ], + [ + "Spacious apartment in historic Cobble Hill", + 115 + ], + [ + "Cozy 1 br in the heart of Gramercy", + 250 + ], + [ + "Luxury Brooklyn 1BR just minutes from Manhattan", + 179 + ], + [ + "2 Bedroom Apt in landmarked Harlem Brownstone", + 99 + ], + [ + "Near Subway Two Single Beds or One Queen Bed", + 65 + ], + [ + "Spacious Oasis - Heart of Harlem - Great Location!", + 125 + ], + [ + "Bright, private room in the HEART of Williamburg", + 75 + ], + [ + "Cozy studio in Upper East Side", + 125 + ], + [ + "West Village Apartment", + 295 + ], + [ + "East Village large 2 bedroom apartment", + 200 + ], + [ + "Spacious 1BD in Greenwich Village/Union Square", + 200 + ], + [ + "*New* Big Modern Sunny Space in Bushwick", + 60 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Cozy room near Times Square", + 100 + ], + [ + "Luxurious Apt3 with Manhattan views on roof deck", + 250 + ], + [ + "CHIC and COZY- 1st stop out of Manhattan!", + 125 + ], + [ + "Entire 1st Floor with Private Rooftop in Brooklyn!", + 38 + ], + [ + "Brooklyn-NEW 2-Bdrm Apt in Clinton Hill", + 220 + ], + [ + "Comfy Cozy NYC Home for the Winter", + 100 + ], + [ + "Sunny 2 Bedroom Park Slope Sanctuary", + 150 + ], + [ + "Cozy sunny Brooklyn private room SUPERHOST", + 58 + ], + [ + "MidtownWest Home close to Times Square & Broadway", + 160 + ], + [ + "BEAUTIFUL HIP 2BR NEAR SUBWAYS 25min to Manhattan", + 130 + ], + [ + "Spacious 1 bed railroad apartment!!", + 200 + ], + [ + "BEST BRONX ROOM!!!", + 35 + ], + [ + "2B Private Rm in Guesthouse Manhattan", + 45 + ], + [ + "Spacious & Fun 4BR in Amazing Brownstone in Bklyn", + 235 + ], + [ + "Beautiful Room ♡ of the Upper West Side", + 150 + ], + [ + "Cozy 2-people room at Coliving in Bushwick!", + 35 + ], + [ + "Bedroom in Bushwick loft near J train", + 40 + ], + [ + "2 REAL Bed & Bath in Times Square/ Hell’s Kitchen", + 525 + ], + [ + "Cozy studio with great connection to Manhattan!", + 85 + ], + [ + "Home - away from home [Columbus Crcle/Central Prk]", + 253 + ], + [ + "UES apartment in a great location", + 275 + ], + [ + "Chelsea Newly Renovated Private Bedroom", + 110 + ], + [ + "Cheerful Brooklyn Flat", + 73 + ], + [ + "Bright Comfy Apartment Steps to Columbia & Barnard", + 573 + ], + [ + "Lily Pad", + 80 + ], + [ + "Cozy, Elegant & Spacious Studio in Upper East Side", + 170 + ], + [ + "Your home away from home, with a glass of wine!", + 135 + ], + [ + "3 Beds, 2 Baths serviced apartment Tesoro-Gramercy", + 1100 + ], + [ + "Nice apartment in Manhattan. 5", + 120 + ], + [ + "Brooklyn Style Williamsburg 2 BR Apartment", + 195 + ], + [ + "NEW ROMANTIC SEPARATE APARTMENT , Free parking .", + 115 + ], + [ + "Private room in Bed-Stuy, Brooklyn", + 70 + ], + [ + "4 Beds 4 Baths serviced apartment Palazzo Gramercy", + 766 + ], + [ + "Luxury studio", + 200 + ], + [ + "Full apartment in heart of Red Hook, Brooklyn", + 150 + ], + [ + "Urban chic private guest suite in the heart of NY", + 125 + ], + [ + "Bright green 2nd fl 2BR on ridgewood/bushwick cusp", + 75 + ], + [ + "Beautiful Super Cozy Studio", + 95 + ], + [ + "Stunning Room, Perfect Location, Premium Bed ❤", + 140 + ], + [ + "Harlem Hideaway Studio Apartment", + 83 + ], + [ + "Private Quiet Room in the BEST Location!! ❤", + 135 + ], + [ + "2 Bedrooms For Groups, GREAT LOCATION", + 231 + ], + [ + "Fabulous Room in East Willamsburg!", + 95 + ], + [ + "Quirky, cozy, and fun in Bushwick!", + 84 + ], + [ + "Large Studio/7 Guests", + 89 + ], + [ + "Snug & Private Bedroom only 30-35 min to Manhattan", + 55 + ], + [ + "Cozy One Bedroom in Upper East Side proper", + 155 + ], + [ + "Welcome! A spacious room close to subway station", + 77 + ], + [ + "Big room @ independent Eco-friendly aprtmnt.", + 52 + ], + [ + "Bright Uptown 1 Bed Apt next to 168th Subway A/1", + 95 + ], + [ + "Union Square - Lux Building, 1 Bed, Living, Study", + 250 + ], + [ + "Bed in loft apartment east Williamsburg/bushwick", + 45 + ], + [ + "Visit the Big Apple! Mini-MOMA. Enjoy all of NYC!", + 75 + ], + [ + "Spacious Bushwick 1 bedroom w/ private backyard", + 100 + ], + [ + "Brand New Cozy Woodside Studio- Close to NYC", + 100 + ], + [ + "Spacious/very clean/professional service/ PK SLOPE", + 130 + ], + [ + "Upper East Side 3 bed/3 bath Skyline view!", + 840 + ], + [ + "Gorgeous private bedroom in the 2 bd apt", + 250 + ], + [ + "Nolita/Soho Duplex Apartment with Rooftop", + 250 + ], + [ + "Chambers Street Luxury One Bedroom", + 300 + ], + [ + "GRAND CENTRAL MIDTOWN CLEAN ONE-BEDROOM APARTMENT", + 100 + ], + [ + "Clean&bright 1 bedroom apt in the middle of Soho!", + 200 + ], + [ + "Sunny full floor apartment in Sunset Park", + 120 + ], + [ + "Cozy Apt near JFK", + 55 + ], + [ + "Harlem Hideaway Guest Room", + 160 + ], + [ + "Sunny Room by Prospect Park", + 85 + ], + [ + "Lovely railroad apartment", + 100 + ], + [ + "The Executive Spacious Cozy Home on the Block.", + 85 + ], + [ + "Prince single room", + 40 + ], + [ + "Super clean & new 1 bedroom apartment", + 150 + ], + [ + "Manhattan Luxury 1-BDRM w/ Terrace; 24hr Doorman", + 230 + ], + [ + "Spacious Private Room in two bedroom apartment", + 40 + ], + [ + "Cozy Studio in the Heart of Greenwich Village", + 130 + ], + [ + "Huge elegant room 35 min to Time Square", + 50 + ], + [ + "Entire Apartment in Historic Brownstone + Garden", + 75 + ], + [ + "Pop House 4min walk to L train 12mins to Manhattan", + 43 + ], + [ + "Serenity Falls in lovely Astoria 15min to the city", + 40 + ], + [ + "Brand New Fully Remodeled Modern House", + 255 + ], + [ + "Quiet solo traveler room with a backyard view", + 38 + ], + [ + "PERFECT LOCATION! EAST VILLAGE Private Room", + 105 + ], + [ + "Spacious Brownstone Apt with Private Backyard", + 130 + ], + [ + "The Loft", + 350 + ], + [ + "Cozy and Quiet.", + 35 + ], + [ + "Amazing room in Prime East Village!", + 120 + ], + [ + "Cozy nook(double room/shared bath)", + 68 + ], + [ + "Large, Open, Airy Room, Close to Subway Harlem NYC", + 55 + ], + [ + "Comfortably Simple", + 49 + ], + [ + "Coliving in Brooklyn! Modern design / Shared room", + 0 + ], + [ + "Café DuChill — now supporting ASPCA", + 55 + ], + [ + "☆Stylish Family + Group Friendly 3BR w/ Roof Patio", + 298 + ], + [ + "Great shared room / Best price, high quality!", + 29 + ], + [ + "Spacious Faerie Room in Bushwick", + 50 + ], + [ + "Queens Artist' Corner", + 40 + ], + [ + "Huge Designer Room | Lower East Side /East Village", + 150 + ], + [ + "Private 3 Bedroom New Modern Clean Apt-Mins to NYC", + 298 + ], + [ + "Spacious One Bed Apartment by Columbus Circle", + 175 + ], + [ + "Cozy Modular Loft with Office and Shelving!", + 60 + ], + [ + "Cozy Apartment for Cat Lovers! (Kids friendly)", + 250 + ], + [ + "Pre-war apartment", + 43 + ], + [ + "Modern, Bright, 2 BR/2 Bath, Clinton Hill, Bklyn", + 265 + ], + [ + "Welcome to Brooklyn! (Private bedroom & bathroom)", + 60 + ], + [ + "Ideal stay in Williamsburg w/ rooftop and fitness", + 400 + ], + [ + "Nice Clean Cousy Studio.", + 180 + ], + [ + "Spacious 2 Br Apt in prime Fort Greene Brownstone", + 235 + ], + [ + "Beautiful Private Room 15 min from JFK Airport", + 52 + ], + [ + "Gorgeous Studio Steps to Central Park West! #10256", + 250 + ], + [ + "Entire Long Island City Studio mins to Manhattan", + 130 + ], + [ + "Cozy private studio TimesSquare Perfect Location", + 150 + ], + [ + "A) Cozy Private Suite WiFi Laundry JFK Airport", + 50 + ], + [ + "Britney & Daphne's Tranquility Suite", + 160 + ], + [ + "4 Bdrm Loft in East Williamsburg with Projector!", + 300 + ], + [ + "Home away from home NYC", + 70 + ], + [ + "Best Coliving space ever! Shared room.", + 0 + ], + [ + "Spacious basement apartment", + 130 + ], + [ + "Cozy Basement lounge Apt inCambria Heights", + 120 + ], + [ + "Newly Renovated 1 Bedroom Apartment Hell's Kitchen", + 200 + ], + [ + "Private, Sunny Room—Prime Williamsburg Condo/Loft", + 80 + ], + [ + "West 15th Street Cozy Chelsea Studio Serviced Apt", + 170 + ], + [ + "Modern Home, Amazing Location Sunshine room", + 80 + ], + [ + "Great space", + 65 + ], + [ + "Beautiful Room in Prospect Heights", + 60 + ], + [ + "The Apartment @ 1393", + 400 + ], + [ + "Unique, Comfortable Apt in Heart of East Village", + 100 + ], + [ + "East Village/Lower East Side Artsy Flat", + 68 + ], + [ + "Newly Renovated Studio Apt", + 120 + ], + [ + "NYミッドタウン高級コンドのリビングルームに宿泊", + 80 + ], + [ + "Large NYC APT on the East River for 1 or 2 people", + 100 + ], + [ + "Modern Home, Amazing Location Rose room 1", + 80 + ], + [ + "Sunny Queen Size 1 Bedroom in Bedstuy.", + 92 + ], + [ + "Ruby Red Sanctuary", + 95 + ], + [ + "Vickie's Home Away from Home", + 185 + ], + [ + "Amazing Location! Apartment in South Williamsburg", + 200 + ], + [ + "Central Park Smart Home", + 300 + ], + [ + "Amazing ,Steps From Time Square,Perfect Location.", + 99 + ], + [ + "A private room close to the subway", + 50 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Amazing, Steps From Time Square,clean, Comfrtable", + 115 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Hillside Hotel", + 165 + ], + [ + "Hillside Hotel", + 165 + ], + [ + "Hillside Hotel", + 165 + ], + [ + "Hillside Hotel", + 165 + ], + [ + "Hillside Hotel", + 165 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Hillside Hotel", + 135 + ], + [ + "Private, Sunny, Conveniently Located Room", + 50 + ], + [ + "Brooklyn Home On The Beach", + 40 + ], + [ + "Originally Maxs Kansas City Historic UnionSqr Loft", + 540 + ], + [ + "Cozy bedroom in Artist's Apartment-Atelier", + 85 + ], + [ + "Spacious Apartment in Historic Brooklyn Brownstone", + 130 + ], + [ + "A Beautiful Studio in Upper West Side", + 150 + ], + [ + "Private room in East Village", + 90 + ], + [ + "EPIC HOME. PRIVATE EVERYTHING. (East Village)", + 121 + ], + [ + "5 STAR COZY ROOM", + 29 + ], + [ + "Shared Apartment One stop from Manhattan in LIC.", + 40 + ], + [ + "1 BR close to Times Square - WOMEN ONLY", + 79 + ], + [ + "Astoria apt, easy access to Manhattan, East River!", + 115 + ], + [ + "Huge renovated 1 BR Apt in heart of East Village", + 250 + ], + [ + "Beautiful 4BDR Historic Home Bronx NYC", + 149 + ], + [ + "Comfy room steps away from Williamsburg nightlife", + 50 + ], + [ + "Artsy 1bdrm with Piano in the heart of Brooklyn!", + 85 + ], + [ + "Best Private Room/BTH In The Heart of Manhattan", + 180 + ], + [ + "Sunny 1 bedroom in Brooklyn right next to park !", + 100 + ], + [ + "Cobble Hill Brooklyn....SUPER PRIME 1BR - full apt", + 200 + ], + [ + "Brownstone Duplex with Private Outdoor Patio!", + 200 + ], + [ + "Luxury Home Near Brooklyn Bridge", + 119 + ], + [ + "Small Private Studio in Astoria close to Manhattan", + 70 + ], + [ + "Charming bedroom (few blocks from the subway)", + 55 + ], + [ + "A&M Spacious Home Away For Vacationers—NYC", + 250 + ], + [ + "Room for rent", + 75 + ], + [ + "Charming Private Bedroom & Bathroom in Flushing", + 40 + ], + [ + "Spacious Private Room in Manhattan Apartment", + 50 + ], + [ + "Budget-WELCOME ALL \"Couch\" walk to CITIFIELD & LGA", + 37 + ], + [ + "Surfers Paradise - 170 Frost", + 90 + ], + [ + "Bushwick Garden Flat (Brooklyn, NY)", + 150 + ], + [ + "Artists's loft in Williamsburg mins subway to NYC", + 140 + ], + [ + "Shared Apartment One stop from Manhattan in LIC.", + 48 + ], + [ + "New York private studio apt.", + 80 + ], + [ + "Cozy private room in Greenwich Village", + 125 + ], + [ + "bright airy 1BR in Prime downtown NY, view of city", + 188 + ], + [ + "Comfortable place/ close to Manhattan", + 130 + ], + [ + "Modern Manhattan 1 Bedroom 15 Mins from Midtown", + 100 + ], + [ + "Bright, big and nice room", + 75 + ], + [ + "Luxurious & Breathtaking 1BR in Midtown / Times Sq", + 249 + ], + [ + "LARGE DUPLEX-3BR/3BA Williamsburg Townhouse+GARDEN", + 345 + ], + [ + "Spacious Private Room in Greenwich Village", + 130 + ], + [ + "Private Room Next to Central Park", + 90 + ], + [ + "WALK FROM TIME SQUARE FROM THIS HELLS KITCHEN APT", + 160 + ], + [ + "Private Master Bedroom- Updated, Clean and Lovely!", + 85 + ], + [ + "Perfectly formed in Park Slope", + 125 + ], + [ + "1BR Artistic Dwelling in Ridgewood/Bushwick", + 30 + ], + [ + "Bushwick 1Br on Jefferson St.", + 200 + ], + [ + "big apartment in Queens Flushing,nyc", + 200 + ], + [ + "Cozy Brooklyn Heights Getaway w/ Manhattan Access", + 90 + ], + [ + "BRIGHT & CLEAN UNION SQ GEM APT! 700 SQF ALL YOURS", + 148 + ], + [ + "Private suite near NYC Ferry, Front", + 99 + ], + [ + "NEW Large BEAUTIFUL STUDIO - Williamsburg!", + 148 + ], + [ + "Large room in the Upper West Side!", + 89 + ], + [ + "Lovely 4BR/4BA + Private Garden Williamsburg", + 585 + ], + [ + "Cozy private Apartment in Convenient Neighborhood", + 120 + ], + [ + "Sunny Private Room 4 Min from Train", + 36 + ], + [ + "Heart of Queens 3 ❤️❤️❤️Private Bath-Jackson Hgts", + 100 + ], + [ + "$60NYC Private Room Near J, M, And G Train", + 60 + ], + [ + "Newly Built Uptown Manhattan Large Pied-à-Terre", + 200 + ], + [ + "Lush 2BR in Stylish Brooklyn Williamsburg", + 200 + ], + [ + "La Casa de Ishmael", + 80 + ], + [ + "Stylish room in lush Williamsburg apartment", + 90 + ], + [ + "(A) Room for 2 w private bathroom", + 80 + ], + [ + "Spacious Room by Subway! JFK 10min,Manhattan 30min", + 83 + ], + [ + "Spacious Ditmas Park 1BR Apt, 1 block from Subway!", + 71 + ], + [ + "Clean & Updated East Village 1 Bedroom w/Roof Deck", + 140 + ], + [ + "Sunny \"Jungalow\" Oasis Studio", + 180 + ], + [ + "Spacious Apartment in the Heart of Williamsburg", + 120 + ], + [ + "Wonderful Private Room with Spacious Outdoor Patio", + 65 + ], + [ + "Newly Renovated Brownstone 1BR with Private Deck", + 69 + ], + [ + "Gorgeous 1 BR/1BA where Soho meets West Village!", + 170 + ], + [ + "Williamsburg sunny bedroom, 15 mins to Manhattan", + 70 + ], + [ + "Master Bedroom - Private Balcony onto Manhattan", + 150 + ], + [ + "Queens Village relaxing place", + 67 + ], + [ + "Studio apartment near JFK airport /Free parking", + 96 + ], + [ + "Cozy Home Away from Home in the Heart of NYC!", + 57 + ], + [ + "Whole Floor, 2 BR Apt. in Iconic Greenwich Village", + 395 + ], + [ + "Comfortable air bed near bronx zoo and sbh", + 29 + ], + [ + "Best of the west! Sunny,quiet&huge! Ideal location", + 350 + ], + [ + "Spacious Brooklyn Brownstone Apt.", + 120 + ], + [ + "L.A.J Laughter & Joy Rest Spot. Room # 3", + 100 + ], + [ + "★ 4BRs Family Groups★ Duplex ★Backyard ★ NYC 35min", + 190 + ], + [ + "Spacious Duplex Loft Apt, Dtwn Bklyn, Near TRAINS", + 200 + ], + [ + "L.A.J Laughter & Joy Rest Spot. Room # 2", + 70 + ], + [ + "Awesome Private Room in Vibrant Bronx", + 49 + ], + [ + "L.A.J Laughter & Joy Rest Spot. Room # 1", + 70 + ], + [ + "Nice room in renovated apartment in Brooklyn", + 70 + ], + [ + "Sunny and Spacious!Awesome Central Harlem 2br", + 237 + ], + [ + "Private Comfy Town Home in Heart of Williamsburg", + 129 + ], + [ + "Renovated apartment of a young business traveller", + 72 + ], + [ + "Sun Filled Private Room near Central Park", + 90 + ], + [ + "Spectacular Brooklyn brownstone!", + 800 + ], + [ + "Sunny Spacious 2 Bedroom in Park Slope", + 130 + ], + [ + "Macon Modern Brownstone Suite", + 160 + ], + [ + "Special one bedroom in midtown Manhattan", + 175 + ], + [ + "Studio apt direct access to Mantattan and Brooklyn", + 58 + ], + [ + "Beautiful Studio Apartment on Upper East Side!", + 115 + ], + [ + "Casa Blanca, one of a kind townhouse in New York", + 300 + ], + [ + "Villa Borghese", + 577 + ], + [ + "living on Bleecker street", + 104 + ], + [ + "Union Square Shared Studio - Female Only", + 49 + ], + [ + "Cozy room available in Queens Village.", + 35 + ], + [ + "Spacious private bedroom in Park Slope, Brooklyn.", + 85 + ], + [ + "Cozy Bedroom in the Heart of Times Square", + 91 + ], + [ + "NYC Dreamer", + 80 + ], + [ + "Cozy 2 Bedroom in the heart of Times Square", + 200 + ], + [ + "NYC Forest", + 80 + ], + [ + "Brooklyn", + 175 + ], + [ + "Shared Room in Astoria 1 stop from Manhattan", + 45 + ], + [ + "Quiet, Private BR (Queen Bed): Views of BK Bridge", + 96 + ], + [ + "Gorgeous renovated Boutique townhouse apartment", + 180 + ], + [ + "Spacious 2BR garden apt in BedStuy, 1 block to J", + 100 + ], + [ + "Hip Brooklyn Duplex In Prospect Heights", + 129 + ], + [ + "Nice room, close to everything NY has to offer", + 60 + ], + [ + "Great UWS alcove studio", + 135 + ], + [ + "Private Master Bedroom in the Lower East Side", + 95 + ], + [ + "Rosedale", + 125 + ], + [ + "D) Cozy Spacious Queen bed WiFi JFK Airport Subway", + 48 + ], + [ + "Quiet & clean 1br haven with balcony near the park", + 250 + ], + [ + "Newly Renovated Apt, Quick & Easy Access to Subway", + 300 + ], + [ + "Private Room & Full Bath in Brooklyn", + 44 + ], + [ + "The Cozy Bushwick Modern (Room A)", + 75 + ], + [ + "Spacious 1 Bed PENTHOUSE Apt w/ Incredible VIEWS", + 88 + ], + [ + "Clean 2BR Park Slope Apt w/ Private Outdoor Space", + 125 + ], + [ + "Large Modern Stylish 3Bed 2Bathr Nolita Apartment", + 300 + ], + [ + "Middle village", + 250 + ], + [ + "Cozy Room With HULU Live TV/Netflix and 2 Baths", + 44 + ], + [ + "Elegant Private Apartment in a Historic Brownstone", + 174 + ], + [ + "Entire Luxury 1BR APT on the Upper East Side", + 199 + ], + [ + "Interior Designer's spacious Williamsburg retreat", + 128 + ], + [ + "The Hideaway Upstairs", + 30 + ], + [ + "Entire 1BR Beautiful Williamsburg Apartment", + 150 + ], + [ + "Quiet and Spacious 1 Bed in Woodside", + 65 + ], + [ + "Room avail: Newly-renovated Washington Heights APT", + 50 + ], + [ + "Bronx Charm 20 mins to NYC", + 175 + ], + [ + "Spacious Long Term Rental in Elevator Building", + 86 + ], + [ + "Huge master bedroom in pristine Nolita loft", + 325 + ], + [ + "Cozy and Welcoming Upper East Side NYC Studio!", + 95 + ], + [ + "Tranquility & Privacy in the Concrete Jungle", + 50 + ], + [ + "Large 1 Bedroom in LES", + 250 + ], + [ + "Enjoy Fireplace, Deck, King Bed in Park Slope!", + 165 + ], + [ + "Spacious 1 BR APT right next to Central Park", + 150 + ], + [ + "Beautiful, Cozy apartment in Brooklyn", + 90 + ], + [ + "Beautiful Room with Private Bathroom in Manhattan", + 156 + ], + [ + "Cozy LIC Loft-Style Apt- Minutes to Manhattan", + 110 + ], + [ + "Sunny room w/queen bed, prime Williamsburg.", + 70 + ], + [ + "Comfy Bushwick", + 154 + ], + [ + "Beautiful, Spacious & Comfortable NYC Brownstone", + 85 + ], + [ + "Beautiful sunny Bushwick Loft", + 299 + ], + [ + "Single private Bedroom in a beautiful House", + 40 + ], + [ + "Comfortable, Beautiful & Spacious NYC Brownstone", + 85 + ], + [ + "2 bedroom close to the subway and central park.", + 127 + ], + [ + "Large room", + 80 + ], + [ + "Spacious, well-lit, with modern decor apartment!", + 195 + ], + [ + "The Manhattanville", + 25 + ], + [ + "Spacious PRIVATE Room", + 35 + ], + [ + "ALL YOURS FULL APARTMENT\n2 BDM 2 BTH East Village!", + 250 + ], + [ + "Beautiful,spacious and sunny one bedroom apartment", + 120 + ], + [ + "Spacious Studio in the City close to all!", + 139 + ], + [ + "Chic room in a clean and cozy apartment", + 100 + ], + [ + "Elmhurst整套豪华公寓", + 90 + ], + [ + "Morden Corner Lux Apartment w/ River & City view", + 150 + ], + [ + "Chelsea Cabins (NYC)", + 82 + ], + [ + "A Garden Suite - Mott Haven Townhouse Studio", + 125 + ], + [ + "Recently renovated 2 bedroom apartment in midtown", + 350 + ], + [ + "New!! Cozy full equipped room in Times Square", + 40 + ], + [ + "Gorgeous Green Premium Suite! (Brooklyn)", + 80 + ], + [ + "A cozy room for the holidays in Brooklyn", + 40 + ], + [ + "Private room in apartment in LIC", + 85 + ], + [ + "Iconic Apartment in Times Square Steps to Broadway", + 185 + ], + [ + "THE SMALL ENGLISH MANOR NESTLED AMONGST THE TREES", + 215 + ], + [ + "Bedroom 5 min away from E, 7, F, M, R trains!", + 45 + ], + [ + "Beautiful 2 Bedroom near Brooklyn Museum!", + 150 + ], + [ + "Large private room 7 min to LGA 15min to Manhattan", + 65 + ], + [ + "Peaceful 1 Bedroom in the East Village", + 190 + ], + [ + "Private room in convenient East Harlem location", + 60 + ], + [ + "Spacious Studio in the Lower East Side", + 175 + ], + [ + "Beautiful Space in Duplex Loft Close Prospect Park", + 60 + ], + [ + "Bright Airy 1 Bedroom Studio in Prime Downtown NYC", + 250 + ], + [ + "STUNNING NYC VIEWS! New Jersey 15 min Times Square", + 288 + ], + [ + "Gorgeous Clinton Hill Brooklyn 1BR Garden Apt", + 100 + ], + [ + "Adorable room in AMAZING Chelsea apartment!", + 95 + ], + [ + "Awesome Oasis! 3 stops Away from Manhattan!!!", + 50 + ], + [ + "LES Duplex Penthouse with Private Rooftop Terrace", + 200 + ], + [ + "Beautiful spacious duplex in Bed Stuy Brooklyn", + 110 + ], + [ + "Magical Space w/Incredible Cozy Energy", + 60 + ], + [ + "Times Square Room with access to a Terrace", + 143 + ], + [ + "Colorful & cozy studio in Brooklyn", + 97 + ], + [ + "Marriott Vacation Club Pulse - King Room", + 350 + ], + [ + "Modern Harlem Hamilton Heights Garden Apartment", + 150 + ], + [ + "UES luxurious Penthouse with huge private terrace", + 589 + ], + [ + "Charming Grand Central Two Bedroom (2F)", + 138 + ], + [ + "Small, quiet, and clean 1BR in Manhattan", + 200 + ], + [ + "Private Brownstone Basement Studio Seasonal Space", + 50 + ], + [ + "Cozy in Bedstuy", + 65 + ], + [ + "The Stockholm Suite (2 min to subway)", + 245 + ], + [ + "Large One-Bedroom Apartment on Quiet Street", + 100 + ], + [ + "Peaceful Artist's Room in Williamsburg", + 60 + ], + [ + "Large one-bedroom in Bushwick with Cleo the Cat", + 89 + ], + [ + "Washington Heights Renovated Bedroom", + 51 + ], + [ + "Good Deal! Don't Miss Out!", + 150 + ], + [ + "Peaceful and Spacious ENTIRE Sunlit Apartment", + 110 + ], + [ + "Columbus Circle Studio", + 230 + ], + [ + "☆☆☆Cosy Bedroom in The Heart of the City☆☆☆", + 119 + ], + [ + "Great Finding! 3 stops away from Manhattan", + 44 + ], + [ + "Loft off Jefferson L", + 80 + ], + [ + "Exquisitely clean and beautiful UES apt home.", + 233 + ], + [ + "Harlem Tree House, only 15 minutes to Midtown!", + 150 + ], + [ + "Studio Apartment in Williamsburg", + 115 + ], + [ + "BIG Sunny Space by Prospect Park", + 60 + ], + [ + "Private Bedroom and Bathroom in doorman building.", + 150 + ], + [ + "Cozy private entrance bedroom with key and lock!", + 70 + ], + [ + "Upper East Side Oasis", + 75 + ], + [ + "Quiet Brooklyn 1 BR", + 109 + ], + [ + "Room for two in the heart of Brooklyn!", + 65 + ], + [ + "The Oasis 2", + 210 + ], + [ + "Private Room in Convenient Midtown East Location", + 145 + ], + [ + "Private Room / Netflix + HULU Live TV in a 2 Bath", + 40 + ], + [ + "Exposed brick 1BR apartment in upper Manhattan", + 180 + ], + [ + "Comfy queen bed in a private room near LGA Airport", + 40 + ], + [ + "Spacious WA Heights Apt Next to Subway", + 75 + ], + [ + "B) Comfy Full Bed Wifi near JFK Airport Subway", + 40 + ], + [ + "manhattan studio near chelsea,highline, whitney", + 128 + ], + [ + "Homey Harlem Home", + 36 + ], + [ + "Spacious, sun-soaked 1-br in Clinton Hill/Bedstuy", + 85 + ], + [ + "MODERN STYLISH PENTHOUSE SUITE @ CENTRAL PARK", + 173 + ], + [ + "ENTIRE HOME. BEAUTIFUL 1 BEDROOM APT IN GREENPOINT", + 150 + ], + [ + "Brooklyn Townhouse w Large Garden!", + 200 + ], + [ + "GloRia's Pod", + 98 + ], + [ + "Bright bedroom. Easy access to Manhattan", + 69 + ], + [ + "Large Bed-Stuy Apartment", + 142 + ], + [ + "Stylish, cozy 1BR in Upper West Manhattan", + 180 + ], + [ + "A Peaceful Nest in Williamsburg", + 150 + ], + [ + "Discounted for Summer - Close to Everything", + 100 + ], + [ + "Private garden studio in Brooklyn", + 125 + ], + [ + "Williamsburg apartment, beautiful rooftop & more", + 175 + ], + [ + "ウィリアムズバーグのかわいいお部屋です2", + 66 + ], + [ + "Privet bedroom. Super clean, 10 min from Times Sq", + 150 + ], + [ + "Comfy & Quiet Private Room w/ Netflix in NY!", + 79 + ], + [ + "Clean private room with double bed", + 66 + ], + [ + "Speakeasy Inn Bushwick One", + 85 + ], + [ + "1BR APT in Morningside Heights", + 125 + ], + [ + "DLKLC Residence", + 89 + ], + [ + "Beautiful Brooklyn Brownstone", + 105 + ], + [ + "Cozy, fun, and close to everything", + 120 + ], + [ + "great location for low price", + 56 + ], + [ + "Sunny & Gorgeous master bedroom by central park", + 129 + ], + [ + "Sky Light Studio Chelsea", + 180 + ], + [ + "Sunny Living Room with Comfortable Futon", + 35 + ], + [ + "Sweet Home in the Heart of Manhattan", + 130 + ], + [ + "Charming Cozy Bedroom in Bushwick art house", + 35 + ], + [ + "Charming Bushwick Shared Space", + 25 + ], + [ + "Studio Apartment Available over Thanksgiving", + 150 + ], + [ + "Water Front Building - Bright/Luxury 1 BR", + 120 + ], + [ + "Cozy Room in the Heart of Williamsburg", + 60 + ], + [ + "FourTwin bunkbeds- 5 minutes from JFK", + 90 + ], + [ + "Luxury, Zen 1BR in N Williamsburg", + 109 + ], + [ + "Cozy Room in the Heart of NYC", + 70 + ], + [ + "Over-sized studio in UnionSquare/EastVillage!", + 145 + ], + [ + "Must Love Dogs and Tribeca NYC", + 200 + ], + [ + "East Village Artsy ONE-BEDROOOM ENTIRE APT", + 225 + ], + [ + "Studio with Private Terrace on Central Park West", + 200 + ], + [ + "Douglaston (apt 2) Room 3", + 40 + ], + [ + "LAVISHING COMFORT IN BROOKLYN BROWNSTONE NYC", + 75 + ], + [ + "Single Cabins (Chelsea, Manhattan, NYC)", + 85 + ], + [ + "Bright Classic DUMBO Loft", + 145 + ], + [ + "Entire 1 bed Apt by Central/Morningside Park", + 150 + ], + [ + "Entire Apartment in Brooklyn Brownstone", + 100 + ], + [ + "Luxury Apt - 10 mins to Midtown and Williamsburg", + 100 + ], + [ + "Sleek and Modern Brooklyn Apartment", + 42 + ], + [ + "Adorable Upper East Side 1br", + 299 + ], + [ + "Cozy Private Room with Patio in Bed-Stuy!", + 50 + ], + [ + "East 63rd street 1bd Serviced Apartment", + 200 + ], + [ + "Cozy Brownstone Apartment in South Harlem", + 105 + ], + [ + "Beautiful Room in Bushwick, Bk. (Hablo Español)", + 60 + ], + [ + "Large One Bedroom in NYC Brownstone", + 175 + ], + [ + "Oasis: Cozy Comfy", + 114 + ], + [ + "Popular Place, Brooklyn", + 62 + ], + [ + "Elegant Studio", + 160 + ], + [ + "Private Bedroom in Heart of Williamsburg", + 184 + ], + [ + "Times Square Holiday Rental Loft!", + 299 + ], + [ + "Gorgeous Apartment in Literally Perfect Location", + 103 + ], + [ + "UES 1BR Oasis", + 225 + ], + [ + "Rod", + 750 + ], + [ + "Fun, Stylish, 3 Bedroom Pad 20 Mins to Midtown", + 249 + ], + [ + "Cozy New Yorkers home away from home", + 75 + ], + [ + "Large One Bedroom Apartment near Grand Central", + 175 + ], + [ + "Trendy and Comfortable Brooklyn Abode", + 58 + ], + [ + "Gorgeous, bright one-bed in amazing location", + 250 + ], + [ + "Clean & Cozy Downtown Manhattan Studio", + 110 + ], + [ + "A walk away from the best in Williamsburg", + 150 + ], + [ + "BRIGHT SUNNY LOFT", + 60 + ], + [ + "Diamond Peach", + 65 + ], + [ + "Bronx room near mall", + 60 + ], + [ + "Private Crown Heights Brooklyn/Sterling 2/5 Trains", + 80 + ], + [ + "Room in Brownstone (Now Available)", + 25 + ], + [ + "Brooklyn's Finest 1BR APT in BedStuy/Clinton Hill", + 150 + ], + [ + "Sunny and cozy Upper West Side Apartment", + 170 + ], + [ + "Cozy, Private Guest Suite Near JFK, LGA & NYC", + 70 + ], + [ + "Authentic Brklyn Experience - Room A", + 65 + ], + [ + "Classy Modern 2 Beds for 2 People-Staten Island NY", + 55 + ], + [ + "Beautiful Prime Soho/Nolita 2-Bed Apartment", + 550 + ], + [ + ".", + 215 + ], + [ + "Quaint Retreat live like a local 2", + 90 + ], + [ + "LOLA'S NEST-One Bedroom apt-8 mins from NY JFK", + 110 + ], + [ + "Warm & Cozy", + 30 + ], + [ + "Newly Renovated/Historic-Landmarked Brownstone!", + 95 + ], + [ + "Provincial welcomes the new in revitalized Bklyn", + 35 + ], + [ + "20 minutes from Manhattan,separated big bedroom.", + 70 + ], + [ + "Beautiful apartment direct in Midtown Manhattan", + 150 + ], + [ + "Modern Industrial Williamsburg 1br Apt on Bedford", + 80 + ], + [ + "Large Center Manhattan Studio", + 160 + ], + [ + "Carroll Gardens getaway", + 90 + ], + [ + "Heart of Brooklyn Heights", + 196 + ], + [ + "Private Room in Industrial Apartment w/ rooftop!", + 62 + ], + [ + "*AMAZING AND COZY SPACE 2 MIN FROM THE SUBWAY", + 36 + ], + [ + "Perfect Studio, Great location!", + 143 + ], + [ + "Great Studio apt, great location in Hells Kitchen!", + 120 + ], + [ + "NYC Modern Luxury Apartment 15 Mins to Wall Str.", + 129 + ], + [ + "Private Bushwick Room in Great Location!", + 32 + ], + [ + "Airy Ridgewood Brownstone", + 48 + ], + [ + "Grand Central Gem", + 150 + ], + [ + "Cozy quirky 1 bed apartment in Tribeca/Soho", + 250 + ], + [ + "LES / Lower East Side | large room with 2 windows", + 70 + ], + [ + "Bedroom with terrace in the heart of Clinton Hill", + 100 + ], + [ + "Sunny, peaceful room in Ridgewood/Bushwick", + 40 + ], + [ + "Chinatown Abode", + 110 + ], + [ + "UES Modern Style 1 Bedroom Near 2 Ave Subway Line", + 200 + ], + [ + "Spacious, Cozy & Quiet Chelsea Designer Apartment", + 250 + ], + [ + "Cozy bedroom in Williamsburg apartment home!", + 60 + ], + [ + "Small Private Room in Big & Cozy apartment", + 60 + ], + [ + "GSG Inn - A totally private historic landmark inn", + 125 + ], + [ + "Cozy Gated Studio Apartment, 25 min to Manhattan", + 85 + ], + [ + "Williamsburg high ceiling loft", + 140 + ], + [ + "Walk to City College & Columbia. Cheery/Clean", + 67 + ], + [ + "Peace of mind", + 50 + ], + [ + "Manhattan Club - New Years Eve", + 300 + ], + [ + "Amazing Location! Apartment in South Williamsburg", + 75 + ], + [ + "Cozy townhouse with an amazing back yard", + 140 + ], + [ + "Entire floor in Brooklyn Townhouse w/large patio", + 165 + ], + [ + "West Village Bedroom in duplex apartment", + 100 + ], + [ + "Williamsburg 1 Bedroom Apartment - 2L", + 100 + ], + [ + "G4Newly Renovat Long Island City Room Private Bath", + 55 + ], + [ + "1 Bedroom apt in the heart of Williamsburg - 2R", + 100 + ], + [ + "Organic pre-war 1BR Astoria, near MRNW trains", + 108 + ], + [ + "Comfortable Couch in a Great Location! Bushwick.", + 42 + ], + [ + "Room in Big Apartment Available in Flatbush", + 39 + ], + [ + "Sunny Private Couples Studio", + 100 + ], + [ + "BEST of Bushwick Brooklyn / Subway 1 blk/NYC 15min", + 95 + ], + [ + "Beautiful Renovated Studio in the City!", + 140 + ], + [ + "Charming one-bedroom in Greenpoint, Brooklyn", + 110 + ], + [ + "Modern Cozy & Clean Private 3 Bedroom Mins to NYC", + 300 + ], + [ + "Quaint Studio Space", + 70 + ], + [ + "露西套房(Lucy Apt.)", + 85 + ], + [ + "2 bedroom third floor in the heart of Brooklyn.", + 55 + ], + [ + "Midtown Manhattan Oasis (2-Bedroom Vacation Suite)", + 949 + ], + [ + "Sunny master suite with huge balcony for BBQ", + 120 + ], + [ + "Spacious, quiet loft close to EVERYTHING! Views!", + 45 + ], + [ + "Long Island City Living", + 125 + ], + [ + "** SoHo: Clean, Bright, Tatami Room", + 80 + ], + [ + "【South Facing 1b1b Luxury,5th ave&time square】", + 300 + ], + [ + "Cozy Quiet Clean 1BR APT in Hudson Heights, NYC!", + 99 + ], + [ + "DaDukes Marvel", + 71 + ], + [ + "Clean & quiet home on quiet block", + 95 + ], + [ + "Stylish 1 BD - 10 min to Manhattan & Central Park", + 123 + ], + [ + "Cozy Brooklyn Oasis 2", + 80 + ], + [ + "Refurbished Private & Pretty Apartment Near City", + 95 + ], + [ + "Bright and cozy studio apartment", + 110 + ], + [ + "Luxury Apt, Balcony, Rooftop - 20min Central Park", + 90 + ], + [ + "Cozy, quiet one bedroom in the heart of Bedstuy!", + 100 + ], + [ + "Great affordable room 2", + 75 + ], + [ + "Crown Heights Newly Renovated 3 Bedroom Apartment", + 150 + ], + [ + "Gorgeous East Village Luxury Apt", + 400 + ], + [ + "Private comfortable bedroom in Bay Ridge, Brooklyn", + 55 + ], + [ + "2 Big bedrooms apartment in Brooklyn", + 120 + ], + [ + "True New Yorker Experience in West Village", + 165 + ], + [ + "Spacious, sunny apartment near Prospect Park", + 150 + ], + [ + "*NEWLY RENOVATED PRIVATE ROOM*", + 58 + ], + [ + "AMAZING PRE-WAR 2 BR APT IN WILLIAMSBURG", + 150 + ], + [ + "Cozy apt in Park Slope (room and private bathroom)", + 60 + ], + [ + "Luxury Williamsburg Loft. Two blocks from Subway!", + 250 + ], + [ + "UWS Jewel, oval living room in a charming hometown", + 315 + ], + [ + "Cozy & Tidy Private Room at Upper West Manhattan", + 75 + ], + [ + "ENTIRE Apt in Williamsburg < 1 block to L train", + 125 + ], + [ + "JFK Comfort.5 Mins from JFK Private Bedroom & Bath", + 80 + ], + [ + "Charming Prvt Rm Students/Travelers 8 min to SIUH", + 32 + ], + [ + "Cute studio in Ditmas Park", + 32 + ], + [ + "Sunny, Peaceful Room in Southern Harlem", + 80 + ], + [ + "Stylish and Spacious with Convenient location", + 69 + ], + [ + "Large 1 Bedroom Apt - Amazing Location SoHo/Nolita", + 200 + ], + [ + "Summer Savings! Central Park 1BR/1Bath/UWS", + 350 + ], + [ + "Alluring Private Bedroom in Spacious UWS Apt", + 150 + ], + [ + "Cozy bedroom in Crown Heights Duplex", + 50 + ], + [ + "Clean, cozy and bright room 4 mins from subway!", + 48 + ], + [ + "Private room in a cozy apartment", + 49 + ], + [ + "Midtown-Luxury-Safe! \nNearby UN, NYU & Bellevue.", + 150 + ], + [ + "Large 1 Bedroom Apt in Times Square sleeps 4ppl", + 230 + ], + [ + "QUEEN ROOM IN 1500 SQ FT WBURG BALLROOM APT", + 90 + ], + [ + "Haute Brand New East Village Manhattan Apartment", + 75 + ], + [ + "Modern, clean, NEW apt 1 block from train!", + 89 + ], + [ + "Bright and cozy 2bs 2bths near JFK and the city", + 150 + ], + [ + "Excellent Find in Fort Greene", + 200 + ], + [ + "Cozy private room in Astoria", + 65 + ], + [ + "Franklin Ave Stay", + 94 + ], + [ + "Modern Bedstuy brownstone 2 bedroom apartment", + 95 + ], + [ + "Sunny Yellow BUSHWICK apt 25min to city SLEEPS 6 !", + 159 + ], + [ + "Architect's duplex Apt in Historic Brooklyn", + 150 + ], + [ + "Cozy Red BUSHWICK Apt 25 min to city SLEEPS 6 !!", + 159 + ], + [ + "Cozy Washington Heights Home", + 80 + ], + [ + "Gorgeous Apartment in Nolita for 4 Guests!!!", + 190 + ], + [ + "Large,Bright & fully Furnished room in a 3 bdm Apt", + 70 + ], + [ + "Best in Brooklyn, closest to Manhattan!!", + 59 + ], + [ + "Gorgeous Loft in Nolita with Elevator and Balcony!", + 190 + ], + [ + "Private 2 Bdrm in Heart of BedStuy (HUGE BACKYARD)", + 200 + ], + [ + "Private bedroom 10 min to LGA, 15 min to Manhattan", + 69 + ], + [ + "1 Bedroom in Williamsburg", + 70 + ], + [ + "Charming 1 Bedroom in the heart of New York City", + 170 + ], + [ + "Really Spectacular 1 Bedroom, Great Design", + 133 + ], + [ + "Cozy & Spacious Room in E. Williamsburg.(with AC)", + 60 + ], + [ + "Seasonal Exposed Brick Private Bedroom !!!", + 50 + ], + [ + "Great location,near nyc airports,subway &airtrain", + 90 + ], + [ + "2 bedroom floor-thru in heart of Park Slope -", + 235 + ], + [ + "Large apartment in a doorman building on the UES", + 59 + ], + [ + "Spacious & Bright Brooklyn Apartment", + 100 + ], + [ + "Large Skylight Private Room", + 51 + ], + [ + "Charming, cozy, clean, affordable & spacious room", + 65 + ], + [ + "Williamsburg house - Master Bedroom", + 95 + ], + [ + "Habitacion Privada", + 50 + ], + [ + "Shareroom in Midtown Manhattan 1or2 beds Available", + 68 + ], + [ + "Cheery Bedroom in Brooklyn Apartment", + 35 + ], + [ + "A peaceful place in the heart of Inwood", + 110 + ], + [ + "Bright, Spacious Private Room in Williamsburg!", + 70 + ], + [ + "Beautiful and spacious room next to Subway station", + 65 + ], + [ + "Fabulous, Spacious Studio by CP. An Artful Retreat", + 145 + ], + [ + "Private Room on Ground Floor close to Everything", + 125 + ], + [ + "Charming Park Slope Brownstone", + 250 + ], + [ + "Quaint and Large midtown 1Bed next to Empire state", + 275 + ], + [ + "Cozy Bedroom", + 31 + ], + [ + "Quiet Private First Floor Room with Self Check in", + 125 + ], + [ + "Comfy, spacious room- Astoria.", + 55 + ], + [ + "Cozy room for travelers", + 32 + ], + [ + "Peaceful space, 5 minutes from Barclays Center!", + 65 + ], + [ + "Bright, large room with own 1/2 bath in great area", + 75 + ], + [ + "STEPS TO LGA, Near CITIFIELD, JFK MANHATTAN(RM 3)", + 65 + ], + [ + "Cozy Apartment in Brooklyn", + 84 + ], + [ + "Beautiful room in spacious apartment in Manhattan", + 90 + ], + [ + "Spacious Apartment in Park Slope with Garden", + 150 + ], + [ + "Charming Apartment by Central Park & Museum Mile.", + 185 + ], + [ + "Quiet Room in Brooklyn Apt - Animal Friendly!", + 47 + ], + [ + "Central Park and Museum mile Private room 105th 2.", + 85 + ], + [ + "Cute Astoria bedroom - close to midtown Manhattan", + 60 + ], + [ + "2 bed 1 Bath Washer Dryer huge terrace", + 200 + ], + [ + "Full Service Pool 1 bed Huge Terrace washer dryer", + 160 + ], + [ + "Seasonal Beautiful Exposed Brick Brownstone", + 50 + ], + [ + "Sun Drenched Williamsburg 1 BR | Prime Location", + 107 + ], + [ + "Amazing Room in East Village Apartment!", + 120 + ], + [ + "Beautiful Brooklyn 1 bedroom apartment", + 150 + ], + [ + "Bushwick Oasis", + 65 + ], + [ + "Large & cozy room for holidays/New year in BK,NYC", + 40 + ], + [ + "HUGE bedroom available in artsy Bushwick", + 52 + ], + [ + "Spacious & Stylish 3BR Condo Steps to the Subway!", + 358 + ], + [ + "Sunny Penthouse by Waterfront Park and Subway!!", + 219 + ], + [ + "Your private home in Manhattan, Upper Eastside.", + 130 + ], + [ + "Entire NYC Apt Open Bight Clean Spacious", + 157 + ], + [ + "Sunlit room in Financial District luxury apartment", + 100 + ], + [ + "Private Peaceful room in Flushing/Auburndale, NY", + 48 + ], + [ + "STEPS TO LGA, near CITIFIELD, JFK MANHATTAN(RM #2)", + 60 + ], + [ + "Renovated 1 Bedroom Apartment in Williamsburg - 3R", + 100 + ], + [ + "Cozy and Colorful Room next the Dekalb L Stop", + 45 + ], + [ + "It's a Beautiful Day in Bed-Stuy!", + 48 + ], + [ + "Chic Midtown Apt w/ Empire State Building Views", + 375 + ], + [ + "Private Room Loft w/Outdoor Patio in Williamsburg", + 125 + ], + [ + "Quaint & Quiet UWS", + 118 + ], + [ + "Broadway Studio", + 116 + ], + [ + "In Historic Harlem near the Hudson River!", + 55 + ], + [ + "佳源家庭旅馆", + 55 + ], + [ + "佳源家庭旅馆套房", + 85 + ], + [ + "ASTORIA Beautiful Room in Fully Renovated Apt", + 47 + ], + [ + "Room on st marks place (women only)", + 80 + ], + [ + "2 Bedroom Private Space Near Subway", + 40 + ], + [ + "Gorgeous 1 bedroom with deck in Williamsburg", + 102 + ], + [ + "Spacious 1 bedroom Apartment w/ 2 beds", + 75 + ], + [ + "Cozy Private Room with Terrace in Williamsburg", + 69 + ], + [ + "AMAZING ROOM IN MANHATTAN", + 59 + ], + [ + "Marriott Vacation Club Pulse King hotel", + 489 + ], + [ + "Cute and Comfortable Bedroom in Gowanus", + 70 + ], + [ + "East Village - little hideaway in epic apartment!", + 90 + ], + [ + "Only 25 min to Times Square", + 35 + ], + [ + "Spacious Master Bedroom Exposed Brick in Harlem", + 50 + ], + [ + "Spacious, sun soaked 1-br in Prospect Heights!", + 100 + ], + [ + "Lenox Suit Hotel Themed Studio", + 80 + ], + [ + "Brooklyn apartment w/ exposed brick", + 120 + ], + [ + "The Cozy Bushwick Modern (Room B)", + 75 + ], + [ + "It's Always Sunny in Bed-Stuy!", + 48 + ], + [ + "Cozy private room Astoria 10min to LGA, Manhattan", + 40 + ], + [ + "*Beautiful 2BR*Flatiron*Best Location*Near Subway*", + 379 + ], + [ + "Room in house with WIFI and Netflix", + 50 + ], + [ + "Spacious 1BD on west 48th street and 5th Ave", + 210 + ], + [ + "Private bedroom W/ ENSUITE bathroom", + 120 + ], + [ + "Cozy Light-Filled Prospect Heights Apartment", + 62 + ], + [ + "Spacious Bedroom + Office in Bed-Stuy Brownstone", + 45 + ], + [ + "Private Room in 19th Century Townhome, Mott Haven", + 54 + ], + [ + "HOME SWEET HOME", + 75 + ], + [ + "Spacious 1.5 Bed Duplex With Private Backyard", + 66 + ], + [ + "Bedroom in charming apartment in Bushwick", + 44 + ], + [ + "Bushwick Private entrance Duplex apt skyline view", + 65 + ], + [ + "Beautiful & large room in Clinton Hill /Ft Greene", + 70 + ], + [ + "Large Alcove Studio in Prime Noho Building", + 249 + ], + [ + "Modern 3BR/2Bath Home 10 mins From JFK", + 128 + ], + [ + "Cute one-bedroom apartment with exposed brick", + 128 + ], + [ + "A large private pink room in Brooklyn", + 50 + ], + [ + "1 Bedroom apartment", + 150 + ], + [ + "Bedroom (double bed) in a 5BR Apartment", + 75 + ], + [ + "Private Room In Bushwick Late December - January", + 60 + ], + [ + "Private room in lively East Village rooftop duplex", + 80 + ], + [ + "Cozy in NYC. 10 mins to LGA /15 to Manhattan", + 40 + ], + [ + "2 BR/1 Ba Apartment Hamilton Heights", + 60 + ], + [ + "Spacious, 1 bedroom apartment, beautiful views", + 125 + ], + [ + "Cozy Gramercy Park 1 bedroom", + 75 + ], + [ + "Small Guestroom 30 mins to Downtown Manhattan", + 30 + ], + [ + "Quiet Upper West Side Brownstone Oasis", + 199 + ], + [ + "Cosy warm room in Bay ridge apartment", + 100 + ], + [ + "Downtown Loft with Private Roof Deck", + 385 + ], + [ + "Hip, Cozy Room in Inwood", + 47 + ], + [ + "Your Private Sunny Studio Apt in Crown Heights", + 70 + ], + [ + "Bed-Stuy Apt for Groups", + 265 + ], + [ + "Bright & Inspiring Experience", + 60 + ], + [ + "Amazing male room next to the river for longtermII", + 33 + ], + [ + "Unbelievable male room Manhattan for lngterm! III", + 29 + ], + [ + "Cozy & Inspiring Experience", + 60 + ], + [ + "Cozy Manhattan male room for a long term IV", + 33 + ], + [ + "Sunny, Spacious Pad In Unbeatable Wburg Location", + 219 + ], + [ + "Studio Suite in Shared Space", + 80 + ], + [ + "Sun-filled Boho Apartment in the Heart of Astoria", + 150 + ], + [ + "Charming Bedroom in Downtown Manhattan", + 80 + ], + [ + "Beautiful and confortable room", + 60 + ], + [ + "Brooklyn Vibe", + 55 + ], + [ + "Heart of Bedstuy", + 100 + ], + [ + "Bright 1BR Apartment in the Heart of Williamsburg", + 125 + ], + [ + "Home away from home in Bushwick!", + 72 + ], + [ + "Brooklyn NYC", + 64 + ], + [ + "3BR Townhouse w BBQ - near Subway & Prospect Park", + 149 + ], + [ + "Large, beautiful and elegant, clean studio舒适洁净的保证", + 99 + ], + [ + "NYC Garden Escape (2 min to subway)", + 225 + ], + [ + "The Pop! Art Penthouse: safe/quiet/family-friendly", + 265 + ], + [ + "Times Square 2BD 1st Floor", + 200 + ], + [ + "Big & quiet studio home, UWS, 2 min. from subway", + 80 + ], + [ + "Charming Harlem studio", + 111 + ], + [ + "Cozy studio at heart of Williamsburg", + 150 + ], + [ + "Private Cozy Room in Uptown Manhattan", + 55 + ], + [ + "Charming private room 10 min from Manhattan", + 85 + ], + [ + "Lower East Side Entire Floor Big Bright & Spacious", + 400 + ], + [ + "Sunny Park View Bedroom in Bushwick", + 60 + ], + [ + "Newly Renovated One Bedroom Apartment", + 90 + ], + [ + "Private Sunny Bedroom Close to Prospect Park", + 70 + ], + [ + "Spacious 1BR w/ backyard in central Williamsburg", + 220 + ], + [ + "Entire 2 Bdrm Duplex Bushwick Brooklyn, Sleeps 6", + 120 + ], + [ + "Private & Quiet One Bedroom On The Upper East Side", + 64 + ], + [ + "Large bright room off Dekalb L with big garden", + 40 + ], + [ + "Hazel’s Place", + 70 + ], + [ + "Spacious Private bedroom & private bathroom", + 169 + ], + [ + "Spacious bedroom away from home", + 75 + ], + [ + "Lovely two bedroom apartment in Manhattan NYC", + 139 + ], + [ + "Luxe NYC apt w/ balcony + stunning skyline views", + 300 + ], + [ + "Lofted Bed in Queer Co-Living Space for Men", + 38 + ], + [ + "Cozy Serenity Room in Gowanus (Park Slope)", + 40 + ], + [ + "*TRANQUILITY Private Room. let the birds sing !*", + 58 + ], + [ + "Cozy Williamsburg/Bushwick Haven", + 43 + ], + [ + "Bright and cosy apartment with private room", + 60 + ], + [ + "Cozy Room in the heart of Bushwick", + 32 + ], + [ + "Clean Modern Furnished Room", + 55 + ], + [ + "Private room in a luxury building", + 100 + ], + [ + "Big studio apt in the heart of Williamsburg", + 99 + ], + [ + "Mother of the Believers", + 50 + ], + [ + "PRIVATE ROOM with OWN BATHROOM in Astoria Apt", + 47 + ], + [ + "TRANQUILITY", + 67 + ], + [ + "STEPS TO LGA, Near CITIFIELD, JFK MANHATTAN(RM #4)", + 55 + ], + [ + "Modern 2 bedroom apartment in Brooklyn", + 125 + ], + [ + "Cozy Apartment in Upper East Side", + 190 + ], + [ + "Cozy room in Williamsburg!", + 50 + ], + [ + "Light room with view of Manhattan skyline", + 80 + ], + [ + "Spacious Cozy Apt with Private Back Yard and a Cat", + 150 + ], + [ + "Brownstone Diamond in Clinton Hill", + 99 + ], + [ + "Spacious 3-Bedroom Bushwick Duplex", + 500 + ], + [ + "Sanctuary on the Upper West Side of Manhattan", + 225 + ], + [ + "Crown Heights Apartment", + 41 + ], + [ + "Spacious Manhattan Apt minutes from Time Square", + 140 + ], + [ + "Bright, modern apartment", + 85 + ], + [ + "Private room two blocks from Times Square.", + 105 + ], + [ + "POLISHED BROOKLYN GETAWAY", + 115 + ], + [ + "Crown heights hangout", + 31 + ], + [ + "Sunny Spacious Modern Designer Apartment", + 120 + ], + [ + "Room available on the Upper East Side, Manhattan", + 100 + ], + [ + "Spacious studio in luxury Manhattan condo", + 250 + ], + [ + "Great shared apartm in the heart of Bushwick", + 28 + ], + [ + "Spacious queen bedroom, private bath in Brooklyn", + 150 + ], + [ + "NEWLY RENOVATED HOME IN BUSHWICK / Best offer", + 30 + ], + [ + "Great shared house / Bushwick!", + 30 + ], + [ + "纽约森林小丘简约文艺客舍", + 60 + ], + [ + "beautiful studio one step away from Central Park", + 75 + ], + [ + "1 Private Bedroom, private bathroom, Brooklyn", + 150 + ], + [ + "Spacious Williamsburg Apartment", + 50 + ], + [ + "Gorgeous room in Bed-Stuy/Bushwick", + 50 + ], + [ + "Brownstone 1BR Apt in the heart of Park Slope", + 160 + ], + [ + "Upper East Side Brownstone Beautiful Large 1B!", + 125 + ], + [ + "West 33rd street, Lux 1bd Serviced Apartment**", + 239 + ], + [ + "Charming 2bedroom Apartment in the Lower East Side", + 250 + ], + [ + "Bright, Clean & Cozy 1 BR close to all services..", + 110 + ], + [ + "Room with charming private rooftop in Williamsburg", + 95 + ], + [ + "SOHO LOFT: 2000sq ft renovated & centrally located", + 1000 + ], + [ + "Charming Cobble Hill Brownstone with Backyard.", + 160 + ], + [ + "Queen room with balcony", + 118 + ], + [ + "Industrial Bedroom - Bushwick Luxury Building", + 70 + ], + [ + "Little Gem in Brooklyn", + 125 + ], + [ + "LARGE LIGHT FILLED ROOM IN THE HEART OF BAYRIDGE", + 55 + ], + [ + "Comfy Cobble Hill home for your NYC/Brooklyn stay.", + 130 + ], + [ + "FURNISHED BEDROOM IN FIDI LOFT APARTMENT", + 80 + ], + [ + "2 BED Manhattan Condo with Balcony & Laundry", + 248 + ], + [ + "Plant Filled Artist Duplex in Trendy Bushwick", + 48 + ], + [ + "Beautiful 1BR in Brooklyn Heights", + 150 + ], + [ + "Spacious Williamsburg 1BR with designer ammenities", + 175 + ], + [ + "A room with a view", + 67 + ], + [ + "SPACIOUS PRIVATE ROOM IN TRENDY BAY RIDGE BROOKLYN", + 80 + ], + [ + "Private room", + 45 + ], + [ + "Comfortable & Bright Studio in the East Village", + 180 + ], + [ + "1 Cozy, Sun-filled Private Room", + 31 + ], + [ + "A Bright Brooklyn Apartment With A Private Balcony", + 98 + ], + [ + "Dean Street, BROOKLYN!!", + 40 + ], + [ + "Gigantic one bedroom in East Williamsburg Brooklyn", + 100 + ], + [ + "Beautiful cozy studio in the heart of Manhattan", + 200 + ], + [ + "Spacious Studio Apartment in Downtown Manhattan", + 125 + ], + [ + "Incredible modern studio with all the amenities", + 90 + ], + [ + "Cozy modern large 1BR apartment in Sunnyside", + 82 + ], + [ + "Garden apartment with private backyard!", + 100 + ], + [ + "Luxury Chelsea penthouse w private terrace & view!", + 485 + ], + [ + "Comfy Crash Pad - 25 mins to Manhattan", + 43 + ], + [ + "The Kipsey - A One Bedroom Apartment", + 175 + ], + [ + "Spacious studio in Harlem New York", + 200 + ], + [ + "East Harlem Haven", + 108 + ], + [ + "Cozy wine-in apartment", + 80 + ], + [ + "Trendy Williamsburg House with Private Studio", + 100 + ], + [ + "Harlem Gem", + 89 + ], + [ + "Clean, Comfortable Home away from home", + 95 + ], + [ + "Entire 1-Bedroom Greenpoint Apartment", + 95 + ], + [ + "XL Private Room In Brooklyn", + 46 + ], + [ + "Cool & Cosy apt in best part of Williamsburg!", + 200 + ], + [ + "Ultra Luxury & Hip 2 Bed in Williamsburg", + 148 + ], + [ + "Room in Amazingly well-LIT Luxury Loft", + 120 + ], + [ + "Large Furnished Bedroom in Prime Chelsea", + 120 + ], + [ + "Spacious Escape in the Heart of Greenwich Village", + 130 + ], + [ + "Beautiful Spacious 1BR near Central Park", + 225 + ], + [ + "Beautiful apartment in great Harlem neighborhood", + 125 + ], + [ + "Prime UWS location bedroom available!", + 80 + ], + [ + "Cozy Master Suite, Sunny & Charming Loft w/ a View", + 90 + ], + [ + "Greenpoint Gem With Lovely Patio and Backyard!", + 55 + ], + [ + "Charming duplex in east village with a balcony", + 500 + ], + [ + "Huge Loft Apartment in Bed-Stuy Brooklyn!!!", + 175 + ], + [ + "Huge Room Near Subway in Creative Williamsburg", + 75 + ], + [ + "Room located in the heart of Williamsburg", + 80 + ], + [ + "Super Cute Family Friendly Cozy Loft Suite For 2-4", + 320 + ], + [ + "Spacious Brooklyn Townhouse with Garden", + 300 + ], + [ + "South Brooklyn Artist / Student Studio Retreat", + 78 + ], + [ + "Large, cozy Studio in Morningside Heights", + 100 + ], + [ + "Fabulous 3-bedroom apartment in trendy Brooklyn.", + 213 + ], + [ + "Unique East Village Duplex in NYC", + 141 + ], + [ + "Cozy 1 bedroom walkup in the heart of Astoria", + 100 + ], + [ + "Charming 1875 Victorian", + 175 + ], + [ + "1 BR near Union Square", + 225 + ], + [ + "Spacious, Bright & Cozy 1-bedroom in Greenpoint", + 87 + ], + [ + "Affordable, safe & close to the City", + 36 + ], + [ + "Beautiful, private 1 BR Apt in Hamilton Heights", + 78 + ], + [ + "Sunny West Village Studio Apartment", + 199 + ], + [ + "Cozy private bedroom - 15 min. subway to Manhattan", + 50 + ], + [ + "Charming 2 BR Walk-up in a Private Victorian House", + 125 + ], + [ + "Private bedroom with private bath bathroom", + 100 + ], + [ + "Oasis", + 37 + ], + [ + "佳源家庭旅馆双床房间", + 78 + ], + [ + "Private Room In Manhattan!", + 98 + ], + [ + "Immaculate, bright, private lofted room in W-Burg", + 120 + ], + [ + "Dope ass apt", + 250 + ], + [ + "2017 BUILDING, NEW LOFT, 5 MIN SUB TO MANHATAN", + 70 + ], + [ + "Getaway in Brooklyn", + 188 + ], + [ + "Private bedroom with half bath + private entrance!", + 75 + ], + [ + "Warm and cozy room in Williamsburg", + 60 + ], + [ + "Sunny Slice of uptown NYC, Private Room, Comfy!", + 63 + ], + [ + "Large Private Bedroom next to Central Park", + 125 + ], + [ + "Charming Apt in the heart of Manhattan", + 175 + ], + [ + "Luxury 8 Bedroom Townhouse in Midtown-Sleeps 16", + 2200 + ], + [ + "Bright Room with a Private Balcony in Williamsburg", + 95 + ], + [ + "Lovely Private Room with Balcony in New York", + 135 + ], + [ + "Fantastic Room near Central Park and Lincoln Cente", + 126 + ], + [ + "Urban Oasis in Sunnyside Gardens", + 70 + ], + [ + "Amazing PRIVATE Bedroom+Bathroom in East Village!", + 150 + ], + [ + "Spacious Williamsburg Artist's Duplex", + 150 + ], + [ + "Spacious Family Friendly Spot Near Central Park", + 395 + ], + [ + "1st floor; 1 bedroom", + 165 + ], + [ + "Williamsburg Home - Plant Jungle", + 69 + ], + [ + "DESIGNER TOWNHOUSE IN HARLEM", + 850 + ], + [ + "Cozy room in Hamilton Hights R2", + 47 + ], + [ + "Garden 1-Bedroom Apartment in Greenpoint", + 200 + ], + [ + "Master Bedroom on Central Park for Christmas!", + 75 + ], + [ + "Private sunny 1 Bedroom Apartment", + 58 + ], + [ + "Chill modern garden apartment in Crown Heights", + 90 + ], + [ + "Cozy room in Hamilton Hights R1", + 47 + ], + [ + "Renovated private apartment close to subway train", + 95 + ], + [ + "Gorgeous 1bd in Trendy Brooklyn!", + 180 + ], + [ + "Modern Whimsical Room", + 54 + ], + [ + "Timeless West Village Townhouse with Garden", + 400 + ], + [ + "UWS - Cozy, Artsy 1 Bedroom", + 175 + ], + [ + "Wonderful Upper East Side Lux Close to Subway", + 138 + ], + [ + "It's All Yours: Big Beautiful 1 Bedroom in Harlem", + 110 + ], + [ + "Entire Home for 8 Guests, Fully Equipped", + 245 + ], + [ + "Professionally Decorated 1 BR in Downtown Flushing", + 95 + ], + [ + "Studio Flat in Williamsburg Ny 2/4 Guest", + 125 + ], + [ + "The BEST LOCATION in Brooklyn", + 45 + ], + [ + "Cozy Williamsburg Room on the Rooftop", + 100 + ], + [ + "Large & Comfortable Financial District Studio", + 195 + ], + [ + "Urban Hang Suite - Entire 1BR w/ Terrace & Doorman", + 101 + ], + [ + "Cozy bedroom / 15 min from Manhattan", + 49 + ], + [ + "Large private room close to subway station", + 70 + ], + [ + "Cosy 1 bedroom, in a pre war building in Chelsea !", + 185 + ], + [ + "Sunny room in Bushwick loft with skyline views", + 100 + ], + [ + "Huge, bright one bedroom flat near Prospect Park", + 100 + ], + [ + "Huge Luxury 1BR, Massive Roof Deck Manhattan View", + 249 + ], + [ + "Bright East Village Apartment!", + 99 + ], + [ + "Bright & Spacious Bedroom in Greenpoint Apartment", + 60 + ], + [ + "CROWN HEIGHTS GUEST HOUSE 2R2L3R3L+B", + 459 + ], + [ + "Private cozy room in E. Flatbush", + 70 + ], + [ + "Beautiful private room in Brooklyn", + 60 + ], + [ + "3.7 MLN usd 2 bedroom LOFT in TriBeCa (5)", + 497 + ], + [ + "Sexy Williamsburg Loft Getaway of a Lifetime", + 130 + ], + [ + "Crown Heights Guest House B", + 59 + ], + [ + "Prime Williamsburg. Bright room steps from train", + 60 + ], + [ + "3.5 MLN usd 2 bedroom LOFT in TriBeCa (4)", + 350 + ], + [ + "Charming, Airy apartment in Trendy Williamsburg", + 75 + ], + [ + "Beautifully Restored Brownstone w. Chef's Kitchen", + 160 + ], + [ + "Mod 3 Bd - Central Park/Columbus Circle 2 blocks", + 550 + ], + [ + "Adorable Williamsburg apartment", + 60 + ], + [ + "Cozy private apartment in the heart of Bed-Stuy.", + 100 + ], + [ + "Private 1BR w/ Full-sized Bed. Great Location!", + 100 + ], + [ + "East Village True 1 Bedroom Apartment", + 250 + ], + [ + "Beautiful, bright 1BR in Park Slope, Brooklyn", + 105 + ], + [ + "Subarriendo apartamento enero febrero 2018", + 70 + ], + [ + "Luxury studio in the heart of Greenpoint!", + 105 + ], + [ + "Large & Private Bedroom in Fort Greene", + 75 + ], + [ + "Coastal Bedroom - Bushwick Luxury Building", + 75 + ], + [ + "Steps to LGA, near CitiField, JFK,Manhattan (RM#1)", + 52 + ], + [ + "Small Room in the great neighborhood ofPark Slope", + 42 + ], + [ + "Great Loft Space in Bushwick With Private Bedroom", + 55 + ], + [ + "Beautiful 1 bedroom in bedstuy", + 120 + ], + [ + "++A Global Beat hideaway Room in Manhattan", + 175 + ], + [ + "Cozy Light Filled 1 Bedroom", + 80 + ], + [ + "Spacious & Homey Williamsburg 1BR Apartment", + 220 + ], + [ + "Modern/Cozy Brooklyn Apartment", + 101 + ], + [ + "Bunks in the heart of Harlem!", + 50 + ], + [ + "Light-filled 1BR Brownstone Apartment, Bed Stuy BK", + 73 + ], + [ + "Three Bedroom in Trendy Williamsburg Loft", + 275 + ], + [ + "NEW CHARMING 1BR in Prospect/Lefferts Garden", + 110 + ], + [ + "Lower East Side Chic Apartment", + 125 + ], + [ + "Private bedroom in Manhattan", + 75 + ], + [ + "Plant and Book lovers paradise in Hip Williamsburg", + 130 + ], + [ + "Newly Renovated LES Apartment with Private Balcony", + 69 + ], + [ + "Private Room in Bushwick!", + 25 + ], + [ + "2 Blocks from Times Square, Centrally Located!", + 185 + ], + [ + "Cozy and Relaxing, An East Williamsburg Getaway", + 60 + ], + [ + "Spend the holidays in your OWN APT in South Harlem", + 125 + ], + [ + "Bay Ridge Brooklyn House", + 150 + ], + [ + "Amazing View Private Terrace! Wow!", + 175 + ], + [ + "UES Manhattan full service doorman building 2 BR", + 500 + ], + [ + "NEWLY RENOVATED STUDIO APARTMENT IN HARLEM", + 130 + ], + [ + "423 ocean parkway", + 67 + ], + [ + "Vic's Cafe Deluxe", + 65 + ], + [ + "*Boogie Down Private and comfortable stay*", + 70 + ], + [ + "Newly Renovated Brownstone Brooklyn Apartment", + 130 + ], + [ + "Cozy Williamsburg Apartment", + 92 + ], + [ + "Master room Close to NYU Langone H/Metro N,R line", + 51 + ], + [ + "Brooklyn Large private room (near Manhattan)", + 45 + ], + [ + "Couch in Common Room Bushwick!", + 20 + ], + [ + "(moving out) ENTIRE place READ BEFORE YOU BOOK", + 43 + ], + [ + "Nice View room Close to NYU Lutheran H/Subway N,R", + 55 + ], + [ + "AMAZING 2 BEDROOM private apt in Williamsburg", + 175 + ], + [ + "Convenient Private and Cozy Environment", + 45 + ], + [ + "Full & Cozy Apartment at Bed-Stuy", + 70 + ], + [ + "2 bed 2 bath in cool east Williamsburg Loft!", + 150 + ], + [ + "Williamsburg Getaway (North 7th and Berry Street)", + 65 + ], + [ + "Private Room & Bath - Modern Bldg, S. W'Burg, BK", + 140 + ], + [ + "Soho Luxury Apartment", + 200 + ], + [ + "Luxury 2 Bed / 2 Bath Apt 3 Blocks to Central Park", + 195 + ], + [ + "SoHo NY Apt Up for Grabs Nov 17- Dec 17", + 45 + ], + [ + "Modern West Soho Apartment", + 225 + ], + [ + "Bright and sunny 1 BR in the heart of UES", + 150 + ], + [ + "Room in Brooklyn, 5 min to N and R train", + 40 + ], + [ + "Cozy Attic Studio with Century-Old Charm", + 105 + ], + [ + "Beautiful private bedroom in spacious UWS Apt", + 150 + ], + [ + "Huge Park Slope Loft & Private Garden near Subway", + 195 + ], + [ + "Quiet Williamsburg Penthouse with Manhattan views.", + 225 + ], + [ + "HUGE QUEEN ROOM IN 1500 SQFT WBURG BALLROOM APT", + 94 + ], + [ + "A Penthouse Steps from central park", + 220 + ], + [ + "oasis 2", + 30 + ], + [ + "STYLISH 1-BR APARTMENT IN PRIME SOHO!", + 187 + ], + [ + "HUGE room in a BUSHWICK BROWNSTONE", + 60 + ], + [ + "oasis 3", + 45 + ], + [ + "Sunny & Inviting 3br in the Heart of Clinton Hill", + 200 + ], + [ + "Sofa couch best location 2 min from Central Park!", + 89 + ], + [ + "Cute Manhattan bedroom, close to all amenities", + 97 + ], + [ + "Your comfy abode in Brooklyn", + 49 + ], + [ + "Private Room in Prime Location", + 147 + ], + [ + "Cozy Private Bedroom in Bushwick", + 26 + ], + [ + "Place of peace", + 31 + ], + [ + "Brand New 1 Bdrm Apt in Williamsburg Brooklyn - 3L", + 100 + ], + [ + "Big Clean well-lit 2br by the subway in WaHi NYC!", + 120 + ], + [ + "Large House in Brooklyn near Express Subway", + 700 + ], + [ + "Cozy 2 Bedroom in Multifamily", + 100 + ], + [ + "COZY BEAUTIFUL STUDIO- UPPER WEST SIDE", + 80 + ], + [ + "Astoria flat 5 minutes to subway 10 mins to NYC", + 83 + ], + [ + "Top Bunk in Queer Co-Living Space for Men", + 35 + ], + [ + "Tranquil Parkside Oasis", + 133 + ], + [ + "Bright New York Loft in Williamsburg/Bushwick", + 92 + ], + [ + "Middle Bunk in Queer Co-Living Space for Men", + 35 + ], + [ + "Nice private bedroom, prime East Village", + 95 + ], + [ + "Fashion Blvd Flat 20 minutes from City Center!", + 73 + ], + [ + "Cozy 2BR in Rockefeller Center / Times Square", + 255 + ], + [ + "Beautifully Decorated Entire Floor of Brownstone", + 200 + ], + [ + "Spacious Renovated Duplex in Central Harlem", + 225 + ], + [ + "AMAZINGLY LOCATED DECORATED ONE BEDROOM CONDO", + 275 + ], + [ + "Sun kissed, loft studio in the heart of Chelsea", + 159 + ], + [ + "Cozy Hideaway in Artist’s Industrial Loft", + 195 + ], + [ + "Designer's Own Soho Loft", + 495 + ], + [ + "Amazing Studio at the Time Square Area/52D", + 130 + ], + [ + "Bohemian chic Brooklyn floor thru", + 135 + ], + [ + "Light-filled, cozy apartment -convenient location!", + 100 + ], + [ + "Private room w/ bathroom near Prospect Park", + 59 + ], + [ + "Brooklyn Gem! Close to transportation!", + 150 + ], + [ + "Private Bedroom in Artsy Airbnb: Room \"L\"", + 65 + ], + [ + "The Long House - Williamsburg!", + 175 + ], + [ + "Beautiful Brownstone 10 mins away from Manhattan", + 380 + ], + [ + "Small apt in LIC, NY.", + 170 + ], + [ + "Shared Apartment", + 50 + ], + [ + "Newly renovated bedroom apartment - 2 beds", + 78 + ], + [ + "Park Slope it! Close to Manhattan! Renovated!", + 30 + ], + [ + "Beautiful 5th avenue apartment with balcony", + 200 + ], + [ + "Cozy Studio near all Attractions in NYC.", + 80 + ], + [ + "Comfortable 1 Bedroom Apartment", + 99 + ], + [ + "Beautiful Home in Park Slope!", + 125 + ], + [ + "Charming 1BD Apartment near Empire State building", + 165 + ], + [ + "Bohemian 2 Bedroom in the East Village", + 159 + ], + [ + "Romantic Getaway", + 99 + ], + [ + "Cozy bedroom in NYC great for your next vacation!", + 50 + ], + [ + "Elegant one bedroom in Prospect Heights", + 96 + ], + [ + "Bright room in East Williamsburg", + 65 + ], + [ + "Beautiful, Bright Apartment in Heart of Chelsea", + 226 + ], + [ + "Beautiful Sunny Private Room #1 in Brooklyn", + 65 + ], + [ + "Private room (2 beds) close to Time Square", + 250 + ], + [ + "Spacious Apt near UN Plaza 2 Queen size bed for 5", + 193 + ], + [ + "Garden Apartment in the Heart of Greenpoint", + 110 + ], + [ + "3 Bedroom designer apartment with views", + 245 + ], + [ + "Mid-town West 5-min walk to Central Park", + 220 + ], + [ + "Beautiful Sunny Private Room #2 in Brooklyn", + 70 + ], + [ + "Brand New 2 Bedroom Apt in Bed Stuy with Garden", + 80 + ], + [ + "Beautiful Sunny Private Room #3 in Brooklyn", + 70 + ], + [ + "Separate 2 Bedroom Apartment located inside Loft.", + 200 + ], + [ + "Upper West Side Quiet and Private Studio", + 145 + ], + [ + "Cozy room at Columbia University", + 50 + ], + [ + "Park Slope Beauty For Your Winter Stay In NYC", + 170 + ], + [ + "East Village Penthouse - Private Bedroom", + 135 + ], + [ + "Classic Brooklyn room in brownstone neighborhood", + 65 + ], + [ + "Cozy room in tranquil home in great neighborhood.", + 60 + ], + [ + "3.5 MLN usd 2 bedroom LOFT in TriBeCa (2)", + 339 + ], + [ + "Brooklyn Home with a Backyard!", + 125 + ], + [ + "Hell’s Kitchen (52nd Street & 9th Avenue)", + 60 + ], + [ + "Master Bedroom in Harlem - 20 min to Midtown!", + 60 + ], + [ + "Artful loft ★ NYC ★ Chelsea", + 750 + ], + [ + "Spacious Lower East Side with private balcony", + 200 + ], + [ + "Slice of Heaven @ 811", + 250 + ], + [ + "Spacious and Bright Midtown East Apartment", + 325 + ], + [ + "Clean Cozy House less than 10 min from JFK :)", + 75 + ], + [ + "Shared 2 Bedroom Loft in Soho", + 129 + ], + [ + "Historic Turret Retreat (Smart TV/Cable/Wifi)", + 85 + ], + [ + "Beautiful large room in Morningside Heights", + 60 + ], + [ + "Room in house with WiFi and Netflix", + 35 + ], + [ + "@the heart Of Queens. 20Mins 2 Downtown.nearall.B", + 99 + ], + [ + "Colorful Bed Stuy studio apartment", + 140 + ], + [ + "Exclusive & Luxurious 4BR/4Bath Townhouse", + 1000 + ], + [ + "Beautiful one bedroom apartment centrally located", + 116 + ], + [ + "Beautiful private room in Greenpoint", + 60 + ], + [ + "Bayridge 2 bedroom furnished apartment.", + 130 + ], + [ + "Loft w/ brick&beam, deep soak tub, rainfall shower", + 350 + ], + [ + "Charming Ditmas Park Air B&B", + 95 + ], + [ + "Full mattress in the living room", + 21 + ], + [ + "Prime Tribeca Loft", + 499 + ], + [ + "Thanksgivings - Upper East 1 bedroom", + 108 + ], + [ + "Private Studio in Queens Blvd /Min 2guest perstay", + 50 + ], + [ + "Charming and snug 1 bd in West Village near soho", + 175 + ], + [ + "East Village Alcove Studio with Great Light & View", + 230 + ], + [ + "Beautiful, quiet room with ensuite bathroom", + 60 + ], + [ + "Brooklyn Treehouse", + 130 + ], + [ + "Gorgeous 2-Level East Village Apt (2 Bed/1.5 Bath)", + 299 + ], + [ + "Queen Room in Prospect Lefferts Gardens Flatbush", + 40 + ], + [ + "Authentic Brklyn Experience - Room C", + 40 + ], + [ + "Apartment in trendy Nolita", + 270 + ], + [ + "Private, Cozy Manhattan Bedroom", + 48 + ], + [ + "Charming loft-style apartment with private balcony", + 300 + ], + [ + "30+Day Stay: Designer Home with Skylight & Rooftop", + 228 + ], + [ + "Private Bedroom with Private Entrance in Brooklyn.", + 60 + ], + [ + "Modern Room in the heart of Manhattan(just female)", + 99 + ], + [ + "Great Home & Host, next to #1 train", + 65 + ], + [ + "First Class Suite in Central Manhattan", + 325 + ], + [ + "The garden apartment", + 90 + ], + [ + "Luxury room at Hudson Yards", + 139 + ], + [ + "Комната. Место в комнате", + 50 + ], + [ + "ELEGANT BROOKLYN GARDEN STUDIO", + 60 + ], + [ + "1 Bedroom close to Prospect Park and Manhattan", + 110 + ], + [ + "Huge private bedroom one block from the train! :)", + 69 + ], + [ + "Spacious, luxury aparment in heart of NYC!", + 500 + ], + [ + "Loft For Events, Meetings & Content Creation", + 600 + ], + [ + "Cool and Cozy East Village Studio - Best Location", + 125 + ], + [ + "Private Cozy Studio Suite", + 62 + ], + [ + "East Village - Spacious & Colorful", + 196 + ], + [ + "Large 3BR/2BA Designers Apt in the Gallery Area", + 299 + ], + [ + "New Brooklyn apartment with a view", + 80 + ], + [ + "Cozy room for 1-4 guests in the heart of NYC", + 111 + ], + [ + "Light bedroom with Manhatten skyline view", + 80 + ], + [ + "East Village · Pied Á Terre · NYC", + 184 + ], + [ + "Private Room in Sunny, Spacious 3 Bdrm Apartment", + 60 + ], + [ + "Cute and convenient WB apartment", + 75 + ], + [ + "Large One Bedroom in Inwood.", + 70 + ], + [ + "Stunning East Village 1 b/r w.elevator & laundry", + 210 + ], + [ + "Live/Work East Williamsburg Loft", + 165 + ], + [ + "Cozy Affordable room in Brooklyn", + 40 + ], + [ + "Private Master BedRoom with Private bath in NYC", + 170 + ], + [ + "Spacious 2 bedroom in beautiful Clinton Hill", + 93 + ], + [ + "Big Sunny Room in Bedstuy/Clinton Hill Brownstone", + 47 + ], + [ + "Cosy and Bright Apartment in Downtown Brooklyn", + 200 + ], + [ + "Large & bright apartment in the West Village", + 175 + ], + [ + "Cozy Private Room in Upper Manhattan", + 120 + ], + [ + "Newly Renovated Brooklyn Apartment", + 70 + ], + [ + "Spacious & Airy Loft Apartment in Williamsburg", + 175 + ], + [ + "Quiet top floor studio", + 105 + ], + [ + "LA COURONNE - Sophisticated Spacious 3 BDRM 2 BTHS", + 275 + ], + [ + "Enjoy Harlem", + 165 + ], + [ + "阳光之家", + 48 + ], + [ + "Modern 1 BR Hell's Kitchen condo with courtyard", + 195 + ], + [ + "Sunny, spacious 2 bdrm in Park Slope w/ parking", + 280 + ], + [ + "Bright + Cozy room in Chinatown FOODIE Paradise!", + 100 + ], + [ + "THE HUGH SUITES 3mins to JFK", + 80 + ], + [ + "*AWESOME PLACE*2 MIN SUBWAY!", + 48 + ], + [ + "Central Park apt 7/10-7/18 nyc summer July", + 228 + ], + [ + "Quiet and cozy in Queens and close JFK Airport", + 55 + ], + [ + "SUNNY BROOKLYN VIBES", + 60 + ], + [ + "Quiet & Bright 1 Bedroom in Downtown Flushing", + 90 + ], + [ + "Boutique Gowanus Queen Studio", + 139 + ], + [ + "Large Sunnyside Apartment 20 min to Times Square", + 95 + ], + [ + "Gowanus Inn Boutique Queen", + 129 + ], + [ + "Christmas in the City w/ local vibe", + 150 + ], + [ + "Gowanus Boutique Queen Studio", + 119 + ], + [ + "The Great Room on the Upper East Side", + 90 + ], + [ + "Beautiful apartment in Chinatown / Lower East Side", + 125 + ], + [ + "Bright Room In 2 Bedroom Flat With Outdoor Patio", + 55 + ], + [ + "Beautiful Brooklyn studio", + 79 + ], + [ + "Studio in Greenwich Village", + 120 + ], + [ + "Beautiful, Lovely W. Village Room for Females!", + 138 + ], + [ + "Spacious Manhattan Studio - Greenwich Village", + 126 + ], + [ + "Cozy Manhattan private room @Excellent location", + 35 + ], + [ + "Lovely room in West Harlem", + 46 + ], + [ + "Elmhurst Braodway Apartment", + 55 + ], + [ + "Cozy Minimalist Small Room in a Great Apartment", + 50 + ], + [ + "Big bedroom in CHINATOWN. Reserve before June 26th", + 60 + ], + [ + "BUSINESS OR SINGLE TRAVELLER BEDROOM, BEST IN NYC!", + 400 + ], + [ + "Huge, Cozy Brooklyn Duplex with Backyard", + 160 + ], + [ + "Sunny Brownstone Apartment in Brooklyn", + 70 + ], + [ + "Bushwick room filled with character and antiques!", + 45 + ], + [ + "Beautiful Apartment @ Heart of the Upper West Side", + 340 + ], + [ + "Room: Minimalist Artist Loft Williamsburg", + 50 + ], + [ + "Brooklyn Studio", + 300 + ], + [ + "GORGEOUS Apartment in Astoria - close to Manhattan", + 95 + ], + [ + "Spacious room apt. Manhattan near Times Square.", + 150 + ], + [ + "A Piece of mind in the city", + 70 + ], + [ + "Williamsburg Brooklyn Apartment - Modern & Chill", + 45 + ], + [ + "Williamsburg Retreat - 2 Floors & private backyard", + 280 + ], + [ + "Cozy room in Financial District!", + 45 + ], + [ + "Beautiful 1/1 in Murray Hill!", + 400 + ], + [ + "Central Park South Classic Junior Suite", + 400 + ], + [ + "Contemporary 3 Bedroom in Maspeth Queens", + 245 + ], + [ + "Beautiful & spacious room 15 mins to Manhattan", + 50 + ], + [ + "Dreamy Brooklyn Studio in Prospect Heights with AC", + 125 + ], + [ + "Artist Flat, 5 min walk to Metro 30 mins from JFK", + 95 + ], + [ + "Kensington charmer", + 150 + ], + [ + "Bright Studio Alcove in Prime East Williamsburg", + 100 + ], + [ + "Ultimate Pad in Prime Williamsburg with huge ktchn", + 385 + ], + [ + "East Village apartment - available for December", + 125 + ], + [ + "Sun-Drenched 2 Bedroom Apt in Hamilton Heights", + 100 + ], + [ + "Sunny Escape in Victorian Beverley Square West", + 105 + ], + [ + "Huge Room, Modern Unit in Carroll Gardens", + 59 + ], + [ + "Private Room in Spacious Chelsea Loft", + 99 + ], + [ + "Brooklyn room", + 80 + ], + [ + "Quiet Park Slope Sanctuary", + 115 + ], + [ + "Bushwick private 10 foot ceiling dwelling", + 53 + ], + [ + "Safe, Comfortable and Convenient", + 45 + ], + [ + "Cosy space, 30 min to Manhattan 15 Barclay Center", + 80 + ], + [ + "Comfy Couch in Cool Modern Brooklyn (BUSHWICK) Apt", + 43 + ], + [ + "Large, sunny oasis in Manhattan", + 275 + ], + [ + "Charming & Cozy 1BR in Park Slope w/Outdoor Space", + 200 + ], + [ + "In the heart of Chelsea and downtown", + 200 + ], + [ + "Cozy Central Park West Brownstone", + 96 + ], + [ + "Sunny + Spacious Master Bedroom with Outdoor Deck", + 65 + ], + [ + "Warm and cosy apartment in the heart of New York", + 180 + ], + [ + "Sunny Private Room in Stunning Williamsburg Loft", + 95 + ], + [ + "Sky Cabin in Hell’s Kitchen! Steps to Times Square", + 125 + ], + [ + "Sunny Private Room in a Cozy Shared Apartment", + 36 + ], + [ + "Artsy and charming retreat in Lefferts Garden", + 95 + ], + [ + "Charming alcove studio in PRIME location!!", + 150 + ], + [ + "Private Bedroom in Modern CondoTriplex", + 85 + ], + [ + "One bedroom in the Village", + 190 + ], + [ + "Amazing Quite & Cozy Room with Private Backyard!", + 61 + ], + [ + "Perfect apartment for 2 (in Manhattan)", + 130 + ], + [ + "Gorgeous loft by the Flatiron building", + 180 + ], + [ + "Bright Private Room in Brooklyn", + 60 + ], + [ + "Modern Touch.", + 200 + ], + [ + "Designer's private BR/Studio\n+common kitch/bath", + 65 + ], + [ + "Lincoln Center Studio", + 1066 + ], + [ + "Clean, Comfy and Central Midtown Haven!", + 200 + ], + [ + "Trendy, Chill & Comfy in Manhattan NYC", + 130 + ], + [ + "East village apartment", + 70 + ], + [ + "Studio In A New Building in Bedstuy", + 95 + ], + [ + "Experiencing NYC with Comforts of Home", + 400 + ], + [ + "Perfect Manhattan Studio Apartment - Quiet Street", + 150 + ], + [ + "Sunny modern loft studio, amazing Manhattan views", + 115 + ], + [ + "Bright Brooklyn Apartment", + 80 + ], + [ + "BEAUTIFUL MODERN DESIGNER LOFT with BATHTUB!", + 345 + ], + [ + "*Spacious NYC gem* Direct train to central sights!", + 110 + ], + [ + "Spacious private apartment by Columbia University", + 150 + ], + [ + "Suite Too at Bryant Manor", + 265 + ], + [ + "Williamsburg Private Room in 4 BR Apt off L train", + 42 + ], + [ + "136 Apt 3", + 95 + ], + [ + "1 bedroom apartment in super central location", + 130 + ], + [ + "Cozy, bright and spacious 3BR apartment - Brooklyn", + 99 + ], + [ + "Large Private Bedroom in Brooklyn (Bed-Stuy)", + 51 + ], + [ + "Luxurious sunny loft in the heart of Williamsburg", + 300 + ], + [ + "Modern Chic, Pvt Gardn, 2 Stops to NYC, Brooklyn", + 259 + ], + [ + "Bright charming 2 bedroom in the heart of the LES", + 250 + ], + [ + "Private room in bright, charming LES apartment", + 71 + ], + [ + "Brand-new Luxury apt. Stunning views by Penn st.", + 155 + ], + [ + "West Village Penthouse Studio", + 135 + ], + [ + "Kingsize bedroom in Harlem brownstone", + 89 + ], + [ + "Beautiful apt in great location", + 150 + ], + [ + "tranquil house", + 250 + ], + [ + "Cozy Lower East Side 1-Bedroom", + 150 + ], + [ + "Bogro.", + 75 + ], + [ + "Cozy Room for Rent in South Slope", + 50 + ], + [ + "Affordable & Sunny Bungalow in Prime Williamsburg", + 70 + ], + [ + "Midtown Manhattan Executive Suite", + 450 + ], + [ + "Maple Place", + 68 + ], + [ + "Spacious room with private entrance.", + 80 + ], + [ + "1 bedroom at 190 east 7th street. Doorman", + 200 + ], + [ + "Executive Suite near Central Park!", + 450 + ], + [ + "Metro Suite in Manhattan by Central Park/Time Sq", + 398 + ], + [ + "Metro Suite in Manhattan by Central Park/Time (2)", + 398 + ], + [ + "Charming, Cozy Apartment in the Heart of Bushwick!", + 41 + ], + [ + "Manhattan Luxury & Cozy Studio", + 200 + ], + [ + "Amazing room in the centre on Manhatten! Welcome!", + 120 + ], + [ + "Quiet 1-2br Apartment in the heart of Little Italy", + 160 + ], + [ + "Cozy private room in Artists' House in Bushwick.", + 55 + ], + [ + "3333Broadway近哥大电梯公寓大楼", + 37 + ], + [ + "Prospect Heights Room", + 60 + ], + [ + "Sleep on a Casper in the heart of Greenpoint", + 135 + ], + [ + "1 Bedroom modern apartment in the heart of Astoria", + 95 + ], + [ + "Beautifully Lit True Brooklyn Loft", + 350 + ], + [ + "Gorgeous Home with Private Terrace: Union Square!", + 245 + ], + [ + "Comfy Apt in NYC Brownstone", + 150 + ], + [ + "Spacious 2-bedroom Apt in Heart of Greenpoint", + 10 + ], + [ + "Manhattan - Private Room - 1 mn Subway/Metro", + 69 + ], + [ + "A Suite Stay", + 250 + ], + [ + "Cozy jewel in Hamilton Heights!\nBedroom with bath", + 88 + ], + [ + "Central Park, Columbus Circle, Time Warner O MY!", + 200 + ], + [ + "Prime location: abundant stores & transportation!", + 160 + ], + [ + "超级便利的豪华公寓次卧", + 40 + ], + [ + "Lower East Side Studio Escape #4", + 150 + ], + [ + "MINIMALISTIC APARTMENT/DECK IN HISTORIC BROWNSTONE", + 280 + ], + [ + "Cruelty-free in Bushwick w/ backyard.", + 65 + ], + [ + "Huge Bright Designer Loft in Red Hook Brooklyn", + 150 + ], + [ + "New & LEGAL 3BRs/2Bath/Parking near Subway & JFK", + 159 + ], + [ + "Beautiful midtown apartment", + 150 + ], + [ + "Sun filled apartment in the heart of Brooklyn", + 195 + ], + [ + "2 Bedroom in the perfect location", + 200 + ], + [ + "Huge Dumbo Loft", + 100 + ], + [ + "WeLive Wall Street -- 4 Bedroom", + 425 + ], + [ + "Spacious Garden Apt in Clinton Hill/Ft Greene", + 115 + ], + [ + "One decent room in Upper West Side Manhattan!", + 50 + ], + [ + "Best location 3 bedroom, Times Square/Penn Station", + 412 + ], + [ + "Big room in Grand Central", + 93 + ], + [ + "CASA EVOL", + 160 + ], + [ + "Комната для пары", + 50 + ], + [ + "Large, sunny & modern Union Square 1-bedroom", + 210 + ], + [ + "NEW 2-Bedroom MODERN & CENTRALLY LOCATED APARTMENT", + 250 + ], + [ + "Cozy Room with queen size bed for 2", + 90 + ], + [ + "WeLive Wall Street -- 2 Bedroom", + 225 + ], + [ + "Private 1 bedroom 15 minutes from Manhattan", + 40 + ], + [ + "WeLive Wall Street -- Studio Apartment", + 215 + ], + [ + "Brooklyn Home in the Heart of it All", + 55 + ], + [ + "Large Room for 2 people queen size bed", + 90 + ], + [ + "The Gray Room", + 170 + ], + [ + "Family Friendly Vibrant duplex in Windsor Terrace", + 160 + ], + [ + "Quirky, bright 1bed apartment in historic Brooklyn", + 80 + ], + [ + "Private Bedroom in Spacious Queens Home", + 35 + ], + [ + "Cozy apt near Bloomingdales and Central Park.", + 200 + ], + [ + "HUGE Bedroom in Brooklyn Off Lorimer J/M/Z & L", + 43 + ], + [ + "Gorgeous 1 BR in heart of Prospect Heights!", + 100 + ], + [ + "Humongous Crown Heights Prvt Room in spacious 2brm", + 55 + ], + [ + "Beautiful Healthy Home in Ditmas Park", + 55 + ], + [ + "Bright studio size room in the East Village", + 95 + ], + [ + "LUXURY IN MURRAY HILL-25TH FLR/W/DRYER-FANTASTIC!", + 350 + ], + [ + "Large, sunny room in heart of South Williamsburg", + 42 + ], + [ + "Iconic NYC Brownstone Apartment on Upper East Side", + 125 + ], + [ + "Great Apartment In Prospect Lefferts Garden", + 80 + ], + [ + "Executive Museum 1 BR Elevator Best Location", + 133 + ], + [ + "Adorable midtown studio", + 150 + ], + [ + "Private Bedroom in West Village/Chelsea", + 12 + ], + [ + "Sunny cabin in the heart of North Brooklyn", + 120 + ], + [ + "Cute and Convenient WB Apt", + 50 + ], + [ + "Duplex Garden Getaway in Park Slope Brooklyn", + 250 + ], + [ + "Gorgeous big private room/Brooklyn", + 70 + ], + [ + "Lovely Room in Prospect Heights.", + 80 + ], + [ + "Cozy and affordable room", + 40 + ], + [ + "Private Williamsburg apartment", + 79 + ], + [ + "Private Garden | Upper West Side Manhattan 1BR", + 120 + ], + [ + "1BR in beautiful Park Slope", + 139 + ], + [ + "~House of Rest~Private Entrance in Bushwick BK", + 66 + ], + [ + "One room.", + 40 + ], + [ + "2-bedroom South Williamsburg apartment", + 100 + ], + [ + "Spacious room in a cozy apartment .....", + 50 + ], + [ + "2BR in the Heart of Downtown Brooklyn - Near ALL", + 185 + ], + [ + "Big room in East Village!", + 55 + ], + [ + "Spacious and bright private bedroom in LES", + 160 + ], + [ + "Minimalist Union Square Studio Apartment", + 80 + ], + [ + "Beautiful 1 bd apartment in the heart of Brooklyn.", + 119 + ], + [ + "Old-school Manhattan Brick Walled Apartment", + 125 + ], + [ + "Alluring Two- Bedroom in Highland Park", + 155 + ], + [ + "Cozy room in a shared apt", + 76 + ], + [ + "house on the hill with free parking in NYC!", + 100 + ], + [ + "Best Deal! Lovely place in Manhattan! Time Square!", + 120 + ], + [ + "Beautiful bedroom + private bathroom in Bed-Stuy", + 38 + ], + [ + "Spacious and homey 1 br w garden near subway", + 80 + ], + [ + "Private room in cozy Bushwick House", + 36 + ], + [ + "Queen Bed Studio In Gowanus Boutique", + 119 + ], + [ + "Design Furnished Queen Studio Room in Gowanus", + 119 + ], + [ + "Áines place.", + 50 + ], + [ + "Boutique Hotel Queen Room in Gowanus", + 119 + ], + [ + "Brooklyn Factory Loft Building Queen Studio Room", + 119 + ], + [ + "Furnished spacious NYC studio", + 195 + ], + [ + "Gowanus Boutique Inn & Yard Queen Room", + 119 + ], + [ + "Modern, Spacious One Bedroom - Columbus Circle", + 200 + ], + [ + "Nice view apartment", + 143 + ], + [ + "One nice room on the Roosevelt Island; 罗岛一间卧室出租", + 45 + ], + [ + "2 bedroom apt (5ppl), 1 minute from Times Square!", + 350 + ], + [ + "Cooled Queens Apartment, NY. LGA Airport 5 min.", + 99 + ], + [ + "Private room in East Village(Female guest only)", + 65 + ], + [ + "PRIVATE 2 BR APT HEART OF MID-TOWN TIMES SQUARE!!", + 85 + ], + [ + "Exceptional Comfort and Location!", + 160 + ], + [ + "Soho 2 Bedroom Private Terrace", + 400 + ], + [ + "27 FLR VIEWS!LINCOLN SQR-LUXURY 2BR MIDTOWN W 60TH", + 333 + ], + [ + "Cozy room in Manhattan", + 85 + ], + [ + "Bright & Colorful Studio 1 Block From Central Park", + 89 + ], + [ + "32 FLR VIEWS!LINCOLN SQR-LUXURY 2BR MIDTOWN W 60TH", + 375 + ], + [ + "Sunny Minimal Bushwick: longterms encouraged!", + 39 + ], + [ + "Spacious, bright and beautiful 2 Br apartment.", + 50 + ], + [ + "Spacious Private Room in Ditmas Park", + 37 + ], + [ + "Beautiful 1 bedroom in Upper west side", + 90 + ], + [ + "Luxury Studio Apt in Williamsburg, 24 hr Doorman", + 150 + ], + [ + "Charming 1 bedroom apartment, Williamsburg BK", + 85 + ], + [ + "Private basement studio in Greenpoint", + 99 + ], + [ + "Greenpoint getaway", + 100 + ], + [ + "Bright & Large Brownstone Beauty mins away frm NYC", + 165 + ], + [ + "Private room in Brownstone house", + 52 + ], + [ + "Entire 2 bedroom top floor in Clinton Hill", + 100 + ], + [ + "Spacious 2 bedroom in heart of Williamsburg!", + 130 + ], + [ + "Like live in your own home while traveling", + 100 + ], + [ + "Greenpoint Apt", + 120 + ], + [ + "Manhattan cocoon @ spacious NEW renovated apt", + 50 + ], + [ + "Spacious 1-bedroom flat in LES", + 130 + ], + [ + "Experience NYC living on the Upper East Side", + 250 + ], + [ + "The Tree House", + 90 + ], + [ + "Sunny, Convenient, and Clean Apartment to Yourself", + 110 + ], + [ + "Private Room on Roosevelt Island", + 40 + ], + [ + "Studio with brand new furniture and appliances!", + 92 + ], + [ + "LGA Newly Renovated One Bedroom Apt.1", + 100 + ], + [ + "Full Studio Apartment (MODULO 715)", + 45 + ], + [ + "10 mins/Airports JFK/LGA/Hosp/malls bus/train#2", + 35 + ], + [ + "BRIGHT & AIRY", + 85 + ], + [ + "Bed-Stuy modern one bedroom plus private bathroom", + 50 + ], + [ + "Beautiful Art Deco Master Bedroom in Astoria NY", + 50 + ], + [ + "Shineroom", + 38 + ], + [ + "Big loft in Williamsburg", + 65 + ], + [ + "Beautiful Huge Room in Manhattan", + 50 + ], + [ + "PRIVATE ROOM W/BATH IN BK - MUST SEE", + 75 + ], + [ + "Lovely Astoria apartment will make you feel home!", + 100 + ], + [ + "Sunny and Spacious 3 Bedroom near Central Park", + 250 + ], + [ + "Manhattan Club! New Years Eve!", + 650 + ], + [ + "Industrial Queen Studio Room In Gowanus Inn", + 129 + ], + [ + "Gowanus-Park Slope- Queen Studio Room", + 129 + ], + [ + "Spacious private room in artsy Bushwick Brooklyn", + 41 + ], + [ + "Sunny and Spacious Bedroom w/ Private Bathroom", + 65 + ], + [ + "Park Slope-Gowanus Boutique Queen Studio", + 129 + ], + [ + "Queen Studio In Park Slope - Gowanus Inn & Yard", + 129 + ], + [ + "Convenient x Cozy Carroll Street Stay", + 70 + ], + [ + "Cute studio in Midtown Manhattan", + 150 + ], + [ + "SoHo: Light-filled and tasteful", + 89 + ], + [ + "Cozy Bedroom, Walking Distance from Central Park", + 100 + ], + [ + "Super clean / centrally located extra large studio", + 175 + ], + [ + "Tiny (but comfy!) Private room Manhattan", + 20 + ], + [ + "Designers' Brooklyn Loft – 2 bed, 2 bath", + 300 + ], + [ + "Skylight Living in NYC", + 275 + ], + [ + "Elegant Apartment with Spectacular views.", + 185 + ], + [ + "LGA Newly Renovated Apt.2", + 120 + ], + [ + "Charming 1BR - King Bed, Full Kitchen, Laundry", + 220 + ], + [ + "Cozy Room Near Express Train to Manhattan", + 50 + ], + [ + "Infinite Bliss", + 30 + ], + [ + "NYC master room with independent restroom for 2", + 70 + ], + [ + "Warm & Cozy Haven, 6 min. to N/W, 20 to Manhattan!", + 600 + ], + [ + "Spacious Room in 3 bedroom Greenpoint Apartment", + 75 + ], + [ + "AMAZING STUDIO IN CHELSEA (up to 4) Special price!", + 200 + ], + [ + "Big Bedroom w/ Bathroom - Bushwick Luxury Building", + 60 + ], + [ + "Ideal Stay in NYC! ☆☆☆☆☆", + 125 + ], + [ + "Older Victorian front 1st floor D train corner", + 50 + ], + [ + "COZY & CLEAN ROOM IN ASTORIA 15 MIN TO MANHATTAN.", + 75 + ], + [ + "Natural Light Filled Apartment with lots of space", + 150 + ], + [ + "Private Bedroom in the LES", + 78 + ], + [ + "Historic Upper East Side Apartment", + 200 + ], + [ + "3 Bedroom Prime Park Slope 6th Ave/Barclays Center", + 199 + ], + [ + "Huge private room in Williamsburg", + 70 + ], + [ + "Brooklyn Studio Tower!", + 115 + ], + [ + "Bright, Spacious 3 BR Duplex-Great for Families", + 250 + ], + [ + "Pretty two-bed pre-war apartment in Brooklyn", + 142 + ], + [ + "Cozy Room in Bushwick.", + 67 + ], + [ + "Spacious Room for Rent!", + 40 + ], + [ + "Wyndham Midtown 45 at New York City - Studio", + 350 + ], + [ + "Havemeyer mini Duplex in central Williamsburg", + 160 + ], + [ + "Great One Bedroom Apartment - 20 mins from NYC", + 149 + ], + [ + "Calming room in a thrilling city", + 75 + ], + [ + "Brand New 2 Bedroom 2 Bath Downtown Gem", + 850 + ], + [ + "Private Rm; JFK(10mins), LGA(15mins), Manh(30mins)", + 75 + ], + [ + "Wyndham Midtown 45 at NYC - 2 Bedroom Presidential", + 400 + ], + [ + "Big bedroom at the heart of Manhattan", + 95 + ], + [ + "Bushwick Loft On Trainline", + 85 + ], + [ + "Luxury Studio Apartment right by Central Park!!!", + 130 + ], + [ + "Perfect, Private Garden Apartment (Prime Brooklyn)", + 149 + ], + [ + "Charming Clinton Hill Apartment", + 90 + ], + [ + "Serene 2 bed w/ private backyard - flatbush ditmas", + 95 + ], + [ + "Luxury Skyline Views! Best Panaromic Views Of NYC.", + 850 + ], + [ + "Private & Comfortable Room in a quiet neighborhood", + 60 + ], + [ + "Bedroom in Beautiful House with Sunny Porch", + 65 + ], + [ + "Artsy Little Bedstuy Nook", + 45 + ], + [ + "Upper west studio next to Central Park", + 105 + ], + [ + "Large 3 Bedroom Apartment in Hell's Kitchen", + 395 + ], + [ + "Beautiful 3 bedroom Brownstone in Boerum Hill", + 550 + ], + [ + "BROOKLYN Sunny queen size bedroom in amazing apartment.", + 50 + ], + [ + "Time Square- Great Luxury Apartment", + 190 + ], + [ + "Large midtown 1 bed apartment with views", + 160 + ], + [ + "Comfy Renovated Basement Apartment Near JFK", + 51 + ], + [ + "*LUSH SPACIOUS WEST VILLAGE LOFT*", + 220 + ], + [ + "Upper East Side Private Entire Studio", + 130 + ], + [ + "Bright, contemporary Kips Bay Studio apt", + 300 + ], + [ + "Beautiful bed bed room", + 45 + ], + [ + "Old World Charm in the Heart of Brooklyn R2", + 79 + ], + [ + "Upper West Side Brownstone Duplex by Central Park", + 55 + ], + [ + "Cozy and quiet private room", + 45 + ], + [ + "Bronx hideaway", + 50 + ], + [ + "Gorgeous Apt In Central Manhattan", + 200 + ], + [ + "Touchdown and Explore NYC! Sunlit 2 Bedroom", + 103 + ], + [ + "Studio Queen Room In Gowanus Inn, Brooklyn", + 139 + ], + [ + "Beautiful Huge Newly-Renovated Apt Great location.", + 69 + ], + [ + "Cozy Lofted Room in Williamsburg, Brooklyn", + 60 + ], + [ + "Luxury 1B1B Apt with City View @ Columbia U", + 150 + ], + [ + "$850 up to 3 month female only", + 31 + ], + [ + "Cozy private room w/private bath, Hell's Kitchen", + 100 + ], + [ + "4BR 2 Bath Williamsburg Apt with Private Roof", + 650 + ], + [ + "Big Studio at Grand Central Station area.", + 210 + ], + [ + "Bright NYC Flat with Manhattan Views", + 49 + ], + [ + "ROOM IN THE HEART OF CROWN HEIGHTS", + 30 + ], + [ + "Apartment in Sunnyside close to Manhattan.", + 140 + ], + [ + "Spacious Private Room in the Heart of Williamsburg", + 71 + ], + [ + "Cozy fully furnished apartment in Bushwick", + 60 + ], + [ + "Bright artist loft 1BR (top floor) in Cobble Hill", + 90 + ], + [ + "Peaceful Bushwick Room with Great Views", + 80 + ], + [ + "Seaux Blu Urban Boho Studio", + 60 + ], + [ + "Spacious South Slope Apt in Perfect Location!", + 109 + ], + [ + "Room in the heart of Bushwick", + 75 + ], + [ + "Modern Studio Queen Room In Gowanus Inn", + 139 + ], + [ + "Stylish Queen Bed Room - Gowanus - Park Slope", + 139 + ], + [ + "Designer Condo with Lofted Mezzanine", + 350 + ], + [ + "Decorated cozy Brooklyn jewish apartment!", + 86 + ], + [ + "Cozy Modern Studio", + 100 + ], + [ + "An apartment in the heart of Williamsburg", + 120 + ], + [ + "True Brooklyn Experience Gowanus Inn Queen Bedroom", + 139 + ], + [ + "Harlem World USA", + 150 + ], + [ + "Casa Rosada in El Barrio", + 161 + ], + [ + "SunBathed WestVillage/Greenwich 1 bed apt", + 245 + ], + [ + "Luxury Chelsea Condo on the High Line park", + 800 + ], + [ + "Lower East Side Luxury", + 350 + ], + [ + "Affordable & Cozy Apartment near Prospect Park", + 135 + ], + [ + "Large 2 Bedroom Apt in East Village", + 349 + ], + [ + "Comfy 1 bedroom in the heart of HARLEM", + 35 + ], + [ + "Old World Charm in the Heart of Brooklyn R1", + 79 + ], + [ + "Ideal 3 Bedroom Apartment by Times Square", + 649 + ], + [ + "Charming room downtown Manhattan", + 80 + ], + [ + "Spacious 1 Bedroom with Backyard in Williamsburg", + 200 + ], + [ + "Greenpoint Hideaway", + 225 + ], + [ + "Cozy Room in Fairy Bushwick Apartment", + 50 + ], + [ + "East Harlem Pied A Terre", + 300 + ], + [ + "LARGE PRIVATE ROOM BY EVERYTHING MIDTOWN MANHATTAN", + 130 + ], + [ + "Large Room in 2 bedroom Williamsburg/Bushwick", + 40 + ], + [ + "Newly Renovated Bed-Stuy Brownstone Apartment", + 90 + ], + [ + "Private newest room in Bushwick.", + 50 + ], + [ + "Amazing cozy and warm male room on Manhattan IV", + 35 + ], + [ + "Amazing private room in East Bushwick", + 50 + ], + [ + "Newly private room in best Co-Living", + 50 + ], + [ + "Need a Beautiful place to stay?", + 50 + ], + [ + "Spring in NYC! The perfect spot.", + 250 + ], + [ + "Bright, 1.5 bedroom apartment in E. Williamsburg", + 180 + ], + [ + "Designer 2 Bedroom Loft**Greenwich Village**4BEDS*", + 485 + ], + [ + "Luxury Williamsburg 2-Story Apartment w/ Patio", + 350 + ], + [ + "Brighton Beach Hideaway 5 min walk from the Beach", + 99 + ], + [ + "Sunny Private Bedroom in East Village", + 85 + ], + [ + "Bright, airy, Soho 1 bedroom", + 150 + ], + [ + "Sunny and Spacious Nolita 1BR apartment!", + 300 + ], + [ + "Welcome to Brooklyn! Stay in Bed-Stuy!", + 40 + ], + [ + "Modern Bedstuy private bedroom", + 60 + ], + [ + "Luxury Modern Apartment by Central Park", + 100 + ], + [ + "SoHo/NoLiTa Perfect Location", + 275 + ], + [ + "Brownstone 1 Bedroom Apt in Bushwick", + 70 + ], + [ + "Mid-Century Modern 1 BR with Stunning Views", + 100 + ], + [ + "ENTIRE 1.5 BR in Greenpoint / Williamsburg", + 66 + ], + [ + "Beautiful beach house in NYC!", + 250 + ], + [ + "BIG Artistic LOFT Studio right near waterfront!", + 99 + ], + [ + "Modern Apartment with a lot of natural light", + 200 + ], + [ + "Quiet and Sunny Williamsburg One Bedroom!", + 100 + ], + [ + "Beautiful Private Apartment With Rooftop Access", + 55 + ], + [ + "Modern Renovation of original Manhattan Townhouse.", + 650 + ], + [ + "Comfortable studio duplex with a Queen size Casper mattress. A 15-minute walk to Union Square and a two-block walk to the subway. Beautiful light in the morning.", + 100 + ], + [ + "Lovely spacious apartment in prime location", + 120 + ], + [ + "Beautiful and Charming 2 Bedroom in Brooklyn!", + 12 + ], + [ + "Spacious light room in a cool neighborhood", + 88 + ], + [ + "A happy home", + 27 + ], + [ + "Friendly, bustling & safe first floor BK gem!", + 85 + ], + [ + "Gramercy Park Pied à Terre", + 150 + ], + [ + "Gorgeous 1BR 1.5 Bath Duplex with Terrace", + 150 + ], + [ + "Casa de Compri Int'l", + 50 + ], + [ + "Charming 1.5 bdrm apt in W'burg - family friendly!", + 125 + ], + [ + "A cozy apartment in Hamilton Heights!", + 43 + ], + [ + "One Bedroom w/ Backyard Oasis in Williamsburg", + 90 + ], + [ + "Spacious Apartment in West Village", + 150 + ], + [ + "Cozy 1 Bedroom in the Heart of Clinton Hill", + 110 + ], + [ + "Cozy home in Astoria Queens.", + 150 + ], + [ + "Great comfortable conveniently located room", + 80 + ], + [ + "Cute Loft in the Heart of Greenpoint Brooklyn!", + 120 + ], + [ + "Large Master Bedroom in Midtown West", + 130 + ], + [ + "Spacious cozy apartment w/ beautiful backyard!", + 196 + ], + [ + "Cozy Urban Retreat", + 115 + ], + [ + "Spacious, Bright 1 BR in Prime Midtown West", + 225 + ], + [ + "Bright Designer NoHo/Greenwich Village Loft", + 274 + ], + [ + "Columbus Circle Spacious Studio near everything", + 107 + ], + [ + "Columbus Circle Spacious Studio near everything", + 115 + ], + [ + "Bryant Park", + 250 + ], + [ + "Cosy bedroom in bushwick near Jefferson L train", + 41 + ], + [ + "Cozy In Clinton Hill", + 125 + ], + [ + "Brooklyn In Style Queen Room in Gowanus Inn", + 169 + ], + [ + "Crown Heights Comfort: Cozy Room & Warm Livingroom", + 43 + ], + [ + "Cozy Room 2 MINIUTES WALK to 1 TRAIN", + 99 + ], + [ + "3-Bedroom House with Hot Tub Near JFK, LGA & NYC", + 66 + ], + [ + "Sunny Private Room in 3-Bedroom Apt.", + 38 + ], + [ + "New Brooklyn HotSpot", + 150 + ], + [ + "The BlossomBoudoir. Clean, Cozy and Private.", + 49 + ], + [ + "***SLEEPING IN THE GOLDEN PLACE***", + 120 + ], + [ + "Central Park North 1BR", + 75 + ], + [ + "Bedroom in Luxury Building in Financial District", + 88 + ], + [ + "Walk everywhere, See everything!\n2BR Midtown West", + 300 + ], + [ + "LOCATION, LOCATION, LOCATION!", + 205 + ], + [ + "Williamsburg Apartment with Private Backyard", + 199 + ], + [ + "Studio-Sized Master Bedroom with Great Amenities!", + 50 + ], + [ + "Small bedroom in comfy apartment @Upper West Side", + 69 + ], + [ + "EXPERIENCE NYC The Brooklyn Way Private 2 bedrooms", + 85 + ], + [ + "Chelsea urban style loft", + 150 + ], + [ + "Spacious Chic UES 1Br by Central Park", + 250 + ], + [ + "HUGE Cobble Hill 2BR/2BA", + 210 + ], + [ + "East Village 2 Bedroom Apt in Pre War/Doorman Bldg", + 475 + ], + [ + "Modern Plush Studio Apt near Times Square in NYC!", + 299 + ], + [ + "Spacious 2 Bed Apartment on the UWS", + 215 + ], + [ + "Chic Carroll Gardens Home", + 180 + ], + [ + "Studio, Best Location near Columbus Circle", + 150 + ], + [ + "Cozy, private room near Prospect Park & BK Museum", + 75 + ], + [ + "Huge Room in East Harlem on Madison Avenue", + 60 + ], + [ + "Private renovated room with your own bathroom", + 75 + ], + [ + "Cozy private room, 10 mins away from Central Park!", + 150 + ], + [ + "2000呎 法拉盛美丽豪华大套房", + 460 + ], + [ + "Central Studio with 12 foot ceilings - Not Shared", + 125 + ], + [ + "Harlem Jazz (private bath)", + 65 + ], + [ + "NYC Gallery", + 150 + ], + [ + "Comfortable room in FIDI", + 85 + ], + [ + "Spacious bedroom in Greenpoint, BK", + 75 + ], + [ + "Modern chic room in the heart of NY", + 99 + ], + [ + "Entire Loft Style 1BR Apartment in Greenpoint", + 159 + ], + [ + "Cozy 3rd Floor Studio in the Heart of Bedstuy", + 60 + ], + [ + "Two floor apartment near Central Park", + 135 + ], + [ + "Private room. Bushwick. 18 min train to NYC", + 50 + ], + [ + "Bushwick/Brooklyn Charming Private Room", + 65 + ], + [ + "Sunny bedroom on Bed-Stuy/Bushwick boarder", + 100 + ], + [ + "Beautiful Bright Room in Bushwick", + 35 + ], + [ + "Home in the Heart of Harlem, Express Subway Stop", + 69 + ], + [ + "Super Cute, Cozy, & Convenient...", + 85 + ], + [ + "Calm, quirky Harlem apartment Room 1", + 54 + ], + [ + "Modern 2 bedroom apartment close to subway", + 120 + ], + [ + "King-size bedroom, great location, next to park!", + 75 + ], + [ + "Nice and cozy apartment! 15 mins from manhattan", + 100 + ], + [ + "Calm, Cozy 2 Bedroom Apartment", + 73 + ], + [ + "Spacious Apartment with Work Space", + 94 + ], + [ + "Fort Greene Loft", + 300 + ], + [ + "Bright Bedroom in Bushwick", + 65 + ], + [ + "Modern, Cozy Apartment in the Heart of Bushwick!", + 100 + ], + [ + "East Village 1 bed in quiet neighbourhood", + 186 + ], + [ + "Fully Stocked 1-Bedroom in Astoria!", + 113 + ], + [ + "Vintage", + 50 + ], + [ + "Sunny Bedroom Only 1 Metro Stop to Manhattan", + 70 + ], + [ + "The Nolita - A One Bedroom Apartment", + 325 + ], + [ + "Your own Loft/gallery in Bushwick!", + 49 + ], + [ + "Big and bright STUDIO in E Williamsburg", + 85 + ], + [ + "Full Floor Penthouse Loft- 3BR 2 Bath Times Square", + 487 + ], + [ + "Sunny Studio in Carroll Gardens!", + 49 + ], + [ + "Beautiful, Spacious, and Zen Brooklyn dwelling", + 150 + ], + [ + "Dream Renovated Manhattan Apt, 5 stops to Midtown!", + 80 + ], + [ + "Cozy Room in Crown Heights", + 35 + ], + [ + "Warmth in Woodside, New York", + 90 + ], + [ + "Clean and simple Private Ensuite in Manhanttan", + 34 + ], + [ + "Relaxing large middle room", + 51 + ], + [ + "Manhattan New York luxurious hotel", + 200 + ], + [ + "Sunlit Private Room in Uptown Manhattan", + 45 + ], + [ + "Private Room in HOME w/Professionals", + 45 + ], + [ + "Captivating sunny studio, close to everything", + 115 + ], + [ + "Humongous 10 feet ceiling room", + 60 + ], + [ + "Cosy 2-Bedroom in Bubbly Part of Manhattan", + 150 + ], + [ + "Smart NYC Access (3)", + 33 + ], + [ + "Luxury Studio Apartment", + 100 + ], + [ + "Wyndham Midtown 45 in Manhatten for Christmas", + 200 + ], + [ + "Duplex cozy Brooklyn", + 150 + ], + [ + "Prime Park Slope on 14th Street", + 131 + ], + [ + "Sunny Astoria Bedroom (near LGA, and Astoria Park)", + 58 + ], + [ + "Harlem Master bed and bath", + 45 + ], + [ + "Gorgeous Bright Parlor Floor Thru", + 300 + ], + [ + "Bright, Beautiful and Quiet Condo w/Balcony", + 102 + ], + [ + "20 mins to Manhattan. 7mins walk 2 subway.busesA", + 88 + ], + [ + "Quiet Artsy Astoria Bedroom Available", + 57 + ], + [ + "Beautiful, bright apartment in prime Williamsburg", + 209 + ], + [ + "Comfortable warehouse conversion loft. STUDIO", + 200 + ], + [ + "Luxury 1 Bedroom APT - 1 stop to Manhattan!", + 120 + ], + [ + "Private and clean room near Columbia University", + 60 + ], + [ + "Brooklyn City Home", + 58 + ], + [ + "Manhattan Club", + 200 + ], + [ + "Modern master bedroom, LES, 2mn to train", + 120 + ], + [ + "Large, beautiful fully furnished studio for sublet", + 128 + ], + [ + "Sunny, Large Bushwick room - private ROOF TERRACE", + 60 + ], + [ + "Sunny Brooklyn Brownstone", + 110 + ], + [ + "Historical Midtown East Retreat - Steps to the U.N", + 145 + ], + [ + "Spacious Attic Room", + 35 + ], + [ + "Huge Bedroom 3rd # in a privately own brownstone", + 75 + ], + [ + "Quiet East Village Apartment for 3", + 300 + ], + [ + "Brooklyn Loft, 3bed, 2bath, 15 mins to Manhattan", + 325 + ], + [ + "Cozy Harlem Studio", + 200 + ], + [ + "South Bronx Hideaway", + 50 + ], + [ + "Basic, convenient, private in Crown Heights", + 120 + ], + [ + "*Memory foam mattress lovers//Netflix!!", + 53 + ], + [ + "Tudor City", + 90 + ], + [ + "Restorative haven in a great neighborhood", + 110 + ], + [ + "Cozy artistic 3 bedroom home 15-20mins from jfk", + 250 + ], + [ + "Williamsburg Apartment by L Train", + 53 + ], + [ + "Fully furnished COOL private room.", + 39 + ], + [ + "Perfect UWS Prewar 1 bedroom apartment!", + 150 + ], + [ + "Cozy loft in Bushwick", + 65 + ], + [ + "Large Private Bedroom and Bath Near Shops & Parks", + 105 + ], + [ + "Entire Studio Steps from Central Park", + 100 + ], + [ + "Trendy 1br apartment in the heart of East Village", + 175 + ], + [ + "1BR room in a great Bushwick apartment", + 50 + ], + [ + "MASSIVE 3 Bedroom NOHO LOFT", + 455 + ], + [ + "Bright Private room with Ensuite Bathroom", + 70 + ], + [ + "Master Bedroom in Upper West Side Duplex", + 58 + ], + [ + "Luxury NYC Apartment on Central Park West", + 125 + ], + [ + "Clean Room #1 in Brooklyn Home 15 min from JFK", + 75 + ], + [ + "Quick access to the city for cheap", + 55 + ], + [ + "Luxurious Brooklyn Getaway - Comfy Couch & Sofabed", + 29 + ], + [ + "Private room in bright Greenpoint apartment", + 37 + ], + [ + "Bright large studio loft, 100% private, Bushwick", + 90 + ], + [ + "Cozy Corner In Heart of Manhattan", + 65 + ], + [ + "法拉盛唯美独立房间", + 80 + ], + [ + "Home Sweet Home in Astoria", + 95 + ], + [ + "法拉盛温馨亲子房", + 98 + ], + [ + "法拉盛高档,奢华大套房(带按摩浴缸和淋浴的独立卫生间)", + 120 + ], + [ + "Room 1 at Lower Manhattan 18mins from Timesquare", + 90 + ], + [ + "Sunny Apt. near Columbus circle", + 160 + ], + [ + "Chambre pour couple où personne seule", + 45 + ], + [ + "Cozy Living room sofa bed,close to LGA/JFK/subway", + 41 + ], + [ + "Central Park Studio", + 175 + ], + [ + "A Well-Appointed Home in a Historic BK Brownstone", + 150 + ], + [ + "Spacious, Modern Two Bedroom, Two Bath in Harlem", + 200 + ], + [ + "Private & Comfortable Room close to Manhattan!!", + 60 + ], + [ + "Cute & Cozy Two Room Studio in Brooklyn Heights", + 80 + ], + [ + "Spacious 2 bedroom in heart of Brooklyn", + 81 + ], + [ + "Comfy, spacious bedroom", + 31 + ], + [ + "Spacious room near Prospect Park & Brooklyn Museum", + 47 + ], + [ + "Cozy room in Brooklyn", + 50 + ], + [ + "Wash Heights Corner Apt", + 50 + ], + [ + "Carroll Gardens Brooklyn Brownstone Guest Quarter", + 130 + ], + [ + "Great Location! One Bedroom Apt. in LES", + 105 + ], + [ + "Private room, modern apartment w/ PRIVATE ROOF!", + 50 + ], + [ + "Large comfy Clean Bedroom in Brooklyn", + 35 + ], + [ + "Studio Apt -Upper East Side", + 115 + ], + [ + "Light-filled, luxury condo with stunning views", + 275 + ], + [ + "Charming Central Park Studio Awaits!", + 170 + ], + [ + "25 minutes to Midtown NYC- Entire large apartment", + 90 + ], + [ + "Cozy 1BR near the Brooklyn Navy Yard", + 130 + ], + [ + "Upper West Side Central Park apartment", + 190 + ], + [ + "Spacious beautiful studio in Midtown Manhattan", + 150 + ], + [ + "Classy Quiet Studio in LES!", + 143 + ], + [ + "Bright, spacious, classic Manhattan apartment", + 200 + ], + [ + "1 Room in a 5-room apartment in Harlem", + 55 + ], + [ + "溫馨大套房", + 59 + ], + [ + "Huge bedroom in a renovated apt (females only!)", + 65 + ], + [ + "1br - Room Sublet (From Dec 13) (Upper West Side)", + 50 + ], + [ + "Chic Williamsburg Mid-Century Apartment", + 148 + ], + [ + "Big Sunny Harlem Bedroom Furnished (EASTER WEEK!)", + 55 + ], + [ + "2 bedrooms apartment in Williamsburg- Brooklyn", + 230 + ], + [ + "Midtown escape", + 250 + ], + [ + "Sweet 1 bedroom apt in 1881 Brooklyn Brownstone", + 200 + ], + [ + "Sunny Brooklyn Brownstone apartment", + 100 + ], + [ + "Incredible Newly Renovated Two-Bedroom Apartment", + 90 + ], + [ + "Private Rm in trendy Jackson Hts, Qns, 10m to LGA", + 120 + ], + [ + "Live in Williamsburg - Only 2 stops from Manhattan", + 47 + ], + [ + "Williamsburg - great view and elevator into apt", + 75 + ], + [ + "Home Away From Home", + 80 + ], + [ + "Cozy guest room with private bath in trendy duplex", + 110 + ], + [ + "Luxury Private room located in Fresh Meadows", + 45 + ], + [ + "3BR ON FINANCIAL DISTT~MINUTES FROM EAST RIVER", + 300 + ], + [ + "Calm 1 bedroom right at Tompkins Square Park", + 150 + ], + [ + "Large Studio in Manhattan Close to Everything!", + 80 + ], + [ + "1 BR w/Kit Wyndham 45 Midtown- Great Location!", + 350 + ], + [ + "Family apartment in NYC, ideal for kids.", + 250 + ], + [ + "Bright and Sunny Room in Williamsburg", + 57 + ], + [ + "Bed-Stuy modern private room near Williamsburg", + 50 + ], + [ + "Bohemian 3 bedroom brownstone duplex in Brooklyn", + 399 + ], + [ + "Cozy apartment near Central Park", + 132 + ], + [ + "Cozy home in charming, central Fort Greene", + 150 + ], + [ + "Private Bedroom in Sunny Bushwick Apartment", + 40 + ], + [ + "Queen Bed + Futon HUGE Sunny Master 1BR/Priv Bath", + 150 + ], + [ + "Spacious appartment on Upper West Side", + 189 + ], + [ + "Stunning Modern Eco West Village 3 Floor Townhome!", + 400 + ], + [ + "Greenpoint Getaway!", + 65 + ], + [ + "Room in NY apartment near LGA", + 100 + ], + [ + "Bohemian East Village Apartment", + 250 + ], + [ + "AMAZING private room in 2bed lower east side apt", + 100 + ], + [ + "Bushwick Brooklyn En Suite in Artist Loft Bldg", + 51 + ], + [ + "Boutique Luxury in the Heart of Chelsea", + 299 + ], + [ + "Cute and Cozy Apt in Soho", + 125 + ], + [ + "Spacious 1BR in trendy Brooklyn from 12/12-1/12", + 150 + ], + [ + "Large Sun-filled room in beautiful brownstone home", + 65 + ], + [ + "Artsy 2BR Home w/ High Ceilings + Brick Walls", + 295 + ], + [ + "East Harlem Room(#2) on Madison Avenue", + 60 + ], + [ + "Gorgeous 1 bdr 1.5bath on the Upper East Side", + 195 + ], + [ + "Large open 1 bedroom near Prospect Park.", + 80 + ], + [ + "Brooklyn private room&balcony", + 75 + ], + [ + "Studio Sanctuary in Landmark Brownstone", + 91 + ], + [ + "tiny, tiny room in Bushwick", + 30 + ], + [ + "Great studio apt in Brooklyn! 15 min to Manhattan", + 57 + ], + [ + "Cozy 2br in the heart of Clinton Hill in Brooklyn", + 160 + ], + [ + "The West Village Triangle Suite", + 400 + ], + [ + "Gorgeous, Sunny LES/Chinatown Apartment", + 100 + ], + [ + "Sunny Charming Private 2BR Apartment in UES", + 149 + ], + [ + "Beautiful large one bedroom in downtown Brooklyn", + 250 + ], + [ + "Cozy Private One Bedroom", + 40 + ], + [ + "Large luxury apartment in Tribeca", + 400 + ], + [ + "THANKSGIVING IN NYC", + 55 + ], + [ + "West Village + Water Views", + 250 + ], + [ + "Rustic Meets Shabby Chic- Georgous 2 Bedroom", + 100 + ], + [ + "Newly furnished & renovated rooms 5 min from nyc.", + 55 + ], + [ + "Cozy Studio with Private Entrance", + 65 + ], + [ + "Bright and Warm place -\nonly 17min to Central Park", + 425 + ], + [ + "Comfy Private Bedroom, Patio + 20min to Midtown", + 49 + ], + [ + "Spacious and peaceful apartment in Nolita / SoHo", + 175 + ], + [ + "Williamsburg 3-Bed Townhouse w/ Garden by L Train", + 129 + ], + [ + "Bronx Native Son Apartment", + 87 + ], + [ + "Quirky East Williamsburg/Bushwick Artist Duplex", + 42 + ], + [ + "Bright, creative, happy apartment in heart of BK!", + 115 + ], + [ + "Cozy 2BR in heart of SoHo near NYU, WSP, Subway", + 150 + ], + [ + "Large and nice private room in Park Slope!", + 50 + ], + [ + "26TH FLR VIEWS! LINCOLN SQR- MODERN 2BR 2 BATH", + 374 + ], + [ + "Williamsburg Gem with Private Bathroom", + 70 + ], + [ + "MONTHLY RENTAL Victorian House in Brooklyn", + 50 + ], + [ + "Elegant Room in Jazzy Harlem Neighborhood", + 75 + ], + [ + "Amazing room for NYC holiday season! Dec. 20-28", + 45 + ], + [ + "Cozy Flat - Walk to Central Park", + 143 + ], + [ + "Contemporary 1 Bedroom off of Union Square", + 170 + ], + [ + "Cozy Bright Private Room - Prime Brooklyn", + 42 + ], + [ + "Comfy & Cozy Private Room in Bushwick", + 65 + ], + [ + "Aquamarine Bedroom", + 65 + ], + [ + "Cozy 2 Bedroom in Astoria", + 112 + ], + [ + "2 Story Loft Style 2 Bedroom 2 Bathroom on Park", + 150 + ], + [ + "Gorgeous Pre-War Two-Bedroom by the Hudson", + 200 + ], + [ + "Upper West Side Manhattan", + 100 + ], + [ + "Luxurious 1 Bedroom Fully Renovated", + 142 + ], + [ + "Antique Suite", + 55 + ], + [ + "Cool Out/Private large ensuite nearJFK sleeps 4", + 50 + ], + [ + "Luxury 2 Bedroom - Nicest renovations and quality", + 185 + ], + [ + "CLEAN, BRIGHT, and MODERN 3 bedroom Brooklyn apt.", + 185 + ], + [ + "Huge room in Bushwick", + 45 + ], + [ + "2 bedrooms and queen sofa bed, Close to Manhattan", + 160 + ], + [ + "Great apartment in the heart of Manhattan!", + 179 + ], + [ + "Room in Astoria NewYork", + 55 + ], + [ + "Make this luxury apartment your next stop!", + 195 + ], + [ + "Sun-filled, Modern Bedroom in Williamsburg.", + 74 + ], + [ + "Dee's Rest Easy", + 22 + ], + [ + "Sunny One bedroom w. Outdoor Space - Williamsburg", + 175 + ], + [ + "Designer Tudor Townhouse with Chef's Kitchen!", + 225 + ], + [ + "Fantastic Room - King Bed and a Private Rooftop", + 99 + ], + [ + "Chic Luxury Garden Apartment in BedStuy Brooklyn", + 150 + ], + [ + "Your NYC HOME! LRG 1 BED APT 20min from Manhattan", + 100 + ], + [ + "Beautiful 2-bdrm top flr of brownstone, sunny", + 88 + ], + [ + "Entire Apartment Available in Astoria", + 29 + ], + [ + "3 br duplex Apt with rooftop in Williamsburg", + 400 + ], + [ + "Spacious Prospect Park Studio", + 85 + ], + [ + "UWS - Simple & Bright - 1BR", + 140 + ], + [ + "Beautiful Bedroom By the Children's Museum", + 65 + ], + [ + "MACON MEMORIES..** SUMMER SPECIAL***", + 150 + ], + [ + "Cosy private bedroom in Inwood 4 min to train 1,A", + 70 + ], + [ + "Studio apartment with a view!", + 250 + ], + [ + "Sun & Central Park", + 99 + ], + [ + "Shared room with Bed Tent (Privacy Pop).", + 45 + ], + [ + "Holiday sublet: Columbus circle apartment", + 189 + ], + [ + "Renovated Art Building Bushwick", + 70 + ], + [ + "Brooklyn city room", + 27 + ], + [ + "Private Room in Sunny South Williamsburg location", + 80 + ], + [ + "Manhattan Club 1 Bedroom 2 Bath!", + 450 + ], + [ + "HUGE Private 1 Bedroom in Shared Park Slope Apt", + 75 + ], + [ + "Well lit and modern 1BR condo in LES", + 175 + ], + [ + "Hart House - Calm Space in Bed-Stuy Activist Home", + 35 + ], + [ + "Cozy room in Brooklyn <3", + 41 + ], + [ + "Cozy apartment", + 50 + ], + [ + "Bright Private Bedroom in Bushwick.", + 40 + ], + [ + "Spacious studio in Williamsburg with back patio!", + 150 + ], + [ + "Newly Renovated 2 Bedroom Apt Sleeps 6", + 400 + ], + [ + "Private Bedroom w/ Easy Access to Manhattan", + 85 + ], + [ + "Charming Crown Heights Apartment", + 100 + ], + [ + "3 Minutes to Central Park ❤︎ of NYC!", + 150 + ], + [ + "Fully Furnished Spacious Home for 7 People", + 149 + ], + [ + "New Luxury Harlem Condo 2 bedrooms with Garden", + 210 + ], + [ + "Spacious Family Space - 2 Bedrooms", + 150 + ], + [ + "Beautiful room in Manhattan", + 50 + ], + [ + "Sunny brownstone greenhouse in Bedford Stuyvesant", + 350 + ], + [ + "Charming, quiet room in heart of the East Village", + 130 + ], + [ + "Fashion and Hotel Couple’s Hells Kitchen Apartment", + 285 + ], + [ + "Airy Brooklyn Pad", + 45 + ], + [ + "New York room", + 30 + ], + [ + "Beautiful Bed-stuy Bedroom", + 50 + ], + [ + "Cozy Room #2 in Brooklyn Home 15 Min from JFK", + 50 + ], + [ + "Cozy bright apartment", + 250 + ], + [ + "Soho/East Village One Bed", + 110 + ], + [ + "Queens Home short walk to Subway- 2 bedroom 2 bath", + 125 + ], + [ + "Dean St", + 80 + ], + [ + "Astoria lovely Private Room, Steinway, LGA Airport", + 70 + ], + [ + "Lux Midtown apartment.", + 150 + ], + [ + "Spacious living room, walk-in closet", + 53 + ], + [ + "Private Room in Bed-Stuy/Bushwick", + 55 + ], + [ + "Luxurious Brooklyn Heights Duplex with Terrasse", + 647 + ], + [ + "Harlem Oasis", + 95 + ], + [ + "Industrial Brooklyn Loft Style Apt", + 109 + ], + [ + "Downtown Penthouse with Private Outdoor Terrace", + 485 + ], + [ + "Spacious sunny one bedroom apartment with balcony", + 160 + ], + [ + "Sunny Modern newly renovated 1BR apartment", + 150 + ], + [ + "Chelsea 1 Bedroom Gem!", + 200 + ], + [ + "Cozy Double Room in Williamsburg", + 58 + ], + [ + "Spacious Studio with Private Roof", + 109 + ], + [ + "Cozy Manhattan Bedroom, Same Street as Subway!", + 75 + ], + [ + "Cozy, bohemian, PRIVATE bedroom in Manhattan NYC", + 50 + ], + [ + "BEAUTIFUL HUDSON RIVER VIEW", + 215 + ], + [ + "Prime Harlem Condo -Bright!- with Outdoor Space", + 249 + ], + [ + "ULTRA CHIC 2 BEDROOM GRAND CENTRAL", + 200 + ], + [ + "Nice new bedroom Near D train and Maimonides in BK", + 56 + ], + [ + "Modern Williamsburg Apt w/ Spectacular Views", + 120 + ], + [ + "The Skyline Loft — Incredible Views Near 2 Trains", + 127 + ], + [ + "Cozy suite in a Townhouse", + 83 + ], + [ + "Entire Modern Home, Amazing Location", + 290 + ], + [ + "Brooklyn apt", + 150 + ], + [ + "10mins to LGA /20 to the city /5 min to N train", + 39 + ], + [ + "30 mins from Manhattan, Clean room in Queens", + 27 + ], + [ + "Comfy New Bedroom near D line Fort Hamilton PKWY", + 56 + ], + [ + "Tasteful, spacious and sunny place, gorgeous Manhattan views!", + 200 + ], + [ + "Apartment in South Bronx", + 65 + ], + [ + "Beautiful room with comfy bed in Bushwick", + 50 + ], + [ + "Newly Renovated Gem | 1 Block to Subway | 2BD/2BA", + 195 + ], + [ + "Spacious & Sophisticated in Chelsea", + 625 + ], + [ + "Modern Chic Private Room in Gramercy", + 69 + ], + [ + "Cozy & comfortable apt by Prospect Park", + 125 + ], + [ + "Heart of Williamsburg - HUGE 1BR Apartment modern", + 160 + ], + [ + "Manhattan Studio in Prewar Building", + 195 + ], + [ + "Gorgeous Duplex 2 Bdrm in Prime Greenpoint", + 250 + ], + [ + "Midtown East Apartment", + 125 + ], + [ + "Large room w/ balcony - Williamsburg Warehouse", + 100 + ], + [ + "Beautiful Brooklyn Apartment", + 180 + ], + [ + "One Bedroom Apartment by Central Park!", + 175 + ], + [ + "Huge Beautiful Private Floor of Townhouse", + 90 + ], + [ + "Comfortable Private Bedroom 10 min to Central Park", + 50 + ], + [ + "Harlem Luxury Condo !New! 2 Full Bedrooms Balcony", + 200 + ], + [ + "Comfy & quiet 1 BR - East Williamsburg", + 90 + ], + [ + "Sunny Urban Jungle", + 70 + ], + [ + "New, spacious 1.5 BR Apt Wburg,BK w/ private patio", + 115 + ], + [ + "Lower East Trendy Apartment", + 75 + ], + [ + "1BED 1 BATH /UPPER WEST SIDE /Lincoln Center", + 190 + ], + [ + "2 Beds 1 Bath UPPER WEST SIDE/ LINCOLN CENTER", + 200 + ], + [ + "2 Bedrooms in Shared Family Home 15 Min frm JFK", + 125 + ], + [ + "COZY Private 1 Bedroom in Brooklyn !", + 33 + ], + [ + "Entire Sunny Brooklyn Apt for Art & Cat-Lovers!", + 130 + ], + [ + "Large Modern Chelsea Studio", + 149 + ], + [ + "Artistic Loft by Union Square", + 195 + ], + [ + "Be a Brooklynite & be 3 stops away from Manhattan!", + 105 + ], + [ + "Bottom Bunk in Queer Co-Living Space for Men", + 40 + ], + [ + "Large room in Bedstuy brownstone", + 28 + ], + [ + "Brooklyn beautiful big room!", + 45 + ], + [ + "Sun Drenched 1 Bedroom in Carroll Gardens", + 68 + ], + [ + "# 1 B Brooklyn NYC Apt close to metro subway, JFK", + 150 + ], + [ + "Ditmas park lot", + 60 + ], + [ + "Large 2 bedroom Moroccan oasis in the East Village", + 260 + ], + [ + "Spacious & Private Harlem/Washington Heights Room", + 79 + ], + [ + "The Lovely Suite", + 130 + ], + [ + "Perfect studio for your NYC trip", + 90 + ], + [ + "Entire 1 Bedroom Apartment in Midtown Manhattan", + 250 + ], + [ + "Spacious & Simple 1BR Apartment for the Holidays!", + 100 + ], + [ + "Private ground floor apartment in Brooklyn", + 55 + ], + [ + "Newly renovated 3 BEDROOM in Astoria woodside NY", + 280 + ], + [ + "Greenpoint in my heart ", + 43 + ], + [ + "Adorable Hamilton Heights Apartment", + 200 + ], + [ + "Paradise in New York", + 41 + ], + [ + "Sunny Apartment in Trendy Bushwick", + 89 + ], + [ + "Cozy Room in Brooklyn- 2 blocks from subway!", + 50 + ], + [ + "Cozy Room is available in Nice apartment", + 85 + ], + [ + "Incredibly cozy room close to Manhatan", + 42 + ], + [ + "Spacious Bed & Private Bath in Renovated Townhouse", + 85 + ], + [ + "The CaptainsQuarters, Clean Cozy and Private.", + 45 + ], + [ + "Sofa bed/pull out couch in Living Room", + 39 + ], + [ + "Brand New Bedroom Near D line&Maimonides Hospital", + 56 + ], + [ + "2-bedroom luxury apartment in the heart of Chelsea", + 295 + ], + [ + "Entire 1BR APT,HEART of ASTORIA10mins to Manhattan", + 110 + ], + [ + "Modern Comfort in West Village", + 170 + ], + [ + "Amazing 1 BR/BA in HARLEM, NY", + 90 + ], + [ + "Lovely Room in East Williamsburg", + 40 + ], + [ + "JFK 2 Comfort 5 Mins from JFK Private Bedroom", + 50 + ], + [ + "One-Off Easter Holiday Deal in Cozy Gem", + 120 + ], + [ + "Quiet, Comfy Bedroom in Prime Williamsburg", + 69 + ], + [ + "Private Big Room with Great Access!!!", + 100 + ], + [ + "Historic Crown Heights Cute Sunny Bedroom", + 25 + ], + [ + "Tranquility Stay-cation with private pool", + 135 + ], + [ + "Inviting Brooklyn Studio", + 120 + ], + [ + "5 ★★★★★ Gorgeous suite only 1 block from subway!", + 200 + ], + [ + "Brooklyn Huge Room", + 35 + ], + [ + "Charming and Convinient, LOCATION LOCATION!", + 70 + ], + [ + "Experience Zen Williamsburg Life", + 99 + ], + [ + "Private Room in Brooklyn", + 75 + ], + [ + "Sunny and Cozy Private Chef’s Room in East Village", + 150 + ], + [ + "Awesome Character Lower East Side Apartment", + 220 + ], + [ + "Luxury Condo - Heart of Williamsburg", + 175 + ], + [ + "Uptown Manhattan bright and lovely room", + 90 + ], + [ + "Beautiful Modern Rustic Williamsburg Loft", + 120 + ], + [ + "\"Gold Coast\" 1B in West Village w/ Back Yard", + 320 + ], + [ + "Cozy Modern Apartment With Skyline View", + 250 + ], + [ + "SPACIOUS ROOM STEAL, NEAR EVERYTHING MIDTOWN!", + 199 + ], + [ + "Quiet 2 Bdrm in Williamsburg", + 105 + ], + [ + "Captain Steuben’s Brooklyn Studio in Clinton Hill", + 110 + ], + [ + "Master bedroom with King Size bed! Great location!", + 99 + ], + [ + "Modern, Cozy and affordable NY Home", + 80 + ], + [ + "LUXURY BEDROOM FOR RENT, close to Manhattan.", + 59 + ], + [ + "Cozy Getaway, steps from the Train, Stocked Fridge", + 200 + ], + [ + "Festive and Cozy Williamsburg Apt, 2 Bedrooms", + 300 + ], + [ + "Spacious furnished room in midtown", + 85 + ], + [ + "Cute 2-BR in Greenpoint/Williamsburg", + 150 + ], + [ + "Charming Light Filled Studio in Williamsburg", + 180 + ], + [ + "Harlem apartment with a view", + 75 + ], + [ + "Light & Quiet Chelsea One Bedroom", + 229 + ], + [ + "Cozy room for one JFK, LGA & subway to Manhattan", + 50 + ], + [ + "Bright Private Balcony Apartment in Midtown", + 248 + ], + [ + "Fully equipped private room near USQ", + 299 + ], + [ + "Spacious Apartment in Historic Harlem!", + 67 + ], + [ + "Chez Cozy", + 150 + ], + [ + "Heart of Manhattan. Just renovated home!", + 200 + ], + [ + "Modern 1 Bed in the Heart of Midtown Manhattan", + 277 + ], + [ + "The SerenitySuite. Clean, Cozy and Private.", + 99 + ], + [ + "Upper West Side Home for the Holidays", + 600 + ], + [ + "Bright bedroom with balcony in Williamsburg", + 80 + ], + [ + "Gramercy Getaway", + 500 + ], + [ + "3BD in Williamsburg", + 175 + ], + [ + "Bright 2 Bedroom Apt in quiet Woodside", + 150 + ], + [ + "Midtown Studio with view of Empire State Building", + 239 + ], + [ + "Elegant Fifth Avenue Apartment in Luxury Building", + 500 + ], + [ + "East Williamsburg’s Spacious Sun-drenched Apt.", + 320 + ], + [ + "Bright, Clean & Comfortable Studio in Brooklyn", + 125 + ], + [ + "Cozy room in Loft Apartment - Brooklyn", + 31 + ], + [ + "Private Floor (3 Bedrooms, 6 Beds) E. Williamsburg", + 189 + ], + [ + "Luxury apartment in prime location in Mahattan", + 200 + ], + [ + "Entire 3 bedroom apartment in Brooklyn (36)", + 120 + ], + [ + "Perfectly Located West Village Artist's Studio", + 150 + ], + [ + "Charming 1 bedroom APT in the heart of Astoria", + 70 + ], + [ + "LeonardLoft", + 135 + ], + [ + "cozy room in brooklyn", + 38 + ], + [ + "Your perfect NYC guesthouse getaway prvt entrance", + 135 + ], + [ + "Cozy, clean studio in Nolita", + 125 + ], + [ + "Large room + office in Bushwick artists' loft", + 50 + ], + [ + "Room available in 3 BD Brooklyn apartment", + 55 + ], + [ + "Cozy stylish studio", + 50 + ], + [ + "Spacious and sunny apartment by the Cloisters", + 110 + ], + [ + "Modern Luxury Condo (Midtown West)", + 70 + ], + [ + "PRIVATE GARDEN APARTMENT IN HISTORIC BROWNSTONE", + 140 + ], + [ + "New place near D line easy to get to Manhattan", + 149 + ], + [ + "Luxury Riverview Williamsburg Apartment", + 100 + ], + [ + "Spacious Bedroom in apartment in Hamilton Heights", + 70 + ], + [ + "Beautiful spacious Greenwich Village apt w/ garden", + 400 + ], + [ + "Spacious Brooklyn apartment with yard, roof access", + 40 + ], + [ + "Sleek and Hip Lower East Side 2 Bedroom", + 220 + ], + [ + "Private room with visit to queens #4", + 25 + ], + [ + "1 Bedroom/ 1 Bath in Bushwick", + 39 + ], + [ + "Soho/Nolita historic and central downtown location", + 350 + ], + [ + "Beautiful studio in the East Village", + 90 + ], + [ + "Brad's Airbnb", + 30 + ], + [ + "The room boom", + 3000 + ], + [ + "AWESOME PRIVATE FAMILY HOUSE CLOSE TO MANHATTAN", + 359 + ], + [ + "10 min prospect park , restaurant , s. activities", + 65 + ], + [ + "Sun-Drenched Luxury Loft with Private Roof Deck", + 109 + ], + [ + "Large, sunny room in the heart of Williamsburg!", + 70 + ], + [ + "Patio Perfection", + 75 + ], + [ + "Stunning Executive Apt Grand Central", + 125 + ], + [ + "Private spacious bedroom 10min from Manhattan!!", + 40 + ], + [ + "Spacious sanctuary + private bath in hip Bedstuy", + 98 + ], + [ + "Great UES Private Apartment", + 110 + ], + [ + "East Village Getaway", + 115 + ], + [ + "Large 3 Bedroom Luxury Apartment in Williamsburg", + 145 + ], + [ + "Spacious 1br in the heart of Bed-Stuy", + 89 + ], + [ + "Cinema Studio on Duplex Apt.", + 85 + ], + [ + "Quintessential East Village Apt", + 300 + ], + [ + "2 bedroom available in the heart of Williamsburg", + 85 + ], + [ + "Sunny and Cozy Brooklyn Apartment", + 100 + ], + [ + "Cozy 2BR+Sofa in Quiet Part of Popular LES", + 225 + ], + [ + "Cozy 1BR+SofaBed in Quiet Part of Popular LES", + 95 + ], + [ + "UNIQUE 1 BED ROOM in FLATIRON/NOMAD/GRAMERCY", + 91 + ], + [ + "Spacious Studio In Queens", + 59 + ], + [ + "Balcony Duplex and Loft, Steps from the Subway", + 74 + ], + [ + "Furnished room in a 5 br apartment", + 33 + ], + [ + "Wonderful & Cozy Rm in Uptown Apt, Next to 1 Train", + 42 + ], + [ + "A birdcage on the Upper West Side", + 75 + ], + [ + "HUGE CORNER 1BR -Columbus Circle -LUXURY AMENITIES", + 225 + ], + [ + "Brooklyn City Abode", + 39 + ], + [ + "STUNNING VIEWS!!! - CORNER APT. - COLUMBUS CIRCLE", + 225 + ], + [ + "RIVER VIEWS - PRIVATE BALCONY **Gym/Pool/Rooftop**", + 225 + ], + [ + "纽约曼哈顿 唐人街公寓 方便,性价比高", + 100 + ], + [ + "3-BR duplex in Bed-Stuy Brownstone", + 66 + ], + [ + "Bed-Stuy IS FLY!! 1-8 guests", + 50 + ], + [ + "Modern 2-person room near Subway in Bushwick", + 32 + ], + [ + "Private cozy room in Bushwick / full-size bed", + 50 + ], + [ + "Private Bedroom near Columbia University", + 35 + ], + [ + "Beautiful & Modern in the Heart of East Village", + 250 + ], + [ + "Large Bright FULL 1BD in the Heart of BUSHWICK !", + 95 + ], + [ + "IL TUO APPARTAMENTO PERSONALE IN NEW YORK CITY!!", + 80 + ], + [ + "COLUMBUS CIRCLE LUXURY - STUNNING RIVER VIEW", + 225 + ], + [ + "Sunny Williamsburg Style in Prime Location ❤️", + 220 + ], + [ + "Hell's Kitchen Apartment", + 105 + ], + [ + "Manhattan 1BD in 2BD near ESB, UN, NYU w/roof deck", + 199 + ], + [ + "Spacious private bedroom in Brooklyn New York", + 53 + ], + [ + "Homely Queens Home", + 125 + ], + [ + "Upper West Side Luxury! See fall in Central Park!", + 400 + ], + [ + "A suite like room with a private bathroom.", + 70 + ], + [ + "Private Room in Nice Apt. Close to Manhattan. WIFI", + 50 + ], + [ + "Spacious cozy place in heart of nolita", + 20 + ], + [ + "Duplex in Williamsburg with Terrace, 4 Bed 2 Bath", + 300 + ], + [ + "Entire private lower unit of owner occupied duplex", + 89 + ], + [ + "Quiet cozy room in Williamsburg", + 59 + ], + [ + "Large, Bright, Open 1-BR Oasis in Gramercy Park", + 221 + ], + [ + "318 58 st brooklyn ny 11220", + 100 + ], + [ + "☆Huge Private Room Near Park & Train in MANHATTAN!", + 69 + ], + [ + "(☆☆☆☆☆) New ultra-modern 1 bedroom apartment", + 150 + ], + [ + "Spacious Brooklyn loft in Clinton Hill", + 275 + ], + [ + "•HEART OF WILLIAMSBURG APARTMENT COZY&PRIVATE•", + 55 + ], + [ + "•COZY APARTMENT 5 MINS TO MANHATTAN•", + 65 + ], + [ + "Spacious 3BR/3BA in the East Village", + 250 + ], + [ + "SUNNY WITH RIVER VIEWS - Private Balcony! -", + 225 + ], + [ + "Stylish & Spacious 1BD in Central Harlem!", + 135 + ], + [ + "Cozy one bedroom apartment perfect for couples", + 90 + ], + [ + "LUX 2Bed/UWS Gem! \n5 Min Walk to Central Park", + 175 + ], + [ + "1 Bedroom with a lot of Sunshine", + 82 + ], + [ + "Oversized 1BR in Doorman Building by Central Park", + 200 + ], + [ + "Cosy Apartment in the Heart of Manhattan", + 135 + ], + [ + "Cozy 1BR + Sofa in Quiet Part of Popular LES", + 75 + ], + [ + "Newly Renovated 1BR in SoHo/Nolita", + 225 + ], + [ + "Room in Central Harlem for the holidays", + 34 + ], + [ + "Safe, Overnight Crash Pad Near JFK, LGA and NYC", + 19 + ], + [ + "Modern Room in Coliving/15min walk to Williamsburg", + 35 + ], + [ + "Cozy Bushwick room with lots of natural light", + 40 + ], + [ + "Bronx 167th Grand ConCourse", + 38 + ], + [ + "Newly renovated 1br in the heart of NY", + 249 + ], + [ + "Private Room B In Prime Location", + 115 + ], + [ + "Stylish Williamsburg waterfront apartment", + 150 + ], + [ + "Private Room C In Prime Location", + 105 + ], + [ + "Whole Apartment Near Prospect Park", + 69 + ], + [ + "Huge cozy artist haven in heart of Hamilton Hts.", + 79 + ], + [ + "Luxury Private Bed, Bath & Desk in Williamsburg", + 100 + ], + [ + "Full floor of a beautiful Bedstuy duplex", + 80 + ], + [ + "Full room in Astoria max 2 (8 min from Manhattan)", + 85 + ], + [ + "Sunny Park Slope Studio", + 92 + ], + [ + "Ft Greene Studio", + 100 + ], + [ + "Bed in shared room in Crown Heights", + 22 + ], + [ + "Huge 2 Bedroom on Mercer St (Soho)", + 720 + ], + [ + "Nice and sunny room in Williamsburg!!", + 65 + ], + [ + "••Rare Find! Modern Room Near Subway & JFK••", + 35 + ], + [ + "Brooklyn style Loft", + 50 + ], + [ + "Amazing bedroom in Williamsburg!!", + 70 + ], + [ + "Private Room near the Myrtle Wyckoff L/M train", + 38 + ], + [ + "Cozy East Village Home Away From Home", + 237 + ], + [ + "Cozy Bushwick Loft Apartment", + 30 + ], + [ + "Mid-Mod 1 Bedroom Washington Heights NYC", + 250 + ], + [ + "New Listing - North Williamsburg 1,000 sqft 1-BR", + 170 + ], + [ + "UES Gorgeous Apartment - 2 Blocks from the Met", + 400 + ], + [ + "Cozy One Bed In The Middle of Manhattan", + 210 + ], + [ + "Beautiful cozy room close to Manhattan", + 50 + ], + [ + "Very big room with private bathroom/Brooklyn", + 75 + ], + [ + "Cute, Comfy & Cozy Room in Brooklyn", + 65 + ], + [ + "Brownstone Apartment near Manhattan", + 85 + ], + [ + "Brooklyn Chateau", + 100 + ], + [ + "Charming 1 bedroom in West Village", + 290 + ], + [ + "Huge one bed room apartment in Manhattan.", + 165 + ], + [ + "Cozy and Quaint 1 Bedroom in Soho!", + 180 + ], + [ + "Bed-Stuy (20mins to Manhattan/Williamsburg/Queens)", + 40 + ], + [ + "Authentic and Open Tribeca Loft", + 325 + ], + [ + "Williamsburg Penthouse with 3 Private Terraces!", + 190 + ], + [ + "Perfect Stay to see all of Manhattan Sites", + 90 + ], + [ + "Cozy, convenient Manhattan Apartment in the LES", + 70 + ], + [ + "HUGE 1 bedroom in Gramercy", + 167 + ], + [ + "Beautiful room in Brooklyn", + 33 + ], + [ + "Shared room in one minute walk to the M train!!", + 33 + ], + [ + "Gorgeous spacious renovated 1Bed in Hellskitchen!", + 151 + ], + [ + "Awesome designed shared room in beautiful Coliving", + 15 + ], + [ + "Gorgeous Queen Luxury Bedroom near J subway", + 72 + ], + [ + "Midtown apt perfect for a New Years stay!", + 150 + ], + [ + "Elegant 2 Bedroom Cobble Hill apartment", + 145 + ], + [ + "Bright, Spacious Apartment in Prime Brooklyn", + 200 + ], + [ + "Bed-stuy, Brooklyn Private Bedroom", + 35 + ], + [ + "Holiday sublet in beautiful bed stuy!", + 48 + ], + [ + "HUGE room in prime BUSHWICK", + 50 + ], + [ + "Quarto Bronx (NY)", + 30 + ], + [ + "RENOVATED 2 BEDROOM APT NEAR CENTRAL PARK WEST", + 125 + ], + [ + "Spacious and sunny 2BDR Apt in Queens w/ balcony", + 81 + ], + [ + "Cozy East Village Studio", + 115 + ], + [ + "AWESOME VIEWS * COLUMBUS CIRCLE * Pool/Gym/Balcony", + 225 + ], + [ + "FiDi Beautiful & Spacious Private Room & Bathroom", + 128 + ], + [ + "Cozy place next to Times Square", + 65 + ], + [ + "Master Suite in Prospect Heights", + 80 + ], + [ + "Cozy apartment in Central Park North", + 135 + ], + [ + "SPECTACULAR SOHO GREAT ROOM LOFT 6000sq feet", + 3000 + ], + [ + "Luxury condo with King Bed & 4K TV", + 240 + ], + [ + "Loft-Style Room In Bushwick! (L/JMZ train line)", + 50 + ], + [ + "Williamsburg lofted bedroom", + 100 + ], + [ + "Prime Upper East 2BR~Best Value", + 150 + ], + [ + "Spacious Private Room by the East River", + 65 + ], + [ + "2Br~Prime Upper east~Central park~10 Min", + 150 + ], + [ + "Quiet, newly renovated 2 Bedroom, Great Location", + 180 + ], + [ + "Home away from home in Upper Manhattan", + 50 + ], + [ + "Huge 3 bedroom in Manhattan", + 329 + ], + [ + "Gema's Place", + 138 + ], + [ + "Huge Bedroom with Private Entrance and Yard Access", + 54 + ], + [ + "Bronx home with rooftop and laundry", + 50 + ], + [ + "Cozy one bedroom", + 63 + ], + [ + "Bright beautiful modern large and secure.", + 150 + ], + [ + "City Living with a Home Town Feel.", + 43 + ], + [ + "Modern and Cozy Large Studio in Brooklyn", + 145 + ], + [ + "Spacious 1 bdr in Brooklyn Heights near all trains", + 160 + ], + [ + "Cosy room in a cool Williamsburg Apt", + 60 + ], + [ + "located 15 minutes away from Time Square", + 85 + ], + [ + "Cute & Quiet 1 Bedroom In Greenwich Village", + 149 + ], + [ + "Manhattan, Room w/3 Beds Near Metro & Central Park", + 69 + ], + [ + "Cozy Stay", + 40 + ], + [ + "4 bedroom / 2 bathroom LOCATION LOCATION LOCATION", + 400 + ], + [ + "LIC Private 1 Bdrm 10 mins away Manhattan NYC", + 150 + ], + [ + "Amazing Apartment- 2 bedroom 1 bathroom", + 350 + ], + [ + "Large Bedroom/Living Room/Bathroom and Backyard", + 90 + ], + [ + "Heart of East Village / Next to Tompkins Sq Park", + 140 + ], + [ + "Bushwick Street Art", + 80 + ], + [ + "Spacious room in Historical South Street Seaport,", + 129 + ], + [ + "Cozy Studio with Patio Next to Central Park", + 60 + ], + [ + null, + 110 + ], + [ + "Affordable private room in a home in NYC", + 75 + ], + [ + "Loft in Brooklyn", + 150 + ], + [ + "Sunny & Dreamy Bedstuy Room", + 45 + ], + [ + "Spacious 1 BR apartment in authentic Brooklyn", + 64 + ], + [ + "(Entire apt) Bright 1 Br apt in Astoria, Queens NY", + 71 + ], + [ + "Cozy, Upper West Side One Bedroom", + 135 + ], + [ + "Private Room w/ Balcony in Williamsburg (Rooftop)", + 100 + ], + [ + "纽约 罗岛曼哈顿短租 Cozy room in Roosevelt Island", + 30 + ], + [ + "Affordable pied-a-Terre near south brooklyn ferry.", + 110 + ], + [ + "Book it Vintage!", + 200 + ], + [ + "Private Room (rm2), 5 mins from Columbia", + 200 + ], + [ + "Comfort, convenience, elegance near Prospect Park", + 30 + ], + [ + "THE PERFECT JANUARY SUBLET", + 65 + ], + [ + "Stuyvesant Heights Loft like Apartment.", + 100 + ], + [ + "Chinatown Super-host Quarters", + 109 + ], + [ + "Private room in Fort Greene", + 71 + ], + [ + "HUGE private bedroom in Artists' home in Bushwick", + 70 + ], + [ + "Nice Room Where Soho, Little Italy, Chinatown Meet", + 70 + ], + [ + "Modern Uptown Stay", + 85 + ], + [ + "Private Room (rm4), 5 mins from Columbia", + 100 + ], + [ + "2 Queen Beds in Private bedroom Safe neighborhood", + 83 + ], + [ + "The Fountain House", + 169 + ], + [ + "Room close to mall", + 50 + ], + [ + "The real New York experience", + 55 + ], + [ + "Private Room on Greene", + 65 + ], + [ + "New Private studio-apartment", + 110 + ], + [ + "Simple stay in heart of Chelsea / Meatpacking", + 285 + ], + [ + "Real 1 BR Musical Gem in Times Sq/Midtown West", + 180 + ], + [ + "Private & Cozy Harlem/Washington Heights Room", + 69 + ], + [ + "VERY LARGE STUDIO APT BEST LOCATION IN NYC", + 199 + ], + [ + "Brooklyn House", + 95 + ], + [ + "MODERN HIPSTER LOFT", + 140 + ], + [ + "A Holiday getaway in the heart of East Village", + 99 + ], + [ + "(Room 102)法拉盛舒适轻奢套房", + 79 + ], + [ + "Perfect location - Clean and spacious!", + 225 + ], + [ + "Charming flat with Williamsburg view", + 149 + ], + [ + "Modern, Private Williamsburg Bedroom", + 60 + ], + [ + "Söderläge - Spacious Queen bedroom in Williamsburg", + 85 + ], + [ + "Renovated apt, Harlem brownstone, private entrance", + 130 + ], + [ + "BEDSTUY BK - PAD\nSHORT/ LONG TERM STAYS\nNO EVENTS", + 150 + ], + [ + "Huge and Beautiful Room in a Very Nice Apartment.", + 75 + ], + [ + "Hippie 1 Bedroom in Chinatown", + 150 + ], + [ + "Room for sublet in lovely Ridgewood!", + 60 + ], + [ + "Spaced and beautiful - manhattan - close to subway", + 80 + ], + [ + "Chic, Cozy Gramercy Apartment", + 220 + ], + [ + "Great 2bedroom in harlem", + 129 + ], + [ + "Outdoor Space 2bed 2bath plus POOL", + 245 + ], + [ + "5th Avenue One Bedroom", + 500 + ], + [ + "One bed near All transportation step from Park", + 135 + ], + [ + "Cozy bedroom+bath for 2 in historic Park Slope NYC", + 190 + ], + [ + "Home away from Home-Close to trains and JFK", + 100 + ], + [ + "Two Floor Penthouse Apartment with Private Terrace", + 80 + ], + [ + "Huge Luxury Brooklyn Apartment", + 200 + ], + [ + "East Village Studio Apartment", + 150 + ], + [ + "Boutique Style Studio in the Heart of Astoria", + 120 + ], + [ + "Chelsea Gallery Space for events and exhibitions", + 2010 + ], + [ + "Chelsea Gallery Space for events and exhibitions", + 3210 + ], + [ + "Chelsea Gallery for events, exhibitions, fashion", + 4160 + ], + [ + "Spacious Comfortable Williamsburg- 1 Bedroom Apt", + 117 + ], + [ + "Charming One Bedroom In Cobble Hill", + 125 + ], + [ + "High Ceilings & Great Light", + 70 + ], + [ + "Charming room perfect to spend Summer", + 75 + ], + [ + "Stunning Loft Penthouse Central Park Terrace New", + 1046 + ], + [ + "Bright, spacious room in Williamsburg!", + 60 + ], + [ + "Large 1-bedroom in Chelsea (unfurnished)", + 152 + ], + [ + "Convenient to the east and west, private basement.", + 65 + ], + [ + "LARGE Best Loc & View of NYC! 10 Min to Time Sqr", + 195 + ], + [ + "Private Master Bedroom in Harlem", + 70 + ], + [ + "Loft w/Private Rooftop. Spectacular NYC Views", + 225 + ], + [ + "Shannan's Place", + 57 + ], + [ + "Charming House with Manhattan Views!", + 160 + ], + [ + "Unique SoHo Oasis", + 200 + ], + [ + "Bright, clean, private room in good neighborhood", + 29 + ], + [ + "Cozy bedroom in a share apartmet", + 200 + ], + [ + "Charming Garden Apartment in Brooklyn Brownstone", + 149 + ], + [ + "Spacious room in a cosy BedStuy palace", + 45 + ], + [ + "Lovely Quiet Room in Bushwick Brooklyn", + 45 + ], + [ + "Stylish spacious 1 bd centrally located in Midtown", + 162 + ], + [ + "Spacious, luminous, furnished Bushwick room", + 50 + ], + [ + "2 bedroom Central Park West", + 400 + ], + [ + "Cozy 1BR Woodside (20min - midtown&Bus from LGA)", + 110 + ], + [ + "Cozy studio in Gramercy", + 90 + ], + [ + "Cool & Calm 3 Bed Apartment in Beautiful Bedstuy", + 38 + ], + [ + "Cozy One Bedroom Apt in Brooklyn Close to Beaches", + 59 + ], + [ + "Lovely 1BR Harlem apartment", + 105 + ], + [ + "Cozy Triplex in UES with 2 balconies near Bloomies", + 210 + ], + [ + "Sunny Manhattan Studio", + 150 + ], + [ + "Private, Roomy, Convenient Williamsburg Hotspot", + 250 + ], + [ + "Clean and Comfy Home", + 170 + ], + [ + "Brownstone Garden Apartment", + 115 + ], + [ + "Upper class in the upper east", + 150 + ], + [ + "My home.", + 100 + ], + [ + "Cool and Cozy living room, confortable couch .", + 42 + ], + [ + "Newly Renovated, by LaGuardia Airport", + 125 + ], + [ + "Astoria clean private room", + 50 + ], + [ + "1 bedroom near Wall Street", + 130 + ], + [ + "Cozy apartment close to subway & good restaurants", + 100 + ], + [ + "Private room in Brooklyn 3 blocks from subway.", + 59 + ], + [ + "COZY&QUITE WITH PARK AROUND THE BLOCK BARS & SHOPS", + 199 + ], + [ + "Art Lover’s Dream! Chelsea Delight!", + 84 + ], + [ + "Charming West Village Studio Pied-A-Terre.", + 80 + ], + [ + "Cozy private room in the heart of Nolita / Soho", + 70 + ], + [ + "Large Loft Apartment - Private Terrace and Rooftop", + 90 + ], + [ + "Comfy 23rd Floor Washington Heights Home", + 75 + ], + [ + "Elegant Apartment for Holidays in East Village", + 150 + ], + [ + "Private bedroom in a doorman building in NYC", + 87 + ], + [ + "Spacious & Comfy Apt in Heart of NYC", + 140 + ], + [ + "Quiet and Spacious Bedroom by the Astoria Park", + 49 + ], + [ + "Entire Apart, Close to Airport 15 min to Manhattan", + 105 + ], + [ + "Brooklyn cute corner-unit modern apartment!", + 60 + ], + [ + "Cute and Cozy One Bedroom with optional Futon Bed!", + 75 + ], + [ + "Cozy room next to TimesSquare.", + 65 + ], + [ + "Alcove Studio in the heart of Williamsburg", + 150 + ], + [ + "Cozy One-Bedroom In Heart of Williamsburg", + 125 + ], + [ + "Comfortable room in Manhattan Chinatown Apartment", + 41 + ], + [ + "Stylish Apartment with Stunning Roof", + 100 + ], + [ + "Spacious 1 Bedroom in the Heart of Union Square!", + 249 + ], + [ + "UWS 2Bed Duplex Near Central Park!", + 250 + ], + [ + "Convenient and friendly home away from home", + 45 + ], + [ + "1 BR Close to Central Park", + 150 + ], + [ + "Charming room in Brooklyn", + 40 + ], + [ + "Prime Williamsburg 1BR steps from the L train", + 170 + ], + [ + "Incredible Tribeca Loft: natural light, spacious", + 299 + ], + [ + "Teranga (Hospitality) in Brooklyn", + 55 + ], + [ + "Sunny room in Queens for couple", + 45 + ], + [ + "*BEAUTIFUL BEDROOM**SUBWAY CLOSE!!", + 49 + ], + [ + "Big room with private bath - close to Manhattan", + 475 + ], + [ + "Gorgeous Room in Heart of Harlem", + 34 + ], + [ + "Sunny, Cozy, and a View!", + 129 + ], + [ + "Home sweet Harlem", + 75 + ], + [ + "Private room in GREENPOINT(hosting females only)", + 95 + ], + [ + "Time Square ,Super Clean and Safe 2bedroom", + 180 + ], + [ + "Cosy private Bedroom in Williamsburg", + 100 + ], + [ + "Charming West Village Apartment", + 220 + ], + [ + "Millions of View Luxury Apartment In Manhattan", + 205 + ], + [ + "Greenpoint Sun Garden", + 100 + ], + [ + "Boho Chic One Bedroom In Cobble Hill Brookyn", + 112 + ], + [ + "The Double U", + 125 + ], + [ + "Brooklyn Home with Jacuzzi Tub and Backyard", + 102 + ], + [ + "Comfortable and clean room", + 40 + ], + [ + "Cozy Sunny Private Room in Bed-Stuy Brooklyn", + 65 + ], + [ + "Quaint NYC One Bedroom", + 100 + ], + [ + "Cute small one bedroom in Queens Woodside", + 80 + ], + [ + "Two Bedroom UES Apartment with Great Amenities", + 200 + ], + [ + "Brand New, Furnished 1 bedroom apartment", + 100 + ], + [ + "Comfortable East Village 1 Bedroom", + 175 + ], + [ + "Quiet, comfortable true one bedroom near Columbia", + 115 + ], + [ + "**BUDGET private room w/backyard", + 45 + ], + [ + "Serene Studio on the best street in Hells Kitchen!", + 70 + ], + [ + "Semi private room in great apartment", + 50 + ], + [ + "*Lp) Amazing Private Room in Brooklyn", + 60 + ], + [ + "Cozy affordable room close to Express station!", + 90 + ], + [ + "Private Sunny Bushwick Apartment", + 110 + ], + [ + "Easin' on the Artist Row", + 65 + ], + [ + "Cozy Room in East Williamsburg", + 70 + ], + [ + "*Ep) Beautiful Private Room 20 min to Manhattan", + 75 + ], + [ + "*Tr) Charming Private Room 20 min to manhattan", + 64 + ], + [ + "A Lovely 1 Bedroom Apartment Near Transportation !", + 120 + ], + [ + "Artistic Chic East Village Flat!", + 95 + ], + [ + "*Dg) Delightful Private Room 20 min to Manhattan", + 67 + ], + [ + "Great Room on UES", + 60 + ], + [ + "Newly Furnished 2BR~Prime UES~CPark~subway2 blocks", + 150 + ], + [ + "Great Place! Great Space! Welcome 2 My BK Place!", + 175 + ], + [ + "Spacious 2 Bed on 34th & Lex", + 220 + ], + [ + "Manhattan Club Luxury Condo Central Park - Suite", + 365 + ], + [ + "Spacious Luxury Condo with VIP Amenities", + 325 + ], + [ + "Cozy room 4 one JFK, LGA & subway to Manhattan", + 59 + ], + [ + "Large Private Room Perfect for 3-4 people!", + 121 + ], + [ + "Cozy Private Room in Astoria, NY", + 50 + ], + [ + "Small room in Crown Heights", + 32 + ], + [ + "Modern style brand new building in Brooklyn!!", + 49 + ], + [ + "MASTER, BEDROOM CLOSE TO LGA/TO MANHATTAN", + 50 + ], + [ + "3 BR apt on 2nd floor. Close to airport & Shopping", + 95 + ], + [ + "Sunny and Private Room close to Manhattan!!!", + 75 + ], + [ + "holiday sublet", + 1000 + ], + [ + "Spacious Greenwich Village Apt near Wash Sq. Park", + 191 + ], + [ + "Greenpoint Loft", + 125 + ], + [ + "+Williamsburg Private Bedroom, Private backyard!", + 55 + ], + [ + "Sublevel Penthouse Suite", + 110 + ], + [ + "✪Modern house @ Williamsburg | 15min to Manhattan✪", + 250 + ], + [ + "The best place to rest and relax", + 85 + ], + [ + "Sunny room in Bushwick", + 45 + ], + [ + "Times Square in NY", + 150 + ], + [ + "Greenpoint Pad", + 125 + ], + [ + "Apartment in Trendy and Vibrant Lower East Side", + 185 + ], + [ + "Bushwick/BedStuy Studio Apartment", + 104 + ], + [ + "Cozy room in Bushwick Collective", + 45 + ], + [ + "MODERN HAVEN IN CITY", + 135 + ], + [ + "Beautiful Room In Our Friendly Brooklyn Home", + 55 + ], + [ + "Private room for 4 JFK, LGA, Subway to Manhattan", + 79 + ], + [ + "Shared room in nice surroundings in Ridgewood!!", + 27 + ], + [ + "Nice Penthouse very close to Manhattan and airport", + 75 + ], + [ + "Modern 1 Bedroom in East Williamsburg", + 135 + ], + [ + "Cozy, impeccable, sunlit West Village studio", + 110 + ], + [ + "Bright Brooklyn garden level apartment", + 200 + ], + [ + "Chambre spacieuse", + 50 + ], + [ + "Great bedroom in cozy apt. close to Central Park.", + 60 + ], + [ + "Chelsea Studio", + 175 + ], + [ + "Location location soho cozy apt heart of NYC", + 190 + ], + [ + "Hotel at Time Square, only $116/day (Final)", + 100 + ], + [ + "Ideal studio in Midtown Manhattan", + 111 + ], + [ + "Sunlit BR+private bath in pristine Nolita loft", + 130 + ], + [ + "Master room w/ Private Bath in Financial District", + 100 + ], + [ + "Large, cozy, quiet & beautiful room West Harlem", + 44 + ], + [ + "Great location and amazing place to stay", + 100 + ], + [ + "Simple One Bedroom Brooklyn Apartment", + 70 + ], + [ + "Bright Light Highrise Spacious Room with Balcony", + 140 + ], + [ + "The BROOKLYN Room with Outdoor Space", + 80 + ], + [ + "Stunning & spacious loft in the heart of W.berg", + 179 + ], + [ + "Charming Bedroom in Washington Heights!", + 47 + ], + [ + "Empire State views from your bedroom", + 160 + ], + [ + "Brooklyn Overnight Crash Pad", + 80 + ], + [ + "Sex in the City Pad w/ Open City Views PRIME UES!", + 110 + ], + [ + "Chic 4 BEDROOM, Nearby Metro, Rooftop.", + 250 + ], + [ + "Upper West Side Garden apartment", + 400 + ], + [ + "Warm, Modern Williamsburg Apartment", + 70 + ], + [ + "Cozy 1 Bedroom in the Heart of Greenwich Village", + 225 + ], + [ + "Friendly, bright & safe first floor Brooklyn gem!", + 80 + ], + [ + "Safe, clean, bright and cozy first floor BK gem!", + 350 + ], + [ + "Manhattan NY Luxurious Hotel", + 190 + ], + [ + "Loft in Times Square with Roof Balcony", + 275 + ], + [ + "Large one bedroom apartment in Inwood, Manhattan!", + 90 + ], + [ + "LARGE 1BR WITH AMAZING VIEWS!!", + 159 + ], + [ + "Brooklyn Palace", + 80 + ], + [ + "Friendly and Artsy Brooklyn Bedroom", + 45 + ], + [ + "Cozy Room in East Village", + 65 + ], + [ + "Studio apartment -PRIVATE", + 118 + ], + [ + "Cozy up in family friendly Queens!", + 60 + ], + [ + "Clean&Simple 2- Airport delays & Layovers", + 57 + ], + [ + "Shared beautiful room at Bed-Stuy near subway", + 32 + ], + [ + "Fully equipped room that's 3 mins from L train!", + 29 + ], + [ + "Cozy, quiet, clean Room In Brooklyn", + 44 + ], + [ + "Sunny Bushwick Room with Holiday Sale Price!", + 35 + ], + [ + "Bedstuy Luxe Condo", + 126 + ], + [ + "Bright Luxury Apartment with Amazing View of City", + 200 + ], + [ + "Shared HARLEM Loft w/ Private Bedroom/Bath Suite", + 120 + ], + [ + "Beautiful One Bedroom", + 64 + ], + [ + "1 Bedroom in 2 bedroom apartment near Central Park", + 78 + ], + [ + "Calming FiDi 1BR w/ lux Gym, Speakeasy + Doorman by Blueground", + 271 + ], + [ + "KING ROOM IN 1500 SQFT WBRG BALLROOM LOFT", + 78 + ], + [ + "1 Bedroom Apartment in Crown Heights", + 65 + ], + [ + "Bedroom in lovely and welcoming home", + 38 + ], + [ + "Spacious entire apartment in Carroll Gardens, BK.", + 140 + ], + [ + "Bronx Norwood Apt", + 187 + ], + [ + "Historic Crown Heights Townhouse w. Private Yard", + 300 + ], + [ + "Time Square cozy room to dream big", + 100 + ], + [ + "★Spacious 2 b/r apt | 3 beds + WiFi~Sleeps 1-6★", + 117 + ], + [ + "Williamsburg 4 Bedroom - Spacious Warehouse Loft", + 500 + ], + [ + "Family Studio near Times Square", + 158 + ], + [ + "Private room in beautiful duplex by Lincoln Center", + 61 + ], + [ + "Clean Comfy Affordable Room in Crown Heights, BK", + 60 + ], + [ + "Brooklyn Chill Space One Bedroom", + 95 + ], + [ + "Private Cozy Rustic Escape in Williamsburg", + 160 + ], + [ + "Lily Brooklyn Private Home", + 109 + ], + [ + "Quiet, Cozy Room | Heart of Midtown! | Steps to UN", + 160 + ], + [ + "Best view of the Empire State in all NYC!", + 330 + ], + [ + "法拉盛近地铁舒适单房—cozy room in flushing", + 50 + ], + [ + "Lovely apartment", + 50 + ], + [ + "Cozy room in a big apartment around Myrtle Ave", + 23 + ], + [ + "Private room + full bathroom / lots of sun + dogs", + 68 + ], + [ + "private room in upper ditmars astoria wifi", + 36 + ], + [ + "The heart of West Village - close to everything", + 190 + ], + [ + "Williamsburg Luxury Private 1bed1bath.", + 140 + ], + [ + "MASTER BEDROOM IN THE HEART OF MIDTOWN EAST!", + 185 + ], + [ + "Upper Manhattan Oasis", + 50 + ], + [ + "King Sized Room in Prospect Lefferts Gardens", + 45 + ], + [ + "Large, Sunny Bushwick Loft with Rooftop Access", + 35 + ], + [ + "Spacious Gem in the heart of NYC", + 110 + ], + [ + "Large Private House Apartment Near Yankee Stadium", + 140 + ], + [ + "Large and comfortable 1-BR Brooklyn Apartment!", + 120 + ], + [ + "Peaceful Garden Apartment in Architect's Townhouse", + 125 + ], + [ + "Private room in Williamsburg close to subway", + 50 + ], + [ + "One bedroom apartment New York City", + 130 + ], + [ + "Upper East Side Living", + 150 + ], + [ + "Spacious Bright Top Floor Apt w/ Balcony in LIC 1", + 68 + ], + [ + "5* Modern Lux 2BR2B Midtown Manhattan, River Views", + 199 + ], + [ + "Spacious & Sunny 2BD / 2BTH in Chelsea, Manhattan", + 450 + ], + [ + "Spacious Bright Top Floor Apt w/ Balcony in LIC 2", + 76 + ], + [ + "Luxurious Midtown Manhattan Apartment -Ladies Only", + 39 + ], + [ + "Huge Clean Room in Trendy Bushwick", + 48 + ], + [ + "one bedroom apt for long term stay up to 2 months", + 70 + ], + [ + "Peaceful Studio Sanctuary In Heart Of Williamsburg", + 175 + ], + [ + "Cozy Apartment in Williamsburg", + 120 + ], + [ + "Manhattan Luxury Doorman Loft in Midtown South", + 100 + ], + [ + "Bright, comfy room in Bushwick, huge roof patio", + 50 + ], + [ + "Gorgeous open space apartment!", + 90 + ], + [ + "One bedroom in shared (but empty) apt in Harlem", + 37 + ], + [ + "large room and convenient to train and JFK. #4", + 40 + ], + [ + "Forest Houses City Getaway (No Hot Water)", + 60 + ], + [ + "Free yoga & sauna, awesome room. Sunny, wood floor", + 53 + ], + [ + "Free yoga & sauna, beautiful room. Best hood. Nice", + 120 + ], + [ + "Perfect Beautiful Modern House in NYC Summer", + 150 + ], + [ + "Hip and cozy LES apartment", + 115 + ], + [ + "Yoga & sauna during your stay, spacious & sunny.", + 59 + ], + [ + "Charming Private Brooklyn Apartment", + 99 + ], + [ + "Cozy Upper East Side Studio close to EVERYTHING", + 89 + ], + [ + "Private bedroom Roosevelt island", + 47 + ], + [ + "Fort Greene Jewel", + 149 + ], + [ + "Modern & Cozy 2Bedroom apt.\n15min to Times Square.", + 159 + ], + [ + "COZY STUDIO IN THE HEART OF CENTRAL HARLEM!", + 90 + ], + [ + "Manhattan room", + 80 + ], + [ + "法拉盛中心近地铁舒适单房—Cozy room in flushing", + 50 + ], + [ + "Lovely bright room in Washington Heights", + 60 + ], + [ + "Luxury Large Studio Apt at City Hall Park/Tribeca", + 240 + ], + [ + "Colonial Bdr Near Midtown Manhattan", + 37 + ], + [ + "Spacious, convenient, and affordable!", + 58 + ], + [ + "Beautiful Brooklyn Apartment", + 70 + ], + [ + "The Baltic - A One Bedroom Apartment", + 280 + ], + [ + "Cosy room in bushwick", + 35 + ], + [ + "Park Slope 15 min to MANHATTAN SLEEPS 10 + INFANT", + 349 + ], + [ + "Premier Garden Suite near Columbia University", + 120 + ], + [ + "Great little spot", + 40 + ], + [ + "Gorgeous Appartment in Prime NYC area", + 450 + ], + [ + "Luxury 2 Bedroom, 2 Bathroom Apt with Roof & Gym", + 250 + ], + [ + "Charming bedroom with huge terrace in Greenpoint", + 80 + ], + [ + "Your insanely quiet, achingly cute, chillspot", + 80 + ], + [ + "Luxury Times Square High Rise", + 300 + ], + [ + "Subleasing-Room available starting May or earlier", + 40 + ], + [ + "Room w/ amazing views, elevator & private bathroom", + 119 + ], + [ + "Central Park Gem", + 110 + ], + [ + "SPACIOUS BROOKLYN STUDIO NEAR MUSEUM", + 110 + ], + [ + "The \"TriBeCa LOFT\" #3 | A stylish 2 bed apt", + 499 + ], + [ + "Private 1 bedroom 10 mins away to Manhattan NYC", + 99 + ], + [ + "The \"TriBeCa Loft\" #5 | A brand New 2 beds Loft", + 499 + ], + [ + "Nice bunkbed room with private bathroom!", + 40 + ], + [ + "Cozy Bedroom East Williamsburg", + 50 + ], + [ + "Cozy Apartment across Astoria Park", + 130 + ], + [ + "Large 2 Bedroom in trendy LIC 5 mins from City.", + 175 + ], + [ + "Big room in luxury building-10mins to Manhattan", + 60 + ], + [ + "PRIVATE ROOM CLOSE TO MANHATTAN", + 60 + ], + [ + "Private Bedroom Near Union Square and East Village", + 92 + ], + [ + "Couch in Red Hook", + 30 + ], + [ + "Freehand New York- Queen Room", + 129 + ], + [ + "Convenient PRIVATE ROOM in Brooklyn. Near station!", + 34 + ], + [ + "Peaceful Escape |Sunny+Modern| Close to Everything", + 95 + ], + [ + "Sweet living quarters", + 125 + ], + [ + "Harlem Hideaway", + 65 + ], + [ + "Artsy and modern room in a friendly neighborhood.", + 38 + ], + [ + "Cozy West Village Apartment", + 225 + ], + [ + "Private Room for 1 person in LES/Chinatown", + 68 + ], + [ + "Spacious updated pre-war House", + 65 + ], + [ + "Splendid on The Park", + 180 + ], + [ + "Room", + 110 + ], + [ + "Big Comfy Room Crown Heights, BK! (25 min to city)", + 150 + ], + [ + "Convenient and cozy room in Brooklyn, 2345 trains", + 32 + ], + [ + "Clinton Hill – Brooklyn’s Best Nest", + 108 + ], + [ + "Beautiful bedroom in Manhattan", + 68 + ], + [ + "Most luxuriest place to relax while visiting NYC", + 1500 + ], + [ + "1-BR Lincoln Center", + 10000 + ], + [ + "Big Private Room in Perfect Williamsburg Location", + 75 + ], + [ + "White Castle", + 150 + ], + [ + "Huge Apartment in East Village", + 165 + ], + [ + "Cozy and Laid Back in L.E.S.", + 125 + ], + [ + "crème de la crème - Luxurious 1 BR Grand Central", + 150 + ], + [ + "Beautiful Private Artist's Bungalow", + 60 + ], + [ + "Brooklyn clean and quiet", + 27 + ], + [ + "•COZY APARTMENT IN BEDFORD AREA, 5 MINS MANHATTAN•", + 50 + ], + [ + "Charming East Village 1 Bed", + 199 + ], + [ + "Cozy Brooklyn Room with Great Vibes", + 48 + ], + [ + "1 Bedroom Apartment in Tribeca", + 180 + ], + [ + "Redford Room", + 109 + ], + [ + "Room for rent in the heart of Manhattan", + 80 + ], + [ + "Redford Room 2", + 109 + ], + [ + "Renovated 1 bedroom in Bedstuy Brooklyn brownstone", + 139 + ], + [ + "LARGE & CONVENIENT Private Room in Brooklyn", + 39 + ], + [ + "Sunny and cozy place with coffee morning", + 80 + ], + [ + "Beautiful Oasis in Brooklyn", + 225 + ], + [ + "★ Cosy room in Bushwick ★ 20-min to Manhattan", + 55 + ], + [ + "Spacious and modern space. Super cozy and quiet", + 99 + ], + [ + "Perfect block in NYC", + 145 + ], + [ + "Historic Bed Stuy Charmer! Entire Apartment!", + 75 + ], + [ + "Private Guest Bedroom with beautiful back yard.", + 85 + ], + [ + "Serene Studio in Brooklyn", + 150 + ], + [ + "Beautiful 1 BR Apartment, Convenient Location", + 150 + ], + [ + "Astoria close to JFK, Laguardia Airport, Manhattan", + 70 + ], + [ + "Union SQ/Cozy & Quiet Room ! 5mins to Times SQ", + 150 + ], + [ + "Charming 2BR apt in prime Williamsburg Brooklyn", + 140 + ], + [ + "Spacious 1-Bedrm Apt Washington Heights Manhattan", + 160 + ], + [ + "Private room in cozy apartment in east village", + 78 + ], + [ + "Pelham Parkways", + 300 + ], + [ + "Luxury Doorman. Great location.", + 225 + ], + [ + "Luxury studio in Astoria just by the water", + 200 + ], + [ + "2 Bedroom - Midtown off 5th Ave", + 220 + ], + [ + "Clean, cozy room in a great location!", + 90 + ], + [ + "cozy has 55 tv dressers living room has own heater", + 40 + ], + [ + "Beautiful 1 Bedroom in Grammercy", + 200 + ], + [ + "Comfy Room E Williamsburg - 1 min from L -Huge APT", + 40 + ], + [ + "Lower East Side - Perfect Escape in NYC! #6", + 240 + ], + [ + "Full Lavish Studio apartment in the heart of NYC", + 150 + ], + [ + "Bright 3 Bedroom, Garden, 2 Full Bathrooms", + 170 + ], + [ + "Amazing Master Bedroom in Historic Brooklyn", + 35 + ], + [ + "Lower East Side Newly renovated! #7", + 250 + ], + [ + "*NEW*6 BED BROOKLYN DUPLX,15 MIN TRAIN RIDE 2 CITY", + 399 + ], + [ + "Sunny, fashionable home for Spring in Soho!", + 210 + ], + [ + "Lower East Side - Amazing location! #10", + 220 + ], + [ + "Lower East Side Studio - Great location! #13", + 170 + ], + [ + "Lower East Side - Lovely Studio! #14", + 170 + ], + [ + "Homey Private Room in Bushwick!", + 90 + ], + [ + "Cozy and Spacious One Bedroom", + 80 + ], + [ + "Renovated Private 1 Bedroom in Downtown Manhattan", + 96 + ], + [ + "Homey and comfy room by LGA", + 59 + ], + [ + "Sunny new one bedroom in Brooklyn, Greenpoint", + 80 + ], + [ + "Cozy, homey one bedroom in Brooklyn", + 39 + ], + [ + "Entire apartment in Ditmas Park/Flatbush", + 100 + ], + [ + "Semi-Private Studio in Quiet Brooklyn Neighborhood", + 100 + ], + [ + "4 min walk to the subway and Columbia University", + 70 + ], + [ + "Swim in Garden Pond near City & JFK", + 80 + ], + [ + "Huge Terrace 2 bed 2 Bath POOl in building", + 235 + ], + [ + "Speakeasy Inn Bushwick Two", + 55 + ], + [ + "Manhattan -Top Location - Full Apartment", + 140 + ], + [ + "Brownstone Getaway in Fort Greene", + 260 + ], + [ + "Manhattan club NYE room", + 200 + ], + [ + "Artistic home, cozy queen bed", + 80 + ], + [ + "Brooklyn castle w/ Manhattan skyline views", + 78 + ], + [ + "One Bedroom Apt next to Empire State", + 208 + ], + [ + "Housing for SGU/SABA/AUA/ROSS Students/ Residents", + 32 + ], + [ + "Sunny & Cozy Double Bedroom with private entrance", + 85 + ], + [ + "1-bedroom apartment for up to 4 in Times Square.", + 250 + ], + [ + "MODERN & SPACIOUS PAD!\n5MINS TO L/J,M/A,C TRAINS", + 28 + ], + [ + "Sunny & Chic LES apartment", + 101 + ], + [ + "New Midtown Luxury Studio in Perfect Location", + 168 + ], + [ + "Beautifully curated artist apartment in Park Slope", + 100 + ], + [ + "Home Away from Home: The Enlightenment Room.", + 79 + ], + [ + "Best Kept Secret in Carroll Gardens BROOKLYN!!", + 190 + ], + [ + "THE COOL HOUSE", + 30 + ], + [ + "Home Away from Home: The Cerebral Room", + 69 + ], + [ + "Your Private Room", + 44 + ], + [ + "Great Room in Brooklyn", + 45 + ], + [ + "Big Bright Room in East Williamsburg", + 70 + ], + [ + "Private Room (rm3), 5 mins from Columbia", + 85 + ], + [ + "61st east room C manhattan private", + 140 + ], + [ + "Dina airbnb 61 street east D", + 140 + ], + [ + "2 bedroom apt in queens", + 75 + ], + [ + "Spacious Loft with Amazing Sky Views", + 400 + ], + [ + "Spacious Queen Room close to Prospect Park", + 50 + ], + [ + "Comfortable and Quiet", + 35 + ], + [ + "61 st East room D Manhattan private", + 140 + ], + [ + "Private room near Central Park/Columbia University", + 75 + ], + [ + "Just Minutes From Manhattan", + 140 + ], + [ + "Get lost at the tip of Manhattan", + 125 + ], + [ + "❤️ Furnished One Bedroom with Terrace!! ★★★★★", + 125 + ], + [ + "Pleasant & Low-priced place in Manhattan", + 60 + ], + [ + "Cozy space+36fl.beautiful view+excellent location", + 80 + ], + [ + "Bright & Beautiful in the East Village", + 250 + ], + [ + "Cozy, Comfy, Beautiful in the East Village", + 100 + ], + [ + "Clean private room in Manhattan", + 60 + ], + [ + "Upper east side duplex", + 350 + ], + [ + "The most beautiful home in Bed-Stuy", + 60 + ], + [ + "Cozy room in Bushwick- 15 min to the city", + 42 + ], + [ + "A comfy apartment", + 60 + ], + [ + "2 bedroom 1 bathroom kitchen and living area", + 120 + ], + [ + "Beautiful Apartment in Central Harlem", + 95 + ], + [ + "Manhattan Palace Presidential Suite", + 70 + ], + [ + "Beautiful & sunny large room in a gorgeous apt.", + 40 + ], + [ + "Studio in Luxury Building - UWS - Indoor Pool, Gym", + 132 + ], + [ + "Harlem-Sugar Hill gracious apt, great location.", + 45 + ], + [ + "Prívate room", + 26 + ], + [ + "Historical home N.shore Staten Isl. nr FREE ferry.", + 95 + ], + [ + "Lovely, river view oasis!", + 78 + ], + [ + "Spacious, Sunlit, Master Bedroom in Brooklyn", + 75 + ], + [ + "AMAZING Greenpoint/Williamsburg PRIVATE Room", + 75 + ], + [ + "Stellar Crown Heights Location! (Private Bdrm)", + 50 + ], + [ + "1D Private Rm in Guesthouse Manhattan", + 50 + ], + [ + "Hamilton Heights Sunny Studio, Manhattan", + 105 + ], + [ + "Spacious apartment near East Village and LES", + 149 + ], + [ + "Bright, cozy room in UWS next to Central Park", + 54 + ], + [ + "2 bedroom apartment in harlem", + 100 + ], + [ + "Private Bedroom in Brownstone Near Subway", + 89 + ], + [ + "Prospect Park, Lefferts Garden Townhouse", + 80 + ], + [ + "Cozy & artsy apt in East Village - 2 bedrooms", + 132 + ], + [ + "Private Room for 2", + 50 + ], + [ + "A Quiet, Sunny Gem in Crown Heights", + 50 + ], + [ + "Home away from home", + 50 + ], + [ + "Brooklyn Heights Getaway", + 300 + ], + [ + "15 to JFK/LGA 30 to Manhattan.Close to St John’s", + 85 + ], + [ + "Like your Private (artist / railroad) Apartment", + 80 + ], + [ + "Private room in luxury SoHo Loft", + 350 + ], + [ + "Private Double Room in Midtown NYC/Times Square", + 65 + ], + [ + "Lower East Side- Perfect 1 Bedroom! #12", + 180 + ], + [ + "Cozy 2 Bedroom apartment, Feel like home!", + 111 + ], + [ + "Cosy.", + 35 + ], + [ + "Suite 18 - Private Room w/ bath", + 30 + ], + [ + "House of Love", + 90 + ], + [ + "Comfortable Brooklyn Studio", + 89 + ], + [ + "Luxury Condo Lexington & Park Ave Sleeps 6", + 255 + ], + [ + "FULL VIEW NYC Room in Williamsburg & Giant Terrace", + 44 + ], + [ + "Cozy room, female only, AC include&3 subway lines", + 30 + ], + [ + "Private Sunny Room (B) in Historic Townhouse", + 75 + ], + [ + "Best Value in Manhattan - Steps from 6 Train", + 110 + ], + [ + "Upper Manhattan Oasis", + 160 + ], + [ + "Awesome spacious one bedroom in prime NYC location", + 200 + ], + [ + "Brooklyn Apartment with Great Natural Lighting", + 60 + ], + [ + "Beautiful Williamsburg Condo with Private Roof", + 300 + ], + [ + "Perfect Vacation Rental for Family", + 72 + ], + [ + "Comfortable and Clean Place in Bed-Stuy", + 39 + ], + [ + "Large, King Size NYC Room Near Trains", + 75 + ], + [ + "Perfect Greenpoint Loft", + 60 + ], + [ + "Cozy 4 bedroom duplex in NYC borough of Brooklyn", + 350 + ], + [ + "Comfortable Studio Apartment!", + 80 + ], + [ + "Williamsburg stunning duplex apartment 4br/3bath", + 550 + ], + [ + "Cozy Room Close to Columbia", + 39 + ], + [ + "Victorian Artist Loft", + 108 + ], + [ + "Cozy affordable room #2", + 38 + ], + [ + "Private Brooklyn studio, cozy for wintertime", + 85 + ], + [ + "Aysgarth Brooklyn", + 800 + ], + [ + "Habitación comoda", + 40 + ], + [ + "Bedroom for two in Clinton Hill", + 60 + ], + [ + "SJU大学", + 30 + ], + [ + "Private Bedroom in Clinton Hill", + 48 + ], + [ + "Cozy Historical Brooklyn Heights 1-Bedroom #10273", + 175 + ], + [ + "Luxury Williamsburg Apt for Four", + 175 + ], + [ + "Cozy semi-private small cabin near Times Square", + 88 + ], + [ + "Cozy Brooklyn Apartment w/ Private Backyard", + 60 + ], + [ + "Bushwick Bedroom", + 85 + ], + [ + "Central Park Cozy Home", + 70 + ], + [ + "Beautiful & spacious East Village Studio", + 161 + ], + [ + "Bright/Large 1 Bdr Flat W/Parking!", + 145 + ], + [ + "Room in LIC/Astoria close to the city & LGA/JFK", + 38 + ], + [ + "Sunny Studio in Greenpoint - Private Bath/Kitchen", + 150 + ], + [ + "Stunning Private Room in Awesome BK", + 75 + ], + [ + "Feel like your home", + 35 + ], + [ + "Artsy, Brooklyn Apt minutes away from Manhattan.", + 70 + ], + [ + "Oasis in East Flatbush", + 89 + ], + [ + "High Rise Luxury 1bdr Apt by Time Square", + 275 + ], + [ + "Spacious, Quiet room in Clinton Hill Duplex", + 50 + ], + [ + "Luxe North Williamsburg Double Bedroom Brooklyn", + 55 + ], + [ + "Mine", + 300 + ], + [ + "Beautifully Renovated Brownstone Apt! #10264", + 180 + ], + [ + "Cozy and Warm Stay in Fidi/Battery Park City", + 94 + ], + [ + "Convenient bedroom in a modern apartment", + 80 + ], + [ + "1 Bedroom Apartment at great location in NYC", + 150 + ], + [ + "Large Room in Quiet Apartment close to Subway", + 70 + ], + [ + "Apt. 2nd Floor (A) 2/4 Guest", + 125 + ], + [ + "Private Studio", + 69 + ], + [ + "Great 3 BR Apt with private backyard and garage", + 179 + ], + [ + "307 east 44th street fully furnished", + 170 + ], + [ + "Perfect location, gorgeous private building", + 105 + ], + [ + "Simple studio", + 23 + ], + [ + "Brooklyn Room with a View on tree-lined street.", + 54 + ], + [ + "Cozy, Humble and private", + 69 + ], + [ + "Cozy, Glamorous: A Hide-away Seaside Private Room", + 80 + ], + [ + "A cozy place to rest", + 30 + ], + [ + "Queens Home with Private Bathroom and Balcony", + 60 + ], + [ + "The 'TriBeCa Loft' #4 | A stylish 2 bed apt", + 450 + ], + [ + "The 'TriBeCa Loft' #2 | A stylish 2 bed apt", + 490 + ], + [ + "Bright private bedroom w/queen bed and parking", + 78 + ], + [ + "Private Huge 4 Bedroom Apartment", + 179 + ], + [ + "The Explorer's Lounge in Bushwick", + 245 + ], + [ + "1 BR in Harlem", + 100 + ], + [ + "Industrial Chinatown Hideaway", + 160 + ], + [ + "Room for rent", + 35 + ], + [ + "private bedroom in great location in williamsburg", + 50 + ], + [ + "Private room with Amazing views of Manhattan.", + 45 + ], + [ + "Lovely Bedroom", + 38 + ], + [ + "Charming Traditional Brooklyn Apartment", + 120 + ], + [ + "Spacious 3 bedroom in Manhattan", + 280 + ], + [ + "Bright 1 Bed Apartment in central Greenpoint", + 120 + ], + [ + "Luxury apartment in beautiful Boerum Hill!", + 175 + ], + [ + "Private Bedroom in Cozy Williamsburg Apartment!", + 100 + ], + [ + "Large Private Room in Bright Bushwick Loft", + 60 + ], + [ + "Amazing Room w/Workspace - Williamsburg", + 80 + ], + [ + "Designer 1 Bedroom - Williamsburg, Brooklyn", + 175 + ], + [ + "Sun-lit Bright Apt in Central Hell's Kitchen", + 130 + ], + [ + "Cozy&Quaint Garden Apartment-Private Backyard", + 185 + ], + [ + "Lovely 1B1B Apt in UWS Manhattan", + 60 + ], + [ + "Perfect Cobble Hill 1-bed, Brooklyn's best spot", + 140 + ], + [ + "Sunny Studio, Lower East Side", + 140 + ], + [ + "1 BR in 2 BR Apartment (Furniture Included)", + 50 + ], + [ + "Chic and spacious 2 bedroom 19 min to Penn Station", + 95 + ], + [ + "2-Bedroom Apartment at Fort Greene", + 95 + ], + [ + "Great Private & Cozy bedroom in Crown Heights", + 49 + ], + [ + "Private room near Central Park and Subway!", + 90 + ], + [ + "Private room in Brooklyn !!!!", + 58 + ], + [ + "Park Side Zen Home - Terrace & next to CentralPark", + 175 + ], + [ + "Private Room in WaHi", + 25 + ], + [ + "West Harlem- Recently renovated apartment for rent", + 32 + ], + [ + "Private Bedroom with en Suite Bathroom in Bushwick", + 85 + ], + [ + "Astoria very close to Manhattan private bedroom", + 45 + ], + [ + "cosy 1 bedroom junior apartment, Midtown Manhattan", + 100 + ], + [ + "Private Room Upper West Side", + 100 + ], + [ + "Studio sanctuary at the epicenter of a local's NYC", + 230 + ], + [ + "Lovely New York Guest Room", + 34 + ], + [ + "Large Master Bedroom- Ridgewood", + 65 + ], + [ + "Beautiful Private Bedroom for rent Crown Heights", + 35 + ], + [ + "Midtown NYC Studio", + 103 + ], + [ + "Spacious Brooklyn Bedroom with Natural Light", + 60 + ], + [ + "FUN Bushwick Living", + 55 + ], + [ + "Harlem Deco,", + 95 + ], + [ + "HUGE SOHO 3 BR LOFT★★★★★LES/FULL FLOOR ★★★★★", + 416 + ], + [ + "Cozy Bedroom in Heart of Greenpoint", + 45 + ], + [ + "LOVE LIFE", + 99 + ], + [ + "Inwood apartment closed to have fun in manhattan", + 125 + ], + [ + "Chelsea Studio - Fully Furnished", + 75 + ], + [ + "Fashion week stay!", + 200 + ], + [ + "Private Room w/premium Mattress Near Subway & Gym", + 100 + ], + [ + "Authentic Brklyn Experience - Room B", + 40 + ], + [ + "Calm, cozy bedroom in the heart of Brooklyn!", + 60 + ], + [ + "Peaceful, Spacious King-Size Bedroom with Sunlight", + 97 + ], + [ + "Room Private Entrance Close to Subway/Bus/Airport", + 55 + ], + [ + "Hidden Gem - Entire Bklyn Apt", + 120 + ], + [ + "Brooklyn Condominium With Balcony", + 39 + ], + [ + "Stylish Bedroom In Washington Heights Manhattan.", + 38 + ], + [ + "Private room with visit to queens # 3", + 45 + ], + [ + "Private Suite in NYC 15 minutes to Times Square", + 60 + ], + [ + "Spacious & Chic 2-BR Home in Manhattan", + 225 + ], + [ + "Private room with visit to queens # 2", + 25 + ], + [ + "Private room in Queens, Ny # 1", + 25 + ], + [ + "Private room", + 30 + ], + [ + "Brooklyn Apartment - Minutes to Prospect Park", + 50 + ], + [ + "A Brief Welcome", + 25 + ], + [ + "Hells Kitchen - Midtown West - 1 Bedroom Apartment", + 200 + ], + [ + "59th Street", + 100 + ], + [ + "@Ferry,2Bedroom/4bed.Private,Renovated/Stylish...", + 65 + ], + [ + "AirBNB Ozone Park by JFK, NY", + 30 + ], + [ + "Cozy & Sunlit Studio in LES", + 110 + ], + [ + "1BR Guest Suite with private entrance", + 45 + ], + [ + "12 east 86th Steet Upper East Side Building", + 200 + ], + [ + "Cozy New York Apartment", + 115 + ], + [ + "Great room in beautiful, light-filled apartment", + 75 + ], + [ + "HUGE ONE BEDROOM IN BK", + 89 + ], + [ + "Private room for short time rent, Sheepshead Bay", + 50 + ], + [ + "Beautiful private bedroom/bath in private house", + 125 + ], + [ + "Cozy, Chic Private Room -- Steps Away From Metro!", + 80 + ], + [ + "Pinterest Room ! Minimal but cute", + 70 + ], + [ + "1BR Apartment in the Heart of Gramercy", + 100 + ], + [ + "Luxury 2 Bedroom Apartment in Williamsburg", + 169 + ], + [ + "124 West 60th one bedroom apartment", + 200 + ], + [ + "Cozy 1 Bedroom in South Williamsburg", + 300 + ], + [ + "Elk Lodge", + 50 + ], + [ + "90 Washington top building with spectacular views.", + 225 + ], + [ + "Comfy couch in Manhattan!", + 30 + ], + [ + "2-bedroom in the heart of Upper West Side.", + 545 + ], + [ + "Stylish home in Queens", + 200 + ], + [ + "Spacious and Airy Williamsburg Home", + 189 + ], + [ + "Peaceful Private Luxe Bushwick Space", + 71 + ], + [ + "One bedroom in heart of NYC", + 200 + ], + [ + "Cute private room in Downtown NYC", + 65 + ], + [ + "Beautiful Private Room in Cobble Hill Brownstone!", + 85 + ], + [ + "Entire Private Floor of West Village Duplex- NY", + 125 + ], + [ + "UWS, Luxury Modern 1 BR 1 Bath, Doorman.", + 395 + ], + [ + "Cozy affordable room #1", + 38 + ], + [ + "Cozy affordable room #3", + 38 + ], + [ + "Williamsburg Bedroom Available", + 70 + ], + [ + "55 washington", + 74 + ], + [ + "A Taste of Historic Bedstuy - 20 mins to City!", + 69 + ], + [ + "Artsy 1 bedroom Apartment in East Village", + 155 + ], + [ + "Studio Apartment Above Stephen Colbert Show", + 165 + ], + [ + "Private bedroom in FiDi", + 80 + ], + [ + "Comfy, private bedroom in the Upper East Side.", + 90 + ], + [ + "Central Brooklyn\nBeautiful Rooms\nRoom Vista", + 55 + ], + [ + "LIC 1 Bedroom 10 min to Times Sq -1 stop to NYC", + 150 + ], + [ + "307 east 44th street fully furnished", + 170 + ], + [ + "Large 1 bdr apartment. 20 mins to Times square", + 95 + ], + [ + "The place", + 22 + ], + [ + "Furnished Bedroom Meat Packing District", + 150 + ], + [ + "Modern 2 bedroom apartment in Ozone Park Queens", + 200 + ], + [ + "Backyard BK! Live like a NY’er in modern, new reno", + 130 + ], + [ + "**Summer in SugarHill Manhattan is VERY Sweet**", + 173 + ], + [ + "Be Queen For a Stay - Safe, Clean, Trendy in BK", + 75 + ], + [ + "307 east 44th street fully furnished", + 170 + ], + [ + "Modern Bedstuy apartment", + 110 + ], + [ + "Cozy private room", + 50 + ], + [ + "A ROOM DESIGNED JUST FOR YOU", + 55 + ], + [ + "HUGE One Bedroom East Village!", + 135 + ], + [ + "Huge Bright Spacious apartment to Share", + 85 + ], + [ + "Cozy Brooklyn bedroom and bathoom", + 55 + ], + [ + "Architect's Haven-- Light, Books and Plants!", + 189 + ], + [ + "Handmade artist loft", + 60 + ], + [ + "Sweet studio in Cobble Hill Brooklyn", + 100 + ], + [ + "BUENA UBICACIÓN CON DESAYUNO INCLUIDO", + 76 + ], + [ + "☆Cozy Brooklyn Condo 18 minutes from Manhattan☆", + 97 + ], + [ + "Clean, Large 2 Bedroom Duplex Apartment w/ Patio", + 175 + ], + [ + "Location and Comfort Matter!", + 150 + ], + [ + "Beautiful spacious private room w/ lovely backyard", + 42 + ], + [ + "Room next to Central Park on the UES!", + 175 + ], + [ + "Queen-sized bed in Ridgewood/Bushwick Area", + 40 + ], + [ + "Cozy 1BR Apt in Williamsburg with Roof & Balcony", + 75 + ], + [ + "Charming and Spacious, 2bed in Bushwick.", + 75 + ], + [ + "Beautiful sunny studio apartment", + 79 + ], + [ + "Cute, comfortable, convenient Brooklyn bedroom!", + 45 + ], + [ + "Greenpoint apt", + 78 + ], + [ + "Cozy Brownstone Brooklyn Studio Near Subway!!", + 160 + ], + [ + "Furnished Bedroom near Prospect Park!", + 50 + ], + [ + "Great affordable price for room near Manhattan", + 60 + ], + [ + "Great private room in Hell’s kitchen\nTIMES SQUARE", + 300 + ], + [ + "Central Brooklyn Beautiful Rooms\nRoom Florence\n#1", + 55 + ], + [ + "The Paris - Duplex Penthouse with Roof Deck", + 800 + ], + [ + "Amazing Central Park One Bedroom", + 170 + ], + [ + "Lincon appartament", + 120 + ], + [ + "Cute room in Manhattan 30 mins to Times Square", + 99 + ], + [ + "Spacious apartment with all necessities nearby", + 90 + ], + [ + "The Quietest Block in Manhattan :)", + 65 + ], + [ + "1 Large bedroom in Murray Hill", + 70 + ], + [ + "Vintage east village apartment", + 80 + ], + [ + "Nice Place in The Bronx!!", + 40 + ], + [ + "Bright-Spacious Private Room /30 min NYC", + 54 + ], + [ + "Private, Comfy Town Home - Heart of Williamsburg", + 138 + ], + [ + "Bright, minimal hideaway with ensuite bathroom", + 66 + ], + [ + "Cozy Private room in Hamilton Heights", + 35 + ], + [ + "Cozy Ridgewood Spot", + 25 + ], + [ + "Large Brooklyn Rm- Prospect Park & F/G Train!", + 55 + ], + [ + "Birth place of Hip hop in the heart of the Bronx.", + 45 + ], + [ + "Amazing Private Room @Madison Square Garden", + 109 + ], + [ + "Huge, New and Green Oasis in Brooklyn", + 110 + ], + [ + "Entire Apartment - A retreat in Lefferts Garden", + 125 + ], + [ + "Duplex Apt in Brooklyn Beautiful Brownstone", + 119 + ], + [ + "Luxury Chelsea apt. walking distance to everything", + 375 + ], + [ + "Bedroom balcony, modern apt, rooftop williamsburg", + 65 + ], + [ + "LargeBedroom gem in historic Red Hook Brooklyn!", + 75 + ], + [ + "The heart of Brooklyn", + 58 + ], + [ + "Sunny apartment with easy connections to anywhere.", + 85 + ], + [ + "Cozy Brooklyn Stay", + 68 + ], + [ + "Large comfortable Studio! Perfect for couple!", + 90 + ], + [ + "Madinina", + 90 + ], + [ + "Staten Island full size living space-lower level", + 75 + ], + [ + "Spacious King size Apartment near Prospect Park", + 130 + ], + [ + "Cozy bedroom in the heart of Greenpoint", + 50 + ], + [ + "Cozy apartment in Greenwich Village", + 150 + ], + [ + "Williamsburg BK | Private Guest Suite", + 100 + ], + [ + "Gorgeous bedroom in prime park slope", + 70 + ], + [ + "Duplex w Rooftop Patio", + 345 + ], + [ + "Private room next to Brooklyn college", + 59 + ], + [ + "~Beautiful 1 Bedroom Apt in Prime Upper East Side~", + 150 + ], + [ + "Clean room with Balcony available.", + 80 + ], + [ + "Sunnyside Bedroom", + 60 + ], + [ + "Magical 1BR Apt", + 100 + ], + [ + "The room", + 50 + ], + [ + "Designer’s Penthouse w/ private terrace", + 120 + ], + [ + "Water View near Flushing近法拉盛海景房", + 120 + ], + [ + "Cozy Room", + 48 + ], + [ + "Large Sunny West Village Room", + 78 + ], + [ + "Bed no.2 in the living room", + 23 + ], + [ + "Light-filled 1 bdrm with 20ft ceilings", + 175 + ], + [ + "McSimon's | Cozy Private Studio | Near NYC", + 95 + ], + [ + "Private cozy bedroom in bright and airy apartment.", + 40 + ], + [ + "Luxury Home in the Heart of Manhattan", + 339 + ], + [ + "Sunny, Private and Spacious Brooklyn Apartment", + 100 + ], + [ + "Cosy, Colorful, Great Bedford Stuyvesant Location", + 79 + ], + [ + "JFK 3 Comfort 5 Mins from JFK Private Bedroom", + 50 + ], + [ + "Spacious private guest room in Uptown Manhattan", + 40 + ], + [ + "THE LOFT", + 85 + ], + [ + "REDESIGNED 2Bdrs in PARK SLOPE,BROOKLYN !", + 129 + ], + [ + "Metropolitan Brooklyn Oasis in Heart of Bed Stuy", + 105 + ], + [ + "Spacious 1st fl-basement duplex 20min to Times Sq!", + 275 + ], + [ + "Brand new, sunlit apartment next to Prospect Park", + 47 + ], + [ + "Artist Loft.Good Energy.Big Space With Fire Place!", + 265 + ], + [ + "Private Apartment for Discerning Travelers", + 155 + ], + [ + "Peaceful, Sunlit Haven with Full sized Bed", + 80 + ], + [ + "Private Apartment in Chelsea", + 115 + ], + [ + "Brooklynite Room, 10 mins to Williamsburg/LES/City", + 35 + ], + [ + "Huge Private Garden Apt - Memory Foam Mattress", + 69 + ], + [ + "Cozy Design House: Sunny, spacious, 3 bdr getaway", + 250 + ], + [ + "Zen 1 bedroom near Central Park+MET+Guggenheim", + 100 + ], + [ + "Bright spacious Studio overlooking Manhattan", + 120 + ], + [ + "Heart of new york city modern apt", + 450 + ], + [ + "Spacious Sun-filled Room in Brooklyn", + 36 + ], + [ + "1 ROOM IN 2 BEDROOM APT DOORMAN BLDG WITH ELEVATOR", + 52 + ], + [ + "Gramercy Apartment", + 175 + ], + [ + "Howard Johnson JFK NYC", + 130 + ], + [ + "Room with high ceilings in South Slope", + 45 + ], + [ + "Newly Renovated Studio Apartment", + 150 + ], + [ + "4BR Queens Apartment -30 Mins from Manhattan!", + 228 + ], + [ + "Spacious 2BR/2BTH/& Parking| Close to Everything!", + 80 + ], + [ + "2 bedroom in a prewar building", + 200 + ], + [ + "Marco's place", + 50 + ], + [ + "My Casa es su Casa!", + 150 + ], + [ + "HUGE Bushwick Room with TERRACE & Pool", + 65 + ], + [ + "XL BUSHWICK DREAM STUDIO BR IN DUPLEX BY TRAIN!", + 115 + ], + [ + "Charming & Bright East Village One Bedroom", + 180 + ], + [ + "Private bedroom in Gorgeous Brooklyn Apartment!", + 47 + ], + [ + "Bedroom 14x16ft, shared bathroom, 5 mins to subway", + 40 + ], + [ + "Bergen Street by (Hidden by Airbnb)", + 1680 + ], + [ + "East 72nd Townhouse by (Hidden by Airbnb)", + 7703 + ], + [ + "East 7th Street III by (Hidden by Airbnb)", + 3518 + ], + [ + "Park Avenue Mansion by (Hidden by Airbnb)", + 6419 + ], + [ + "Park Place Townhouse by (Hidden by Airbnb)", + 2626 + ], + [ + "Prospect Place by (Hidden by Airbnb)", + 2103 + ], + [ + "Free bottle of wine with stay!", + 75 + ], + [ + "BED-STUY BEAUTY W/ Private Entry & Private Garden", + 125 + ], + [ + "(AC) 4 ppl - 2 Rooms 1 private and 1 sharing bath", + 140 + ], + [ + "Luxurious, Modern Studio in Heart of Chelsea, NY", + 220 + ], + [ + "Newly Refurbished MIDTOWN Condo, PRIVATE BATHROOM", + 50 + ], + [ + "Private room in colorful Brooklyn neighborhood", + 30 + ], + [ + "Stunning view in TriBeCa luxury 2 bedrooms", + 980 + ], + [ + "Cozy and Newly Renovated Brooklyn Brownstone", + 49 + ], + [ + "GREAT BEDROOM (IN 2 BRS APT)\nEXCELLENT LOCATION!!", + 79 + ], + [ + "Bright and Beautiful Artists’ Haven", + 90 + ], + [ + "3 Bedroom/4 Beds @ Ferry. Sleeps 7. Beautiful!", + 150 + ], + [ + "Spacious Room in Prime Prospect Heights, Brooklyn", + 69 + ], + [ + "Cosy bedroom", + 50 + ], + [ + "Sunny park-view room in Harlem brownstone", + 49 + ], + [ + "Gorgeous Daylight Photo Studio in Chelsea", + 1100 + ], + [ + "Habitacion de renta para 2", + 50 + ], + [ + "Gorgeous natural light in Chelsea photo studio", + 1500 + ], + [ + "room 3 Manhattan private room", + 69 + ], + [ + "room 2 Manhattan private room", + 69 + ], + [ + "room A Manhattan private room", + 65 + ], + [ + "Large 1 bedroom apartment East Village / Gramercy!", + 150 + ], + [ + "SEXY Grand Central Modern CHIC BRAND NEW PARK AVE", + 200 + ], + [ + "The clove", + 150 + ], + [ + "Modern 1-Bedroom in Heart of Brooklyn", + 110 + ], + [ + "Big studio in Pospect Park", + 110 + ], + [ + "East Brodway in Lower East Side, quiete and cute!", + 69 + ], + [ + "Brooklyn Heights 1BR w/ Park View", + 230 + ], + [ + "Crown Heights Hideaway", + 50 + ], + [ + "Nice & cozy room located in Manhattan apt!!", + 60 + ], + [ + "Large Cozy Studio Apartment", + 100 + ], + [ + "Spacious 1 bed in the heart of Bed-Stuy, Brooklyn!", + 92 + ], + [ + "master room", + 98 + ], + [ + "Spacious, Bright Apartment in an Elevator Building", + 145 + ], + [ + "cozy haven", + 175 + ], + [ + "Cozy Private 1 Bedroom in a Shared Area", + 80 + ], + [ + "room B private manhattan room", + 69 + ], + [ + "Private Room by the Cloisters", + 55 + ], + [ + "room C Manhattan private room", + 65 + ], + [ + "room D Manhattan private room", + 65 + ], + [ + "Your cozy space in Brooklyn", + 40 + ], + [ + "A Tree Grows in Brooklyn", + 100 + ], + [ + "Prime Williamsburg Room on Bedford Ave L", + 40 + ], + [ + "Crown Heights Hideaway", + 68 + ], + [ + "Lower Eastside Loft", + 250 + ], + [ + "Sunny spacious apartment in NY available today!", + 66 + ], + [ + "Marilyn private bedroom in Bushwick NEAR SUBWAYS", + 66 + ], + [ + "Williamsburg Garden Oasis", + 600 + ], + [ + "Freshly NewPrivateROOM by the7train*15minToMidtown", + 60 + ], + [ + "*PRIME* Serenity & Love-Private Oasis (Bedford Av)", + 237 + ], + [ + "Cozy on 5th East Harlem", + 100 + ], + [ + "UWS Super Host, Spacious Room near Central Park,CU", + 120 + ], + [ + "A Private and Cozy room near Columbia University", + 60 + ], + [ + "Bedstuy Brownstone Luxury Apartments", + 105 + ], + [ + "Quiet Studio in the Heart of it All", + 150 + ], + [ + "RARE & Spacious Brooklyn Brownstone! Great Area!", + 125 + ], + [ + "Cute sunny room in big Bushwick apartment", + 45 + ], + [ + "Incredible VIEW, Incredible PRICE", + 90 + ], + [ + "Cozy place in Astoria, 10min to Manhattan", + 175 + ], + [ + "Large Sunny Apartment in Brooklyn", + 125 + ], + [ + "Spacious, Manhattan Home has a private room!", + 46 + ], + [ + "Sweet & Sunny Studio in Chinatown!", + 150 + ], + [ + "Modern Brooklyn Apartment w GYM & Rooftop Access", + 60 + ], + [ + "New york", + 70 + ], + [ + "Cozy Basement", + 70 + ], + [ + "Prime Union Square Location Private", + 149 + ], + [ + "Private Floor—Full Private Bath—3 Min to Subway!", + 50 + ], + [ + "The best location - ASTORIA 46th st", + 50 + ], + [ + "1 bedroom Sublet in a 3BR/1Bath IN UNIT LAUNDRY!", + 60 + ], + [ + "Gorgeous Bedroom with breakfast by Central Park", + 69 + ], + [ + "Sunny Green Apt (L&M trains) Bklyn/Queens border", + 44 + ], + [ + "SUITE BKLYN - Private 1 Bedroom Apartment", + 80 + ], + [ + "Newly Renovated Guest Room with Private Bath", + 25 + ], + [ + "Spectacular 4 Story Townhouse", + 480 + ], + [ + "Private Bed in Queer Co-Living Space for Men", + 46 + ], + [ + "Beautiful Studio. PRIVATE patio.Rooftop.Best Area.", + 150 + ], + [ + "Sunlit Bushwick Oasis w/ Private Bathroom!", + 55 + ], + [ + "Large Queen Room in Beautiful Artist Loft", + 58 + ], + [ + "Cozy Queen Room in Majestic Artist Loft", + 58 + ], + [ + "Downtown 1BR with Stunning Views and Terrace", + 280 + ], + [ + "A Zen Oasis in the East Village", + 139 + ], + [ + "Nolita Nest", + 125 + ], + [ + "ROYAL NEST FOR LE$$ ( New York City)", + 69 + ], + [ + "Apartamento muy acogedor en Manhattan", + 110 + ], + [ + "Beautiful 2-br Apt in the Heart of Williamsburg", + 275 + ], + [ + "Private Room in Cozy Bushwick Apartment", + 45 + ], + [ + "DREAM ROOM: gorgegous renovated 1bd, 1 bath", + 125 + ], + [ + "Cozy and Luxurious Artist Retreat in Williamsburg", + 249 + ], + [ + "Astoria -Near Manhattan NYC and LGA airport.", + 32 + ], + [ + "BEAUTIFUL Modern LOFT - Rooftop terrace", + 140 + ], + [ + "Charming/Cozy Upper West Side Studio", + 86 + ], + [ + "Cozy bedroom in Brooklyn Brownstone", + 50 + ], + [ + "Beautiful 2 bedroom apartment in NYC!", + 165 + ], + [ + "Best location! Cozy East Village bohemian loft>>", + 150 + ], + [ + "Indo Sweet", + 80 + ], + [ + "Comfy private room in trendy Clinton Hill Brooklyn", + 58 + ], + [ + "Nice extra room in Bushwick", + 38 + ], + [ + "Large 3 Bedroom Loft in Fort Greene, Brooklyn", + 350 + ], + [ + "HUGE studio apartment near ALL!", + 80 + ], + [ + "Prospect Park Pad - 1 minute from the subway!", + 73 + ], + [ + "Clean and Classy Central Park Studio", + 169 + ], + [ + "Spacious, Sunny room in Cobble Hill !", + 75 + ], + [ + "Private room & bathroom in luxury building at LIC", + 59 + ], + [ + "Spacious & Quiet 1 Br Upper West Side, close to CP", + 145 + ], + [ + "Dreamy Sunny Apt in Central Williamsburg", + 195 + ], + [ + "Charming, Spacious Apartment on theUpper East Side", + 199 + ], + [ + "Apt 6", + 100 + ], + [ + "MODERN AND BEAUTIFUL BROOKLYN", + 60 + ], + [ + "Heart of Williamsburg, Sunny & Quiet Room", + 45 + ], + [ + "XL Private Room in a Magnificent Penthouse NYC1", + 90 + ], + [ + "Private 1BR Apt in Sunnyside Close to Train & LGA", + 78 + ], + [ + "Charming Historic Apartment Near All Trains", + 59 + ], + [ + "A Peaceful Haven in a Bustling City", + 37 + ], + [ + "Private Room A In Prime Location", + 110 + ], + [ + "1 Bedroom in an amazing central Bed-Stuy apt!", + 35 + ], + [ + "Stunning 1BR In Flatiron, Subway steps away!", + 188 + ], + [ + "Large, Sunny Bedroom in Bushwick/Bedstuy", + 70 + ], + [ + "2 Rooms Available. Heart of Brooklyn.Jacuzzi Bath!", + 45 + ], + [ + "A WONDERFUL Place is Waiting 4U in Brooklyn !!!", + 169 + ], + [ + "Charming Family Style Brownstone Apartment", + 275 + ], + [ + "Sunny City Escape", + 50 + ], + [ + "Charming apartment nestled in NYC's West Village", + 220 + ], + [ + "Large 2-Bedroom East Village Apartment", + 190 + ], + [ + "Cozy Private Room in Ditmas Park Apt", + 35 + ], + [ + "Spacious room in a renovated two-bedroom unit!", + 60 + ], + [ + "Three Bedroom Duplex apart. Clean, Modern Apt. 41", + 189 + ], + [ + "Comfy Bedroom in East Williamsburg", + 45 + ], + [ + "Cloud Music Loft", + 60 + ], + [ + "Carroll Gardens 3 bedroom.", + 149 + ], + [ + "My Place", + 170 + ], + [ + "Luxury Studio - 1 Stop from NYC/Amazing Views", + 199 + ], + [ + "Semiprivate room Forest Hills (female only)", + 72 + ], + [ + "Couch with breakfast included and a view!", + 30 + ], + [ + "Williamsburg Private Room", + 60 + ], + [ + "Navidad en Manhattan oportunidad bajaron precios!", + 300 + ], + [ + "House on a quiet dead-end street in hip Ridgewood", + 195 + ], + [ + "Prime UES, Centrally located, Quiet NYC Apartment", + 119 + ], + [ + "Upper East Side Gem", + 159 + ], + [ + "Great apartment in Bushwick available in Feb", + 27 + ], + [ + "Private room in artists duplex", + 50 + ], + [ + "Gorgeous Park Slope Studio", + 150 + ], + [ + "Spacious 1 Bed in Prime Williamsburg (big balcony)", + 140 + ], + [ + "Great Studio at the Time Square/71C", + 120 + ], + [ + "Charming Williamsburg Bedroom", + 65 + ], + [ + "The Studio, lush cabin living in Brooklyn", + 98 + ], + [ + "Large Bedroom with newly renovated bathroom", + 39 + ], + [ + "Bushwick's LARGEST Art-Filled Room in New Building", + 50 + ], + [ + "Luxury Studio near Central Park - Times Square", + 189 + ], + [ + "Modern Upper East Side Apartment", + 75 + ], + [ + "Park Slope 1BR 1st Floor Apt - Perfect for 1 - 2", + 100 + ], + [ + "COZY Bedroom in S. Williamsburg /BedStuy Brooklyn", + 36 + ], + [ + "Cozy room for one in BedStuy", + 25 + ], + [ + "Cozy room in a charming, spacious apartment", + 84 + ], + [ + "Centrally Located Comfy 2BR Midtown Apartment", + 295 + ], + [ + "Private Room for short stay in a house.", + 38 + ], + [ + "Sunny Room near Prospect Park, 35mins to Manhattan", + 35 + ], + [ + "Chic Studio", + 220 + ], + [ + "Room in a luxury doorman building in Midtown", + 70 + ], + [ + "Lovely Brooklyn Brownstone Garden Apartment", + 150 + ], + [ + "Private Specious Sunny Brooklyn Loft", + 125 + ], + [ + "Well-Lit Apartment in the East Village!", + 75 + ], + [ + "Beautiful open layout studio near Prospect Park", + 110 + ], + [ + "Beautiful apartment with gorgeous views", + 60 + ], + [ + "Bright Williamsburg room, 1-stop from Manhattan", + 53 + ], + [ + "Two Rooms-Prime Manhattan Location steps to subway", + 89 + ], + [ + "One Room in Dreamy Bushwick Apartment", + 75 + ], + [ + "Center of it all Bushwick apartment", + 29 + ], + [ + "Cosy one-bedroom nest in the heart of Williamsburg", + 128 + ], + [ + "Luxury Harlem Apartment", + 130 + ], + [ + "Amazing huge sunny room in the historical building", + 50 + ], + [ + "Room in central Manhattan", + 110 + ], + [ + "solo pueden reservar mujeres, es casa de familia.", + 45 + ], + [ + "1br in spacious 2 br in the heart of Williamsburg", + 90 + ], + [ + "Pre War Brooklyn Row House Dream Backyard & deck", + 125 + ], + [ + "East Village Sunny 2 Bedroom Apartment in New York", + 170 + ], + [ + "A Room in a 3BR Bushwick Apartment", + 60 + ], + [ + "Sunny room in Sunnyside New York", + 89 + ], + [ + "Stunning, Duplex Apartment in Beautiful Bed-Stuy", + 150 + ], + [ + "Suite 18 - Private Room, Close to Coney Island", + 35 + ], + [ + "Art Deco Studio", + 32 + ], + [ + ".Melinda's Place", + 69 + ], + [ + "The best safest area, 15mins to midtown Manhattan", + 47 + ], + [ + "1", + 50 + ], + [ + "Main st APT w PRIVATE Bath, bedroom, living room.", + 150 + ], + [ + "Coolest neighborhood, cutest apartment.", + 175 + ], + [ + "Charming, huge bedroom in Greenpoint.", + 80 + ], + [ + "Spacious Room4 Rent Near Hospital in Staten Island", + 20 + ], + [ + "Spacious garden-level 1BR in Bed Stuy brownstone", + 140 + ], + [ + "Sunny room in Brooklyn (20 min from Manhattan)", + 150 + ], + [ + "The Grove - A Luxury One Bedroom Apartment", + 299 + ], + [ + "Private large bedroom in Prime Williamsburg, BK", + 75 + ], + [ + "Entire Apt Spacious & Chic-Near JFK, Subway & Park", + 50 + ], + [ + "Cute, Bright Private Attic Space in Brooklyn Home", + 57 + ], + [ + "Comfortable inn", + 75 + ], + [ + "Spacious Modern Apartment in Prospect Park South", + 100 + ], + [ + "Cozy Midtown Studio", + 190 + ], + [ + "Cute and cozy 2 bedroom apartment in Harlem", + 130 + ], + [ + "Gorgeous skyline condo in trendy Bushwick", + 65 + ], + [ + "Private room in Queens Village, NY. Near JFK.", + 25 + ], + [ + "Delightful condo", + 175 + ], + [ + "Luxury Meets Classic Brownstone w/ Outdoor Space!", + 450 + ], + [ + "Exquisite English Tudor with a touch of class", + 200 + ], + [ + "Bright, beautiful bedroom 5 mins from LGA, 15toNYC", + 55 + ], + [ + "2br 2ba Huge pristine Nolita loft", + 400 + ], + [ + "Sunny Spacious Two Bedroom - Park Slope", + 200 + ], + [ + "Cozy 2 Bedroom Astoria Apt", + 140 + ], + [ + "Bedroom on the lively Lower East Side", + 160 + ], + [ + "Cozy and convenient spot!", + 100 + ], + [ + "Privet room.10min from CentralPark.5 min to Times", + 90 + ], + [ + "Studio Apartment in Murray Hill", + 120 + ], + [ + "Chill Vibes in Beautiful Fort Greene", + 95 + ], + [ + "Amazing 1Br Apt in luxury building in williamsburg", + 200 + ], + [ + "Sunny Roomy 2 Bedroom (Private Bathroom + Balcony)", + 169 + ], + [ + "Little Neck Queens bedroom w/private bathwash/dry", + 65 + ], + [ + "Bright Meatpacking Studio", + 150 + ], + [ + "Beautiful Private Bedroom Near Prospect Park", + 65 + ], + [ + "East Village Apartment", + 350 + ], + [ + "Park Ave Apt in the Heart of NYC", + 250 + ], + [ + "Own Living room, Bathroom & W/D in the EV!", + 90 + ], + [ + "Upper East Brownstone Duplex 4Beds &Private Garden", + 350 + ], + [ + "South slope Brooklyn 1private bedroom!", + 65 + ], + [ + "Brooklyn, KingsHwy . 1 room for 1 person", + 27 + ], + [ + "Oasis bedroom for solo travelers", + 115 + ], + [ + "Sunny Spacious Private Bed and Bath in Bushwick", + 74 + ], + [ + "Luxury Tribeca", + 110 + ], + [ + "East Village penthouse with city views.", + 148 + ], + [ + "Spacious, private East Village studio", + 150 + ], + [ + "Quaint Queens Master Bedroom", + 35 + ], + [ + "Suite 18 - Private Room w/ private bath", + 35 + ], + [ + "Crown Heights Classic", + 125 + ], + [ + "Welcome!", + 65 + ], + [ + "Beautiful Bedstuy Brownstone Duplex", + 150 + ], + [ + "Long term, bright studio Union Sq", + 150 + ], + [ + "Furnished One Bedroom Apartment", + 60 + ], + [ + "Cozy studio with a fireplace close to the train", + 69 + ], + [ + "Huge 1 Bedroom Apartment", + 70 + ], + [ + "Exposed brick Loft apartment", + 118 + ], + [ + "Private Harlem Studio w/ Jacuzzi Great Location!", + 115 + ], + [ + "Private Room, Very Cozy. Close to JFK. Garden!", + 100 + ], + [ + "20 mins to Times Square! Vibrant NYC neighborhood", + 125 + ], + [ + "XL Full Floor Loft*3BR*Lower East Side*SUPERHOST*", + 399 + ], + [ + "Kew Gardens", + 70 + ], + [ + "Cozy, Full 1 Bedroom Apartment Near Central Park", + 100 + ], + [ + "Brooklyn Artists Loft - 1 Bedroom", + 100 + ], + [ + "LOFT#1 - Broadway Av. Amazing Location! SoHo", + 495 + ], + [ + "Harlem cozy nights", + 120 + ], + [ + "Spacious Private Room in Williamsburg!", + 140 + ], + [ + "15 mins to Manhattan & LGA - Large Private Bedroom", + 50 + ], + [ + "A Nice 3 Bedroom Apt in Pelham Bay, Bronx, NY.", + 119 + ], + [ + "Cozy Private 3 Bedroom Garden Apt in Williamsburg", + 200 + ], + [ + "Stylish Upper East Side Brownstone Studio", + 145 + ], + [ + "15 min train ride to Times Sq and US OPEN", + 50 + ], + [ + "Brand New Amazing 1 Bedroom Best Location", + 125 + ], + [ + "Upper West Side Exclusive 1 bedroom", + 117 + ], + [ + "Newly renovated 3 Bed 2.5 bath Full amenities", + 350 + ], + [ + "CHIC & LARGE private bedroom in fancy neighborhood", + 145 + ], + [ + "Beautiful room in Williamsburg, close to Manhattan", + 35 + ], + [ + "Spacious Two Bedroom Apt near Columbia University", + 125 + ], + [ + "Renovated with view 3 bed 2 bath big Balcony", + 300 + ], + [ + "Bedstuy Bedstay", + 50 + ], + [ + "Cozy 1 Bed one block from train and supermarket", + 135 + ], + [ + "Renovated 2 Bed 2Bath high floor Pool in building", + 225 + ], + [ + "Large 1 bdrm with Modern finishes - Pelham Gardens", + 60 + ], + [ + "Cozy 2 Bed 2 bath Pool in building", + 300 + ], + [ + "Cozy 2 Bed 2 Bath Fully Renovated POOl in Building", + 250 + ], + [ + "Cozy 2 bed 2 bath Pool in building", + 300 + ], + [ + "Eclectic Enclave - 3 blks to G - private space", + 110 + ], + [ + "Sky Boasts Exquisite Studio", + 525 + ], + [ + "Williamsburg Studio Apartment", + 104 + ], + [ + "MINI COZY Room Close to NYU Langone H/Metro N,R", + 39 + ], + [ + "Private room in Brooklyn with laundry", + 45 + ], + [ + "Quiet City Getaway!", + 178 + ], + [ + "Big apartment can make your vacation to be amazing", + 220 + ], + [ + "Large Room in Trendy Bushwick - 3", + 45 + ], + [ + "Huge Brooklyn Room in Bushwick - 2", + 55 + ], + [ + "Quaint, artistic 2 bedroom Brooklyn apartment", + 97 + ], + [ + "Private room with visit to queens # 6", + 35 + ], + [ + "Mi hermoso hogar a 4 bloques del AirPort LGA", + 80 + ], + [ + "Sunny spacious apt in Greenpoint, Brooklyn", + 180 + ], + [ + "Sunny And Spacious! Treat Yourself In Bushwick!", + 50 + ], + [ + "Comfortable Room in LIC", + 68 + ], + [ + "Modern sun-filled 1 bed oasis- Graham Ave L train", + 140 + ], + [ + "Sunny and comfortable Upper West Side Manhattan", + 150 + ], + [ + "A Cozy Artsy Apartment in the heart of Sunnyside", + 100 + ], + [ + "Private room near Pratt Institute", + 42 + ], + [ + "Sunny South Williamsburg Studio", + 75 + ], + [ + "Sunny Basement Apt. in House w/ Garden Near Ferry", + 77 + ], + [ + "Modern, hip, light drenched apartment.", + 130 + ], + [ + "Peaceful Home in Brooklyn Close to Manhattan", + 93 + ], + [ + "Beautiful Studio Apartment in Prime UWS Manhattan!", + 75 + ], + [ + "Suite Luxe - Luxury & Modern Comfort", + 130 + ], + [ + "Comfort in Brooklyn", + 65 + ], + [ + "Spacious, Bright Studio Apt in East Village", + 99 + ], + [ + "Brick Brownstone Apartment, Perfect for Families", + 119 + ], + [ + "Sunlit Harlem Haven", + 55 + ], + [ + "Boutique stay in Church turned Apt. near BK museum", + 65 + ], + [ + "Bushwick Mid-Century Artist Enclave", + 250 + ], + [ + "The Home away from home!!!!", + 140 + ], + [ + "Simple and clean WaHi living room!", + 29 + ], + [ + "Sunny Private Room in Trendy Williamsburg", + 94 + ], + [ + "Charming WaHi apartment!", + 72 + ], + [ + "Large bed room share bathroom", + 31 + ], + [ + "Best 2BR apartment you will get close to Columbia", + 150 + ], + [ + "My Williamsburg Place", + 250 + ], + [ + "Wonderful 15 minutes Barclay Center,25 Manhattan", + 80 + ], + [ + "15 minutes Barclay Center 25 Manhattan", + 80 + ], + [ + "Gem in the East Village", + 150 + ], + [ + "Convenient! Private Room 10 mins to JFK Airport", + 75 + ], + [ + "Minimalist's Hut", + 49 + ], + [ + "Private room in Upper West Side", + 85 + ], + [ + "Large Room;(Manhattan30mins) JFK10mins)(LGA15mins)", + 83 + ], + [ + "Bright, spacious, and inviting home away from home", + 135 + ], + [ + "Cozy West Village one-bedroom in perfect location!", + 100 + ], + [ + "Affordable & Convenient", + 25 + ], + [ + "Stylish 1 Bedroom Apt. for 4 p/ NYC - Murray Hill!", + 329 + ], + [ + "Private room in a cozy Hamilton Heights apartment", + 48 + ], + [ + "Cozy Entire Apt Midtown East", + 180 + ], + [ + "Jazzy cool sunshine", + 55 + ], + [ + "Stylish 1 Bedroom Apt. for 4 p/ NYC - Murray Hill!", + 365 + ], + [ + "Spacious, light 1br apartment in the LES", + 150 + ], + [ + "Stylish Modern Garden Bedroom w/ensuite bathroom", + 99 + ], + [ + "Stylish Modern Master Bedroom w/ensuite bathroom", + 109 + ], + [ + "Ideal Williamsburg #3 - Lorimer L train!", + 40 + ], + [ + "2 BEDS IN 1BEDROOM & 1 BATH OASIS W/ BACKYARD", + 325 + ], + [ + "Spacious apartment across from train station", + 58 + ], + [ + "LIC 1 Bedroom in a pet-friendly apartment.", + 76 + ], + [ + "Family Apartment. Close to city. 3 bed, 2 Bath", + 289 + ], + [ + "Large 500 square ft Studio in Woodside Queens", + 65 + ], + [ + "Luxurious Private West Village TownHome", + 850 + ], + [ + "Modern Studio Apartment", + 160 + ], + [ + "Lovely Central Park duplex w/ large outdoor patio", + 225 + ], + [ + "Great place! Great location! Great price!", + 90 + ], + [ + "Cute private bedroom and bathroom - Bushwick", + 70 + ], + [ + "Your Bed Room in Bed-Stuy", + 45 + ], + [ + "1BR Apartment in the Heart of the East Village", + 100 + ], + [ + "1BR Apartment on UWS!", + 90 + ], + [ + "Piece Of Heaven", + 35 + ], + [ + "Heaven On Earth", + 41 + ], + [ + "Modern, Sunny 3 Bdrm 2 Ba w/ Huge Backyard", + 149 + ], + [ + "Cloud 9", + 45 + ], + [ + "New York Bedroom for rent in East Harlem", + 40 + ], + [ + "*Rare Spacious Apartment Near JFK/Subway for 2019*", + 90 + ], + [ + "NO EXTRA FEES, NO MIN. NITES: 1.5 blocks to train", + 29 + ], + [ + "2 Br Apt Steps to LGA, Near Citified JFK,Manhattan", + 257 + ], + [ + "NEW Luxury 1BR Oasis - Most Desirable NYC Location", + 295 + ], + [ + "Homey townhouse apartment", + 70 + ], + [ + "1min from the station K size bed 20min toManhattan", + 70 + ], + [ + "★Spacious Private Room★ MANHATTAN + Close to Park!", + 65 + ], + [ + "Bright Room with Qsize bed 20min to dt Manhattan", + 62 + ], + [ + "A COZY NYC STUDIO APARTMENT 20 minutes to Union Sq", + 60 + ], + [ + "Cozy Getaway in NYC", + 95 + ], + [ + "Unique & Spacious, W Village. 1-Bdrm. NEW LISTING!", + 225 + ], + [ + "A very spacious Zen place to vacay.", + 49 + ], + [ + "Big, Private, Hip 2BR in Williamsburg w/Terrace", + 325 + ], + [ + "A cozy room in a newly renovated UWS apartment", + 100 + ], + [ + "Cheerful & spacious 1-bedroom by Columbia Medical.", + 67 + ], + [ + "Sunny & Quiet room in Clinton Hill", + 90 + ], + [ + "Nice Room for ONE (1) Person", + 45 + ], + [ + "SoHo LOFT #2 Broadway Av. - Amazing Location!", + 495 + ], + [ + "Bright room located in the middle of Manhattan!", + 112 + ], + [ + "CHIC STUDIO 4 the MINIMALISTIC SOUL", + 160 + ], + [ + "Perfect Place to Stay", + 37 + ], + [ + "Unique 1 bedroom apt. in Gowanus, Brooklyn", + 104 + ], + [ + "Quiet & Convenient in heart of midtown", + 95 + ], + [ + "Deluxe Bedroom - 30 minutes from Midtown!", + 80 + ], + [ + "Cozy Uptown Apartment!", + 115 + ], + [ + "Brand new two-bedroom apt. in Bensonhurst, Bklyn!", + 148 + ], + [ + "Bright and Spacious One Bedroom near Prospect Park", + 75 + ], + [ + "Sunny One Bedroom in Beautiful Brownstone", + 173 + ], + [ + "New York Guests House", + 65 + ], + [ + "★Private, Modern Apartment | Convenient Location★", + 75 + ], + [ + "Spacious 3-Bedroom Duplex in Fort Greene", + 250 + ], + [ + "Beautiful Cozy Fully Furnished - 1 BD Midtown West", + 160 + ], + [ + "Private Two Bedroom Apartment in Greenwich Village", + 300 + ], + [ + "Bright Soho 2 Bedroom Apartment", + 169 + ], + [ + "Creative Living in Bushwick! Ready to Inspire!", + 60 + ], + [ + "Charming Kensington Apt.", + 84 + ], + [ + "Intimate Studio in the UES", + 115 + ], + [ + "••RARE Modern Apt For 2019 Next to Subway & JFK••", + 106 + ], + [ + "Fits like a glove", + 100 + ], + [ + "Private bedroom in Astoria", + 100 + ], + [ + "Catlandia!", + 50 + ], + [ + "Full 1-BR Apartment - Sunny, Cozy, and Eclectic!", + 55 + ], + [ + "Newly Renovated Mins from JFK & LGA", + 120 + ], + [ + "Two Bedroom Apartment in trendy Park Slope area.", + 120 + ], + [ + "Sunny Chelsea Studio + Balcony (Central Location)", + 127 + ], + [ + "Beautiful stylish studio in Midtown", + 160 + ], + [ + "So nice and close to everything.", + 200 + ], + [ + "Perfectly located Williamsburg 1.5 bedroom Apt", + 117 + ], + [ + "Spacious 2 level home for Groups sleeps upto 12", + 250 + ], + [ + "Spacious & bright 2BR/2BA (available for August)", + 76 + ], + [ + "Beautiful room in renovated Manhattan apartment", + 30 + ], + [ + "Evergreen apartment, furnished with natural light", + 40 + ], + [ + "Large Room in a 2Bedrooms Perfect UWS Experience", + 92 + ], + [ + "Brooklyn Loft in South Williamsburg", + 175 + ], + [ + "Cozy apartment with a huge terrace in Greenpoint", + 200 + ], + [ + "Spacious Studio on Staten Island", + 50 + ], + [ + "Prime location 2 BR APT/ Midtown West/ Manhattan", + 180 + ], + [ + "Spacious zen apartment. Close to King's hwy stop.", + 100 + ], + [ + "Charming studio in the heart of UES, Manhattan!", + 117 + ], + [ + "Cozy and conveniently located", + 130 + ], + [ + "NYCTH Suit Room", + 59 + ], + [ + "Chic/Industrial 1 Bedroom Near Barclay's Center", + 94 + ], + [ + "Private 2 Bedrooms - Subway Across Street", + 63 + ], + [ + "Large bright loft in Williamsburg", + 55 + ], + [ + "Huge One Bedroom, 20 min from Center of Manhattan!", + 69 + ], + [ + "Tony's Room 1 near La Guardia Airport", + 80 + ], + [ + "Shared studio apartment", + 20 + ], + [ + "Cozy Respite in the HeART of Bushwick", + 40 + ], + [ + "Upper East Side Triplex Penthouse Rooftop", + 127 + ], + [ + "Private Quiet Room in Chelsea Brownstone Apartment", + 63 + ], + [ + "Cozy bedroom in Clinton Hill", + 95 + ], + [ + "Cathedral View", + 75 + ], + [ + "纽约法拉盛民宿客栈", + 50 + ], + [ + "Artist apartment in LIC", + 1250 + ], + [ + "Private room in Manhattan", + 80 + ], + [ + "Quiet and spacious room for 2", + 40 + ], + [ + "Renovated 1BR Apt - close to Grand Central & UN", + 145 + ], + [ + "Gorgeous Studio in Little Italy Nolita!!!", + 135 + ], + [ + "2 full beds-Spacious beautiful room near Manhattan", + 44 + ], + [ + "Large Room in Hip Lefferts Garden 1,100 SQ Ft Apt.", + 70 + ], + [ + "Spacious Pre-War Apt - 1 Block Off Prospect Park", + 47 + ], + [ + "Private Room in Large Apartment With Yard", + 42 + ], + [ + "Functional & fresh Manhattan male room longterm II", + 33 + ], + [ + "Large Sunny Clinton Hill/Bedstuy bedroom", + 70 + ], + [ + "Bright, Family-Friendly Brooklyn Townhouse", + 350 + ], + [ + "Manhattan, West Side, Hudson River View", + 85 + ], + [ + "Queen size Bedroom in Washington Heights Manhattan", + 90 + ], + [ + "Spacious Apt in Washington Heights Manhattan", + 120 + ], + [ + "High rise studio", + 100 + ], + [ + "Gorgeous Studio Apartment in the heart of Manhatan", + 145 + ], + [ + "Warm, Cozy Room in our Classic Brooklyn Brownstone", + 75 + ], + [ + "WOW factor! Duplex 3br,2bath. Central Pk, Columbia", + 250 + ], + [ + "Empire State Studio", + 150 + ], + [ + "Cozy & Comfortable Modern Apartment", + 65 + ], + [ + "Greenwich Village Gem at Washington Sq Park!", + 159 + ], + [ + "Big beautiful bedroom in huge Bushwick apartment", + 65 + ], + [ + "La Quinta Central Park West Hotel", + 159 + ], + [ + "Quiet Brooklyn Artist Apartment With A View", + 200 + ], + [ + "Ridge wood apartment w/ rooftop deck", + 60 + ], + [ + "NYCTH Master Room", + 46 + ], + [ + "Beautiful Studio in UWS", + 150 + ], + [ + "Sunny + Cozy Studio in Prospect Heights, Brooklyn", + 69 + ], + [ + "Spacious and sunny room in Crown Heights", + 26 + ], + [ + "Spacious Greenpoint Living", + 190 + ], + [ + "Heart of Williamsburg, Private Bedroom in 2BR Apt", + 50 + ], + [ + "Spacious private bedroom in duplex with backyard", + 65 + ], + [ + "Spacious Greenpoint Living - Private Room", + 80 + ], + [ + "Greenpoint Loft with True Brooklyn Flavor", + 125 + ], + [ + "Cozy Studio near South Beach :-)", + 71 + ], + [ + "Luxury Garden Escape in Trendy Williamsburg 1 BR", + 150 + ], + [ + "Private apartment w/parking", + 80 + ], + [ + "Cozy Renovated 2 Bedroom Apartment Heart of Brklyn", + 70 + ], + [ + "Lovely 1 bedroom in East Harlem", + 80 + ], + [ + "Awesome cozy bedroom in hip area", + 43 + ], + [ + "Private 1-bedroom Apartment in the Lombardy", + 210 + ], + [ + "Luxury Apartment, best of Brooklyn, mins from MH", + 133 + ], + [ + "Private 1 bedroom - Great for Travel Nurses", + 50 + ], + [ + "Enormous and illuminated on top floor (long term)", + 100 + ], + [ + "A Peaceful Home in Manhattan", + 47 + ], + [ + "8 mins to Central Park,3 mins to Subway,Guest Room", + 99 + ], + [ + "2 Bedroom Garden Apartment in Brooklyn", + 150 + ], + [ + "Sunny, spacious and quiet room in artist residency", + 50 + ], + [ + "Only book if your name is Haydn", + 80 + ], + [ + "Bright Brooklyn Heights One Bedroom Apt", + 200 + ], + [ + "Cozy Room. 2 blocks to Subway", + 47 + ], + [ + "Cozy, private and lovely room at home in Bedstuy", + 44 + ], + [ + "GUEST ROOM in a Beautiful 2 bedroom Apartment", + 67 + ], + [ + "(B) Room for 2 - sharing bath", + 60 + ], + [ + "Charming room at Bed-Stuy", + 50 + ], + [ + "Contemporary Home Away from Home, Entire house", + 245 + ], + [ + "Private room in family apartment", + 29 + ], + [ + "Big New Family Friendly Great Location", + 180 + ], + [ + "Bright Modern Chic & Clean East Village APT", + 189 + ], + [ + "Peaceful room in popular prime Bushwick street art", + 41 + ], + [ + "Cozy Astoria bedroom 20 min from midtown", + 60 + ], + [ + "1 BR Flat in Williamsburg (3 blocks from Bedford)", + 120 + ], + [ + "Lovely West Village 1 BR - Quiet and Comfortable", + 123 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 2A", + 339 + ], + [ + "No place like Brooklyn. No place like Red Hook", + 125 + ], + [ + "Artsy Queen Room in BUSHWICK: Jefferson L train", + 30 + ], + [ + "Grand Concourse Gem", + 54 + ], + [ + "Cozy Apartment for 1 or 2 people", + 75 + ], + [ + "Spacious 1 bedroom apt in Chinatown, NYC", + 92 + ], + [ + "Tropical New Yorker with Backyard", + 130 + ], + [ + "Private bedroom in Barclays (Brooklyn)", + 55 + ], + [ + "Sunny, Spacious Brooklyn Room 1 Block From Train!", + 35 + ], + [ + "Cozy Studio by the Park", + 75 + ], + [ + "Private room in Williamsburg. Very close to train!", + 50 + ], + [ + "Large Alcove Studio in the Heart of Chelsea", + 180 + ], + [ + "Entire Place in Prime Brooklyn Neighborhood", + 89 + ], + [ + "Central Park - Room for 2 to 4", + 93 + ], + [ + "Mod Midtown East 1BR w/ Gym, walk to Grand Central by Blueground", + 289 + ], + [ + "Convenient, Quiet and Sunny 1 BR Condo in Flushing", + 85 + ], + [ + "Cosy private room in Manhattan!!!", + 80 + ], + [ + "Light Flooded Artist Loft in Brooklyn", + 150 + ], + [ + "Private Floor W/Private Entrance, Bath & Rooftop", + 100 + ], + [ + "Perfect shared male room on Manhattan! II", + 35 + ], + [ + "Brooklyn Studio; Williamsburg to Manhattan - 10min", + 175 + ], + [ + "Cozy Brooklyn Heights Apartment!", + 113 + ], + [ + "Little Italy Spacious Room", + 69 + ], + [ + "**Cozy room, good location, 20 mins to Manhattan", + 50 + ], + [ + "Perfect Apartment in brand new building!", + 105 + ], + [ + "Private cozy room in Brooklyn with laundry", + 55 + ], + [ + "Dope Apt", + 100 + ], + [ + "2 Floor-Entire Detached House 30 Min to Manhattan", + 109 + ], + [ + "2 bedrooms flat near Central Park", + 500 + ], + [ + "HABITACION EN BROOKLYN NEW YORK", + 150 + ], + [ + "Beautiful 2-bed w private deck, steps from subway", + 125 + ], + [ + "Quarto Bronx (NY)", + 34 + ], + [ + "Your stylish home in Park Slope", + 260 + ], + [ + "Room 1 - Lots of Space in Historic Victorian Home", + 68 + ], + [ + "Manhattan Club 1 Bedroom (Sleeps 4 adults)", + 250 + ], + [ + "Great place for 8, 30 min to Manhattan", + 200 + ], + [ + "Hamilton Heights home", + 200 + ], + [ + "WILLIAMSBURG PRIME BROOKLYN PRIVATE APT NEAR WATER", + 125 + ], + [ + "spacious house near Laguardia/2.blocks from train", + 199 + ], + [ + "Sunny Williamsburg Apt (1 month min stay)", + 68 + ], + [ + "Live Like a Local in East Williamsburg Studio Apt", + 37 + ], + [ + "Your own relaxing 1-bedroom in Bushwick/Bedstuy!", + 60 + ], + [ + "Lower East Side Oasis", + 300 + ], + [ + "Trendy Bushwick Place (in Brooklyn)", + 87 + ], + [ + "20 w 53Rd st full furnished 2BR", + 500 + ], + [ + "Williamsburg Loft with Garden", + 160 + ], + [ + "Spacious and Serene in Manhattan! 2 beds", + 145 + ], + [ + "Cozy room", + 40 + ], + [ + "*Great room, good location, 20 mins to Manhattan", + 50 + ], + [ + "Inspiring & Tranquil Experience", + 60 + ], + [ + "Basement studio with half bathroom", + 40 + ], + [ + "Spacious Rooms 10 minutes to LGA , 15 min. to city", + 70 + ], + [ + "Charming and Cozy Two-Bedroom", + 100 + ], + [ + "T-Square Stylish 1 Bedroom", + 172 + ], + [ + "Private Room in Shared Apt in Greenwich Village", + 75 + ], + [ + "55 Blue Room Star Studio Apt merged Quiet Cave", + 118 + ], + [ + "2 Story PRIVATE Duplex/Elevator Building in NoMad", + 240 + ], + [ + "Cultured NYC!", + 73 + ], + [ + "Heart of Park Slope", + 58 + ], + [ + "Room in the Safest Neighborhood of Staten Island!", + 60 + ], + [ + "MY HOUSE ON NEW YORK!! CLOSE TO JFK AND LGA", + 34 + ], + [ + "Astoria 48 street and 30 ave ny", + 60 + ], + [ + "The Bungalow at Bedford Avenue (Williamsburg)", + 125 + ], + [ + "Ultimate NYC experience at a fraction of the cost!", + 79 + ], + [ + "Trendy Private Harlem Room - Plants & Light!", + 55 + ], + [ + "UWS Brownstone - Near Central Park/Lincoln Center", + 165 + ], + [ + "Light filled Cosy room is Brooklyn", + 45 + ], + [ + "Simple Nice Private Bedroom in Hamilton Heights", + 70 + ], + [ + "Modern clean Apt-close to LGA & Manhattan", + 93 + ], + [ + "Private Bdrm in Huge Apt mins to Manhtn,JFK,LGA!", + 49 + ], + [ + "2 bedrooms apartment 10 minutes from Manhattan", + 65 + ], + [ + "Luxurious Private Bed& Bath In NYC-Weekly Discount", + 140 + ], + [ + "San Carlos Hotel Garden Terrace Penthouse- up to 4", + 700 + ], + [ + "Private Room in Charming Two Bedroom Apartment", + 100 + ], + [ + "HARLEM HOME AWAY FROM HOME , SHORT - EXTENDED STAY", + 125 + ], + [ + "☀ Beautiful & Quiet ☀TIMES SQUARE ☀ 2 BDR Apt ☀", + 295 + ], + [ + "One stop from Manhattan, great area, private bd/br", + 120 + ], + [ + "Trendy Brooklyn Room - 20mins from Manhattan", + 75 + ], + [ + "Bright, Shared Living Room in our Beautiful Home!", + 75 + ], + [ + "SHARE;Cheapest,Silent,Clean and Safe in New York", + 30 + ], + [ + "Cool Downtown Apartment in Great Location", + 127 + ], + [ + "Williamsburg Oasis", + 60 + ], + [ + "Welcoming House near Verrazano Bridge", + 165 + ], + [ + "Cozy E. Williamsburg 3-bedroom apt! (Bedroom 2)", + 59 + ], + [ + "Bedroom + Private bathroom in Williamsburg!", + 100 + ], + [ + "Cosy and comfortable 2 Bdrm with Outdoor Space", + 105 + ], + [ + "Enormous 10 foot ceiling Bushwick room", + 58 + ], + [ + "Lovely West Harlem Duplex, Comfortably Sleeps 4", + 125 + ], + [ + "SHARE;CHEAPEST;Pure;Cozy;Safe;Silent IN NEW YORK", + 30 + ], + [ + "SHARE;SAFE;CHEAPEST;15 MIN TO HEART OF MANHATTAN.", + 30 + ], + [ + "Zen very well located in Chelsea studio", + 146 + ], + [ + "Cozy 2", + 52 + ], + [ + "upper west side, 15' from Colombia, calm & light", + 35 + ], + [ + "Warm room for nice people in Bensonhurst !", + 62 + ], + [ + "Chateau Upon Metro - large sunny 1bd near train", + 43 + ], + [ + "Room in crown heights", + 32 + ], + [ + "It's Always Sunny in Williamsburg (2)!", + 88 + ], + [ + "Sun-drenched Artist Loft", + 80 + ], + [ + "Chic + Bright One Bedrooom Apartment", + 149 + ], + [ + "THE SNUG Luxury Hotel Studio at 56th/Park", + 169 + ], + [ + "Beautiful large space in Jackson Heights, Queens!", + 85 + ], + [ + "Huge Chic LOFT, Natural Sunlight, Balcony!", + 395 + ], + [ + "KING SIZED BEDROOM in SoHo", + 60 + ], + [ + "1BD apartment in Clinton Hill, Brooklyn", + 100 + ], + [ + "Spacious bright room in 2 bedroom apartment", + 50 + ], + [ + "Brooklyn private attic in a circus home", + 35 + ], + [ + "Beautiful place in historic Bed Stuy neighborhood", + 99 + ], + [ + "Sofa Bed in middle of East Village (St marks)", + 75 + ], + [ + "Manhattan clean. warm. safe room / 6 train", + 60 + ], + [ + "New York Queen's East Elmhurst (whole Basement)", + 46 + ], + [ + "Beautiful Bed Stuy Garden Apartment", + 175 + ], + [ + "Beautiful cozy full 1 bedroom suite/apartment", + 120 + ], + [ + "Manhattan Studio Apt Queen bed & Sofabed loveseat", + 179 + ], + [ + "SHOOTS ONLY -- Large Sunny loft in Williamsburg", + 1000 + ], + [ + "Enjoy this vast, chic apt, 15-to-Midtown w/Kingbed", + 120 + ], + [ + "SHOOTS ONLY - Eclectic Artist Loft in Williamsburg", + 2000 + ], + [ + "SHOOTS ONLY - Huge Artist loft in Williamsburg", + 2500 + ], + [ + "\"Grandma Chic\" Brooklyn Apartment... Williamsburg", + 69 + ], + [ + "Big Private Room in the Hudson Yards Area", + 98 + ], + [ + "Light-drenched apartment - heart of Greenpoint", + 100 + ], + [ + "Designer's gem on Ludlow Street", + 117 + ], + [ + "Modern Townhouse Apartment in Brooklyn", + 115 + ], + [ + "Crown Heights Greenroom", + 45 + ], + [ + "East Village Location to Experience Manhattan", + 149 + ], + [ + "Beautiful/Spacious 1 bed luxury flat-TriBeCa/Soho", + 8500 + ], + [ + "Brooklyn, N.Y. 3 Bdrm House", + 175 + ], + [ + "Private room in lovely Brooklyn Apt", + 80 + ], + [ + "Charming 1 Bedroom Apt in Sunnyside", + 125 + ], + [ + "Riverside Delight", + 125 + ], + [ + "Amazing new private bedroom 5 min to subway", + 99 + ], + [ + "An Oasis in Manhattan", + 115 + ], + [ + "Quiet 2BR In Residential Area; Desks + Monitors!", + 96 + ], + [ + "Spacious Loft Bedroom in Brooklyn With 2 Beds", + 150 + ], + [ + "Tranquil Morningside Apartment", + 67 + ], + [ + "Luxurious 2-Story Home • Large Terrace • Views", + 225 + ], + [ + "Spacious bedroom in heart of Forest Hills", + 36 + ], + [ + "All that you need. 1 bedroom in shared apt.", + 62 + ], + [ + "Sunny apt in dynamic Bushwick", + 35 + ], + [ + "Beautiful 1 Bedroom, 3 blocks from Prospect Park!", + 175 + ], + [ + "Male room 2 minutes from East Broadway station III", + 32 + ], + [ + "Private Clean, Spacious Room in West Harlem!", + 39 + ], + [ + "Hamilton Heights Gem", + 60 + ], + [ + "Private Room in Beautiful Soho NYC", + 110 + ], + [ + "Cozy bedroom - Nearby Fort Greene Park & Dumbo", + 47 + ], + [ + "Cozy E. Williamsburg 3-bedroom apt! (Bedroom 1)", + 59 + ], + [ + "Home away from home in cozy BK apartment", + 30 + ], + [ + "Awesome Modern Oasis 2 Bdrm Apt in Brooklyn", + 139 + ], + [ + "2017 BUILDING!, NEW LOFT, 5 MIN SUBTO MANHATTAN!!!", + 70 + ], + [ + "Cozy and bright east village apartment!", + 110 + ], + [ + "Pretty room in the heart of the Lower East Side", + 81 + ], + [ + "Large Sun Drenched Bedroom Minutes from Manhattan", + 85 + ], + [ + "2 Bed/2 Bath, spacious, modern & bright!", + 68 + ], + [ + "Two bedroom apartment in Brooklyn/Bed Stuy", + 95 + ], + [ + "Private room with private bathroom in Brooklyn", + 80 + ], + [ + "Gramercy Park Central Manhattan 4Beds 2Bath", + 409 + ], + [ + "【限1~2名女生】近哥伦比亚大学超方便短租房【无其他费用】(情侣请私聊)", + 60 + ], + [ + "Upscale living on Lafayette St. NoHO", + 400 + ], + [ + "Private room amazing location Chelsea/Union Square", + 80 + ], + [ + "1 bedroom, entire apartment, in upper Manhattan", + 66 + ], + [ + "Bright, renovated duplex with deck and backyard", + 200 + ], + [ + "Beautiful Private Room!", + 50 + ], + [ + "Your Chic NYC 1 bed Apt near Central Park", + 95 + ], + [ + "Peaceful Bushwick Apartment", + 29 + ], + [ + "Skylight Apartment", + 60 + ], + [ + "Spacious studio in LIC", + 90 + ], + [ + "Quiet sanctuary in the heart of the UES", + 240 + ], + [ + "The Kingston - A 3BR/2BA Duplex Apartment", + 162 + ], + [ + "New Tidy room plus private entrance PAID parking", + 46 + ], + [ + "Nice room near SI Ferry \n15 minutes by car.", + 31 + ], + [ + "Spacious Room Close to Manhattan (Females Only)", + 100 + ], + [ + "HUGE 2 BEDROOM NEAR MANHATTAN", + 159 + ], + [ + "Bright Bushwick Apartment with City Views!", + 50 + ], + [ + "1 bd Apartment next to Subway", + 70 + ], + [ + "Private New Brooklyn Room", + 35 + ], + [ + "Lakeside View in Brooklyn - its true!", + 59 + ], + [ + "Lovely, Modern Apartment in Park Slope, Brooklyn", + 150 + ], + [ + "Tony's Room 2 near La Guardia Airport", + 80 + ], + [ + "1 bedroom with 3 beds in the heart of Times Square", + 200 + ], + [ + "Cool Lower East Side 1br Duplex W/ Backyard!", + 225 + ], + [ + "Premier Location 2 Blocks to Central Park E. 62nd!", + 225 + ], + [ + "2 blocks to train -15min to Central Park - Astoria", + 100 + ], + [ + "Modern Brooklyn Duplex with Private Rooftop", + 96 + ], + [ + "Newly renovated apt near the city/ideal room for 2", + 60 + ], + [ + "Newly renovated room for two/20mins to Manhattan", + 60 + ], + [ + "Our recently rebuilt 19th century Brooklyn gem", + 300 + ], + [ + "Light-drenched 2-bedroom apt, prime location中国城", + 145 + ], + [ + "Manhattan New York", + 335 + ], + [ + "Spacious room in Astoria, 15 mins to Manhattan", + 75 + ], + [ + "Friendly, quiet Brooklyn Heights Apartment", + 80 + ], + [ + "Beautiful, High-Ceiling Apartment in Fort Greene", + 155 + ], + [ + "Spacious fully furnished studio apartment", + 100 + ], + [ + "Spacious 1BR Apartment", + 150 + ], + [ + "Gorgeous Brooklyn Brownstone", + 120 + ], + [ + "sleek and modern 600 sf studio/petite one bedroom", + 225 + ], + [ + "Studio Near Times Square", + 175 + ], + [ + "Gabby Suite in the Heights\nSe habla Español", + 75 + ], + [ + "The CLEANEST apartment in New York City!!", + 89 + ], + [ + "Spacious Comfy Space, Full of Light", + 55 + ], + [ + "1 SUNNY MASTER BEDROOM LOWER EAST SIDE", + 100 + ], + [ + "Art & home", + 60 + ], + [ + "JFK/Queens House of Suedajoy#1(Disc by flexibility", + 60 + ], + [ + "Duke Ellington Studio", + 77 + ], + [ + "Cozy Room in Brooklyn", + 50 + ], + [ + "Gorgeous Luxury 3 Bedroom steps from Prospect Park", + 250 + ], + [ + "A great experience in a fashionable neighborhood", + 80 + ], + [ + "Nice Bedroom A in Bushwick", + 43 + ], + [ + "Private bedroom in large Chelsea apartment", + 99 + ], + [ + "Nice Bedroom B in Bushwick", + 43 + ], + [ + "Nice Bedroom C in Bushwick", + 43 + ], + [ + "Beautiful apartment - easy access to all", + 60 + ], + [ + "Cozy Room Available in Brooklyn", + 52 + ], + [ + "Your Crown Heights 1 bedroom apartment", + 110 + ], + [ + "COMFORT ZONE", + 60 + ], + [ + "Comfy Brooklyn Studio", + 26 + ], + [ + "New clean cozy room private entrance paid parking", + 46 + ], + [ + "Large, private apartment in restored Brownstone.", + 200 + ], + [ + "MIDTOWN WEST NYC STUDIO", + 150 + ], + [ + "Luxe Master Bdrm Chelsea Doorman Gym/RoofDeck/Elev", + 80 + ], + [ + "Your Room at Roselle’s, Bronx", + 65 + ], + [ + "STUDIO - Boho Chic Sanctuary in Lower East Side", + 130 + ], + [ + "Perfect room in between walks&fun in Manhattan", + 90 + ], + [ + "Comfortable shared apartmant by Times Square", + 75 + ], + [ + "Zen in Brooklyn", + 40 + ], + [ + "Masterful bedroom & private bathroom in Astoria", + 47 + ], + [ + "Prime Location 3 Bedrroms Apartment", + 450 + ], + [ + "Spacious & Private Apt steps to Prospect Park", + 150 + ], + [ + "Open studio in Bushwick", + 110 + ], + [ + "Bright, spacious, ensuite bedroom in Williamsburg", + 101 + ], + [ + "3 BdRm Apt, 8min to LGA & 25mins to JFK,Manhattan", + 135 + ], + [ + "Private Room in Comfortable Bushwick Apartment", + 55 + ], + [ + "2 Bathrooms-Modern Room in Queens (3)", + 51 + ], + [ + "NEW Bright-2 bath/4min to train and 10minto LGA(1)", + 39 + ], + [ + "Modern: 5mins to train; 30min to Times-2 Bath (2)", + 37 + ], + [ + "5mins to train; New York Modern Home- (5)", + 37 + ], + [ + "Newly Renovated-5mins to train; 30mins to City (4)", + 37 + ], + [ + "AC Room W/ Bathroom close to Northwell and JFK!", + 75 + ], + [ + "BEAUTIFUL SUNNY ROOM!", + 25 + ], + [ + "Hotel-like Studio- loft Wall Street", + 130 + ], + [ + "3 Bed + 2 Bath Trendy Upper East Apartment", + 479 + ], + [ + "Convenient and Comfy - minutes from Manhattan!", + 150 + ], + [ + "Cozy Exposed Brick Private Room with bathroom", + 89 + ], + [ + "Perfect Southside Williamsburg", + 220 + ], + [ + "BRIGHTON APARTMENT", + 175 + ], + [ + "Sparse room inside well-kept apartment", + 36 + ], + [ + "Cozy room close to subway", + 49 + ], + [ + "Bright cozy home close to Penn Station NYC❤️", + 135 + ], + [ + "Bushwick Awesome Apartment", + 84 + ], + [ + "Cozy studio, fully renovated! Near JFK & subway!", + 60 + ], + [ + "Charming Studio", + 170 + ], + [ + "COZY APARTMENT IN CENTRAL PARK", + 126 + ], + [ + "The Perfect Brooklyn Apt, Bushwick/Williamsburg", + 100 + ], + [ + "Columbia University Area", + 55 + ], + [ + "Cozy East Village studio", + 159 + ], + [ + "Cozy BK Bungalow", + 90 + ], + [ + "Quiet Garden Level Studio in the heart of Brooklyn", + 90 + ], + [ + "Private room with Visit queens #5", + 30 + ], + [ + "Brooklyn Designer Home!!!", + 325 + ], + [ + "Just renovated, modern, bright Lower East Side 1BR", + 250 + ], + [ + "A Penthouse in Manhattan", + 550 + ], + [ + "Cozy Home in Brooklyn Prime Location", + 70 + ], + [ + "Lower Duplex w/Private Access+Bath by Yankees stop", + 80 + ], + [ + "Luxury High Line Chelsea Doorman, Roof Deck/Gym", + 150 + ], + [ + "Upper Duplex w/Private Access+Bath by Yankee Stop", + 80 + ], + [ + "LUXE PRIVATE HUGE 30FL ONE OF A KIND VIEW! UES", + 83 + ], + [ + "Room with a view in Greenpoint", + 80 + ], + [ + "NYC Couch Crashers, Travelers, Tourists & Nomads", + 50 + ], + [ + "Cozy room prime Williamsburg, 3 min to waterfront", + 60 + ], + [ + "Private 1 Bedroom in the Heart of Queens", + 40 + ], + [ + "Family-friendly apartment in Harlem MANHATTAN", + 165 + ], + [ + "Spacious one-bedroom apartment in Cobble Hill", + 130 + ], + [ + "Sunny in Williamsburg: Amazing Location", + 65 + ], + [ + "Big Boho-Brooklyn Heights Studio Room", + 50 + ], + [ + "The Cozy Brooklyn Studio II; limited time offer", + 60 + ], + [ + "Cat on a Venue", + 42 + ], + [ + "Gorgeous 1-2 BDR apartment in the Lower East Side", + 158 + ], + [ + "Soulful & Spacious E.V home for two or just you.", + 174 + ], + [ + "Boho/Artsy Sunnywood studio! 20 min to Midtown", + 65 + ], + [ + "Location, Luxury, and Ease: Midtown Manhattan Gem", + 380 + ], + [ + "L’AFRIQUE, C’EST CHIC! - 2 Bedroom Apartment", + 110 + ], + [ + "A cozy garden apartment", + 145 + ], + [ + "Cool apartment in Brooklyn with free cinema & gym", + 77 + ], + [ + "Cinema + gym included with room", + 99 + ], + [ + "Cozy room in 2BR apartment at the Upper East", + 89 + ], + [ + "Cozy room on the UES", + 98 + ], + [ + "Posh Park Avenue 1BR w/ Gym, Doorman in Midtown by Blueground", + 305 + ], + [ + "Clean Overnight sofa bed By Times Square", + 75 + ], + [ + "Great location shared place by Times Square", + 70 + ], + [ + "Room 2- Go Back in Time in Historic Victorian Home", + 68 + ], + [ + "Immaculate townhouse in Clinton Hill, Brooklyn", + 450 + ], + [ + "Cozy Furnished Room in Heart of Crown Heights 3BR", + 40 + ], + [ + "Spacious Private Apartment near JFK!!", + 75 + ], + [ + "Cute private room in friendly shared living space", + 50 + ], + [ + "Nolita One Bedroom, in heart of town very quiet", + 200 + ], + [ + "Spacious Apartment in the heart of Manhattan!", + 290 + ], + [ + "Cuarto para 3", + 50 + ], + [ + "Last stop on the L train.", + 175 + ], + [ + "Surburban Home Near The Pier", + 125 + ], + [ + "Spacious one bedroom apartment in Chelsea", + 96 + ], + [ + "Lofty 2 Bedroom in Top Gramercy Location!", + 250 + ], + [ + "Turn-Key Studio - Upper East Side - great location", + 135 + ], + [ + "Bright and modern apartment in Williamsburg!", + 140 + ], + [ + "Cozy Bushwick Room :)", + 45 + ], + [ + "Lovely room in heart of Williamsburg", + 75 + ], + [ + "Sweet Studio Manhattan", + 220 + ], + [ + "**Spacious 47th-Floor Apt** Convenient Location", + 186 + ], + [ + "Comfy Basement Studio", + 70 + ], + [ + "Bright & Quiet Minutes from Washington Square Park", + 175 + ], + [ + "Easy Street in Brooklyn!", + 55 + ], + [ + "Studio apartment w/ balcony near subway!", + 95 + ], + [ + "Beautiful Bedroom Near Barclays!", + 640 + ], + [ + "luxury 2 bedrom, 1 bath, 1 living room top FL view", + 278 + ], + [ + "Beautiful Studio", + 125 + ], + [ + "Harlem Gem", + 150 + ], + [ + "Monkey Jackson height cozy", + 65 + ], + [ + "Sunny Bushwick Bedroom", + 43 + ], + [ + "one Bed in room", + 250 + ], + [ + "Sunny Williamsburg Home", + 285 + ], + [ + "queens get away!!", + 65 + ], + [ + "Spacious One-Bedroom in the Hills of Inwood", + 85 + ], + [ + "1 bedroom in heart of Union Square", + 120 + ], + [ + "Cozy quarters for your getaway!", + 165 + ], + [ + "Decent Private bedroom in 3 bd apartment.", + 39 + ], + [ + "Spacious room near CU Mailman campus", + 39 + ], + [ + "Gay friendly in NYC", + 40 + ], + [ + "Chelsea Luxury Alcove Studio", + 250 + ], + [ + "Classic Brooklyn Apartment", + 140 + ], + [ + "Super cozy private room in artist's apartment", + 60 + ], + [ + "Bright Williamsburg Condo", + 250 + ], + [ + "Bright One Bedroom on the Upper East Side", + 200 + ], + [ + "Beautiful 3 bed 2 bath blocks fr subway in Astoria", + 135 + ], + [ + "Cozy and charming 01 bedroom studio", + 120 + ], + [ + "Cozy Brooklyn Room, Close to Everything :)", + 48 + ], + [ + "2 bedroom tourist heaven with outdoor space.", + 200 + ], + [ + "The Sweet Spot of NYC", + 55 + ], + [ + "♥Private Master Bath | Express Train+Free Parking☆", + 86 + ], + [ + "Comfort, light and calm just 3 minutes from mid-town", + 130 + ], + [ + "Chic + Relaxing Vibe + Close to Subway", + 112 + ], + [ + "Jestina's Place: Private bedroom & livingroom!", + 70 + ], + [ + "Beautiful Bright Apartment Soho", + 275 + ], + [ + "Minimalist Brooklyn Artist's Loft (Fort Greene)", + 150 + ], + [ + "Studio Apartment in Manhattan", + 175 + ], + [ + "Designer Loft - Best location in Williamsburg", + 378 + ], + [ + "Upper West Apartment next to Central Park NEW!", + 150 + ], + [ + "Beautiful 420-Friendly Private Bedroom & Bath", + 65 + ], + [ + "Bronx Cozy 1 Bedroom Apartment with entire access.", + 85 + ], + [ + "Staten Island Studio", + 57 + ], + [ + "Great Home&Host, next to 1 train", + 46 + ], + [ + "Heart of Astoria 3 bedrooms apt", + 190 + ], + [ + "Beautiful Private Room 5 min away from Mid-town", + 70 + ], + [ + "Chill Space in Williamsburg Great for Exploring", + 60 + ], + [ + "Manhattan Gem", + 125 + ], + [ + "Bright spacious 1BD w/ CAT, Minutes from Manhattan", + 175 + ], + [ + "NEW-BRIGHT-SPACIOUS-LES-W/D-2BATH-BY TRAIN-ROOFTOP", + 100 + ], + [ + "West Village 1 br apartment w skylight&fireplace", + 245 + ], + [ + "Sunny One Bedroom in Bed Stuy Close to Train", + 68 + ], + [ + "16 mins to City - Entire 1 bedrm Williamsburg apt", + 85 + ], + [ + "Stylish bedroom in Park Slope near Barclays", + 95 + ], + [ + "Private Room in the Heart of Financial District", + 110 + ], + [ + "Huge bedroom with lots of light & free yoga/sauna!", + 74 + ], + [ + "Room in Cozy Apartment", + 53 + ], + [ + "Very small room near CUMC", + 45 + ], + [ + "Lofted bedroom with private bath, yard & tub", + 125 + ], + [ + "Private room w/memory foam QUEEN bed SUNNY space", + 95 + ], + [ + "Sunny Private Room in Prime Bushwick on the park!", + 45 + ], + [ + "Brooklyn Duplex w manhattan flare", + 250 + ], + [ + "Spacious & Cozy Historical Flat", + 300 + ], + [ + "Spacious, sunny duplex in Fort Greene, Brooklyn", + 148 + ], + [ + "Shared Room 1 Stop from Manhattan on the F Train", + 55 + ], + [ + "Large, Sunny Private Bedroom in Kingsbridge, Bronx", + 47 + ], + [ + "Bookish apt near City College, Columbia University", + 250 + ], + [ + "Modern Luxury Studio in Manhattan", + 115 + ], + [ + "Quiet Oasis. A nice break from city chaos.", + 55 + ], + [ + "♥Private Home Express Subway Station+Free Parking☆", + 140 + ], + [ + "Clean Spacious Duplex by Yankee Stadium", + 240 + ], + [ + "Apartment near Grand Central. Great Location", + 140 + ], + [ + "Apto En la exclusiva zona Austin St, Forest Hills", + 120 + ], + [ + "478 BROOKLYN 2 bedrooms/2 bathrooms (974sf)", + 200 + ], + [ + "A place to call home away from home", + 50 + ], + [ + "Huge Private Garden Apt - Memory Foam Mattress", + 49 + ], + [ + "Spacious Fort Greene Apartment Near All Trains", + 175 + ], + [ + "Spacious, 1 bdr apartment. Great light and views.", + 180 + ], + [ + "Lisa's Comfort Zone", + 70 + ], + [ + "LUXURY TWO BEDROOM TWO BATHROOM APT", + 400 + ], + [ + "Excellent for Vacation or Business - Heart of NYC", + 199 + ], + [ + "Private Apartment steps from Central Park", + 194 + ], + [ + "Garden Apartment", + 500 + ], + [ + "Queen Bedroom besides Central Park, West Side", + 105 + ], + [ + "Female Only UWS Apartment", + 70 + ], + [ + "Room in the heart of Williamsburg, Brooklyn", + 50 + ], + [ + "BEST value in Midtown! 1-bdrm luxury condo.", + 187 + ], + [ + "Bright, spacious loft in the heart of Soho", + 250 + ], + [ + "Cozy Studio Apartment in East Village", + 53 + ], + [ + "Confortable and full furnished private bedroom", + 50 + ], + [ + "Peaceful apartment near Prospect Park", + 100 + ], + [ + "Modern, Comfortable and Clean Bushwick Apartment", + 65 + ], + [ + "Lower East Side Oasis (private room)", + 110 + ], + [ + "Bright and spacious room two blocks from park!", + 36 + ], + [ + "Private Cozy Room", + 40 + ], + [ + "Chelsea Studio Steps from Madison Square Garden", + 185 + ], + [ + "Entire sunny 2-floor loft in East Williamsburg", + 175 + ], + [ + "Private room in a huge Red Hook loft", + 65 + ], + [ + "Private Room in Crown Heights", + 42 + ], + [ + "Shared male room with bunk beds for rent for MALE", + 25 + ], + [ + "Cozy, Sunny Bedroom available in Crown Heights", + 72 + ], + [ + "Upper West Side Manhattan Comfort 2", + 45 + ], + [ + "Hip 1 Bedroom w/Buddha Awaits You in Brooklyn", + 77 + ], + [ + "Cozy 1 Bedroom on the Upper West Side", + 120 + ], + [ + "Brooklyn One-bedroom: steps from Prospect Park", + 70 + ], + [ + "Private Sunshine Room", + 35 + ], + [ + "Private & Peacful | Entire Place | High-Line", + 200 + ], + [ + "Private, Spacious 2BR Apt", + 70 + ], + [ + "Modern, lux BDR breakfast airport pickup included!", + 100 + ], + [ + "La Quinta Central Park West", + 179 + ], + [ + "Cozy Upper East Side Studio Apartment", + 110 + ], + [ + "2-bdrm Luxury Condo in Midtown", + 374 + ], + [ + "Comfortable Kips Bay for the Holidays", + 133 + ], + [ + "2 Bedroom Brooklyn Apt Minutes from NYC Landmarks.", + 175 + ], + [ + "Bedstuy/Bushwick home in the urban jungle", + 42 + ], + [ + "1 private bedroom in Lower East Side, Manhattan", + 350 + ], + [ + "2 Bedroom by Bayside Train 21 mins from Manhattan", + 200 + ], + [ + "Brooklyn Villa", + 65 + ], + [ + "Spacious room in Williamsburg", + 55 + ], + [ + "Matilda's House", + 150 + ], + [ + "Harlem Hideaway", + 115 + ], + [ + "Comfortable Shared Apt In Midtown", + 75 + ], + [ + "Room 3 - 1920's Style in Historic Victorian Home", + 62 + ], + [ + "Private Bedroom w/ Balcony view of Central Park", + 139 + ], + [ + "Beauty Renovated 1br +Balcony fully furnished!", + 150 + ], + [ + "Neat room at great location", + 75 + ], + [ + "omoh comfort", + 45 + ], + [ + "Welcoming space w/ private room in Upper Manhattan", + 90 + ], + [ + "One bedroom apt in Astoria, close to subway stop", + 113 + ], + [ + "Beautiful two Bedroom Apartment", + 100 + ], + [ + "Beautiful 2 level apt, center of it Fort Greene!", + 186 + ], + [ + "Sunny 1BR in Sunnyside, Queens", + 60 + ], + [ + "LATE CHECK IN DISCOUNT! NO CLEANING FEE! 2/5 train", + 34 + ], + [ + "Safe Area Huge Room/ELECTRIC MASSAGE BED QUEENS,NY", + 72 + ], + [ + "The Turquoise Room", + 42 + ], + [ + "Luxurious, Sunny Apartment Overlooking Park", + 250 + ], + [ + "Family studio beside Empire State #68", + 120 + ], + [ + "Family Studio beside Empire State #3", + 120 + ], + [ + "Double Studio beside Empire State #6", + 107 + ], + [ + "Deluxe Studio view Empire State #10", + 137 + ], + [ + "Deluxe Apartment view Broadway #5", + 163 + ], + [ + "One Bedroom Apartment beside Empire State #9", + 153 + ], + [ + "Family Studio beside Empire State #53", + 120 + ], + [ + "Deluxe Studio view Empire State #8", + 137 + ], + [ + "Family Studio besides Empire State Building #59", + 120 + ], + [ + "Deluxe Studio view Broadway #4", + 163 + ], + [ + "One Bedroom Apartment beside Empire State #4", + 153 + ], + [ + "Family Studio beside Empire State #52", + 137 + ], + [ + "Family Studio near Empire State #56", + 120 + ], + [ + "Family Apartment One Bedroom beside Empire State #62", + 208 + ], + [ + "One Bedroom Apartment beside Empire State #6", + 153 + ], + [ + "Deluxe Apartment Fith Ave View #89", + 163 + ], + [ + "Sunlit Charming Studio in Park Slope", + 110 + ], + [ + "♔ 1min to Center of Times Square & 42nd St. ♔", + 400 + ], + [ + "Live like a New Yorker! Easy access to all...", + 65 + ], + [ + "4 bdrm Riverdale apt, 15-30 minutes to Manhattan", + 360 + ], + [ + "Beautiful 1 BD Apt in Upper West Manhattan", + 120 + ], + [ + "Great Price: Williamsburg Brooklyn Loft off L stop", + 95 + ], + [ + "Private Bedroom in Apartment in Bushwick & Bedstuy", + 50 + ], + [ + "Sunny Room in Williamsburg", + 65 + ], + [ + "Nice place for ladies only", + 26 + ], + [ + "PARK SLOPE REDESIGNED apt 2 BDRS trains F,G,R,2,3!", + 189 + ], + [ + "Large and beautiful room in Bedford", + 60 + ], + [ + "Stylish, Peaceful Greenpoint Bed & Bath", + 150 + ], + [ + "1 Bedroom Apt with Terrace in East Village-Terrace", + 400 + ], + [ + "Private Bedroom in a well-furnished Manhattan Apt", + 90 + ], + [ + "2 Bedroom Presidential Suite - Wyndham Midtown 45", + 400 + ], + [ + "Luxurious Three Bedroom", + 245 + ], + [ + "Spacious private bedroom across from Fulton Center", + 100 + ], + [ + "Brownstone 439", + 125 + ], + [ + "Stunning designer loft in the heart of Downtown", + 220 + ], + [ + "Bright private bedroom in Prime Williamsburg!", + 49 + ], + [ + "Comfy and Spacious Oasis in Artsy Neighborhood", + 55 + ], + [ + "Fort Greene 3 bedroom duplex apartment", + 250 + ], + [ + "Gramercy Park. Private, on the park", + 110 + ], + [ + "1 bedroom in a 2 bedroom house", + 45 + ], + [ + "1bedroom with private bathroom", + 100 + ], + [ + "Huge 1BR Wes Anderson Style Manhattan Apartment", + 175 + ], + [ + "Large Room in Brownstone, heart of historic Harlem", + 81 + ], + [ + "Beautiful Shared Apt in West Midtown", + 75 + ], + [ + "Bright cozy room near Subway (M, J, Z, G trains)", + 37 + ], + [ + "Spacious shared room in modern Bed-Stuy", + 32 + ], + [ + "Luxury Townhouse w Balcony in West Village / Soho", + 200 + ], + [ + "Lovely, sunny apt in Williamsburg close to L", + 120 + ], + [ + "Lovely 2 bdr loft in Clinton Hill, Brooklyn", + 150 + ], + [ + "Large and bright private space in shared house!", + 70 + ], + [ + "Compact & Cozy Greenpoint Room", + 40 + ], + [ + "Private room only 1 min from Empire state Building", + 108 + ], + [ + "Two bedroom near the Cloisters", + 91 + ], + [ + "Private Bedroom in Greenpoint", + 140 + ], + [ + "Sonder | 180 Water | Lovely 1BR + Rooftop", + 212 + ], + [ + "The Greenland In Harlem NYC", + 105 + ], + [ + "The Yellow CropTop in Harlem NYC", + 147 + ], + [ + "Sonder | 180 Water | Delightful 1BR + Rooftop", + 205 + ], + [ + "Cozy LES 1 Bedroom!", + 92 + ], + [ + "Home Away From Home-2", + 139 + ], + [ + "Sunny and Spacious Artist's Haven", + 100 + ], + [ + "SUNNY X-LARGE ROOM WITH RIVER VIEWS", + 55 + ], + [ + "Comfortable 1 Bedroom Gem in Chinatown / Lil Italy", + 80 + ], + [ + "Private light filled room in spacious apartment", + 75 + ], + [ + "2e chambre pour 1 personne où couple", + 40 + ], + [ + "Entire Apartment in super convenient location", + 400 + ], + [ + "Sonder | 180 Water | Luxurious 1BR + Rooftop", + 205 + ], + [ + "Large Master Bedroom & Private Bath", + 70 + ], + [ + "Private Room", + 80 + ], + [ + "Spacious Sunny Studio- heart of Lower East Side", + 220 + ], + [ + "Sonder | 180 Water | Stunning 1BR + Rooftop", + 215 + ], + [ + "Gorgeous Room in Downtown Designer Apartment", + 119 + ], + [ + "Grad Pad Oasis", + 44 + ], + [ + "One Bedroom Apt with a terrace + view - Times Sq", + 199 + ], + [ + "Spacious & Sunny Central Park West Apartment", + 190 + ], + [ + "Private room in beautiful Brooklyn apartment", + 45 + ], + [ + "Room for rent in a family house", + 60 + ], + [ + "1 BR Near Union Square - a bridge to all boroughs", + 178 + ], + [ + "Luxe Elegance in the <3 of Brooklyn", + 750 + ], + [ + "Sunny Room in Townhouse near Central Park", + 175 + ], + [ + "Room w private bathroom, shower & patio", + 49 + ], + [ + "Cozy Oasis is Clinton Hill.", + 130 + ], + [ + "Brooklyn's Best Kept Secret", + 135 + ], + [ + "Spacious brand new apartment 2 bedrooms - 2bath", + 100 + ], + [ + "2 Bedroom Apt Newly renovated-10 Min to Times SQ.", + 325 + ], + [ + "Luxurious Brooklyn Getaway - Two Bedroom Apartment", + 150 + ], + [ + "Marlborough Road Air BnB", + 100 + ], + [ + "Private Room in Big Classic Williamsburg Art Space", + 45 + ], + [ + "Sunny, clean & cozy room in Williamsburg", + 75 + ], + [ + "Quiet and Secluded Bedroom in East Harlem", + 30 + ], + [ + "Bushwick Oasis", + 130 + ], + [ + "Private master bed and bath in Astoria", + 75 + ], + [ + "Cozy, Eclectic Brooklyn Getaway", + 105 + ], + [ + "Spacious modern Apt-only 2feet from Subway!", + 75 + ], + [ + "PRIVATE CLEAN APARTMENT, NEXT TO CENTRAL PARK!", + 150 + ], + [ + "Very Spacious 1BR with Park View", + 89 + ], + [ + "Large Yankee stadium Bronx bedroom in spacious apt", + 57 + ], + [ + "Central Park West Hotel", + 800 + ], + [ + "COZY PRIVATE ROOM, FLUSHING QUEENS Big room", + 50 + ], + [ + "*Prime East Village* Quiet & Spacious 2BR Flat", + 325 + ], + [ + "Spacious,sunny, artistic loft by the L train", + 300 + ], + [ + "Central Park Hotel", + 219 + ], + [ + "Artsy NYC Apt & BACKYARD, 7 Minutes to Manhattan", + 150 + ], + [ + "ARTIST APARTMENT, PERFECT LOCATION", + 99 + ], + [ + "Gjob", + 100 + ], + [ + "Modern Harlem Gem", + 250 + ], + [ + "Spacious formal apt mins from midtown or Columbia", + 150 + ], + [ + "Spacious Park View Parlor Floor, Artists Townhouse", + 112 + ], + [ + "West Village Paradise - Large 1 bedroom", + 175 + ], + [ + "Great Space Location Location Location", + 95 + ], + [ + "Charming & inviting Brooklyn Brownstone apartment", + 100 + ], + [ + "Sonder | 180 Water | Grand 1BR + Rooftop", + 220 + ], + [ + "Sonder | 180 Water | Bold 1BR + Rooftop", + 227 + ], + [ + "Super sunny 1BR apartment in West Village", + 280 + ], + [ + "Luxurious Townhouse in Williamsburg", + 750 + ], + [ + "Bright & spacious room in Brooklyn sanctuary", + 55 + ], + [ + "Soho Studio In heart of Manhattan", + 165 + ], + [ + "1 bedroom apartment on West 34th street", + 200 + ], + [ + "Studio on East 44th street and 2nd Ave", + 159 + ], + [ + "1 bedroom apartment on Columbus Avenue", + 200 + ], + [ + "SPACIOUS HARLEM APT", + 93 + ], + [ + "Private and Cozy in the Heart of Flatbush Avenue", + 125 + ], + [ + "WEST BROADWAY RESIDENCE", + 100 + ], + [ + "HUGE *SUITE*, with EN SUITE, AC/Heat", + 105 + ], + [ + "Floor-Thru, One BR + Loft -- 23 Mins to Manhattan", + 99 + ], + [ + "2BR Wakefield Bronx 20 min NYC 10 min Westchester", + 69 + ], + [ + "Large Private Room. Safe area. Near 4 and D trains", + 47 + ], + [ + "Private room in Hamilton Heights", + 50 + ], + [ + "Luxury Bedroom in a Cozy, Relaxed NYC Atmosphere!", + 120 + ], + [ + "Sonder | 180 Water | Bright 1BR + Rooftop", + 210 + ], + [ + "Spacious Brooklyn Brownstone with Backyard & Cat", + 84 + ], + [ + "Astoria Prime", + 89 + ], + [ + "Private room in prime Greenpoint-Steps to G train!", + 90 + ], + [ + "Sonder | 180 Water | Sleek 1BR + Rooftop", + 222 + ], + [ + "Charming Studio on Upper East Side", + 100 + ], + [ + "Sonder | 180 Water | Beautiful 1BR + Rooftop", + 227 + ], + [ + "Luxury appartement!", + 220 + ], + [ + "Beautiful Large 1br in the middle of Manhattan", + 172 + ], + [ + "Huge Williamsburg Loft w/ kids friendly amenities.", + 550 + ], + [ + "TheBlueHouse. EntireHome. BabyGrand. FreeParking.", + 800 + ], + [ + "Chic & Modern 2 Bedroom On Upper East Side", + 162 + ], + [ + "Forest Hills-Easy Parking-Easy commute to midtown!", + 175 + ], + [ + "Flushing 旅游,探亲,留学生首选 private bedrm, bath, livingrm", + 149 + ], + [ + "Better than hotel whole apt next 2 MAIN ST Flushin", + 149 + ], + [ + "COSY SPACIOUS LOFT IN EAST WILLIAMSBURG", + 190 + ], + [ + "STYLISH / HUGE 5 BEDROOM APT ON LOWER EAST SIDE", + 600 + ], + [ + "Large, Sunny Williamsburg Apt - Private Room :)", + 96 + ], + [ + "First floor #6", + 125 + ], + [ + "Spacious studio, centrally located to all of NYC", + 166 + ], + [ + "Comfortable home in the heart of it all", + 45 + ], + [ + "Big, Sunny 1 Bed- Roof Top Access-Central Location", + 75 + ], + [ + "Sunny Bedroom in East Harlem", + 30 + ], + [ + "Delnewyorkroom", + 70 + ], + [ + "Upper West Side 2 Bedroom", + 300 + ], + [ + "Entire 2 bedroom Brownstone apt - Bedstuy Brooklyn", + 200 + ], + [ + "Downtown private room (Queen Bed) + BREAKFAST", + 160 + ], + [ + "Large Manhattan Duplex 30 mins to Times Square!", + 300 + ], + [ + "Clean Room right by Columbus Circle / Central Park", + 90 + ], + [ + "Location! Location! Location! Quiet and Cozy, 3 bd", + 375 + ], + [ + "Cozy Mid Century Modern Studio 15 min to Manhattan", + 100 + ], + [ + "Queen Charlotte’s in B’klyn (accommodation for 1)", + 50 + ], + [ + "A private bedroom in the Heart of the East Village", + 89 + ], + [ + "Park-lovers Paradise in Central Manhattan", + 60 + ], + [ + "Modern style apartment in the heart of Bushwick", + 100 + ], + [ + "Newest private room / 15 mins to Manhattan", + 65 + ], + [ + "(AB) 2 rooms - 4 ppl private and sharing bath", + 100 + ], + [ + "G&G Brooklyn Palace", + 125 + ], + [ + "(BC) 2 rooms 4 ppl 1 sharing bath", + 100 + ], + [ + "Newly & Comfy Shared room close to Manhattan", + 35 + ], + [ + "Bright and Beautiful 1BR in Downtown Flushing", + 85 + ], + [ + "Cozy private room in the Heart of Williamsurg!", + 86 + ], + [ + "Blue House on Martense", + 30 + ], + [ + "One Central Park", + 600 + ], + [ + "Zen Private Bedroom ~Hamilton Heights, NY", + 99 + ], + [ + "Large, sunny, private uptown apartment!", + 50 + ], + [ + "Historic Brownstone - Full Floor - Central Harlem", + 270 + ], + [ + "A Gem close to every Borough in NYC!!", + 195 + ], + [ + "Il Ponte *LES* Suite - free street Parking & Wifi", + 110 + ], + [ + "Snug & Cozy 1 Bedroom -Hamilton Heights, NY", + 80 + ], + [ + "Chic 2 Bedroom in East Harlem", + 85 + ], + [ + "Perfect Spot For Your Next NYC Visit", + 125 + ], + [ + "Friendly & nice place for family", + 190 + ], + [ + "Modern Home with Exposed Brick on a Quiet Street", + 75 + ], + [ + "2 bedrooms in a Red Hook Brooklyn home!", + 55 + ], + [ + "Bed Stuy Brownstone 50 steps to the Train :)", + 35 + ], + [ + "Sunny Room w/ private bath", + 48 + ], + [ + "★Minimalist Spacious Bright sunny room in Midtown★", + 129 + ], + [ + "Luxury Apartment close to Time Square, NYC", + 139 + ], + [ + "★ Clean/Trendy/Sunny room ★ in the center of NYC", + 129 + ], + [ + "Luxury Soho Loft", + 400 + ], + [ + "Tree Lined Block in Celebs Fave Neighborhood!", + 240 + ], + [ + "The Spark Spot", + 85 + ], + [ + "Suite Dante-15 min Central Park+free street park", + 105 + ], + [ + "Large 3 Bedroom Loft in Heart of Williamsburg", + 600 + ], + [ + "Charming Bright Apartment Minutes From Manhattan", + 110 + ], + [ + "Bright, super spacious 1.5 bedroom apt", + 280 + ], + [ + "Sunny room in Bushwick loft with private balcony", + 75 + ], + [ + "Beautiful room in renovated apt; steps from subway", + 50 + ], + [ + "Tidy Room In Convenient Brooklyn Apartment", + 40 + ], + [ + "Lovely Room!", + 60 + ], + [ + "Large 2BR in downtown Manhattan", + 375 + ], + [ + "Central Park View-Free Museum Tickets-Private Room", + 30 + ], + [ + "Cozy and Sunny Space near Prospect Park", + 45 + ], + [ + "The Sunset Affair", + 100 + ], + [ + "Spacious getaway room in the heart of Bushwick", + 67 + ], + [ + "Spacious East village apartment", + 200 + ], + [ + "Bedroom in Harlem near Central Park", + 65 + ], + [ + "New 2-Bedrooms on Grymes Hill", + 110 + ], + [ + "Friendly, unpretentious, close to the subway", + 49 + ], + [ + "Beautiful huge room with a lovely Bay Window", + 39 + ], + [ + "*Location, Location | Chelsea | Meat Packing*", + 199 + ], + [ + "Cozy, Convenient 10 min from Manhattan !", + 65 + ], + [ + "Elegant room in Harlem", + 45 + ], + [ + "2 BR APT in the heart of Hell's Kitchen - Times SQ", + 196 + ], + [ + "Cozy Brooklyn Oasis 20min to Manhattan(for 1 or 2)", + 65 + ], + [ + "Wendy's New York Homestay", + 47 + ], + [ + "Marce’s Retreat- Perfection in NYC!", + 110 + ], + [ + "Apartment in Midtown East", + 240 + ], + [ + "Cozy bedroom in the heart of South Harlem", + 45 + ], + [ + "A house in Flatbush.", + 225 + ], + [ + "Sunlit Williamsburg Apartment, Prime Location", + 200 + ], + [ + "Sun-filled room in a lovely house", + 45 + ], + [ + "1 Bdrm 1.5 Bath Midtown Condo", + 171 + ], + [ + "Cheap Rental in Manhattan Downtown!", + 70 + ], + [ + "HUGE 1 bedroom in Manhattan", + 170 + ], + [ + "Sun-filled Artist Home 1BR in convenient L.I.C !", + 125 + ], + [ + "Artist friendly: entire apt near Prospect Park", + 45 + ], + [ + "Spacious 1 Bedroom in TriBeCa", + 150 + ], + [ + "1Br available in luxury building Park Slope", + 106 + ], + [ + "1 Private Bedroom in Beautiful Park Slope Apt.", + 80 + ], + [ + "Very convinced new room for 2 at affordable price", + 50 + ], + [ + "Renovated room perfect for 2 guests exploring NYC", + 50 + ], + [ + "Renovated Studio Apt! Walk to the Subway & Ferry!", + 90 + ], + [ + "A lovely taste of Brooklyn with this small bedroom", + 60 + ], + [ + "Spacious Designer Furnished 2BR in E Williamsburg", + 154 + ], + [ + "Old School New York", + 80 + ], + [ + "Travelers Cozy New York Getaway", + 65 + ], + [ + "Comfy , Cozy, New York Getaway for Travelers", + 65 + ], + [ + "Oasis in The East Village", + 149 + ], + [ + "Sunny room in Williamsburg", + 66 + ], + [ + "Beautiful 4 Bedroom Apartment", + 150 + ], + [ + "Designer's Beautiful 2BR Apartment in NOLITA/SOHO", + 2990 + ], + [ + "Love Nest, Just for 2", + 69 + ], + [ + "2 Sofa-beds in Livingroom- Check in: 5:45pm - 11pm", + 30 + ], + [ + "Beautiful room . Williamsburg / Greenpoint", + 65 + ], + [ + "Cozy Bedroom with Queen Size Bed", + 31 + ], + [ + "Private Sunny Apt In Beautiful Brooklyn Brownstone", + 120 + ], + [ + "Genuine Lower East Side 1BR apt", + 140 + ], + [ + "Bright, massive live/work space in Park Slope", + 55 + ], + [ + "LARGE COZY PRIVATE ROOM, FLUSHING QUEENS Cozy room", + 50 + ], + [ + "Sunny and Spacious East Williamsburg Room", + 60 + ], + [ + "Sonder | 116 John | Bright 1BR + Gym", + 179 + ], + [ + "Comfortable and cozy room in the heart of Astoria.", + 45 + ], + [ + "Sonder | 116 John | Lively 1BR + Gym", + 187 + ], + [ + "Great Room in Great apt!", + 50 + ], + [ + "Sonder | 116 John | Intimate 1BR + Gym", + 179 + ], + [ + "Williamsburg large 2 Bedroom / 2 Bathroom", + 249 + ], + [ + "Sonder | 116 John | Warm 1BR + Gym", + 182 + ], + [ + "Cozy Room for 3, Only 1 Block From The Subway!", + 40 + ], + [ + "Clean an comfortable apartment", + 60 + ], + [ + "BEST LOCATION IN NY", + 50 + ], + [ + "Bright 2BR Private Backyard 25 min to Manhattan!", + 175 + ], + [ + "Modern Comfort in Carroll Gardens, Brooklyn", + 195 + ], + [ + "Best Room for 3, Only 1 Block From The Subway!", + 40 + ], + [ + "Beautiful room", + 60 + ], + [ + "Local hosts. Luxurious room few blocks to Q train", + 75 + ], + [ + "Private apartment in basement of private home", + 40 + ], + [ + "Large Studio in South Williamsburg", + 150 + ], + [ + "Clean Apt right by Columbus Circle / Central Park", + 115 + ], + [ + "106th and Amsterdam open, spacious apartment!", + 72 + ], + [ + "Beautifully Renovated Brownstone Apartment", + 95 + ], + [ + "Comfortable 2-Room Studio Apt with Backyard", + 100 + ], + [ + "Cute Private Bedroom in Brooklyn", + 75 + ], + [ + "Chic Bohemian 1 br in the heart of West Village", + 250 + ], + [ + "Downtown Loft Location w/ Skyline View & Studio", + 1000 + ], + [ + "Bright + Spacious apartment 3 blocks from the L", + 60 + ], + [ + "Charming one bedroom / West village", + 163 + ], + [ + "Small room in Midtown West", + 75 + ], + [ + "Urban Boudoir Available with Back Yard Access", + 48 + ], + [ + "Beautiful 1 bdrm in 3 bdrm (10 mins to Manhattah)", + 100 + ], + [ + "Beautiful Brooklyn Brownstone!", + 125 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 9A", + 339 + ], + [ + "Welcoming and Beautiful bedroom in Brooklyn.", + 40 + ], + [ + "Room #1 With Private Shower", + 60 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 5A", + 339 + ], + [ + "Room #3 Bright, Quiet, Near Race-track and Casino", + 65 + ], + [ + "Wyndham Midtown 45 (1 Bedroom Presidential) 3A", + 269 + ], + [ + "Wyndham Midtown 45 (1 Bedroom Presidential) 2A", + 269 + ], + [ + "Wyndham Midtown 45 (1 Bedroom Presidential) 1A", + 269 + ], + [ + "The Madison - A One Bedroom Apartment", + 300 + ], + [ + "BrightClean Studio near Grand Central (MurrayHill)", + 180 + ], + [ + "QUIET 1BR apartment CLOSE to EVERYTHING", + 200 + ], + [ + "Shared Room in Midtown East", + 63 + ], + [ + "It's Quiet Uptown", + 65 + ], + [ + "Spacious Stylish 2 br duplex in HK ft from Time SQ", + 300 + ], + [ + "The Most Delicious Airbnb Ever", + 100 + ], + [ + "Lush brownstone apartment in Park Slope", + 95 + ], + [ + "Bronx Penthouse", + 190 + ], + [ + "Private Garden Apt in Cobble Hill, Brooklyn", + 300 + ], + [ + "Cozy Apartment - Try NYC Living!", + 231 + ], + [ + "Sunny, Spacious Bed Stuy Dream Apartment", + 125 + ], + [ + "Cozy mezzanine bdrm in charming Bklyn neighborhood", + 45 + ], + [ + "Serene Central Park Getaway", + 64 + ], + [ + "Clean Private Room, 10 min from 2 subway lines.", + 150 + ], + [ + "Private Sunny Room in Park Slope", + 50 + ], + [ + "Comfortable and close to everything!", + 115 + ], + [ + "Large Sunny Bedroom in 2 bedroom Apt. near train", + 29 + ], + [ + "Jackson Heights Room Close to LGA", + 50 + ], + [ + "Private Confortable Queen size Bedroom in UES.", + 105 + ], + [ + "Bright-peaceful room - 30 Min From NYC", + 40 + ], + [ + "Private Studio in charming Tudor style home.", + 50 + ], + [ + "Modern One-bedroom Apartment in Manhattan", + 199 + ], + [ + "温馨小屋", + 49 + ], + [ + "Apartment in the heart of Williamsburg", + 105 + ], + [ + "Brooklyn Brownstone Charm*", + 50 + ], + [ + "Sunny Room in brand new apartment in Bushwick", + 45 + ], + [ + "Room in Greenpoint w/ private balcony and bathroom", + 95 + ], + [ + "Quiet, Sunny Bedroom in Lefferts Gardens", + 47 + ], + [ + "Bright & airy uptown sanctuary", + 100 + ], + [ + "Cozy private room / Williamsburg / L train", + 65 + ], + [ + "Times Square+Central Park Luxury Room", + 105 + ], + [ + "Room 5 - Quiet Retreat in Historic Victorian Home", + 50 + ], + [ + "Sun-filled, Mod 3BR Apt Steps from Prospect Park", + 175 + ], + [ + "1BR in Downtown Brooklyn", + 195 + ], + [ + "Charming Williamsburg Weekend Getaway", + 225 + ], + [ + "Room #2 Near JFK airport, Race-Track, Casino.", + 75 + ], + [ + "Sunny artist bedroom in Bedstuy", + 45 + ], + [ + "BRAND NEW PRIVATE STUDIO 5 BLOCKS TO CENTRAL PARK!", + 125 + ], + [ + "Bright and cozy room. Midwood, Brooklyn.", + 75 + ], + [ + "Bushwick Room w Private Bath, 1 Block to Subway", + 60 + ], + [ + "Modern home at excellent location", + 148 + ], + [ + "Cozy Studio Apartment", + 50 + ], + [ + "Modern Brooklyn Luxury 1 Bedroom", + 150 + ], + [ + "East Village Celebrity Townhouse", + 1000 + ], + [ + "Spacious Studio with Private Patio in Greenwood!", + 135 + ], + [ + "Big Bright 1BR Apt in the Heart of Brooklyn!", + 140 + ], + [ + "Lavish Private room w/ Private Bath in upper east", + 159 + ], + [ + "Entire apt in Manhattan. 15 mins to Times Square!", + 50 + ], + [ + "Best Place to stay", + 44 + ], + [ + "Sunny Harlem room: Ideal sublet for summer intern", + 49 + ], + [ + "Sunny East Village 3/2 Apt in Prime Location!", + 600 + ], + [ + "Bright room in sunny Prime Williamsburg pad.", + 70 + ], + [ + "Water views in two directions", + 295 + ], + [ + "Kiki’s Place!", + 200 + ], + [ + "Cozy Corner", + 49 + ], + [ + "The perfect williamsburg-greenpoint location", + 175 + ], + [ + "Cozy room in friendly Bed-Stuy apartment", + 45 + ], + [ + "Private Room in Bklyn Brownstone; 20 mins to NYC!", + 35 + ], + [ + "The Nile River", + 180 + ], + [ + "Beautiful red-brick bedroom in prime East Village", + 100 + ], + [ + "Home away from home", + 155 + ], + [ + "Private Bedroom-Upper East Side-Central Park", + 80 + ], + [ + "Upper East Side Cozy Room!!!", + 70 + ], + [ + "Enough space for couple:)", + 38 + ], + [ + "Cleo's Royale", + 70 + ], + [ + "Private Room in Astoria 15 mins to Manhattan / LGA", + 38 + ], + [ + "Comfort & Convenience in the middle of NYC!", + 75 + ], + [ + "Private Sunny Apartment on the Upper East Side", + 120 + ], + [ + "Charming UWS 1-bedroom, 1 block from Central Park!", + 200 + ], + [ + "Your private cozy Williamsburg apartment", + 160 + ], + [ + "Clean Private Room in Rosedale - Close to JFK+Mall", + 28 + ], + [ + "HUGE ARTSY DESIGNER APRT IN CHINATOWN W/ ELEVATOR", + 210 + ], + [ + "JFK;minutes to JFK;$2.50to Manhattan", + 37 + ], + [ + "2 Bedroom. Cozy, inexpensive", + 120 + ], + [ + "Huge, bright 1 bed w/ priv yard in Crown Heights!", + 77 + ], + [ + "Charming Bedroom in Luxury Highrise w/ Gym & Sauna", + 80 + ], + [ + "Pre-War 2BR Pad at Prospect Park", + 150 + ], + [ + "Sunny Williamsburg 1 Bedroom! A block from subway", + 124 + ], + [ + "Quiet room in Bushwick Apartment above Jefferson L", + 30 + ], + [ + "Manhattan private room 2 Columbia university area", + 65 + ], + [ + "Manhattan private room 3 Columbia university", + 65 + ], + [ + "Chill in Bushwick", + 55 + ], + [ + "Central Harlem Sanctuary for the Bookish Type(s)", + 90 + ], + [ + "Brookyln Brownstone Pied de Terre", + 225 + ], + [ + "Long Island City, Shared 2 bedroom apartment", + 48 + ], + [ + "Cosy private room in Central Harlem apartment", + 39 + ], + [ + "1 Bedroom in Luxury Building", + 88 + ], + [ + "Cozy apartment in Brooklyn, NY", + 159 + ], + [ + "Cozy studio in trendy Bushwick, Brooklyn", + 99 + ], + [ + "Big Room in Quiet Neighborhood", + 40 + ], + [ + "Room in Nice Apartment, Astoria. Great Area!", + 35 + ], + [ + "Big one Bedroom in Prospect Park", + 115 + ], + [ + "FLATIRON LUXURY HIGHRISE//STUNNING VIEWS//4 BEDS!!", + 620 + ], + [ + "Harlem", + 75 + ], + [ + "#1 Spacious Private Room", + 37 + ], + [ + "INCREDIBLE, Spacious 1 BDRM in the heart of SOHO.", + 200 + ], + [ + "Amazing Artsy&Trendy Building w/Private Bathroom", + 75 + ], + [ + "Cozy room with a comfortable bed", + 50 + ], + [ + "Lovely bedroom in the perfect two bedroom condo.", + 120 + ], + [ + "Private studio in East Village, affordable price", + 95 + ], + [ + "Stunning Brooklyn Suite", + 80 + ], + [ + "CLEAN & COZY PRIVATE ROOM SHARING APARTMENT QUEENS", + 50 + ], + [ + "Central Brooklyn Beautiful Rooms\nRoom Cozy\n#2", + 55 + ], + [ + "In the Heights!", + 48 + ], + [ + "Sunny 2br Apt in Bedstuy.. 20 mins to Manhattan!", + 100 + ], + [ + "New York on The Ocean", + 99 + ], + [ + "Private room in Manhattan(2名個室)", + 74 + ], + [ + "Private room in cozy prime Bushwick apartment", + 65 + ], + [ + "Amazing refuge near Prospect Park", + 158 + ], + [ + "XL Ensuite 5m to Ferry, RUMC, Snug Harbor", + 40 + ], + [ + "Midtown East furnished studio apartment", + 119 + ], + [ + "Beach Bungalow 2 Bedroom", + 325 + ], + [ + "Deluxe East Village Apartment: 2 Bed - 2 Bath", + 215 + ], + [ + "Cozy studio apartment in Bensonhurst", + 120 + ], + [ + "New penthouse with Manhattan and park views!", + 65 + ], + [ + "Large Opulent Studio Apartment Near Prospect Park", + 90 + ], + [ + "Luxury KING 2br, Airports & Times SQ minutes away", + 230 + ], + [ + "Convenience & Luxury, City andAirport minutes away", + 188 + ], + [ + "1 Bedroom+Piano Studio Manhattan Near Central Park", + 140 + ], + [ + "JFK Queens Home Away From Home House Of Suedajoy 2", + 60 + ], + [ + "Wonderfully cozy studio on Waverly w/nice backyard", + 95 + ], + [ + "Greenwich Village Master Bedroom!", + 100 + ], + [ + "Oasis in East Village", + 175 + ], + [ + "Spacious Bedroom in Prime Brooklyn Location", + 45 + ], + [ + "Room in Minimalist Brooklyn Loft (Fort Greene)", + 70 + ], + [ + "Harlem Charm in a Convenient Location.", + 60 + ], + [ + "Warm and Friendly Near Broadway and 96th", + 95 + ], + [ + "Charming 1 Bedroom apt at Bayridge", + 70 + ], + [ + "Quiet 1Bed Studio in heart of East Village", + 119 + ], + [ + "Dreamy Williamsburg Bedroom with Private Terrace", + 120 + ], + [ + "Harlem suit La barrio", + 115 + ], + [ + "Lovely apartment in affluent area of Manhattan", + 125 + ], + [ + "BedSTUY SupperCLUB", + 45 + ], + [ + "very cozy private bedroom within a 2 bedroom flat", + 89 + ], + [ + "Cozy and bright bedroom in South Williamsburg", + 75 + ], + [ + "Architect Loft, btw Soho & Tribeca, Private Roof", + 240 + ], + [ + "Brooklyn house", + 199 + ], + [ + "Beautiful sunny BR in fully renovated apartment !!", + 40 + ], + [ + "New One Bedroom 15-20 Min. From NYC! Close to all!", + 100 + ], + [ + "Beautiful sunlit spacious loft-like pvt. bedroom!", + 60 + ], + [ + "Modern sunlit apartment in the heart of Bushwick", + 45 + ], + [ + "LOVE MANHATTAN 2\nNEAR TO YANKE STADIUM", + 50 + ], + [ + "Experience Brownstone Living in Brooklyn!", + 175 + ], + [ + "Vicky客栈1", + 60 + ], + [ + "Cozy, Quiet and Spacious Apt in Astoria", + 99 + ], + [ + "Rocco's Pad", + 70 + ], + [ + "Amazing apartment with Balcony ! GREAT LOCATION!", + 260 + ], + [ + "Flushing Main st 7 train luxurious apartment", + 159 + ], + [ + "Beautiful Studio Apt", + 60 + ], + [ + "Upper West / Morningside Heights Apt, Near Subway", + 100 + ], + [ + "EAST VILLAGE STUDIO APT WITH COURTYARD", + 78 + ], + [ + "Brooklyn loft with Manhattan skyline view", + 180 + ], + [ + "Upper West Side NYC Studio Apartment", + 80 + ], + [ + "Bright 1 Bed w/Lrg Private Balcony in Williamsburg", + 250 + ], + [ + "Private Room in Spacious Apartment with Patio!", + 50 + ], + [ + "One bedroom in Brooklyn Heights", + 118 + ], + [ + "Overnight Crash Couch 12minNY, 10minLGA/30minJFK", + 42 + ], + [ + "Gorgeous Room available in a 2 bed/apt!", + 69 + ], + [ + "Long term rental only. 3months min.", + 42 + ], + [ + "Cozy private room in Times Square/Rockefeller", + 100 + ], + [ + "Heaven in Hell’s Kitchen", + 110 + ], + [ + "Spacious Brooklyn Apartment w/ private backyard", + 155 + ], + [ + "Spacious 2 bed/ 1bath w/ outdoor space (sleeps 8)", + 150 + ], + [ + "ART apt: QUIET, charming, GEM in GREENWICH VILLAGE", + 119 + ], + [ + "Beautiful Private Room near Highline, and Train", + 89 + ], + [ + "HUGE Luxury Upper East Side 1 Bedroom—Roof Access", + 399 + ], + [ + "Haven In The Heights - Huge Manhattan 2BR 2 Bath!", + 275 + ], + [ + "Luxury spot", + 150 + ], + [ + "Your Dream 1 bed Apartment in the heart of SoHo", + 140 + ], + [ + "The Bay - A One Bedroom Apartment", + 199 + ], + [ + "Cozy private room available from January 1st", + 65 + ], + [ + "Elegant and Comfortable Home Away from Home in UES", + 100 + ], + [ + "2 Bedroom Astoria Beautiful", + 103 + ], + [ + "HUGE 3500 sf 3 bed/3 bth Loft in SoHo/Little Italy", + 649 + ], + [ + "Harlem Sanctuary", + 85 + ], + [ + "The Photographer Room in Private Home, Near Metro", + 79 + ], + [ + "Beautiful Spacious Studio Apartment", + 96 + ], + [ + "Spacious Williamsburg, Brooklyn Spare Room", + 70 + ], + [ + "Brooklyn Brownstone Bedroom", + 57 + ], + [ + "Charming Historic House in Marble Hill!", + 274 + ], + [ + "1BR Apartment on the Upper East Side.", + 250 + ], + [ + "PRIVATE BEDROOM IN BRAND NEW CONDO IN BED STUY", + 90 + ], + [ + "Brooklyn Stay Inn TH", + 100 + ], + [ + "Beautiful 3 BR Midtown East! Clean & Chic!!", + 412 + ], + [ + "3BR Chic & Beautiful NYC Apartment", + 412 + ], + [ + "Gorgeous 3BR Penthouse Murray Hill", + 412 + ], + [ + "Peaceful spacious bedroom, easy commute to city", + 50 + ], + [ + "European Cozy Studio w Loft Bedroom - West Village", + 148 + ], + [ + "The Halsey Brownstone Inn", + 120 + ], + [ + "⭐︎⭐︎PRIVATE Bathroom⭐︎⭐︎2min to subway+huge living", + 41 + ], + [ + "Cozy Art Private Bedroom-Hamilton Heights, NY", + 70 + ], + [ + "Clean Private room in Manhattan(females only)", + 90 + ], + [ + "Tranquil private bedroom, Hamilton Heights, NY", + 99 + ], + [ + "Very Spacious bedroom, steps from CENTRAL PARK.", + 10 + ], + [ + "Studio for the Summer", + 69 + ], + [ + "Modern Room in historic Harlem", + 54 + ], + [ + "NYC TOP CHOICE RMS located close to pub transport", + 35 + ], + [ + "Amazing room in super warm apt in prime Bushwick !", + 39 + ], + [ + "Beautiful Manhattan Apt- 20 min to Times Square", + 82 + ], + [ + "brooklyn next prospect park", + 40 + ], + [ + "Paradise - comfortable, spacious loft apartment", + 148 + ], + [ + "Enjoy a beautiful room in this bohemian duplex", + 60 + ], + [ + "Spacious sanctuary in the heart of Brooklyn", + 130 + ], + [ + "✔ Home Away From Home ✔ 100Mbps ✔ Transit Score 99", + 95 + ], + [ + "Private clean room complementary coffee Manhattan", + 65 + ], + [ + "Charming Brooklyn Gem with Beautiful Views", + 20 + ], + [ + "*Large 3 bedroom getaway* Pre Summer discounts", + 190 + ], + [ + "Live in our Bushwick Townhouse", + 60 + ], + [ + "Woody's Larger Bedroom", + 55 + ], + [ + "Woody's Smaller Bedroom", + 49 + ], + [ + "Cozy Private Bedroom Upper East Side", + 100 + ], + [ + "Cozy room in a Victorian house in Central Brooklyn", + 52 + ], + [ + "Ivoire Realty(Bronx maison avec vue)", + 35 + ], + [ + "Cozy Private Room in Flushing 法拉盛中心單人房间", + 45 + ], + [ + "Sunny Private Bushwick Bedroom", + 41 + ], + [ + "Luxury apartment with amazing views!", + 275 + ], + [ + "Luxury One Bedroom Apartment in Financial District", + 265 + ], + [ + "Classical Upper West Side Experience", + 250 + ], + [ + "Modern & Spacious 1br East Village Apartment", + 130 + ], + [ + "Snug, Sun Flooded Room in The Upper West Side", + 55 + ], + [ + "2 Bdrm Luxury Condo Wyndham Presidential Sleeps 6", + 365 + ], + [ + "Spacious room in the heart of Bushwick!", + 70 + ], + [ + "A futon in a beautiful studio for females only", + 30 + ], + [ + "Beautiful New York City Midtown Cozy Apartment", + 225 + ], + [ + "4 Bed, 2 Bath Apt in East Village-Garden Duplex", + 650 + ], + [ + "Sunny Studio Williamsburg w/ Private Bath&Entrance", + 95 + ], + [ + "2 Bedroom, 1 Bath Apartment in East Village- Sol", + 500 + ], + [ + "FACTORY ARTIST LOFT - 4 ROOMS SLEEPS 10", + 244 + ], + [ + "3 Bedroom, 2 Bath Apt in East Village- Penthouse", + 750 + ], + [ + "Prime Dumbo location for a great price!", + 46 + ], + [ + "Private chef & Chill.", + 40 + ], + [ + "Manhattan Studio doorman elevator 10min->Times Sq.", + 140 + ], + [ + "Master Garden Suite @ Northern Lights Mansion", + 1500 + ], + [ + "Shabby Chic UES", + 140 + ], + [ + "Best Williamsburg, Brooklyn NY- 30 days or more", + 199 + ], + [ + "Couch of your dreams", + 80 + ], + [ + "Cozy space with privacy near JFK, CASINO & NYC", + 69 + ], + [ + "1 Bedroom Elevator Building Apartment in SoHo", + 188 + ], + [ + "Elegant shabby chic upper east side studio", + 100 + ], + [ + "Bright Brooklyn home on the park, private backyard", + 235 + ], + [ + "Spacious Studio with a Big Balcony", + 165 + ], + [ + "Cozy 1 bedroom apartment near JFK", + 55 + ], + [ + "Harlem guest room! Welcome to New York", + 65 + ], + [ + "Sunny Family Apartment", + 70 + ], + [ + "Quiet Ground Floor Bedroom in Midtown West", + 125 + ], + [ + "Sunny Brooklyn Artist's Apartment", + 90 + ], + [ + "Light Filled Room in Bedstuy!", + 56 + ], + [ + "2019 New York Marathon Weekend", + 394 + ], + [ + "BEAUTIFULLY DESIGNED 2BD Brooklyn Apt +GREAT VIEWS", + 172 + ], + [ + "Cozy Brooklyn Designer Apartment", + 100 + ], + [ + "Supersized UES Studio near all hospitals", + 80 + ], + [ + "Luxury Studio in Hell’s Kitchen - In Unit W/D", + 142 + ], + [ + "An Art Decor Inspired Urban Oasis", + 220 + ], + [ + "Cozy Modern Loft with Fireplace in West Village", + 264 + ], + [ + "Great View of New York city", + 150 + ], + [ + "Brooklyn Penthouse With Manhattan Views", + 200 + ], + [ + "Das Bushwick Haus", + 45 + ], + [ + "Bright Bohemian Treasure in Prospect Heights", + 150 + ], + [ + "Heart of Midtown Manhattan", + 160 + ], + [ + "Spacious 1st floor apartment.", + 135 + ], + [ + "LARGE COZY BASEMENT, FLUSHING QUEENS", + 55 + ], + [ + "Bedstuy Cozy Go Green", + 50 + ], + [ + "Pristine midtown studio for short-term sublet", + 89 + ], + [ + "One BDRM in Ridgewood", + 49 + ], + [ + "Cozy 1 Bedroom Apt~Midtown-East Manhattan NYC!", + 185 + ], + [ + "You will LOVE my studio in West Village.", + 180 + ], + [ + "NEW!! Private room in the heart of Brooklyn", + 70 + ], + [ + "Luxury Triplex with Roofdeck", + 450 + ], + [ + "Room with a view", + 110 + ], + [ + "Living by the ocean, Brooklyn", + 125 + ], + [ + "Private room in Clinton Hill", + 72 + ], + [ + "King-Suite on Greene", + 80 + ], + [ + "**Budget Private Room w/Private backyard", + 44 + ], + [ + "Charming mezzanine bedroom near Prospect Park", + 45 + ], + [ + "Bed-Stuy Grove", + 71 + ], + [ + "**Amazing Private Room 20 min to manhattan", + 60 + ], + [ + "**Captivating Private Budget Room", + 65 + ], + [ + "One of a Kind Chinatown 2BR Home w/ HUGE patio", + 300 + ], + [ + "Private Room in Bklyn, 1 min to J, Free Breakfast", + 99 + ], + [ + "Family Room in Bed-Stuy", + 79 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 1A", + 339 + ], + [ + "Queen Twin & Futon Ridgewood/Bushwick w View & Gym", + 58 + ], + [ + "Private room in cozy apartment, Fort Greene", + 90 + ], + [ + "Midtown Manhattan Apartment with Rooftop & Doorman", + 175 + ], + [ + "5 Star Quiet, Spacious Condo. Freedom Tower view", + 158 + ], + [ + "Upper East Museum Roads", + 145 + ], + [ + "Huge, Clean Brooklyn Room with lots of light", + 60 + ], + [ + "Renovated 1 BDR Apt~ Heart of Midtown Manhattan ❤️", + 99 + ], + [ + "Large studio in Williamsburg, 2B", + 80 + ], + [ + "Williamsburg loft just 20 mins from manhattan!!!", + 85 + ], + [ + "Beautiful East Village Room Open For You!", + 115 + ], + [ + "Washington Heights", + 52 + ], + [ + "2BR 3BD 1.5BA | Rooftop & Balcony | Airport PickUp", + 280 + ], + [ + "Bright & Cozy Studio in PRIME Flatiron/Chelsea", + 250 + ], + [ + "Private room in Manhattan NYC. Train a min away!", + 55 + ], + [ + "Entire Newly Renovated Sugar Hill Apt", + 100 + ], + [ + "Huge Modern High End 3BR Apt Prime Location", + 195 + ], + [ + "Big Sunny Room 1 Block from Central Park", + 80 + ], + [ + "Private Cozy Room on Manhattan", + 100 + ], + [ + "Sunny Brooklyn Home Away From Home", + 55 + ], + [ + "Sun-drenched studio with a beautiful view", + 120 + ], + [ + "Spacious 1 bedroom in the clouds with river views", + 300 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 8A", + 339 + ], + [ + "Exquisite Park Slope Brownstone Apartment", + 140 + ], + [ + "Harlem hideout w/ great amenities!", + 53 + ], + [ + "NYC room-cozy, basic, clean, cheap & close to all", + 21 + ], + [ + "Modern Prospect Park 3 bedroom Jewel", + 125 + ], + [ + "Two room suite 1min from subway 20min to Manhattan", + 47 + ], + [ + "Gorgeous Upper West Side apt in stellar location!", + 180 + ], + [ + "Spacious Room in Clinton Hill Duplex", + 58 + ], + [ + "Spacious Room in Clinton Hill/Bed-Stuy", + 58 + ], + [ + "Private bedroom in Downtown Manhattan", + 150 + ], + [ + "Large Gorgeous BR in Artist Loft - BEST Location!!", + 120 + ], + [ + "Diamond in the Art of Bushwick 1 block to M Subway", + 47 + ], + [ + "AMAZING CITY VIEWS! New Jersey 15 min Times Square", + 288 + ], + [ + "**Enormous Budget Private Room", + 65 + ], + [ + "Prospect Heights Paradise", + 300 + ], + [ + "Class on Wall Street", + 104 + ], + [ + "Bright apt w Balcony in the heart of williamsburg", + 160 + ], + [ + "Traditional Townhouse in Bushwick", + 250 + ], + [ + "Newly Remodeled 2 Bedroom Apartment in East Harlem", + 186 + ], + [ + "Private Bedroom w/ Private Entrance-Williamsburg!", + 73 + ], + [ + "Luxury High Floor Studio with stunning view", + 195 + ], + [ + "Spectacular 1-Bedroom modern apartment in Flatiron", + 200 + ], + [ + "NYC experience", + 100 + ], + [ + "3 QUEEN size lofts in Williamsburg/grrenpoint!!!", + 300 + ], + [ + "Artist Warehouse Loft", + 150 + ], + [ + "Beautiful 1 bed, UES - steps from Central Park!", + 190 + ], + [ + "Brand-new Room - 20 mins to Manhattan", + 75 + ], + [ + "21st Floor Bedroom in Doorman & Elevator Building", + 81 + ], + [ + "Humble Abode in the Bronx", + 25 + ], + [ + "Amazing cozy studio Lower East Side/Soho/Nolita!", + 275 + ], + [ + "VERA’S PLACE JUST A STEP FROM SUBWAY", + 60 + ], + [ + "LUXURY APARTMENT, 5 MIN SUB INTO MANHATTAN", + 180 + ], + [ + "Room in Brooklyn near EVERYTHING!!", + 90 + ], + [ + "UES 1 bedroom as if you appropriated it yourself!", + 222 + ], + [ + "Town House in Popular Forte Green", + 95 + ], + [ + "little nook in astoria", + 70 + ], + [ + "new-entire condo, terrace, parking D-N-R trains-IC", + 125 + ], + [ + "Private apartment in ♡ of Williamsburg", + 173 + ], + [ + "Dreamy Williamsburg Loft with Private Terrace", + 220 + ], + [ + "Beautiful Greenwich Village Loft Apartment", + 148 + ], + [ + "Full private bathroom inside private room :)", + 75 + ], + [ + "ARTIST LOFT ON HISTORIC TRENDY BLOCK IN SOHO", + 199 + ], + [ + "Cozy Room For Two/ Steps to Train/Coffee included!", + 54 + ], + [ + "One-br apt in the heart of NYC for late May", + 150 + ], + [ + "Central Park West Duplex", + 153 + ], + [ + "Cozy apt in Bedstuy", + 99 + ], + [ + "NEAR COLUMBIA PRESBYTERIAN HOSP. Student&Visitor", + 65 + ], + [ + "Midway Home", + 50 + ], + [ + "Crown Heights Brooklyn Room near Franklin Ave", + 45 + ], + [ + "East Village room with a view", + 100 + ], + [ + "Cozy Pad in East Williamsburg", + 62 + ], + [ + "Hidden Gem in Heart of Chinatown", + 77 + ], + [ + "Minimal Williamsburg Space", + 46 + ], + [ + "Private Room on NYC's Upper West Side", + 95 + ], + [ + "West Village Private Flat AMAZING Location", + 159 + ], + [ + "Beautiful 1 BR Apt in the Heart of West Village!", + 300 + ], + [ + "URBAN SPACE the Brooklyn Way!", + 103 + ], + [ + "Stylish Nolita 1 Bedroom", + 200 + ], + [ + "NYC BEAUTIFUL APARTMENT IN MANHATTAN", + 102 + ], + [ + "Ditmas Park Victorian Home", + 350 + ], + [ + "Cozy Queens Studio", + 425 + ], + [ + "Garden room in a private house", + 45 + ], + [ + "Luxury Two-Story Loft in Clinton Hill/Bed-Stuy!", + 168 + ], + [ + "Comfy Private Room", + 40 + ], + [ + "Bright Renewed Apartment 1 minute from A express train", + 55 + ], + [ + "Cozy Apartment", + 150 + ], + [ + "Prime Williamsburg location- Private bedrm & bath", + 79 + ], + [ + "Cozy Brooklyn Apartment room near Manhattan", + 65 + ], + [ + "Private Room in The Heart of Manhattan", + 70 + ], + [ + "Beautiful Contemporary Duplex w. Patio & Roofdeck", + 199 + ], + [ + "Cozy Private Room in Downtown Flushing法拉盛中心私人房间", + 45 + ], + [ + "Pulp Fiction private room", + 70 + ], + [ + "Room with Private Bathroom in Renovated 2Br2Ba", + 60 + ], + [ + "Sonder | 116 John | Charming 1BR + Gym", + 194 + ], + [ + "The Godfather private room", + 59 + ], + [ + "entire sunshine of the spotless mind room", + 49 + ], + [ + "Sunny Bedroom with Private Bathroom/法拉盛中心私人房間獨立衛浴", + 65 + ], + [ + "** Foodies LOVE This Neighborhood?=>Authentic!!!", + 165 + ], + [ + "Brooklyn Flat in prime Carroll Gardens (Room)", + 80 + ], + [ + "Rockaway Beach House", + 175 + ], + [ + "Sunny Room - Inn Your Element", + 95 + ], + [ + "Fantastic studio in Chinatown/Lower East side", + 100 + ], + [ + "Rooftop Terrace Room - Inn Your Element B&B", + 95 + ], + [ + "THE BROOKLYN BLUE HOUSE 1.", + 54 + ], + [ + "Gorgeous Times Square Flat!", + 299 + ], + [ + "[Priv Rooftop] Sunny-Spacious Priv Bath bedroom", + 45 + ], + [ + "Bright and modern New York apartment", + 250 + ], + [ + "Beautiful one bedroom apartment center of Astoria", + 120 + ], + [ + "One Bed Room in Financial District", + 105 + ], + [ + "#Awesome 2 BR Flat Times Square!", + 299 + ], + [ + "Luxury Modern Sunny 1BR (Clinton Hill - BedStuy)", + 130 + ], + [ + "Quiet Railroad Style Apartment", + 90 + ], + [ + "Books, music and Clinton Hill", + 62 + ], + [ + "HEART WILLIAMSBURG - PRIVATE TERRRACE AND BATHROOM", + 70 + ], + [ + "Bright & Beautiful Studio in Columbus Circle/HK!", + 225 + ], + [ + "Peaceful Room in UWS + sweet pets!", + 95 + ], + [ + "Large 4 bedrooms close to train. 15 m.to Manhattan", + 288 + ], + [ + "Charming humble hideaway in LES", + 149 + ], + [ + "Gowanus Pad", + 95 + ], + [ + "Large Bright Apt Near Brooklyn's Prospect Park", + 150 + ], + [ + "Sunny West Village 1BR: amazing location, spacious", + 200 + ], + [ + "Sally's hideaway", + 150 + ], + [ + "Sweet Spot In Manhattan NYC!", + 175 + ], + [ + "Spacious home next to JFK airport", + 180 + ], + [ + "Come Explore The Bronx And 30 Mins to Manhattan", + 70 + ], + [ + "Superb Private Bedroom with Private Bath in UPS!", + 100 + ], + [ + "Astoria Centeral Location", + 79 + ], + [ + "In the heart of NYC...", + 350 + ], + [ + "Private Room+Beautiful Private Backyard Near City", + 75 + ], + [ + "My Times Square Oasis", + 235 + ], + [ + "Astoria Centrally located!", + 39 + ], + [ + "Studio in the heart of Manhattan!", + 300 + ], + [ + "Cozy room for easy traveler", + 50 + ], + [ + "Comfortable and spacious bedroom in midtown east", + 130 + ], + [ + "Prime Luxury Apartment", + 130 + ], + [ + "Tranquil Oasis in the Heart of Greenwich Village", + 250 + ], + [ + "Sweet Getaway in the Hidden Gem w/ Backyard/Patio", + 120 + ], + [ + "My home, your home! Mi casa, tu casa in NY!", + 450 + ], + [ + "Spacious Living Space in the heart of Brooklyn", + 47 + ], + [ + "Sunny Studio in East Village", + 115 + ], + [ + "Bright Getaway Studio on the Hudson River", + 100 + ], + [ + "Bright and cozy apartment Williamsburg", + 120 + ], + [ + "The Architect’s Suite w/ Private Bath, Near Metro", + 65 + ], + [ + "The Sailors Perch Room in Private Home, Near Metro", + 79 + ], + [ + "New Chic Designer's Bedroom", + 89 + ], + [ + "Sunny Lower East Side Sanctuary", + 300 + ], + [ + "Luxury Apartment right on Union Square!", + 220 + ], + [ + "Stunning Central Park 1 bedroom", + 265 + ], + [ + "Richmond Hill 3 Bedroom apartment in Private home!", + 300 + ], + [ + "Rooftop cabaña with private roof access", + 150 + ], + [ + "Cozy Lower East Mainstay", + 150 + ], + [ + "West Chelsea MINI", + 150 + ], + [ + "Private room in cozy Sunnyside apartment", + 46 + ], + [ + "Sunny Loft in Williamsburg 20mins into Manhattan!!", + 68 + ], + [ + "Private bedroom in the heart of the UWS #1", + 55 + ], + [ + "Luxurious private Upper Westside Bedroom #2", + 65 + ], + [ + "Upper Westside luxury private bedroom 5W-3", + 70 + ], + [ + "Stunning spacious study private bedroom #4", + 65 + ], + [ + "Cozy & quiet 2 bedroom apt in a great location!", + 310 + ], + [ + "Fully renovated Studio.Beautiful and comfortable.", + 88 + ], + [ + "Easy option to stay on 611 W 177th St.", + 50 + ], + [ + "Brooklyn Family Home with a View of a Pool", + 250 + ], + [ + "Stylish NYC Art Loft '3'", + 80 + ], + [ + "STOP! Rooftop Terrace in the East Village!", + 80 + ], + [ + "2 Bedroom Modern-Contempo Bright Apartment", + 130 + ], + [ + "Sunny apartment in prime Greenpoint-Steps to train", + 130 + ], + [ + "Cozy & warm private studio apartment in Astoria", + 100 + ], + [ + "Pleasant Residence", + 250 + ], + [ + "Private Loft Apartment", + 200 + ], + [ + "Huge Bright Bedroom in Brooklyn Townhouse", + 54 + ], + [ + "Huge Room in a huge Apartment", + 65 + ], + [ + "ROOM with a VIEW! \nLOCATION LOCATION!", + 120 + ], + [ + "River and Park Views from Balcony", + 95 + ], + [ + "sweetheart studio", + 50 + ], + [ + "UWS Gem by Lincoln Center, Julliard & Central Park", + 299 + ], + [ + "COZY THREE BEDROOM APT NEAR JFK AIRPORT", + 138 + ], + [ + "••Cozy Em’s place••", + 42 + ], + [ + "Heart Of New York City", + 175 + ], + [ + "Good Vibes private room", + 85 + ], + [ + "Large and bright room 15 min away from Manhattan", + 74 + ], + [ + "For All Classical Lover's 2", + 65 + ], + [ + "Private Bedroom in Sunny Bushwick Apartment", + 47 + ], + [ + "Eclectic 1BR in Brooklyn, Steps to nightlife!", + 85 + ], + [ + "LES 2 BR Penthouse New Construction", + 975 + ], + [ + "Brooklyn Museum of Art 2 Bedroom Gem!", + 130 + ], + [ + "Bed n Bath, 4 mins to 2,5,3,4 trains to Manhattan", + 70 + ], + [ + "Nice, clean, spacious room in Manhattan", + 70 + ], + [ + "Rockaway Beach Escape - Beach/City Views", + 179 + ], + [ + "HUGE Modern Room/office/studio w Private Entrance", + 300 + ], + [ + "Bright Modern clean convenient Brooklyn Location", + 150 + ], + [ + "Modern Clean beautiful 15min to center of NYC", + 99 + ], + [ + "COZY & BEAUTIFUL 1bdrm in Upper NYC", + 125 + ], + [ + "Cozy 1bdr in the heart of Upper East Side", + 170 + ], + [ + "Cozy Apartment- Lower East Side near F/M/J/Z :)", + 89 + ], + [ + "Brooklyn apartment living room for rent", + 50 + ], + [ + "UWS Studio - Great Neighborhood!", + 90 + ], + [ + "Gorgeous Room in Wburg!", + 80 + ], + [ + "Lovely Cozy Studio Upper East Side Manhattan", + 168 + ], + [ + "Comfortable bedroom in Railroad style apartment", + 100 + ], + [ + "Lovely cozy studio in Upper East Side", + 118 + ], + [ + "Art apartment", + 150 + ], + [ + "Modern & Stylish 1 Bed Manhattan w/ Private Garden", + 120 + ], + [ + "( Private Garden ) Where Hansel and Gretel live.", + 175 + ], + [ + "Clinton Hill Dream House", + 190 + ], + [ + "2BR APARTMENT IN THE CITY, NEXT TO CENTRAL PARK!", + 195 + ], + [ + "The corner house", + 112 + ], + [ + "Stunning Rare Garden Family Home w/Loft! #10303", + 450 + ], + [ + "July and August 2bdr beautiful apt Upper East Side", + 200 + ], + [ + "Bright Room in Artist's Loft", + 45 + ], + [ + "Newly Renovated Cozy studio in lower east side #9", + 150 + ], + [ + "Spacious, Charming 2BR Apt in Trendy Bushwick", + 99 + ], + [ + "Bright, Charming Greenpoint Home-Away-From-Home", + 100 + ], + [ + "Spacious bedroom in Washington Heights", + 50 + ], + [ + "Quiet two BEDROOM APT in MANHATTAN UPPER EAST SIDE", + 220 + ], + [ + "Lex place", + 123 + ], + [ + "Studio Apartment in Bed Stuy!", + 110 + ], + [ + "Welcome to YURT -- cozy room in East Village", + 120 + ], + [ + "Harlem Studio", + 110 + ], + [ + "Sunny Bedroom at Union Square", + 85 + ], + [ + "NYC Time's Square Luxury Pent House Apartment", + 299 + ], + [ + "Sunny Spacious Private Bedroom in Brooklyn", + 55 + ], + [ + "Cozy Brooklyn Witchy Apartment (Pet Friendly)", + 47 + ], + [ + "Spacious Room", + 55 + ], + [ + "SUITE- PRIVATE 1/2 BATH, 4 BEDS IN WILLIAMSBURG!!", + 130 + ], + [ + "Cozy Brooklyn Apt (Near JFK/Manhattan/Times Sqr)", + 40 + ], + [ + "Trendy Williamsburg! 1 block to subway (L).", + 150 + ], + [ + "Spacious private room close to lots of cool spots", + 70 + ], + [ + "Midtown East Prime UN Location", + 180 + ], + [ + "A Big Welcome from Lower East Side and Chinatown!", + 90 + ], + [ + "Grand Central Brand New 2-Bedroom Apartment (5R)", + 120 + ], + [ + "Sunny Apartment in Park Slope", + 145 + ], + [ + "Christmas Week ONLY! Spacious Sunnyside 2 Bdrm Apt", + 100 + ], + [ + "Amazing East Village Xtra Large Studio Apartment!", + 150 + ], + [ + "Master bedroom W/ Ensuite in centre of EVERYTHING", + 125 + ], + [ + "Large room 20min time square, fast WiFi, AC, Desk", + 60 + ], + [ + "Sunny Crown Heights Studio", + 150 + ], + [ + "SPECIOUS ONE BEDROOM IN THE HEART OF CHELSEA", + 190 + ], + [ + "LINCOLN CENTER, FORDHAM, JUILLIARD SCOOL", + 145 + ], + [ + "Large Manhattan Suite", + 50 + ], + [ + "Comfortable king bedroom, office, and kids' room", + 95 + ], + [ + "SUNNY ROOM IN WILLIAMSBURG - 1 BLOCK TO METRO!!", + 91 + ], + [ + "Brooklyn Townhouse Apartment in Trendy Bushwick.", + 145 + ], + [ + "Cozy private Bedroom in upper Manhattan!", + 100 + ], + [ + "Cute and Cozy Bushwick BR", + 35 + ], + [ + "Relaxing place for recharge energy", + 120 + ], + [ + "Cozy Brooklyn Studio", + 69 + ], + [ + "Clean and comfy bedroom in the waste free home.", + 50 + ], + [ + "\"San-Paraíso\" 80s curated Retro 3 Bedroom LES Pad", + 290 + ], + [ + "For all classical lover's 4", + 50 + ], + [ + "Penthouse duplex on Bowery with huge terrace.", + 545 + ], + [ + "Spacious Apartment in Brooklyn", + 200 + ], + [ + "Enormous Duplex in Park Slope (2-3 month sublet)", + 180 + ], + [ + "Cozy feel at home studio", + 10 + ], + [ + "Cozy SI den with multiple and easy access to NYC", + 47 + ], + [ + "Modern Super Clean Midtown Apt in the Heart of NYC", + 175 + ], + [ + "Peaceful place 10min. from Center of New York City", + 75 + ], + [ + "Clean", + 45 + ], + [ + "401 east 60th", + 275 + ], + [ + "Private Clean Room near Yankee Stadium.", + 23 + ], + [ + "Next to Strawberry Fields, Central Park Manhattan", + 95 + ], + [ + "◈Hidden Midtown Gem◈ Perfect 5-Star Stay!", + 199 + ], + [ + "Central Harlem Modern Oasis", + 130 + ], + [ + "Gem Of A Hideout With Private Deck/Garden", + 161 + ], + [ + "Sweet Home Away From Home", + 65 + ], + [ + "Quiet and Sunny room in the best part of Brooklyn", + 60 + ], + [ + "Modern & Spacious Apartment in Central Harlem", + 165 + ], + [ + "HOTEL ROOM LIKE!! WITH AFFORDABLE RATE!! \"O\"", + 69 + ], + [ + "Spacious bedroom in Beautiful Prospect Lefferts", + 100 + ], + [ + "Bedroom Casa Alvarez", + 89 + ], + [ + "A cozy private room, close to Columbia!", + 55 + ], + [ + "две кровати в комнате", + 37 + ], + [ + "Beautiful large room in quiet in Astoria", + 80 + ], + [ + "Private bathroom with balcony,15mins to Manhattan", + 80 + ], + [ + "Front Big Private Room # 2, size 13x17, 3 Windows", + 37 + ], + [ + "New nice bedrooms in 2 bedroom apt. 1R", + 40 + ], + [ + "Private Bedroom NYC 10 mins to Williamsburg", + 60 + ], + [ + "Chic one Bedroom apartment NYC", + 90 + ], + [ + "East 12th street, Lux 1bd in Greenwich Village", + 245 + ], + [ + "Private basement suite on Striver's Row, Harlem", + 175 + ], + [ + "Speakeasy Inn Bushwick Three", + 50 + ], + [ + "Cozy Comfort in the Heart of Greenpoint Brooklyn", + 210 + ], + [ + "Shoot. Film. Sleep. Unique Loft Space in Brooklyn.", + 350 + ], + [ + "Room in Hamilton Heights Apr 20-May 20 (flexible)", + 45 + ], + [ + "fifth ave", + 300 + ], + [ + "Light-filled apartment in heart of Crown Heights", + 155 + ], + [ + "Cozy Brooklyn Studio with lots of light", + 125 + ], + [ + "Williamsburg Apartment with Panoramic View/Rooftop", + 225 + ], + [ + "Walter’s place", + 90 + ], + [ + "Cozy shared apartment close to Midtown!", + 110 + ], + [ + "Chic & Cozy Brooklyn Apartment", + 65 + ], + [ + "The Cozy Apartment; limited time offer 10 off.", + 125 + ], + [ + "Spacious private bedroom with high ceilings", + 35 + ], + [ + "New Cozy Quite Studio with Huge Secluded Yard", + 150 + ], + [ + "Large Bedroom Apartment with a Private Bathroom", + 299 + ], + [ + "Beautiful brownstone room", + 50 + ], + [ + "Sunny Apt/Park Slope Brooklyn 25 min. ride to city", + 60 + ], + [ + "Perfect home by Prospect Park ,Brooklyn", + 59 + ], + [ + "Beautifully designed + renovated 3 bedroom home", + 250 + ], + [ + "Perfect Sunny 1BR in the Treetops", + 185 + ], + [ + "25 min to midtown Manhattan with 7 train.", + 60 + ], + [ + "Wall Street Luxuriuos apartment Financial District", + 139 + ], + [ + "New condo-City view-Balcony&elevator", + 80 + ], + [ + "Inexpensive Private Room with NYC / SIUH Access #2", + 33 + ], + [ + "Large Private Room in a Magnificent Penthouse NYC2", + 89 + ], + [ + "HOTEL ROOM LIKE!!! WITH AFFORDABLE RATE!!! \"A\"", + 69 + ], + [ + "Comfortable,Spacious,clean Private Room", + 68 + ], + [ + "SoHo 1 Bedroom", + 185 + ], + [ + "Greenpoint Delight", + 100 + ], + [ + "43rd Street=TIME SQUARE\nPRIVATE BEDROOM", + 116 + ], + [ + "Cozy apartment in Williamsburg", + 140 + ], + [ + "2 Bedroom furnished NY apt w/ private balcony", + 225 + ], + [ + "Enjoy Cozy, Quiet, Safe & Convenient Living in NYC", + 99 + ], + [ + "Charming beautiful studio perfect location!!", + 135 + ], + [ + "Private Bedroom with En Suite Bath on Central Park", + 90 + ], + [ + "Modern LOFT in Fort Greene", + 160 + ], + [ + "Central Park Apt w/ Patio + Washer/Dryer", + 148 + ], + [ + "Bedstuy Hideaway", + 60 + ], + [ + "Brooklyn Art Residence", + 200 + ], + [ + "Corporate Studio Midtown East", + 125 + ], + [ + "Stunning Elevator 2 Bedroom Midtown East", + 150 + ], + [ + "Brand New apt heart of Manhattan", + 125 + ], + [ + "Brand New Executive Studio", + 125 + ], + [ + "Prime Upper east~2BR~ newly furnished", + 185 + ], + [ + "Sweet Home Away From Home", + 65 + ], + [ + "Charming Upper West Studio", + 85 + ], + [ + "HOTEL ROOM LIKE!!! WITH AFFORDABLE RATE!!! \"P\"", + 89 + ], + [ + "Wonderful 3 bed 1.5 baths 20 Mins to Times Square!", + 150 + ], + [ + "NYC with a view", + 300 + ], + [ + "Private room at Roselle, in the Bronx", + 65 + ], + [ + "紐約哥大週邊優質短租", + 110 + ], + [ + "Newly renovated 1 bedroom, steps to Prospect Park", + 125 + ], + [ + "Sunny bedroom in a designer apartment", + 75 + ], + [ + "Affordable Modern/Luxury 2 Bedroom Apt", + 145 + ], + [ + "Brooklyn Beautiful private room!!", + 65 + ], + [ + "Sonder | Hanover Square | Cozy 1BR + Rooftop", + 142 + ], + [ + "One Bedroom Apartment in Greenpoint", + 200 + ], + [ + "Sonder | Hanover Square | Sun-Filled 1BR + Rooftop", + 225 + ], + [ + "THE PONDEROSA PALACE", + 235 + ], + [ + "New York City with the bird view", + 200 + ], + [ + "Private space in luxury apartment with river view", + 50 + ], + [ + "Urban Place", + 36 + ], + [ + "Private Modern Studio in heart of Flatbush", + 75 + ], + [ + "Sunny Room in heart of hippest Manhattan 'hood", + 60 + ], + [ + "Paradise in New York City", + 247 + ], + [ + "Cozy Brooklyn Greenpoint Apt.15 min to Manhattan", + 295 + ], + [ + "Comfy Room with Private Insuite Bathroom", + 80 + ], + [ + "HOTEL ROOM LIKE!! WITH AFFORDABLE RATE!! \"R\"", + 99 + ], + [ + "Amazing Brooklyn", + 36 + ], + [ + "Global Beat Apartment Hideaway in Manhattan", + 400 + ], + [ + "Minimalism in the heart of a great neighborhood", + 73 + ], + [ + "1 bedroom, blocks from Central Park and subways.", + 117 + ], + [ + "Luxury Tribeca 1BR w/ Gym, Doorman + Roof deck by Blueground", + 323 + ], + [ + "TV-PHOTO-FILM-CINEMA-ART GALLERY-MUSIC STUDIO-LOFT", + 1000 + ], + [ + "prime upper west Cozy Studio deal", + 100 + ], + [ + "Sonder | 21 Chelsea | Charming 1BR + Rooftop", + 265 + ], + [ + "Sonder | The Biltmore | Quaint Studio + Rooftop", + 145 + ], + [ + "Sonder | 21 Chelsea | Elegant 1BR + Rooftop", + 255 + ], + [ + "Sonder | Hanover Square | Modern 1BR + Rooftop", + 209 + ], + [ + "Bright Open 2BR In Charming Greenwich Village", + 300 + ], + [ + "Comfortable Studio Apt in Heart of East Village", + 101 + ], + [ + "Sunny Room in Bed-Stuy close to everything!", + 60 + ], + [ + "Pleasant Studio in FiDi by Sonder", + 185 + ], + [ + "43rd Street “TIME SQUARE”\nSingle bed.", + 65 + ], + [ + "Sharp 1BR in FiDi by Sonder", + 222 + ], + [ + "High End Hilton Club in midtown Manhattan", + 250 + ], + [ + "A Beach House in Brooklyn", + 80 + ], + [ + "98th St. FULL apt with positive energy!", + 140 + ], + [ + "Summer escape in Brighton Beach", + 110 + ], + [ + "Luxury apartment in the center of Manhattan", + 200 + ], + [ + "Clean and Comfortable Place to Rest in NYC!", + 100 + ], + [ + "Quaint Studio in FiDi by Sonder", + 175 + ], + [ + "Sonder | 21 Chelsea | Lovely 1BR + Rooftop", + 255 + ], + [ + "The oriental room in Greenpoint mins to Manhattan", + 112 + ], + [ + "Private Room with En-Suite in Brooklyn Brownstone", + 70 + ], + [ + "Private Studio w/Bathroom & Kitchenette", + 102 + ], + [ + "The Best little room in Brooklyn", + 50 + ], + [ + "Enjoy all of Manhattan. Big Apple! A Mini-MOMA!", + 75 + ], + [ + "Sunlit Room in Prospect Heights, Brooklyn", + 974 + ], + [ + "NEW Perfect shared male room for a long term I", + 33 + ], + [ + "New York Room, Beautiful Upper West Side", + 55 + ], + [ + "Sunny Artist's Bedroom in Bushwick.", + 50 + ], + [ + "Anita’s Funky Master Bedroom on Ocean Parkway", + 62 + ], + [ + "Modern & Funky Brooklyn Nook", + 119 + ], + [ + "Sunny private room in Red Hook, Brooklyn", + 52 + ], + [ + "Spacious and bright bedroom", + 45 + ], + [ + "Comfortable & Cozy Times Square Apt", + 160 + ], + [ + "Brooklyn Apartment with Jaw-Dropping Rooftop", + 162 + ], + [ + "Heart of Soho! Cute studio with clean finishes!", + 205 + ], + [ + "Charming Bushwick Studio", + 86 + ], + [ + "Harlem Retreat Living Room NYC", + 65 + ], + [ + "Lower East Side Summer Rental", + 85 + ], + [ + "Modern Apartment with wall-size windows", + 61 + ], + [ + "Cozy room in 2bd apartment in UES", + 75 + ], + [ + "summer(A套房私享一层closed to JFK&LGA&Citi Field#parking", + 79 + ], + [ + "NEW Private room on Manhattan. Breathtaking view!", + 93 + ], + [ + "Nice, cozy and fresh shared male room on Manhattan", + 32 + ], + [ + "Chateau Le Hamilton Heights", + 119 + ], + [ + "Sunny, Modern and Trendy Getaway Spot", + 150 + ], + [ + "Quiet apt in the middle of St Marks (East Village)", + 129 + ], + [ + "Inexpensive Private Room with NYC / SIUH Access #1", + 35 + ], + [ + "Sunny bedroom at the heart of Harlem", + 51 + ], + [ + "Private, big, clean cozy room, in TIMES SQUARE", + 120 + ], + [ + "15 min to NYC, beautiful bedroom 5 mins from LGA", + 78 + ], + [ + "Cozy 1BR in Historic Harlem", + 100 + ], + [ + "Best location Greenpoint apartment", + 114 + ], + [ + "Quiet Space", + 35 + ], + [ + "Bright and Cozy Studio in Murray Hill", + 150 + ], + [ + "Angie Suite in the Heights\nSe habla Español", + 75 + ], + [ + "Sunlit and Plant filled Williamsburg Railroad Apt", + 128 + ], + [ + "Sisters Suite in theHeights\nSe habla Español", + 160 + ], + [ + "room in house", + 100 + ], + [ + "Cosy,Elegant 1 Bedroom Apartment in heart of UES!", + 199 + ], + [ + "Wild West Retreat in The Heart of Brooklyn", + 100 + ], + [ + "Best Location, Cozy Modern Room in Midtown", + 170 + ], + [ + "Brooklyn, New York", + 99 + ], + [ + "Shared male room on Manhattan.Breathtaking view II", + 35 + ], + [ + "In the heart of the West Village- cute apartment!", + 175 + ], + [ + "Beautiful Gut Renovated NYC 1 Bedroom LOFT", + 400 + ], + [ + "Cozy Mott Haven-Steps from Subway, Total Privacy", + 125 + ], + [ + "Great Small Room 15 Minutes From Time Square", + 75 + ], + [ + "Large, Bright Midtown East 1 BR in Luxury building by Blueground", + 271 + ], + [ + "Cozy Bed-Stuy Getaway!", + 46 + ], + [ + "WALL STREET AMAZING APARTMENT", + 240 + ], + [ + "3 bedrooms 2 baths Brooklyn Home 15m to Manhattan!", + 240 + ], + [ + "ELEXEY'S COMFORT.", + 50 + ], + [ + "1 BR Free in Bright Open Greenwich Village 2BR Apt", + 115 + ], + [ + "Heaven in New York, Natural Room", + 75 + ], + [ + "Relaxing, modern Upper East Side Apt with terrace", + 160 + ], + [ + "THE COOLEST BEDROOM/APARTMENT IN HARLEM.", + 80 + ], + [ + "Sunny & Beautiful 1br apt in heart of Lower East.", + 150 + ], + [ + "Classy Antique Private Bedroom 20-minutes to Ferry", + 79 + ], + [ + "TWO BEDROOM UNICORN IN THE HEART OF WILLIAMSBURG", + 250 + ], + [ + "Spacious sunlit room in Astoria", + 60 + ], + [ + "Heart of long island City", + 85 + ], + [ + "Cozy home", + 200 + ], + [ + "Clean and charming room for rent.", + 40 + ], + [ + "Huge light filled bedroom in trendy Williamsburg", + 89 + ], + [ + "Skyscraper View - Loving it!", + 95 + ], + [ + "Beautiful 2bdr apt in Brooklyn near to everything.", + 135 + ], + [ + "Modern and spacious 2 bedroom in Manhattan", + 260 + ], + [ + "BEAUTIFUL GREAT BEDROOM IN HARLEM", + 80 + ], + [ + "Charming Cozy 1 bed-room in the heart of Bed-Stuy", + 130 + ], + [ + "ENJOY NYC IN 1 BDRM CONDO HEART OF MIDTOWN", + 165 + ], + [ + "New Condo 2 bedrms /1,5bath elevator & balcony", + 400 + ], + [ + "Perfect Location, surrounded with all your need", + 200 + ], + [ + "Charming Art Deco Apartment on Central Park", + 139 + ], + [ + "Two Bridges Private Escape", + 59 + ], + [ + "Private Bedroom in a Modern Building", + 45 + ], + [ + "1 Bedroom Cozy Apartment", + 75 + ], + [ + "Bushwick Brooklyn Private Apartment 15min. To NYC!", + 159 + ], + [ + "Private Room in spacious TriBeCa Loft", + 120 + ], + [ + "STUDIO.STYLE.BEDROOM+PRIVATE.BATHROOM+TOP.LOCATION", + 99 + ], + [ + "Little Secret", + 112 + ], + [ + "Quaint NYC studio- tree lined St.- great location!", + 175 + ], + [ + "White Cozy Studio Apartment in Brooklyn", + 85 + ], + [ + "Cozy Astoria Room in 2br Apartment- Artists Space", + 55 + ], + [ + "Astoria- Boho style bedroom with skylight", + 80 + ], + [ + "Private Room in huge TriBeCa Loft", + 90 + ], + [ + "Beautiful, spacious Upper West Side 1Br apartment", + 180 + ], + [ + "SoHo, Entire Place, Rooftop View", + 215 + ], + [ + "Sunny room in beautiful Brooklyn apartment", + 47 + ], + [ + "New*full floor 3BR2bath SPACIOUS FAMILY WELCOME*", + 415 + ], + [ + "Beach Break - Your Rockaway Home by the Sea", + 275 + ], + [ + "Quiet Sunlit Bedroom w/ Private Bath in Brooklyn", + 115 + ], + [ + "Apt near ferry,verrazano brdg, RUMC,buses NYC wifi", + 199 + ], + [ + "Amazing one bedroom - NYC Corporate Housing", + 150 + ], + [ + "@ Amazing Midtown Furnished Apartment @", + 150 + ], + [ + "The Avalon", + 120 + ], + [ + "Private East Village Room With Great Light/Views", + 60 + ], + [ + "Midwood townhouse", + 58 + ], + [ + "Bright Brooklyn Bedroom Close to Prospect Park", + 149 + ], + [ + "Bowery modern loft", + 700 + ], + [ + "Convenient and Relaxing", + 45 + ], + [ + "Irving Ave Bedroom Apartment", + 55 + ], + [ + "Traditional and cozy private room in best location", + 110 + ], + [ + "Sunlit Large Bdrm heart of Astoria, 5min to Subway", + 70 + ], + [ + "SUNNY HOMY ROOM CLOSE TO MANHATTAN,LGA/JFK AIRPORT", + 60 + ], + [ + "Bushwick Awesome Apartment - 2", + 121 + ], + [ + "Private bedroom in two bedroom apartment Brooklyn", + 62 + ], + [ + "Small Comfortable Midtown Room", + 75 + ], + [ + "NEAR COLUMBIA PRESBYTERIAN HOSP Students/Visitors", + 50 + ], + [ + "Astoria bedroom with personality", + 52 + ], + [ + "Comfortable bedroom in PLG", + 109 + ], + [ + "Comfy Cozy - 12 Minutes from Manhattan", + 100 + ], + [ + "Bushwick Brownstone Penthouse", + 160 + ], + [ + "Midwood", + 200 + ], + [ + "Location, Location, Location! & A/C! :)", + 65 + ], + [ + "Cozy Ridgewood Apartment", + 115 + ], + [ + "Staten Island retreat.", + 50 + ], + [ + "The East Village Home: The Cabin Room", + 95 + ], + [ + "Historic Harlem Townhome", + 300 + ], + [ + "NYC: Across from Central Park", + 69 + ], + [ + "Private 2 BR Mid-Century Modern Apt", + 169 + ], + [ + "Charming 2 Bedroom in the Heart of Williamsburg", + 134 + ], + [ + "A Place to Call HOME", + 89 + ], + [ + "Shared Apartment 1 stop from Manhattan", + 35 + ], + [ + "Private room 1 block from Times Square/City Center", + 120 + ], + [ + "Comfortable Simplistic, 8th Av walk to destination", + 140 + ], + [ + "Heart of the City", + 200 + ], + [ + "Private bed & bath in gorgeous midtown apartment", + 139 + ], + [ + "Nice home in awesome Location", + 80 + ], + [ + "Cool comfy nest in EAST VILLAGE", + 79 + ], + [ + "South exposure Bay windows Loft studio", + 125 + ], + [ + "Lovely Shared Space in the Bronx", + 40 + ], + [ + "Brooklyn Home By The Pier", + 91 + ], + [ + "Sunny, Spacious, & Clean East Village One-Bedroom!", + 295 + ], + [ + "Wall Street Condo with Stunning Views", + 400 + ], + [ + "New York Home with a View", + 76 + ], + [ + "Williamsburg Pad", + 400 + ], + [ + "Brooklyn sleepytime art studio", + 48 + ], + [ + "family-style apartment", + 125 + ], + [ + "Duplex STUDIO With Sunset View", + 250 + ], + [ + "Large, Private, Sunny Room 8 min to Subway -Harlem", + 65 + ], + [ + "Sunny Brooklyn room in new apt, 4 min to subway!", + 80 + ], + [ + "Stylish & Tranquil East Village Three Bedroom", + 650 + ], + [ + "A place to sleep the night near NYC,RUMC, Brooklyn", + 48 + ], + [ + "Ctrl Park/Ts Square Private Room for 1 or 2 people", + 99 + ], + [ + "Hermoso Penthouse con terraza privada.", + 55 + ], + [ + "Quiet cave crash spot (check in is at 10pm.)", + 44 + ], + [ + "Two Bedroom Apartment in Ridgewood, near the train", + 200 + ], + [ + "Gorgeous apartment in Brooklyn", + 150 + ], + [ + "Spacious Private Basement Apartment", + 100 + ], + [ + "SUMMER DEAL", + 150 + ], + [ + "Your Best NY location", + 150 + ], + [ + "Brooklyn House of Light", + 350 + ], + [ + "NYC HUB HOME: Train @ 900ft; midtown 30min!", + 128 + ], + [ + "9th Ave Apartment in the heart of Manhattan NYC!", + 200 + ], + [ + "Brooklyn Leisure Lounge", + 190 + ], + [ + "Sunny Room in Park Slope", + 40 + ], + [ + "A spacious 1 bdrm park apartment to yourself", + 71 + ], + [ + "GORGEOUS LARGE BEDROOM", + 60 + ], + [ + "BRIGHT PRIVATE BEDROOM", + 59 + ], + [ + "Flatbush pad Sleeps 6 MANHATTAN 30 min Away!", + 599 + ], + [ + "TIGER’S REST", + 125 + ], + [ + "Contemporary Home in the Heart of Bed-Stuy", + 115 + ], + [ + "Affordable 1-bedroom apt in private house", + 65 + ], + [ + "El jardín del Edén", + 50 + ], + [ + "Stylish Design Apartment in the Heart of Brooklyn", + 198 + ], + [ + "Cozy Hidden Gem Near All", + 78 + ], + [ + "Heart of Lower East Side", + 160 + ], + [ + "Trendy Stylish Chic Loft in Greenpoint!", + 125 + ], + [ + "Brooklyn — The Perfect Air BnB Experience", + 90 + ], + [ + "Room B Close to NYU Langone H/Metro station", + 43 + ], + [ + "Studio Loft for Rent in Cool Building", + 80 + ], + [ + "Cozy and clean private room in East Williamsburg", + 60 + ], + [ + "Beautiful Modern and Cosy 1BR in Chelsea", + 190 + ], + [ + "Clean comfy couch -2 blocks from train station", + 60 + ], + [ + "A plus", + 57 + ], + [ + "Amazing Studio at the Time Square/52B", + 120 + ], + [ + "Studio with a view", + 119 + ], + [ + "Fort Greene Brownstone Apartment for 6", + 200 + ], + [ + "Shared Hotel Room; For Short Stay", + 38 + ], + [ + "Cozy Basement Studio in the Heart of Harlem, NYC", + 92 + ], + [ + "Beautiful and Huge Room in Brooklyn", + 45 + ], + [ + "Charming Newly Renovated West Village Apartment", + 200 + ], + [ + "Quiet and Friendly", + 120 + ], + [ + "Beautiful Apartment", + 42 + ], + [ + "Private Cozy Room on Thompson Street", + 89 + ], + [ + "MiniArtHotel|CentralParkUESManhattan|SingleCouple", + 95 + ], + [ + "SEMI STUDIO IN 2bdrm apt PRIVATE Bath", + 80 + ], + [ + "HUGE 1,000 Sq Foot Apt in MANHATTAN by 1 train!!", + 235 + ], + [ + "Large room in 2BR apartment", + 40 + ], + [ + "1 bedroom (entire) apartment very spacious", + 150 + ], + [ + "Hamilton heights home", + 120 + ], + [ + "Large 2B/2B with Stunning Views & Balcony", + 400 + ], + [ + "Financial District Private Room", + 130 + ], + [ + "Spacious Private Room in Brooklyn", + 75 + ], + [ + "West Village 2 Bedroom with Private Roof Deck!", + 125 + ], + [ + "Large Bedroom in Harlem", + 120 + ], + [ + "Studio of your own with a yard - pet friendly!", + 120 + ], + [ + "Small Private Room # 1, single / Twin bed.", + 35 + ], + [ + "Sunny room in cozy Bushwick apartment", + 45 + ], + [ + "Rustic Modern Brooklyn Apt", + 100 + ], + [ + "Cozy private bedroom downtown", + 97 + ], + [ + "Charming Lux. 1 bedroom in Williamsburg", + 225 + ], + [ + "Long term/16 month sublet. Great location!", + 89 + ], + [ + "Private, Cozy & Fully Equipped Room /20 min to NYC", + 80 + ], + [ + "Amazing room for Memorial day weekend only!", + 200 + ], + [ + "Cozy gem in Bushwick/Bed-stuy", + 40 + ], + [ + "Modern, Private Room in Heart of East Village", + 80 + ], + [ + "Spacious Modern Studio near Gramercy & Mad Sq Park", + 175 + ], + [ + "Brand new 2-bed in luxury full-service building", + 250 + ], + [ + "X-Large 1 Bedroom on McCarren Park", + 135 + ], + [ + "Sonder | Hanover Square | Welcoming 1BR + Rooftop", + 179 + ], + [ + "Spacious, Sunny, Exposed Brick Near Columbia Univ!", + 59 + ], + [ + "Cozy and Spacious Studio in Columbus Circle", + 180 + ], + [ + "The Manhattan Club, NYC", + 125 + ], + [ + "Cozy two bedroom apartment in the Upper East Side", + 170 + ], + [ + "Sonder | Hanover Square | Simple 1BR + Rooftop", + 182 + ], + [ + "Rare gem of an apartment in NYC. So Spacious!", + 65 + ], + [ + "Luxury Brooklyn brownstone, modern with backyard", + 450 + ], + [ + "Private room with lots of surprise", + 42 + ], + [ + "Spacious Bedroom in Unique Williamsburg", + 79 + ], + [ + "Cozy apt in vibrant Brooklyn neighborhood", + 80 + ], + [ + "West Village Walk-Up.", + 165 + ], + [ + "Cool and cozy in Brooklyn", + 50 + ], + [ + "Spacious One Bedroom in the Heart of Brooklyn", + 75 + ], + [ + "Light-Filled Studio Across From Prospect Park", + 128 + ], + [ + "Full apartment in Harlem", + 122 + ], + [ + "Sunlit Room with Kitchen near Manhattan and LGA", + 46 + ], + [ + "Chic private room", + 85 + ], + [ + "Cozy apartment perfect for families with kids", + 150 + ], + [ + "Large 1 bedroom Upper East apartment", + 199 + ], + [ + "NYC living", + 70 + ], + [ + "Dekalb Ave. #1L", + 105 + ], + [ + "Upscale safe neighborhood Master Bedroom by subway", + 59 + ], + [ + "Private Bedroom on Upper West, Manhattan", + 67 + ], + [ + "Budget Friendly, Spacious Place 10 min to NYC", + 61 + ], + [ + "✴SPACIOUS HOMEY✴ 2 BD Sleeps 6! Brooklyn NY", + 170 + ], + [ + "1BR in downtown Manhattan", + 100 + ], + [ + "The Blue Bungalow of Rockaway Beach", + 86 + ], + [ + "Cozy private room in Astoria", + 85 + ], + [ + "Family friendly 2 bedroom. NYC life and 1000 sq ft", + 145 + ], + [ + "Quaint SoHo Home Away From Home in The Big Apple!", + 210 + ], + [ + "1 Bedroom in Affluent, Serene Bronx Neighborhood", + 50 + ], + [ + "Stylish NYC Art Loft #2", + 80 + ], + [ + "Sunny Space in Sunnyside - 15 min to Times Square.", + 50 + ], + [ + "Cosy Room in Bushwick Collective Near JMZ Trains", + 50 + ], + [ + "Luxury Room in Peaceful Area 25 min to Time Square", + 50 + ], + [ + "Cozy Room on Hewes with Rooftop Lounge", + 151 + ], + [ + "Private Room", + 200 + ], + [ + "High rise Suite with beautiful city views!", + 150 + ], + [ + "Cozy large studio in a heart of West Village", + 147 + ], + [ + "Apartment in sun drenched Upper Manhattan", + 350 + ], + [ + "Beautiful Townhouse", + 200 + ], + [ + "Speakeasy Inn Bushwick Four", + 70 + ], + [ + "[Priv Rooftop] Sunny-Spacious duplex Penthouse", + 140 + ], + [ + "Cozy Studio in Queens", + 109 + ], + [ + "Sunny apartment", + 55 + ], + [ + "Conveniently located to manhattan", + 50 + ], + [ + "Posh Alcove Studio: Everything You Need For NYC!", + 200 + ], + [ + "Spacious and Bright Studio in Hell’s Kitchen", + 190 + ], + [ + "Greenhouse APT", + 200 + ], + [ + "Private Bedroom in Bushwick / Myrtle-Wyckoff L & M", + 49 + ], + [ + "Lovely & Sunny 2 Bedroom Home", + 119 + ], + [ + "1 Bedroom available in a four bedroom house", + 40 + ], + [ + "Furnished Midtown One Bedroom Beauty", + 210 + ], + [ + "Charming Park Slope 1 Bedroom Apartment", + 105 + ], + [ + "Sunny place", + 86 + ], + [ + "Sunny NYC Studio steps from Central Park", + 150 + ], + [ + "Pleasant Place JFK Private Housings Complex", + 60 + ], + [ + "Treetop Chic - Prime Williamsburg Boutique Home", + 225 + ], + [ + "Bright Room in Williamsburg", + 157 + ], + [ + "A seriene space in Bushwick", + 70 + ], + [ + "WHOLE APARTMENT, 15 MINUTES TO MANHATTAN", + 140 + ], + [ + "“Studio” ideally located across Golf Course", + 74 + ], + [ + "sunny apartment on the Ocean", + 150 + ], + [ + "Sweet Home at Washington Heights", + 75 + ], + [ + "Private Room In Brooklyn,", + 40 + ], + [ + "Sunny 2BR Apt Near Columbia University", + 180 + ], + [ + "Large Room with Balcony in Brownstone Townhouse", + 37 + ], + [ + "Perfect for groups! 3BR, 2Bath feet from Subway!", + 344 + ], + [ + "MARTIAL LOFT 3: REDEMPTION (upstairs, 3rd room)", + 40 + ], + [ + "Beautiful, sunny 1 bedroom off Graham Ave", + 130 + ], + [ + "Williamsburg Gem in BK! Queen BR in Luxury Apt", + 99 + ], + [ + "Lovely One Bedroom Apartment in the East Village!!", + 142 + ], + [ + "Boutique huge apartment for families with kids", + 550 + ], + [ + "Private Room in Bed-Stuy", + 70 + ], + [ + "Hiéroglyphe", + 45 + ], + [ + "Large Private Room With Three Windows", + 59 + ], + [ + "NYC Studio near Central Park and the Hudson River", + 160 + ], + [ + "The Red House", + 125 + ], + [ + "R Bright & Cozy & Modern room 30 mins to Manhattan", + 59 + ], + [ + "Sonder | 21 Chelsea | Artsy 1BR + Rooftop", + 239 + ], + [ + "Fun tourist family friendly Flatiron Loft", + 200 + ], + [ + "Large Apt + Backyard", + 130 + ], + [ + "Charming apartment in the heart of Sunnyside", + 104 + ], + [ + "Sleek Studio in FiDi by Sonder", + 182 + ], + [ + "Comfortable an Nice Bedroom to relax", + 30 + ], + [ + "Emerald's View", + 65 + ], + [ + "2 BEDROOM APT-walk to CENTRAL PARK and restaurants", + 250 + ], + [ + "Queens C Place", + 60 + ], + [ + "Queens C Place", + 48 + ], + [ + "Large 2BR apartment in Astoria near Midtown + LGA", + 149 + ], + [ + "THE BROOKLYN BLUE HOUSE 2", + 59 + ], + [ + "Sunny, Spacious Upper West Side Studio", + 100 + ], + [ + "Quiet home", + 62 + ], + [ + "Industrial Loft/ palace", + 135 + ], + [ + "Art双层屋", + 95 + ], + [ + "JFK/QNS Home Away From Home Full private apartment", + 450 + ], + [ + "Private room avaliable in the private house", + 59 + ], + [ + "Private Room in a Two bedroom apartment", + 59 + ], + [ + "Cozy bedroom conveniently located, close Manhattan", + 40 + ], + [ + "Stunning, oversized 2 Bed, 2 Bath in Prime Wburg", + 215 + ], + [ + "\"Home sweet Home :) \"", + 120 + ], + [ + "Cozy Near LGA, Center of Queens RM2", + 49 + ], + [ + "Luxury Room in Upscale Penthouse w PRIVATE Rooftop", + 41 + ], + [ + "Cozy Tropical NYC Room with Stunning View", + 125 + ], + [ + "Large Greenwich Village 2 Bedroom!", + 250 + ], + [ + "Cute studio steps from Prospect Park", + 75 + ], + [ + "Brooklyn Room with a Rooftop", + 34 + ], + [ + "Luxury Apartment in Midtown East", + 169 + ], + [ + "The Shelf: Bedstuy Cozy room", + 60 + ], + [ + "The Best location in Upper East Side!", + 375 + ], + [ + "Beautiful Bedroom in shared Williamsburg Apartment", + 150 + ], + [ + "The Amazing Stay", + 150 + ], + [ + "Luxury 1BR close to Columbus Circle/Central Park", + 224 + ], + [ + "JFK Queens/House of Suedajoy#5(dis by flexibility", + 80 + ], + [ + "Chic and Cozy Brooklyn Bedroom", + 100 + ], + [ + "Great place by the park with private entrance !!!!", + 100 + ], + [ + "1st Fl Studio on Upper East, close to Central Park", + 125 + ], + [ + "Modern Studio with Private Terrace", + 120 + ], + [ + "Gorgeous Brooklyn Oasis", + 75 + ], + [ + "Great House for Large Groups; Close to Manhattan", + 600 + ], + [ + "JFK Queens Home away from Home House of Suedajoy 4", + 70 + ], + [ + "新一处客居(New place 1)", + 60 + ], + [ + "Spacious Bright Room near Columbia University", + 50 + ], + [ + "Cozy 3 bedroom apartment in HEART of East Village!", + 149 + ], + [ + "Studio, Empire State Building area.", + 180 + ], + [ + "The Perfect Escape", + 118 + ], + [ + "Cozy 1-Bedroom Apartment in Harlem", + 70 + ], + [ + "Luxury Central Park Views Iconic building", + 1195 + ], + [ + "Huge, Sunny, & Private Room - 5 min to Times Sq.", + 175 + ], + [ + "Home Sweet Home in Flatbush", + 165 + ], + [ + "暑假短租", + 150 + ], + [ + "Bright and airy, close to Central Park and museums", + 50 + ], + [ + "Large room near Columbia University Med school", + 50 + ], + [ + "Inexpensive Private Rm w/ NYC/SIUH/RUMC Access 3", + 33 + ], + [ + "新一处客居(Newplace2)", + 60 + ], + [ + "新一处客居(New place3)", + 50 + ], + [ + "Dreamy centrally located Bedroom with city views!", + 110 + ], + [ + "Madison Square Studio w/ Elevator", + 145 + ], + [ + "Lovely Lincoln Center Studio", + 137 + ], + [ + "Big & Bright Bed-Stuy Bushwick Border Boudoir", + 50 + ], + [ + "Light filled spacious 2 bed room apartment", + 150 + ], + [ + "Bed-Stuy 2 Bedroom Beauty w/ Spacious Living Room", + 45 + ], + [ + "Historic Strivers’ Row with a View", + 75 + ], + [ + "Private Bedroom with Full Bed in Wash Heights", + 50 + ], + [ + "Spacious & cozy room - Upper West Side, Manhattan", + 91 + ], + [ + "Lawrence Beach House", + 250 + ], + [ + "Musician's Apartment Near the Park", + 80 + ], + [ + "Sunny, zen spot in the Heart of East Village", + 136 + ], + [ + "2 Private Rooms, 1 min to J train, Free Breakfast", + 99 + ], + [ + "Spacious Apartment Steps Away from Yankee Stadium", + 103 + ], + [ + "Boho in WaHi", + 175 + ], + [ + "A Hidden gem in the heart of Washington Heights", + 125 + ], + [ + "True sanctuary, historic fort greene/clinton hill", + 180 + ], + [ + "One Bedroom apartment in great neighborhood", + 120 + ], + [ + "Entire Cozy Apartment in Center of East Village", + 164 + ], + [ + "Glendale apartment", + 50 + ], + [ + "Beautiful Private Bed & Bathroom (no kitchen)", + 80 + ], + [ + "Large 1 bedroom and private bath in Astoria", + 49 + ], + [ + "Harlem Vibes", + 50 + ], + [ + "Huge master bedroom W/ private bath in Brooklyn", + 120 + ], + [ + "Entire suite close to LGA & JFK with free parking", + 60 + ], + [ + "Cozy room in south Harlem - 10 mins to Columbia", + 45 + ], + [ + "Large Bedroom in Harlem", + 70 + ], + [ + "A cozy studio in Chelsea", + 120 + ], + [ + "Beautiful and Spacious UES Gallery Like apartment", + 375 + ], + [ + "Spacious Apt. in Bushwick for summer occupancy", + 75 + ], + [ + "Charming Room in Spacious Clinton Hill Apartment", + 70 + ], + [ + "Beautiful and Spacious Apartment", + 60 + ], + [ + "Private room in Ridgewood, near the L line, for 2", + 55 + ], + [ + "Sunny Bushwick apartment", + 80 + ], + [ + "Spacious One Bedroom in Downtown Manhattan", + 150 + ], + [ + "Bushwick with outdoor space!", + 150 + ], + [ + "Home away from home in Harlem", + 225 + ], + [ + "\"The Little House by the Sea\"", + 200 + ], + [ + "Renovated Garden Townhouse Apartment", + 99 + ], + [ + "1-Bed Apt on East River - 1 stop from Manhattan!", + 110 + ], + [ + "Gorgeous 2 BR 2 BA Condo in Flushing Chinatown", + 115 + ], + [ + "Fabulous mid century modern apt in Williamsburg", + 225 + ], + [ + "RahShoeRay Cozy, Comfortable and Accommodating.", + 95 + ], + [ + "Brooklyn Park Slope Oasis", + 139 + ], + [ + "Bright sunny room in Bushwick with backyard.", + 65 + ], + [ + "True NYC soho experience amazing gem.. large space", + 160 + ], + [ + "Apartamento para viagem NY", + 150 + ], + [ + "A true NYC gem!", + 250 + ], + [ + "Beautiful, spacious & quiet!", + 175 + ], + [ + "Brooklyn Studio with a View", + 179 + ], + [ + "Charming 2 Bedroom Private Apartment in Greenpoint", + 130 + ], + [ + "Newly Renovated Full One Bedroom Brooklyn Apt", + 80 + ], + [ + "Amazing Bedroom in fantastic apartment in Brooklyn", + 44 + ], + [ + "Spacious Centrally Located 1 Bedroom Apartment", + 300 + ], + [ + "Sunny Village Suite with Private Patio!", + 215 + ], + [ + "Private Studio Apartment in Lively Crown Heights", + 100 + ], + [ + "The Crown", + 295 + ], + [ + "Upper Westside studio for two or just you!", + 100 + ], + [ + "Shared Open Studio - Floor Space", + 85 + ], + [ + "South Park Slope House (Aug 5 - 27; 10 day min)", + 150 + ], + [ + "Thomas's creek", + 225 + ], + [ + "Private Room (Front) In A Beautiful Apartment", + 80 + ], + [ + "BIG STYLISH LOFT/ROOM with access in the backyard", + 75 + ], + [ + "Huge Master Bedroom In A Very Spacious Apartment", + 140 + ], + [ + "Beautiful brownstone garden apt. w/outdoor", + 110 + ], + [ + "Rooftop Condo", + 100 + ], + [ + "Sunny & Spacious 1 bedroom in Williamsburg", + 265 + ], + [ + "Super clean and bright cheerful apartment.", + 150 + ], + [ + "Sunny Brooklyn apt. Quick walk to Prospect Park", + 91 + ], + [ + "Surrealist Luxury Loft", + 795 + ], + [ + "Broadway Homebase", + 185 + ], + [ + "Centrally located, quiet Hell's Kitchen bedroom.", + 125 + ], + [ + "nyc studio apartment", + 75 + ], + [ + "Private rooftop Penthouse heaven", + 330 + ], + [ + "King bedroom w/ private bathroom in gorgeous Loft", + 99 + ], + [ + "Cozy, warm and Clean Stay in Flushing!", + 50 + ], + [ + "Charming Harlem Nook /Coin Charmant de Harlem, NYC", + 79 + ], + [ + "Massive, sunny Williamsburg apartment w/ backyard", + 129 + ], + [ + "Guest Room with A/C", + 40 + ], + [ + "NY’s Highest End Celebrity Building + Balconies!", + 1200 + ], + [ + "Big 2-bdrm / Morgan Ave L Train / Roberta's", + 200 + ], + [ + "Ideal Brooklyn Room, Spacious Apartment w/Garden", + 41 + ], + [ + "My new place", + 140 + ], + [ + "WeLive Wall Street -- 3 Bedroom", + 295 + ], + [ + "Waycross Vista Studio Apartment", + 125 + ], + [ + "Luxurious Suite Grand Central", + 150 + ], + [ + "Parlor Suite Midtown Manhattan", + 170 + ], + [ + "1 Bed Apartment close to city, Astoria, LIC", + 101 + ], + [ + "Brand new beach front house near JFK (2)", + 350 + ], + [ + "Cozy 1 Bedroom on Upper West Side", + 175 + ], + [ + "Elegance on West Side", + 105 + ], + [ + "Spacious Sunny Private Bedroom in the Bushwick BK", + 54 + ], + [ + "Hey New Yorkers!", + 90 + ], + [ + "Beautiful, spacious & well-lit 1BR (Astoria, QNS)", + 125 + ], + [ + "3-bedroom sunny, quiet, spacious Williamsburg apt", + 233 + ], + [ + "VERY BIG APARTMENT IN HARLEM/ENTIRE APARTMENT", + 400 + ], + [ + "2 Bedroom Garden Getaway", + 139 + ], + [ + "Bright renovated apartment, quiet Bushwick block!", + 135 + ], + [ + "Bright, Winged Tribeca Studio w/ Indoor pool, Gym by Blueground", + 305 + ], + [ + "brand new studio in the East Village with roofdeck", + 175 + ], + [ + "BEAUTIFUL LUX STUDIO -AMAZING ENTERTAINMENT SYSTEM", + 140 + ], + [ + "Great value ,central Manhattan apartment", + 126 + ], + [ + "Comfortable Bedroom 2 Express Stops to Manhattan", + 75 + ], + [ + "Huge Room in the Middle of Bushwick", + 62 + ], + [ + "Quiet room in Prospect Heights", + 99 + ], + [ + "C) Cozy Two Beds Wifi near JFK Airport and subways", + 50 + ], + [ + "Cute, renovated 2 bedroom Apt. in East Village", + 224 + ], + [ + "Spacious Private Suite in a Brooklyn Brownstone", + 95 + ], + [ + "Bright 1-Bedroom Gem in Fort Greene", + 108 + ], + [ + "Quiet, private room (Hell's Kitchen/West Midtown)", + 94 + ], + [ + "Jul Discount! Private Flat (with Patio!) in NYC", + 160 + ], + [ + "Gorgeous apartment with access to all #2", + 72 + ], + [ + "Modern 2 bedroom Upper East Side apartment.", + 199 + ], + [ + "Private Room in peaceful town", + 50 + ], + [ + "Brooklyn room in the perfect location.", + 75 + ], + [ + "Studio Apartment in Astoria - Best Location!", + 169 + ], + [ + "bushwick’s cozy nook", + 75 + ], + [ + "Cozy, Clean Private Mini Studio in New York City", + 85 + ], + [ + "Modern Apartment in Long Island City", + 75 + ], + [ + "One-bedroom unit in Rego Park", + 99 + ], + [ + "Peaceful&Sun filled 2BR&private bathroom near NYC", + 120 + ], + [ + "Studio apartment; close to tourist attractions", + 200 + ], + [ + "Budget Basement", + 80 + ], + [ + "Central & Comfortable 1BR Brownstone Apartment", + 150 + ], + [ + "Colorful, quiet, private room near LaGuardia/NYC", + 55 + ], + [ + "1 bedroom apartment on Columbus Avenue", + 180 + ], + [ + "Cozy, newly furnished apartment in the heart of NY", + 120 + ], + [ + "Cozy private room in luxury apartment", + 90 + ], + [ + "Triple Mint Townhouse in the heart of West Village", + 1500 + ], + [ + "10 mins from JFK. Smoking okay.", + 40 + ], + [ + "CHEAP ROOM IN QUEENS, CLOSE TO SUBWAY STATION", + 42 + ], + [ + "Short Stay NearJFK.", + 55 + ], + [ + "Stylish Apartment 3 Blocks from Central Park", + 180 + ], + [ + "Da Sanctum", + 225 + ], + [ + "Maurice’s Penthouse", + 150 + ], + [ + "From home to home", + 50 + ], + [ + "Cute & Cozy Studio in Chelsea!", + 170 + ], + [ + "ENTIRE Spacious Brownstone Apartment (UNFURNISHED)", + 50 + ], + [ + "**FULL FLOOR - 3 BEDRMS, Times Sq/Restaurant Row**", + 350 + ], + [ + "Prime Williamsburg: 3 Bed, 2 Bath Luxury Apartment", + 415 + ], + [ + "\"Cozy Retreat\" in North Crown Heights", + 112 + ], + [ + "Stylish, clean & quiet 1 bdr apt in Manhattan", + 170 + ], + [ + "PLACE NEXT TO THE BEACH", + 80 + ], + [ + "Authentic, downtown Manhattan loft condo", + 300 + ], + [ + "Private room Brooklyn", + 60 + ], + [ + "Master Bedroom with Full Bath & Manhattan View", + 54 + ], + [ + "Private room in the Bronx for females & couples.", + 46 + ], + [ + "1 sunny bedroom in Parkchester", + 80 + ], + [ + "3-bdrm Newly Renovated Townhouse.", + 180 + ], + [ + "Designer Studio / 1BR in Williamsburg, Nice Views", + 168 + ], + [ + "Barclays Place - An Idyllic One Bedroom Apartment", + 400 + ], + [ + "Private Bedroom (Back) In A Beautiful Apartment", + 100 + ], + [ + "Postmodern Studio", + 97 + ], + [ + "sunshine", + 48 + ], + [ + "Peace and quiet in the hustle and bustle", + 95 + ], + [ + "Trendy, light-filled apartment in Lower East Side.", + 170 + ], + [ + "NYC SkyLoft on Central Park, balcony w/ city view", + 125 + ], + [ + "Lovely room with private terrace, ensuite", + 175 + ], + [ + "Private Cozy Bedroom with Patio", + 80 + ], + [ + "Comfy quiet 2BR in Manhattan 25mins to Time-square", + 139 + ], + [ + "Stylish Downtown Apt. (Between Nolita + LES.)", + 162 + ], + [ + "Bright and spacious private bed-and bathroom!", + 75 + ], + [ + "5min from JFK airport, Train, Casino, Racetrack", + 93 + ], + [ + "Humble Home in Harlem", + 99 + ], + [ + "Glamping Van", + 89 + ], + [ + "Magical Brooklyn townhouse room fit for a wizard", + 85 + ], + [ + "Paradise Garden, Spa, Steam & Massage Table #10299", + 2500 + ], + [ + "Cozy, tranquil bedroom steps from Central Park B", + 105 + ], + [ + "Scandinavian \"hygge\" in Bed Stuy Brooklyn", + 100 + ], + [ + "Luxe Large Studio Apt with Rooftop, Doorman, & Gym", + 198 + ], + [ + "Single room in Clinton Hill brownstone", + 48 + ], + [ + "Safe 'n Handsome 2", + 117 + ], + [ + "Charming studio in Brooklyn", + 110 + ], + [ + "East Village gem", + 206 + ], + [ + "Cozy Studio in Greenwich Village", + 164 + ], + [ + "Bushwick bedroom w/ private bath (Jefferson Stop)", + 90 + ], + [ + "SoBecaTown 1 Bedroom", + 220 + ], + [ + "Small and cozy room in awesome place", + 150 + ], + [ + "Bedroom in Bushwick.", + 45 + ], + [ + "Comfy bedroom in heart of Lower East Side", + 65 + ], + [ + "Cozy Studio in East Village, close to everything", + 170 + ], + [ + "2 Bedroom 1 Bath by NYC Train and Major Highways", + 399 + ], + [ + "East Village Penthouse", + 175 + ], + [ + "Cozy Convenient 2-Bed GARDEN APT w/Central Heat/AC", + 99 + ], + [ + "Historic Brooklyn Heights Apt", + 185 + ], + [ + "Cozy and renovated one bedroom apartment", + 150 + ], + [ + "Brooklyn Hidden Oasis.", + 175 + ], + [ + "5min to Subway★20min to Manhattan★Large Bklyn Apt!", + 189 + ], + [ + "Clean1", + 51 + ], + [ + "Large Manhattan Apt 3 BED/2 FULL BATH, Midtown NYC", + 398 + ], + [ + "Upper East Side Getaway! Lots of space!", + 175 + ], + [ + "BK NEST-Across Barclays & trains/City 10 mins away", + 160 + ], + [ + "Nikki Welcomes you! Private parking space!", + 65 + ], + [ + "Private Bedroom in 2-bed/New Full-Service Building", + 130 + ], + [ + "The Awesome ,XL Flat", + 96 + ], + [ + "Queens Home Close to Major Airports & Manhattan", + 89 + ], + [ + "Private Bedroom in large 2 bedroom 1100sf apt", + 70 + ], + [ + "Spacious beautiful Bed Stuy duplex with garden", + 99 + ], + [ + "2 Bedroom SOHO Loft", + 450 + ], + [ + "Full apt. by Columbia Univ & Subway in Manhattan", + 69 + ], + [ + "Loft with View of the Park", + 500 + ], + [ + "NEAR COLUMBIA PRESBYTERIAN HOSP- Students*Visitors", + 50 + ], + [ + "Brooklyn Heights Oasis", + 120 + ], + [ + "DREAMY! Huge + sunny mid-century apt with balcony", + 197 + ], + [ + "NO LONGER AVAILABLE SORY", + 225 + ], + [ + "Beautiful studio with sleeping loft in Ridgewood", + 105 + ], + [ + "Chic & Cozy Apartment with Balcony", + 170 + ], + [ + "Room 6 - Comfy Bed in Historic Victorian Home", + 68 + ], + [ + "Spacious Studio in the Hamilton Heights", + 110 + ], + [ + "Beautiful 1-bedroom apartment in the West Village", + 200 + ], + [ + "Entire True Two-Bedroom Steps From Central Park!", + 360 + ], + [ + "Art Studio by the Park", + 165 + ], + [ + "Sunny and Charming 1BR Upper East Side", + 200 + ], + [ + "The Art House", + 265 + ], + [ + "Riverside Drive Condo with a View", + 100 + ], + [ + "Tribeca Luxury Doorman Apartment with Park Views", + 140 + ], + [ + "Airy, art-filled home in bohemian East Village", + 128 + ], + [ + "1 Bedroom Garden Apt with backyard in Park Slope", + 125 + ], + [ + "Mia Suite East Village-free Street Parking+wifi", + 150 + ], + [ + "Beautiful one bedroom in the heart of Harlem!", + 80 + ], + [ + "Bdrm 5 Mins from Train w/ Big Backyard + Laundry", + 52 + ], + [ + "Family Gather\n 5 bedrooms 3 full baths 2 floors", + 350 + ], + [ + "Bright New Apt in Heart of Williamsburg!", + 129 + ], + [ + "Comfy cozy studio in LES", + 125 + ], + [ + "Spacious Master Bedroom in Williamsburg", + 100 + ], + [ + "PRIVATE, Safe, TIMES SQUARE, Lovely Apt w/ Garden", + 140 + ], + [ + "Plant Vibes Private Bedroom", + 45 + ], + [ + "A great place to crash.", + 70 + ], + [ + "•5 mins to Manhattan super cozy•", + 75 + ], + [ + "Sun drenched loft like space with private yard", + 110 + ], + [ + "Great Space for Business or Pleasure", + 90 + ], + [ + "LES - Quiet, Comfy, and Large Private Bedroom", + 100 + ], + [ + "Feel like HOME in the heart of NYC at UNION Sq", + 176 + ], + [ + "Private Living Room - NOT Shared With Others", + 90 + ], + [ + "The dreamed aparment- World Trade Center area", + 89 + ], + [ + "Amazing Studio step away from time square /71B", + 120 + ], + [ + "Master bedroom in E Harlem with balcony&Doorman", + 65 + ], + [ + "DowntownViewAccomodation", + 95 + ], + [ + "GARDEN UTOPIA, UES; SUPERIOR LOCATION & AMENITIES", + 180 + ], + [ + "❤ Bushwick / Room with SmartTV & Private bathroom", + 60 + ], + [ + "Private Bedroom in a safe neighborhood in NYC", + 80 + ], + [ + "New unit Amazing apartment on 5th ave 3 bdr #4", + 191 + ], + [ + "Spacious Studio in Financial District", + 130 + ], + [ + "Beautiful Williamsburg home with spectacular views", + 650 + ], + [ + "WYNDHAM MIDTOWN 45 NEAR THE UNITED NATIONS", + 175 + ], + [ + "Relaxing Luminous Room - Perfect For Dog-Lovers!", + 100 + ], + [ + "Cozy & Bright Studio Close to Subway Station", + 113 + ], + [ + "Manhattan NYC, train a min away.", + 43 + ], + [ + "Nice bedroom in Morningside Heights spacious flat", + 65 + ], + [ + "Elegant room in Manhattan only for woman", + 95 + ], + [ + "*NEW-LUXURY Heart of MidWest Step away from TimeSQ", + 200 + ], + [ + "Bushwick Garden Apartment", + 130 + ], + [ + "Prime Williamsburg Apt steps from Bedford Ave", + 275 + ], + [ + "beautiful holidays", + 100 + ], + [ + "Sunny home in Sunnyside, NY", + 85 + ], + [ + "Oak St. Gem.", + 100 + ], + [ + "Cozy 1-Bedroom Apartment in Idyllic Sutton Place", + 190 + ], + [ + "Sugar Hill Duplex Apartment", + 150 + ], + [ + "Panda Pod", + 65 + ], + [ + "1 BR APT amazing location, malls, transportation", + 100 + ], + [ + "Spacious room in Morningside Heights", + 50 + ], + [ + "Stylish One-Bedroom Apartment in Park Slope", + 120 + ], + [ + "Perfect Space & Private Garden", + 186 + ], + [ + "Beautiful Spacious Artist’s Home! * close to train", + 120 + ], + [ + "Spacious room, suburban house,20 mn from Manhattan", + 50 + ], + [ + "Travellers delight #3", + 32 + ], + [ + "Amazing Studio in Times Square", + 239 + ], + [ + "Spacious Private Room near Prospect Park and Train", + 45 + ], + [ + "One- Bedroom Apartment in the heart of LES.", + 159 + ], + [ + "Summer Rental in Historic Harlem Brownstone", + 130 + ], + [ + "Williamsburg Brooklyn 2BR Apt. / 5min to L Train", + 107 + ], + [ + "Bedstuyvesant Apartment", + 75 + ], + [ + "Cozy, Bright Morningside Apartment!", + 120 + ], + [ + "Modern, bright 1 BR Brooklyn apt - Great location!", + 80 + ], + [ + "Carnegie City Apartment", + 250 + ], + [ + "Trendy, Large Patio, Near Subway", + 217 + ], + [ + "Massive 4 bed 3 bath Loft in SoHo/Little Italy", + 699 + ], + [ + "Stunning Three-Level Loft w/ Roofdeck & Gym", + 475 + ], + [ + "Quiet, sunny Greenpoint apartment perfect for 4", + 150 + ], + [ + "Brooklyn Loft", + 150 + ], + [ + "The Reading Room: a curated luxury experience", + 225 + ], + [ + "Comfy one bedroom with backyard", + 225 + ], + [ + "Bright 1 Bedroom in the East Village", + 140 + ], + [ + "Charm and cozy close to NY and La Guardia Airport", + 49 + ], + [ + "Beach front Dublex near jfk", + 450 + ], + [ + "√ LUXURY NYC LOFT √ | Spa Amenities | Smart Home", + 200 + ], + [ + "Cozy Private studio-apartment", + 112 + ], + [ + "Charming Sunny 2-bedroom oasis in Rockaway Beach", + 89 + ], + [ + "2 Rooms + Bath in Spacious Apartment w/ Backyard", + 209 + ], + [ + "Rare artist loft with private terrace", + 300 + ], + [ + "BEAUTIFUL PRIVATE ROOM", + 49 + ], + [ + "COUSY PRIVATE ROOM", + 50 + ], + [ + "MODERN & CHIC 2 Bedroom Loft**Central Park/Musuems", + 294 + ], + [ + "1,100 sq. ft. apt. Penthouse with private deck!", + 450 + ], + [ + "The Crown Master", + 150 + ], + [ + "Large Bedroom Apartment in Prime Location", + 89 + ], + [ + "Clean and spacious 2 bedroom w/ separate entrance", + 79 + ], + [ + "Spacious Flatbush Studio", + 50 + ], + [ + "Private Bedroom in UES New York shared apartment.", + 70 + ], + [ + "Lovely & Chic 2BR Astoria Row House", + 118 + ], + [ + "Charming Loft apartment with great light!", + 75 + ], + [ + "Helles, charmantes Zimmer in Brooklyn-WG", + 41 + ], + [ + "Great home for Families and Couples", + 190 + ], + [ + "Spacious 1-bedroom apartment in prime Midtown East", + 90 + ], + [ + "Brooklyn Duplex with Private Deck", + 195 + ], + [ + "Fully Private Two-Bedroom Duplex House", + 150 + ], + [ + "~ Brooklyn Haven of Magic ~", + 47 + ], + [ + "*Newly Renovated* Guest Suite w/ Private Entrance", + 86 + ], + [ + "Private Master’s bedroom in Gramercy, Manhattan", + 160 + ], + [ + "Fabulous brand new 1BR across park in Manhattan", + 150 + ], + [ + "New Yorker Room - 10 mins to Williamsburg/LES/City", + 45 + ], + [ + "Heart of the city", + 337 + ], + [ + "Charming sunny Bushwick bedroom", + 78 + ], + [ + "The Consuello2", + 169 + ], + [ + "Close to Manhattan and 5 minutes to LGA", + 169 + ], + [ + "Cozy Room Near Lincoln Center", + 86 + ], + [ + "Large 1BR Apt, Ground Floor w/ High Ceilings in EV", + 350 + ], + [ + "Cozy loft in greenpoint, 2 stops from Manhattan !!", + 99 + ], + [ + "Beautiful Cozy Studio Apt. UWS", + 180 + ], + [ + "Cozy private room in Williamsburg 2 stops to city", + 105 + ], + [ + "First floor #7", + 85 + ], + [ + "Sonder | Hanover Square | Calm 1BR + Rooftop", + 222 + ], + [ + "Charming Apartment in the Heart of East Village", + 97 + ], + [ + "Sophisticated 1BR in FiDi by Sonder", + 219 + ], + [ + "Sonder | Hanover Square | Artsy 1BR + Rooftop", + 232 + ], + [ + "❤ NYC/Bushwick New Private Room Size Queen ❤", + 40 + ], + [ + "Charming Room by the Pier", + 100 + ], + [ + "Large 1 Bedroom 2 Blocks from Central Park", + 100 + ], + [ + "Sunny Apartment @ Luxury Bldg in FiDi!", + 400 + ], + [ + "100% Private & A/C!\nBathroom + 1 Bedroom JFK & LGA", + 69 + ], + [ + "COZY ONE BEDROOM APARTMENT IN MANHATTAN", + 180 + ], + [ + "Beautiful Cozy Apt near Subway - Historic Brooklyn", + 150 + ], + [ + "Charming Brooklyn apartment with Garden Access", + 88 + ], + [ + "Sonder | 116 John | Simple 1BR + Gym", + 169 + ], + [ + "Charming Private Room 5 min to the Ocean", + 40 + ], + [ + "Great 2 bedroom apartment in midtown for 5ppl", + 390 + ], + [ + "Private Quite 2BDRM Oasis Best Neighborhood in NYC", + 600 + ], + [ + "Gorgeous Private room near NYC", + 50 + ], + [ + "Clean, Conscious, Plant-Based Home in Bed-Stuy", + 55 + ], + [ + "Large bedroom in 2BDR apt. in the East Village", + 90 + ], + [ + "Spacious room with a hammock near Prospect park", + 95 + ], + [ + "Cozy private living in Queens", + 85 + ], + [ + "BEST LOCATION - COMFY ROOM for long term", + 65 + ], + [ + "Mini art and science museum in 2BR brownstone", + 100 + ], + [ + "Luxurious Apt2 with Manhattan views on roof deck", + 295 + ], + [ + "NyStreet!", + 280 + ], + [ + "Sunny room + Private rooftop", + 45 + ], + [ + "GORGEOUS & HUGE room for long term", + 89 + ], + [ + "Sweet Comfort", + 49 + ], + [ + "Private Room in St George near Manhattan", + 75 + ], + [ + "Weekend Astoria Charmer", + 45 + ], + [ + "Greenpoint Apartment", + 90 + ], + [ + "Heart of bay ridge Brooklyn", + 125 + ], + [ + "AFFORDABLE LUXURY...Exclusive Living @ Its Best!", + 149 + ], + [ + "Empty private place to crash for the night", + 110 + ], + [ + "1 bedroom apt in the heart of the east village", + 115 + ], + [ + "Spacious and Clean bedroom in modern apt", + 76 + ], + [ + "Modern apartment in Hamilton Heights", + 90 + ], + [ + "Perfect Nolita apartment", + 182 + ], + [ + "A NYC apartment", + 65 + ], + [ + "Large one bedroom in upper manhattan", + 95 + ], + [ + "Brooklyn Take Me In", + 46 + ], + [ + "Modern private bed & bath next to Barclays Center", + 120 + ], + [ + "Cheap & Comfy Huge Private Room!", + 37 + ], + [ + "Magic Brooklyn townhouse room fit for a wizard", + 85 + ], + [ + "Beautiful & Comfy Room, Same Street As The Subway!", + 85 + ], + [ + "1 Bedroom in Ridgewood, Brooklyn", + 75 + ], + [ + "Beautiful room!!! Wonderful view!!!", + 110 + ], + [ + "Quiet & cozy 1 BR/balcony - Graham L in WBURG", + 140 + ], + [ + "[ENTIRE APT] Large Designer 1 bd apt in Manhattan", + 150 + ], + [ + "Brooklyn Cultural Chateau: Sunny Private Room", + 85 + ], + [ + "Studio Apartment in the Heart of Manhattan!", + 130 + ], + [ + "Bright, Modern Greenpoint Apartment", + 300 + ], + [ + "Beautiful, spacious loft in Clinton Hill", + 130 + ], + [ + "Adorable Top Floor Williamsburg Apt (1 Bedroom)", + 125 + ], + [ + "Throgsneck Pvt. Room two full beds close manhattan", + 74 + ], + [ + "Luxury Couple’s Retreat by The Park with Doorman", + 99 + ], + [ + "Anita's Grey Master BedRoom", + 62 + ], + [ + "East Village Studio Apartment", + 200 + ], + [ + "Spacious Studio in the Heart of West Village", + 180 + ], + [ + "Clean, quiet, close to Columbia and transit.", + 46 + ], + [ + "Lovely room in Bushwick 2 bd with a huge backyard", + 70 + ], + [ + "Central Park South Better than a 5-Star Hotel", + 166 + ], + [ + "Manhattan UWS Washington Heights Harlem - Inwood", + 359 + ], + [ + "Modern luxury apartment 15 mins to central park!", + 200 + ], + [ + "West Village Private Room With A View!", + 100 + ], + [ + "2 Bedroom 2 Bathroom Brooklyn Apartment", + 100 + ], + [ + "The Guesthouse Loft", + 175 + ], + [ + "Adorable Room in Spacious Brooklyn Home", + 40 + ], + [ + "Gorgeous, charming upper east side one bedroom", + 120 + ], + [ + "Location Astoria Park ( only female )", + 38 + ], + [ + "Brand New Apt Room with Modern Living Room", + 55 + ], + [ + "Ensuite Private bath with Comfortable bed", + 60 + ], + [ + "Cozy| PRIVATE STUDIO | TIMES SQAURE", + 199 + ], + [ + "East Harlem Room Available (Females Only)", + 50 + ], + [ + "Inigo-Sunset Park", + 32 + ], + [ + "Recently Remodeled: Stunning & Spacious 1 Bedroom", + 175 + ], + [ + "Charming East Village Bedroom", + 74 + ], + [ + "wonderful presidential suite in midtown manhattan", + 175 + ], + [ + "Very Quiet 'nd Safe, overlooking backyard gardens", + 113 + ], + [ + "Beautiful well lit studio located in Brooklyn, NY", + 150 + ], + [ + "Spacious 2 bedroom Williamsburg Apartment", + 200 + ], + [ + "Sunny & spacious Brooklyn Brownstone Bedroom", + 95 + ], + [ + "Lovely, Spacious & Private Garden Apt in Bronx, NY", + 86 + ], + [ + "Brooklyn Duplex Townhouse, Deck & Garden", + 260 + ], + [ + "Room in brand new shared apt 20 mins to Manhattan", + 65 + ], + [ + "Cozy Parkside Studio in the ❤️ of the East Village", + 165 + ], + [ + "Bushwick Apartment // L Train", + 150 + ], + [ + "Minimalist Modern West Village Studio", + 140 + ], + [ + "Heart of East Village Apartment", + 62 + ], + [ + "Little Italy Basic space.", + 100 + ], + [ + "Brooklyn apartment", + 100 + ], + [ + "Jamaica Apartment Mins from Train & Dining", + 125 + ], + [ + "Check in is at 10 pm!!!!!!Quiet Cave Crash Spot", + 44 + ], + [ + "Private Room with a Majestic View", + 75 + ], + [ + "Modern one bedroom in Financial District", + 299 + ], + [ + "Stunning, Sunny Tribeca Loft", + 799 + ], + [ + "Sunnyside Gardens Retreat", + 70 + ], + [ + "AFFORDABLE LUXURY...Exclusive Living @ Its Best!", + 149 + ], + [ + "Beautiful large 2 br appartement in Brooklyn!", + 145 + ], + [ + "comfy and cozy room near subway station", + 50 + ], + [ + "Large room near Columbia Uni medical center (7)", + 50 + ], + [ + "Quiet, cozy, mid-century mod apartment in Bushwick", + 80 + ], + [ + "Minimalist Private Room in Queens, New York", + 100 + ], + [ + "Peaceful and cozy room in Williamsburg apartment!", + 60 + ], + [ + "Brooklyn Gem", + 92 + ], + [ + "Beautiful Single Room", + 80 + ], + [ + "The Greenwood - One Bedroom Garden Apartment", + 155 + ], + [ + "Bushwick duplex w/private backyard; close to city!", + 65 + ], + [ + "Stay in this cozy room in the center of NYC 21B1", + 156 + ], + [ + "Homey Gowanus retreat for artists and dog lovers", + 100 + ], + [ + "Charming 1BR Apartment in the heart of The Village", + 197 + ], + [ + "Large Room in Historical Neighborhood", + 80 + ], + [ + "Private Grand Street Home- 2 BR duplex with deck", + 250 + ], + [ + "Charming Bright Room in Bed Stuy Brownstone", + 45 + ], + [ + "Sunny Bedroom in Brooklyn", + 50 + ], + [ + "Central SPACIOUS Triplex - LOCATION LOCATION LOC..", + 250 + ], + [ + "Midtown east for 5 people", + 199 + ], + [ + "Bright & airy loft", + 150 + ], + [ + "Room in Beautiful Light- & Plant-Filled Apartment", + 80 + ], + [ + "COMFORTABLE PRIVATE CLEAN ROOM FULLY FURNISHED", + 33 + ], + [ + "The Luna’s apartment", + 85 + ], + [ + "Aventurine Bedroom", + 65 + ], + [ + "COZY ROOM IN EAST VILLAGE TO CRASH!", + 100 + ], + [ + "sunny nice studio", + 60 + ], + [ + "Nice 2 bedrooms apartment in Bed-Stuy", + 150 + ], + [ + "Beautiful bedroom on Riverside!", + 80 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 4A", + 339 + ], + [ + "Studio-Central Location 5 Min walk to Times Square", + 175 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 3A", + 339 + ], + [ + "Cozy Private Room", + 100 + ], + [ + "Sunny and Zen room in Chelsea", + 100 + ], + [ + "Spacious Williamsburg Bohemian Paradise", + 200 + ], + [ + "Cozy (☆) Room In Upper Manhattan (♥)", + 75 + ], + [ + "Upper East Side one bedroom in elevator building", + 140 + ], + [ + "Amazingly well-lit luxury LOFT", + 245 + ], + [ + "NYC Hideaway Urban Suite", + 195 + ], + [ + "✈ NYC/Travelers. New Private Access Room Bed Full", + 45 + ], + [ + "MothErOfTheC00L-privateEntranceBathroom/ModernCaVe", + 93 + ], + [ + "Cozy Private Bedroom by Central Park in UWS", + 35 + ], + [ + "Single Room/ 15 min away from LGA Airport #5", + 40 + ], + [ + "UPPER WEST SIDE: Renovated 2 FLOOR - 2 BED & BATH", + 99 + ], + [ + "Jades place", + 65 + ], + [ + "Sevastis place. Superhost!", + 156 + ], + [ + "Opal Bedroom", + 60 + ], + [ + "Jade Bedroom", + 60 + ], + [ + "★Modern,Cozy 3BDR/2BA Getaway in Upper East!", + 399 + ], + [ + "Huge 2 bedroom in Astoria", + 100 + ], + [ + "Sunny 1 Bed Apartment - South Williamsburg", + 95 + ], + [ + "Charming Apartment in Brooklyn", + 108 + ], + [ + "Luxury One Bdrm Condo @TimeSquare", + 269 + ], + [ + "Large Boerum Hill 2 Bedroom", + 240 + ], + [ + "Artsy Manhattan Pied À Terre", + 200 + ], + [ + "Modern & private studio Bronx-Pelham Gardens", + 80 + ], + [ + "A beautiful Room In A Safe Sheepshead Bay Area.", + 61 + ], + [ + "Great in Greenpoint", + 200 + ], + [ + "Couples Haven/ 5min to train/20 min Times Square", + 50 + ], + [ + "Studio apartment with a modern home-y feel!", + 100 + ], + [ + "Awesome Cozy Room in The Heart of Sunnyside!", + 65 + ], + [ + "Home Away", + 60 + ], + [ + "NEW elegant 2brm 2bath\nLoft .", + 410 + ], + [ + "Washington Heights Getaway Bedroom", + 55 + ], + [ + "Entire apartment with amazing views!", + 245 + ], + [ + "Luxurious 2 bedroom home close to Airport and City", + 132 + ], + [ + "New Private Cozy Condo with private bedroom & bath", + 45 + ], + [ + "Chic Downtown Getaway - Beautiful 1BR Flat", + 155 + ], + [ + "Gotham City Rental 3", + 225 + ], + [ + "Bright Brooklyn Home with a View", + 150 + ], + [ + "Bushwick Room with a View", + 150 + ], + [ + "Classic Tribeca Loft", + 450 + ], + [ + "Basic Little Italy 2", + 100 + ], + [ + "Basic Little Italy 3", + 110 + ], + [ + "Bedstuy Fly! Two Bedroom Garden Apartment.", + 160 + ], + [ + "kiwi", + 220 + ], + [ + "Luxury Apartment July 4th Wkend -Fireworks view", + 150 + ], + [ + "Hip All Stone East Village Condo", + 350 + ], + [ + "Cute 1 Bedroom close to Graham Ave. train stop", + 53 + ], + [ + "Garden Duplex close to Central Park", + 1000 + ], + [ + "Spacious Gramercy Park Studio w/ separate kitchen", + 145 + ], + [ + "Cozy Room in a Historic, Beautiful Apartment", + 68 + ], + [ + "Private Bright Bedroom near 7 Train LGA & JFK", + 60 + ], + [ + "Private Room near Central Park", + 85 + ], + [ + "Comfort on Ocean Avenue", + 60 + ], + [ + "Master Bedroom close to LGA ,JFK, and highways", + 65 + ], + [ + "Serene Flat on Tree-Lined Harlem Street", + 130 + ], + [ + "Large Private Room in Beautiful Bedstuy, BK", + 61 + ], + [ + "Crystal Mediation Sanctuary Prime Williamsburg BK", + 300 + ], + [ + "Small Bedroom for Rent in a Small Apartment..", + 41 + ], + [ + "Townhouse Apartment steps away from Central Park", + 425 + ], + [ + "Royal suite", + 135 + ], + [ + "Stunning Designer 3 bdrm apt 25 min to Manhattan", + 85 + ], + [ + "Aug 1st Park Slope roommate wanted-3 mos.", + 48 + ], + [ + "Cozy & comfortable STUDIO in MIDTOWN NYC", + 165 + ], + [ + "Room in uptonw manhattan", + 50 + ], + [ + "Modern Spacious Garden Apartment - Red Hook!", + 117 + ], + [ + "1BR Breathtaking view w/Private Roof Top Bushwick", + 95 + ], + [ + "Sunny room in chilled out Fort green apt", + 75 + ], + [ + "String lights home 1 min to subway", + 140 + ], + [ + "Charming apartment in Greenpoint Historic District", + 125 + ], + [ + "BEAUTIFUL Queen Bedroom in Peaceful Green Space", + 85 + ], + [ + "1 1/2 bedroom totally private exclusive Apt. #4", + 200 + ], + [ + "Big Blue House in the Bronx", + 149 + ], + [ + "Spacious Apt minutes from Manhattan", + 85 + ], + [ + "Bed Available in Brooklyn", + 30 + ], + [ + "Cozy bedroom approx 5 minutes from JFK.", + 92 + ], + [ + "Super Charming 1 Bedroom in the Heart of Chelsea", + 200 + ], + [ + "Cozy room 5 to 7 minutes from JFK airport.", + 60 + ], + [ + "Spacious room w/ ensuite in heart of East Village", + 150 + ], + [ + "Cozy room on the river", + 109 + ], + [ + "Ground Level 1 bedroom common areas shared", + 60 + ], + [ + "East Village Skylight Loft", + 650 + ], + [ + "Luke’s place", + 140 + ], + [ + "Gowanus/Park Slope Duplex Garden Apt. 1 BLK METRO", + 200 + ], + [ + "Bright & stylish apartment in Greenwich Village", + 120 + ], + [ + "Spacious, Luxury Apartment in Brooklyn", + 175 + ], + [ + "Huge Artist Loft Space - Red Hook", + 170 + ], + [ + "Beautiful United Nations Studio/ Best location.", + 83 + ], + [ + "Budget 2 beds private room", + 90 + ], + [ + "Spacious room brand new.Beautiful yard also avlble", + 110 + ], + [ + "Vintage Custom Van", + 89 + ], + [ + "Cute and Quaint Studio in Astoria!", + 96 + ], + [ + "Little Italian Manor 2", + 70 + ], + [ + "Private room near LGA with separate entrance", + 80 + ], + [ + "Beautiful, Spacious & Comfortable Room", + 65 + ], + [ + "Heart of Park Slope", + 150 + ], + [ + "Modern, Fresh Chelsea, Athenas Apartment Room", + 100 + ], + [ + "Cozy, Confortable, Modern spacious and nice Room", + 99 + ], + [ + "Taste of the Old World", + 150 + ], + [ + "Cozy plant filled room nearby multiple subways", + 69 + ], + [ + "Stunning duplex. EXCELLENT location. Fort Greene!!", + 375 + ], + [ + "Beautiful Sleek Apartment in New Building", + 55 + ], + [ + "Top Floor Sun-Drenched West Village Studio", + 175 + ], + [ + "Sunny Suite with Private Entrance", + 90 + ], + [ + "Cozy private room in Bushwick with Gym and Rooftop", + 60 + ], + [ + "A Room With A View", + 100 + ], + [ + "Large Sunny Room with King Size Bed, near subway", + 47 + ], + [ + "Luxury Mid-Century Modern in West Village", + 160 + ], + [ + "Gorgeous Studio Hideout/w Queen Bed.", + 80 + ], + [ + "Private Bedroom & Bathroom in Midtown Manhattan", + 125 + ], + [ + "Your special place in Manhattan FRONT room", + 81 + ], + [ + "Spacious Two Bedroom DUMBO Loft", + 350 + ], + [ + "Romantic Garden Floor For Two or Big Groups", + 183 + ], + [ + "HEAVENLY PLACE", + 60 + ], + [ + "Large Manhattan Artist Flat", + 120 + ], + [ + "THE 602 SHOWROOM", + 1000 + ], + [ + "Big bright room with private entrance", + 156 + ], + [ + "Historical BK Heights 3 br, outdoor deck + patio", + 300 + ], + [ + "Private Queen Bedroom in UWS near Central Park", + 179 + ], + [ + "place on the bay", + 70 + ], + [ + "Small, cosy room for the solo traveler!!", + 80 + ], + [ + "BedStuy Spacious & Modern, 2nd floor Apt w/ Roof", + 120 + ], + [ + "Spacious Room Seconds from Graham L - Williamsburg", + 73 + ], + [ + "New York Loft", + 236 + ], + [ + "Sweet Suite in Greenpoint", + 110 + ], + [ + "Charming Glass Room in 1b Apt in heart of SoHo", + 55 + ], + [ + "Lovely private room in spacious top floor condo", + 100 + ], + [ + "Private room w/ pvt entrance near Times Sq 32C", + 55 + ], + [ + "Charming Artistic Flat in Brooklyn", + 75 + ], + [ + "Bright 1BDR in Green Oasis - Fantastic Location!", + 160 + ], + [ + "1BR Apartment on Prettiest Block in West Village!", + 170 + ], + [ + "Serene Studio in FiDi by Sonder", + 167 + ], + [ + "Your Apartment in NEW YORK, all for yourself", + 120 + ], + [ + "LGBT Friendly 15 mins to Union Square!! PRVTE BATH", + 230 + ], + [ + "Lovely villa", + 125 + ], + [ + "Grand Penthouse loft in Prime Williamsburg", + 100 + ], + [ + "Sweet Lower Manhattan/Tribeca loft Suite", + 300 + ], + [ + "My Upper West Side Studio", + 125 + ], + [ + "Midtown room with a living room and rooftop!", + 300 + ], + [ + "Quiet Williamsburg Studio, Private Bath & Entrance", + 100 + ], + [ + "Sonder | 21 Chelsea | Central 1BR + Rooftop", + 250 + ], + [ + "Your lovely room", + 50 + ], + [ + "Large BR 1 Block From Subway 20 min to Manhattan", + 70 + ], + [ + "Luxurious Clean room 10 min away from Manhattan", + 43 + ], + [ + "Zen Artist Duplex with Private Garden", + 95 + ], + [ + "Deluxe Studio in FiDi by Sonder", + 164 + ], + [ + "Sunny Room in South Slope", + 40 + ], + [ + "Cozy Railroad Apartment in Greenpoint, BK", + 95 + ], + [ + "Sonder | Hanover Square | Charming 1BR + Rooftop", + 229 + ], + [ + "Modern & Cozy Studio In Best East Village Location", + 190 + ], + [ + "Great Williamsburg Spot", + 120 + ], + [ + "Posh 1BR in Midtown East by Sonder", + 207 + ], + [ + "Warm Artistic Wburg Loft Off 4 Train Lines", + 100 + ], + [ + "Contemporary 1BR in Midtown East by Sonder", + 180 + ], + [ + "Private bedroom in UWS Apartment", + 99 + ], + [ + "Your own duplex 3 bedroom w. backyard in Bed-Stuy!", + 125 + ], + [ + "Comfy single private room at quiet area in Queens", + 50 + ], + [ + "Beautiful 1 bedroom apt with private rooftop", + 190 + ], + [ + "Washington Heights Tranquil Getaway Bedroom", + 55 + ], + [ + "1BRD Greenpoint BK! Nightlife, parks, shops, food", + 150 + ], + [ + "Fresh Studio in Brooklyn Townhouse", + 75 + ], + [ + "New Clean Comfortable Studio w/Terrace", + 500 + ], + [ + "Clean Over Night Bed By Times Square Manhattan", + 69 + ], + [ + "Shared Cozy Apartment By Times Square Manhattan", + 99 + ], + [ + "Shared Apartment by Times Square Manhattan", + 65 + ], + [ + "Shared Apartment By Times Square Hell’s Kitchen", + 65 + ], + [ + "Workspace Room 3", + 36 + ], + [ + "Fort Greene Sanctuary", + 125 + ], + [ + "Humble and Elegant Place of Comfort", + 50 + ], + [ + "Rare, Classic, 2 Bed/2 Bath Williamsburg Loft", + 250 + ], + [ + "Solo Traveler Heaven, Close to Midtown & Airports", + 54 + ], + [ + "Coworking Style Sublet", + 55 + ], + [ + "Spacious Clinton Hill apartment all to yourself", + 95 + ], + [ + "Carnegie Hill-Clean Small 1 bedroom", + 115 + ], + [ + "Tourist spot", + 35 + ], + [ + "Private Apartment w/Sunny Balcony in Riverdale NYC", + 105 + ], + [ + "3rd floor: Charming 2 BR guest suite with balcony", + 200 + ], + [ + "Bright Private Bedroom Close to Central Park", + 123 + ], + [ + "Entire Historic Brownstone Condominium", + 95 + ], + [ + "Art Lover’s Loft on SoHo/Greenwich Village Border", + 300 + ], + [ + "Beautiful Room for 2 in Manhattan", + 120 + ], + [ + "Bronx Roon", + 70 + ], + [ + "Modern BR with Private Bathroom Near Central Park", + 140 + ], + [ + "Spacious queen bedroom in the heart of Manhattan", + 114 + ], + [ + "Spacious bedroom in East Willyb!", + 80 + ], + [ + "BRIGHT & AIRY APARTMENT IN GREENPOINT", + 85 + ], + [ + "Your Home away from Home", + 125 + ], + [ + "West Village Pied-à-Terre", + 157 + ], + [ + "Luxurious Apt in the heart of Manhattan", + 125 + ], + [ + "Adorable bedroom at UES!", + 90 + ], + [ + "Upper East Side Room", + 54 + ], + [ + "STUNNINGLY COMFORTABLE UWS HI-RISE STUDIO APT", + 195 + ], + [ + "City Suite", + 230 + ], + [ + "Private Bedroom in Washington Heights", + 40 + ], + [ + "Bright, Cozy Little Room in Prime Brooklyn", + 65 + ], + [ + "Charming Old Greenwich Village Duplex", + 325 + ], + [ + "New 4BDR LOFT in Williamsburg 2 stops to Manhattan", + 460 + ], + [ + "The Quintessential Bushwick Loft: The Dream Cove", + 30 + ], + [ + "UWS Studio - CENTRAL PARK WEST -", + 132 + ], + [ + "Room for June-beginning of July!", + 40 + ], + [ + "Style, Comfort & Convenience in NYC getaway", + 180 + ], + [ + "UPPER WEST SIDE,GREAT VALUE STUDIO APT", + 149 + ], + [ + "Cozy Studio Apt-One block away from Prospect Park!", + 90 + ], + [ + "Close to Central Park,renovated quite studio A", + 149 + ], + [ + "NEW Perfect private room near Two Bridges IV", + 94 + ], + [ + "NEW Wonderful private room near Two Bridges II", + 91 + ], + [ + "Great apartment in staten island, New York.", + 115 + ], + [ + "Peaceful apartment for 2", + 50 + ], + [ + "Private room in a two bedroom apt", + 55 + ], + [ + "Hidden Gem in Canarsie-FREE private parking", + 100 + ], + [ + "**Private Bath** Master Suite in Hip Brooklyn", + 90 + ], + [ + "New York City Manhattan Midtown Convenient Place", + 160 + ], + [ + "Beautiful, Sunny and very Clean Apartment", + 100 + ], + [ + "cozy zen master bedroom minutes from Manhattan.", + 60 + ], + [ + "Best in Greenwood. 1min walk & 15min to Manhttn", + 75 + ], + [ + "Bushwick Apt", + 130 + ], + [ + "Two Bedrooms in Bright Brooklyn Home", + 120 + ], + [ + "Charming oasis, w/pvt garden, 2 stops to manhattan", + 149 + ], + [ + "BIG SUNNY LOVELY ROOM CENTRAL PARK", + 85 + ], + [ + "Central Park View-Free Museum Tickets-Private Room", + 182 + ], + [ + "Gorgeous summer spot in boerum hill, brooklyn!", + 1333 + ], + [ + "Charming, Sunny and Spacious one bedroom apartment", + 160 + ], + [ + "Bright Manhattan Room", + 50 + ], + [ + "West Village One Bedroom with views", + 175 + ], + [ + "1 Bed 1 Bath on Upper West Side Manhattan", + 155 + ], + [ + "Quiet Cozy Chelsea Studio", + 179 + ], + [ + "HUGE Soho LOFT 2 Bedrooms 2 Bathrooms", + 350 + ], + [ + "Cosy Brooklyn room with a rooftop access", + 45 + ], + [ + "Spacious room in prime Willyb! Steps 2 Bedford L", + 100 + ], + [ + "Big room with mini private living room6", + 136 + ], + [ + "Comfy Bronx retreat", + 125 + ], + [ + "NYC Kosher Royal Nest - Near \"Q\" Express Metro", + 60 + ], + [ + "Charming loft in a old town house", + 200 + ], + [ + "Luxury 1 Bedroom in Williamsburg with a View!", + 80 + ], + [ + "Big Size Room in a 2 Bedroom Apt", + 60 + ], + [ + "Summer Luxury in Harlem !!!", + 235 + ], + [ + "Private Room with Skyline View in Doorman Building", + 249 + ], + [ + "Hells Kitchen Pied-à-terre", + 125 + ], + [ + "Brooklyn Gidi", + 65 + ], + [ + "Cozy lovely place :)", + 500 + ], + [ + "Spacious, light filled Brooklyn getaway", + 45 + ], + [ + "NYC Beachfront Getaway", + 325 + ], + [ + "2 bedroom Flat in Park Slope", + 150 + ], + [ + "Amazing Times Square Room close to Everything", + 150 + ], + [ + "Huge Central Harlem 2 Bedroom (125th 2/3 train)", + 163 + ], + [ + "Prime Location On E. 62nd Street with Garden", + 165 + ], + [ + "3 bedroom Tourist's heaven 2nd floor", + 189 + ], + [ + "Beautiful Classic 7 Residence UES", + 1100 + ], + [ + "Cheeky Private Bedroom in Bed-Stuy", + 50 + ], + [ + "Modern Park slope duplex 4 bedrooms", + 200 + ], + [ + "WeLive Wall Street -- One Bedroom Apartment", + 225 + ], + [ + "Luxurious and Spacious 2 Bedroom Brownstone", + 350 + ], + [ + "Private bedroom in Upper East Side / East Harlem", + 46 + ], + [ + "Charming Photo Set & Studio Loft", + 350 + ], + [ + "NYC LUXURY PENTHOUSE MIDTOWN &GYM&AMAZING VIEW", + 499 + ], + [ + "Quiet & cozy one bedroom in Washington Heights", + 115 + ], + [ + "Beautiful room in Ridgewood", + 100 + ], + [ + "2BR LES Apartment Near Best Food and Bars in NYC", + 95 + ], + [ + "Very small room near Columbia Uni med school", + 43 + ], + [ + "Typical New York City LOFT studio", + 120 + ], + [ + "*Solo NY Explorer | Comfy, Quiet Space", + 88 + ], + [ + "Private Brooklyn Historic Brownstone Duplex", + 215 + ], + [ + "Green home by Prospect Park", + 200 + ], + [ + "Bright Modern LUX 1BR with pool, gym and sauna", + 299 + ], + [ + "SoHo Bedroom Central and Close to Many Subways", + 115 + ], + [ + "Beautiful 1BR in the heart of the West Village", + 199 + ], + [ + "NEW Listing! Sunny, spacious, Park Slope apt.", + 129 + ], + [ + "Perfect room in Williamsburg (10min to Manhattan)", + 84 + ], + [ + "Private Garden. Trendy Williamsburg location!", + 170 + ], + [ + "Cozy and modern one Bedroom Apartment", + 149 + ], + [ + "Newly renovated apartment in the heart of Brooklyn", + 47 + ], + [ + "Beautiful Modern Spacious 3 bedroom Apartment", + 125 + ], + [ + "Bright 1BR in Midtown East by Sonder", + 177 + ], + [ + "2000sqf Modern Loft style Townhouse Williamsburg", + 500 + ], + [ + "Bright room in beautiful Park Slope apartment", + 60 + ], + [ + "Lovely 1 bedroom in Washington heights!", + 100 + ], + [ + "Upper East Side entire flat - Close to Subway", + 180 + ], + [ + "Huge Room With TV Uptown Manhattan", + 65 + ], + [ + "Newly remodeled modern home in LES", + 200 + ], + [ + "Cozy Bedroom Full of Sunshine", + 50 + ], + [ + "Amazing Artist-Inspired Loft in Bushwick Brooklyn", + 150 + ], + [ + "ELEGANT 2 BEDROOM private apt in BROOKLYN", + 159 + ], + [ + "Comfy Brownstone 1BR with backyard", + 130 + ], + [ + "Private furnished room near Columbia University", + 100 + ], + [ + "美国 家庭风----幸运纽约客 民宿", + 65 + ], + [ + "Cozy master bedroom in HK: LGBT FRIENDLY.", + 100 + ], + [ + "High Ceiling Loft in Flatiron (3 mins to Subway)", + 185 + ], + [ + "Sophisticated and Cozy Pre-War 2 bedroom", + 150 + ], + [ + "Stunning 1 bedroom/ 1 bath apartment in Manhattan", + 225 + ], + [ + "Your Absolute Best NYC Experience!!!", + 398 + ], + [ + "Large cozy bedroom close to Times Square 43D4", + 62 + ], + [ + "Luxury Living in Greenpoint", + 180 + ], + [ + "New York Apartment steps from Central Park", + 250 + ], + [ + "Stylish, spacious, private 1BR apt in Ditmas Park", + 75 + ], + [ + "1st Floor Cozy 1Br Apt. Near YANKEE STADIUM", + 150 + ], + [ + "Shared space w/privacy near NY Botanic Garden", + 33 + ], + [ + "Williamsburg Luxury Artist Loft With All Amenities", + 200 + ], + [ + "Beautiful Parlor Fl. 1 br - Historic Clinton hill", + 99 + ], + [ + "Welcome to YURT -- comfy room in East Village", + 100 + ], + [ + "The Green Room", + 49 + ], + [ + "Cute Bunker Beds", + 50 + ], + [ + "Blessings", + 83 + ], + [ + "The Palace of Perhaps (Bushwick / Ridgewood)", + 40 + ], + [ + "Comfortable Flatbush Bedroom & Living Room (Rm# 3)", + 45 + ], + [ + "10 mins to Free Ferry to Manhattan NYC new mall", + 161 + ], + [ + "Minutes to everything in the middle of Manhattan", + 125 + ], + [ + "LARGE SUNNY 1BD 10 MIN TO MANHATTAN", + 90 + ], + [ + "Clean and Nice Central Park Apt in Lincoln Center", + 85 + ], + [ + "Cozy Shared Apartment in Midtown Manhattan", + 69 + ], + [ + "Nice area accessible to all public transportation!", + 85 + ], + [ + "Cozy Overnight Bed in Hell's Kitchen", + 65 + ], + [ + "QUIET ROOM IN A BIG NOICY NEW YORK :)", + 99 + ], + [ + "Bright and Airy 2 Bedroom Apt", + 110 + ], + [ + "private bedroom in the center of NYC action 21B4", + 70 + ], + [ + "Great cozy room near the center of NYC 12AR", + 100 + ], + [ + "Modern, comfy studio apartment", + 25 + ], + [ + "Gramercy Apartment Steps from Union Square", + 225 + ], + [ + "Private Apartment with 2 BEDs at Union Square", + 110 + ], + [ + "Comfortable and bright bedroom in a great location", + 60 + ], + [ + "Clean, Quiet, Spacious Room in Brooklyn", + 55 + ], + [ + "Private room right next to Central Park!!", + 98 + ], + [ + "Mid Century Modern Williamsburg Condo", + 295 + ], + [ + "Home away from home!", + 80 + ], + [ + "Comfy 6ft. couch in living room", + 70 + ], + [ + "Manhattan View Garden Home", + 400 + ], + [ + "Peaceful Room in Williamsburg", + 66 + ], + [ + "Upper West Side private room by Central Park", + 98 + ], + [ + "Quiet West Village one bdrm apt, dwntwn Manhattan", + 186 + ], + [ + "Luxury private house in Queens", + 60 + ], + [ + "Room at walking distance from Central Park!", + 97 + ], + [ + "Luxury house 皇后区豪华园林式独立别墅适合家庭出游理想住宿自由畅享私家空间", + 60 + ], + [ + "Clean Private Room in Manhattan!", + 98 + ], + [ + "Converted Knitting Factory LOFT in N. Williamsburg", + 200 + ], + [ + "Large private room near Times Sq. 33C4", + 62 + ], + [ + "Sunny room near center of the big apple 61F2", + 62 + ], + [ + "Gorgeous Sunny Studio step away from Central Park", + 138 + ], + [ + "Modern Space in Charming Pre-war #2", + 65 + ], + [ + "Spacious bedroom in central Fort Greene", + 90 + ], + [ + "Surfin’ Bird House Red at Rockaway Beach", + 99 + ], + [ + "Charming 2 Bedroom in Fashionable East Village", + 350 + ], + [ + "Brooklyn Bedstuy Beauty", + 140 + ], + [ + "*** Brooklyn Secret Spot ***", + 85 + ], + [ + "Spacious, NEW LUXURY 1 BDRM home in Manhattan", + 200 + ], + [ + "Cozy room with Private terrace 7th floor", + 90 + ], + [ + "Cozy bedroom in Bushwick!", + 60 + ], + [ + "Spacious & minimal pre-war apartment", + 225 + ], + [ + "COZY Room for Female Guests", + 48 + ], + [ + "Big Apple Retreat", + 149 + ], + [ + "Huge, spacious, chic Gramercy 1 bedroom", + 200 + ], + [ + "BEAUTIFUL MURRAY HILL SUITES-EAST 38TH", + 225 + ], + [ + "luxury house in queens", + 50 + ], + [ + "Cozy place.", + 65 + ], + [ + "Bright, Breezy Private Bedroom in Harlem", + 80 + ], + [ + "Comfortable friendly atmosphere", + 87 + ], + [ + "Beautiful room", + 87 + ], + [ + "MODERN 2 BEDROOM private apt in BROOKLYN", + 149 + ], + [ + "Sunny 1BED in Heart of Williamsburg", + 169 + ], + [ + "THE JEWEL OF CROWN HEIGHTS", + 95 + ], + [ + "Fully renovated Park Slope brownstone apartment", + 305 + ], + [ + "Gracious Brooklyn Brownstone in Historic District", + 525 + ], + [ + "Cozy loft @ Greenpoint. Mins to Manhattan!!", + 102 + ], + [ + "UpperWestSide/2B1BA/SHORT-TERM/FURNISHED", + 220 + ], + [ + "Lux Studio Suite+ Kitchen+Gym+Rooftop @FiDi!", + 179 + ], + [ + "Real Brownstone Brooklyn Living On Subway Line", + 190 + ], + [ + "1st flr hugeW room Bklyn D train shopping/ corner", + 50 + ], + [ + "Beautifully Renovated 3BD/2BA ☆ 1 Block to Subway", + 140 + ], + [ + "Bright beautiful studio with skyline views!", + 220 + ], + [ + "Beautiful Private Room & Bath in East Village Loft", + 124 + ], + [ + "Huge and beautiful 2BR in Greenpoint Brooklyn", + 114 + ], + [ + "Chelsea Studio Apt", + 199 + ], + [ + "Art Filled Bohemian Chic", + 135 + ], + [ + "Cozy Hamilton Heights Room for 1 or 2", + 55 + ], + [ + "Penny's Place Brooklyn, NY", + 125 + ], + [ + "Deluxe Family Studio with Empire State views #7", + 131 + ], + [ + "Awesome Private Bushwick studio!", + 100 + ], + [ + "Bedroom - in the heart of the East Village", + 95 + ], + [ + "Luxurious New Building in the Heart of Bushwick", + 220 + ], + [ + "Duplex with private terrace in Williamsburg", + 135 + ], + [ + "Historic New York Home", + 80 + ], + [ + "Private room + bathroom in 2 bed apartment", + 89 + ], + [ + "New York City home away from home :)", + 97 + ], + [ + "Sonder | 180 Water | Charming Studio + Rooftop", + 167 + ], + [ + "Spacious and convenient Harlem Guest Room.", + 45 + ], + [ + "Brooklyn Care & Comfort", + 45 + ], + [ + "Rustic room in beautiful, naturesque Fort Greene", + 45 + ], + [ + "Beautiful Room in Fort Greene", + 75 + ], + [ + "Sanctuary on Court Street (Carroll Gardens)", + 100 + ], + [ + "Cozy & Chic 1 Bedroom, Upper East Side, Manhattan", + 189 + ], + [ + "Private room for two in Harlem apartment!", + 70 + ], + [ + "Private Room in the heart of NYC. Room 3 of 3", + 120 + ], + [ + "Sonder | 116 John | Charming Studio + Gym", + 164 + ], + [ + "4 Bedroom Townhouse near Prospect Park w/Garden", + 375 + ], + [ + "BROOKLYN Quiet Den", + 25 + ], + [ + "Quiet 2BD Brooklyn Cheap Stay", + 165 + ], + [ + "Lovely Room in the Heart of Manhattan", + 56 + ], + [ + "Simple & Convenient Manhattan Room", + 52 + ], + [ + "Cozy 2 Bedroom in Murray Hill!", + 275 + ], + [ + "Large one-bedroom in heart of West Village", + 250 + ], + [ + "Big private room in Sunnyside NYC 7 min Subway", + 89 + ], + [ + "Great private room in NYC 20 min to Manhattan", + 89 + ], + [ + "Spacious Private Room Near A C train in Brooklyn", + 49 + ], + [ + "1 Bdrm in Beautiful Brownstone filled with light", + 60 + ], + [ + "In the heart of the East Village", + 159 + ], + [ + "4 min walk to Times Square, close to everything!", + 120 + ], + [ + "Spacious room in Williamsburg (10min to Manhattan)", + 88 + ], + [ + "Explorer's Apartment", + 186 + ], + [ + "Manhanton high rising apartment next to the subway", + 99 + ], + [ + "Country Touches Private Bedroom In Upper West Side", + 90 + ], + [ + "Private room in Brooklyn!", + 70 + ], + [ + "Common Single Room # 1", + 40 + ], + [ + "Large 2 bedroom downtown Loft Apartment", + 649 + ], + [ + "Living Art Gallery Room in New Bushwick Building", + 50 + ], + [ + "ARTIST SPACE", + 45 + ], + [ + "Private Room in Open Brick loft in Williamsburg", + 95 + ], + [ + "Penthouse Private room w Private Rooftop + ensuite", + 149 + ], + [ + "Modern 2 bedroom apartment", + 50 + ], + [ + "Beautiful South Park Slope Brooklyn Apartment", + 280 + ], + [ + "Bright Big Beautiful Apt border Bushwick/Ridgewood", + 75 + ], + [ + "Sunnyside - Huge Private Bedroom, right by 7train", + 65 + ], + [ + "Cozy Artist Apartment", + 100 + ], + [ + "Upper Manhattan, Beautiful Sunlit Space", + 80 + ], + [ + "Queen Private Room Feet from Subway", + 80 + ], + [ + "Meteorine Bedroom", + 60 + ], + [ + "One Bedroom Bed-Stuy Walk-Up", + 100 + ], + [ + "Private room by Prospect Park in Brooklyn", + 35 + ], + [ + "NEW Charming & Modern 2 Bed- Private Backyard!", + 250 + ], + [ + "Tropical Room in Brooklyn Heights", + 75 + ], + [ + "Clean, peaceful, and bright apartment in Brooklyn", + 60 + ], + [ + "Awesome clean & cozy space in Sunset Park!", + 49 + ], + [ + "A Contemporary Homelike Stay in the Best of BK", + 125 + ], + [ + "Private room by Prospect Park - 25min to Manhattan", + 50 + ], + [ + "Upper EastSide Apartment, Quick Access to Downtown", + 50 + ], + [ + "Cute Brooklyn One Bedroom Apartment", + 100 + ], + [ + "A classy room in Harlem", + 43 + ], + [ + "Light & Spacious Artist Loft with Vintage Charm", + 200 + ], + [ + "Private room w/ pvt entrance near Times Sq. 22B", + 55 + ], + [ + "Sunny room with a great view near Times Sq. 51E3", + 54 + ], + [ + "1 bed in the heart of Financial District of NYC", + 80 + ], + [ + "Queen Bed in Full Floor East Village Apartment", + 140 + ], + [ + "A Perfect Match! The NYC All-Rounder Apartment", + 250 + ], + [ + "Beautiful Prewar New York City Apartment!", + 250 + ], + [ + "*Luxurious* Sparkling Clean Two Bedroom Apartment", + 499 + ], + [ + "Airy Brownstone 20 minutes to Manhattan/Groups", + 140 + ], + [ + "Sunny 2 bdrm / 2 bath top floor brownstone", + 175 + ], + [ + "Fabulous Room Near Central Park", + 111 + ], + [ + "Spacious and minimal apt in the heart of NYC", + 160 + ], + [ + "Enjoy this private room at the heart of NYC 23B1", + 150 + ], + [ + "Charming Neighborhood, Charming Studio to Share", + 60 + ], + [ + "Private room in a Bohemian Bushwick Loft! b", + 70 + ], + [ + "Elegant private room with ROOFTOP, close to train", + 70 + ], + [ + "Serene Loft in Williamsburg - Master Bd", + 425 + ], + [ + "bright, cheery and real nyc", + 230 + ], + [ + "Fanta Sea Home 2", + 50 + ], + [ + "Simple and Chic Studio Union Square/ East Village", + 200 + ], + [ + "Cosy soulful studio in the Upper West Side", + 125 + ], + [ + "Large private sunny room near Times Sq. 21B3", + 60 + ], + [ + "Cozy Room Great Price in Bushwick Bklyn! (Suite 4)", + 40 + ], + [ + "Bronx 1 bedroom studio apartment", + 107 + ], + [ + "Sunny private room 10 mins from Times Sq 23B3", + 62 + ], + [ + "West Village Sanctuary", + 195 + ], + [ + "Bronx 2 Bedroom with View of Manhattan Skyline", + 150 + ], + [ + "Mamas 2 twins purple #4 boro pk 2nd flr D train", + 50 + ], + [ + "Brand new space ! ... safe, peaceful and relaxing.", + 85 + ], + [ + "Modern Apartment☆5 Mins to Subway☆40 Mins to NYC☆", + 110 + ], + [ + "Adorable UES Studio w/ Balcony, Gym + Doorman by Blueground", + 211 + ], + [ + "Stay 10 minutes away from Times Square 63F2", + 100 + ], + [ + "Morningside Heights Gem", + 125 + ], + [ + "The Sound of Brooklyn", + 45 + ], + [ + "***WELCOME TO MI CASA TU CASA NEAR JFK/LGA AIRPORT", + 38 + ], + [ + "Centrally located from LGA, Manhattan & more", + 50 + ], + [ + "Spacious room to rest in NYC", + 83 + ], + [ + "summer downtown W/ TERRACE", + 100 + ], + [ + "Penthouse Triplex Jewel - 3000sf", + 1000 + ], + [ + "Huge private & cozy room in the Bronx!", + 35 + ], + [ + "Family and Friends Peaceful Home", + 75 + ], + [ + "Great cozy room", + 26 + ], + [ + "PRIVATE STUDIO APT!! 10 Min walk Times Square 11A", + 62 + ], + [ + "1 bdrm apt / Prime Wburg / steps 2 Bedford L", + 170 + ], + [ + "Cozy large room at the heart of NYC 41D4", + 62 + ], + [ + "Suite nearJFK with private bathroom and kitchen", + 60 + ], + [ + "ASTORIA in QUEENS", + 51 + ], + [ + "Dreamy room in Avenida Siempre Verde - Bushwick", + 70 + ], + [ + "Charming Hamilton Heights Apartment!", + 105 + ], + [ + "Beautiful room(s) near JFK airport", + 60 + ], + [ + "Private bedroom with Bath Chinatown, NYC, #3", + 100 + ], + [ + "Private bedroom in Chinatown, NYC, #1", + 122 + ], + [ + "Gigantic Sunny Room in Park Slope-Private Backyard", + 10 + ], + [ + "Beautiful and clean 2BR in prime Chelsea", + 299 + ], + [ + "5min to JFK! Private Suite TwinBeds New home R1", + 85 + ], + [ + "Two double beds, New York, Chinatown, #2", + 90 + ], + [ + "Entire Garden Level Home in Greenpoint, Brooklyn", + 124 + ], + [ + "*THE BUSINESS TRAVELER ROOM*", + 42 + ], + [ + "The Perfect Williamsburg Apartment", + 180 + ], + [ + "5 min to JFK! Private Queen room in new home. R3", + 80 + ], + [ + "Family-friendly 2BR, Prime Upper West Side", + 175 + ], + [ + "5min to JFK! Private Queen Room in New home! R2", + 85 + ], + [ + "Last minute pricing! quiet street, heart of SoHo", + 45 + ], + [ + "Full Apartment Downtown Manhattan (East Village)", + 160 + ], + [ + "Studio in Prospect Park South", + 59 + ], + [ + "Sunny and spacious private room in Bushwick", + 150 + ], + [ + "For Female Cozy Shared Room in Midtown West", + 69 + ], + [ + "Cozy Shared Room by Central Park For Female", + 69 + ], + [ + "Modern Style Cozy & Convenient 2 Bedroom Apartment", + 180 + ], + [ + "Stylish and Serene in Cobble Hill, Brooklyn", + 100 + ], + [ + "Sunny Beautiful Loft", + 125 + ], + [ + "Sunny hip room in Bushwick 2 mins from the L train", + 50 + ], + [ + "Coney Island / Brighton Beach Private rm duplex", + 75 + ], + [ + "JULY SALE ! PRIVATE ROOM UPPER EAST SIDE NYC", + 55 + ], + [ + "Nice room in large, quiet EV apt", + 65 + ], + [ + "Studio - 5Mins to Times Square", + 200 + ], + [ + "Prime Williamsburg on quiet street!", + 120 + ], + [ + "Beautiful duplex in New York", + 160 + ], + [ + "NEW Charming Studio", + 200 + ], + [ + "Awesome Central Park Room. Cozy Manhattan Space.", + 34 + ], + [ + "Large studio near Central Park/Columbus Circle", + 195 + ], + [ + "Charming Bedroom in Cozy East Harlem Apartment", + 70 + ], + [ + "Beautiful peninsula to stay", + 105 + ], + [ + "Cozy Brooklyn two level apartment with a backyard", + 195 + ], + [ + "East Vilage Sleeping Space Semi-Private Room", + 60 + ], + [ + "Cozy UES apartment by the Central Park", + 120 + ], + [ + "2 Story Apartment in Greenwich Village", + 250 + ], + [ + "Private Room in Bushwick Luxury Fortress", + 89 + ], + [ + "Affordable Lenox Ave Room. Clean Sunny Comfy!", + 32 + ], + [ + "5min to JFK! Private 3 bedroom Apt-Whole 1st Floor", + 340 + ], + [ + "Elegant and spacious apt in UWS - Cleaning Incl.", + 550 + ], + [ + "Your special place in Manhattan BACK room", + 88 + ], + [ + "Cozy & Beautiful Room in Astoria for all seasons", + 70 + ], + [ + "Spacious Bedroom 1 Min. From the 1 Train", + 65 + ], + [ + "Cozy Upper East Side apartment", + 125 + ], + [ + "Cozy 1 bedroom apartment in Throggs neck, bronx", + 100 + ], + [ + "Small 1-bedroom in East Harlem", + 110 + ], + [ + "Gorgeous Two Br Apt in Jamaica Estates.", + 125 + ], + [ + "Cozy Room Great Price in Bushwick, Bklyn!(Suite 3)", + 40 + ], + [ + "Brand New Astoria Suite (large studio)", + 150 + ], + [ + "private room near columbia", + 70 + ], + [ + "Riverside Apartment Room", + 72 + ], + [ + "Light filled Brooklyn apartment with deck!", + 195 + ], + [ + "Ladies Dorm Shared Room (( Bottom Bunk Bed))", + 45 + ], + [ + "Spacious room in unique loft", + 45 + ], + [ + "Simple and clean", + 90 + ], + [ + "Master Bedroom on 2nd floor in a sweet house!", + 60 + ], + [ + "Cozy & Elegant 1 bedroom", + 134 + ], + [ + "Clean, Comfortable, Convenient", + 250 + ], + [ + "A Hidden Gem in Queens", + 75 + ], + [ + "Downtown Brooklyn Home", + 80 + ], + [ + "Beautifully decorated duplex with an amazing yard!", + 300 + ], + [ + "Private Queen Room steps from Columbia and Subway", + 75 + ], + [ + "Private Bedroom in Midtown West with River View", + 150 + ], + [ + "Cozy Harlem room w/ a view! Near Central Park!", + 52 + ], + [ + "New Modern Townhouse Clinton Hill Brooklyn", + 550 + ], + [ + "Sun Drenched Artist Loft in Williamsburg!", + 250 + ], + [ + "Cozy & Convenient Private Bedroom in Harlem, NYC.", + 110 + ], + [ + "Bedstuy spacious townhouse w. amazing backyard", + 250 + ], + [ + "Charming 3 Bedroom House in Forest Hills NY", + 325 + ], + [ + "Simple Private Rm w/ Futon in the Bronx/ Storage", + 21 + ], + [ + "New York Oasis", + 150 + ], + [ + "Brooklyn Basement", + 75 + ], + [ + "Midtown East - Huge private room with terrace", + 100 + ], + [ + "PVT room cozy & warm w/fridge 15mins to NY airport", + 37 + ], + [ + "Onderdonk Hotel Studio", + 50 + ], + [ + "Artist Loft in Tribeca", + 275 + ], + [ + "Very Convenient Modern Brooklyn Studio Apartment", + 110 + ], + [ + "Sunny & Cheery Bronx Home - with Chickens!", + 115 + ], + [ + "MODERN 2-3 Bedroom Apartment with Huge Roof Deck", + 160 + ], + [ + "Massive Bedroom w/Private Yard. NYC/Williamsburg", + 65 + ], + [ + "Serene 1BR in Midtown East by Sonder", + 184 + ], + [ + "Elegant 1BR in Midtown East by Sonder", + 189 + ], + [ + "Intimate Studio in FiDi by Sonder", + 169 + ], + [ + "SoHo! Private Room in Comfy Apt!", + 129 + ], + [ + "Soho! Amazing Single Room!", + 119 + ], + [ + "Soho! Room in Modern Apartment!", + 119 + ], + [ + "Large sunny room in Modern Brooklyn Townhouse", + 65 + ], + [ + "sunshine room sublease", + 40 + ], + [ + "GREAT LOCATION / GREAT PRICE COZY PRIVATE ROOM", + 45 + ], + [ + "LUXURY On The Lower East Side", + 375 + ], + [ + "Luxury 2 Bedroom Grand Central", + 200 + ], + [ + "Harlem, near Columbia: Sunny room with view", + 65 + ], + [ + "Private room in Manhattan", + 70 + ], + [ + "Cozy Manhattan 2 bedroom", + 190 + ], + [ + "Modern Apt with private bedroom & bathroom", + 85 + ], + [ + "Modern Wall of Glass Townhouse with Garden", + 800 + ], + [ + "Bed Stuy Brownstone Charm", + 80 + ], + [ + "ELLIS 56-4 *COLUMBIA PRESBYTERIAN HOSPITAL AREA", + 65 + ], + [ + "Lovely room with private bathroom, near Manhattan", + 129 + ], + [ + "Sunny room in great location", + 60 + ], + [ + "Cozy 1 Bed/1 Bath Nestled in Charming West Village", + 180 + ], + [ + "BEST DEAL in NYC - Cute and Cozy Room Times Square", + 35 + ], + [ + "Ensuite Private Room with Bath @4th FL", + 60 + ], + [ + "Single Bunker Private Bath Room", + 60 + ], + [ + "BEST LOCATION - Lovely room by Times Square!!!", + 39 + ], + [ + "Bushwick play2", + 70 + ], + [ + "Cozy large Full 1 Bedroom Apt", + 115 + ], + [ + "Private Bedroom In Brooklyn, NY", + 60 + ], + [ + "Lovely room in Manhattan Lower East Side", + 80 + ], + [ + "Quiet Room for Rent", + 68 + ], + [ + "Luxury spacious new 1Bdr 30 mins to Manhattan", + 155 + ], + [ + "Elegant 4 floor/4BR home, garden, chef's kitchen", + 780 + ], + [ + "Chic + comfortable 1 BR apt on Upper East Side", + 135 + ], + [ + "Cozy room close to Central Park and Columbia", + 115 + ], + [ + "NYC HUB Master Bedroom: Train @900ft", + 59 + ], + [ + "Deluxe East Village Flat: 2 Bed - 2 Bath", + 169 + ], + [ + "Brooklyn Nest", + 100 + ], + [ + "Sweet Studio in <3 of Manhattan", + 195 + ], + [ + "Comfy King Bed Feet from Subway", + 85 + ], + [ + "\"I LOVE BROOKLYN\" Newly Renovated Studio APT.", + 109 + ], + [ + "King Size Room Feet from Subway", + 109 + ], + [ + "Modern Studio Apt on Waterfront (Greenpoint)", + 85 + ], + [ + "Light-filled Room with Private Bath & Entrance", + 85 + ], + [ + "The cozy room!", + 45 + ], + [ + "Cozy and Convenient Spot in Washington Heights", + 60 + ], + [ + "Gorgeous UES DOORMAN Apt + GYM & ROOFTOP clean !", + 115 + ], + [ + "Modern newly renovated apartment with balcony", + 100 + ], + [ + "Cute private bedroom in Stuyvesant Height.", + 50 + ], + [ + "BEAUTIFUL STUDIO ON UPPER EAST SIDE/ CENTRAL PARK", + 125 + ], + [ + "$6M Soho Penthouse: 2000 sq ft, 18 ft ceilings", + 850 + ], + [ + "Big, beautiful, sunny room in Hamilton Heights", + 70 + ], + [ + "Beautiful Bright Room in Soho", + 100 + ], + [ + "HUGE WASHINGTON HEIGHTS ROOM", + 55 + ], + [ + "Luxurious Private Studio", + 95 + ], + [ + "HUGE 4 Bedroom PERFECT Wilburg Apt. on Bedford Ave", + 347 + ], + [ + "Cozy Room Great Price Bushwick Brooklyn (Suite 1)", + 50 + ], + [ + "Cozy & Modern 2 beds Apt. newly renovated BK/NYC", + 190 + ], + [ + "Beautiful 1 bedroom - 2 Blocks from Central Park", + 169 + ], + [ + "Cost Effective Upper Manhattan Room", + 215 + ], + [ + "EarlyBirdDiscount! HUGE Modern CottageStyle TimeSq", + 299 + ], + [ + "Pre-War Elegance in Soho / West Village", + 175 + ], + [ + "Greenwich Village - BEST NEIGHBORHOOD", + 220 + ], + [ + "Cozy Studio in Upper East Side", + 120 + ], + [ + "Little Italy Gem", + 200 + ], + [ + "Luxury gallery apartment in beautiful Greenpoint", + 190 + ], + [ + "Private room with balcony with ROOFTOP terrace", + 90 + ], + [ + "Full Apartment, 1 Bedroom", + 85 + ], + [ + "Lovely Apartment in Greenwich Village, NYC", + 90 + ], + [ + "Deluxe Loft Suite with Patio", + 399 + ], + [ + "Studio Deluxe", + 349 + ], + [ + "Loft Suite at Franklin Guesthouse", + 379 + ], + [ + "Deluxe Loft Suite", + 399 + ], + [ + "Great Brooklyn Apartment", + 150 + ], + [ + "Great Private Room in Midtown, great Location!", + 98 + ], + [ + "Light & Airy home 1 minute to subway", + 140 + ], + [ + "1Bedroom 15min Train ride to the Heart of NEW YORK", + 50 + ], + [ + "Soho! Amazing 3bedroom Apt!", + 393 + ], + [ + "Pvt Art-filled Room w/ Pvt Access to Huge Roof Gym", + 62 + ], + [ + "Relaxing and Tranquil Room in Park Slope", + 112 + ], + [ + "Beautiful one-bedroom get away with park view", + 90 + ], + [ + "Fully furnished apartment in a convenient location", + 117 + ], + [ + "Lovely one bedroom apartment in Wiliamsburg", + 350 + ], + [ + "Pvt Room in Artsy Home w/pvt roof gym!", + 62 + ], + [ + "Large Private Bedroom/Woodlawn Location", + 45 + ], + [ + "2 Private Rooms in Full Floor East Village Apt", + 285 + ], + [ + "Best location - spacious room", + 125 + ], + [ + "Modern Private Room in Historic Strivers Row", + 75 + ], + [ + "Luxurious 2bed/2.5bath with Central Park Views", + 333 + ], + [ + "Ivoire Realty", + 65 + ], + [ + "2 Private Rooms in Full Floor East Village Apt!", + 250 + ], + [ + "Brooklyn Palace", + 100 + ], + [ + "Historic Building on a Tree-lined Street", + 103 + ], + [ + "Private Apartment 30mins from Times Square", + 95 + ], + [ + "Cozy bedroom in LES apartment", + 75 + ], + [ + "Charming apartment in the heart of Chinatown", + 220 + ], + [ + "Avenue L, your Home away from Home.", + 100 + ], + [ + "NYC Experience", + 110 + ], + [ + "Studio Apartment in Upper East Side", + 125 + ], + [ + "Cosy condo in Williamsburg with amazing rooftop", + 110 + ], + [ + "Gorgeous room available in Trendy Bushwick BK", + 39 + ], + [ + "Upper West Side 3-Bedroom, 2-Bathroom", + 179 + ], + [ + "Master bedroom in luxury apartment w. rooftop/gym", + 90 + ], + [ + "Charming Room Sunset Park Industry City Brooklyn", + 55 + ], + [ + "Cozy Private Bedroom In The Heart Of Midtown", + 99 + ], + [ + "Bright, spacious one bedroom in Brooklyn", + 200 + ], + [ + "Your perfect space to all New York has to offer!", + 120 + ], + [ + "Bright room and private terrace with a view", + 149 + ], + [ + "Giant Sunny Urban Jungle 1-BR In East Village", + 200 + ], + [ + "Prospect Heights, Brooklyn Loft with views", + 190 + ], + [ + "Williamsburg Luxury - Penthouse Duplex", + 149 + ], + [ + "Designers 1 bedroom West Village apartment", + 230 + ], + [ + "Brooklyn private big bedroom", + 50 + ], + [ + "New York Home in the Heart of Harlem", + 97 + ], + [ + "Private Bedroom in Open Williamsburg Loft", + 76 + ], + [ + "Bliss-Private room close to train, ROOFTOP terrace", + 60 + ], + [ + "Fun and Whimsical UWS Garden Home", + 350 + ], + [ + "Guest room", + 60 + ], + [ + "Spacious room in modern Williamsburg condo", + 60 + ], + [ + "Private Room! AMAZING area in SoHo!", + 209 + ], + [ + "Large Studio in NYC Brownstone for the Budget", + 125 + ], + [ + "Verona TwentyOne - PHOEBE'S PLACE", + 150 + ], + [ + "Beautiful Historic Harlem Townhouse", + 125 + ], + [ + "GREAT LOCATION, THE HEART OF THE UWS!", + 90 + ], + [ + "Private Room in Meatpacking/Chelsea", + 50 + ], + [ + "Spa Ha Getaway", + 350 + ], + [ + "Extra Room in Large East Village Apt!", + 60 + ], + [ + "Spacious and bright 1 br apartment in West Village", + 300 + ], + [ + "Verona TwentyOne - RODFRED COMFORT", + 150 + ], + [ + "Private room in beautiful 3 bdr, off Riverside Dr", + 50 + ], + [ + "The home is where the heart is.", + 200 + ], + [ + "Luminous and Spacious Private Room", + 60 + ], + [ + "Beautiful large floor-through apartment", + 183 + ], + [ + "Spacious, artsy bedroom in the heart of bushwick.", + 70 + ], + [ + "Spacious, trendy bedroom in the heart of Bushwick", + 60 + ], + [ + "Greenpoint room", + 95 + ], + [ + "Lovely, spacious room in the best neighborhood", + 100 + ], + [ + "Beloved Williamsburg, Brooklyn is calling to you!", + 70 + ], + [ + "Private Room in Century Old Brownstone Duplex", + 55 + ], + [ + "Awesome bedroom in Upper Manhattan", + 59 + ], + [ + "Private room, Queens NY with free street parking", + 83 + ], + [ + "Sunlit Private Room One Block off Subway (3 & 4)", + 67 + ], + [ + "West 33rd street, Lux 1bd Serviced Apartment", + 259 + ], + [ + "Spacious 1 Bd. Duplex Apt. in Brownstone", + 150 + ], + [ + "Bushwick Brownstone, Long-term Stay", + 41 + ], + [ + "Soho family loft 3 beds, 2 bedroom. Best location!", + 550 + ], + [ + "Airy Crown Heights Loft", + 99 + ], + [ + "Sunny room in Avenida Siempre Verde - Bushwick", + 70 + ], + [ + "Highline", + 350 + ], + [ + "SPACIOUS SUNLIT 2 BED/2 BATH APT IN WILLIAMSBURG", + 350 + ], + [ + "Cozy Private Bedroom for 1 Female", + 37 + ], + [ + "LIC 5 Minutes from Manhattan", + 140 + ], + [ + "Cool, comfortable: RIGHT by 3 Subways", + 349 + ], + [ + "The East Village Home: The Summer Getaway", + 105 + ], + [ + "MONTHLY RENTAL 1/2 Block from the BEACH BUNGALOW", + 75 + ], + [ + "Brooklyn home away from home", + 55 + ], + [ + "April 1st Beautiful Furnished Manhattan Apt", + 85 + ], + [ + "Gorgeous 4 BR apt w. King bed 30 min to Manhattan", + 165 + ], + [ + "Designer DUMBO Loft, 2BR", + 250 + ], + [ + "Bk home away from home", + 55 + ], + [ + "Ocean hill home away from", + 59 + ], + [ + "Private Room! TRENDY location!", + 129 + ], + [ + "Cool Private Room in Dreamy Bedstuy Apartment", + 55 + ], + [ + "Luxury, large, private room on Upper West Side", + 109 + ], + [ + "Jades Place", + 75 + ], + [ + "Nice & Spacious Manhattan Room Near the Station", + 52 + ], + [ + "Laid Back, Cozy 1-BR in Perfect Brooklyn Location", + 115 + ], + [ + "Spacious Studio Near Columbia University", + 113 + ], + [ + "Brooklyn 28+day Refuge - Private Bedroom w/lounge", + 50 + ], + [ + "CONFORTABLE BIG BED ON NY CLOSE TO JFK AND LGA", + 40 + ], + [ + "Fantastic 1bdr in New York", + 100 + ], + [ + "Private Cozy bedroom 12 minutes to Midtown", + 45 + ], + [ + "Entire Apartment in Prime Clinton Hill!", + 150 + ], + [ + "NYC HUB GuestRoom: Train @ 900ft; midtown 30min!", + 66 + ], + [ + "Entire West Village Apartment", + 200 + ], + [ + "bayroom", + 35 + ], + [ + "Magical Room in the Heart of West Village", + 90 + ], + [ + "Sunny room with backyard in a yoga studio", + 75 + ], + [ + "Window-filled & Spacious, Quiet Downtown Getaway", + 90 + ], + [ + "Quiet, sunlit apartment in heart of Brooklyn", + 139 + ], + [ + "Large bedroom in a lovely flat in perfect location", + 82 + ], + [ + "Lovely apartment in INWOOD, Manhattan", + 85 + ], + [ + "Charming studio with PRIVATE DECK by McCarren park", + 106 + ], + [ + "Bright Minimal Studio in Heart of Williamsburg", + 100 + ], + [ + "Free ferry to Manhattan 10 mins away", + 106 + ], + [ + "house", + 130 + ], + [ + "Beautiful and Clean Private Bedroom with Bathroom", + 60 + ], + [ + "New 3 Bdrm Urban Lux Oasis w/Deck, 50 Ft to Subway", + 200 + ], + [ + "Spacious townhouse, vibrant Brooklyn neighborhood", + 200 + ], + [ + "Charming bedroom with private bathroom", + 100 + ], + [ + "Beautiful 5 bedroom+ Oasis in NYC", + 745 + ], + [ + "Small Room in great location Upper East Side", + 95 + ], + [ + "East Village studio, perfect location", + 85 + ], + [ + "Magical Artist's Brownstone in Brooklyn, 2 Rooms", + 230 + ], + [ + "Room with private entrace & bath, AC + roofdeck", + 89 + ], + [ + "Light, airy and spacious Apartment close to all", + 150 + ], + [ + "3 bedroom duplex with skyline view roof terrace", + 274 + ], + [ + "Serenity Studio; Light, Bright and Cute", + 85 + ], + [ + "Heart of South Williamsburg", + 100 + ], + [ + "Sunlit modern Brooklyn home with terrace", + 225 + ], + [ + "Private En-Suite Bedroom in charming BK Retreat", + 75 + ], + [ + "Great Townhome!! 1 Stop from Manhattan! Sleeps 6", + 175 + ], + [ + "Sunny Flat in NYC", + 69 + ], + [ + "Large room with a view in the heart of NYC 31C2", + 65 + ], + [ + "Amazing large studio apartment in Harlem!", + 100 + ], + [ + "Luxurious 2 Bedroom Apartment", + 120 + ], + [ + "JFK Queens Home away from Home\"House Of Suedajoy#3", + 60 + ], + [ + "Alisha’s Place-JFK 10 MINS, walk to subway & buses", + 249 + ], + [ + "City Island Seaview Apartment", + 110 + ], + [ + "Boho Haven with Private Balcony in Bushwick", + 95 + ], + [ + "Bedstuy Brooklyn home with a view!!!", + 170 + ], + [ + "3 bedroom Apartment near airport and attractions", + 100 + ], + [ + "Modern Apartment in The Heart of Brooklyn", + 65 + ], + [ + "NO FEE, Brand New Luxury Studio in Manhattan", + 350 + ], + [ + "Sparkling Pad near Times Square HK -w- Full Bed", + 155 + ], + [ + "East Village Authentic Loft Living Apt", + 90 + ], + [ + "Greenpoint private 2 rooms", + 50 + ], + [ + "Beautiful apartment in Greenpoint", + 150 + ], + [ + "Two bedroom apartment with all amenities", + 200 + ], + [ + "2+1 Bedroom Apartment Upper West Side", + 250 + ], + [ + "Spacious, beautiful, quite 2BR 2BA in the UES", + 189 + ], + [ + "Cozy Garden Suite on Prime Bed-Stuy Block", + 119 + ], + [ + "Cozy Home Away TH", + 112 + ], + [ + "Mi casa es su casa, La casa de Pupilos", + 70 + ], + [ + "Charming Crown Heights Bedroom", + 41 + ], + [ + "Sunny Delight", + 45 + ], + [ + "Large modern luxury 1 bdrm apt, beautiful rooftop!", + 280 + ], + [ + "High End Luxury 2 Bedroom Grand Central", + 200 + ], + [ + "Super Luxurious 2 Bedroom Grand Central", + 175 + ], + [ + "Stunning 1 Bedroom 2 Bathroom in Midtown", + 199 + ], + [ + "Sunny private room 10 minutes from Times Sq. 53E3", + 64 + ], + [ + "LGA cozy apt, Close to Astoria, Manhattan, JFK", + 99 + ], + [ + "Beautiful 1 Bdrm w/ Large Private Patio", + 168 + ], + [ + "Spacious Lower East Side Apartment", + 150 + ], + [ + "Another comfy Bushwick", + 163 + ], + [ + "Heaven away from Home!.", + 52 + ], + [ + "Newly Renovated Cozy Apartment", + 156 + ], + [ + "Cozy Bronx nest", + 85 + ], + [ + "15 Mins to Rockefeller Center!", + 40 + ], + [ + "Brooklyn Oasis 20 Min to Manhattan", + 60 + ], + [ + "Peaceful Private Clean Rm Near 2/5Train/Metro N.", + 60 + ], + [ + "Manhattan Mid-town Time Square Cozy Bedroom", + 70 + ], + [ + "Huge Cobble Hill BR w private bath city views", + 130 + ], + [ + "Room with AC - Cozy Manhattan Apt. —Central Park", + 80 + ], + [ + "Sunny Apartment In The Heart of Lower Manhattan", + 145 + ], + [ + "Clean and big bedroom close to manhattan", + 73 + ], + [ + "Awesome bedroom. Clean & new apt. 5 min to train", + 38 + ], + [ + "Charming Sunny Bushwick Abode", + 60 + ], + [ + "Safe upscale zone master bedroom close to subway", + 59 + ], + [ + "Private cozy room in perfect UWS", + 1200 + ], + [ + "Workspace Room 3 - 2", + 36 + ], + [ + "Yankee baseball stay", + 200 + ], + [ + "Sunny, Spacious 1BR in Ditmas Park, Brooklyn", + 90 + ], + [ + "YANKEE BASEBALL STAY", + 200 + ], + [ + "NYC!!", + 102 + ], + [ + "10 minutes from JFK Airport Rockaway Beach Livin", + 230 + ], + [ + "Eclectic One Bedroom in Little Italy", + 174 + ], + [ + "1 bedroom apt in an awesome part of town", + 200 + ], + [ + "A Historic District Gem in Jackson Heights", + 42 + ], + [ + "Greenpoint room", + 70 + ], + [ + "Beautiful studio apartment /Grand central location", + 170 + ], + [ + "Large studio apt w/ private deck. Close to RUMC.", + 99 + ], + [ + "Luxurious Deluxe King Room St. Regis Manhattan", + 750 + ], + [ + "Sunny & Quiet 2 bedroom Apt In Greenwich Village", + 289 + ], + [ + "Luxury Retreat with Juliette Balcony on Stone St.", + 200 + ], + [ + "Dream home + Best Location. Brooklyn Heights.", + 208 + ], + [ + "Beautiful Exposed Brick Williamsburg 2 bedroom", + 175 + ], + [ + "Bridge view", + 225 + ], + [ + "New Designer 4 Bedroom, AC-Laundry. Next to Subway", + 300 + ], + [ + "Lovely 1BR Apartment in the heart of Park Slope", + 130 + ], + [ + "Studio Apartment with Gorgeous View!", + 170 + ], + [ + "Historic Far Rockaway Beach Bungalow", + 275 + ], + [ + "Private Bedroom. Near Subway. Bushwick, Brooklyn", + 40 + ], + [ + "1B in the heart of the East Village", + 131 + ], + [ + "Big bright room near iconic Red Hook hangouts", + 75 + ], + [ + "Family friendly Soho loft apartment", + 425 + ], + [ + "Spacious Private Brooklyn Room w/ Backyard Access", + 100 + ], + [ + "Historic penthouse apartment on Saint Marks Place", + 250 + ], + [ + "Common Single Room #2", + 40 + ], + [ + "20-25 minutes to downtown NYC/30-40 to midtown", + 120 + ], + [ + "Double Room with AC- 72nd St. Subway- Central Park", + 85 + ], + [ + "Cozy NYC apartment in Little Italy", + 156 + ], + [ + "Private Bedrm & Bath in Luxury Apt", + 112 + ], + [ + "Cozy apartment at the south tip of central park", + 139 + ], + [ + "Spacious 1-BR by Central Park/Museum Mile, Harlem", + 169 + ], + [ + "Private bedroom in Fort Greene home", + 75 + ], + [ + "Cozy room **10 Mins away from JFK Airport **", + 70 + ], + [ + "Bushwick Paradise!", + 300 + ], + [ + "Master bedroom next to Prospect Park", + 75 + ], + [ + "Exclusive & Bright Private 3-Floor Townhome", + 595 + ], + [ + "Spacious private room on UWS near Central Park", + 90 + ], + [ + "Cute Place in the Heart of Astoria", + 99 + ], + [ + "Clean, Comfortable & Cozy Brooklyn Apartment", + 120 + ], + [ + "Spacious and Bright Williamsburg Loft", + 185 + ], + [ + "Lapp House", + 160 + ], + [ + "Minimalistic private room w twin bed in the Bronx", + 30 + ], + [ + "UWS room perfect for NYC weekend", + 74 + ], + [ + "Bright 2 bedroom UWS APT perfect for family trip", + 240 + ], + [ + "Modern New York City Penthouse w/ Incredible Views", + 131 + ], + [ + "Williamsburg Bedroom with TV, AC, WiFi & Library", + 40 + ], + [ + "Cute, Cozy, East Village 1BR Apartment!", + 125 + ], + [ + "Manhattan Apartment - Near North Central Park", + 60 + ], + [ + "Cozy 1-Bedroom Apartment 2 Blocks from the Subway", + 95 + ], + [ + "Zen Den in X's Square!", + 155 + ], + [ + "Leli’s Modern Luxe Apartment", + 120 + ], + [ + "Brooklyn Oasis in Beautiful Bay Ridge", + 200 + ], + [ + "Spacious 3 bedroom Duplex with garden", + 250 + ], + [ + "PRIME Williamsburg Big Quiet room Private Balcony", + 95 + ], + [ + "Brighton Beach the room", + 38 + ], + [ + "Modern 1BR in Midtown East by Sonder", + 187 + ], + [ + "Designer apartment on Riverside Dr-Upper West Side", + 400 + ], + [ + "Far Rockaway Home near the Beach", + 50 + ], + [ + "BELLA CASA large Studio - 5 mins to Times Square!!", + 249 + ], + [ + "Bright 2BR Apartment in Woodside", + 60 + ], + [ + "ALIA’S Place -JFK- 7 mins- walk to subway & buses", + 215 + ], + [ + "Full Apartment in Forest Hills with Easy Parking", + 89 + ], + [ + "Private, Comfy Room, 2 blocks from Central Park", + 90 + ], + [ + "Beautiful, spacious 2 bed, Crown Heights apartment", + 165 + ], + [ + "Suite Monroe", + 108 + ], + [ + "SPACIOUS ARTSY room w/ rooftop, 25 min>Manhattan", + 55 + ], + [ + "HUGE APT on border of EAST VILLAGE & GRAMERCY!", + 499 + ], + [ + "Bright 4-people room close to Manhattan", + 35 + ], + [ + "Shared room in East Williamsburg near the park", + 35 + ], + [ + "Welcome To Safe Space-warm, clean and friendly!", + 75 + ], + [ + "Stylish & Cozy Private Studio Apartment (UES)", + 99 + ], + [ + "Cozy 2BR in Trendy LIC! 1 Stop From Manhattan!!!", + 155 + ], + [ + "和缘浪漫民宿", + 50 + ], + [ + "Brooklyn home with the view", + 75 + ], + [ + "3 bedroom 1200sq ft apt with exposed brick & deck", + 50 + ], + [ + "Modern light and bright townhouse in Brooklyn.", + 220 + ], + [ + "Cozy room/creative space in modern bed stuy home.", + 90 + ], + [ + "Spacious and Sunny Studio", + 75 + ], + [ + "Brooklyn Brownstone (blue bedroom - single bed)", + 60 + ], + [ + "New York Home with a back yard in Central Harlem.", + 295 + ], + [ + "Large Private Room btwn Central/Riverside Parks", + 60 + ], + [ + "Bright, spacious 1BD apt near 30th Ave in Astoria", + 100 + ], + [ + "Wonderful Location on East 68th st", + 75 + ], + [ + "Voted #1 Airbnb In NYC", + 10 + ], + [ + "Spacious private bedroom in Manhattan", + 58 + ], + [ + "Super Cozy Studio Apartment", + 60 + ], + [ + "Amazing apartment", + 100 + ], + [ + "FURNISHED 2BR 1BA BY CENTRAL PARK!!", + 369 + ], + [ + "Large private bedroom near Times sq 23B4", + 150 + ], + [ + "Comfy Room with Private Insuite Bathroom", + 63 + ], + [ + "LYRIC - Hotel Studio Suite with Kitchen", + 219 + ], + [ + "Quiet Homestead in the city", + 90 + ], + [ + "Perfect Pied-à-Terre", + 171 + ], + [ + "Sun lit Room in Bushwick", + 40 + ], + [ + "Large bedroom close to M & L trains with backyard", + 35 + ], + [ + "LYRIC - 1 Bedroom Suite, 1 Bath, Kitchen", + 309 + ], + [ + "Sunny Bedstuy Brooklyn Apartment", + 60 + ], + [ + "Extremely large 1 bed in West Chelsea- Highline", + 250 + ], + [ + "LYRIC - 2 Bedroom Suite, 1 Bath, Kitchen", + 650 + ], + [ + "Beautiful cozy apartment in Midtown West", + 80 + ], + [ + "Comfy Room for a NYC Stay", + 50 + ], + [ + "Private small accomodation specially for you!", + 30 + ], + [ + "Brooklyn Studio Apartment in 2 family Townhouse", + 90 + ], + [ + "Hell's Kitchen Living Room Retreat", + 65 + ], + [ + "Historical Central Park stay", + 150 + ], + [ + "Sunny and cozy 1BR in Astoria", + 110 + ], + [ + "Gorgeous & spacious room in Bed-Stuy", + 95 + ], + [ + "15 min to NYC from a comfy and clean house.", + 32 + ], + [ + "♥♥♥ Entire House with Backyard & Superfast WiFi♥♥♥", + 142 + ], + [ + "Large one bedroom on the Upper East Side.", + 150 + ], + [ + "Furnished room w/ AC in Crown Heights/Clinton Hill", + 35 + ], + [ + "Private Room in the Heart of New York", + 55 + ], + [ + "Studio-like July sublet", + 50 + ], + [ + "Cozy Bushwick Apartment in Great Neighborhood", + 140 + ], + [ + "Cozy studio, Best Location /Live like a New Yorker", + 175 + ], + [ + "Private room in a large duplex", + 59 + ], + [ + "Sunny Lofted Bedroom in Spacious Shared Apt.", + 39 + ], + [ + "Eco Chic King Size Bedroom in Amazing Neighborhood", + 80 + ], + [ + "Private Manhattan 1BR w/ a view & light", + 65 + ], + [ + "Escape NYC in the Borough of Parks!", + 75 + ], + [ + "Cozy sunny loft in East Williamsburg", + 94 + ], + [ + "Bright room between SoHo/NoHo/LES", + 91 + ], + [ + "!Captivating Private Room", + 60 + ], + [ + "Spacious & primely-located Brooklyn apartment", + 260 + ], + [ + "Perfect spot near Kennedy airport", + 73 + ], + [ + "3+ Bedroom House - Perfect For A Family Visit!", + 225 + ], + [ + "Affordable Sunnyside Room. Comfortable Quiet Safe.", + 34 + ], + [ + "Gorgeous Bedroom steps from local stores!", + 67 + ], + [ + "Upper East Side/ Midtown Studio", + 170 + ], + [ + "Lovely Prospect Heights duplex with private patio", + 190 + ], + [ + "Big sunny private room (cat as a bonus ;-))", + 40 + ], + [ + "Private Bedroom in Hudson Heights Manhattan", + 97 + ], + [ + "Cozy Stay!!", + 50 + ], + [ + "Entire Apartment in House! 20mins to FREE ferry!", + 100 + ], + [ + "“Comfort Inn” Queens. NON-SMOKERS ONLY.", + 65 + ], + [ + "Modern Elegance on the Upper East Side", + 220 + ], + [ + "Upper west side 2bedroom apartment.", + 250 + ], + [ + "Private apartment with a view, stunning location.", + 120 + ], + [ + "HUGE Private Bedroom in Midtown Manhattan!", + 120 + ], + [ + "Spacious sun-drenched room in Manhattan", + 50 + ], + [ + "Private room in the heart of NYC. Room 2 of 3", + 120 + ], + [ + "Huge room in beautiful park slope, by barclay ctr", + 66 + ], + [ + "Artistic Room in walking distance to Central Park", + 80 + ], + [ + "Bedroom in 3br exposed brick apt w deck & garden", + 80 + ], + [ + "Quiet bedroom in walking distance to Central Park", + 80 + ], + [ + "Bedroom with a view located steps from the train", + 45 + ], + [ + "Queens home steps from subway!!", + 129 + ], + [ + "Gem in NoMad - entire apartment", + 220 + ], + [ + "Sunny & Rustic one-bedroom in the West Village!", + 200 + ], + [ + "Organic Bohemian Pad in Brooklyn", + 55 + ], + [ + "Entire 2nd Floor with Private Bath", + 40 + ], + [ + "Cozy place II", + 55 + ], + [ + "Sunny & ideally located room in luxury bldg @ FiDi", + 150 + ], + [ + "Cozy, sunny oasis in the heart of Crown Heights", + 75 + ], + [ + "Charming spacious garden level apt", + 75 + ], + [ + "Private Room in brand new building and posh neighborhood", + 67 + ], + [ + "Luxury 4BR Home, Spacious & Central to Trains", + 250 + ], + [ + "Entire 2 Bedroom Elegant Suite w Modern Amenities", + 125 + ], + [ + "Cozy sanctuary/Big master bedroom/NYC/The Heights", + 59 + ], + [ + "luxurious & light-filled apartment in williamsburg", + 165 + ], + [ + "Bright & Sunny Brooklyn 1BDR with Amazing Views", + 195 + ], + [ + "Sound Bath Sanctuary I Manhattan", + 50 + ], + [ + "New York City (Downtown) accessibly sleeps 6", + 79 + ], + [ + "art-filled williamsburg room w/ ensuite bathroom", + 98 + ], + [ + "!!Cozy 3-person shared room near L train!!", + 36 + ], + [ + "Amazing & Quite shared room near L train", + 37 + ], + [ + "Newly Renovated 2B/2B Skyline & River views BBQ", + 295 + ], + [ + "Room in Spacious Modern Apartment", + 75 + ], + [ + "Beautiful 1BDR UWS Apartment Close to Central Park", + 265 + ], + [ + "Beautiful Private Room in Brooklyn", + 79 + ], + [ + "3BR/2Bath Duplex Parkslope (15 min to Manhattan)", + 449 + ], + [ + "Beautiful Apartment across from Carnegie Hall", + 400 + ], + [ + "Cobble Hill Retreat, 1-Bedroom Garden Apartment", + 195 + ], + [ + "C C's Honeyroom 30 minutes to Manhattan.", + 59 + ], + [ + "Best place at queens", + 100 + ], + [ + "Comfortable one bedroom apartment", + 100 + ], + [ + "East Harlem room", + 80 + ], + [ + "Comfy Private LivingRoom steps from Times Square!", + 96 + ], + [ + "Queens home in quiet neighborhood", + 45 + ], + [ + "Island with City Benefits", + 125 + ], + [ + "Spacious Private Bedroom in Financial District", + 85 + ], + [ + "Sugar Hill House w/ 2 bdrms, den rm & 2 bathrms", + 250 + ], + [ + "room b", + 40 + ], + [ + "Bedstuy Comfy Private Room", + 43 + ], + [ + "Bayridge Clean, Beautiful, Spacious Room", + 55 + ], + [ + "Luxurious Brownstone near Pratt with Breakfast!", + 150 + ], + [ + "3BR renovated private apartment, prime Park Slope!", + 229 + ], + [ + "Cute Room. Manhattan. 20 min train to Time Square!", + 67 + ], + [ + "Master bedroom. 20 min. train to Time Square!", + 69 + ], + [ + "1BR in Newly Renovated Apartment - Rm A, Bushwick!", + 51 + ], + [ + "Park Slope Secret Garden", + 275 + ], + [ + "Spacious Williamsburg Nook w/ Balcony", + 200 + ], + [ + "Natural Light - Airy and Large Apartment", + 200 + ], + [ + "NYC cozy room in Upper East Side", + 75 + ], + [ + "Flatbush Fabulous", + 80 + ], + [ + "3 Bed / 1.5 Bath Huge Midtown Apt!", + 350 + ], + [ + "Express to NYC - beautiful 1 bedroom apartment", + 85 + ], + [ + "Room in Modern Bushwick Townhouse", + 46 + ], + [ + "The Grange Place- private apartmt \nw/1 bedrm/1bath", + 135 + ], + [ + "Contemporary Brooklyn living 20 min from Manhattan", + 200 + ], + [ + "Tempting Loft in Lovely Neighborhood", + 125 + ], + [ + "A Gem In Downtown Flushing - Elegance and Class #1", + 190 + ], + [ + "Private room in Apartment", + 58 + ], + [ + "Gorgeous One-Bed in Williamsburg, BK", + 150 + ], + [ + "Modern Home on the Park", + 120 + ], + [ + "DaDukes Milky way", + 90 + ], + [ + "温馨方便COZY ROOM.1 min to subway& close to everything", + 74 + ], + [ + "Quiet place w/ private bathroom", + 99 + ], + [ + "SPACIOUS, HIGH CELING, MODERN ROOM IN BROOKLYN", + 53 + ], + [ + "Private bedroom w/pvt entrance near Times sq. 42D", + 120 + ], + [ + "Charming Brooklyn oasis", + 250 + ], + [ + "Place for solo traveler (girls only) in LIC", + 30 + ], + [ + "Stunning Apartment in Heart of Williamsburg", + 209 + ], + [ + "Entire Greenpoint / North Williamsburg Gem", + 140 + ], + [ + "Cozy private room in the center of NYC 23B2", + 99 + ], + [ + "Bright room near Prospect Park!", + 50 + ], + [ + "Nice one bedroom near United Nations", + 200 + ], + [ + "Private cozy Room near Central Park & Museum Mile", + 80 + ], + [ + "Spacious Midtown one bedroom", + 200 + ], + [ + "Soho Loft", + 300 + ], + [ + "Beautiful & Quiet Room in Astoria Ditmars New York", + 50 + ], + [ + "Cozy Private Room near Central Park", + 85 + ], + [ + "Bushwick Den", + 50 + ], + [ + "Charming Brooklyn 1 bedroom", + 84 + ], + [ + "Luxury Private Room \n15 mins From Manhattan", + 79 + ], + [ + "Studio in East Village Manhattan, NYC", + 79 + ], + [ + "Peaceful Parkside Place", + 130 + ], + [ + "Charming Apartment near Central Park with Balcony", + 350 + ], + [ + "Pent House Studio Minutes From Manhattan", + 125 + ], + [ + "HIDDEN GEM near JFK w. PRIVATE ENTRANCE x PARKING.", + 80 + ], + [ + "Central Harlem, New York City", + 100 + ], + [ + "Large Bedroom w/ PRIVATE BATHROOM", + 70 + ], + [ + "subletting for one week while traveling", + 60 + ], + [ + "SuperHost 1 block to Times Square NYC City Center", + 125 + ], + [ + "LIVING ROOM COUCH amazing Williamsburg location", + 100 + ], + [ + "Luxury Bright Soho Loft", + 450 + ], + [ + "Amazing 1b1b in Luxury Building near Empire State", + 150 + ], + [ + "Cozy room in townhouse on tree-lined street", + 89 + ], + [ + "East Harlem Entire 1BR apt", + 90 + ], + [ + "420 E 61 st Street SOLOW building 1BR furnished", + 250 + ], + [ + "Cozy and Clean Park Slope 2 bed Apt. Hidden Gem!", + 265 + ], + [ + "Bright Artist's Loft on the Lower East Side", + 225 + ], + [ + "Harlem Historian/Musician near Columbia Room 2", + 55 + ], + [ + "Private bedroom w/ pvt entrance near Times Sq. 52E", + 120 + ], + [ + "Park Slope Brooklyn Penthouse Apartment", + 210 + ], + [ + "NY HILTON CLUB 2 BR SUITE Luxury Holidays 2019", + 599 + ], + [ + "Cozy private room in sunny Brooklyn apartment", + 65 + ], + [ + "Cozy Modern Room in Greenpoint - GREAT LOCATION!", + 115 + ], + [ + "Cozy and extremely well located Bushwick room", + 50 + ], + [ + "Spacious New York bedroom!", + 70 + ], + [ + "Cozy apartment in the heart of South Harlem", + 80 + ], + [ + "Cozy Entire Floor Private 2 Bedroom & Bath", + 110 + ], + [ + "Perfect apartment for your NYC stay", + 115 + ], + [ + "Brooklyn home with a View", + 259 + ], + [ + "Brooklyn Hostel bedroom 2. Bed 1", + 38 + ], + [ + "Large private bedroom w/private bath in shared apt", + 150 + ], + [ + "Cosy and Spacious New York Apartment", + 125 + ], + [ + "Privet room and bathroom in luxurious apartment.", + 125 + ], + [ + "Quaint One-Bedroom close to the UN !", + 180 + ], + [ + "Cute and Convenient Park Slope Room", + 99 + ], + [ + "Ma-Don Hideaway", + 125 + ], + [ + "Gorgeous room in luxury apartment (2)", + 59 + ], + [ + "The Yorkville Gem", + 110 + ], + [ + "1940's Historic Brooklyn Townhome", + 300 + ], + [ + "Sunny, CENTRAL Williamsburg Room with Rooftop", + 50 + ], + [ + "Cozy room w/ private balcony and incredible views!", + 99 + ], + [ + "Incredible Private Room in prime Bushwick", + 70 + ], + [ + "NYC HOME BASE: Train @ 900ft; midtown 30min!", + 150 + ], + [ + "Amazing Brooklyn", + 36 + ], + [ + "Spacious Room and PRIVATE bath in Harlem Townhouse", + 149 + ], + [ + "1BR in Newly Renovated Apartment - Rm B, Bushwick!", + 51 + ], + [ + "Welcoming Brooklyn Artist's Room in Williamsburg", + 70 + ], + [ + "1BR in Newly Renovated Apartment - Rm C, Bushwick!", + 49 + ], + [ + "Zen Brooklyn", + 85 + ], + [ + "Enjoy this cozy private room near Times Sq. 53E4", + 55 + ], + [ + "Stay in this sunny private room near Times Sq 41D3", + 65 + ], + [ + "Bushwick Duplex 3 min walk to subway", + 99 + ], + [ + "Ladies Bedroom Bed 2", + 38 + ], + [ + "A get away home", + 44 + ], + [ + "Magic Waters - Brooklyn Refuge", + 345 + ], + [ + "Brooklyn Hostel Bedroom 2. Bed 3", + 38 + ], + [ + "Charming 1 Bedroom in Ideal Location", + 150 + ], + [ + "Ladies bedroom Bed 4", + 38 + ], + [ + "Cute studio in the Upper West Side.", + 119 + ], + [ + "Cozy Long Island City Studio close to Manhattan", + 71 + ], + [ + "Spacious one bedroom with gym and roof top", + 200 + ], + [ + "Sunny Room in Brooklyn 2", + 35 + ], + [ + "Sonder | View 34 | Vibrant 1BR + Rooftop", + 185 + ], + [ + "Flatiron Oasis Off 5th Ave", + 1500 + ], + [ + "Prime Location! The Mid/Upper East side Grey Room", + 150 + ], + [ + "Private Room in apartment (1)", + 59 + ], + [ + "Private Room in Ridgewood with Rooftop access!", + 34 + ], + [ + "Sunny Williamsburg 1 BR near Peter Luger's", + 225 + ], + [ + "Leli’s Modern Pad - Queen Bedroom", + 80 + ], + [ + "Cozy, clean apartment in Harlem near the subway", + 250 + ], + [ + "Leli’s Modern Pad - Double Room", + 50 + ], + [ + "Hustler's Paradise 003 Private Room Lower Level", + 30 + ], + [ + "Captain's Cabin 001/Apmnt like", + 30 + ], + [ + "Country charm in the midst of hipster Brooklyn", + 110 + ], + [ + "Captains Cabin 002/Apmnt like", + 30 + ], + [ + "1 BED IN LIVING ROOM NEAR Q SUBWAY AVE U", + 40 + ], + [ + "Loft in Downtown Brooklyn - entire apartment", + 160 + ], + [ + "Comfortable Brooklyn Apartment with Personality", + 100 + ], + [ + "Large beautiful home in the center of Manhattan!", + 285 + ], + [ + "Sunny & colorful room in Bushwick w/ yard access", + 53 + ], + [ + "Conveniently located sunny room near Times Sq 63F4", + 55 + ], + [ + "trip NYC - your Couch - clean, cheap, close to all", + 15 + ], + [ + "*NEW* Bright, Spacious & Quiet Bedroom by Times SQ", + 90 + ], + [ + "Big 1BR in PRIME Bushwick! 2 blocks to L Train!", + 90 + ], + [ + "Estudio 1 Brooklyn, NY.", + 90 + ], + [ + "Northern Manhattan Getaway", + 125 + ], + [ + "Beautiful Designer DUMBO Loft", + 159 + ], + [ + "5min to Manhattan apartment in new luxury building", + 180 + ], + [ + "Cute NYC studio in the heart of East Village", + 120 + ], + [ + "Dekalb Stop Flat", + 80 + ], + [ + "Crash Pad", + 75 + ], + [ + "Brooklyn Spot", + 210 + ], + [ + "3 Bedroom Apartment • 20 Minutes from Time Square", + 145 + ], + [ + "Stunning 1BR in Midtown East by Sonder", + 189 + ], + [ + "Sonder | Hanover Square | Elegant 1BR + Rooftop", + 190 + ], + [ + "Sonder | Hanover Square | Classic 1BR + Rooftop", + 190 + ], + [ + "Sonder | Hanover Square | Sunny 1BR + Rooftop", + 187 + ], + [ + "Sonder | Hanover Square | Airy 1BR + Rooftop", + 185 + ], + [ + "Sonder | 21 Chelsea | Grand 1BR + Rooftop", + 250 + ], + [ + "Colorful 1BR in Midtown East by Sonder", + 170 + ], + [ + "Cozy Apartment 15 Minutes from Grand Central", + 72 + ], + [ + "Room to rest near LaGuardia. Steps to subway!", + 39 + ], + [ + "Presidential Comfort", + 55 + ], + [ + "CLOSE TO EVERYWHERE IN NYC 1", + 59 + ], + [ + "Nice Room Near Roosevelt Jackson Heights Station", + 33 + ], + [ + "cozy one bed room only girls", + 55 + ], + [ + "New york Multi-unit building", + 65 + ], + [ + "Spacious & charming apartment in the heart of NYC", + 125 + ], + [ + "Designer Waterfront Brooklyn Home with a View", + 200 + ], + [ + "Huge Moroccan Loft in Little Italy", + 400 + ], + [ + "Lovely apt heart of manhattan, location location", + 80 + ], + [ + "Luxury Greenwich Village Studio", + 220 + ], + [ + "Light-Filled 2 BR in Brooklyn, A Perfect Hideaway", + 130 + ], + [ + "Cozy studio at UWS near Columbia university", + 90 + ], + [ + "the family room", + 47 + ], + [ + "1 Bedroom 3R in Authentic Brooklyn Brownstone", + 118 + ], + [ + "Large 1 bedroom apartment near Prospect Park", + 145 + ], + [ + "New York Home at Times Square", + 85 + ], + [ + "Brooklyn Comfy Room--20 minutes to Manhattan", + 75 + ], + [ + "FORDHAM DELIGHT", + 80 + ], + [ + "A spacious room for females in Clinton Hill aptmnt", + 40 + ], + [ + "Perfect location for NYC getaway", + 110 + ], + [ + "Lovely Bushwick oasis", + 80 + ], + [ + "Comfort, clean and close to everything.", + 60 + ], + [ + "Bedroom & Private Bathroom in Brooklyn!", + 50 + ], + [ + "Room available in Bushwick duplex", + 58 + ], + [ + "Brooklyn Loft - close to Pratt!!! Great location!", + 150 + ], + [ + "Harlem Peace Quarters", + 49 + ], + [ + "A Great Room in Heart of NYC", + 69 + ], + [ + "Private Room-Chinatown/Soho/LittleItaly.HeartofNYC", + 99 + ], + [ + "Twin suites of Prospect Lefferts Garden- Brooklyn", + 200 + ], + [ + "LG Private Room for (3). Metro less than 5 mins.", + 150 + ], + [ + "Sunny One Bedroom Heart of Lower East Side", + 200 + ], + [ + "Sunny & Spacious 2 bdrm apt", + 125 + ], + [ + "Beautiful Room In Spacious House w/ Full Kitchen", + 70 + ], + [ + "Sunny Room in Newly Renovated Crown Heights Apt!", + 45 + ], + [ + "COZY BROOKLYN BEDROOM", + 70 + ], + [ + "Beautiful Queens Home close to JFK and LGA", + 75 + ], + [ + "Room with a view", + 10 + ], + [ + "Sun Drenched One Bedroom in the East Village", + 150 + ], + [ + "Sunny Room in a Cozy & Spacious Apartment", + 55 + ], + [ + "Private Room and most of apt in Upper West Side", + 90 + ], + [ + "Beautiful, Modern & Bright Apt in the East Village", + 139 + ], + [ + "Clean, quiet studio apartment - Gramercy/Kips Bay!", + 120 + ], + [ + "**Private Entrance Apartment W/ Bedroom & Bath**", + 65 + ], + [ + "Brigham Place", + 83 + ], + [ + "COZY ROCKAWAY BEACH BUNGALOW 1 BEDROOM", + 149 + ], + [ + "Private Room_Brooklyn Townhouse", + 175 + ], + [ + "M2 A cozy well lit room sleeps 2 on 2 single beds", + 70 + ], + [ + "Private Room in Rockaway House-Nearby JFK & Subway", + 49 + ], + [ + "Brooklyn: Spacious apartment in calm neighborhood", + 150 + ], + [ + "Cozy 1 Bedroom Apartment In Great LES Location", + 180 + ], + [ + "U2 comfortable double bed sleeps 2 guests", + 80 + ], + [ + "Tranquil East Village apartment", + 220 + ], + [ + "Spacious Bushwick Bedroom!", + 30 + ], + [ + "Luxurious Harlem 1 Bdrm Steps from Subway", + 150 + ], + [ + "*AMAZING* Large Studio in Prime Union Square area!", + 225 + ], + [ + "Beautiful 1 bedroom in South Midtown Manhattan", + 210 + ], + [ + "Family suites in UpperEastSide Townhouse", + 299 + ], + [ + "Brooklyn Oasis", + 110 + ], + [ + "Magical Brownstone in Fort Greene, Artist Room", + 120 + ], + [ + "Private room in Williamsburg Brooklyn", + 80 + ], + [ + "Cozy apartment 9mts to Barclays Center/ProspecPark", + 330 + ], + [ + "Cozy Apt in Centrally Located Brooklyn Heights", + 150 + ], + [ + "Hip Master Bedroom with A Private Bathroom in NYC", + 150 + ], + [ + "BEST LOCATION Times Square Central Prk Hudson Yrds", + 99 + ], + [ + "Roosevelt Island - Hidden Gem of New York", + 99 + ], + [ + "AMAZING AAA Specious Studio South Expo Skylight!", + 115 + ], + [ + "Former Mattress Factory Loft", + 90 + ], + [ + "Beautiful studio with loft bed north expo!", + 118 + ], + [ + "✨Cozy clean room, 5 min walk to subway(Line R/M)", + 65 + ], + [ + "Cosy room in Queens, 5 min walk to subway(R/M)", + 65 + ], + [ + "New Luxury Building", + 300 + ], + [ + "Private Bedroom, Easy travel in brooklyn", + 70 + ], + [ + "Gorgeous private room in a luxury condo by Time Sq", + 250 + ], + [ + "Peace and love", + 35 + ], + [ + "Stylish, art-filled apartment near Hudson River", + 125 + ], + [ + "Large Studio in the heart of West Village", + 150 + ], + [ + "179st Hub Master Bedroom w/ balcony", + 50 + ], + [ + "Studio in UES (7mins from Central Park/The MET)", + 120 + ], + [ + "Charming Sunny Studio Lower East Side.", + 125 + ], + [ + "Sleek and Modern Studio Apartment", + 200 + ], + [ + "Modern duplex 30 minutes to Times Square", + 250 + ], + [ + "*NYC Flat Cold Cozy Private Room w/ Blazin' WiFi*", + 142 + ], + [ + "Sonder | 21 Chelsea | Serene 1BR + Rooftop", + 249 + ], + [ + "PRIME BEDSTUY LOCATION WITH A VIEW! BOOK WITH US!", + 60 + ], + [ + "Beautiful NYC Private Room/Bath, Late Check-In OK", + 142 + ], + [ + "East Village/Union Square Flat", + 179 + ], + [ + "Beach Street Loft - Surf Rockaway Beach, NYC, JFK", + 140 + ], + [ + "Immaculate and Spacious", + 465 + ], + [ + "Big Bright Studio in the Heart of Brooklyn", + 80 + ], + [ + "NEW - Big Brooklyn apt in Bushwick", + 65 + ], + [ + "Midtown NYC: High End Resort Sleeps 2", + 300 + ], + [ + "Cozy private Room in 2 bedrooms appt", + 90 + ], + [ + "Quiet and Cozy Brooklyn Home in Perfect Location", + 180 + ], + [ + "Park Slope, Brooklyn", + 56 + ], + [ + "Fifth Element: 7bd, private home.FREE CANCELLATION", + 99 + ], + [ + "Charming Williamsburg Apartment, next to trainJZM", + 70 + ], + [ + "2 Stops from Manhattan in Trendy LIC", + 285 + ], + [ + "Warm and Cozy Bedroom ~ 15 minutes to JFK", + 82 + ], + [ + "== Modern, A/C, Easy Check-in / Book Instantly ==", + 142 + ], + [ + "A sweet cozy one bedroom in Crown Heights Brooklyn", + 100 + ], + [ + "❤️ Beautiful, Bright Room - Late Self Check-In ❤️", + 142 + ], + [ + "One bedroom apt with private yard in Williamsburg", + 125 + ], + [ + "Lower East Side Loft (Event Space)", + 900 + ], + [ + "PrivateBed&BathLGAMetsTimeSqUSTAFlushingQueens", + 40 + ], + [ + "Modern NYC Apartment", + 120 + ], + [ + "Luxury East Village Penthouse With Private Deck", + 199 + ], + [ + "Bedstuy Cove", + 60 + ], + [ + "Quiet, Private and Sunny in Greenwich Village", + 200 + ], + [ + "Comfortable room 30/35 minutes to Manhattan", + 55 + ], + [ + "Gorgeous, Entire Apartment in Bushwick, Brooklyn", + 150 + ], + [ + "Queen Bedroom with Private roof top", + 110 + ], + [ + "Manhathan NY", + 53 + ], + [ + "2 Bedroom in 1897 Landmarked house", + 150 + ], + [ + "Private Bedroom in Manhattan", + 35 + ], + [ + "Humble home", + 149 + ], + [ + "Sky Boasts Exquisite Studio", + 190 + ], + [ + "Cozy Private Upper Eastside Bedroom", + 143 + ], + [ + "Prime Bushwick - 10 min to city - Superhost", + 57 + ], + [ + "Private room in walking distance from Central Park", + 59 + ], + [ + "★ Beautiful Apartment in Best Location ★", + 299 + ], + [ + "Private Room", + 70 + ], + [ + "Cozy Em’s Place 2 (3 people)", + 49 + ], + [ + "Minimal style bedroom close to Manhattan", + 68 + ], + [ + "Park Slope getaway with giant outdoor space", + 120 + ], + [ + "Big studio in beautiful Cobble Hill by waterfront", + 135 + ], + [ + "East Village Cozy & Bright Home", + 80 + ], + [ + "Super cozy & spacious room - house with backyard !", + 80 + ], + [ + "Sunny Windsor Terrace 3BR with deck", + 150 + ], + [ + "Affordable room in the heart of New York.", + 90 + ], + [ + "Room with a View", + 150 + ], + [ + "Spacious Studio Apartment in Luxury Building", + 197 + ], + [ + "Wyndham Midtown 45 @ NYC", + 181 + ], + [ + "Modern Williamsburg Apartment with Manhattan Views", + 180 + ], + [ + "LIC Brand New Home with a View & Pool", + 178 + ], + [ + "Private Room near Columbia University *", + 76 + ], + [ + "PERFECTLY LOCATED PRIVATE APARTMENT - AFFORDABLE", + 139 + ], + [ + "Close to everywhere in NY!! Cerca de todo en NY!!", + 51 + ], + [ + "Sunny Bedroom, New renovated Brooklyn House", + 50 + ], + [ + "Cozy, Clean Private Room in Clinton Hill BK", + 55 + ], + [ + "Extra Large appartment in the heart of Manhattan", + 250 + ], + [ + "Cozy bedroom on the cusp of Williamsburg/Bushwick", + 55 + ], + [ + "Parkslope, Brooklyns Best Neighborhood!", + 80 + ], + [ + "Very close to Manhattan! Muy cerca de Manhattan", + 51 + ], + [ + "Quiet, Clean Bedroom in Prime Harlem Location.", + 69 + ], + [ + "Midtown apt, steps to Penn station (family, kids)", + 255 + ], + [ + "2 PRIVATE ROOMS IN A SPACIOUS APPARTEMENT", + 150 + ], + [ + "COZY ROOM IN MANHATTAN MINUTES 2 TIMES SQR", + 85 + ], + [ + "SPACIOUS 3 BR APT 5 MNS TO CENTRAL PARK NORTH", + 300 + ], + [ + "UWS Cozy room near Columbia UNIVERSITY***", + 52 + ], + [ + "Home away from home", + 70 + ], + [ + "Private room close to Columbia university **", + 76 + ], + [ + "Spacious and close to everything", + 150 + ], + [ + "Big, Pretty & Right in the City!", + 63 + ], + [ + "NYC Guest Suite with Loft-Free Ferry to Manhattan", + 100 + ], + [ + "LES - Lower East Side", + 55 + ], + [ + "COZY ROOM 5 MNS WALK TO CENTRAL PARK NORTH", + 90 + ], + [ + "Charming Upper Manhattan Apartment", + 110 + ], + [ + "❤️ A Warm Place to Stay. A Clean & Sunny RM", + 48 + ], + [ + "Midtown 45 Manhattan with a view", + 250 + ], + [ + "Cozy home in UWS", + 66 + ], + [ + "One big and comfy bedroom located in queens NY!!", + 130 + ], + [ + "The house of Tranquility", + 65 + ], + [ + "apartment in ft Greene. Close to park and subway", + 133 + ], + [ + "RH COZY HOME", + 100 + ], + [ + "Comfy Quiet Private Room in 3 bd/rm Apt.", + 30 + ], + [ + "Beautiful Private room in Brooklyn", + 75 + ], + [ + "Cozy Brooklyn Nook w/Quick Manhattan Access", + 85 + ], + [ + "Casa Maritza", + 125 + ], + [ + "Sunny studio apartment in Greenpoint BK", + 137 + ], + [ + "Newly Renovated Apartment in Upper Manhattan!", + 100 + ], + [ + "Prospect Park Oasis in the City", + 125 + ], + [ + "Home Sweat Home", + 91 + ], + [ + "Esteem's Place Deux", + 26 + ], + [ + "Comfy Clinton Hill Master Suite", + 66 + ], + [ + "Magic at the Castle: private bedroom and bathroom", + 60 + ], + [ + "Modern NYC Living in Soho/ Noho/West Village", + 150 + ], + [ + "Chic Designer Lower East Side Studio", + 222 + ], + [ + "Clean and modern space in Clinton Hills", + 148 + ], + [ + "The Best Place to stay in Manhattan", + 225 + ], + [ + "Williamsburg Modern Apt - same block as L/G train.", + 200 + ], + [ + "Lucky Home 像纽约有个温馨的家 安静整洁 Sunshine lovely Comfort", + 60 + ], + [ + "Cozy Room Great Price in Bushwick Bklyn! (Suite 2)", + 45 + ], + [ + "CESAR'S PALACE", + 102 + ], + [ + "Sunny well-located room near Times Sq. 41D2", + 50 + ], + [ + "LongTerm-25DaysMin\nChinatown,Soho,LittleItaly,LES", + 100 + ], + [ + "AIRY & BREEZY", + 250 + ], + [ + "Beautiful room in Bushwick right next to JMZ train", + 44 + ], + [ + "Cozy Studio near Hudson River & Central Park", + 130 + ], + [ + "Great room in Bushwick, Brooklyn.", + 55 + ], + [ + "Bright and spacious Bushwick apartment", + 78 + ], + [ + "Queens Center 25 min to Manhattan 5min to subway!", + 165 + ], + [ + "Twin Cabin One", + 84 + ], + [ + "Great renovated apartment 1 block away from train", + 90 + ], + [ + "Airy, sun-drenched brownstone apt w/ private deck", + 150 + ], + [ + "3 Level Loft♦♦♦Private Terrace W/views ♦♦♦Flatiron", + 500 + ], + [ + "Beautiful Convenient Bushwick Oasis w/Trampoline", + 75 + ], + [ + "Secured Apartment Queens NY - 15 mins from JFK.", + 44 + ], + [ + "Williamsburg sunny bedroom", + 75 + ], + [ + "Prime Location Cozy, Posh, Upper East Side Room1", + 120 + ], + [ + "Prime Location Cozy, Posh, Upper East Side Room 2", + 120 + ], + [ + "Prime Location Cozy, Posh, Upper East Side Room3", + 110 + ], + [ + "Red Hook Loft", + 125 + ], + [ + "A Cozy Single bed for Female Girls", + 25 + ], + [ + "HouseOfGrace", + 89 + ], + [ + "Spacious room in center of the city", + 81 + ], + [ + "Lucky home 温馨如家", + 60 + ], + [ + "Very Sunny Apt on UWS", + 95 + ], + [ + "Large room near Times Square 31C4", + 75 + ], + [ + "Large cozy room in the center of NYC 21B2", + 80 + ], + [ + "perfectly located right next to Main st Flushing", + 159 + ], + [ + "Sunny Private Bedroom Near Manhattan", + 80 + ], + [ + "Garden level Brooklyn apartment", + 165 + ], + [ + "Large eclectic plant filled home w private rooftop", + 170 + ], + [ + "Bedroom minutes to Manhattan - steps to train", + 69 + ], + [ + "A real East Village experience on St Marks Place!", + 140 + ], + [ + "Cozy & Gorgeous Girls room Near Train / Manhattan", + 39 + ], + [ + "Beautiful Bedstuy Brooklyn Bedroom", + 50 + ], + [ + "Sunny 1.5 Bed Bushwick Brooklyn Railroad", + 135 + ], + [ + "Harlem Bliss", + 120 + ], + [ + "Cozy Sunnyside Couples Bedroom w/ Great Location", + 39 + ], + [ + "Large, Eco-Friendly, Vintage Apt near Bushwick", + 69 + ], + [ + "Ionic Room close to NYC", + 65 + ], + [ + "Small 3rd story Room off BRKLYN-QUEENS Expressway", + 25 + ], + [ + "Prospect Heights / Brooklyn Botanical Garden $ Prospect Park West\n#kuetheresidence", + 120 + ], + [ + "SUPER COZY LUXURY APT WALL ST. WITH GYM/ROOFTOP", + 128 + ], + [ + "Light Filled Upper East Side Studio", + 125 + ], + [ + "Modern Bedroom in Townhouse. Close to subway.", + 65 + ], + [ + "Beautiful cozy 3 bedrooms steps from Industry City", + 172 + ], + [ + "Upscale Spacious Condo in the Heart of Brooklyn", + 150 + ], + [ + "Camp Rockaway", + 195 + ], + [ + "A+ Location - Cozy Brooklyn Room with Great Access", + 60 + ], + [ + "Beautiful brand new apartment !", + 330 + ], + [ + "2 BR - Manhattan Upper West Side - Bright & Quiet", + 195 + ], + [ + "Sunny house", + 60 + ], + [ + "Dream House Midtown", + 220 + ], + [ + "Artistic + Chic Flat in East Village w/ Backyard", + 110 + ], + [ + "Beautiful Apartment In Nolita for 4 Guests", + 154 + ], + [ + "1BR private apartment", + 76 + ], + [ + "* Lovely Washington Heights Room *", + 70 + ], + [ + "Modern Brooklyn Loft in Full-Service Elev Bldg", + 220 + ], + [ + "Cozy Room: 7 Minutes to LGA, 20 min to Manhattan !", + 55 + ], + [ + "studio apartment", + 55 + ], + [ + "Cathedral ceiling, very large Chelsea apartment", + 270 + ], + [ + "Prime Location 67 St & 3 Ave, walk to Central Park", + 99 + ], + [ + "An artist retreat in the heart of Bushwick", + 95 + ], + [ + "1 Bedroom 2R in Authentic Brooklyn Brownstone", + 118 + ], + [ + "Harlem Gem", + 80 + ], + [ + "Private apartment, complimentary parking included.", + 60 + ], + [ + "Private Room", + 20 + ], + [ + "New York private room in Park slope, City views", + 70 + ], + [ + "Best spot in town: Bunk in Brooklyn", + 33 + ], + [ + "Super cool shared apartment", + 30 + ], + [ + "Great Sunny Brooklyn Room minutes from the City!", + 98 + ], + [ + "2 BEDS Y- SUNNY ROOM NEAR TRAIN TO MANHATTAN", + 70 + ], + [ + "Private 1 Bd Guest House. Great for Quiet Getaway", + 110 + ], + [ + "Bright room in beautiful Park Slope apartment", + 55 + ], + [ + "Brand New Brooklyn Style Hostel RM3 #1", + 40 + ], + [ + "Cozy Studio Apartment in Great Location!!!", + 189 + ], + [ + "Brand New Brooklyn Style Hostel RM3 #2", + 36 + ], + [ + "SUNNY ROOM C - GREAT LOCATION RIGHT NEXT TO METRO", + 65 + ], + [ + "Josh & Charlotte's Place", + 49 + ], + [ + "Super Convenient Park Slope Room", + 52 + ], + [ + "Luxury Historic Brooklyn Apt in Bed Stuy - Legal", + 97 + ], + [ + "Cozy clean bright room Bushwick, blocks from train", + 80 + ], + [ + "Upper East 1 Bedroom Apartment, Near Central Park!", + 189 + ], + [ + "Brand New Brooklyn Style Hostel RM3 #4", + 35 + ], + [ + "Brand New Brooklyn Style Hostel RM3 #3", + 36 + ], + [ + "Private, Modern, Garden Apt - Historic Ditmas Park", + 150 + ], + [ + "BRAND NEW LUXE 2BR/2 BA APARTMENT IN BUSHWICK", + 100 + ], + [ + "Modern, Cozy Apt Share for Young Professionals", + 60 + ], + [ + "Freehand New York- Bunk Room", + 179 + ], + [ + "Private Room", + 34 + ], + [ + "Gorgeous studio \"Hamptons style\" in West Village", + 200 + ], + [ + "Huge 1 Bedroom 2F in Authentic Brooklyn Brownstone", + 123 + ], + [ + "Charming and Cozy Private Clinton Hills Studio", + 80 + ], + [ + "Red Hook studio space with private entrance", + 90 + ], + [ + "Near LGA and JFK Airports Large Cozy Room", + 40 + ], + [ + "Sun-Filled Artist Loft in Private Townhouse", + 490 + ], + [ + "Cabin Feels\nSunset Views\nBy Greenwood cemetery \n<3", + 70 + ], + [ + "Sunny Pre-War Carroll Gardens Apartment", + 188 + ], + [ + "Bright Bedroom Steps to train Minutes to Manhattan", + 69 + ], + [ + "KID-friendly 2BR apartment - heart of Williamsburg", + 289 + ], + [ + "Ju Ju Shala in Williamsburg", + 130 + ], + [ + "Lovely Private Room in Heart of Prospect Heights!", + 75 + ], + [ + "Manhattan view from Queens- 15 min from NYC & BK", + 79 + ], + [ + "This is a beautiful condo with a lot of mirror", + 100 + ], + [ + "Bon Séjour", + 995 + ], + [ + "Cozy apartment in Astoria / Long Island City", + 150 + ], + [ + "Trendy Nabe Bunk for travelers", + 21 + ], + [ + "Spacious studio by the ocean", + 68 + ], + [ + "Williamsburg Sizable Bedroom w/ Outdoor Space", + 135 + ], + [ + "Midtown NYC Loft", + 145 + ], + [ + "COZY AND ELEGANCE PLACE NEAR JFK, LGA", + 45 + ], + [ + "Private room in Friendly Apartment!", + 50 + ], + [ + "vicky客栈2", + 60 + ], + [ + "vicky客栈3", + 49 + ], + [ + "vicky客栈5", + 40 + ], + [ + "Cozy bedroom mins to Manhattan, one block to train", + 62 + ], + [ + "Central Park Treasure", + 345 + ], + [ + "A Great Room", + 80 + ], + [ + "A room for rest before you wander", + 90 + ], + [ + "A Private Room", + 60 + ], + [ + "Large Secured Condominium Studio", + 150 + ], + [ + "Prime Bushwick Artist’s Pad", + 68 + ], + [ + "Chic Upper West Side living.", + 150 + ], + [ + "Beautiful Williamsburg 1BR - Huge and Sunny", + 120 + ], + [ + "Very large room & apartment close to Central Park!", + 70 + ], + [ + "WV apt available July 24th to Aug 24th", + 200 + ], + [ + "Full Cabin One", + 109 + ], + [ + "NYC Large private bedroom & bathroom", + 74 + ], + [ + "Big Apple Slice of History with Breakfast Included", + 125 + ], + [ + "Full Cabin Two", + 109 + ], + [ + "Bright, Spacious Apartment in Brooklyn", + 120 + ], + [ + "SUNNY ROOM B - GREAT LOCATION RIGHT NEXT TO METRO", + 65 + ], + [ + "Bright, Private Bedroom in Bushwick Proper", + 47 + ], + [ + "Private Room in Nolita/Soho (+ Balcony/Roof Deck)", + 120 + ], + [ + "Private 3B Room in 4BR/2BA APT in Hell's Kitchen", + 110 + ], + [ + "Private 3A Room in 4BR/2BA APT in Hell's Kitchen", + 110 + ], + [ + "Private 3C Room in 4BR/2BA APT in Hell's Kitchen", + 115 + ], + [ + "Private 3D Room in 4BR/2BA APT in Hell's Kitchen", + 105 + ], + [ + "Simple + Cute + Spacious Studio (perfect for 1-2)", + 119 + ], + [ + "Comfortable Studio Apartment", + 42 + ], + [ + "Williamsburg apartment with roof terrace", + 65 + ], + [ + "Large artsy basement room close to subway", + 54 + ], + [ + "NEW Bright West Village 2 Bed", + 325 + ], + [ + "Sunny, Spacious Town Home w. Private Backyard!", + 265 + ], + [ + "Suite/English basement in Brooklyn townhouse", + 95 + ], + [ + "Cozy gem in Greenwich Village @ border of SoHo", + 199 + ], + [ + "NEW! HUGE DESIGN LOFT w/ Rooftop in Williamsburg", + 125 + ], + [ + "Cozy apartment in the East Village", + 174 + ], + [ + "Near JFK & LaGuardia airport, cozy studio-style", + 50 + ], + [ + "Apartment in Brooklyn Brownstone & Rooftop Views", + 140 + ], + [ + "Huge, Bright, clean Bushwick blocks from train", + 95 + ], + [ + "Great apartment in the heart of trendy Bushwick.", + 120 + ], + [ + "Compact Comfy Cute Private room in Brooklyn Ctown", + 39 + ], + [ + "Brooklyn Retreat", + 75 + ], + [ + "Spacious and Comfy private room in Brooklyn Ctown", + 65 + ], + [ + "Comfy Bunk Bed private room in Brooklyn Chinatown", + 58 + ], + [ + "Private Red Hook Guest Suite", + 100 + ], + [ + "1 BR, Williamsburg.", + 73 + ], + [ + "Bright Spacious Private room in Brooklyn Chinatown", + 65 + ], + [ + "Comfy and Bright Bedroom in Brooklyn Chinatown", + 57 + ], + [ + "Comfy brand new designer duplex 2 min from L train", + 60 + ], + [ + "Harmonious Room", + 65 + ], + [ + "room & private bathroom in a beautlful space", + 100 + ], + [ + "Oasis in the heart of Bed-Sty", + 185 + ], + [ + "Gourgeous room in Brooklyn", + 65 + ], + [ + "Eclectic Room", + 70 + ], + [ + "Big Private Room In the Heart of The East Village", + 130 + ], + [ + "Bright clean serene room Bushwick blocks 4rm train", + 60 + ], + [ + "Budget apt in PRIME HARLEM NYC location", + 102 + ], + [ + "Sun-filled private co-op minutes from JFK and NYC", + 100 + ], + [ + "Huge, Bright Bushwick 3 Bedroom blocks from train", + 170 + ], + [ + "Aery Room near all", + 65 + ], + [ + "cozy room <3", + 30 + ], + [ + "Blisfull Room", + 60 + ], + [ + "Dreamer Room", + 65 + ], + [ + "MASTER PRIVATE BATHROOM - 2 BEDS - NEXT TO METRO", + 90 + ], + [ + "GREAT LOCATION 1 RIGHT NEXT TO METRO", + 65 + ], + [ + "Cozy private room near the center of NYC 12AL", + 50 + ], + [ + "Anderson's abode", + 150 + ], + [ + "Sunny Top Floor Victorian", + 142 + ], + [ + "Brooklyn studio by the park, 30 min to Manhattan", + 80 + ], + [ + "Cozy room in best New York neighborhood Chelsea", + 92 + ], + [ + "Sunny Room 1 in Cool New Bushwick Building", + 70 + ], + [ + "Bright Luxury Apartment in Williamsburg", + 275 + ], + [ + "Large Artist Studio - Prime Midtown Location", + 157 + ], + [ + "Clay's place@Bayswater", + 120 + ], + [ + "Brighton Beach Paradise Apartment - Living Room", + 100 + ], + [ + "Twin Cabin with a Window One", + 94 + ], + [ + "East Village, ground floor, clean private bedroom!", + 88 + ], + [ + "Room in East Village", + 56 + ], + [ + "10 MINS TO MANHATTAN! Very private & sunny room.", + 55 + ], + [ + "Sonder | 116 John | Superior 1BR + Gym", + 165 + ], + [ + "Twin Cabin with a Window Two", + 84 + ], + [ + "Gramercy spacious apt!", + 150 + ], + [ + "Times Sq. Private Bedroom-Great Location!", + 244 + ], + [ + "Bright Midtown East", + 180 + ], + [ + "自己的小房间", + 200 + ], + [ + "Modern, Cozy Apt Share for Young Professionals", + 60 + ], + [ + "Bronx Haven : Near water, accessible to transit", + 62 + ], + [ + "Gorgeous Lincoln Center - overlooking Central Park", + 245 + ], + [ + "Charming House near Prospect Park", + 145 + ], + [ + "Sonder | 21 Chelsea | Modern 1BR + Rooftop", + 250 + ], + [ + "Gorgeous Gramercy Apt", + 225 + ], + [ + "Modern Spacious Studio in the Heart of Chelsea", + 69 + ], + [ + "Your private studio in Manhattan", + 96 + ], + [ + "Bushwick House", + 37 + ], + [ + "Neat+Nice+Large dining area & 2 min to Subway", + 33 + ], + [ + "Amazing Studio at the Time Square Area/54C", + 120 + ], + [ + "Modern Condo in Sunset Park w/Washer and Dryer", + 180 + ], + [ + "Sunny and Spacious West Harlem bedroom with a view", + 52 + ], + [ + "One bedroom with full bed / 1 stop from Manhattan", + 108 + ], + [ + "Heart of the City", + 140 + ], + [ + "Pinacoladaburgh", + 75 + ], + [ + "Bear(D)Close to JFK&LGA&Citi Field&Subway#Parking", + 48 + ], + [ + "Cozy living room in the center of Manhattan", + 150 + ], + [ + "Tour NYC, US Open - clean, comfort, close to all", + 60 + ], + [ + "New Amazing Modern Apartment w/ Backyard", + 110 + ], + [ + "Cozy Garden Oasis Brooklyn Private 1 Bedroom Apt", + 70 + ], + [ + "Greatest room in the city", + 100 + ], + [ + "Brooklyn Duplex with Terrace near Park", + 200 + ], + [ + "NYC Private room with everything included !!", + 93 + ], + [ + "Harlem Gem", + 125 + ], + [ + "5 blocks from Central Park- Entire 1br apartment", + 140 + ], + [ + "Luxe Designed Home by Times Sq with a View", + 375 + ], + [ + "Doorman 44Th st& 2nd! UN Doorman Studio Gym 5226", + 140 + ], + [ + "Gorgeous 2bedroom in the heart of Williamsburg!", + 200 + ], + [ + "Cozy Brooklyn Room - Next to Pratt Institute", + 40 + ], + [ + "Brooklyn Loft near Pratt", + 44 + ], + [ + "Williamsburg Apartment", + 115 + ], + [ + "Beautiful house in Brooklyn, New York City (34)", + 120 + ], + [ + "Great 4 Bedrooms with 4 private baths in ParkSlop.", + 460 + ], + [ + "Private Room in Luxury BK Apartment", + 40 + ], + [ + "Romantic room with private entrance", + 90 + ], + [ + "Great location, Minutes to Manhattan", + 150 + ], + [ + "Best Apartment Alphabet City Luxury & Comfort !!", + 260 + ], + [ + "Manhattan modern walk to Central Park & Q train", + 200 + ], + [ + "A little piece of heaven in the West Village!", + 350 + ], + [ + "Oasis I", + 65 + ], + [ + "Bright Studio in the Heart of Bushwick", + 63 + ], + [ + "Bright, Cozy studio in beautiful West Village!", + 129 + ], + [ + "Brighton Beach modern apartment (See description)", + 75 + ], + [ + "Charming Studio in the Heart of Astoria", + 100 + ], + [ + "Brooklyn Charming Apt, Bed Stuy/sleeps 3", + 129 + ], + [ + "Trendy Union Square Apartment", + 111 + ], + [ + "Brand New Cozy Brooklyn Apartment!", + 80 + ], + [ + "10 MINUTES FROM MANHATTAN (Big)", + 80 + ], + [ + "Bear (C)Close to JFK&LGA&Citi Field&Subway#Parking", + 59 + ], + [ + "The Unique Home in New York City", + 159 + ], + [ + "Bear(B)", + 55 + ], + [ + "Comfy Room in Luxury BK Apartment", + 65 + ], + [ + "Oasis II", + 65 + ], + [ + "Bushwick Proper - king master bed private bathroom", + 85 + ], + [ + "Large Bedroom w/Private Bathroom in DUMBO", + 70 + ], + [ + "Cozy Apartment on Franklin Ave", + 40 + ], + [ + "Parlour Floor of a Brownstone in Cobble Hill", + 300 + ], + [ + "AWESOME 2 BEDS - QUEEN + SOFA - NEXT TO METRO", + 75 + ], + [ + "COMFORTABLE PRIVATE ROOM - NEXT TO METRO", + 68 + ], + [ + "Private Bedroom in Manhattan!", + 60 + ], + [ + "Upper West Side Apartment", + 90 + ], + [ + "NYC - Brooklyn Haven", + 110 + ], + [ + "Private room/15 min central park", + 80 + ], + [ + "Big Bright Beautiful Home in PRIME WIlliamsburg", + 190 + ], + [ + "Cozy 2BR apt in center of Brooklyn (Female Please)", + 66 + ], + [ + "Pretty Light Filled Apartment to Share", + 60 + ], + [ + "Simplistic & Modern Apartment In Brooklyn", + 125 + ], + [ + "Modern + Cozy in Astoria NYC | 3 blocks to Subway", + 65 + ], + [ + "Oasis III", + 55 + ], + [ + "Sweet little home", + 38 + ], + [ + "New 2 Bedroom Totally Private Brooklyn Apartment", + 80 + ], + [ + "Brooklyn private luxury room with private bathroom", + 200 + ], + [ + "Midtown Apartment- very convenient location!", + 200 + ], + [ + "Private Furnishured Room for Rent. (W/M)", + 100 + ], + [ + "Brooklyn Apartment", + 89 + ], + [ + "UES apt right above the Q PRIVATE BATHROOM", + 82 + ], + [ + "3 BEDS LARGE ROOM GREAT FOR GROUPS - PRIME WILLYB", + 115 + ], + [ + "1 BED and FUTON -SUNNY ROOM - PRIME WILLIAMSBURG", + 100 + ], + [ + "Green and spacious 1 Bedroom Apt with balcony!", + 45 + ], + [ + "Green Brooklyn -- house near the park w/ parking", + 390 + ], + [ + "First floor apartment with a backyard in Brooklyn.", + 100 + ], + [ + "West Chelsea High Line Treasure", + 300 + ], + [ + "Just Relax and Enjoy :-)", + 119 + ], + [ + "West Village Apartment", + 150 + ], + [ + "Bear(A)Close to JFK&LGA&Citi Field&Subway#Parking", + 55 + ], + [ + "Quintessential New York Charm", + 150 + ], + [ + "Times Square! LUXURY 1 Bedroom with GORGEOUS view!", + 149 + ], + [ + "Spacious Studio Apt | Walk + Transit score 100", + 79 + ], + [ + "Peace and Happiness In Park Slope", + 150 + ], + [ + "Private Room: Rockaway Beach House-Near JFK&Subway", + 49 + ], + [ + "Large/Cozy Two Bedroom In Bedford Stuyvesant", + 175 + ], + [ + "Large, spacious bedroom in the heart of Bushwick!", + 40 + ], + [ + "2BR 3BD 1.5BA / Rooftop & Balcony / Airport PickUp", + 280 + ], + [ + "Clean cozy room in Manhattan. 5 min to 135 St", + 33 + ], + [ + "*Times Square Luxury Apartment Private Room*", + 100 + ], + [ + "Quinn's bedroom", + 31 + ], + [ + "Cozy overnight bed by Central Park", + 75 + ], + [ + "Charming Room with 2 Beds+ Laundry in Williamsburg", + 109 + ], + [ + "Dazzling Room with 2 Beds+ Laundry in Williamsburg", + 109 + ], + [ + "Awesome Private Room+ Laundry- Prime Williamsburg", + 95 + ], + [ + "Beautiful Room with Laundry in Prime Williamsburg", + 95 + ], + [ + "Overlooking Tompkins Sq Park in the East Village", + 300 + ], + [ + "SUNNY HARLEM HAVEN ON A BEAUTIFUL HARLEM BLOCK", + 90 + ], + [ + "Staten Island Garden Apartment Near Ferry", + 130 + ], + [ + "Luxurious Brooklyn Studio", + 125 + ], + [ + "Bedstuy Puppet Cave", + 125 + ], + [ + "Minimal style bedroom, close to Manhattan", + 60 + ], + [ + "Cozy Brooklyn Room", + 35 + ], + [ + "Quiet King Size Room(5mins)Yankee Stadium", + 45 + ], + [ + "TRUE LOFT LIVING", + 250 + ], + [ + "Beautiful Renovated West Village Gem with Hästens", + 300 + ], + [ + "Spacious & Comfy in Hip Area", + 135 + ], + [ + "Spacious duplex apt in Brooklyn", + 108 + ], + [ + "Cozy private room near Times Square 53E1", + 45 + ], + [ + "Cozy, spacious private room in Brooklyn apartment", + 50 + ], + [ + "2018Serenity", + 50 + ], + [ + "Spacious Apt. + Waterfront Terrace in Manhattan", + 80 + ], + [ + "Conveniently located room near Times Sq. 43D1", + 45 + ], + [ + "Apartment in time square New York", + 150 + ], + [ + "Prospect Park, Bk Museum, Botanic Gardens and You", + 115 + ], + [ + "Sun-kissed & Spacious Queens Room w/ Full Kitchen", + 40 + ], + [ + "Large, exclusive room with suite-like atmosphere", + 75 + ], + [ + "Private studio in best location.", + 80 + ], + [ + "Sunny Brooklyn musician loft .", + 82 + ], + [ + "River front Brand New upper East side apt", + 125 + ], + [ + "ONE Room →→→20mins to TimesSQ ☆彡 COZY, COZY, COZY", + 39 + ], + [ + "Cozy & Bright Room w/ Big Window!!", + 40 + ], + [ + "My Style法拉盛中心 靠近地铁站\n1 Queen bed room", + 60 + ], + [ + "Rosedale Private residential ( SMOKE FREE)", + 100 + ], + [ + "Eclectic sun-filled LES one bedroom", + 110 + ], + [ + "Bright Brooklyn (Boerum Hill) Condo w Roof Deck", + 350 + ], + [ + "NYC X/L Bedroom/Private Bathroom. Long term", + 65 + ], + [ + "Brooklyn Home", + 40 + ], + [ + "Cozy bedroom with a private bathroom", + 74 + ], + [ + "Sala star sofacama amplio cerca al Aeropuerto.", + 40 + ], + [ + "Sunny, Artistic Getaway Near Prospect Park", + 70 + ], + [ + "NYC Private Room w/Backyard", + 113 + ], + [ + "A great room in Manhattan !!!", + 74 + ], + [ + "▲Cozy Apartment at Union Square▲", + 125 + ], + [ + "Spacious rooms for one or two persons", + 75 + ], + [ + "Private Guest Suite near NYC Ferry, Rear", + 99 + ], + [ + "Beautiful Clean Room For One", + 79 + ], + [ + "Charming 1BD in the Lower East Side", + 190 + ], + [ + "Upper West Side Duplex", + 275 + ], + [ + "Sunny private room in UWS by Columbia UNI***", + 67 + ], + [ + "Cozy Williamsburg room", + 82 + ], + [ + "Beautiful Bedroom & Bathroom in Brooklyn Oasis", + 45 + ], + [ + "Modern and Tranquil Apartment on Riverside Drive!", + 146 + ], + [ + "Comfy shared room near Subway close to Manhattan", + 41 + ], + [ + "Comfortable shared room near Manhattan", + 38 + ], + [ + "Charming room in Chelsea", + 150 + ], + [ + "Warm bed room", + 208 + ], + [ + "3 BEDS -ROOM IN CONVERTED FACTORY LOFT -NEAR METRO", + 95 + ], + [ + "2 BEDS -YOUR ROOM IN CONVERTED FACTORY -NEAR METRO", + 82 + ], + [ + "SUNNY ROOM 1 - SHORT RIDE TO MANHATTAN!", + 67 + ], + [ + "Bright and Cozy Room 2 -Short Ride to Manhattan :)", + 67 + ], + [ + "Charming Duplex with spacious & private back yard", + 250 + ], + [ + "Beautiful 1 bedroom in prime Chelsea", + 250 + ], + [ + "PRIVATE ROOM WITH EVERYTHING INCLUDED!!", + 70 + ], + [ + "THE HIDEAWAY", + 85 + ], + [ + "Jungle Oasis In the East Village", + 150 + ], + [ + "STUDIO ON WEST 56TH COLUMBUS CIRCLE~ DOORMAN", + 185 + ], + [ + "Relax in Harlem", + 104 + ], + [ + "Cozy room in the heart of Little Italy", + 75 + ], + [ + "New york Multi-unit building in Williamsburg BR", + 60 + ], + [ + "Manhattan - Columbus Circle Apt", + 250 + ], + [ + "MIDTOWN EAST 3 BED 2 BATH APT WITH PRIVATE BALCONY", + 340 + ], + [ + "Recharge Like a Local 20 Min from Downtown NYC!", + 50 + ], + [ + "Sunlit Duplex LOFT 1.5BR WATERFRNT/ POOL/ GYM (5O)", + 185 + ], + [ + "CLASSIC 1BR IN WEST 15TH STREET-CHELSEA", + 210 + ], + [ + "Bachelor Apt", + 285 + ], + [ + "Private room & own bath w/ view near Central Park!", + 125 + ], + [ + "Sunny private room in the heart of NYC 53E2", + 53 + ], + [ + "Brooklyn Bedroom (Flatbush-Ditmas)", + 45 + ], + [ + "Central Park West Luxury One bedroom with Balcony", + 250 + ], + [ + "Modern, spacious NYC apartment", + 425 + ], + [ + "Airy Ridgewood room with a view!", + 50 + ], + [ + "Beautiful Spacious Room", + 46 + ], + [ + "Luxury loft 2bed 2bath Mulberry st", + 140 + ], + [ + "Manhattan Private Room @2BR apt-East Village Heart", + 58 + ], + [ + "Serene bedroom in the heart of Fort Green", + 86 + ], + [ + "The Terraces", + 111 + ], + [ + "Beautiful Studio Apt. Yoga vibes & love", + 207 + ], + [ + "Cozy Bright Room 1 Block from the L-Train", + 47 + ], + [ + "Beautiful South Bronx Colonial Townhouse", + 140 + ], + [ + "Brooklyn [Williamsburg] Apartment", + 90 + ], + [ + "Cozy room", + 40 + ], + [ + "Brooklyn Sanctuary with Private Luxury Spa", + 750 + ], + [ + "Big Room & Perfect Brooklyn Location! 15 min NYC", + 80 + ], + [ + "New aparment biutiful area", + 100 + ], + [ + "Private room for all Midtown attractions", + 180 + ], + [ + "Shared Place by Times Square, Theaters District.", + 75 + ], + [ + "Sunny Brooklyn House: Steps from the train!", + 275 + ], + [ + "Private room with amazing Manhattan view rooftop", + 95 + ], + [ + "People of the Arts Welcome! \n420 friendly", + 46 + ], + [ + "Newly renovated House next to Downtown", + 96 + ], + [ + "COZY BEDROOM IN NEW YORK, W/AIRPORT PICK UP", + 44 + ], + [ + "City Saver in Brooklyn", + 100 + ], + [ + "Queens New York 2 bedroom apartment", + 139 + ], + [ + "Enchanting 1BR near Times Sq w/ Indoor pool + Gym by Blueground", + 280 + ], + [ + "Steps from Waterfront - 1 Bedroom Apartment", + 125 + ], + [ + "PRIVATE ROOM- 2 BEDS BY METRO -EASY ACCESS TO CITY", + 80 + ], + [ + "Sonder | 21 Chelsea | Bright 1BR + Rooftop", + 245 + ], + [ + "QUEEN BED - SUNNY DUPLEX BY TRAIN - 15 MIN TO CITY", + 70 + ], + [ + "HIGH END QUEEN BED -EXPOSED BRICK IN WILLIAMSBURG", + 95 + ], + [ + "• Spread Love it’s the BK Way • Eco/Veg/Bio/Bckyrd", + 130 + ], + [ + "2 BEDS - INCREDIBLE LOCATION - 1 STOP TO MANHATTAN", + 110 + ], + [ + "☆Nice Private Room Near Park & Train in MANHATTAN!", + 54 + ], + [ + "Colorful and Sunlit Bushwick!", + 100 + ], + [ + "Bunk bed", + 45 + ], + [ + "King Bed on Queens/Brooklyn Border", + 99 + ], + [ + "Sunny+ Modern Brooklyn apartment", + 145 + ], + [ + "Modern, Cozy Apt Share for Young Professionals", + 60 + ], + [ + "Ridgewood Penthouse", + 275 + ], + [ + "Beautiful Clinton Hill 1-BR in luxury building", + 119 + ], + [ + "Marsha INN", + 70 + ], + [ + "Spacious 2bd apt with Manhattan view and sunset", + 350 + ], + [ + "BK Homestead - Private Rm in Large Apt with Deck!", + 225 + ], + [ + "ROOF DECK+ LAUNDRY- BRICK WALLS - CLOSE TO METRO!", + 95 + ], + [ + "2 BEDS +ROOF DECK+ LAUNDRY- CLOSE TO METRO!", + 95 + ], + [ + "Brooklyn Magic Bunk Share", + 30 + ], + [ + "Nice bunk spot in heart if Brooklyn", + 30 + ], + [ + "Queens Two BR house 20Min to Manhattan", + 165 + ], + [ + "Queen Bed 2 guests UWS Manhattan", + 62 + ], + [ + "Cozy 1BR/1BA minutes from Manhattan.", + 149 + ], + [ + "Multicultural House", + 80 + ], + [ + "Lumber lodge", + 60 + ], + [ + "Peaceful Home with Terrace Near Prospect Park", + 120 + ], + [ + "Beautiful cozy space for one", + 79 + ], + [ + "Cozy quite room for 2", + 80 + ], + [ + "Central Park APT Room", + 72 + ], + [ + "Cozy shared apt in Midtown Manhattan", + 75 + ], + [ + "Beautiful, cozy overnight place by Times Square", + 75 + ], + [ + "Overnight bed by Times Square", + 75 + ], + [ + "3rd Floor Art", + 140 + ], + [ + "Brooklyn Apartment", + 65 + ], + [ + "NEW Perfect shared male room right on Manhattan IV", + 35 + ], + [ + "Cozy Nook in Washington Heights", + 71 + ], + [ + "Private Room", + 50 + ], + [ + "Studio Penthouse", + 395 + ], + [ + "Studio Penthouse", + 395 + ], + [ + "1 Bedroom Loft Space in the Heart of Williamsburg", + 200 + ], + [ + "Luxury Studio 5 min to World Trade & BK Bridge", + 199 + ], + [ + "Bronx Apartment-> BRAND NEW BUILDING-BUILT IN 2010", + 75 + ], + [ + "Quaint, Cozy Studio in the Heart of Harlem", + 150 + ], + [ + "Bright and Spacious Apartment", + 145 + ], + [ + "Studio Penthouse", + 325 + ], + [ + "2bedroom in East Harlem, few blocks from 6 train", + 100 + ], + [ + "Luxury Private Room - All Amenities", + 55 + ], + [ + "Large, True 1BR - Heart of Nolita/Soho/LittleItaly", + 140 + ], + [ + "Art Chalk wall room", + 65 + ], + [ + "Stunning bedroom in trendy Williamsburg!", + 67 + ], + [ + "Stunning Private Room with a *VIEW* Prime Location", + 67 + ], + [ + "Brooklyn home away from home", + 65 + ], + [ + "Room available from July 29th to October 31st", + 48 + ], + [ + "Prime East Village Manhattan w/ Beautiful Backyard", + 150 + ], + [ + "Upper west side studio for extended stay", + 155 + ], + [ + "Central Park Spacious Room", + 87 + ], + [ + "Modern Living in Soho/Noho/West Village", + 200 + ], + [ + "Newly Renovated 3 Bedroom Apartment in Brooklyn", + 250 + ], + [ + "Central Park West Room", + 79 + ], + [ + "Cosy bedroom in Williamsburg", + 100 + ], + [ + "Ground Floor Retreat near BKLYN Children’s Museum", + 135 + ], + [ + "Private big one bedroom apt, Brooklyn,NY", + 98 + ], + [ + "Brooklyn House", + 121 + ], + [ + "UWS Luxury 2 bdrm 2 bath Penthouse", + 350 + ], + [ + "5th Ave NYC 2/3 train minutes to Times Square", + 90 + ], + [ + "Washington Heights Paradise", + 40 + ], + [ + "Designer $10M Luxury Home in Prime SoHo !", + 1250 + ], + [ + "Beautiful 5100 SQ FT Industrial Brooklyn Loft", + 999 + ], + [ + "Sunny, Pre-War Crown Heights Apartment", + 100 + ], + [ + "THE LIGHT ROOM", + 65 + ], + [ + "Modern Renovated Sunny~Near Subways & Central Park", + 99 + ], + [ + "beautiful, spacious 1 bedroom apartment on UES", + 150 + ], + [ + "Windsor Terrace Garden Apartment", + 250 + ], + [ + "Spacious Bed Stuy Brooklyn 2 Bedroom Near Subway", + 179 + ], + [ + "Cozy cottage-like apartment in Gowanus!", + 70 + ], + [ + "Spacious loft-style room in Upper East Side", + 115 + ], + [ + "Modern apartment in Brooklyn's Stuyvesant heights", + 158 + ], + [ + "Spacious apt in heart of Downtown!", + 200 + ], + [ + "Charming bedroom for female guests", + 49 + ], + [ + "Cozy Brooklyn Studio in Williamsburg (Graham L)", + 128 + ], + [ + "Home away from Home", + 750 + ], + [ + "Bright, Industrial-Chic 1 Bedroom w/Outdoor Patio", + 200 + ], + [ + "EXC Location & Huge duplex Renovated Apt", + 35 + ], + [ + "Your own 2 bedroom Home in NYC", + 250 + ], + [ + "Great Cozy Apartment.", + 180 + ], + [ + "WBurg Priv Room. Great transport & local amenities", + 80 + ], + [ + "Affordable room in a super convenient location", + 59 + ], + [ + "Stylish, Minimalist Family Pad in Carroll Gardens", + 180 + ], + [ + "Private 1-bedroom in Gramercy/Union Square", + 189 + ], + [ + "Sunlit Studio In Modern Brownstone", + 95 + ], + [ + "Private 1-bedroom, shared bath in Gramery/Union Sq", + 199 + ], + [ + "East village private bedroom - walk anywhere!", + 100 + ], + [ + "New York Loft", + 200 + ], + [ + "Sunny one bedroom in the Friends Building", + 275 + ], + [ + "Private room for rent", + 55 + ], + [ + "Awesome Room in my Cool APT", + 62 + ], + [ + "Funky Chinatown Bunkbed for 2!", + 93 + ], + [ + "Bright room on Top Floor", + 62 + ], + [ + "NEW YORK CITY MANHATTAN STUDIO.", + 60 + ], + [ + "Cozy Private Room in Bedsty", + 55 + ], + [ + "PRIVATE, Funky bunk style room in Williamsburg", + 50 + ], + [ + "Stay with PJ above a café, 1 block from the subway", + 35 + ], + [ + "Happy home 2", + 22 + ], + [ + "Private room in UWS near Central Park", + 70 + ], + [ + "Entire 3 Bed Apartment in UWS near Central Park", + 350 + ], + [ + "Chelsea Manhattan Studio Apartment", + 98 + ], + [ + "Entire apartment in Clinton Hill, minutes from NYC", + 189 + ], + [ + "Heaven in New York, Suite", + 95 + ], + [ + "Anna's place bed and breakfast", + 118 + ], + [ + "Designer apartment with private rooftop and views", + 230 + ], + [ + "Bright, Brand NEW, and Spacious, Gorgeous Home", + 249 + ], + [ + "Private room in spacious Harlem apt.", + 75 + ], + [ + "Chez Jesse Vacation Spot - Manhattan Loft", + 80 + ], + [ + "Charming and Artistic West Village Studio", + 250 + ], + [ + "High Rise 2 Bed 2 Baths", + 450 + ], + [ + "High-end studio apartment in the heart of Harlem", + 130 + ], + [ + "A Piece of NYC", + 151 + ], + [ + "Cozy Master bedroom/private bath.", + 90 + ], + [ + "hip cool House", + 290 + ], + [ + "Private Room", + 60 + ], + [ + "Cozy & Private Bedroom near Highline- CHELSEA", + 115 + ], + [ + "Beautiful 1 bd NYC Home with a View", + 200 + ], + [ + "Classic Chic West Village Getaway", + 250 + ], + [ + "White ease board room", + 44 + ], + [ + "New York City-Spacious Private Bedroom", + 160 + ], + [ + "Zen Studio Loft in Beautiful West Chelsea", + 329 + ], + [ + "Cozy Midtown Studio", + 135 + ], + [ + "La Cantina + Room in Bed-Stuy", + 70 + ], + [ + "East Village 2 Bedroom Cozy & Sunny Apartment", + 275 + ], + [ + "Cozy room in a quiet and clean apartment", + 37 + ], + [ + "Artist's home in Williamsburg", + 175 + ], + [ + "King Bedroom - Ideal for Business Travelers", + 100 + ], + [ + "Simple & Spacious Brooklyn Room", + 55 + ], + [ + "Artsy 1 bedroom UES apt, minutes from Central Park", + 86 + ], + [ + "Lovely Midtown Railroad Flat with Private Patio", + 200 + ], + [ + "Cozy Bedroom in Elmhurst, NY\nOne block to subway", + 59 + ], + [ + "5 ave apto", + 85 + ], + [ + "Spacious 1 Bedroom Apartment Near The Met", + 215 + ], + [ + "PRIME Location:2min Subway 1min LIRR & NEWLY Built", + 45 + ], + [ + "NYC Spacious 3 BR / Private Entrance + Backyard", + 315 + ], + [ + "Artsy Brooklyn Gem-1 min to subway & Prospect Park", + 47 + ], + [ + "Brooklyn Penthouse with views and balcony", + 149 + ], + [ + "ENTIRE APARTMENT: BRIGHT & CHARMING- best location", + 100 + ], + [ + "Luxury basement apartment in newly built house", + 250 + ], + [ + "Suite 18 - Cozy room w/ Private Bathroom", + 65 + ], + [ + "Room available in spacious apartment UWS", + 50 + ], + [ + "Luxurious bright private room in stylish apt", + 65 + ], + [ + "New York City Apartment -minimum 30 day rental", + 106 + ], + [ + "The Brooklyn Blue House 4", + 59 + ], + [ + "Spacious UWS 1BR + balcony by Central Park", + 195 + ], + [ + "Private Apartment in Classic Brownstone", + 150 + ], + [ + "Heart of Bushwick 2 minutes to the L train", + 65 + ], + [ + "★ UNBEATABLE★ 4Beds/Manhattan/NYC/TIME SQUARE", + 700 + ], + [ + "The Mavis", + 275 + ], + [ + "Downtown, 1 Bedroom with living room + sofa bed", + 137 + ], + [ + "Serene large private room in stylish Brooklyn apt", + 55 + ], + [ + "Private Room in Williamsburg Apartment", + 70 + ], + [ + "Garden apartment in the heart of Fort Greene", + 165 + ], + [ + "1BEDROOM AT YANKEE STADUIM", + 47 + ], + [ + "Cozy eclectic bedroom in the heart of Bushwick", + 35 + ], + [ + "Giordano Suite - 5 mins to LGA", + 85 + ], + [ + "Bright, modern duplex w/ rooftop deck & balcony", + 46 + ], + [ + "Beautiful bright Brooklyn Heights 1 bedroom", + 130 + ], + [ + "Hi-ceiling, Studio, Flatiron NYC", + 185 + ], + [ + "Family friendly apartment near Prospect Park", + 100 + ], + [ + "Comfy Getaway/Steps to Subway/WiFi", + 52 + ], + [ + "Sunny Private Suite in Luxury Building", + 150 + ], + [ + "Cute Brownstone apt on tree-lined street Brooklyn", + 88 + ], + [ + "SofaBed-Hell's Kitchen, Heart of Manhattan", + 39 + ], + [ + "Living Room", + 40 + ], + [ + "曼哈顿帝国大厦/Time square", + 155 + ], + [ + "Beautiful & Big Room in Astoria", + 55 + ], + [ + "Room In Light Filled Home Walk to Prospect Park", + 65 + ], + [ + "Manhattan Apartment in the heart of Harlem", + 90 + ], + [ + "Cozy private room in stylish Brooklyn home", + 54 + ], + [ + "Bright cozy private room in stylish Brooklyn apt", + 40 + ], + [ + "Modern Newly Renovated Home Away From Home", + 85 + ], + [ + "NewlyBuilt+Terrace 3min▶︎Subway 30min Manhattan", + 34 + ], + [ + "Lovely Brownstone in Brooklyn Heights", + 132 + ], + [ + "Modern studio apt with full kitchen and bath", + 80 + ], + [ + "LUXURY 1BR ON EAST 44TH~DOORMAN/LAUNDRY", + 225 + ], + [ + "SPACIOUS 2BR 2 BATH IN UPPER EAST SIDE", + 285 + ], + [ + "LUXURY DOORMAN STUDIOS ON EAST 44th", + 190 + ], + [ + "Master Suite w/ King Bed, Backyard", + 140 + ], + [ + "Charming townhouse apartment", + 87 + ], + [ + "Beautiful & Big Room with Balcony in Astoria", + 50 + ], + [ + "SPACIOUS Bedroom with PRIVATE BATHROOM & ROOF", + 120 + ], + [ + "Awesome New York Apartment Close to it All!", + 165 + ], + [ + "Beautiful Sunny Private Bedroom in Brooklyn (JMZ)", + 50 + ], + [ + "Clean + Spacious.", + 49 + ], + [ + "曼哈顿/帝国大夏/ time square【2】", + 165 + ], + [ + "Gorgeous light filled Brooklyn Brownstone", + 192 + ], + [ + "Sumpter Suites", + 150 + ], + [ + "Brooklyn Town House", + 1200 + ], + [ + "3 Private Rooms in Full Floor East Village Apt", + 415 + ], + [ + "Sweet BR (A) in owner's duplex very near subway", + 75 + ], + [ + "Bright Brooklyn Oasis 1 Block from Subway", + 60 + ], + [ + "Efficient and Accessible Harlem Studio", + 100 + ], + [ + "Heart of Williamsburg with huge private terrace", + 329 + ], + [ + "Bedroom #5, Basement level, Park, express Q train", + 39 + ], + [ + "Cozy Van", + 89 + ], + [ + "Artists/Yoga Sunny Studio - Prime Location!", + 150 + ], + [ + "PRIVATE APARTMENT IN DOORMAN BUILDING", + 139 + ], + [ + "Chelsea Proper", + 230 + ], + [ + "Prime Williamsburg location! High ceilings!", + 75 + ], + [ + "Bright, Simple, Cozy 1br. Apt in East Williamsburg", + 135 + ], + [ + "2 BR affordable - good for groups", + 185 + ], + [ + "Cozy Upper East - 1 Bed\nPark | Museums | Subway", + 128 + ], + [ + "Awesome Apartment near Prospect Park", + 110 + ], + [ + "Midtown (near Korean town) spacious private room", + 80 + ], + [ + "Large 1 Bedroom in the Heart of New York City", + 175 + ], + [ + "Lovely apartment with a balcony", + 160 + ], + [ + "Sunny One bedroom in the heart of the East Village", + 250 + ], + [ + "Home away from home in the West Village.", + 225 + ], + [ + "1 Bedroom Suite By LGA / JFK airports & NYC!", + 45 + ], + [ + "Modern Studio on Upper East Side", + 150 + ], + [ + "Fort Pl B&B", + 120 + ], + [ + "Private Bedroom A in Bushwick Minutes from Subways", + 50 + ], + [ + "Upper West Side Getaway In the City Center", + 60 + ], + [ + "BIG FACTORY LOFT - HIP BUSHWICK NEAR 2 METROS!!", + 70 + ], + [ + "2 BEDS -EXTRA ROOM IN ARTIST LOFT -HIP BUSHWICK", + 80 + ], + [ + "1 BR apartment near Times Square", + 200 + ], + [ + "Reign in your castle", + 120 + ], + [ + "Low Price Private Room", + 53 + ], + [ + "2 br furnished apartment sublet for August. Prime Sunnyside location, close to restaurants, stores and subway 7train 40 street stop", + 200 + ], + [ + "Convenience, comfort & charm on the Upper West", + 175 + ], + [ + "Soho neighborhood apartment", + 75 + ], + [ + "Chelsea Studio (450 Sq. Feet) with Balcony!", + 149 + ], + [ + "Spacious brand new apartment in Brooklyn", + 150 + ], + [ + "**Newly Listed 2-bedroom gem with private entrance", + 110 + ], + [ + "Charming & convenient to subways/1 bed. brownstone", + 150 + ], + [ + "Large Apt on Upper East! Steps to Q/4/5/6 Subways!", + 147 + ], + [ + "Brooklyn / Bed Stuy :: Brownstone garden-floor apt", + 150 + ], + [ + "NICE COZY PRIVET ROOM", + 138 + ], + [ + "Entire 2nd floor w/2 Rooms in Authentic Brownstone", + 135 + ], + [ + "HOSTEL", + 100 + ], + [ + "850 sq ft Large 3rd Floor NYC Family Loft", + 90 + ], + [ + "New Great Place, 20min to Downtown Manhattan", + 500 + ], + [ + "Quiet Apartment/ Private Entrance/ Free Parking", + 115 + ], + [ + "New Sunny 4 bedroom space! Popular! Close2Subway!", + 300 + ], + [ + "Awesome room in BK great for two friends sharing!", + 43 + ], + [ + "Wicked Chill Artist Space!", + 75 + ], + [ + "Guest Room With a Cute Backyard!", + 52 + ], + [ + "Seconds from subway or a 30 min drive to city.", + 85 + ], + [ + "Brooklyn Home convenient to everywhere", + 50 + ], + [ + "4BR 4 BATH IN THE HEART OF WEST VILLAGE", + 483 + ], + [ + "DOORMAN/ GYM/ MODERN 1 BR ON EAST 52ND ST", + 290 + ], + [ + "LUXURY STUDIO ON WEST 56TH ST-POOL/GYM/CLUB HOUSE", + 225 + ], + [ + "LUXURY DELUXE 2BR 2BATH -DOORMAN/GYM", + 550 + ], + [ + "LUXURY & DESIGNER 1BR IN HELL'S KITCHEN", + 450 + ], + [ + "A CLASSIC NYC NEIGHBORHOOD-EAST 86TH/5TH AVENUE", + 200 + ], + [ + "Sunny Plant Filled Apt in Williamsburg", + 80 + ], + [ + "LUXURY 2BR 2BATH IN SUTTON PLACE-GYM/DOORMAN", + 360 + ], + [ + "1 BEDROOM ON UES-DOORMAN/WASHER/DRYER", + 210 + ], + [ + "EAST 25TH ST~KIPS BAY/EAST VILLAGE/UNION SQUARE", + 210 + ], + [ + "LUXURY STUDIO ON WEST 48TH ST-POOL/GYM/CLUB HOUSE", + 225 + ], + [ + "Easy Eastern Parkway! Minutes From 4/5 Train!", + 75 + ], + [ + "Large sunny private room near Times Sq. 43D3", + 120 + ], + [ + "AWESOME QUEEN BED B - NEAR 3 METROS WILLIAMSBURG", + 70 + ], + [ + "Private Bedroom in the Financial District", + 1700 + ], + [ + "Townhouse private 1 1/2 bedroom garden apartment", + 195 + ], + [ + "NYC Private 1BR Apartment - 116th Street", + 89 + ], + [ + "Huge Private Brooklyn Room with Two Beds!", + 65 + ], + [ + "Columbia/Morningside 1BR Sublet in 3BR Apt", + 45 + ], + [ + "Cozy room at Pat's Paradise", + 53 + ], + [ + "❤️Private Suite for Friends Getaway Close to NYC", + 125 + ], + [ + "Furnished Upper East Side LARGE Studio", + 140 + ], + [ + "Studio Apartment in Gramercy", + 130 + ], + [ + "Lovely Brooklyn Room great for groups", + 65 + ], + [ + "Furnished and Finished Basement Entire Place SAFE", + 75 + ], + [ + "Huge bedroom in Harlem", + 80 + ], + [ + "Jewel of a Room in BK", + 65 + ], + [ + "Intimate Private Room", + 55 + ], + [ + "Cute, Comfortable, Full Apartment in NYC!!!", + 110 + ], + [ + "FOURTH OF JULY!!!! BEST DEAL!! Perfect, 1 bed. apt", + 120 + ], + [ + "Room in modern apartment in hip Williamsburg", + 130 + ], + [ + "Amazing Upper East Side Apt with private patio", + 120 + ], + [ + "Cute Williamsburg Apartment Perfectly Located", + 162 + ], + [ + "Cozy bedroom in Harlem", + 80 + ], + [ + "Staten Island Home with a View", + 135 + ], + [ + "Beautiful Crown Heights Studio apartment", + 85 + ], + [ + "*NO GUEST SERVICE FEE* Studio Suite w/ Queen Bed, Close to 51st St Subway", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Premium Studio Suite", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Studio Suite with Free Continental Breakfast Daily", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio with Queen Bed & Free Wifi", + 699 + ], + [ + "*NO GUEST SERVICE FEE* 1 Bed Studio Suite - Close to UN Headquarters", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Incredible Location! Luxury Midtown Studio with Kitchen", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Luxury Studio Suite in Excellent Midtown Location", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Studio Suite w/ Convenient Midtown Location", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite", + 699 + ], + [ + "*NO GUEST SERVICE FEE* One Bedroom Suite w/ Queen Bed, Close to 51st St Subway", + 737 + ], + [ + "*NO GUEST SERVICE FEE* One Bedroom Suite with Free Continental Breakfast Daily", + 737 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite with Kitchen", + 737 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Premium One Bedroom Suite", + 737 + ], + [ + "*NO GUEST SERVICE FEE* Luxury One Bedroom Suite in Excellent Midtown Location", + 737 + ], + [ + "*NO GUEST SERVICE FEE* One Bedroom Suite - Close to UN Headquarters", + 737 + ], + [ + "*NO GUEST SERVICE FEE* Luxury Midtown One Bedroom Suite with Kitchen", + 737 + ], + [ + "*NO GUEST SERVICE FEE* Luxury One Bedroom Suite w/ Free Continental Breakfast", + 737 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio with Fully Equipped Kitchen", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Great Location! Luxury Midtown Studio with Kitchen", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Luxury Studio Suite w/ Free Continental Breakfast", + 699 + ], + [ + "*NO GUEST SERVICE FEE* Luxury Midtown One Bedroom Suite with Kitchen", + 737 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite with Queen Bed & Free Wifi", + 737 + ], + [ + "Cozy Private Twin Room 5 min LaGuardia LGA Airport", + 52 + ], + [ + "your home in the big apple", + 46 + ], + [ + "QUEEN BED 1 NEAR 3 METROS IN WILLIAMSBURG", + 76 + ], + [ + "SUNNY 2 BEDS - NEAR 3 METROS IN WILLIAMSBURG", + 86 + ], + [ + "Cozy Private Queen Room 5min LaGuardia LGA Airport", + 85 + ], + [ + "Cozy & Chic West Village One Bedroom Oasis", + 200 + ], + [ + "**Harmony Room with Bed and Futon**", + 60 + ], + [ + "Artist Retreat Private Single", + 50 + ], + [ + "Cozy Private Full Room 5 min LaGuardia LGA Airport", + 52 + ], + [ + "Exquisite Room--Just 15 minutes from JFK", + 65 + ], + [ + "Renovated Brooklyn Apt Only 35m to Manhattan!", + 89 + ], + [ + "EAST RIVER VIEW~HIRISE STUDIO", + 200 + ], + [ + "TOWNHOUSE CHARME IN CITY~EAST 59th STREET STUDIO", + 154 + ], + [ + "LUXURIOUS 3 BR WITH BALCONY & RIVER VIEWS", + 350 + ], + [ + "Huge apartment with jacuzzi and backyard", + 120 + ], + [ + "Beautiful Empire State Views Studio Apartment", + 86 + ], + [ + "Comfortable Bedroom in calm Midwood neighborhood", + 40 + ], + [ + "Sunny spacious room near Times Square 51E2", + 55 + ], + [ + "Cozy Room, 2 min Times Square, centrally located", + 95 + ], + [ + "Beautiful Bushwick 3br on the subway", + 250 + ], + [ + "~House of Rest~Treehouse Room in Bushwick Brooklyn", + 55 + ], + [ + "AWESOME SUNNY 2 BEDS C NEAR 3 METROS WILLIAMSBURG", + 86 + ], + [ + "AWESOME SUNNY 2 BEDS A NEAR 3 METROS WILLIAMSBURG", + 86 + ], + [ + "Bedstuy Oasis", + 250 + ], + [ + "Quiet Manhattan Bedroom - sublet/roommate", + 50 + ], + [ + "2br apt for rent daily 10min away in train to City", + 245 + ], + [ + "Renovated Comfy 1 BDR in Prime Midtown~Close toALL", + 125 + ], + [ + "Private Apt 2BR/1Bath/Kitchen/Parking in OUR HOME", + 132 + ], + [ + "Unique Harlem experience in sunny lofted studio", + 112 + ], + [ + "Massive room seconds from Bushwick graffiti", + 65 + ], + [ + "Low price private room train nearby", + 53 + ], + [ + "豪华双人间\n法拉盛步行地铁站", + 38 + ], + [ + "RIVER VIEWS-EAST 52ND LUXURY 1 BR", + 234 + ], + [ + "Cozy East Village Room", + 81 + ], + [ + "LUXURY SUTTON PLACE 2BR 2BATH-DOORMAN/GYM", + 350 + ], + [ + "Cute, Comfy Room in the Heart of Bedstuy", + 55 + ], + [ + "LUXURY 2BR ON WEST 26 ST-GYM/STORAGE ROOM", + 550 + ], + [ + "Charming and Spacious BK Loft 15 mins to Manhattan", + 175 + ], + [ + "Private 4A Room in 4BR/2BA APT in Hell's Kitchen", + 110 + ], + [ + "Private 4B Room in 4BR/2BA APT in Hell's Kitchen", + 110 + ], + [ + "Private 4C Room in 4BR/2BA APT in Hell's Kitchen", + 115 + ], + [ + "WEST 56TH COLUMBUS CIRCLE-LUXURY 1BR- DOORMAN/DECK", + 236 + ], + [ + "Private 4D Room in 4BR/2BA APT in Hell's Kitchen", + 105 + ], + [ + "Sunny 1BR in Midtown East by Sonder", + 184 + ], + [ + "Budget Friendly Private Room in Brooklyn “L”", + 60 + ], + [ + "Trendy & Private Bedroom in Williamsburg! 2-1", + 87 + ], + [ + "Beautiful Private Bedroom in North Brooklyn! 2-2", + 87 + ], + [ + "Spacious Private Bedroom in North Brooklyn! 2-3", + 87 + ], + [ + "Charming Private Room Friends/Couples/Solo “M”", + 65 + ], + [ + "Bright, Cozy West Village Studio", + 120 + ], + [ + "Spacious Bedroom in Ridgewood, Queens 3R-1", + 45 + ], + [ + "Private bedroom in Ridgewood, Queens 3R-2", + 45 + ], + [ + "Great Bedroom in Ridgewood, Queens!", + 45 + ], + [ + "Beautiful Bedroom in Brand New Apartment! 3R-4", + 45 + ], + [ + "Gorgeous One Bedroom in Ridgewood, Queens!", + 45 + ], + [ + "Great Private Bedroom in Ridgewood! 3L-3", + 45 + ], + [ + "Spacious Bedroom in Ridgewood! 3L-4", + 45 + ], + [ + "La Estancia", + 80 + ], + [ + "Clementine's Room", + 85 + ], + [ + "BEST LOCATION - AMAZING 1 Bedroom Apartment 2 beds", + 118 + ], + [ + "Bedroom with Private bathroom in East Village", + 50 + ], + [ + "Room in Upper East Side", + 99 + ], + [ + "3BR/2.5BTH Modern Brownstone Duplex w Terrace", + 204 + ], + [ + "Studio in heart of NoLIta", + 220 + ], + [ + "Center of manhattan, Times Square , 1min from st", + 325 + ], + [ + "Cozy duplex in Redhook, Brooklyn\n(entire basement)", + 81 + ], + [ + "Bright essential cozy private room", + 60 + ], + [ + "private room in Redhook, Brooklyn", + 50 + ], + [ + "HARLEM REBIRTH OF COOL", + 90 + ], + [ + "Super nice space", + 45 + ], + [ + "East 39th Street Furnished Studio", + 180 + ], + [ + "LUXURY 1 BR IN CHELSEA-24 HR GYM & SKYLINE VIEWS", + 320 + ], + [ + "SPACIOUS 2BR 2BATH IN THE HEART OF YORKVILLE", + 340 + ], + [ + "LUXURY & SPACIOUS 2BR 2BATH ON UPPER EAST SIDE", + 395 + ], + [ + "LUXURY NEIGHBORHOOD IN NYC-EAST 86TH ST/5TH AVE", + 187 + ], + [ + "Camp Rockaway", + 195 + ], + [ + "Beautiful Woodhaven Home", + 170 + ], + [ + "Delightful Sanctuary in Nolita for 4 Guests~", + 140 + ], + [ + "Cozy 2 Bedroom Garden Apartment", + 125 + ], + [ + "Spacious Bedroom with Beautiful Views", + 85 + ], + [ + "纽约多单元大厦", + 73 + ], + [ + "Private 1 BD in 2 BD/1 BTH in W. Harlem", + 100 + ], + [ + "Sunny, Cozy & Clean Brooklyn Apt Steps from Train", + 90 + ], + [ + "Mid-century modern garden oasis", + 135 + ], + [ + "Sunlit private room in Park Slope, Brooklyn.", + 60 + ], + [ + "West village COZY! BEST LOCATION!", + 199 + ], + [ + "Mint room w/attached bath in center of Flushing", + 80 + ], + [ + "Bright and spacious room in Bushwick", + 50 + ], + [ + "Cozy and clean 1 bedroom in luxury apartment", + 55 + ], + [ + "Nice 20 minute Manhattan 15 to Barclays Center", + 80 + ], + [ + "Spacious room w/attached bath, center of Flushing", + 95 + ], + [ + "The converted one bedroom turned into a suite.", + 120 + ], + [ + "Bronx Apart", + 10 + ], + [ + "Lovely bright eclectic 2BR, perfect for couple!", + 110 + ], + [ + "Cozy NYC Retreat", + 40 + ], + [ + "Luxurious Townhouse - Chic & Sunny Room - Rooftop", + 50 + ], + [ + "Newly renovated & spacious Woodside room", + 40 + ], + [ + "1BR trendy Bushwick apt & minutes from Manhattan!", + 99 + ], + [ + "Cute, clean and convenient place in , Bed-Stuy.", + 65 + ], + [ + "Warm Home w/ Private Garden (Inwood Manhattan NYC)", + 195 + ], + [ + "Delacroix’s Studio", + 150 + ], + [ + "Chelsea Apartment", + 120 + ], + [ + "Cozy family style Woodhaven home near JFK Airport", + 170 + ], + [ + "Apartment at Queens Landmark", + 80 + ], + [ + "Che’ Randall Deux\nSoBro\n10 minutes to Manhattan!", + 35 + ], + [ + "Cozy Loft Apartment in Bushwick", + 130 + ], + [ + "Cute room, 45min Manhattan, 20 LGA, 20 JFK 2Peop", + 30 + ], + [ + "Cute Bed-Stuy Room", + 53 + ], + [ + "Lux Modern Spacious 1 Bed + Washer/Dryer", + 350 + ], + [ + "Your welcome to have a nice stay on Bayview Place", + 50 + ], + [ + "7 Bedroom Victorian Mansion, Built in 1908", + 250 + ], + [ + "Private Room in a lovely Apartment", + 30 + ], + [ + "Private Bushwick Room -- Close to J, M, L Trains", + 56 + ], + [ + "Private room & bath.Near subway Luxe @ great price", + 98 + ], + [ + "Bright, Comfy, Conveniently Located Brooklyn Apt.", + 100 + ], + [ + "Williamsburg Loft", + 290 + ], + [ + "Jay's Studio Apartment", + 75 + ], + [ + "Studio sanctuary in Park Slope Brooklyn", + 130 + ], + [ + "Room in cute East Village apartment w/ city views", + 98 + ], + [ + "Bright & Bohemian UES 1 BR - Whole Apt!", + 180 + ], + [ + "UES Skyview One Bedroom Gym 5198", + 200 + ], + [ + "Stylish South Williamsburg + Waterfront Terrace", + 250 + ], + [ + "Private Room; Safe Building; All The Amenities", + 75 + ], + [ + "SOHO Oasis - Sunny, Quiet 2 Bedroom", + 300 + ], + [ + "Calm in the City w/ 2 Bedrooms and 2 Bathrooms", + 180 + ], + [ + "Best Gramercy one bedroom apartment", + 199 + ], + [ + "ACintheroom!35minutes toWALL St. quiet&residential", + 65 + ], + [ + "ACintheroom!NEAR 3-4-A-C lines, quiet neighborhood", + 45 + ], + [ + "Modern, Private Bedroom with Patio and Roof Access", + 90 + ], + [ + "Enormous sun-drenched loft in Bed Stuy, Brooklyn", + 150 + ], + [ + "Prime Location of Flushing Queens 豪华卧室 旅途中的家 E", + 55 + ], + [ + "Bsmt.shared apt close to JFK & Manhattan 2 twins", + 51 + ], + [ + "Patio suite with terrace", + 45 + ], + [ + "Not available", + 50 + ], + [ + "Large sunny studio space w/queen bed & living room", + 60 + ], + [ + "Prime Location of Flushing Queens 豪华卧室 旅途中的家 G", + 60 + ], + [ + "Large, Sunny West Village 1 Bedroom", + 300 + ], + [ + "Beautiful 4bed Brooklyn Family Townhouse", + 375 + ], + [ + "Entire apartmen on Sheepshead Bay", + 64 + ], + [ + "Spacious room in Williamsburg with a yard!", + 125 + ], + [ + "Modern Apartment in Williamsburg w/ backyard!", + 250 + ], + [ + "room in Harlem", + 40 + ], + [ + "Large Room In Prestigious Neighborhood Of SI", + 89 + ], + [ + "private bedroom in East Village Apartment", + 80 + ], + [ + "Williamsburg Penthouse, Large Private Deck", + 600 + ], + [ + "Sham’s home", + 75 + ], + [ + "Modern Studio in East Flatbush", + 110 + ], + [ + "Spacious Apartment in the center of Park Slope", + 150 + ], + [ + "Luxury Waterfront Condo with views (and pool!)", + 90 + ], + [ + "Sonder | 116 John | Private Studio + Gym", + 125 + ], + [ + "Sonder | 21 Chelsea | Chic 1BR + Rooftop", + 209 + ], + [ + "Sonder | Madison Ave | Pristine 1BR + Gym", + 287 + ], + [ + "Sonder | 21 Chelsea | Lively Studio + Rooftop", + 202 + ], + [ + "Executive 1BR in Midtown East by Sonder", + 287 + ], + [ + "Sonder | 21 Chelsea | Sunny 1BR + Rooftop", + 239 + ], + [ + "Sophisticated 1BR in Midtown East by Sonder", + 287 + ], + [ + "Sonder | 21 Chelsea | Colorful 1BR + Rooftop", + 232 + ], + [ + "Airy 1BR in Midtown East by Sonder", + 187 + ], + [ + "Large & Luxury Two Bedrooms Apartment on 34th St", + 175 + ], + [ + "Welcome to NY :) new, clean and beautiful house", + 60 + ], + [ + "Spacious 2 Bed/2 Bath Apt. Sleeps 6 - with Rooftop", + 310 + ], + [ + "Beautiful Chelsea Home Near The High Line & More!", + 200 + ], + [ + "10 minutes from JFK Airport Rockaway Beach Bliss", + 200 + ], + [ + "Historic Greenpoint Loft 2,000sqft", + 650 + ], + [ + "Perfect pad nested in best spot in bk", + 75 + ], + [ + "Cozy Kensington room by F,G, B16, B35 :))", + 40 + ], + [ + "Super clean! 2 Bedrooms in Bensonhurst -Sleeps 8", + 123 + ], + [ + "Fashion Of The City: Apartment in TIMES SQUARE NYC", + 150 + ], + [ + "Room for rent in spacious brooklyn appartment", + 47 + ], + [ + "Sunny private room in renovated apartment (BR 1)", + 31 + ], + [ + "Comfortable private room in Astoria, Queens", + 54 + ], + [ + "TRUE2BR-PRIME MIDTOWN EAST~53rd&3rd", + 235 + ], + [ + "LUXURY 1 BR ON WEST 56TH ST-POOL/GYM/CLUB HOUSE", + 320 + ], + [ + "LUXURY 2 BR ON WEST 56TH ST-POOL/GYM/CLUB HOUSE", + 495 + ], + [ + "LUXURY STUDIO IN HELL'S KITCHEN-DOORMAN/GYM", + 300 + ], + [ + "LUXURY 2 BR ON WEST 48TH ST-POOL/GYM/CLUB HOUSE", + 470 + ], + [ + "LUXURY DELUXE 1BR IN HELL'S KITCHEN-DOORMAN/GYM", + 350 + ], + [ + "LUXURY 2BR 2BATH IN HELL'S KITCHEN-DOORMAN/GYM", + 350 + ], + [ + "FLEX. 2BR IN PRIME LOCATION-MIDTOWN EAST", + 200 + ], + [ + "LUXURY 3BR IN MIDTOWN WEST NEAR COLUMBUS CIRCLE", + 435 + ], + [ + "Modern 1 bedroom with office, 2 minutes to R Train", + 100 + ], + [ + "1BR ON BROADWAY & WEST 71ST STREET", + 200 + ], + [ + "Casa Finca Sanctuary Duplex w/ Private Garden", + 130 + ], + [ + "CITY VIEWS &BALCONY~GORGEOUS 2BR IN MURRAY HILL", + 305 + ], + [ + "Master Bed/Bath near Lincoln Center in high-rise", + 99 + ], + [ + "32 FLR VIEWS!LINCOLN SQR-LUXURY MIDTOWN WEST 60TH", + 230 + ], + [ + "Queens Apartment", + 150 + ], + [ + "42NDFLR VIEWS!LINCOLN SQR-LUXURY MIDTOWNWEST 60TH", + 220 + ], + [ + "2BR APT IN MIDTOWN~WEST55TH STREET", + 250 + ], + [ + "NYU/UNION SQRE/EAST VILLAGE-QUIET STUDIO EAST 25TH", + 185 + ], + [ + "2BR WITH PRIVATE PATIO EAST VILLAGE", + 253 + ], + [ + "PERFECT STUDIO FOR 2 EAST 60th ST", + 150 + ], + [ + "2BR ON MIDTOWN EAST~EAST 34TH STREET", + 350 + ], + [ + "Sonder | 116 John | Dashing Studio + Gym", + 135 + ], + [ + "Bedstuy Living", + 50 + ], + [ + "Little Oasis", + 59 + ], + [ + "Bright Light High-rise Spacious Room with Balcony", + 180 + ], + [ + "Renovated 1 Bedroom apt in Bensonhurst- Sleeps 4", + 113 + ], + [ + "Cozy room w/attached bath in center of Flushing", + 80 + ], + [ + "(WOMEN ONLY) Spacious & 10 min from the airport!", + 45 + ], + [ + "CLEAN SAFE apart near NYU/East Village", + 100 + ], + [ + "WeLive Wall Street -- Four Bedroom / Two Bath", + 525 + ], + [ + "Room in beautiful, well-lit Brooklyn Brownstone", + 100 + ], + [ + "Relaxing Ridgewood Apartment", + 105 + ], + [ + "Charming and Spacious East Village apartment!", + 250 + ], + [ + "Modern Staten Island Townhouse- Welcome home!", + 67 + ], + [ + "Charming exposed brick bedroom in the heart of LES", + 100 + ], + [ + "Private 2 Bdrm Apt, 1 Block to Subway", + 75 + ], + [ + "Entire 2 BD apartment in heart of lower east side", + 226 + ], + [ + "Neat and quiet space for you.", + 175 + ], + [ + "Central to everything, Spacious, Sunny & No MarkUp", + 550 + ], + [ + "Cozy home in friendly & hip Bushwick near subway", + 120 + ], + [ + "Cozy 2 bedroom in Bedford Stuyvesant", + 126 + ], + [ + "Cozy & quiet living experience in a trending area", + 61 + ], + [ + "Room in Upper East Side-Central Park", + 99 + ], + [ + "2BR Apartment in Manhattan - 8m from Times Square", + 200 + ], + [ + "SUNNY ROOM IN BUSHWICK\nQUEEN SIZE J/M/Z/L", + 54 + ], + [ + "Most beautiful bedroom in Harlem", + 90 + ], + [ + "Beautiful Apartment in Brooklyn Heights", + 155 + ], + [ + "HARLEM ROCKS/BEST APARtMENT", + 400 + ], + [ + "2BR ON BROADWAY & WEST 71ST STREET", + 250 + ], + [ + "Peaceful Retreat, One stop from Manhattan", + 150 + ], + [ + "Peaceful loft", + 85 + ], + [ + "Brooklyn Style Hostel RM4 #3", + 38 + ], + [ + "New York Po home sweet home", + 220 + ], + [ + "Brooklyn Style Hostel RM4 #2", + 37 + ], + [ + "private room in east williamsburg spacious loft", + 58 + ], + [ + "Stylish New York Apartment", + 220 + ], + [ + "Brooklyn House", + 55 + ], + [ + "Bright+Cozy Apartment w/ Balcony", + 93 + ], + [ + "Luxury studio on West 91st & Broadway", + 175 + ], + [ + "Private room in east Williamsburg Brooklyn Loft", + 58 + ], + [ + "Signature-Manhattan-Studio", + 140 + ], + [ + "George's Miraculous Studio", + 160 + ], + [ + "Test Drive A Historic Brownstone in Brooklyn!", + 125 + ], + [ + "Private 2 Bd Guest House. Great for Quiet Getaway", + 140 + ], + [ + "Upper West Side Apartment", + 126 + ], + [ + "Cozy house in Woodside, comfortable are!!", + 35 + ], + [ + "Spacious paradise all by urself DT Flushing Mainst", + 159 + ], + [ + "Bedroom Three (Master) in House Near JFK Airport", + 99 + ], + [ + "Modern room with great light, privacy nr J train", + 63 + ], + [ + "Wonderlust in WIlliamsburg", + 180 + ], + [ + "Luxurious Modern Queen Bedroom in Brand New Apt", + 63 + ], + [ + "Sleep Under the Stars!", + 65 + ], + [ + "Room in Ditmas Park Mansion", + 48 + ], + [ + "Sunny and cozy room, 20 min from Manhattan", + 42 + ], + [ + "**Studio Apartment 20 min. From MANHATTAN **", + 85 + ], + [ + "King Sized Room; Bay Ridge", + 50 + ], + [ + "Modern Stay with a Balcony View in the City", + 199 + ], + [ + "New York Apartment", + 85 + ], + [ + "Cozy Greenpoint", + 315 + ], + [ + "TAO (The Ascending Oasis)", + 199 + ], + [ + "Manhattan - Master Room - 1mn Metro - Central Park", + 80 + ], + [ + "Brooklyn Style Hostel RM4 #1", + 36 + ], + [ + "Sunny Huge Room 3rd Floor", + 40 + ], + [ + "Myrtle the Turtle Room", + 106 + ], + [ + "Spectacular Loft Like Garden Floor", + 195 + ], + [ + "SHORT LAYOVER/Weekend GETAWAY FOR 2 Cozy Studio", + 75 + ], + [ + "Spacious Apartment in Astoria", + 150 + ], + [ + "New york Multi-unit building", + 1000 + ], + [ + "Spacious 2 bdrm -1 block to train, 12 mins to city", + 160 + ], + [ + "Palatial Serenity Close to Central Park & Museums", + 185 + ], + [ + "Central Park High Floor Luxury One bedroom", + 264 + ], + [ + "A Quiet Space", + 40 + ], + [ + "Breathtaking views in this unique, brand new apt", + 120 + ], + [ + "Heart of Bushwick minutes to the L train", + 65 + ], + [ + "Luxury 2 bdrm Apt near Soho with huge patio", + 350 + ], + [ + "Great Room in Manhattan", + 75 + ], + [ + "Luxurious West Village Studio with Zen Garden", + 190 + ], + [ + "Magical UWS Manhattan loft with two kitties!", + 65 + ], + [ + "Amazingly convenient Lower Manhattan 1 Bedroom", + 180 + ], + [ + "Cozy Bushwick Apartment", + 100 + ], + [ + "Sunny bdr w stunning view in prime Williamsburg!!!", + 65 + ], + [ + "Le Bain", + 150 + ], + [ + "Quality accommodation in a prime location!", + 225 + ], + [ + "*Cozy Room in Manhattan with Private Living Room*", + 111 + ], + [ + "Bright and Modern Luxury Master Room", + 150 + ], + [ + "Quaint Apartment in East Harlem", + 145 + ], + [ + "Bright private room with high ceilings near subway", + 57 + ], + [ + "Country Living Magazine's Inn of the Month!", + 135 + ], + [ + "1 bed entire apartment Williamsburg", + 150 + ], + [ + "Beautiful Large Room in Prime Rockaway Location", + 53 + ], + [ + "Private Room in Bed-stuy", + 60 + ], + [ + "Private .5 bath/ Queen Room Bushwick Brooklyn, NYC", + 35 + ], + [ + "The Skyline Loft — Bright Airy Room Near Train", + 65 + ], + [ + "Two bedroom apt w/parking 10mins to LGA & Flushing", + 100 + ], + [ + "Peaceful Living", + 100 + ], + [ + "Luxury penthouse with stunning views, very quiet", + 144 + ], + [ + "Bedroom in Brooklyn Apartment", + 49 + ], + [ + "Large, Bright Studio for Rent", + 120 + ], + [ + "Cute, clean and sunny one bedroom with character", + 77 + ], + [ + "Modern, Cozy Apt Share for Young Professionals", + 60 + ], + [ + "Apartment in Tribeca with huge private terrace", + 160 + ], + [ + "Affordable cozy private room in Fresh Meadows", + 62 + ], + [ + "Private Suite", + 90 + ], + [ + "Private room Flushing Queens, 15 min from 7train", + 38 + ], + [ + "Aesthetically Designed Modern Private Room", + 150 + ], + [ + "Nice Apartment in Gramercy Park", + 160 + ], + [ + "MASSIVE Studio Space", + 128 + ], + [ + "Comfortable Duplex Studio with Balcony! Near train", + 139 + ], + [ + "The Best apartment in Bayridge", + 80 + ], + [ + "Brooklyn Room with private rooftop", + 85 + ], + [ + "Private Room in Brooklyn Home", + 45 + ], + [ + "Great Apt With Balcony and Steps To The Subway", + 148 + ], + [ + "Sun drenched Artsy One Bedroom", + 115 + ], + [ + "Close to Manhattan Quiet Residential Area", + 100 + ], + [ + "Private Room in Quiet 2 Bedroom", + 75 + ], + [ + "Sleek, modern apartment in trendy Bushwick", + 75 + ], + [ + "ONLY 4.3 MILES TO MANHATTAN", + 196 + ], + [ + "New York - Columbia/Harlem big Apartment", + 100 + ], + [ + "Spacious, Bright Harlem Treetop Duplex", + 290 + ], + [ + "ELEXEY'S COMFORT....This room is small and cozy.", + 46 + ], + [ + "Room by Central Park,Harlem, NY", + 68 + ], + [ + "Spacious, Sunny 1-Bedroom By the Park", + 150 + ], + [ + "Sunny East Village Apt", + 149 + ], + [ + "Quiet & Cheap, 15 minutes to Manhattan", + 39 + ], + [ + "Bright & modern one bed in heart of Williamsburg!", + 175 + ], + [ + "Private room with king sized bed in Brooklyn.", + 100 + ], + [ + "Private room by Time Square", + 100 + ], + [ + "Room in Bedstuy! Exposed brick, subways are close", + 60 + ], + [ + "Light-filled, Airy, 2-Bedroom w/ City Views", + 175 + ], + [ + "Modern loft in the best part of Bushwick.", + 100 + ], + [ + "Homey Harlem Studio", + 76 + ], + [ + "Sun-filled studio apt in Clinton Hill brownstone", + 91 + ], + [ + "THE GARDEN ROOM", + 65 + ], + [ + "Bright, Modern, King Size 1-Bedroom in Chelsea!", + 240 + ], + [ + "Exótico", + 30 + ], + [ + "Cozy Bushwick apartment in the heart of Brooklyn!", + 110 + ], + [ + "Modern Luxury Condo in the UES with Fitness Center", + 106 + ], + [ + "Beautiful Sunlit Room in Bushwick", + 59 + ], + [ + "Brooklyn Cozy Corner", + 45 + ], + [ + "AMAZING LOCATION - BEAUTIFUL ROOM", + 98 + ], + [ + "Staten Island Apartment", + 55 + ], + [ + "One Private Bedroom - near Astoria, NY & LGA", + 89 + ], + [ + "Luxury in classic brownstone. Oversized 1 bedroom.", + 165 + ], + [ + "Spectacular East Village Loft", + 450 + ], + [ + "Nice Bayside 1 bedroom Apartment", + 115 + ], + [ + "Cute bushwick room", + 50 + ], + [ + "New condo in LES/China Town, elevator", + 130 + ], + [ + "Empire State views LUXURY 3BR/2BA w terrace+Gym", + 799 + ], + [ + "Loft-style Bedroom in the heart of Bushwick", + 100 + ], + [ + "★Private Guest Suite in a great location ★", + 70 + ], + [ + "New york Lovely Guest Room.", + 50 + ], + [ + "Brooklyn modern Apartment steps to the L train ;-)", + 138 + ], + [ + "Gorgeous Room With Private Entrance & Backyard", + 50 + ], + [ + "Darling Duplex on UES", + 250 + ], + [ + "Private Room in Stunning East Village Apartment", + 83 + ], + [ + "Double, Cozy Room only 20 min to NYC", + 89 + ], + [ + "Quiet and cozy room in Clinton Hill", + 75 + ], + [ + "Beautiful, cozy, Penthouse Studio in Astoria/LIC", + 125 + ], + [ + "Lovely Manhattan Room near GCT / Central Park", + 36 + ], + [ + "Sonder | Hanover Square | Pristine 1BR + Rooftop", + 159 + ], + [ + "Spacious+Sunny Queens Room. Full kitchen+Roof apt.", + 55 + ], + [ + "Stylish 1 bedroom, Upper East Side, E91st", + 160 + ], + [ + "Spacious apartment, 20 mins to Manhattan", + 170 + ], + [ + "Vie's NY Unique crashpad apts sleep 14, metro*wifi", + 475 + ], + [ + "Sonder | 180 Water | Contemporary 1BR + Rooftop", + 217 + ], + [ + "Charming Chelsea Bedroom steps from Highline Park", + 77 + ], + [ + "Great two Bedroom Apartment - 20 mins from NYC.", + 175 + ], + [ + "Cozy 1 bedroom apartment in trendy Bushwick.", + 90 + ], + [ + "The GEORGE at Lincoln Center: Duplex, UWS/Times Sq", + 299 + ], + [ + "Amazing room & private en-suite bath in Brooklyn!", + 79 + ], + [ + "Luxurious Hell’s Kitchen Famous Vibrant NYC!", + 285 + ], + [ + "Brooklyn Bedroom", + 45 + ], + [ + "Private Room in Brooklyn", + 40 + ], + [ + "Private bedroom with full sized bed", + 40 + ], + [ + "Private room and bathroom in Brooklyn", + 40 + ], + [ + "Nolita One Bedroom with View", + 124 + ], + [ + "Queen size bedroom", + 60 + ], + [ + "Sweet room w/attached bath in center of Flushing.", + 89 + ], + [ + "Times Square - JULY/AUG Special Price + Netflix", + 159 + ], + [ + "Private Bed & Bath in Heart of Downtown Manhattan", + 180 + ], + [ + "私人空间", + 63 + ], + [ + "Beautiful Private Bedroom/Kitchen studioPark Slope", + 125 + ], + [ + "Sunny, Newly Renovated, Private Bushwick Room", + 70 + ], + [ + "Woodside NY Cozy Room-15/20 mins from Time Square.", + 51 + ], + [ + "Grand Suite in Historic Brownstone", + 115 + ], + [ + "Private city getaway", + 55 + ], + [ + "Sun-drenched Chic SOHO \"Cabin\"", + 250 + ], + [ + "STUDIO IN VILLAGE CHARM~PERRY STREET!", + 188 + ], + [ + "2 beautiful & bright bedrooms in a renovated apt.", + 149 + ], + [ + "4Js Home4You", + 55 + ], + [ + "One Beautiful Sunny Bedroom with Amazing Views", + 100 + ], + [ + "Huge Studio in Brooklyn Luxury Building", + 170 + ], + [ + "Manhattan Home Steps Away from Central Park!", + 85 + ], + [ + "1 bedroom apt. in the heart of Upper West Side", + 295 + ], + [ + "Chinatown New York Apartment", + 125 + ], + [ + "Sunny, Spacious Bedroom 1/2 Block from Ft Green Pk", + 52 + ], + [ + "times sq 5 STAR quiet, stylish, safe, doorman bldg", + 151 + ], + [ + "Beautiful, clean bedroom close to Central Park!", + 90 + ], + [ + "Cozy large private room near Times Square 31C3", + 55 + ], + [ + "Large cozy NY room near Times Square 51E4", + 55 + ], + [ + "Staying Good location to close US OPEN", + 450 + ], + [ + "Van Cortlandt Multi-Unit Building", + 50 + ], + [ + "Queens Apartment Private Room", + 89 + ], + [ + "AWESOME MODERN ROOM IN CHARMING AREA+ SWEET ROOF C", + 90 + ], + [ + "Charming two-bedroom suite in Rockaway Beach", + 200 + ], + [ + "Big Lofty Apartment with Beautiful Rooftop", + 165 + ], + [ + "Private Room+Bathroom in DUMBO in luxury building", + 116 + ], + [ + "Studio Gem in Heart of Manhattan (Chelsea)", + 150 + ], + [ + "Eco Chic Bedroom in Amazing Neighborhood", + 80 + ], + [ + "Clean & Sunny room in UES, Doorman+Sunroof+GYM", + 70 + ], + [ + "Spacious room with private bathroom", + 65 + ], + [ + "Brand New Brooklyn Apartment", + 170 + ], + [ + "The St Marks: A large 7 bedroom 15 mins to Manhtan", + 689 + ], + [ + "Best Brighton Beach welcoming for your stay!", + 99 + ], + [ + "Studio in the Heart of East Village", + 120 + ], + [ + "Spacious Flat in the Heart of Greenwich Village", + 111 + ], + [ + "Sunny Cozy Room in Bedstuy", + 43 + ], + [ + "VIP staycation deluxe movie theater indoor pool", + 275 + ], + [ + "Williamsburg Loft Private Bedroom", + 125 + ], + [ + "Brooklyn Heights with a breathtaking terrace", + 200 + ], + [ + "Large sun drenched queen bedroom in Brooklyn Loft", + 100 + ], + [ + "Lofted Bedroom in Cool Sundrenched Brooklyn Loft", + 63 + ], + [ + "Charming Carnegie Hill Bedroom", + 150 + ], + [ + "Modern living in old Harlem (the Scream1)", + 60 + ], + [ + "Best Apartment in Bay Ridge", + 100 + ], + [ + "Fire Escape + Roof Views 30-min from Manhattan", + 39 + ], + [ + "Private bed & Bath 1/2 block from the A Express!", + 90 + ], + [ + "Lovely 3 bedroom Townhouse in BK Historic District", + 195 + ], + [ + "Super Cute 1 Bedroom Best Location", + 142 + ], + [ + "LUXURY STAYING IN BROOKLYN (Bed-Stuy)", + 55 + ], + [ + "1 Bedroom off Columbus fit for a King", + 142 + ], + [ + "Beautiful S Williamsburg 1 Bdrm near G,L,J,M,Z", + 150 + ], + [ + "Sunny Master Bedroom In Prime Williamsburg 30 Days", + 65 + ], + [ + "Spacious & Sunny Master w Private Bath", + 86 + ], + [ + "Fort Greene two bedroom, quiet and peaceful", + 200 + ], + [ + "Beautiful private room in luxury building", + 65 + ], + [ + "Heart of the West Village Apartment", + 400 + ], + [ + "Brooklyn Style Hostel Private Room #5", + 55 + ], + [ + "Cosy & Clean studio apt in the heart of Manhattan", + 150 + ], + [ + "Grand 2 bed Apartment in Heart of Harlem", + 175 + ], + [ + "Large studio apt in Grammercy", + 150 + ], + [ + "Loft Style Bushwick Apartment", + 59 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 7A", + 339 + ], + [ + "New York home ferry ride from Manhattan.", + 100 + ], + [ + "Wyndham Midtown 45 (2 Bedroom Presidential) 6A", + 339 + ], + [ + "Highline Hudson Yards Studio", + 350 + ], + [ + "The Pit of Despair", + 105 + ], + [ + "Large comfortable home 2 blocks from Times Square", + 195 + ], + [ + "Cozy, walk to Central Park, Columbia & Morningside", + 79 + ], + [ + "Zen Room in Prime Bushwick", + 55 + ], + [ + "Authentic NYC Getaway - Large 2BR w Priv Rooftop", + 200 + ], + [ + "Large Private 1 Bed Room Apartment, Hell's Kitchen", + 159 + ], + [ + "Luxury Private Condo/Apartment", + 82 + ], + [ + "Chic Designer Home Guest Studio", + 65 + ], + [ + "CLEAN PRIVATE bathroom in Newly built in 2014", + 59 + ], + [ + "4Js Room4You", + 75 + ], + [ + "Modern & Airy 1 Bedroom Apt in heart of Greenpoint", + 136 + ], + [ + "Room4You by 4Js", + 65 + ], + [ + "Convenient & Sunny Room Close to Central Park", + 49 + ], + [ + "Cozy Manhattan apartment!", + 300 + ], + [ + "Large sunny 1 bedroom with everything you need", + 160 + ], + [ + "Small humble apartment in perfect location LES", + 150 + ], + [ + "Rainbow Guesthouse 1-1 Female room", + 32 + ], + [ + "Brooklyn Style Hostel RM4 #4", + 36 + ], + [ + "Studio-like space & Kitchen all for you", + 79 + ], + [ + "Freehand New York- Artist Room", + 129 + ], + [ + "Legal Redesigned 2 BDRS PARK SLOPE/Prospect Park!", + 159 + ], + [ + "Modern studio in Harlem", + 100 + ], + [ + "Sunny Hudson Yards/ Chelsea Studio, Free WiFi", + 93 + ], + [ + "Entire Apt. *Huge 1,600 SF 3BR* *Dining&Living Ro", + 220 + ], + [ + "Private Spacious Studio Apartment, Rooftop access", + 86 + ], + [ + "New York Apartment", + 60 + ], + [ + "Spacious Greenpoint room steps away from G train", + 105 + ], + [ + "Chic and unique Attic bedroom in a shared duplex", + 60 + ], + [ + "Trendy and Stylish Downtown apartment !!!", + 185 + ], + [ + "5 Stars Maple *****", + 75 + ], + [ + "Convenient Apartment in Washington Heights", + 95 + ], + [ + "Cozy Bklyn Minimalism Private Bdrm in 2Bdrm w/ Gym", + 42 + ], + [ + "Serene Bedroom & Boudoir in Design Loft", + 120 + ], + [ + "Best of Both Worlds! Sunny Bedroom 15 Min to NYC", + 120 + ], + [ + "Brooklyn spot right next to express train", + 120 + ], + [ + "Bedroom available 20 mins to Manhattan!!", + 37 + ], + [ + "Large, beautiful 2 bdrm in Harlem, fits 6 people", + 350 + ], + [ + "Brand New 1 Bedroom w/Parking-25 Mins to Manhattan", + 125 + ], + [ + "Historic Brooklyn Brownstone Apartment", + 165 + ], + [ + "PRIVATE BEDROOM in spacious apartment in the UWS!", + 230 + ], + [ + "Bright spacious home in the Upper East", + 200 + ], + [ + "Stylish Studio Perfect Location-Empire State", + 250 + ], + [ + "Williamsburg Loft Hideaway", + 290 + ], + [ + "Spotless room w/attached bath. Center of Flushing", + 80 + ], + [ + "Shared room with bunk beds", + 25 + ], + [ + "Shared room with bunk beds in Bensonhurst", + 35 + ], + [ + "Two bedrooms apt. in Jamaica Estates", + 150 + ], + [ + "Quiet and modern Williamsburg garden 1BR", + 180 + ], + [ + "Upper East Side creative sanctuary apartment", + 150 + ], + [ + "Studio at Upper East Side Manhattan, New York", + 95 + ], + [ + "Spacious Harlem Room", + 120 + ], + [ + "Flatiron Penthouse", + 400 + ], + [ + "New York Condominium", + 1100 + ], + [ + "Cozy clean Studio Apartment in Luxury Building", + 160 + ], + [ + "Cozy/Spacious Master Bedroom Apt-20min to Manhattn", + 60 + ], + [ + "Beach Oasis and NYC only 45 minutes away!", + 130 + ], + [ + "Lovely Studio in Brooklyn with Rooftop & Garden", + 150 + ], + [ + "Great room#1", + 49 + ], + [ + "NYC entire 2 bd apartment 15 min to Manhattan", + 120 + ], + [ + "A Night at Anchor Aboard Yacht Ventura", + 3750 + ], + [ + "Artsy 1 bedroom Apartment Steps to Subway", + 100 + ], + [ + "Brooklyn Bed Stuyvesant Private Home", + 139 + ], + [ + "Upper West Side Studio", + 135 + ], + [ + "Cozy BK Home,Near JMZ lines,15-25 min to Manhattan", + 59 + ], + [ + "In a heart of queens /// QUEEN SIZE ROOM ///", + 60 + ], + [ + "Lower East Side Oasis", + 197 + ], + [ + "One bedroom apt in a brownstone - Manhattan", + 112 + ], + [ + "East Village duplex with private roof access!", + 140 + ], + [ + "Astoria Artist Abode", + 125 + ], + [ + "Pure luxury one bdrm + sofa bed on Central Park", + 245 + ], + [ + "Airy, modern apartment in a Brooklyn Brownstone", + 175 + ], + [ + "Best of Bk 20min to Manhtn & 5min to Williamsburg", + 199 + ], + [ + "Unfinished basement unit under private house", + 65 + ], + [ + "Beach Bungalo Steps to Bay Bike to Beach. Rockaway", + 250 + ], + [ + "Beautiful home", + 60 + ], + [ + "⭐⭐⭐Sleeps 10! Rare 4 Bedroom Apt Close to NYC", + 229 + ], + [ + "Welcome to Historic Harlem!", + 70 + ], + [ + "*Luxury 1 BR w/ your own Bathroom, steps to subway", + 88 + ], + [ + "Charming Private Room", + 55 + ], + [ + "Beautiful Private Room in BK", + 55 + ], + [ + "Excellent Brooklyn Private Room", + 55 + ], + [ + "Cosy bedroom in Bushwick close to L&M train", + 65 + ], + [ + "Dawn til' Dusk ROOFTOP! Only for the Day-late!", + 350 + ], + [ + "**Excellent Private Room w/Comfy Bed**", + 52 + ], + [ + "**Great Budget Private Room**", + 55 + ], + [ + "Artist Loft", + 160 + ], + [ + "Greenpoint Williamsburg Jewel for 6", + 125 + ], + [ + "Spacious Union Square / Greenwich Village Home", + 200 + ], + [ + "Cozy Brooklyn Apartment", + 65 + ], + [ + "Charming bedroom w private bathroom", + 85 + ], + [ + "Traditional NYC Oasis - Near Times Square", + 379 + ], + [ + "Central Park North Room", + 69 + ], + [ + "Private Room in Spacious Apartment", + 65 + ], + [ + "Cozy One Bdr Apt.. Minutes away from Times Square!", + 175 + ], + [ + "Cozy, artistic studio in the heart of Bushwick", + 100 + ], + [ + "Sunny Room in Sunset Park Industry City Brooklyn", + 50 + ], + [ + "Sonder | 180 Water | Luxurious 2BR + Rooftop", + 294 + ], + [ + "One Bedroom in Gramercy", + 225 + ], + [ + "Spacious and Modern 1 bed apt. In luxury bldg", + 175 + ], + [ + "FORDHAM DELUXE", + 80 + ], + [ + "Vibrant Neighborhood & Convenient Location 2BR", + 155 + ], + [ + "Single room w/ attached bath in heart of Flushing", + 75 + ], + [ + "Reader’s Nook", + 55 + ], + [ + "Lux Apartment across Hudson River - city view", + 239 + ], + [ + "Large BR in beautiful 2BR artist loft, best of NYC", + 50 + ], + [ + "lovely room", + 90 + ], + [ + "Bay Ridge, Vista Place", + 300 + ], + [ + "Lovely garden level apartment Brooklyn brownstone", + 285 + ], + [ + "PLUSH APARTMENT WITH HIGH CEILINGS!", + 250 + ], + [ + "Brooklyn, Bedstuy, Crown Heights Private Room", + 85 + ], + [ + "beautiful, converted multi-unit building", + 330 + ], + [ + "Large room w/ attached bath in heart of Flushing", + 85 + ], + [ + "Private floor / bedroom/ bathroom + TERRACE!", + 120 + ], + [ + "Stay comfortably with us. You'll be back again....", + 50 + ], + [ + "Cozy 1BR Apartment in Williamsburg", + 150 + ], + [ + "Private Room in PRIME Williamsburg, Brooklyn", + 63 + ], + [ + "~*PLANT HAVEN*~ Private Room -Charming Garden Apt", + 85 + ], + [ + "Studio Apartment in Queens", + 85 + ], + [ + "Brooklyn Chill & Explore", + 43 + ], + [ + "Cute Room in Boho NYC Apt: Quiet, Close to Trains!", + 80 + ], + [ + "Amazing 3BR/2Bath Apt in the coolest Brooklyn Spot", + 172 + ], + [ + "Private top-floor in historic Brooklyn Brownstone", + 125 + ], + [ + "Private room W/ private bathroom, shower, balcony", + 45 + ], + [ + "Studio in our home Jamaica, Queens 17Min JFK", + 54 + ], + [ + "Cozy One Bedroom Manhattan Apartment with Office", + 170 + ], + [ + "Child Friendly Cat Lovers Apartment", + 50 + ], + [ + "Best Deal in Brooklyn Bedroom with own Bathroom", + 80 + ], + [ + "New york Single family home", + 55 + ], + [ + "Cozy private room near Roosevelt Av - Jackson Hts", + 33 + ], + [ + "Cozy Room in a Brooklyn Apartment", + 45 + ], + [ + "charming and unique studio at toplocation", + 150 + ], + [ + "Princess Palace Purple", + 37 + ], + [ + "Light one bedroom apartment in Soho!", + 150 + ], + [ + "Excellent room 20 minutes from Manhattan by train", + 60 + ], + [ + "Studio. Cozy. Private. Sunny. Sparkling clean.", + 71 + ], + [ + "New York East village Artsy Apartment", + 158 + ], + [ + "Smart Home in the Heart of Harlem", + 150 + ], + [ + "The Woodside Story- Private bathroom (1)", + 58 + ], + [ + "7mins to subway-28 mins Manhattan (3)", + 57 + ], + [ + "Sunny mega happy kings room", + 65 + ], + [ + "Manhattan white room. Walk to central park", + 155 + ], + [ + "Cozy Spacious Loft Convenient to City", + 185 + ], + [ + "Sunny and Bright Room", + 86 + ], + [ + "Cozy Brooklyn Room with private bathroom", + 65 + ], + [ + "Fam-Friendly Brooklyn Brownstone w. Vintage charm", + 139 + ], + [ + "Huge Apartment Midtown Manhattan Empire State Bldg", + 187 + ], + [ + "Beach-side basement media room", + 36 + ], + [ + "Apartment in the Heart of Manhattan", + 120 + ], + [ + "Place for sleeping and exploring NYC", + 65 + ], + [ + "New York Apartment", + 120 + ], + [ + "both world getting to the city and safe place", + 65 + ], + [ + "Charming Chelsea Bungalow w/\nLarge Outdoor Terrace", + 250 + ], + [ + "Sunny Large 1BR w/balcony", + 120 + ], + [ + "Gorgeous 3BR Home Bear JFK & only 25min to NYC", + 175 + ], + [ + "Beautiful 4 Bdrm Home - 25 min from Manhattan", + 200 + ], + [ + "Chic, Spacious Upper West Side Studio", + 148 + ], + [ + "Brooklyn Private Apartment", + 120 + ], + [ + "Beautiful Historic Townhouse w/ Backyard(Duplex)", + 159 + ], + [ + "Spacious 2BR with Private Patio in Lower East Side", + 200 + ], + [ + "Studio Apartment in historic Sugar Hill townhouse", + 85 + ], + [ + "Beautiful room in a newly renovated apartment!", + 90 + ], + [ + "Williamsburg Studio- Steps Away from Lorimer L", + 104 + ], + [ + "Room with a View", + 85 + ], + [ + "Comfy, Beautiful Apt with Breakfast Included", + 125 + ], + [ + "Harlem Gem", + 275 + ], + [ + "Pleasant Place 5 mins away from JFK Airport", + 60 + ], + [ + "Great Room Great Price", + 46 + ], + [ + "Cozy Brooklyn Apartment", + 80 + ], + [ + "Bay Ridge Bklyn entire spacious Basement Apartment", + 136 + ], + [ + "Newly Renovated Brooklyn Brownstone - Private", + 125 + ], + [ + "Bushwick Retreat (for dog lovers only)", + 85 + ], + [ + "Gorgeous 1 Bedroom on the Park", + 175 + ], + [ + "New York Hotel", + 400 + ], + [ + "Awesome Private Room Big Windows", + 60 + ], + [ + "Beautiful Private Room Big Windows", + 60 + ], + [ + "Sunny room with roof deck in Brooklyn", + 95 + ], + [ + "Brooklyn Private Room 20 min to Manhattan", + 65 + ], + [ + "Warm and Friendly Bronx Home", + 69 + ], + [ + "Best Apt in Queens! 3 people! Metro and everything", + 89 + ], + [ + "Park Avenue Haven", + 110 + ], + [ + "NEWLY RENOVATED Studio #8", + 150 + ], + [ + "Beautiful new apartment located in Bushwick", + 52 + ], + [ + "Simplicity", + 75 + ], + [ + "Williamsburg Proper", + 60 + ], + [ + "Spacious & cozy 1BR opposite Prospect Park Lake", + 100 + ], + [ + "Spacious bedroom suite in Brooklyn brownstone", + 90 + ], + [ + "Entire 1BR Apt, Spacious, Light, 10 mins to LGA", + 170 + ], + [ + "Stylish, Artsy & Comfortable Stay Near the Ocean.", + 105 + ], + [ + "Charm & style galore in Boerum Hill 2BR duplex", + 295 + ], + [ + "Bedroom in Luxury Waterfront Apt with Views & Pool", + 98 + ], + [ + "Be Our Guest! Live, Love Bed-Stuy", + 150 + ], + [ + "Williamsburg Loft - Spacious, Sky-High Ceilings", + 100 + ], + [ + "Brooklyn /Private Bedroom & bathroom, 3 Guests", + 99 + ], + [ + "Entire apartment in the heart of west village", + 190 + ], + [ + "Luxury apartment in New York City", + 89 + ], + [ + "9mins to LGA; 28mins to JFK (4)", + 53 + ], + [ + "Beautiful shared place in Manhattan", + 49 + ], + [ + "Spacious room in awesome Bushwick townhouse", + 40 + ], + [ + "Luxurious Apartment in the best Location", + 300 + ], + [ + "Cozy shared place by Central Park Manhattan", + 49 + ], + [ + "The luxury East New York", + 124 + ], + [ + "Beautiful cozy apt in Manhattan", + 60 + ], + [ + "☆ Secret Hideaway - Blocks from Times Square!", + 100 + ], + [ + "Welcome to the Secret Oasis in Williamsburg", + 78 + ], + [ + "Spacious home in quiet Forest Hills", + 300 + ], + [ + "☆ Manhattan's Retreat - Blocks from Times Square!", + 90 + ], + [ + "☆ 2 Bedroom Apartment - Minutes from Times Square!", + 180 + ], + [ + "Entire New York Apartment. 2 bedrooms", + 300 + ], + [ + "Gorgeous bright spacious loft apt in Brooklyn", + 110 + ], + [ + "Modern 3Beds/2bedroom Apartment, 5min TIME SQUARE.", + 269 + ], + [ + "NYC NARNIA ROOM Walking Distance to Central Park!", + 61 + ], + [ + "Private Bedroom in Upper East Side", + 99 + ], + [ + "Bedroom in Brooklyn Apt, close to Prospect Park!", + 60 + ], + [ + "sofa Bed And Breakfast", + 11 + ], + [ + "Bright and Spacious Apt in the Heart of Manhattan", + 199 + ], + [ + "Private Bedroom Free parking 10 min to Manhattan", + 75 + ], + [ + "West Village dream location room", + 150 + ], + [ + "Spacious Room in the heart of Manhattan", + 150 + ], + [ + "Brooklyn Bedroom for two friends sharing!!", + 42 + ], + [ + "Comfortable Place with Dimple", + 53 + ], + [ + "Spacious, Quiet Apt- Heart of West Village", + 290 + ], + [ + "LARGE Private Room next to the Empire State", + 135 + ], + [ + "Cozy corner near Empire State Building", + 62 + ], + [ + "Luxurious Apartment!! Located on 5th Avenue!", + 800 + ], + [ + "Bright, airy west village retreat!Great location!", + 175 + ], + [ + "Christina’s home", + 50 + ], + [ + "Clean Cozy Room, Queens-5 min walk to subway (R/M)", + 55 + ], + [ + "*NYC Central Park* Entire Floor with Great Privacy", + 149 + ], + [ + "Hell’s Kitchen Apartment", + 200 + ], + [ + "Perfect location two bedroom beautifully furnished", + 350 + ], + [ + "Cosy Manor on Menahan", + 38 + ], + [ + "Perfect NYC Hell’s Kitchen Duplex Apartment!", + 250 + ], + [ + "Huge Industrial Chic Williamsburg 1 Bdrm w/rooftop", + 185 + ], + [ + "Entire Garden apartment in Brownstone", + 185 + ], + [ + "Midtown Studio", + 140 + ], + [ + "Apartment for transient guest!", + 45 + ], + [ + "★☆Sunnyside☆-Locals' favorite neighbor for living-", + 40 + ], + [ + "Unique Apartment in Park Slope", + 150 + ], + [ + "Private Room Midtown Park Avenue, Steal!", + 145 + ], + [ + "Private house in Queens, 10 minutes from JFK.", + 125 + ], + [ + "Queens Apt (bedroom w balcony), close to subway", + 70 + ], + [ + "Sonder | 116 John | Sun-Filled 2BR + Gym", + 245 + ], + [ + "Best of both world city and safety easy to get", + 65 + ], + [ + "SPACIOUS & CHARMING w/garden 4BR \nwalk 2 train", + 350 + ], + [ + "Private room in trendy Williamsburg", + 66 + ], + [ + "Williamsburg nest with private bathroom", + 65 + ], + [ + "Lovely place for traveler", + 31 + ], + [ + "Sonder | Madison Ave | Airy 1BR + Gym", + 239 + ], + [ + "Room 4 -Sunny Cozy Room in Historic Victorian Home", + 55 + ], + [ + "Large Williamsburg room with private deck", + 75 + ], + [ + "Artistic Loft w Fireplace & Manhattan Skyline", + 210 + ], + [ + "Beautiful, New Williamsburg apartment.", + 120 + ], + [ + "Sonder | Madison Ave | Relaxed 1BR + Gym", + 239 + ], + [ + "Sonder | Madison Ave | Restful 1BR + Gym", + 239 + ], + [ + "Bushwick Art collective bedroom A", + 90 + ], + [ + "Bushwick Art collective bedroom B", + 90 + ], + [ + "Bright Studio near park", + 115 + ], + [ + "Good vibes a block from the J", + 45 + ], + [ + "Spacious Harlem Home", + 200 + ], + [ + "Adorable Boho Room in Great Location", + 105 + ], + [ + "Beautiful cozy apt by Central Park", + 49 + ], + [ + "Clean cozy overnight bed in Manhattan", + 49 + ], + [ + "Overnight place in East Side Manhattan", + 49 + ], + [ + "Beautiful overnight bed by Central park", + 49 + ], + [ + "Home Away from Home: Crystalline dreams", + 73 + ], + [ + "Upper East Side 2 Room Studio Retreat", + 150 + ], + [ + "Center of West Village: Unique 1 Bedroom", + 220 + ], + [ + "Near LGA and JFK Airport Cozy Basement Room", + 35 + ], + [ + "Bright, Beautiful + Adorable in S. Williamsburg", + 125 + ], + [ + "Living Room sofa Bed in Chelsea", + 85 + ], + [ + "Beautiful Duplex steps from Subway", + 350 + ], + [ + "Sonder | Madison Ave | Modern 1BR + Gym", + 239 + ], + [ + "Relaxing Stay in Brooklyn", + 190 + ], + [ + "Large 1 bed, 1.5 bath on the Upper East Side", + 300 + ], + [ + "Sonder | Madison Ave | Lively 1BR + Gym", + 279 + ], + [ + "Large sunny pvt room 10 mins from Times sq. 63F3", + 65 + ], + [ + "Brooklyn Flavor", + 48 + ], + [ + "Lovely 1BR in Sutton Place by Sonder", + 239 + ], + [ + "Fort Greene Parlor", + 250 + ], + [ + "Salt Shack - A Houseboat in the Rockaways!", + 150 + ], + [ + "Private room in East Harlem", + 150 + ], + [ + "Beautiful 1 Bedroom apartment", + 80 + ], + [ + "New York, Jackson heights", + 80 + ], + [ + "A beautiful home for vacation", + 65 + ], + [ + "Luxurious 2 Bedroom Midtown East", + 150 + ], + [ + "Sunny Third-Floor Fort Greene Apartment", + 275 + ], + [ + "New York Home", + 250 + ], + [ + "Cozy Room East Williamsburg (15 Min to Manhattan)", + 49 + ], + [ + "Visit New York,The Local Brooklyn Way SuperHost", + 61 + ], + [ + "Underhill Penthouse", + 90 + ], + [ + "Williamsburg duplex apartment with backyard", + 75 + ], + [ + "Morningside Heights Cozy & Clean Modern Apt.", + 110 + ], + [ + "Queens Apartment", + 125 + ], + [ + "A Nice Room For Unique people", + 140 + ], + [ + "2 Bedroom with backyard and best location", + 250 + ], + [ + "Huge outdoor w/ amazing view right from your room", + 100 + ], + [ + "Dream private loft in Williamsburg, Brooklyn", + 90 + ], + [ + "private room in a shared apartment", + 45 + ], + [ + "Coziest room off the j", + 65 + ], + [ + "Private Room in Renovated Bushwick Apt w/ Wash/Dry", + 45 + ], + [ + "Bright 1BR in Sutton Place by Sonder", + 212 + ], + [ + "Bright Williamsburg room with huge private terrace", + 70 + ], + [ + "Modern 1BR in Sutton Place by Sonder", + 204 + ], + [ + "Charming 3bed/2ba Downtown/LES", + 400 + ], + [ + "Sonder | 180 Water | Pristine Studio + Rooftop", + 184 + ], + [ + "Private 1BR with Private Bathroom feet from subway", + 119 + ], + [ + "Huge Room for Nightly Stays Downtown or Monthly", + 197 + ], + [ + "Creative Bushwick - Cozy Private Room", + 30 + ], + [ + "Sonder | 116 John | Cozy 2BR+ Gym", + 245 + ], + [ + "Pet-friendly 1bd in the Heart of East Village", + 149 + ], + [ + "art-filled spacious room in artist's cozy home.", + 66 + ], + [ + "Private Bedroom in MANHATTAN (Free Wifi)", + 76 + ], + [ + "Cute, Cozy Private One-Bed in Crown Heights", + 100 + ], + [ + "Sunny Room in modern building in Bushwick", + 55 + ], + [ + "Private Room in great location Bushwick!", + 55 + ], + [ + "The Buchanan’s", + 130 + ], + [ + "2 bedroom apartment in Astoria", + 130 + ], + [ + "One bedroom apartment Woodhaven, Queens NY.", + 51 + ], + [ + "Large bedroom ensuite", + 65 + ], + [ + "Bright Brooklyn Studio", + 100 + ], + [ + "Art Gallery apartment in a Queens’ Victorian house", + 170 + ], + [ + "Williamsburg Duplex with outdoor deck", + 144 + ], + [ + "Charming, Sunny West Village 1BR - Prime Location!", + 250 + ], + [ + "~Flatiron 2 Bedroom~Amazing Location~Sleeps 6~", + 349 + ], + [ + "Superior Studio with Balcony", + 65 + ], + [ + "Room in heart of Williamsburg on Bedford Ave.", + 65 + ], + [ + "luz lunar bibis", + 45 + ], + [ + "Your Private Safe-Clean Haven w/Private Bath", + 80 + ], + [ + "Big Bed Paradise", + 34 + ], + [ + "Lush mid-century haven in Greenpoint", + 80 + ], + [ + "A Cozy Place to Stay in Woodside Queens!", + 36 + ], + [ + "NYC Chelsea Luxury Modern Studio", + 180 + ], + [ + "Sonder | 116 John | Pleasant 1BR + Gym", + 174 + ], + [ + "Spacious Bright Private Bedroom In Williamsburg!!!", + 66 + ], + [ + "Private Room in the heart of Williamsburg", + 95 + ], + [ + "Beautiful, sunny, private apartment", + 119 + ], + [ + "large, stylish, airy East Village loft apartment!", + 199 + ], + [ + "Studio near times grand central, Times Square, UN", + 300 + ], + [ + "Spacious Lower East Side Room", + 150 + ], + [ + "New York Apartment", + 70 + ], + [ + "Affordable bedroom in Brooklyn townhouse.", + 39 + ], + [ + "\"In the Clouds\" Brooklyn Heights Studio", + 125 + ], + [ + "beautiful modern 1 bed room apt", + 300 + ], + [ + "Spacious Room in Midtown East Apartment", + 150 + ], + [ + "Bright and Cozy Room in Williamsburg", + 60 + ], + [ + "Clean, Cozy Home in Perfect Park Slope Location", + 130 + ], + [ + "South Williamsburg Condo - Rooftop & Balcony", + 180 + ], + [ + "Spacious Private Room near Train and Prospect Park", + 40 + ], + [ + "Sunny Apt in Brooklyn Close to Prospect Park", + 65 + ], + [ + "Park Slope Perfect 2 BR", + 150 + ], + [ + "room in a soho loft", + 100 + ], + [ + "Sun-Drenched Perch in Charming Brownstone", + 150 + ], + [ + "South Williamsburg Loft", + 90 + ], + [ + "Charming Private Room in Apt Share- Astoria NY", + 40 + ], + [ + "Massive, Private 1 Bedroom near Barclays Center", + 69 + ], + [ + "Step back in time and see NYC as it was in the 80s", + 85 + ], + [ + "Industrial Brooklyn Duplex w/ Rooftops!", + 200 + ], + [ + "Aqua Room East Williamsburg (15 min to Manhattan)", + 59 + ], + [ + "Peaceful garden + private studio in the UES", + 248 + ], + [ + "Cozy Antique Haven in Brooklyn", + 60 + ], + [ + "Private, big, clean cozy room, in TIMES SQUARE", + 95 + ], + [ + "Five stars room in very comfy aptm. chek this out", + 77 + ], + [ + "Private Room in a Recently Remodeled Apt Bushwick", + 70 + ], + [ + "Sofa bed space for rent nightly", + 100 + ], + [ + "Beautiful Historic Brooklyn!", + 45 + ], + [ + "Hidden gem that's only 15 minutes from Manhattan.", + 83 + ], + [ + "Manhattan Charm, Brooklyn Price!!!", + 45 + ], + [ + "Comfort Away from Home", + 75 + ], + [ + "Brazilian hospitality in Long Island City", + 64 + ], + [ + "Beautiful Sun Drenched Williamsburg Apartment", + 150 + ], + [ + "Comfortable room in the heart of Williamsburg!!", + 80 + ], + [ + "Private Studio with Backyard in Brooklyn", + 75 + ], + [ + "Affordable quite private room in Fresh Meadows", + 64 + ], + [ + "Brooklyn Getaway", + 154 + ], + [ + "Sunny 3rd floor huge Master Bedroom", + 40 + ], + [ + "huge 2 bedroom / 2 bathroom GREENPOINT duplex", + 160 + ], + [ + "Cozy apartment in midtown east", + 210 + ], + [ + "Cozy private room in 2br apt Brooklyn", + 54 + ], + [ + "Prewar Gem in Middle of Everything!", + 139 + ], + [ + "5 minutes walking distance to everything you need", + 39 + ], + [ + "Cozy 1 BR APT->CHELSEA!!!", + 180 + ], + [ + "2BD Mid-Century Union Sq Brownstone/ Gramercy Park", + 400 + ], + [ + "Stuytown apartment", + 189 + ], + [ + "Uptown Manhattan: Private Room w Private Entrance!", + 60 + ], + [ + "Chic entire downstairs in 3br duplex", + 55 + ], + [ + "New york Multi-unit building", + 140 + ], + [ + "Plant-filled colorful Bushwick bedroom!", + 46 + ], + [ + "Simple and cozy studio apartment in Williamsburg", + 122 + ], + [ + "Organic Oasis Duplex (EMF-free)", + 350 + ], + [ + "Quiet and clean room in the heart of Brooklyn", + 65 + ], + [ + "Modern Remodeled 1 bedroom Apartment", + 176 + ], + [ + "Heart of Harlem", + 70 + ], + [ + "Lovely, Clean & Spacious. Your Own Woodside Room!", + 38 + ], + [ + "Stylish and cozy flat in West Village with 3 beds", + 180 + ], + [ + "Cozy&Clean Suite-private entry, bedroom & bathroom", + 40 + ], + [ + "Pvt Single Bed 10 min from JFK, Close to Manhattan", + 55 + ], + [ + "Spacious, Convenient Williamsburg Apartment", + 80 + ], + [ + "Brand New Cozy Apt Upper West Manhattan", + 99 + ], + [ + "Gorgeous Sun-filled Rooftop Apt in Prime Harlem", + 225 + ], + [ + "Bright and cheery room in Harlem", + 90 + ], + [ + "Penthouse 1 bedroom in LIC", + 107 + ], + [ + "Bronx Home", + 50 + ], + [ + "Spacious Apartment in Ditmas Park", + 300 + ], + [ + "Brooklyn Garden Apartment", + 123 + ], + [ + "A Nice Room to Stay in the Heart of Manhattan", + 36 + ], + [ + "NYC HUB XL @ 900ft from subway; 30 min to Midtown", + 399 + ], + [ + "NYC Private home-1 bedroom/Private Entrance", + 145 + ], + [ + "Peaceful Studio In South Williamsburg", + 140 + ], + [ + "Large cozy bedroom close to Times Square 43D4", + 54 + ], + [ + "Cozy Greenpoint Railroad Apartment", + 177 + ], + [ + "Artsy Harlem room with quick access to everything", + 65 + ], + [ + "Designer Beach House Studio in Williamsburg", + 150 + ], + [ + "Private Room w/ Private Shower", + 50 + ], + [ + "The Ultimate W-Burg Experience-Historic Building!", + 104 + ], + [ + "Private room in Brooklyn(Borough park) safe area", + 54 + ], + [ + "Home Away From Home", + 74 + ], + [ + "Gracious Spacious Bushwick Loft", + 75 + ], + [ + "Beautiful 3 bed apt close to Central Park", + 300 + ], + [ + "*Rare Find* AMAZING Two Bed Property", + 280 + ], + [ + "One private Room Harrigan Luxury Townhouse Suite", + 150 + ], + [ + "Cozy and Affordable Room in NYC", + 73 + ], + [ + "Charming and cozy bedroom - close to Manhattan", + 70 + ], + [ + "NEW Bohemian Brooklyn 1 Bed", + 195 + ], + [ + "Beautiful Studio in Brooklyn", + 97 + ], + [ + "Cute Williamsburg studio", + 130 + ], + [ + "Room with Private Entrance in Williamsburg", + 95 + ], + [ + "Renovated Bathroom and floor with PRIVATE Backyard", + 40 + ], + [ + "5min to metro - Cozy and Bright - Shared Kitchen", + 38 + ], + [ + "Artist Loft Room", + 70 + ], + [ + "Shared Apt w/ Young professionals - Fast WiFi", + 38 + ], + [ + "Stunning 5 BR Townhouse with Chef's Kitchen #10288", + 600 + ], + [ + "Cozy super private room in Brooklyn!", + 44 + ], + [ + "Cozy room 20-101", + 29 + ], + [ + "Cute & Comfy 1 bedroom apt (Downtown NYC)", + 135 + ], + [ + "Bushwick Duplex Haven near L train", + 58 + ], + [ + "Beautiful room in East Harlem!", + 120 + ], + [ + "Big & Sunny room w/toilet in Williamsburg", + 110 + ], + [ + "Idyllic West Village Bedroom - Private Room", + 130 + ], + [ + "Private Room in Charming NYC Guest Suite (single)", + 50 + ], + [ + "Private room in Charming NYC Guest Suite (Double)", + 40 + ], + [ + "Shared Loft in Charming Guest Suite (Front Left)", + 95 + ], + [ + "Beautiful apartment 3 subway stops from Manhattan!", + 70 + ], + [ + "The Elkins House – Truly Rare, Historic 5BR 3 Bath", + 495 + ], + [ + "High Ceiling + Sunny Brooklyn loft experience :D!", + 80 + ], + [ + "Private room in TRIBECA Loft, elevator into apt!", + 200 + ], + [ + "PARK AVE - Easiest Apartment to Get to in NYC", + 89 + ], + [ + "Light-filled Brooklyn Brownstone Apartment", + 40 + ], + [ + "Brooklyn Apartment", + 60 + ], + [ + "Ladies bedroom Bed 1", + 36 + ], + [ + "TW #7 Private Rm. 2nd Fl. Full Size Bed 1 Guest", + 69 + ], + [ + "Huge private room in a Brooklyn Brownstone", + 45 + ], + [ + "Light-drenched room in cozy, art-filled apartment", + 75 + ], + [ + "PERFECT LONG TERM RENTAL~1 BR- EAST 60TH STREET", + 160 + ], + [ + "Best Brooklyn location - stylish and comfortable", + 125 + ], + [ + "Amazing Private Room in BK", + 55 + ], + [ + "Spanish Harlem, NYC Apartment with Roofdeck Garden", + 90 + ], + [ + "Chelsea renovated 2 bedroom Apartment", + 300 + ], + [ + "PRIVATE 1 BED IN APT OFF PROSPECT PARK | Q & B", + 88 + ], + [ + "Ladies bedroom Bed 3", + 36 + ], + [ + "24HR Doorman Condo&Gym 3Blocks From Time Square!!!", + 225 + ], + [ + "Spacious, Sunny Room in BKLYN, NYC.", + 79 + ], + [ + "Spacious private room in the heart of EastVillage", + 80 + ], + [ + "Cozy Room With Access to Two Full Bathrooms", + 39 + ], + [ + "Agate Bedroom", + 43 + ], + [ + "Big beautiful room with tons of sunlight", + 37 + ], + [ + "★SPRING/ SUMMER SALE ALERT★ 10 MIN TO TIMES SQUARE", + 394 + ], + [ + "Top Luxury NYC EmpireSt View 3BR/2BA w/Terrace+Gym", + 799 + ], + [ + "Authentic, Traditional NYC - Walk to Times Square", + 499 + ], + [ + "Spacious room in Brooklyn by the subway!", + 60 + ], + [ + "Cozy Room In Brooklyn", + 68 + ], + [ + "Fresh room w/ skyline view in heart of Bushwick", + 70 + ], + [ + "CORNER SUITE HIGH CELING in a Luxury Building", + 149 + ], + [ + "Brand new independent one bedroom apartment", + 69 + ], + [ + "Shared Loft in Charming Guest Suite (Front Right)", + 75 + ], + [ + "Nice, clean and large room. Peaceful place", + 95 + ], + [ + "West Village Prime Location Light and Chic", + 214 + ], + [ + "Shared Loft in Charming Guest Suite (Rear)", + 75 + ], + [ + "Comfortable 2 bedroom apt in Times Square 5ppl", + 269 + ], + [ + "Sunny Brooklyn Apartment With Private Terrace", + 80 + ], + [ + "Cheap and Worth it!", + 30 + ], + [ + "Comfortable Carroll Gardens 2 BR Amazing Location", + 200 + ], + [ + "Lovely Room in Sunnsyide, 15 min ride to Manhattan", + 39 + ], + [ + "A Nice and Warm Place to Stay in Sunnyside!", + 38 + ], + [ + "Private Guest Suite Close To Ferry, Colleges, RUMC", + 65 + ], + [ + "Bushwick Oasis | Gorgeous View", + 70 + ], + [ + "J- LUXURY SHARED ROOM, AC FREE WIFI+CABLE GARDEN", + 30 + ], + [ + "J- *LUXURY SHARED ROOM AC FREE WIFI CABLE, GARDEN", + 31 + ], + [ + "Modern chic studio in luxury building", + 170 + ], + [ + "Private/Relaxing Queen PopUp bed 30min2timessqr", + 45 + ], + [ + "1BR/Studio Superb for a professional (Hidden by Airbnb) Home", + 90 + ], + [ + "Isaac apartament", + 400 + ], + [ + "The Space in Brooklyn", + 250 + ], + [ + "Large Lux Apt with Amazing NYC Views - Location!", + 200 + ], + [ + "Times Square Apartment", + 199 + ], + [ + "Free Cleaning & WiFi, Young Professional Roommates", + 35 + ], + [ + "Comfort Beds 4 mins to 2,5,3 4,trains to Manhattan", + 60 + ], + [ + "30+ Day Stay-2000 sq ft Guest House, Deck, Rooftop", + 499 + ], + [ + "Spacious, Private LIC Studio 2 Blocks to Train!", + 118 + ], + [ + "Welcome Home To Ridgewood!", + 195 + ], + [ + "Huge West Village Loft in Luxury Building", + 180 + ], + [ + "352 Prospect pl, 1st floor", + 150 + ], + [ + "Modern Luxury Studio in Heart of Astoria", + 115 + ], + [ + "Private Room in Prospect Place", + 250 + ], + [ + "Charming room in upper Manhattan", + 80 + ], + [ + "Prospect Suite", + 200 + ], + [ + "New Large Luxury Residence in Manhattan", + 639 + ], + [ + "QUIET MASTER BEDROOM", + 150 + ], + [ + "Sunny room in Park Slope with air mattress", + 70 + ], + [ + "Sunnyside's beauty", + 115 + ], + [ + "Garden Oasis", + 225 + ], + [ + "Amazing Large Sunny Studio in Greenwich Village", + 140 + ], + [ + "Beautiful Historic Home in Brooklyn", + 200 + ], + [ + "Ideal New York Apartment", + 250 + ], + [ + "Cozy flat with back Patio", + 119 + ], + [ + "Spread Love, It's the Brooklyn Way!", + 125 + ], + [ + "Spacious Room in Murray Hill", + 150 + ], + [ + "Spacious Deco Apt.- Columbus Circle", + 270 + ], + [ + "Upper Manhattan room like a studio \"White room\"", + 72 + ], + [ + "Luxury apartment close to Empire State Building", + 250 + ], + [ + "Bedroom on UES", + 100 + ], + [ + "Large Bedroom Steps from Subway (Ground Flr Room)", + 68 + ], + [ + "Huge 1 bedroom in Williamsburg for Travelers", + 200 + ], + [ + "Beautiful 2 Bedroom Apartment Near LGA and City", + 129 + ], + [ + "A Charming Hideout for a perfect weekend", + 80 + ], + [ + "Clean, Modern Studio. First floor access! #10292", + 175 + ], + [ + "A cozy quiet 1-bedroom with a balcony in Astoria", + 160 + ], + [ + "Your Home Next to the Empire State Building", + 460 + ], + [ + "Heights", + 89 + ], + [ + "Private, spacious home in Central Brooklyn!", + 99 + ], + [ + "Modern Sunlit Brooklyn Apartment", + 55 + ], + [ + "Warm & Cozy Room in Sunnyside. Awesome Location!", + 38 + ], + [ + "1BR Central park apartment with lots of sunshine!", + 76 + ], + [ + "Fanta Sea Home 3", + 50 + ], + [ + "Mercedes-Benz Home | Dinner for 50+ | Private Chef", + 175 + ], + [ + "Rare Downtown First Floor Apt w Private Backyard", + 160 + ], + [ + "Queens Jazz Home (JW)", + 65 + ], + [ + "Comfortable New York City Apartment", + 80 + ], + [ + "Central Park master room with private bathroom.", + 99 + ], + [ + "Beautiful 4BDR Unit @Greenpoint 2stop to Manhattan", + 480 + ], + [ + "Private Bedroom B in Bushwick Minutes from Subways", + 60 + ], + [ + "Beautiful Bedroom in Brooklyn Apt", + 35 + ], + [ + "Cozy 2 bedroom NYC apartment near LGA Airport", + 110 + ], + [ + "Bedroom in a charming apartment near Prospect Park", + 60 + ], + [ + "Staten Island Gem, 4 bedroom duplex in St. George", + 150 + ], + [ + "Entire House For Rent In Brooklyn NY.", + 350 + ], + [ + "Private Room in Luxury BK Apartment", + 65 + ], + [ + "Artist retreat in East Williamsburg, Brooklyn", + 298 + ], + [ + "The Sweet Suite", + 101 + ], + [ + "Convenient, shared-studio in LIC/Sunnyside", + 72 + ], + [ + "Large bright bedroom near Bushwick", + 75 + ], + [ + "Urban Oasis", + 165 + ], + [ + "My wife is not used to the noisy environment. How", + 200 + ], + [ + "Bedroom Two in Private House Near JFK Airport", + 80 + ], + [ + "Bedroom One In Private House Near JFK Airport", + 80 + ], + [ + "Sunny&Quiet 1 Bed APT in central Greenwich Village", + 170 + ], + [ + "7BR, 4 Full Bath Duplex with Washer & Dryer", + 530 + ], + [ + "J- HOTEL STYLE SHARE ROOM FOR 2PPL FREE CABLE WIFI", + 34 + ], + [ + "Sunny room in Manhattan ☀️", + 99 + ], + [ + "J- **LUXURY SHARED ROOM 2PPL FREE WIFI+CABLE+AC", + 29 + ], + [ + "Chic sun-filled dream home in East Village", + 209 + ], + [ + "Central Park Getaway", + 300 + ], + [ + "Heart of Bushwick! Women only", + 50 + ], + [ + "Cozy Room in East Williamsburg Apartment", + 65 + ], + [ + "Private Bedroom with queen sized bed", + 45 + ], + [ + "Spacious bronx room for 1", + 50 + ], + [ + "Bellrose Home - 15 minutes from both NYC airports", + 105 + ], + [ + "Huge room in great area, 25 minutes from Manhattan", + 45 + ], + [ + "West Village Mid Century Studio Perfect for Two", + 215 + ], + [ + "LaGuardia Private 3 Bedrooms Appartment for 6 Pax", + 220 + ], + [ + "CUTE APARTMENT WALKING DISTANCE TO NYC BEST SPOTS", + 100 + ], + [ + "Roomy and Relaxing Brooklyn Apartment", + 120 + ], + [ + "Best of Williamsburg", + 90 + ], + [ + "Industrial Chic, Owners Suite", + 110 + ], + [ + "Private Apartment: Brooklyn, NYC 40 Min to City", + 97 + ], + [ + "Exposed Brick Bushwick Bedroom", + 75 + ], + [ + "Luxury 1BR 2 bed; no cleanup fee; fast response!", + 150 + ], + [ + "Very large room near CUMC", + 50 + ], + [ + "Small room near Columbia Uni med", + 47 + ], + [ + "Manhattan Townhouse", + 150 + ], + [ + "Private Room in a Bushwick Retreat", + 75 + ], + [ + "Astoria Room", + 58 + ], + [ + "Sunny apartment in historic tenement building", + 150 + ], + [ + "Comfy, Convenient, & Private Rm In Manhattan NYC", + 70 + ], + [ + "Brooklyn Serene Bedrooms", + 150 + ], + [ + "Creative open floor studio", + 130 + ], + [ + "Cozy and affordable", + 53 + ], + [ + "Crown Heights Gem Easy Access to ALL", + 200 + ], + [ + "Home away from home\n& (QTPOC artistic safe space)", + 35 + ], + [ + "Big Apt in Luxury High Rise Building - Location!", + 220 + ], + [ + "New 4BR, 2Full Bath with Washer & Dryer", + 285 + ], + [ + "Renovated 3BR 2 Full Bath with Washer & Dryer", + 245 + ], + [ + "❤️❤️NEW 2 level home 15min to the Beach ⚓ BOOK NOW", + 280 + ], + [ + "Skylit Private Bedroom for LGA & JFK layovers", + 60 + ], + [ + "Beautiful apartment in Greenpoint", + 98 + ], + [ + "Cozy room in a three-bedroom House", + 10 + ], + [ + "Cozy Studio Near ESB", + 200 + ], + [ + "SUNNY PRIVATE BEDROOM IN WILLIAMSBURG, BROOKLYN!", + 75 + ], + [ + "Bright Room, Vibrant Area, 2 Blocks From Train", + 78 + ], + [ + "Sophisticated 1BR in Sutton Place by Sonder", + 239 + ], + [ + "Private room + office in designer luxury penthouse", + 590 + ], + [ + "Bushwick Brownstone, Long-Term Stay", + 41 + ], + [ + "Brooklyn Artist/Designer/Photographer Loft", + 145 + ], + [ + "*BEST DEAL*FURNISHED RM NEAR EMPIRE STATE BLDG*", + 65 + ], + [ + "New york Multi-unit building", + 70 + ], + [ + "Private Room in the heart of Manhattan", + 135 + ], + [ + "Brooklyn Prospect Park Parade Ground Standard", + 65 + ], + [ + "Beautiful Spacious Shared Queens Apartment.", + 120 + ], + [ + "Classic and Charming Upper West Side NYC Apt", + 175 + ], + [ + "Private room w/attached bath in hot of Flushing", + 85 + ], + [ + "Large Private Bedroom 15 mins from Central Park", + 79 + ], + [ + "The BEST of SoBro", + 130 + ], + [ + "Brooklyn Prospect Park South Master Suite", + 80 + ], + [ + "Private Room Family & Friendly", + 70 + ], + [ + "Couple room w/attached bath. In heart of Flushing", + 89 + ], + [ + "Casa familiar", + 40 + ], + [ + "1 Bedroom in NYC's Lower East Side! | Chinatown", + 185 + ], + [ + "ROYAL QUEENS ASTORIA", + 120 + ], + [ + "Boho-Chic sleeps 4 TOP FLOOR penthouse prime WBURG", + 122 + ], + [ + "Large and clean room with a king size bed,", + 55 + ], + [ + "Roomy FiDi 1BR w/ Gym, Roof deck + Doorman by Blueground", + 285 + ], + [ + "Small Bedroom in Beautiful Duplex", + 30 + ], + [ + "relaxing bed and breakfast feel apartment.", + 80 + ], + [ + "When modern renovation meets prewar details", + 335 + ], + [ + "Respectful Beautiful Harlem Room", + 848 + ], + [ + "Brooklyn Apartment", + 75 + ], + [ + "Queens Apartment downtown flushing", + 55 + ], + [ + "1.5 Brooklyn Apartment w/ Private Backyard", + 119 + ], + [ + "Cozy Bushwick apartment with backyard!", + 143 + ], + [ + "Comfy and cute UWS bedroom", + 80 + ], + [ + "Beautiful Brown stone in Central Park West", + 175 + ], + [ + "Hip Apartment in Brooklyn w/ lots of amenities", + 150 + ], + [ + "Resort style living. Ferry to city 5 min walk.", + 48 + ], + [ + "Sonder | Madison Ave | Cozy 1BR + Gym", + 239 + ], + [ + "Cozy Chelsea Downtown Studio w/ Private Backyard", + 167 + ], + [ + "Sonder | 180 Water | Beautiful Studio + Rooftop", + 169 + ], + [ + "Bright Spacious Apt [20 mins - Manhattan]", + 86 + ], + [ + "Spacious One-Bedroom apartment - Manhattan", + 110 + ], + [ + "SPACIOUS AND PRIVATE BEDROOM NEW YORK", + 55 + ], + [ + "Cozy apt. with private room on UWS. Low price!", + 85 + ], + [ + "Beautiful & Central Manhattan 1 Bedroom Apt", + 200 + ], + [ + "Sunny Prospect Park Studio", + 100 + ], + [ + "Private Room in Prime Crown Heights Location!", + 59 + ], + [ + "Luxurious+spacious room 10 mins from UES", + 68 + ], + [ + "靠近机场交通购物两便利房间#1", + 65 + ], + [ + "LOFT EXPERIENCE IN HEART OF WILLIAMSBURG", + 380 + ], + [ + "Beautiful & Bright One-Bedroom in Hells Kitchen", + 165 + ], + [ + "Large, Fully Furnished, Quiet 1 Bedroom Apt.", + 80 + ], + [ + "KING Room w Private Entrance - Times Square", + 45 + ], + [ + "Private bed/ bath in classic Upper West Side apt.", + 79 + ], + [ + "Sonder | 21 Chelsea | Desirable 1BR + Rooftop", + 244 + ], + [ + "Sonder | 180 Water | Sophisticated 2BR + Rooftop", + 299 + ], + [ + "Ruby Bedroom", + 65 + ], + [ + "Sonder | 180 Water | Airy 2BR + Rooftop", + 299 + ], + [ + "Chez Jesse Vacation Spot", + 80 + ], + [ + "Astoria Cozy 2 Bedrooms Apartment", + 200 + ], + [ + "LUXURY 1 BR ON WEST 48TH ST-POOL/GYM/CLUB HOUSE", + 410 + ], + [ + "Room in Brooklyn", + 37 + ], + [ + "Intimate SIngle Room in Bushwick!", + 40 + ], + [ + "Spacious 1 bedroom apartment in HEART of Manhattan", + 280 + ], + [ + "Fun Leffert's Gardens Suite", + 99 + ], + [ + "Stunning Brand New Apartment 35m to NYC!!!", + 160 + ], + [ + "Brooklyn Apartment", + 275 + ], + [ + "Cozy private room", + 65 + ], + [ + "Renovated, Stylish Apt! Next to Prospect Park", + 104 + ], + [ + "Beautiful Basement Apt in Fresh Meadows, Queens", + 60 + ], + [ + "Cozy Convenient Brooklyn One Bedroom", + 165 + ], + [ + "Cozy 1 BDRM in Union Square", + 200 + ], + [ + "Luxury Manhattan Loft w Huge Private Back Yard", + 250 + ], + [ + "Cozy 1st fl spacious bdrm in 3 bdrm New York Apt", + 66 + ], + [ + "Private bedroom in Brooklyn apartment", + 85 + ], + [ + "Girls House - \"Dandelion\" Single Bed 紐約民宿", + 25 + ], + [ + "West Village Dream - sunny bedroom", + 140 + ], + [ + "Girls House - \"Azalea\" Loft Upper Bed 紐約民宿", + 25 + ], + [ + "1br apt in Ditmars/Astoria", + 100 + ], + [ + "APARTAMENTO EN JACKSON HGTS", + 75 + ], + [ + "Girls House - \"Bauhinia\" Lower Bed 紐約民宿", + 25 + ], + [ + "Manhattan theater district", + 150 + ], + [ + "Cozy Room on the Upper East Side", + 150 + ], + [ + "ParkView Modern Design New 4 Bedrooms Apartment", + 134 + ], + [ + "Laurelton, Queens, NYC (3min-JFK; Seconds-LIRR)", + 100 + ], + [ + "Just 10 minutes from Manhattan (S )", + 140 + ], + [ + "Queens, NYC Centralized: 3 min-JFK; Secs. to LIRR", + 95 + ], + [ + "New MidCentury Modern Apt In The Heart Of Brooklyn", + 102 + ], + [ + "Big and bright private room", + 100 + ], + [ + "New! 3B2B Bayside/3 blocks to train/25 min to NYC", + 190 + ], + [ + "1 Bed Apartment in the heart of Brooklyn", + 240 + ], + [ + "Lefferts Gardens Enclave", + 102 + ], + [ + "Home sweet home\n&(QTPOC artistic safe space)", + 40 + ], + [ + "Cozy 1BR Apartment in East Village", + 120 + ], + [ + "PRIME location 2min to train 20min Manhattan", + 43 + ], + [ + "Idyllic West Village Full 2 bedroom", + 375 + ], + [ + "Luxury modern oasis, 1 stop from Manhattan", + 156 + ], + [ + "Bed-Stuy one bedroom with Balcony", + 100 + ], + [ + "Upper West Side 1 Bedroom Apt near Central Park", + 199 + ], + [ + "Your home away from home!!", + 115 + ], + [ + "Brooklyn Guest Suite", + 50 + ], + [ + "Warm, Bright and JUST RIGHT!\nBrownstone", + 109 + ], + [ + "Relaxation Station :-D\nBrownstone", + 99 + ], + [ + "Private Double Room in the heart of Williamsburg", + 76 + ], + [ + "Upscale Living. Home Away from Home.", + 185 + ], + [ + "New York Apartment", + 97 + ], + [ + "Large & Luxury One Bedroom Apartment on 34th St", + 150 + ], + [ + "Garden Loft Manhattan Apartment", + 225 + ], + [ + "Large, Sunny Retreat- B/Q subway, Prospect Park!", + 70 + ], + [ + "Spacious, Bright Duplex Apartment with a Skylight", + 89 + ], + [ + "Casas familiar", + 40 + ], + [ + "Cozy Room close to subway and park", + 85 + ], + [ + "EAST VILLAGE E12TH ST-TOP FLOOR 2 BR APT", + 255 + ], + [ + "A COZY COMFY ROOM NEAR THE BEACH,STORES AND JFK", + 50 + ], + [ + "Chic UWS Apt - 1 block from Central Park!", + 150 + ], + [ + "Kosher, newly renovated, stylish 1 bedroom", + 200 + ], + [ + "Harlem Green - City College", + 57 + ], + [ + "Airy 1 Bedroom Flat in Vinegar Hill Townhouse", + 150 + ], + [ + "Harlem White - City College", + 45 + ], + [ + "Newly built 1 BR apartment with private rooftop!", + 90 + ], + [ + "Queens Beauty Close to Manhattan", + 90 + ], + [ + "Nice & Cozy manhattan apartment", + 160 + ], + [ + "J- HOTEL STYLE SHARE ROOM FOR 2PPL FREE CABLE WIFI", + 30 + ], + [ + "Queens, Astoria - Apartment & Room with NYC view.", + 63 + ], + [ + "Great spot in Bushwick", + 180 + ], + [ + "Luxury and comfort", + 100 + ], + [ + "1 Bedroom in Williamsburg 3 BD/1BA Apartment", + 50 + ], + [ + "Zen & Cozy Room In Astoria", + 42 + ], + [ + "Studio apt. w/ lofted queen bed in East Village", + 160 + ], + [ + "French charm in Manhattan", + 430 + ], + [ + "Warm, cozy, private entrance with 2 Full bathrooms", + 83 + ], + [ + "Welcoming place in Upper East Side", + 95 + ], + [ + "Steps 2 Prospect Park & 2 blocks 2Q Train cool apt", + 75 + ], + [ + "Large room near Columbia Medical school", + 48 + ], + [ + "Queens Apartment #1", + 150 + ], + [ + "Amazing Downtown Views", + 200 + ], + [ + "*UES Private Bed/Bath - Quiet, Sunny, Central Park", + 150 + ], + [ + "Perfect art filled space for small family or individual, in upper manhattan", + 250 + ], + [ + "1 Bedroom Apartment Near ESB", + 260 + ], + [ + "Best Futon in Brooklyn/ Minimal Apt", + 34 + ], + [ + "Cozy cove", + 85 + ], + [ + "Feel at home in NYC, 5 min from LGA With PARKING", + 179 + ], + [ + "Private modern studio suite with private bathroom", + 88 + ], + [ + "Cozy private room for females in the heart of BR", + 60 + ], + [ + "Bronx ROOM #2 NYC-BEST DEAL", + 50 + ], + [ + "Bronx Brand New Room #3", + 85 + ], + [ + "法拉盛步行7号地铁7分钟左右单房(共用卫生间)", + 56 + ], + [ + "Large One-bedroom Apartment in Crown Heights.", + 75 + ], + [ + "Morning Glory", + 69 + ], + [ + "Bellerose home 15 min both airport", + 95 + ], + [ + "法拉盛步行地铁站8分钟带独立卫生间套房", + 120 + ], + [ + "法拉盛步行地铁10分钟单房(共用卫生间)Queen size 床", + 55 + ], + [ + "Big and lovely apartment in Sunnyside NYC", + 261 + ], + [ + "\"Sweet Home near to Bronx Zoo in Little Italy \"", + 100 + ], + [ + "HK AUTHENTIC TENEMENT UPDATED", + 120 + ], + [ + "Quiet Room in Beautiful Historic Bed Stuy", + 100 + ], + [ + "Queens House bedroom 1", + 250 + ], + [ + "Queen-Sized Private Bedroom in Historic Harlem", + 62 + ], + [ + "Luxury apt in the heart of Times Square!LOCATION !", + 250 + ], + [ + "Heights IV", + 89 + ], + [ + "Private Room: Cute Apt - Prospect Heights, Bklyn", + 90 + ], + [ + "Beautiful&quiet, steps to Central Park w/priv deck", + 225 + ], + [ + "Brooklyn Apartment", + 75 + ], + [ + "Convenient Apartment in Brooklyn Townhouse", + 140 + ], + [ + "New Charming 1 Bedroom Oasis Apartment", + 85 + ], + [ + "The Library @ Guacamaya's Nest", + 58 + ], + [ + "Spectacular Soho Loft", + 195 + ], + [ + "Immaculate -1/2 Block to train! Private Entrance!", + 89 + ], + [ + "Demmy's space", + 50 + ], + [ + "Cozy One bedrooom Suite Mins to JFK Airport", + 75 + ], + [ + "Private Bedroom in Super Comfortable NYC Apt.", + 95 + ], + [ + "Hamilton Heights/City College", + 70 + ], + [ + "Sunny bedroom near Times Square 33C2", + 75 + ], + [ + "Private 1 BR/1 Bath apt with full kitchen", + 179 + ], + [ + "MI DULCE MORADA", + 60 + ], + [ + "Spacious 1.5 Bedroom in Bed-Stuy, Brooklyn", + 119 + ], + [ + "BP- BEAUTIFUL COZY ROOM FOR 2 NEAR MANHATTAN wifi", + 60 + ], + [ + "Multi-Use Brooklyn Sanctuary", + 99 + ], + [ + "Private Room in Fort Greene Gem", + 75 + ], + [ + "Beautiful One Bed", + 32 + ], + [ + "2 Bedroom Upper Westside Apartment", + 250 + ], + [ + "Great Manhattan 25min Barclays Center 15 minutes", + 65 + ], + [ + "Comfy sofa close to Manhattan!", + 40 + ], + [ + "Private room w/ fire escape in beautiful Soho", + 100 + ], + [ + "Perfect Bedroom W/En Suite Bath & Terrace Access", + 149 + ], + [ + "Cozy, Centrally Located Upper East Side Flat", + 199 + ], + [ + "Times square luxury", + 500 + ], + [ + "Peaceful Oasis in the heart of SOHO", + 249 + ], + [ + "Studio in Hamilton Heights Manhattan", + 140 + ], + [ + "Garden Oasis in Historic Hamilton Heights", + 145 + ], + [ + "Spacious retreat", + 95 + ], + [ + "Williamsburg escape in a perfect location!", + 90 + ], + [ + "Gorgeous 1 bedroom with 300 sqf patio and balcony", + 300 + ], + [ + "Private room in shared lovely apartment", + 115 + ], + [ + "Confortable apt in the Bronx NYC.", + 102 + ], + [ + "Clean & Spacious room in NYC", + 60 + ], + [ + "Bright, cozy room in Prospect Heights/Park Slope", + 75 + ], + [ + "Newly Decorated Harlem Haven", + 75 + ], + [ + "Great energy, XL,clean, plants, comfortable bed,", + 86 + ], + [ + "Beautiful apartment in Elmhurst New York", + 65 + ], + [ + "Private Modern 2 bedroom in the heart of Flatbush", + 149 + ], + [ + "Artsy Brooklyn Apartment", + 50 + ], + [ + "Astoria, NY 1-bedroom apartment", + 90 + ], + [ + "Room in Astoria - 20min to Manhattan", + 50 + ], + [ + "Beautiful, brand new Prospect/Crown Heights home", + 215 + ], + [ + "Gorgeous,stylish 1bd apt Near everything !", + 250 + ], + [ + "Downtown BK luxury apartment", + 110 + ], + [ + "Esther Home", + 350 + ], + [ + "Cozy Private Bedroom 5mins to NYC", + 66 + ], + [ + "D&G Chateau", + 85 + ], + [ + "Clean , Quite and Comfortable Queen size bed", + 52 + ], + [ + "Cozy apartment 15 minutes from midtown!", + 78 + ], + [ + "Cute Room in Bushwick!", + 48 + ], + [ + "REGO PARK HOUSE NEXT TO ALL", + 268 + ], + [ + "Charming, bright and brand new Bed-Stuy home", + 10 + ], + [ + "Queens BLVD House NEXT TO ALL", + 268 + ], + [ + "Private 2 room apartment in the East village", + 149 + ], + [ + "Sunlit Bedroom in prime neighbourhood + Rooftop", + 75 + ], + [ + "Bright, Spacious BK Gem", + 250 + ], + [ + "Luxury Loft - Home away from Home", + 75 + ], + [ + "Beautiful Williambsurg apartment above the L", + 56 + ], + [ + "Humble One Bedroom Brooklyn Apt 15mins to the City", + 125 + ], + [ + "A Comfortable private room+Near # 2, 4 & 6 trains", + 35 + ], + [ + "Huge Room in Grammercy, terrace access", + 130 + ], + [ + "Clean, cozy and private room in midtown Manhattan", + 105 + ], + [ + "Cozy Comfortable Studio Suite", + 75 + ], + [ + "Elegant 4 Bedroom 2.5 Bath with Contemporary Charm", + 325 + ], + [ + "Industrial-Chic Room Available in Artist Loft", + 70 + ], + [ + "Spanish Harlem urban hang Suite", + 125 + ], + [ + "Caribbean Home", + 40 + ], + [ + "New 3BR 2Full bath Apartment with Dryer & Washer", + 245 + ], + [ + "New york Multi-unit building", + 75 + ], + [ + "Small Crash Pad in the heart of Williamsburg!", + 48 + ], + [ + "Very Accomodating", + 50 + ], + [ + "Sunny studio, minutes from Columbia", + 115 + ], + [ + "New York City Finest", + 197 + ], + [ + "Grand Suite Floor Thru in Artist's Duplex loft", + 150 + ], + [ + "*** Hell's kitchen quiet private room ***", + 99 + ], + [ + "Sun-drenched 3BD apt in Harlem", + 220 + ], + [ + "Manhattan Private X-Small Bedroom- Good Location", + 106 + ], + [ + "Charming downtown New York Serviced Apartment", + 140 + ], + [ + "Apr - Jun, Entire apt, UWS near park and subway!", + 199 + ], + [ + "\"THE MANHATTAN OASIS\" Penthouse & Private Terrace", + 345 + ], + [ + "Hunters Point 2500sf 3-story Garden Home", + 600 + ], + [ + "Beatuful Harlem Urban Penthouse", + 300 + ], + [ + "Ft. Green/ Clinton Hill Downtown Brooklyn", + 200 + ], + [ + "NewPlace 4", + 70 + ], + [ + "Entire fully furnished 1 Bed/1 Bath w/French Doors", + 149 + ], + [ + "Mott Haven Dorm-Bed A", + 28 + ], + [ + "Home away from home", + 125 + ], + [ + "Great room in Bushwick!", + 65 + ], + [ + "Grande chambre lumineuse à bushwick", + 75 + ], + [ + "Cozy and Bright Private Bedroom", + 50 + ], + [ + "Luxe 2 Bedroom Sunrise Brooklyn Loft Condo", + 250 + ], + [ + "Comfortable Brooklyn Oasis", + 60 + ], + [ + "1 private bedroom in Bushwick!", + 48 + ], + [ + "Large Room In 3Bed Home w/ Washer/Dryer", + 90 + ], + [ + "Small private room for single ones comfy and clean", + 85 + ], + [ + "The Greek Goddess House.", + 70 + ], + [ + "Queens Palace", + 100 + ], + [ + "Spacious, Bright, Cozy, BROOKLYN APT", + 135 + ], + [ + "Artistic + peaceful studio in Greenpoint Brooklyn", + 97 + ], + [ + "Ultra Luxury TriBeCa LOFT!", + 590 + ], + [ + "Oasis in the heart of Williamsburg", + 320 + ], + [ + "Live, Work, Play In Williamsburg!", + 200 + ], + [ + "Your Cozy Room", + 99 + ], + [ + "BnB & Spa", + 28 + ], + [ + "Nice room near Manhattan in a safe neighborhood", + 55 + ], + [ + "BEAUTIFUL 2 BEDROOM APARTMENT", + 350 + ], + [ + "Spacious, Bright, and Convienent in East Harlem", + 115 + ], + [ + "Private En-suite in an Beautiful Brownstone", + 180 + ], + [ + "Suite 18 - Mini Apartment, ALL YOURS!", + 65 + ], + [ + "Brand New 1BDR Apartment within 5 min walk to SOHO", + 200 + ], + [ + "Little paradise", + 49 + ], + [ + "Cozy Ground Floor Garden Apt. Across from Park", + 100 + ], + [ + "Hello Brooklyn! Stylish home in the heart of BK", + 115 + ], + [ + "Private room in Harlem, NY...", + 80 + ], + [ + "Spacious Studio Apt on Upper East side", + 59 + ], + [ + "Private bedroom in Harlem, NY ..", + 70 + ], + [ + "Spacious room in vibrant area. 2 blocks from train", + 100 + ], + [ + "Private bedroom in historic Harlem, NY.", + 70 + ], + [ + "Private Room in Williamsburg Apartment", + 63 + ], + [ + "Cozy room close to the city center 61F1", + 120 + ], + [ + "Luxury suite in the Heart of Hell's Kitchen", + 269 + ], + [ + "Cozy room near subway , LGA airport n manhattan", + 55 + ], + [ + "1 Br in Brooklyn, near Williamsburg/Manhattan", + 70 + ], + [ + "Brand New 3-Bedroom in Trendy L.E.S. #10296", + 600 + ], + [ + "Queens Finest Luxury Place", + 60 + ], + [ + "Quiet Washington Heights Studio Apartment", + 80 + ], + [ + "An Art Director's Fort Green Studio", + 115 + ], + [ + "!AMAZING PRIVATE ROOM 2 MIN FROM TRAIN STATION!", + 45 + ], + [ + "Williamsburg Cozy Room 10 minutes from Manhattan.", + 63 + ], + [ + "!PERFECT PRIVATE ROOM PLACE 2MIN FROM THE SUBWAY!", + 47 + ], + [ + "*ON SALE* West Village 2BR base to discover NYC", + 300 + ], + [ + "740 sqf large luxury apt w doorman midtown east", + 169 + ], + [ + "Modern private studio in rockaway", + 50 + ], + [ + "2BR Williamsburg home w/ PATIO! Baby Gear! L train", + 274 + ], + [ + "Brooklyn Bedstuy Trendy Apt", + 110 + ], + [ + "Attractive FiDi 1BR w/ Office nook + Gym, Doorman by Blueground", + 263 + ], + [ + "Sunny Central Park Apt (2 blocks from park)", + 75 + ], + [ + "East village sanctuary", + 250 + ], + [ + "Private bedroom with bathroom in clean quiet space", + 83 + ], + [ + "Lovely, sunny & quiet 1br Chelsea apt w/balcony", + 225 + ], + [ + "Private, sun-filled, plant-filled bedroom", + 175 + ], + [ + "Astoria Apartment", + 125 + ], + [ + "Boerum Hill Queen BR in a Classic NYC Brownstone", + 70 + ], + [ + "Chic Studio in a Great Neighborhood", + 154 + ], + [ + "Mott Haven Dorm-Bed B", + 28 + ], + [ + "West Village 5 BR Townhouse & Private Yard", + 1500 + ], + [ + "Look down on Bedford Ave! Private room.", + 95 + ], + [ + "Mott Haven Dorm-Bed D", + 28 + ], + [ + "Huge Western Room on the Top Floor of a Townhouse", + 75 + ], + [ + "Mott Haven Dorm-Bed E", + 28 + ], + [ + "Cute, book-filled, apartment in Williamsburg", + 125 + ], + [ + "Queens house bedroom 2", + 180 + ], + [ + "Queens house bedroom 3", + 180 + ], + [ + "Queens house bedroom 4", + 200 + ], + [ + "Large Room with PRIVATE bathroom! Best NYC rooftop", + 115 + ], + [ + "Sun and Serenity in SoHo with Private Bath", + 135 + ], + [ + "Bushwick Rustic Loft", + 69 + ], + [ + "Private Brand New 2 BR, Minutes from JFK & LGA", + 99 + ], + [ + "Ridgewood retreat", + 80 + ], + [ + "Sunny apartment in BK- Close to J,M,Z", + 150 + ], + [ + "One Bedroom in Midtown East", + 75 + ], + [ + "Serenity palace", + 150 + ], + [ + "20 steps to subway!!", + 134 + ], + [ + "23 steps to subway!", + 134 + ], + [ + "“Brownstone in Brooklyn”\nClose to Manhattan!", + 145 + ], + [ + "Garden Apartment on Prettiest Street in NYC", + 189 + ], + [ + "* GRAMERCY * TOP LOCATION * ULTRA MODERN BEDROOM", + 120 + ], + [ + "Welcome New york Astoria spacious", + 65 + ], + [ + "LaGuardia Airport 15min•COZY8PPL•10min Ride to NYC", + 280 + ], + [ + "LES Light Filled Large Bedroom", + 100 + ], + [ + "Cozy accommodation in Queens for MAX 2 people", + 40 + ], + [ + "Cozy Room near Empire State Building!", + 120 + ], + [ + "Room at walking distance to the Empire State!", + 130 + ], + [ + "Upper West Side Apartment", + 180 + ], + [ + "LOVE MANHATTAN 3\nNEAR TO YANKE STADIUM", + 55 + ], + [ + "Lofty & Sunny 2 Bedroom w/ Manhattan Skyline View", + 175 + ], + [ + "Private room blocks away from HBO's The Deuce set!", + 36 + ], + [ + "Spacious Bdrm in N.Y.C. (30 mins to Midtown)", + 50 + ], + [ + "Oversized Studio right in the heart of Kips Bay", + 165 + ], + [ + "Sunny, central and comfortable!", + 90 + ], + [ + "A Cozy Room in New York Apartment", + 65 + ], + [ + "Beautiful Sun-filled Loft in Prime Williamsburg", + 175 + ], + [ + "Private Room", + 110 + ], + [ + "East Village Pad with a View", + 195 + ], + [ + "Characteristic \"New Yorker\" 2 bedroom apartment", + 300 + ], + [ + "STUDIO WITH OUTDOOR SPACE-CHELSEA MARKET-WEST 19TH", + 175 + ], + [ + "Comfy LGA apt in Queens", + 150 + ], + [ + "Beautiful Studio Basement-35 minutes from the city", + 100 + ], + [ + "Soho Nolita Private capsule Loft NYC Female only", + 68 + ], + [ + "Luxury Apartment walk to Central Park Javits", + 120 + ], + [ + "Entire Brooklyn Home with a Friendly Cat", + 99 + ], + [ + "Spacious Masterbedroom with attached bathroom", + 110 + ], + [ + "baynefamilywithlove", + 110 + ], + [ + "A suite with a view of the Empire State Building !", + 84 + ], + [ + "Close to everything jfk subway casino", + 60 + ], + [ + "Sunny Astoria Room in Ideal Location!", + 100 + ], + [ + "Fantastic Room in Bushwick", + 65 + ], + [ + "Spacious 1BR in Midtown East by Sonder", + 174 + ], + [ + "Hip Bushwick Area Private Room!", + 65 + ], + [ + "Joyous private Room", + 65 + ], + [ + "Peaches Cozy Corner", + 50 + ], + [ + "Large King Sized Bedroom with Private Bathroom", + 70 + ], + [ + "Harlem apartment", + 120 + ], + [ + "Terrific Apartment in the Heart of Williambsburg", + 70 + ], + [ + "Penthouse living 1 single room 4 a night or 2!!!", + 225 + ], + [ + "Boerum Hill Twin BR in a Classic NYC Brownstone", + 70 + ], + [ + "Bright Bedroom in NYC (30 min to Midtown + MoMa)", + 45 + ], + [ + "Modern & Sunny Room near Museum Mile", + 105 + ], + [ + "Étage au sein d’un duplex à Brooklyn", + 175 + ], + [ + "Boerum Hill 2 BR Suite in Classic NYC Brownstone", + 98 + ], + [ + "New(2019) Renovated bath & 30-40 min to Manhattan", + 33 + ], + [ + "Semi Private Bedroom", + 55 + ], + [ + "New York Walk Up Apartment", + 110 + ], + [ + "Brand New Private Room in Heart of Brooklyn", + 55 + ], + [ + "Spacious 1 bedroom in Bed Stuy Brooklyn", + 95 + ], + [ + "Huge Room in Upper West close to Columbia & Subway", + 130 + ], + [ + "30 day min days-entire apt minutes to Manhattan!", + 80 + ], + [ + "The Green Room: Fun Private Room for Fun Families!", + 100 + ], + [ + "Room w Roof in Trendy Renovated E Williamsburg Apt", + 70 + ], + [ + "Spacious 2 BR. Ridgewood Apt.", + 160 + ], + [ + "Charming Bedroom in Brooklyn Navy Yard", + 85 + ], + [ + "Private room for rent", + 45 + ], + [ + "Huge bedroom in Williamsburg [Prime Location]", + 71 + ], + [ + "Entire 3 bedroom apartment in best location.", + 170 + ], + [ + "Affordable comfy room in Fresh Meadows", + 65 + ], + [ + "3. Beautiful and clean room only 20ms to Manhattan", + 65 + ], + [ + "Private Studio in Astoria- 25 min. to Midtown", + 100 + ], + [ + "Beautiful bedroom off the L train Lorimer stop", + 70 + ], + [ + "Comfortable rooms 15 minutes to Manhattan", + 95 + ], + [ + "Midtown 2Bed 1.5Bath Luxury Full Kitchen, Balcony", + 449 + ], + [ + "ELEXEY'S COMFORT.. room is located on the 3rd fl.", + 50 + ], + [ + "Maspeth Queens Apartment", + 150 + ], + [ + "Brooklyn Historical Townhouse", + 101 + ], + [ + "Private Bedroom Minutes To Manhattan", + 69 + ], + [ + "NY Style by the Metro and St. john's University.", + 57 + ], + [ + "Stylish & dreamy brooklyn loft", + 190 + ], + [ + "Mikey's", + 325 + ], + [ + "Cozy apartment in trendy financial district", + 200 + ], + [ + "East Village/Noho home with private deck", + 250 + ], + [ + "Entire 2BR apartment, your home away from home", + 71 + ], + [ + "Gorgeous loft with stunning view : Williamsburg", + 190 + ], + [ + "French Riviera", + 109 + ], + [ + "Artist’s Retreat", + 35 + ], + [ + "Staten Island Townhouse", + 40 + ], + [ + "Affordable Studio for First-Time Travelers to NYC", + 130 + ], + [ + "CoZy room with your own bathroom/entrance in UES!", + 149 + ], + [ + "Entire Apartment in Greenwood", + 59 + ], + [ + "Private room for rent!", + 45 + ], + [ + "Your Brooklyn Getaway, King sized bed in neat room", + 70 + ], + [ + "Large & Bright Bedroom in Astoria", + 75 + ], + [ + "Kozy Klean Kwiet", + 120 + ], + [ + "West village bright dream location room", + 126 + ], + [ + "3 Bedroom Artsy Apartment. Best Deal in Brooklyn.", + 207 + ], + [ + "Cozy Bedroom in Williamsburg - 5 min from L train", + 70 + ], + [ + "Great private room in Sunnyside NYC 7 min Subway", + 90 + ], + [ + "Apartment minutes away from JFK, LGA, CitiField", + 64 + ], + [ + "Chateau Greenpoint Dog Lovers", + 40 + ], + [ + "⭐3 BR Sleep 8 A+ Location by Shops + Subway to NYC", + 300 + ], + [ + "Nice Room", + 55 + ], + [ + "Minimalist Loft Luxury in Soho", + 800 + ], + [ + "New york Multi-unit building", + 120 + ], + [ + "Studio Rm in Bklyn, Medical & Professionals ONLY", + 66 + ], + [ + "Private Sunny Room — Murray Hill NYC", + 100 + ], + [ + "Room for easy commute. Near train & essentials!", + 38 + ], + [ + "RE:GEN:CY", + 750 + ], + [ + "Dream East Village apartment.", + 225 + ], + [ + "Gorgeous Artists' loft ★ Prime location", + 99 + ], + [ + "Waterfront Apt, Private bed&bath in Williamsburg", + 110 + ], + [ + "Brand New Luxury Apartment, Tons of Outdoor Space", + 225 + ], + [ + "Bright 2- Room apartment in a house next to train.", + 41 + ], + [ + "Large one bedroom Apartment in Ditmas Park", + 120 + ], + [ + "Great value! Private room Queen size Couch bed", + 37 + ], + [ + "AC Hotel New York Downtown-7 Nights Min", + 179 + ], + [ + "5. Beautiful Clean room just 20mnts to Manhattan", + 75 + ], + [ + "Sunny Private Room near the Montrose L", + 63 + ], + [ + "7. Beautiful Clean room just 20mnts to Manhattan", + 65 + ], + [ + "Newly renovated private room w/ view! 5mins to N/R", + 55 + ], + [ + "New York roomers", + 67 + ], + [ + "Two-Story 2BR/2BA East Village Apartment!", + 255 + ], + [ + "8. Beautiful clean room 20mnts to Manhattan", + 65 + ], + [ + "Large Harlem 3 bed 2 bath", + 325 + ], + [ + "2BED Close UN Location full Kitchen Free Breakfast", + 389 + ], + [ + "The Artist's House & Roof Garden (part 2!)", + 40 + ], + [ + "Private room NYC near LGA JFK Manhattan centre", + 44 + ], + [ + "The Artist's House & Roof Garden (part 3!)", + 40 + ], + [ + "10BR 6 full Bath, 3 story, entire landmark house", + 785 + ], + [ + "Amazing Soho Apartment", + 285 + ], + [ + "Chelsea Cabin", + 200 + ], + [ + "Modern guest suite in historic home", + 75 + ], + [ + "XL Studio: great view, minutes from Times Square", + 230 + ], + [ + "Beautiful Full-size Studio in Classic Brownstone", + 80 + ], + [ + "Cozy private bedroom near Times Square 31C1", + 99 + ], + [ + "BP- STYLISH SHARED Room 2ppl 10 MINS TO MANHATTAN", + 30 + ], + [ + "Amazing sunny Williamsburg apt!", + 145 + ], + [ + "Sunny cozy 1 bedroom- Designer’s home", + 150 + ], + [ + "Celebrity Home 15 mins to jfk & lga", + 41 + ], + [ + "靠近机场交通方便明亮大房间#3", + 65 + ], + [ + "The Come On Inn", + 150 + ], + [ + "Modern Alcove Apartment", + 145 + ], + [ + "Huge Brooklyn Bedroom", + 50 + ], + [ + "Huge Artist’s Loft in Red Hook, Brooklyn", + 185 + ], + [ + "Beuty full bedroom Queens size bed", + 65 + ], + [ + "2 bedroom/1 bathroom next to Columbia University", + 150 + ], + [ + "NEW! New York City Apartment 7 min walk to Metro!", + 260 + ], + [ + "Prime New York Upper East Side 1 Bedroom Apartment", + 125 + ], + [ + "COZY STUDIO Upper West Side", + 199 + ], + [ + "Bronx Home 5 Minute walk from Yankee Stadium", + 45 + ], + [ + "Humble Abode - CLEAN, SAFE, AFFORDABLE.", + 37 + ], + [ + "Chelsea's best kept secret", + 500 + ], + [ + "Private Room 2", + 100 + ], + [ + "Private bedroom with great location", + 100 + ], + [ + "NY PRIVATE BEDROOM QUEEN BED BY 6 TRAIN NO CURFEW", + 42 + ], + [ + "LUNA 2BR SUITE by COLUMBIA-PRESBYTERIAN HOSP.", + 65 + ], + [ + "Great cosy Studio. Just perfect.", + 85 + ], + [ + "Akouaba", + 50 + ], + [ + "Midtown Manhattan - 3BR/1BA near Empire State", + 575 + ], + [ + "NYC Penthouse Private Bedroom & Balcony w/ Skyline", + 85 + ], + [ + "Affordable Large Bushwick Room with a View", + 60 + ], + [ + "Looking for low key, clean long term guest .", + 52 + ], + [ + "Spacious RM in Quiet Area near LGA & MNHTN express", + 50 + ], + [ + "DOORMAN/ GYM/ MODERN 2 BR ON EAST 52ND ST", + 385 + ], + [ + "Brand New Beautiful Home (25 min to Manhattan)", + 166 + ], + [ + "9.Clean Bed just 20 mnts to Manhattan", + 39 + ], + [ + "Modern & Hip 1 bed apt Manhattan", + 97 + ], + [ + "Spacious Brooklyn Oasis", + 200 + ], + [ + "Brownstone Garden Style Apt in Historic Bedstuy", + 155 + ], + [ + "Williamsburg Nest: Your Home Away From Home", + 220 + ], + [ + "Large sunny private queen bedroom - S Williamsburg", + 75 + ], + [ + "Designer 3 Bedroom Heart of Bushwick 15min to NYC", + 140 + ], + [ + "Cozy 2 Bedroom by the Park !", + 195 + ], + [ + "Authentic Brooklyn Brownstone - Garden Unit", + 125 + ], + [ + "Private room woodside close to all transportations", + 45 + ], + [ + "New York City 4 Room Suite at The Manhattan Club", + 425 + ], + [ + "Brand new Loft 2 blocks away from train w/ parking", + 90 + ], + [ + "Prime Location Private Room in a Williamsburg", + 95 + ], + [ + "Upper West Side, NYC. Near 72nd 1,2,3", + 100 + ], + [ + "Good place to stay NYC", + 100 + ], + [ + "Huge Private Suite-Style Bedroom by Prospect Park", + 50 + ], + [ + "Heights V", + 89 + ], + [ + "Brooklyn Tree House", + 400 + ], + [ + "Huge Soho Loft", + 403 + ], + [ + "2 Bdrm Central Park-Convenient, Clean, Near Metro", + 325 + ], + [ + "Cute Room", + 100 + ], + [ + "Luxury Apt with perfect location and views", + 135 + ], + [ + "Bronx Apartment College Ave", + 26 + ], + [ + "NYC Spacious 6 Br Victorian Home w/ parking", + 330 + ], + [ + "Clean + Cozy Room-Please Read All Details", + 200 + ], + [ + "Private 2 BR apartment near train", + 139 + ], + [ + "Comfortable, Queen Bedroom in East Williamsburg", + 50 + ], + [ + "Lovely Studio - Heart of Carroll Gardens, Brooklyn", + 125 + ], + [ + "Cozy 3 Bedroom in the heart of NYC", + 350 + ], + [ + "Cozy 2 Bedroom Apt w/ Patio & Hot Tub near Trains", + 175 + ], + [ + "Spacious Studio - 5 Mins from Times Square.", + 169 + ], + [ + "Great room in hip, but quiet Williamsburg, BKLYN.", + 130 + ], + [ + "Minimalist Oasis/ Condo", + 150 + ], + [ + "Luxury Studio & Private Patio - NYC in 20 minutes!", + 120 + ], + [ + "Williamsburg Brooklyn Apartment", + 150 + ], + [ + "Beautiful Brooklyn Brownstone in Prime Location", + 180 + ], + [ + "clean& airy in Brooklyn w/private bathroom and AC!", + 105 + ], + [ + "Cute Clean & Quaint , 40 minutes away from. City", + 63 + ], + [ + "2BR APT NEXT TO CENTRAL PARK & TIMES SQUARE", + 300 + ], + [ + "Large, brand new Williamsburg apt. w/ prvt outdoor", + 70 + ], + [ + "Colorful and central Gramercy apartment", + 250 + ], + [ + "The Spot", + 300 + ], + [ + "Art & Expression Inn", + 43 + ], + [ + "Cozy Room", + 40 + ], + [ + "SPECTACULAR 2br high floor (Website hidden by Airbnb) view", + 471 + ], + [ + "Gem", + 40 + ], + [ + "New york Multi-unit building", + 50 + ], + [ + "EXCELLENT location 2min 7 line 61st Express train", + 47 + ], + [ + "NYC Townhouse & Private Roof Deck", + 1000 + ], + [ + "Adorable Polly Pocket-Sized Prospect Heights Space", + 94 + ], + [ + "La Casa Azul - Paradise in Brooklyn!!", + 750 + ], + [ + "纽约单一家庭住宅", + 69 + ], + [ + "Spacious & Bright 1 Bedroom Refuge in the Big City", + 150 + ], + [ + "Sun-drenched Executive Suite 1", + 80 + ], + [ + "#2BED Luxury Midtown Full Kitchen, Comp Breakfast", + 399 + ], + [ + "Central Harlem Home", + 95 + ], + [ + "Cozy Loft Studio with Skylight!", + 52 + ], + [ + "Sweet studio in the heart of Nolita", + 150 + ], + [ + "Angels Haven", + 65 + ], + [ + "Budget cave!", + 60 + ], + [ + "Spacious room with huge bay window & natural light", + 55 + ], + [ + "Cosy small room 15 mins away from Manhattan", + 49 + ], + [ + "Sonder | 21 Chelsea | Sophisticated 2BR + Rooftop", + 377 + ], + [ + "Sonder | 21 Chelsea | Lively 1BR + Rooftop", + 249 + ], + [ + "Private room in Airy Harlem Penthouse", + 100 + ], + [ + "Fab & huge room in historic bedstuy brownstone", + 60 + ], + [ + "Serene Spacious and Sun lit Master 5 mins to metro", + 59 + ], + [ + "Affordable private queen room in Fresh Meadows", + 65 + ], + [ + "Sunny room W/ Private bathroom -North Williamsburg", + 120 + ], + [ + "Modern, clean, NEW apt 1 block from train!", + 45 + ], + [ + "Bright Room w own Bathroom & Views. Central Park.", + 150 + ], + [ + "Shared place by Theater district in Manhattan west", + 90 + ], + [ + "Cozy apartment separated bedroom - Near Manhattan", + 140 + ], + [ + "Cosy home in Bushwick..25 minutes into Manhattan!", + 50 + ], + [ + "Small, Cozy room in Central Harlem neighborhood", + 70 + ], + [ + "Good 2-bedroom in Bushwick!", + 90 + ], + [ + "Theatre District Apartment", + 125 + ], + [ + "Rock Rock Rockaway Beach House", + 150 + ], + [ + "New York Apartment", + 150 + ], + [ + "New York - Private room, perfect location", + 98 + ], + [ + "Clean and private room in Murray Hill", + 120 + ], + [ + "Brand new uber-clean minimalist Bushwick 1BR", + 100 + ], + [ + "Spacious Modern Brooklyn Studio", + 110 + ], + [ + "Stylish, convenient, renovated- 2 min to subway -", + 250 + ], + [ + "1Ample room for groups in bushwick", + 65 + ], + [ + "1Brooklyn budget room in bushwick", + 65 + ], + [ + "1Cosy room for solo/couple in bushwick", + 50 + ], + [ + "1Dynamic private room in bushwick", + 65 + ], + [ + "Private room+bathroom Only 20mins to Midtown NYC!", + 35 + ], + [ + "Central & Cozy Brooklyn Home", + 160 + ], + [ + "Bronx House #4_3", + 65 + ], + [ + "Harlem Heights Suite", + 200 + ], + [ + "Guest Studio at Stella's place", + 60 + ], + [ + "Sunny Private bedroom in prime Greenpoint", + 53 + ], + [ + "Sunnyside RM. Reasonable price. Great for commute!", + 38 + ], + [ + "Writer's nook in the center of Greenpoint !!!", + 99 + ], + [ + "Rooftop Vibes for small events", + 149 + ], + [ + "Peace and quiet in the center of it all", + 140 + ], + [ + "Private Studio, 5 minutes from JFK", + 65 + ], + [ + "Bright, spacious 2BR in classic brownstone", + 110 + ], + [ + "Fabulous Bed-Stuy Brownstone Garden Apartment", + 140 + ], + [ + "Cozy Private Home Space in Gorgeous Neighborhood", + 175 + ], + [ + "Elegant, Loft-like 1BR in a historic brownstone", + 115 + ], + [ + "Art gallery apartment in the center of Manhattan", + 199 + ], + [ + "Upper East Cozy Apt", + 60 + ], + [ + "Cozy bedroom available in best area of Brooklyn!", + 50 + ], + [ + "Lovely Room in the heart of the East Village", + 78 + ], + [ + "Brooklyn Hot Spot with all the Fixins!", + 70 + ], + [ + "Large apartment walking distance to Williamsburg", + 120 + ], + [ + "Private room in 2 bdrm apt. Near Gateway Ctr. Mall", + 125 + ], + [ + "Private Bedroom in Queens at St. John's University", + 35 + ], + [ + "Private Studio near LaGuardia Airport and Mahattan", + 54 + ], + [ + "Stay in my spacious, clean and quiet abode.", + 175 + ], + [ + "New York City Apartment", + 500 + ], + [ + "CAMAS PARA MUJERES VIAJERAS EN QUEENS,(Only Women)", + 25 + ], + [ + "SALA/CAMA PARA MUJERES VIAJERAS (WOMEN ONLY)", + 26 + ], + [ + "Cozy studio near the beach and St. John’s hospital", + 63 + ], + [ + "Wonderful and bright 1BR steps from Central Park", + 127 + ], + [ + "Amazing 2Bed apt in Union Square", + 300 + ], + [ + "Sonder | Madison Ave | Sophisticated Studio + Gym", + 225 + ], + [ + "Sonder | Madison Ave | Convenient Studio + Gym", + 209 + ], + [ + "6MinTrainMasterRoom/MaimonidesLutheranIndustryCity", + 60 + ], + [ + "Martha's Guest Room", + 47 + ], + [ + "Gorgeous 1 Bedroom on the Park", + 195 + ], + [ + "Bedroom Apartment in the Heart of Manhattan", + 355 + ], + [ + "Affordable Couch-Surfing, Near All", + 70 + ], + [ + "Bedroom 7 bed A.", + 39 + ], + [ + "Renovated Dining(2019) 5min to 74st Express subway", + 35 + ], + [ + "Bedroom 7 Bed B", + 39 + ], + [ + "Sonder | Madison Ave | Spacious Studio + Gym", + 237 + ], + [ + "South Bronx Oasis - Stunning 1 Bedroom Apartment", + 90 + ], + [ + "Sonder | Madison Ave | Simple Studio + Gym", + 254 + ], + [ + "Bedroom 7 Bed C", + 39 + ], + [ + "Bedroom 7 Bed D", + 39 + ], + [ + "Chic modern studio", + 165 + ], + [ + "Beautiful Bedroom in a brand new apartment! 3L-1", + 45 + ], + [ + "20 mins from Manhattan. 10 mins frm S.I. ferry.", + 200 + ], + [ + "Sun Filled Oasis", + 80 + ], + [ + "Nice Clean Official Cozy Suite 2 In Brooklyn", + 65 + ], + [ + "Cozy Room in Steinway st. with a firescape view!", + 70 + ], + [ + "Jazz, Harlem, Home :)", + 53 + ], + [ + "Apt in Bronx near 6 train 20 min Manhattan or LGA.", + 87 + ], + [ + "6MinTrainLivingRoomMaimonidesLutheranIndustryCity", + 50 + ], + [ + "6MinTrainBackRoom/Maimonides-Lutheran industryCity", + 55 + ], + [ + "Artist's nest, in the heart of the East Village", + 240 + ], + [ + "Private bedroom in 4 bedroom apt. in Tribeca", + 120 + ], + [ + "GREAT 3 BR Home Mins. From Manhattan !!!!!!!", + 225 + ], + [ + "^^SWEET DEAL in NYC^", + 89 + ], + [ + "Newly Remodeled Room !!! downtown brooklyn", + 65 + ], + [ + "Near A/C/L/3 trains! Two comfy beds, good vibes.", + 75 + ], + [ + "Sunny penthouse studio in Brooklyn", + 108 + ], + [ + "Cozy Room near Manhattan NYC", + 75 + ], + [ + "Times Square True NY Style Home With All Cultures!", + 150 + ], + [ + "Astoria Couples RM w/ Lovely Furniture. Own bath.", + 60 + ], + [ + "A quiet and spacious haven in the Lower East Side", + 150 + ], + [ + "Brooklyn Apartment 2", + 89 + ], + [ + "Williamsburg Home with a View", + 180 + ], + [ + "Entire 2 Bedroom Apartment — Murray Hill NYC", + 250 + ], + [ + "Lovely RM in Astoria with great location.", + 51 + ], + [ + "3rd FL Private 2BR apartment with dinning room", + 139 + ], + [ + "Beautiful Garden Apt in Prime Bushwick", + 89 + ], + [ + "Beautiful garden apartment", + 70 + ], + [ + "Brooklyn Studio Apartment", + 99 + ], + [ + "Room with Amazing View in Manhattan!", + 150 + ], + [ + "Fabulous West Village Modern Luxury", + 400 + ], + [ + "Clinton Hill Heavenly Haven - shared", + 69 + ], + [ + "Room with a View, Next to Times Square!", + 145 + ], + [ + "Room 3 (4R)", + 53 + ], + [ + "Spacious Room in Upper Manhattan", + 55 + ], + [ + "Cute & Cozy Studio in the BEST part of BK", + 99 + ], + [ + "Luxury Apartment/ Wall Street", + 209 + ], + [ + "Airy Brooklyn Artist's Loft", + 280 + ], + [ + "Heart of Astoria", + 55 + ], + [ + "TOWN HOME ONE", + 69 + ], + [ + "Cozy BX Corner", + 47 + ], + [ + "Cozy/Clean/ Private Bedroom in Uptown Manhattan.", + 65 + ], + [ + "Private furnished bedroom in Williamsburg", + 65 + ], + [ + "Excellent Loc best value Midtown studio/nearMacy’s", + 108 + ], + [ + "Waterfront condo with swimming pool", + 70 + ], + [ + "Home of the artists", + 60 + ], + [ + "Astoria Queens. A Perfect Room to Stay in 3BR2BA", + 45 + ], + [ + "Home For Medical Professionals - \"The Tesla\"", + 57 + ], + [ + "Large bedroom in Sunny 2-Bed, 1-Bath", + 70 + ], + [ + "Warm Duplex Townhouse", + 500 + ], + [ + "Williamsburg 1 Private Queen Bedroom and Bathroom", + 95 + ], + [ + "Celebrity Home Artistic Master Bdrm", + 41 + ], + [ + "UWS 1 bedroom near everything", + 300 + ], + [ + "Charming and spacious duplex in classic brownstone", + 140 + ], + [ + "Perfectly located UWS - Cool Clean studio", + 145 + ], + [ + "Gorgeous Bedroom in the heart of Bushwick Him-2L-1", + 55 + ], + [ + "Spacious/comfortable/detailed/eclectic apartment", + 95 + ], + [ + "Spacious Private Bedroom in the heart of Bushwick!", + 50 + ], + [ + "Private bedroom in prime Bushwick! Near Trains!!!", + 55 + ], + [ + "Gorgeous Bedroom in the heart of Bushwick Him-2R-3", + 55 + ], + [ + "Gorgeous Bedroom in the heart of Bushwick Him-3R-3", + 50 + ], + [ + "Gorgeous Bedroom in the heart of Bushwick Him-2R-1", + 55 + ], + [ + "Incredible Brookly Room!", + 60 + ], + [ + "Gorgeous Bedroom in the heart of Bushwick Him-3R-1", + 50 + ], + [ + "Gorgeous Bedroom in the heart of Bushwick Him-2R-2", + 55 + ], + [ + "Gorgeous Bedroom in the heart of Bushwick Him-3R-2", + 50 + ], + [ + "Gorgeous Bedroom in the heart of Bushwick Him-3R-4", + 50 + ], + [ + "Large Room in Manhattan Steps to Subway", + 59 + ], + [ + "WILLIAMSBURG LUXURY BUILDING (BEST LOCATION)", + 200 + ], + [ + "Cozy loft private bathroom", + 85 + ], + [ + "Large Cozy Bedroom 10 mins from Times Sq. 33C3", + 120 + ], + [ + "A Good Night Sleep", + 39 + ], + [ + "Private Room in Authentic Luxury Loft", + 65 + ], + [ + "Lola’s Haven", + 80 + ], + [ + "Brooklyn House at 443 Linden Room 1", + 46 + ], + [ + "Lefferts Garden! Real Brooklyn flavor!", + 80 + ], + [ + "Cozy Room in the Center of Manhattan!", + 135 + ], + [ + "Home For Medical Professionals - \"The Abducens\"", + 57 + ], + [ + "X 20-203", + 26 + ], + [ + "Best Location x Sparkling Clean x Private Studio", + 170 + ], + [ + "Home For Medical Professionals - \"The Xenon\"", + 53 + ], + [ + "Cozy Bedroom with Private Bath", + 55 + ], + [ + "The Groundhog Inn. Entire Apt Near Subway Vegan", + 105 + ], + [ + "Spacious clean private bedroom", + 95 + ], + [ + "Cozy Room With Big Comfortable Bed!", + 95 + ], + [ + "Brooklyn House", + 40 + ], + [ + "Clinton Hill/Bedstuy Brooklyn stylish and artsy", + 100 + ], + [ + "Private room in Bushwick Brooklyn", + 60 + ], + [ + "Sweet Tribeca Studio w/ Great views + Indoor pool by Blueground", + 282 + ], + [ + "Studio Apartment with Bridge and River Views", + 135 + ], + [ + "Upper west side room", + 200 + ], + [ + "Huge 1 BR APT in Heart of Astoria", + 95 + ], + [ + "Brooklyn Heart", + 110 + ], + [ + "Spacious Cozy Private Room close to Central Park", + 90 + ], + [ + "En-suite room with PRIVATE bathroom", + 53 + ], + [ + "420 friendly rm,lots of sunlight great for couples", + 85 + ], + [ + "One bedroom, with huge backyard for personal space", + 100 + ], + [ + "Luxury Affordable comfort in the Bronx-Suite 3!", + 65 + ], + [ + "Pvt 1 full bed 10 min from JFK, close to Manhattan", + 55 + ], + [ + "Private One Bedroom Apartment", + 85 + ], + [ + "Traveler's Rest", + 200 + ], + [ + "Greenpoint 2BR", + 225 + ], + [ + "Luxury apartment. ONE STOP from midtown MANHATTAN!", + 95 + ], + [ + "Exclusive Modern Penthouse Apartment", + 175 + ], + [ + "Spacious and clean 1BR apt. in Uptown Manhattan", + 189 + ], + [ + "Home For Medical Professionals - \"The Fossa\"", + 53 + ], + [ + "Home For Medical Professionals - \"The Gamma\"", + 57 + ], + [ + "Home For Medical Professionals - \"The Kinetic\"", + 57 + ], + [ + "Brooklyn Home", + 80 + ], + [ + "Midtown West, very cozy place with your own room, prime location.", + 97 + ], + [ + "Multi unit building , cozy room. Ny", + 79 + ], + [ + "Huge bedroom with private half bath prime location", + 80 + ], + [ + "Harlem apartment", + 39 + ], + [ + "East Village Cottage Life", + 85 + ], + [ + "Private Open Space", + 50 + ], + [ + "San Carlos Hotel Deluxe Room- up to 3", + 330 + ], + [ + "Simple Spacious RM near Queens Center Mall & NYPD", + 37 + ], + [ + "TRIBECA/SOHO 2 BEDROOM LUXURY LOFT", + 799 + ], + [ + "Cozy Loft Apartment - Convenient Location!", + 150 + ], + [ + "Bright & Peaceful Brooklyn Abode!", + 195 + ], + [ + "Home away from home", + 50 + ], + [ + "PRIVATE BATH • AC • Yard • Historic Brownstone", + 100 + ], + [ + "Modern East Village Apartment off Bowery", + 140 + ], + [ + "One bed room apartment", + 275 + ], + [ + "Beautiful house with a beautiful room and more", + 85 + ], + [ + "BP DORM STYLE SHARED ROOM, BIG BEAUTIFUL HOME+WIFI", + 31 + ], + [ + "Brooklyn Sunny room 5 min to subway", + 99 + ], + [ + "Crash pad", + 117 + ], + [ + "Bright and Spacious Loft in Brooklyn", + 160 + ], + [ + "Charming Shared Place in East Manhattan", + 65 + ], + [ + "Beautiful Apartment in West Village", + 295 + ], + [ + "Quite place by the park", + 105 + ], + [ + "Brooklyn Carriage House", + 225 + ], + [ + "NEAR 5th AVE RENOVATED STUDIO IN BROOKLYN", + 245 + ], + [ + "Lovely, Spacious Cottage in Ditmas Park", + 185 + ], + [ + "Quintessential Tribeca Loft", + 295 + ], + [ + "Clean, quiet space in Upper East Side", + 75 + ], + [ + "Cozy 4BDR Unit in Greenpoint mins to Manhattan", + 480 + ], + [ + "Comfortable and Bright 1 Bedroom Apartment", + 190 + ], + [ + "New York Chelsea Apartment", + 225 + ], + [ + "Cosy Williamsburg Apartment in Brooklyn New York", + 325 + ], + [ + "Spacious private room in the heart of Bed-Stuy", + 59 + ], + [ + "Brand New Modern 1+2 Apt", + 250 + ], + [ + "Modern Luxury Apartment with Washer & Dryer", + 139 + ], + [ + "Cozy 1 Bedroom Apt in Hamilton Heights", + 96 + ], + [ + "Bright room - Williamsburg Lorimer Stop L train!", + 60 + ], + [ + "Gorgeous Harlem loft w/15 ft ceilings, sleeps 10", + 300 + ], + [ + "Modem 2 bedroom in Times sq for 5ppl", + 325 + ], + [ + "Beautiful NYC loft 10min walk from Central Park", + 100 + ], + [ + "Luxury Oasis in SoHo", + 355 + ], + [ + "4th Floor en-suite Bath Room", + 60 + ], + [ + "Brand New Renovated Shared Room In Manhattan", + 65 + ], + [ + "Arverne Bayside", + 100 + ], + [ + "Chic, light-filled Sugar Hill 1 bedroom", + 99 + ], + [ + "Cozy Renovated New Apt with Private Bathroom", + 65 + ], + [ + "Enjoyable Newly Renovated Private Room", + 58 + ], + [ + "Clean, Cozy & Charming Shared Room in Manhattan", + 75 + ], + [ + "Awesome 1BR in 2 room located in heart of Bushwick", + 40 + ], + [ + "Cozy Room in Brooklyn- Sunset Park", + 50 + ], + [ + "2-BR Apt 25min from TIMES SQUARE, Near Shops!", + 50 + ], + [ + "Alcove Studio 10 mins walk to Times Square", + 300 + ], + [ + "Private Room in Brooklyn", + 80 + ], + [ + "Sun-filled Apartment in Great Location", + 91 + ], + [ + "NYC Chelsea", + 140 + ], + [ + "New York Apt -Subway 5 min & Supermarket 1 min", + 199 + ], + [ + "Huge Sunny Private Bedroom & Private Bathroom - BK", + 43 + ], + [ + "New York City Private one bedroom and shared bath", + 60 + ], + [ + "Astoria escape", + 200 + ], + [ + "TJ Room", + 50 + ], + [ + "Large quiet private studio in East Harlem", + 75 + ], + [ + "SoHo 1BR Apartment", + 150 + ], + [ + "Great one bedroom studio", + 99 + ], + [ + "Cozy Happy Place in Brooklyn 1 block from Subway", + 90 + ], + [ + "Queen Sized Bdrm in Historic Harlem (Townhouse)", + 62 + ], + [ + "New york Multi-unit building", + 55 + ], + [ + "Private room! nice apartment near yankee stadium", + 35 + ], + [ + "Gorgeous Spacious Duplex Apartment in Brooklyn", + 105 + ], + [ + "Cozy, lux studio in prime NYC with amazing view", + 175 + ], + [ + "5min walk to L train - Free WiFi & Cleaning", + 38 + ], + [ + "Cute private room in the heart of Soho", + 100 + ], + [ + "Cozy Brooklyn 2 Bedroom for your BUDGET!", + 76 + ], + [ + "Elegant 2bdrm home in Midtown!", + 299 + ], + [ + "Industrial apartment in the heart of Bushwick", + 150 + ], + [ + "Cute apartment in Long Island City", + 80 + ], + [ + "Gorgeous Cozy Brooklyn apartment suite", + 25 + ], + [ + "PRIVATE BEDROOM and BATHROOM crown heights Aprtmnt", + 80 + ], + [ + "Beautiful Studio Apartment in East Harlem", + 59 + ], + [ + "Luxury 2 beds with 2 full baths and skyline view", + 250 + ], + [ + "Big Room/Basement on three bedroom apt", + 100 + ], + [ + "Artist tenement apartment in NOLITA/Little Italy", + 115 + ], + [ + "A Sunny Room w/Private Bath. 20 m to Mnhttn", + 70 + ], + [ + "3Bedroom+1.5bath Loft apartment", + 500 + ], + [ + "Brooklyn House at 443 linden Bedroom 2", + 46 + ], + [ + "BRIGHT! Huge,Beautiful&Quiet Fort Greene (BK) Apt", + 145 + ], + [ + "2 bedrooms available• private garden • 2/5 train", + 80 + ], + [ + "Spacious & Sunny Brooklyn Home", + 65 + ], + [ + "Encuentra la tranquilidad ideal", + 40 + ], + [ + "*PRIVATE* Loft 5 minutes away from LaGuardia", + 72 + ], + [ + "Brooklyn House at 443 Linden - Room 5", + 100 + ], + [ + "Beautiful and Convenient Location in Lower NYC", + 185 + ], + [ + "Large 2BED UN Location Full Kitchen Free Breakfast", + 370 + ], + [ + "Brooklyn House at 443 Linden Room 3", + 60 + ], + [ + "Brooklyn House at 443 linden Bedroom 4", + 70 + ], + [ + "1Cozy bedsty room", + 53 + ], + [ + "Bed stuy duplex close to train", + 110 + ], + [ + "1Delightful room in bedsty", + 53 + ], + [ + "HUGE 3 BDR Apt & 2 Baths ✴EAST VILLAGE✴", + 59 + ], + [ + "East Village - Two twin beds", + 79 + ], + [ + "2 bedroom Corner unit overlooking the park", + 150 + ], + [ + "Lovely, bright 2BR Apt in Crown Heights", + 200 + ], + [ + "Cozy Chic Bedroom in the Heart of West Village", + 125 + ], + [ + "Modern renovated Loft in the Heart of Williamsburg", + 200 + ], + [ + "Modern Manhattan Brownstone -1 Block to Subway", + 200 + ], + [ + "Art Filled Private Room", + 60 + ], + [ + "Micro-Studio in Hells Kitchen, Shared Bath", + 69 + ], + [ + "Just Peachy: East Village. Come home already!", + 125 + ], + [ + "Private room in Williamsburg loft", + 70 + ], + [ + "Downtown in NOHO a block from broome street.", + 100 + ], + [ + "Exceptionally Cute, Cozy East Village Unit", + 359 + ], + [ + "Spacious Comfy livingroom Lounge spot in BronxHome", + 40 + ], + [ + "New York House", + 175 + ], + [ + "Warm little oasis in Brooklyn with Full size bed", + 30 + ], + [ + "Street-view room near Union Square, Greenwich Vilg", + 120 + ], + [ + "Charming Mid Century One Bedroom", + 95 + ], + [ + "Tranquil East Village 1 Bedroom", + 125 + ], + [ + "Quaint West Village Hideaway", + 225 + ], + [ + "Charming Bk Crash Pad, relax & unwind with ease", + 57 + ], + [ + "THE CREATIVE CAVE BY CONEY ISLAND", + 37 + ], + [ + "Amazing Studio in the heart of East Village", + 150 + ], + [ + "Sweet, Small Brooklyn Room!", + 36 + ], + [ + "Cozy Spacious Studio 15 mins -Time Square", + 115 + ], + [ + "Located in the perfect neighborhood of NYC a gem", + 350 + ], + [ + "“For Heaven Cakes”", + 75 + ], + [ + "The Best apartment in NYC for the Best guest!", + 155 + ], + [ + "NYC Apartment - Upper East Side True 1 Bedroom", + 149 + ], + [ + "Spacious Room in a Historic, Beautiful Apartment", + 90 + ], + [ + "Bright Room 20-203", + 29 + ], + [ + "HUGE SPACE, HEART OF BROOKLYN, 1 BLOCK FROM SUBWAY", + 200 + ], + [ + "Bright two bedroom apartment in Soho", + 275 + ], + [ + "Beautiful Brooklyn Brownstone Entire Parlor Floor.", + 130 + ], + [ + "Bronx Apartment", + 90 + ], + [ + "Charming and cozy one-bedroom on Upper West Side", + 140 + ], + [ + "Good location in queen\nNear by subway (3 block)", + 45 + ], + [ + "New York Apartment / HIDDEN GEM ROSEDALE LLC", + 80 + ], + [ + "Harlem Oasis", + 110 + ], + [ + "Sunny one bedroom renovated apartment", + 68 + ], + [ + "Luxury Brownstone living in the heart of Brooklyn", + 275 + ], + [ + "Studio w/ great location in the heart of Brooklyn!", + 90 + ], + [ + "Charming 2 Bedroom Apartment in Ideal Location", + 250 + ], + [ + "Cozy MasterBed Room Suite w/Jacuzzi Tub", + 60 + ], + [ + "Beautiful Cozy Studio Apartment", + 89 + ], + [ + "Pretty and cozy 2BR apartment in Chelsea", + 288 + ], + [ + "Beautiful Duplex & Private Terrace in Williamsburg", + 70 + ], + [ + "Times Square Prime Two Bedroom Near Port Authority", + 159 + ], + [ + "A place to stay", + 60 + ], + [ + "Cozy room by South Seaport", + 100 + ], + [ + "New York City Private bedroom and shared bath", + 60 + ], + [ + "Luxury Townhome in the heart of Brooklyn", + 99 + ], + [ + "The Brooklyn Blue House 3", + 59 + ], + [ + "Modern Luxury Spacious Suite 15min from Manhattan", + 119 + ], + [ + "Dumbo paradise", + 89 + ], + [ + "Colorful East Village 1BR, Gym, Doorman, Rooftop by Blueground", + 314 + ], + [ + "Cozy room in historic Brooklyn walk-up", + 60 + ], + [ + "Charming One Bedroom in Washington Heights", + 66 + ], + [ + "FiDi 1 Bedroom w/Huge Gym in Luxury Building", + 175 + ], + [ + "Chic Brooklyn Artist Loft w/ Stunning Views", + 150 + ], + [ + "Gorgeous, Prime West Village Apt!", + 310 + ], + [ + "Spacious room in a huge house, East williamsburg", + 70 + ], + [ + "Business Travelers/2 bedrooms", + 109 + ], + [ + "3 Bedroom Penthouse in FiDi NYC", + 300 + ], + [ + "shared room in east harlem", + 65 + ], + [ + "Comfort and Charm in Harlem with a View!!!", + 83 + ], + [ + "Harlem Gem", + 200 + ], + [ + "Williamsburg Private Room, 15 Mins. to Manhattan!", + 90 + ], + [ + "Large 2BED Midtown Full Kitchen and Free Breakfast", + 380 + ], + [ + "Beautiful bright room in Soho", + 175 + ], + [ + "LUXURY 3BR/2 Bath Home 10 minutes to JFK & Casino", + 46 + ], + [ + "Spacious Room in well Loved East Williamsburg Home", + 50 + ], + [ + "JCI Cozy 2 bedroom Apt. in Brownstone near trains", + 200 + ], + [ + "Beuty full bedroom", + 31 + ], + [ + "PLG Brooklyn Apartment private bedroom+bathroom", + 59 + ], + [ + "Large Studio Apartment in Historic Brownstone", + 180 + ], + [ + "Convenient stay", + 240 + ], + [ + "New Yorker first option to all Malls n restaurant", + 75 + ], + [ + "Light-filled studio in East Williamsburg", + 160 + ], + [ + "Bedroom Walking Distance to Central Park", + 72 + ], + [ + "Chic Modern Minimalism | Private Luxury Space", + 72 + ], + [ + "Fully furnished lxury 2 BR with outdoor space (2E)", + 210 + ], + [ + "Prolonged Traveler's Dream (a month first & more)", + 40 + ], + [ + "A+ Chelsea_global inspired location. Large room", + 175 + ], + [ + "GREENPOINT LOVE", + 180 + ], + [ + "Spacious Private Room in the heart of Harlem", + 70 + ], + [ + "2 BEDS - ROOF DECK+ LAUNDRY- CLOSE TO METRO!", + 105 + ], + [ + "DaDukes Xtra", + 95 + ], + [ + "NEW Lofty 1bedroom UpperEast Side", + 235 + ], + [ + "PRIVATE ROOM in 2bdr, 2bth NEW YORK Brighton Beach", + 69 + ], + [ + "5 min from Manhattan, Williamsburg new building!", + 70 + ], + [ + "Charming Studio view of NYC", + 75 + ], + [ + "E.Village Private bdrm with Private Entrance for 4", + 139 + ], + [ + "Beautiful Apartment in Ideal Manhattan Location", + 75 + ], + [ + "15min:Manhattan 5 subway line takes you everywhere", + 41 + ], + [ + "New & Clean 2 bedrooms Garden Home", + 120 + ], + [ + "400sqft HUGEroom 2min expresstrain & 1min LIRR", + 55 + ], + [ + "4 min subway. 2beds 3people private room&bothroom", + 88 + ], + [ + "4min subway.free parking big private room温馨漂亮大睡房", + 78 + ], + [ + "2min bus 4 min subway.9min JFK private room干净舒适花园房", + 58 + ], + [ + "Large charming space in the heart of the E Village", + 85 + ], + [ + "Sunny private room close to the city center 41D1", + 150 + ], + [ + "SUNNY ROOM WITH SKYLIGHT + 2 BEDS", + 67 + ], + [ + "LUXURY BEDROOM # 2. Ten mins from JFK/Casino", + 51 + ], + [ + "Sunlight, comfort, & Brooklyn charm near the Park", + 99 + ], + [ + "A HIDDEN GEM W/ QUEEN BED & COUCHES 20 MINS TO NYC", + 99 + ], + [ + "Newly built Apt in 2015, 3min to Subway", + 32 + ], + [ + "LUXURY BEDROOM # 3. Ten mins from JFK/Casino", + 35 + ], + [ + "Master Suite w/Private Bath & Balcony", + 75 + ], + [ + "peaceful third floor Fort Greene treetop retreat", + 175 + ], + [ + "Bensonhurst", + 62 + ], + [ + "Small Reasonable stay in NYC 3min Subway Grand Ave", + 29 + ], + [ + "Perfect Studio, Private Garden, Ideal Location!", + 150 + ], + [ + "Modern 1 Bedroom In Vibrant BK Neighborhood", + 90 + ], + [ + "Welcome to Paradise", + 55 + ], + [ + "Charming NYC Guest Suite (Loft Room)", + 150 + ], + [ + "❤️ Private Studio+Bath+Balcony, 15 mins to City", + 90 + ], + [ + "Private room in large, central Nolita penthouse!", + 140 + ], + [ + "Artistic house with murals", + 65 + ], + [ + "Cozy Artist Room", + 57 + ], + [ + "LUXURY PRIVATE BEDROOM & Bath Mins from JFK", + 50 + ], + [ + "Charming redbrick Bronx Villa", + 299 + ], + [ + "NYC Hideaway spacious Garden apartment", + 125 + ], + [ + "Charming Times Square Midtown One Bedroom!", + 85 + ], + [ + "Parisian style 1 bedroom in the Heart of UES!!!", + 80 + ], + [ + "Cozy BK Apt -Roof & Balcony- 5 star host reviews!", + 180 + ], + [ + "Full parlor floor in a Brooklyn brownstone", + 65 + ], + [ + "6 Guests LUXURIOUS MANHATTAN Condo With ROOFTOP!!!", + 270 + ], + [ + "King Hotel Room at Wyndham Midtown 45 Resort", + 175 + ], + [ + "LOVE Best City Views: Luxury & Location 2BD/2BT", + 359 + ], + [ + "Luxury STUDIO w/FREE GYM by Prospect Park!", + 100 + ], + [ + "✦Luxury Upper East Side Studio Apartment✦", + 275 + ], + [ + "Private Room in Little Italy/Chinatown, Manhattan", + 185 + ], + [ + "Attractive private room by South Seaport", + 119 + ], + [ + "Cozy nook in Bronx 5 mins from Botanical Gardens!", + 90 + ], + [ + "Prime area in Chinatown and Little Italy", + 160 + ], + [ + "Family and Friendly Room", + 60 + ], + [ + "Bushwick modern luxury: 2 bed 2 bath apartment", + 149 + ], + [ + "Cozy 3-People Room Close to Subway", + 57 + ], + [ + "Ultra Plush Large Private cozy cottage Bedroom", + 39 + ], + [ + "Small room for 1 Person-Best Value", + 50 + ], + [ + "Walk in Basement Room with Window", + 55 + ], + [ + "Basement Room with Window", + 48 + ], + [ + "B1. Shared room for 4 guests", + 30 + ], + [ + "Nice Couple in A Walk in Basement with Window", + 50 + ], + [ + "Private Room with a Twin Bed", + 45 + ], + [ + "living room space but with curtain for privacy", + 35 + ], + [ + "B2. Shared room for 4-5 guests", + 30 + ], + [ + "Charming West Chelsea Studio Loft", + 195 + ], + [ + "G1. Private room. For 2 guests", + 40 + ], + [ + "Lovely New Private Bathroom Room", + 60 + ], + [ + "3-P Room/Private Bath/Walk to Subway--Best Value", + 60 + ], + [ + "G1. Private room for 2 guest.", + 35 + ], + [ + "BEAUTIFUL LUXURY 2BDR APARTMENT ON PARK AVE", + 249 + ], + [ + "Super charming and cozy one bedroom apartment.", + 120 + ], + [ + "Gentleman's Quarters #2", + 35 + ], + [ + "Gentleman's Quarters", + 35 + ], + [ + "AMAZING LUXURY 1 BEDROOM NEAR TIMES SQUARE/MIDTOWN", + 151 + ], + [ + "Spacious Sunny EV Studio Perfect 4 Business/Travel", + 478 + ], + [ + "Cosy Room in Chinatown. Near Canal St.", + 110 + ], + [ + "new ARTIST ROOM IN EAST VILLAGE NYC .", + 85 + ], + [ + "Private Bedroom on UES with amazing terrace", + 250 + ], + [ + "Wyndham Midtown 45", + 350 + ], + [ + "STYLISH OPEN-PLAN LOFT IN BUSHWICK APARTMENT.", + 200 + ], + [ + "Spacious studio apartment on ideal LES block", + 250 + ], + [ + "One Bedroom Apt with a pool & a gym in the bldg", + 285 + ], + [ + "Private Bedroom&Bathroom w Breakfast in Manhattan", + 200 + ], + [ + "Victorian Studio Bedroom Suite in Brooklyn", + 100 + ], + [ + "Designer Apartment in Harlem", + 80 + ], + [ + "Great Access! Close to station/5line u can use!", + 35 + ], + [ + "Modern Luxury Condo with a Sunny Patio", + 220 + ], + [ + "Cozy Private Room in Uptown Manahattan", + 57 + ], + [ + "❤️ 2 Beds Option@Bushwick, 15 mins to Manhattan", + 70 + ], + [ + "❤️ Welcome to the Chelsea Charmer❤️", + 299 + ], + [ + "SUMMER SPECIAL! Spacious Harlem Condo", + 145 + ], + [ + "City Island studio apartment retreat", + 84 + ], + [ + "Brand New Apartment in Williamsburg!", + 70 + ], + [ + "Master Roon In NICe Aparment", + 55 + ], + [ + "Traveler Friendly Brooklyn Apartment w Backyard!!!", + 99 + ], + [ + "Modern, Well-Appointed Room in NYC!", + 48 + ], + [ + "3 bdrm, 2 bth duplex -20 mins to midtown -32B", + 80 + ], + [ + "Brooklyn Style - with a Balcony!!!", + 45 + ], + [ + "Tiny Home", + 69 + ], + [ + "Just Like Home!", + 50 + ], + [ + "Comfortable house in Dyker Hight New York", + 150 + ], + [ + "Home Away from Home: The Restorative Room", + 73 + ], + [ + "Bed room close to NYC⬆︎ with lots of sun light☀️", + 40 + ], + [ + "Ozone Park Studio", + 60 + ], + [ + "Cozy private room in spacious Brooklyn Apartment", + 50 + ], + [ + "Penthouse Suite at the Manhattan Club, NYC", + 450 + ], + [ + "One Bed Room with a share living and kitchen apt", + 100 + ], + [ + "Crown Heights Nice", + 100 + ], + [ + "NEW- Spacious & Bright Brooklyn 1 Bed", + 160 + ], + [ + "Lovely Private Garden Apt!", + 110 + ], + [ + "Private room in full floor Soho Loft", + 249 + ], + [ + "Cozy 1BR Apartment in Heart of LES", + 150 + ], + [ + "Huge beedroom close to Cent. Park and Times Square", + 150 + ], + [ + "Cosy room on the ocean beach.", + 50 + ], + [ + "Lower Manhattan 2 Bedroom, Very Convenient!", + 240 + ], + [ + "The Green Atelier of Park Slope", + 100 + ], + [ + "Your Cozy Home", + 119 + ], + [ + "1 BR /stove /fridge / bath/ living rm 20 mins nyc", + 75 + ], + [ + "Tudor Village", + 90 + ], + [ + "SOHO 1st Floor | Two Story Apt + Private Backyard", + 399 + ], + [ + "Large BASEMENT 1BD Apartment - Astoria", + 149 + ], + [ + "Cozy room in Astoria close to Manhattan", + 64 + ], + [ + "QUEEN BED WITH SKYLIGHT - NEXT TO METRO!", + 68 + ], + [ + "Charming Midtown East 1-bedroom", + 250 + ], + [ + "COZY ROOM NEXT TO METRO B", + 63 + ], + [ + "Couples Retreat/One min to subway/WiFi/Coffee!", + 56 + ], + [ + "Clinton Hill 1 Bedroom Brooklyn heart of it all!", + 200 + ], + [ + "Linda's Place", + 65 + ], + [ + "Luxury Studio in Prime Lower East Side", + 300 + ], + [ + "Manhattan-Bronx Large Studio Apt in Mott Haven", + 100 + ], + [ + "Cozy 2 Bedroom Home", + 120 + ], + [ + "GRAY MANHATTAN, BIG COZY ROOM IN A 3BEDRMS APART", + 70 + ], + [ + "Perfect Location! 2BR Oasis in Heart of Chelsea", + 137 + ], + [ + "$ummer $ALE Williamsburg TownHouse -BEST Location!", + 275 + ], + [ + "Perfect Location! Your Oasis in Heart of Chelsea", + 65 + ], + [ + "Bright clean modern spacious with big front porch!", + 150 + ], + [ + "Private room", + 40 + ], + [ + "CB2 BROOKLYN", + 82 + ], + [ + "Bright, Sunny Private Room in Bushwick", + 65 + ], + [ + "Private Bath & Fire Escape Brooklyn Bedroom", + 80 + ], + [ + "Lugar acogedor y confortable", + 48 + ], + [ + "Comfortable Brooklyn Room", + 39 + ], + [ + "MOXY NYC DOWNTOWN-7 NIGHTS MIN", + 169 + ], + [ + "Brooklyn Bedroom - Warm & Cozy Near Subway (1)", + 150 + ], + [ + "Modern living in old Harlem (the Scream2)", + 125 + ], + [ + "1Great Budget Private Room", + 65 + ], + [ + "Amazing Spacious Sunlit Studio with a balcony.", + 160 + ], + [ + "Private Cozy 2-Bedroom Clinton Hill Apartment", + 175 + ], + [ + "Gallery Apartment with Parking in Heart of Astoria", + 150 + ], + [ + "Heart of Ft Greene, newly renovated w garden patio", + 210 + ], + [ + "2254 and 2nd avenue", + 45 + ], + [ + "New + Sunlit Apartment in Bed-Stuy", + 125 + ], + [ + "Quite 1 Bedroom Apartment near EBS", + 240 + ], + [ + "Amazing converted 1BR in FiDi", + 185 + ], + [ + "My Place", + 140 + ], + [ + "Stylish 2 bedroom apt, vibrant Bklyn neighborhood", + 150 + ], + [ + "Beautiful Luxury 1 Bedroom", + 200 + ], + [ + "Beautiful Private One Bedroom", + 80 + ], + [ + "PrivateRoom1/LGA&JFK&Citi field&法拉盛/BustoManhattan", + 39 + ], + [ + "Lovely Garden Apt", + 135 + ], + [ + "Middle of Williamsburg-2 stops to Manhattan", + 55 + ], + [ + "RENOVATED BROWNSTONE APARTMENT W/ HIGH CEILINGS!", + 230 + ], + [ + "Modern Sunny 3bdrm Apt", + 39 + ], + [ + "BEST LOCATION- Newly renovated 1 BR in Nolita", + 175 + ], + [ + "Spacious private bedroom and kitchen in Bedstuy", + 50 + ], + [ + "3rd Fl bright two bedroom", + 139 + ], + [ + "Wonderful apartment Brooklyn 1 minute to L train.", + 129 + ], + [ + "Sunny Private Bedroom/Bath in Beautiful Brooklyn", + 80 + ], + [ + "Relaxing private room in Astoria. Balcony / WiFi.", + 46 + ], + [ + "Bright & Spacious / Red Brick, Modern Kitchen!", + 44 + ], + [ + "Cosy and friendly private space", + 100 + ], + [ + "The Come On Inn - 2", + 150 + ], + [ + "Gorgeous sunny, queen size room Brooklyn", + 90 + ], + [ + "Modern & Spacious Luxe Apt", + 200 + ], + [ + "\"MI Casa es su Casa \"", + 65 + ], + [ + "Bright and spacious loft in East Village", + 100 + ], + [ + "Gorgeous Two Bedroom in Soho", + 130 + ], + [ + "Bright and large room in the heart of Williamsburg", + 75 + ], + [ + "Spacious apartment in Brooklyn", + 70 + ], + [ + "Small and cozy room in the heart of Williamsburg", + 55 + ], + [ + "Cozy & Beautiful Private Room w/Nearby Coffee Shop", + 55 + ], + [ + "TIMES SQ. MEETS BRYANT PARK #1 ULTIMATE LOCATION!", + 125 + ], + [ + "Private 1 Bedroom on Top Floor Apartment Building", + 175 + ], + [ + "Charming home in Manhattan's most iconic street!", + 125 + ], + [ + "한성 韓城 Han A (2FL)", + 48 + ], + [ + "한성 韓城 Han B (2F)", + 48 + ], + [ + "Shared Room 4 FEMALE Guests 30mins to Manhattan-4", + 50 + ], + [ + "Modern, Stylish and Peaceful Sanctuary", + 80 + ], + [ + "Privet Room in a 4 Bed 1.5 Bath Apt, Ridgewood", + 35 + ], + [ + "Cozy sunlit Little Italy apartment!", + 95 + ], + [ + "Cozy Private Room in East Village", + 90 + ], + [ + "Large, sunny WBurg apartment steps from L train", + 85 + ], + [ + "Sunny and Convenient Park Slope Room", + 85 + ], + [ + "Manhattan Club NY-One Bedroom Suite-Sleeps 4", + 425 + ], + [ + "Private room in huge 2 bedroom-Prospect Heights", + 90 + ], + [ + "Williamsburg 2 bedrooms 1 bathroom Private entry", + 175 + ], + [ + "ASTORIA ROOM very nice with Balcony N/W train", + 80 + ], + [ + "FT GREENE STUDIO (1BD FEEL) NEAR ALL SUBWAYS", + 134 + ], + [ + "Studio", + 150 + ], + [ + "Cozy Private Room", + 40 + ], + [ + "AVery neat one bedroom.", + 55 + ], + [ + "Your Sanctuary in the city", + 60 + ], + [ + "Beautiful Bedroom in Bushwick, Brooklyn!", + 74 + ], + [ + "Ensuite bathroom paradise", + 69 + ], + [ + "Sunny, Modern Williamsburg Condo Steps from Train", + 160 + ], + [ + "1Comfortable Shared Apt in Hell’s Kitchen", + 65 + ], + [ + "Cozy Newly Apartment Close To Manhattan", + 128 + ], + [ + "Ex-Large 2 Bedroom Apartment Harlem Delight!", + 250 + ], + [ + "Queens home in quiet neighborhood Room 2", + 45 + ], + [ + "Spacious, Cozy, ENTIRE One Bedroom Apartment", + 100 + ], + [ + "COOL URBAN COMFORT - ARTSY BUSHWICK", + 65 + ], + [ + "Brand new apartment in Queens, NY", + 350 + ], + [ + "Bright, spacious room with breakfast in New York", + 120 + ], + [ + "Beautiful Large NYC 1 Bedroom With Views", + 135 + ], + [ + "#5 Quadruple private bedroom for 1-4 people", + 42 + ], + [ + "Cozy Artists Apartment in Central Harlem", + 66 + ], + [ + "Cozy sun-soaked bedroom in Harlem", + 80 + ], + [ + "ROOM Astoria 8 min to NWR train nice Neighborhood", + 105 + ], + [ + "The NYC Getaway Space", + 65 + ], + [ + "Modern Brooklyn Studio By The Beach", + 80 + ], + [ + "Winter Escape in Classic Brooklyn Brownstone", + 400 + ], + [ + "Clinton Hill Sunny Room", + 55 + ], + [ + "CAMAROTE SOLO PARA MUJERES/HABITACIÓN COMPARTIDA", + 40 + ], + [ + "15 minutes to Manhattan, Times square", + 70 + ], + [ + "CB3 BROOKLYN", + 72 + ], + [ + "PRIVATE SINGLES CLEAN BEDROOM NY 6 TRAIN NO CURFEW", + 38 + ], + [ + "Affordable 5-P Room n Private bath", + 45 + ], + [ + "Astoria Hideaway", + 500 + ], + [ + "Bronx Suite", + 79 + ], + [ + "Spacious Apartment Located By Central Park", + 295 + ], + [ + "Cozy Nest in the heart of Williamsburg Brooklyn", + 120 + ], + [ + "Small Cozy Room in Astoria, Queens", + 55 + ], + [ + "Apartment by Central Park", + 70 + ], + [ + "ENJOY MANHATTAN\nNEAR TO YANKE STADIUM", + 120 + ], + [ + "Cosy room with Queen bed", + 90 + ], + [ + "Brooklyn Sanctuary", + 125 + ], + [ + "Hidden Gem in the Upper East Side", + 135 + ], + [ + "1BR in a Stunning LES apt -W/D /2Bath-Top Location", + 120 + ], + [ + "Amazing Penthouse", + 350 + ], + [ + "Industrial Loft Living in NYC", + 81 + ], + [ + "Entire suite with breathtaking views of NYC", + 850 + ], + [ + "Spacious bedroom near to subway", + 68 + ], + [ + "New York on the Ocean", + 105 + ], + [ + "Jul Discount! Beautiful Apartment for 3 in NYC", + 200 + ], + [ + "British Room @ Columbia Uni.", + 75 + ], + [ + "Modern, Bright, & Cheerful - Free Cleaning & WiFi", + 40 + ], + [ + "Pretty Williamsburg Loft", + 215 + ], + [ + "Bright & Cozy Private Room—Williamsburg, Brooklyn", + 80 + ], + [ + "Quaint Bedroom in Forest Hills", + 150 + ], + [ + "Modern East Village Apt - Available Last Minute", + 112 + ], + [ + "Spacious Basement Bedroom in Duplex w/ yard access", + 42 + ], + [ + "Designer Studio with Private Terrace", + 80 + ], + [ + "Comfy Van", + 89 + ], + [ + "BSM.1. Shered room for 4-5 guests", + 25 + ], + [ + "Your TICKET to TIMES SQUARE New York", + 120 + ], + [ + "4th floor art", + 120 + ], + [ + "Gramercy 3 Bedroom - Central to Everything! #10294", + 350 + ], + [ + "Hostel - Twin-sized Bed in Shared Room in Brooklyn", + 25 + ], + [ + "Spacious Bedroom for 2 w/ washer/dryer + backyard", + 85 + ], + [ + "Hostel - Full-sized Bed in Shared Room in Brooklyn", + 25 + ], + [ + "Cozy waterfront studio in downtown Manhattan.", + 200 + ], + [ + "In the heart of Hell’s Kitchen , Time Sqare.", + 575 + ], + [ + "Comfy Minimalist Room W/ Private Entrance", + 48 + ], + [ + "Large luxury 1 BR with views, greenwich village!", + 350 + ], + [ + "★ Your Cozy Home I Taxi Service I Backyard ★", + 78 + ], + [ + "Cosy Midtown New York Place, Ideal for 1 Person!", + 69 + ], + [ + "Amazing Room w/ Private Bathroom - Near to Subway", + 55 + ], + [ + "Fun in the Financial District", + 150 + ], + [ + "Chill Room in soho", + 134 + ], + [ + "Home", + 42 + ], + [ + "Private bedroom close to Times Square, Manhattan", + 100 + ], + [ + "A Cozy Beautiful Brooklyn Overlooking Park space", + 80 + ], + [ + "Modern room in Williamsburg", + 67 + ], + [ + "Convenient room in Williamsburg", + 66 + ], + [ + "COZY Single Bed @Williamsburg NY Lorimer Ltrain!", + 95 + ], + [ + "Park Avenue midtown apartment, walk to everything", + 800 + ], + [ + "MODERN 2BD WITH ROOFTOP, DOWNTOWN MANHATTAN", + 249 + ], + [ + "Luxury pied-à-terre in Carroll Gdns carriage hse", + 175 + ], + [ + "Midtown studio with balcony", + 200 + ], + [ + "Cozy place to stay 7 minutes from Manhattan...", + 100 + ], + [ + "Best Homestay 25 min Manhattan , Barclays Center", + 70 + ], + [ + "金色上房", + 70 + ], + [ + "Cozy & Large NYC Private Suite!", + 80 + ], + [ + "Doris’s Fresh House", + 60 + ], + [ + "Entire Space - Large Apartment - Clean 2&5 Trains", + 89 + ], + [ + "Great home stay,Manhattan Barclay Center 25minutes", + 90 + ], + [ + "Cozy renovated NYC Gateway - 7 min M/R Train (2)", + 53 + ], + [ + "Luxurious Huge Room Same Street As The Subway!", + 90 + ], + [ + "MJS HOME", + 60 + ], + [ + "Entire Brooklyn apartment, safe, quiet with garden", + 125 + ], + [ + "Sublet - Queen size bedroom in Bushwick", + 50 + ], + [ + "PRIME LOCATION CLEAN SOHO PRIVATE ROOM 2 BEDROOM", + 115 + ], + [ + "Riverside doorman and concierge", + 138 + ], + [ + "Cozy quiet private room", + 120 + ], + [ + "Near JFK air train nice spot", + 60 + ], + [ + "Beautiful room in Sunset Park", + 112 + ], + [ + "Charming Brooklyn 2 Bedroom w/Character", + 140 + ], + [ + "Upper East Side Spacious 2 BR with Balcony", + 199 + ], + [ + "Welcome to Woodside!", + 31 + ], + [ + "Clinton Hill loft for your creative side.", + 100 + ], + [ + "Rose in Spanish Harlem 2", + 120 + ], + [ + "Unique Penthouse", + 225 + ], + [ + "Charming 1 Bedroom Apartment in Greenwich Village", + 157 + ], + [ + "Unique bohemian modern apartment", + 275 + ], + [ + "Quite room. 15 mins to JFK & 20 mins to Manhattan", + 80 + ], + [ + "Private Room, Bath & Entry w/ Free Parking in NYC", + 99 + ], + [ + "Sunny apartment with piano + yard!", + 85 + ], + [ + "The Bronx Studio", + 80 + ], + [ + "Split level walk-in Masterbedroom", + 79 + ], + [ + "Hip, Light & Plant Filled Studio in Prime Harlem", + 150 + ], + [ + "Central park lovely cozy room", + 100 + ], + [ + "Beautiful cosy room in a Luxury Building", + 87 + ], + [ + "Gem of East New York", + 150 + ], + [ + "Upper East Side Cozy Private Room", + 100 + ], + [ + "Amazing room for your holidays", + 56 + ], + [ + "Private Crown Heights bedroom near 2/5 Trains", + 70 + ], + [ + "Charming Brooklyn 1 Bedroom Apartment w/Character", + 120 + ], + [ + "Cozy UES studio", + 155 + ], + [ + "HABITACION PRIVADA PARA TI EN NYC.. PRIVATE ROOM", + 39 + ], + [ + "Cute and roomy 2br Clinton Hill hideaway", + 200 + ], + [ + "Cozy, Sunny Bedroom near Times Square/hk", + 250 + ], + [ + "Cozy financial district manhattan spot", + 220 + ], + [ + "Lovely double bedroom in the centre of it all", + 106 + ], + [ + "Queen bed behind living room curtain, cheap, good", + 40 + ], + [ + "Cultured NYC 2.0", + 48 + ], + [ + "Cozy Studio Alcove in the heart of East Village!!", + 125 + ], + [ + "Large apt in trendy, hipster Ridgewood/Bushwick BK", + 150 + ], + [ + "Private Bathroom & Bedroom in Williamsburg", + 68 + ], + [ + "Private room by LGA, Citifield and near Manhattan.", + 49 + ], + [ + "Large 2 Bedroom Gem", + 185 + ], + [ + "Lovely private bedroom in Manhattan", + 50 + ], + [ + "Cozy 1 bedroom in Murray Hill.", + 140 + ], + [ + "QUEEN BED - GREAT LOCATION NEXT TO METRO", + 65 + ], + [ + "HUGE Art-Loft Warehouse in Bushwick, Brooklyn", + 120 + ], + [ + "One Bdrm Apt w/ Extraordinary Views of Downtown", + 230 + ], + [ + "Modern huge room in Brooklyn", + 60 + ], + [ + "Small & comfy Bedroom near Brooklyn college.", + 60 + ], + [ + "Private room in a Bohemian Bushwick Loft! c", + 60 + ], + [ + "AFFORDABLE ROOM, 5 MINUTES TO MANHATTAN!", + 60 + ], + [ + "Large Shared Studio (your own bed) - Luxury+Views!", + 79 + ], + [ + "Upper West Side, 1800 sq/ft private apartment", + 275 + ], + [ + "Amazing place close to all", + 220 + ], + [ + "24 Lex Prime Location of East NYC 15min to TimeSq", + 95 + ], + [ + "Cozy 1bd in Kensington", + 130 + ], + [ + "Upper East Side room with full size bed", + 85 + ], + [ + "BEST LOCATION IN NEW YORK:PRIVATE MEDIUM SIZE ROOM", + 120 + ], + [ + "Casa finca Zen Sanctuary Artist Home", + 95 + ], + [ + "Brooklyn with a view", + 45 + ], + [ + "Elmhurst 1st Fl Rightl Bedroom", + 49 + ], + [ + "Cozy and spacious 1-bedroom apartment", + 175 + ], + [ + "HUGE LOFT IN HIP BUSHWICK 1 - NEAR 2 METROS", + 70 + ], + [ + "New! Entire studio apartment with lofted bedroom!!", + 120 + ], + [ + "Awesome Budget Private Room with 2 Beds", + 70 + ], + [ + "Elmhurst 1st Floor BR w/ Pvt. Bath&Balcony", + 59 + ], + [ + "LGA airport Apt. near Manhattan, JFK, Citi Field.", + 99 + ], + [ + "Your Brooklyn paradise", + 155 + ], + [ + "Cozy Waterfront Space in Brooklyn", + 125 + ], + [ + "Parisian Style Apartment in Heart of Brooklyn", + 180 + ], + [ + "Cozy Room, 2 twin beds, NEAR TRAIN AND AIRPORTS", + 50 + ], + [ + "Stylish bright and newly renovated", + 187 + ], + [ + "REDESIGNED LUX Studio&garden Park Slope Brooklyn!", + 179 + ], + [ + "RENOVATED LUXURY 3BR 3BATH ON LITTLE WEST STREET", + 433 + ], + [ + "Luxurious home in the sky overlooking 5th Ave.", + 300 + ], + [ + "CozyPlace 20%off Week Pvt Entrance 18min Manhattan", + 96 + ], + [ + "Huge 1 Bedroom 3F in Authentic Brooklyn Brownstone", + 75 + ], + [ + "Charming 1 Bedroom on the best block in BK Heights", + 151 + ], + [ + "Stunning 2 Bedroom in Soho", + 165 + ], + [ + "Luxurious Apt Best Finishes & Location", + 125 + ], + [ + "CLASSIC/ BRIGHT 1 BEDROOM IN UNION SQUARE", + 180 + ], + [ + "Cute Private Room in Astoria Duplex", + 87 + ], + [ + "Confortable room in East Village", + 100 + ], + [ + "Spacious Apartment with a View in Williamsburg", + 50 + ], + [ + "BEAUTIFUL UPPER WEST SIDE-WEST 83RD STREET", + 215 + ], + [ + "The warm place", + 32 + ], + [ + "Private artist bedroom in Bushwick, Brooklyn", + 50 + ], + [ + "Gem of East New York", + 150 + ], + [ + "Hostel- Twin-sized Bed in Shared Room in Brooklyn", + 25 + ], + [ + "Private room in E. Williamsburg! Budget friendly!", + 55 + ], + [ + "Nicely decorated apt with amazing private rooftop!", + 200 + ], + [ + "Spacious, brand-new Downtown Brooklyn apartment", + 135 + ], + [ + "Private Sun-Drenched 1BR Brownstone Apt", + 129 + ], + [ + "Historic Harlem New York Get-Away with charm", + 60 + ], + [ + "Angeles aparment", + 165 + ], + [ + "Full size room for rent", + 55 + ], + [ + "Double Bedroom in Modern Manhattan Apartment", + 59 + ], + [ + "한성 韓城 Han C (2F)", + 45 + ], + [ + "South Slope Townhome", + 400 + ], + [ + "Amazing & Cozy Room, Same Street As The Subway!", + 75 + ], + [ + "Brooklyn APT in heart of urban NYC hustle & bustle", + 125 + ], + [ + "Bright & Cheerful - Modern Style + Free Cleaning", + 39 + ], + [ + "Suite East Side - FREE street parking & wifi", + 195 + ], + [ + "Cobble Hill Alcove Studio", + 125 + ], + [ + "Private bedroom in Washington Heights", + 60 + ], + [ + "Cozy Private Room in Brooklyn", + 70 + ], + [ + "ELMHURST/FLUSHING 1ST FLOOR 3BEDROOM APT.", + 149 + ], + [ + "Private Room in a Recently Remodeled Apt Bushwick", + 100 + ], + [ + "Warm and Cozy two bedroom in prime Chelsea", + 320 + ], + [ + "15% Discount - Cozy Room in LES with Backyard", + 80 + ], + [ + "Sunny Newly Renovated Private Room - Bed-Stuy", + 79 + ], + [ + "Multicultural House II", + 100 + ], + [ + "Home For Medical Professionals - \"The Macula\"", + 53 + ], + [ + "Home For Medical Professionals - \"The Palatine\"", + 53 + ], + [ + "Spacious Superhost BK RM! Easy Manhattan acess!", + 43 + ], + [ + "Gorgeous Brownstone Studio @ Central Park West", + 150 + ], + [ + "1 Rm in 4 BR East Vil-King bd, Roof,prime location", + 60 + ], + [ + "Cosy, friendly room in great part of Bed Stuy!", + 41 + ], + [ + "136 Apt 7", + 85 + ], + [ + "Semi-private bedroom. Close 2 Times Square", + 69 + ], + [ + "Farm house style in Bay Ridge (A)", + 65 + ], + [ + "Farm house style home in Bay Ridge (B)", + 65 + ], + [ + "Farm house style home in Bay Ridge (C)", + 65 + ], + [ + "Excellent Private Room", + 60 + ], + [ + "Basemnt", + 58 + ], + [ + "Newly renovated duplex home in Central Harlem", + 159 + ], + [ + "Cozy private room near Columbia University", + 70 + ], + [ + "Charming Studio Apartment at East Harlem.", + 110 + ], + [ + "A Suite with breathtaking views of NYC !", + 999 + ], + [ + "Double Bedroom in BedStuy/Clinton Hill/Fort Greene", + 75 + ], + [ + "Over-sized amazing studio in East Village!", + 150 + ], + [ + "Charming East Village 1 Bedroom Apartment", + 114 + ], + [ + "Amber Bedroom", + 49 + ], + [ + "Brand new private room in new building w Roofdeck", + 41 + ], + [ + "New 2bd 2bat Apt. w/ rooftop Manhattan view & gym", + 175 + ], + [ + "Apatite Bedroom", + 49 + ], + [ + "Little Italy Sunny 2 Bedroom", + 225 + ], + [ + "Citrine Bedroom", + 65 + ], + [ + "Emerald Bedroom", + 49 + ], + [ + "Garnet Bedroom", + 49 + ], + [ + "Lava Bedroom", + 65 + ], + [ + "Opalite Bedroom", + 49 + ], + [ + "20 minutes from Manhattan, 1 block from subway", + 50 + ], + [ + "Modern Bright Private Entry 3min to TRAIN near JFK", + 45 + ], + [ + "Haven In Harlem", + 60 + ], + [ + "Cute Apartment in Brooklyn", + 99 + ], + [ + "Mesmerized Penthouse", + 225 + ], + [ + "SUN DRENCHED 1 BEDROOM IN THE LOWER EAST SIDE", + 105 + ], + [ + "Bed&Bushwick | Clean & Chic Apt, Close to Subway", + 115 + ], + [ + "Quick walk to L Train, Free Cleaning & WiFi!", + 44 + ], + [ + "Cozy room in Brooklyn. 40 min to Manhattan.", + 39 + ], + [ + "GORGEOUS APARTMENT, PERFECT HARLEM LOCATION!", + 150 + ], + [ + "Room in a Lovely Apartment in Upper East Side", + 150 + ], + [ + "Spacious apartment in front of Prospect Park", + 110 + ], + [ + "Modern WBurg Castle in w/ Park & Skyline Views", + 199 + ], + [ + "Chic & Charming Brownstone Apartment 2 Bed w/Patio", + 180 + ], + [ + "Parkside Place", + 200 + ], + [ + "Little Safe Haven", + 80 + ], + [ + "Hidden gem in LES with Access to Backyard, F train", + 78 + ], + [ + "Modern Furnished 1BR in Williamsburg by NÔM Stays", + 120 + ], + [ + "Superior One Bedroom Apartment in Prime Brooklyn", + 75 + ], + [ + "Green Rm,4 bdrm House Medical & Professional ONLY", + 50 + ], + [ + "Room with King sized bed in the heart of Bushwick", + 50 + ], + [ + "Perfect share apartment near Little Italy!", + 170 + ], + [ + "Orange Rm, 4bd rm Home Medical & Professional ONLY", + 45 + ], + [ + "Large soho apartment", + 194 + ], + [ + "PrivateRoom2/LGA&JFK&Citi field&法拉盛/BustoManhattan", + 49 + ], + [ + "Blue rm 4bdrm Home Medical & Professionals ONLY", + 40 + ], + [ + "PrivateRoom/LGA&JFK&Citi field&法拉盛/BustoManhattan", + 35 + ], + [ + "Charming NEW Nordic Style 1-bed apartment", + 86 + ], + [ + "Beautiful spacious apt in the heart of Bushwick", + 130 + ], + [ + "Private! Entire loft near the waterfront!", + 96 + ], + [ + "CHARMING & SPACIOUS CENTRALLY LOCATED STUDIO APT", + 199 + ], + [ + "Private Apartment", + 150 + ], + [ + "Charming cozy bedroom in Clinton Hill!", + 45 + ], + [ + "Sunny apartment in the heart of Greenpoint!", + 110 + ], + [ + "Feel at home!", + 59 + ], + [ + "NEW Perfect cozy 1 BDRM near JFK & Casino NYC LGA", + 150 + ], + [ + "Sunny Room with Private Bath", + 55 + ], + [ + "Large 1 Bedroom Brownstone Apartment", + 89 + ], + [ + "Private room near Prospect Park", + 55 + ], + [ + "2 Beds in Private Room 1- 20 minutes to Manhattan", + 65 + ], + [ + "American Room @ Columbia Uni.", + 80 + ], + [ + "Canadian Room @ Columbia Uni.", + 75 + ], + [ + "Brooklyn home with character & convenience", + 90 + ], + [ + "Modern art-filled bedroom with vintage touch.", + 66 + ], + [ + "Clever Midtown West 1BR w/ Gym + Doorman by Blueground", + 264 + ], + [ + "Large UWS 1BR w/ Stunning Gym, Doorman + Rooftop by Blueground", + 244 + ], + [ + "Your New York Home", + 119 + ], + [ + "Artist Penthouse", + 225 + ], + [ + "2 bedroom CONDO off 5th Ave - BRIGHT and homey", + 280 + ], + [ + "Your New York Penthouse", + 225 + ], + [ + "Suite Nest /free street parking+wifi", + 200 + ], + [ + "1Master BR in a Brand new apt W/D- By Subway", + 150 + ], + [ + "Penthouse studio- clean, A+ location. Park&Cafe :)", + 122 + ], + [ + "Private Room in a Quaint 2bd/1ba w/ TERRACE!!!", + 150 + ], + [ + "Overnight Bed in Heart of Manhattan for Female", + 100 + ], + [ + "Sweet Brooklyn", + 62 + ], + [ + "Charming Apartment with TERRACE!!", + 240 + ], + [ + "Cozy private room+bathroom in brooklyn!", + 46 + ], + [ + "PRIVATE room w/PARKING included-15Min to LGA&JFK!!", + 49 + ], + [ + "Cozy apartment in PERFECT location!", + 50 + ], + [ + "Gorgeous Big 2 BedRoom Apt in Brooklyn Brownstone", + 119 + ], + [ + "Williamsburg One Bedroom", + 125 + ], + [ + "Sunlit 1 Bedroom in the heart of Park Slope", + 140 + ], + [ + "Elite Penthouse", + 179 + ], + [ + "Polished 2 BR/2BA Home in Chic W. Village#10298", + 600 + ], + [ + "Sunny New York Home in East Village", + 145 + ], + [ + "Professional Travelers", + 45 + ], + [ + "Private room 3 min walking to J train(female only)", + 90 + ], + [ + "Greenpoint Apt with a wonderful view !", + 150 + ], + [ + "Romantic space at the Upper East side of Manhattan", + 135 + ], + [ + "Garden apartment in historic Brooklyn townhouse.", + 135 + ], + [ + "New York Wall St. RH29", + 370 + ], + [ + "Artsy Apartment - Large Bedroom in Upper Manhattan", + 90 + ], + [ + "Large Private Bedroom in a Spacious Apartment", + 165 + ], + [ + "Charming Studio in the Heart of Greenwich Village", + 195 + ], + [ + "Private room 17 mins to Times Square.", + 65 + ], + [ + "Beautiful brownstone duplex in prime UES location", + 500 + ], + [ + "Shared Apt living-room w/pull out click open couch", + 75 + ], + [ + "Mellow, Stylish Bedroom close to Pratt #1", + 60 + ], + [ + "Charming White Bedroom close to Pratt #2", + 59 + ], + [ + "LUXURY Brooklyn Brownstone 1 block from train", + 175 + ], + [ + "Female only, Private room,3 min walking to metro J", + 90 + ], + [ + "Quiet master bedroom on Fort Greene Park", + 110 + ], + [ + "Private Brooklyn Basement Apartment", + 125 + ], + [ + "Private room in apartment", + 120 + ], + [ + "Brooklyn Heights contemporary studio apartment", + 88 + ], + [ + "Crown Heights Urban Royal Penthouse", + 175 + ], + [ + "Studio apartment in Sunset park", + 100 + ], + [ + "Brooklyn Room & Driveway", + 175 + ], + [ + "Academic pad", + 121 + ], + [ + "Clean Room in Hip Neighborhood", + 89 + ], + [ + "Apartment in a Brownstone Steps from Prospect Park", + 200 + ], + [ + "Cozy Private 1 Bedroom in a 2 Bedroom Shared Area", + 58 + ], + [ + "Soho Gem: A Modern, Zen 1BR in Nolita.", + 150 + ], + [ + "Bushwick Apartment with Access to L and M Trains", + 35 + ], + [ + "SPACIOUS/FURNISHED One Bedroom Brooklyn Apartment", + 90 + ], + [ + "Spacious duplex, fits 5, perf midtown location!", + 250 + ], + [ + "Air B and B at the Grand Old Mansion", + 90 + ], + [ + "Cozy&Nice Bedroom in an Apt/NYC Inwood location", + 100 + ], + [ + "Beautiful One Bedroom apt. with private rooftop.", + 100 + ], + [ + "Modern 2 Bedroom, Brooklyn Apt! Amazing Amenities!", + 149 + ], + [ + "Spacious room in downtown 1st Ave 14th St.", + 188 + ], + [ + "Cozy and Convenient", + 47 + ], + [ + "Quiet, cozy, modern apartment in Bushwick", + 110 + ], + [ + "Beautiful Bushwick Oasis", + 33 + ], + [ + "New Spacious 1BD w/ Private Bathroom Chinatown/LES", + 130 + ], + [ + "Charming 1-bedroom in Lower Manhattan", + 230 + ], + [ + "Midtown City &River View~Luxury 3BR/2BA~BalconyGym", + 899 + ], + [ + "1 bdr in duplex with terrasse", + 130 + ], + [ + "Nice room with private beth , use of kitchen", + 100 + ], + [ + "Bushwick Loft (must love plants!)", + 100 + ], + [ + "New York Modern Studio", + 150 + ], + [ + "LES private bedroom in safe apartment building", + 66 + ], + [ + "Private Entrance, Boutique Amenities, Zen Vibes", + 95 + ], + [ + "NYC LUXURY STUDIO", + 170 + ], + [ + "NOMAD District Loft Tons of Light", + 125 + ], + [ + "THE HIVE // Brand New 3-Story Luxury Townhome", + 975 + ], + [ + "Riverside Private Room", + 125 + ], + [ + "2MinToTrainsCozyLivingRoomMaimonideLutheranHospita", + 45 + ], + [ + "Spacious Central Park Apartment", + 195 + ], + [ + "NICE Private Bedroom in the BEST part of Manhattan", + 118 + ], + [ + "Bushwick loft with NYC views (entire apt)", + 250 + ], + [ + "Cozy, Private Room on Upper East Side", + 93 + ], + [ + "Big 1BR in park adjacent apartment", + 196 + ], + [ + "Jackson Heights: Bright and Spacious Apartment", + 200 + ], + [ + "Hunts Point Studio Apt", + 150 + ], + [ + "Upper East Side Family Apartment", + 215 + ], + [ + "Luxury - Jr. 1 Br/High Fl- Rooftop Terrace Access", + 325 + ], + [ + "NYC Central Park Lux Hotel w/ Brfast & Dinner incl", + 350 + ], + [ + "Artful Williamsburg penthouse with rooftop, big TV", + 99 + ], + [ + "Spacious Studio in Historic Neighborhood", + 99 + ], + [ + "Cozy, sunny bedroom in Bed-Stuy", + 40 + ], + [ + "Entire cozy 1.5 bedroom flat in South Slope!", + 90 + ], + [ + "Spacious place w/ private bathroom", + 85 + ], + [ + "1 Bedroom Apartment 1 minute walk to subway", + 90 + ], + [ + "Lovely brownstone, priv bath, garden, 15 min nyc!", + 98 + ], + [ + "Your passport to the big apple!", + 279 + ], + [ + "Williamsburg Charming 2 Bedrooms/2 full Baths", + 249 + ], + [ + "Peaceful private sunny room in spacious apartment", + 85 + ], + [ + "Peaches Paradise 2", + 50 + ], + [ + "Luxury Oceanfront 2BD Suite in Arverne By The Sea", + 199 + ], + [ + "Cozy + Artsy Studio Apt in Cypress Hills- Brooklyn", + 70 + ], + [ + "Cozy Room in Brooklyn", + 65 + ], + [ + "Large Modern Cozy Apartment Close to Train", + 149 + ], + [ + "Charming Creative Corner in Crown Heights", + 90 + ], + [ + "San Carlos Hotel Executive Junior Suite - up to 4", + 375 + ], + [ + "VINTAGE COZY PLACE", + 125 + ], + [ + "Linden Estates Luxurious 2 bedroom suite", + 105 + ], + [ + "Nice room in Brooklyn", + 75 + ], + [ + "Designer's Two Floors New Deluxe Apartment in NYC", + 82 + ], + [ + "Room for rent! 3 bed / 2 bath. G train", + 50 + ], + [ + "6MinTrainsCozySmallRMaimonidesLutheranIndustryCity", + 50 + ], + [ + "Designer 1BR in LES/Chinatown with rooftop access", + 250 + ], + [ + "Astoria Room Available", + 44 + ], + [ + "Family looking for a budget apartment?", + 150 + ], + [ + "Private bedroom in a clean charming apartment", + 130 + ], + [ + "New York Downtown fourpoints Sheraton", + 270 + ], + [ + "Home away from home", + 175 + ], + [ + "Cute little room in a large Brooklyn house.", + 45 + ], + [ + "Private King Luxury Room - 20 Mins to City", + 79 + ], + [ + "Private Room in Prime Bushwick", + 70 + ], + [ + "Beautiful Chelsea 1BR w/ Balcony, Doorman + Gym by Blueground", + 374 + ], + [ + "Sunny, spacious 1 Bedroom Apt in the East Village", + 240 + ], + [ + "3 Beds in Private Room 2 - 20 Minutes to Manhattan", + 70 + ], + [ + "2-story Apt in the heart of The Upper West Side!", + 199 + ], + [ + "Cozy boho 1-bedroom in brownstone", + 135 + ], + [ + "Sizable UWS 1BR w/ Open kitchen, Doorman + Gym by Blueground", + 259 + ], + [ + "Stunning 2bed Williamsburg (gym/roof) J/M/Z G & L", + 200 + ], + [ + "Downtown Manhattan Bedroom! Top of Fidi/City Hall", + 57 + ], + [ + "Spacious WV studio at the center of everything", + 300 + ], + [ + "Huge 4 Bedroom 2 Bathroom Townhouse with Backyard", + 250 + ], + [ + "Cozy, Zen Studio. Prime Williamsburg location!!!", + 99 + ], + [ + "Huge Apt in EXCELLENT LOCATION - HELLS KITCHEN", + 350 + ], + [ + "Convenient, comfy, and bright", + 40 + ], + [ + "1 bedroom apartment", + 99 + ], + [ + "Room in Home with Backyard in Bronx Little Italy", + 100 + ], + [ + "Plant & pet-friendly LOFT in the UWS", + 97 + ], + [ + "San Carlos Hotel One Bedroom Suite - up to 5", + 425 + ], + [ + "Luxury and convenience in the center of it all!", + 89 + ], + [ + "LUXURY 2BR CONDO APT IN THE HEART OF BROOKLYN", + 150 + ], + [ + "J- HOTEL STYLE SHARE ROOM FOR 2PPL FREE WIFI CABLE", + 30 + ], + [ + "Studio in Prime Williamsburg w/ Private Balcony", + 150 + ], + [ + "Chelsea Apartment", + 225 + ], + [ + "Home away from home", + 45 + ], + [ + "Private floor in Soho Loft with 11ft ceilings", + 129 + ], + [ + "Cozy Room for Rent very close to Manhattan", + 49 + ], + [ + "Clean Cozy Getaway--Just 15 Minutes From JFK", + 65 + ], + [ + "Williamsburg apartment with amazing views", + 160 + ], + [ + "2018 New 2br elevator condo, 法拉盛中心新大楼2卧,5分钟main st", + 188 + ], + [ + "Cozy Apartment in Lively Brooklyn 15 Min from Pier", + 110 + ], + [ + "Spacious New 1BR in Sunnyside. Parking available!", + 155 + ], + [ + "\"The Dumont\" Event Space", + 300 + ], + [ + "Home to LGA airport near Manhattan, JFk, Astoria.", + 150 + ], + [ + "Sams place", + 300 + ], + [ + "Very comfortable and clean", + 90 + ], + [ + "Perfect location UWS private room private bath", + 85 + ], + [ + "Sunny room in Brooklyn", + 35 + ], + [ + "Spacious Brooklyn Home", + 120 + ], + [ + "Noho High Rise w/ Private Terrace", + 300 + ], + [ + "Manhattan downtown large modern private room", + 90 + ], + [ + "DESIGNER ARTIST 2 BEDROOM APARTMENT . E.V.", + 199 + ], + [ + "Spacious Room In Hip Williamsburg", + 75 + ], + [ + "Private Room that’s comfortable and convenient", + 65 + ], + [ + "Creative House for Travelers and Other Creatives", + 51 + ], + [ + "Murray Hill Apt (next to 6 train & near Penn/Bus)", + 125 + ], + [ + "Sweet room", + 41 + ], + [ + "Sunny, clean 2 bedroom", + 200 + ], + [ + "Cosy bedroom in prime Soho", + 250 + ], + [ + "Cozy Sunny Harlem Studio", + 102 + ], + [ + "Upper East Side alcove studio in doorman building", + 175 + ], + [ + "COZY ROOM TO CRASH", + 100 + ], + [ + "Spacious and Airy Apt - 20 min to Manhattan!", + 115 + ], + [ + "Nice, fun, Brooklyn! Bedroom & private bath", + 84 + ], + [ + "Modern + colorful 2-BR in lively Clinton Hill", + 150 + ], + [ + "Lil A's Place- 60 Seconds to the Train-Location!!", + 65 + ], + [ + "4min subway. Prime locations. single sofa bed 单人间", + 40 + ], + [ + "Modern Duplex - Central Chelsea!!!", + 599 + ], + [ + "Woodruffe Place", + 225 + ], + [ + "UES private bedroom in shared apartment", + 109 + ], + [ + "Celebrity Designer Pied A Terre", + 250 + ], + [ + "Large, Bright & Cozy Retreat in Bklyn.", + 55 + ], + [ + "Heart of nyc. Harlem.", + 78 + ], + [ + "Cozy, Private 1 Bedroom Basement Apartment", + 85 + ], + [ + "Spacious 1 Bed (FURNISHED!) Hudson Yards Sublet", + 165 + ], + [ + "La Cabina al Mare", + 65 + ], + [ + "25 min to Manhattan: Bed in quiet apartment", + 35 + ], + [ + "Comfort room A in upper west side NY, Columbia", + 80 + ], + [ + "Sunny room B in upper west side NY, Columbia", + 85 + ], + [ + "Premier room D in upper west side NY, Columbia", + 98 + ], + [ + "Cozy room C in upper west side NY, Columbia", + 90 + ], + [ + "“One of a kind” Penthouse \n獨一無二的紐約閣樓", + 179 + ], + [ + "Your Home 安全舒適的家\n 12 mins Manhattan", + 119 + ], + [ + "Prime Location 34th&6th! Doorman Gym Deck 5231", + 180 + ], + [ + "Bright and cozy room in bed-stuy", + 60 + ], + [ + "Private Sun-Splashed Studio Chelsea", + 200 + ], + [ + "Brownstone Studio", + 130 + ], + [ + "Welcome to Williamsburg, Brooklyn!!", + 170 + ], + [ + "Convenient Private Bed & Bath! 10 mins. to LGA", + 75 + ], + [ + "Dream Apt in the heart of NYC", + 244 + ], + [ + "Beautiful room with private bathroom in Town house", + 80 + ], + [ + "Great Midtown Vibe Spacious Experience in UWS NYC", + 180 + ], + [ + "Bright and cozy 1 bedroom", + 100 + ], + [ + "PRIVATE STUDIO APARTMENT- ASTORIA", + 76 + ], + [ + "Spacious furnished 2b1b apt with a big living room", + 50 + ], + [ + "Sunlit Cozy Bargain 2 Bedroom in Carroll Gardens", + 78 + ], + [ + "Your home away from home", + 200 + ], + [ + "Spacious 1 BR Apartment with Times Square view", + 180 + ], + [ + "Room in heart of Bushwick with private entrance", + 65 + ], + [ + "Cozy Apt x Rent Close to Manhattan", + 110 + ], + [ + "Cozy Apartment in Upper West Side New York", + 190 + ], + [ + "1 x Bedroom Apt with Amazing Rooftop, Greenpoint", + 150 + ], + [ + "Massive Art Loft - Best Manhattan Location Ever!", + 670 + ], + [ + "Bright Spacious Greenpoint Duplex", + 181 + ], + [ + "New york Multi-unit building", + 49 + ], + [ + "2 Private Rooms Near Staten Island Ferry", + 100 + ], + [ + "Private 2BR house Poyer st- 20 min to Manhattan", + 179 + ], + [ + "Cozy 1 bed in amazing NYC location! (Chelsea)", + 175 + ], + [ + "Large room next to Yankees 20 min from Manhattan", + 45 + ], + [ + "ASTORIA NATURE HOUSE", + 90 + ], + [ + "Authentic East Village Escape", + 168 + ], + [ + "Cozy 1BR with private bathroom near the subway", + 95 + ], + [ + "Private community close to all the NYC & NJ action", + 90 + ], + [ + "Hell's Kitchen Luxurious 2 Bedroom NYC Apt!", + 499 + ], + [ + "San Carlos Hotel Deluxe Rm - 2 Queen Bds, up to 4", + 329 + ], + [ + "NEW Stylish Midtown 2 bedroom w/ balcony", + 390 + ], + [ + "1bd shared bathroom - very welcome apt in Harlem", + 90 + ], + [ + "Charming & Sunny Brooklyn Heights Studio", + 120 + ], + [ + "New york Multi-unit building", + 45 + ], + [ + "Bryan's house", + 139 + ], + [ + "Exposed Brick New York Styled apt in Bushwick", + 45 + ], + [ + "Large open space in Bushwick", + 36 + ], + [ + "private room", + 15 + ], + [ + "Bed-Stuy/Clinton Hill Sunny Brooklyn Apartment", + 160 + ], + [ + "AMELUZ NY", + 299 + ], + [ + "*PRIVATE* Big Bedroom 20 minutes from Manhattan", + 65 + ], + [ + "Asshur’s Room", + 77 + ], + [ + "Room in the heart of New York City", + 115 + ], + [ + "Classic, yet Unconventional Tribeca New York City!", + 149 + ], + [ + "Beautiful Private Room with 3 Beds in Bed Stuy", + 75 + ], + [ + "Charming Private Room in Bed Stuy with 2 Beds", + 70 + ], + [ + "Great New York shared room 3-6", + 65 + ], + [ + "Park view New York Apartment", + 100 + ], + [ + "Brooklyn Hideaway right in Williamsburg", + 130 + ], + [ + "Female Only: Prime Location-East 60s-Central Park", + 80 + ], + [ + "Cozy place", + 70 + ], + [ + "Time-Sharing Private Room", + 38 + ], + [ + "12 mins to Times Square; 10 mins to LGA!", + 185 + ], + [ + "*Location, Location* | Chelsea | West Village", + 182 + ], + [ + "1-bed/ba PR condo Wyn. Midtown 45 Thanksgiving", + 500 + ], + [ + "New York Apartment , private bed room / queen bed.", + 97 + ], + [ + "Comfortable clean large bedroom", + 110 + ], + [ + "Large Studio Apartment on Todt Hill", + 62 + ], + [ + "Cool Apartment in East Village", + 150 + ], + [ + "Charming Studio in One of the Best Locations!", + 250 + ], + [ + "Brownstone w/Terrace-Close to Rockefeller Tree", + 220 + ], + [ + "East Village 2Bdrm apt with Rooftop and City Views", + 300 + ], + [ + "Cozy Guest Suite in Ditmas Park", + 150 + ], + [ + "Room at 1br apt", + 69 + ], + [ + "Single cozy room in Manhattan's Upper West Side", + 70 + ], + [ + "Prime Williamsburg Loft, close to the water!", + 190 + ], + [ + "STUDIO&GARDEN REDESIGNED Park Slope-Brooklyn!", + 169 + ], + [ + "VERREZZANO HOUSE", + 200 + ], + [ + "Neon Dreams - Private Bedroom in Chelsea", + 100 + ], + [ + "Large luxury apartment. NYC", + 280 + ], + [ + "Queen size bed room , New York Apartment", + 63 + ], + [ + "Cozy, newly renovated, 2 bed, Brooklyn apartment", + 200 + ], + [ + "Commuter Studio", + 125 + ], + [ + "Bushwick Room", + 50 + ], + [ + "Charming Carroll Gardens/Gowanus Apartment", + 125 + ], + [ + "Inclusive & clean Time square sunny apartment", + 125 + ], + [ + "Great New York - Private or shared room 2", + 75 + ], + [ + "BEST LOCATION!! Whole Apartment with Backyard!!", + 165 + ], + [ + "Serene & clean stay in a luxury building", + 90 + ], + [ + "East Village Sublet multi month please", + 140 + ], + [ + "Artistic Studio Apt, Private Entrance", + 105 + ], + [ + "Beautiful apartment next to Central Park & The Met", + 110 + ], + [ + "Modern 1BR Astoria, espresso maker, 5 min 2 train", + 74 + ], + [ + "Very spacious 2-BR entire apartment in the UWS", + 239 + ], + [ + "Quiet Comfty Home", + 80 + ], + [ + "Large 1 Bed Beautiful view LES in Luxury Building", + 255 + ], + [ + "Single room in a 2-br apartment in the UWS", + 99 + ], + [ + "Home", + 119 + ], + [ + "Home: 12 mins to Manhattan", + 119 + ], + [ + "Chill pad", + 47 + ], + [ + "Sophisticated Artist Loft sale! Reg. $525.", + 525 + ], + [ + "Hell's Kitchen Comfy Loft Bedroom (for one person)", + 62 + ], + [ + "Awesome Room with 2 Beds and Large Closet", + 70 + ], + [ + "New Luxury Williamsburg 2 Bedroom 2 Bath", + 200 + ], + [ + "not available", + 75 + ], + [ + "Great New York - korea townPrivate room 1", + 75 + ], + [ + "Lovely Modern Mid-century Feng Shui Apartment", + 75 + ], + [ + "Comfy extra bedroom in Williamsburg", + 60 + ], + [ + "Stunning Modern Suite in the Heart of Brooklyn", + 85 + ], + [ + "Beautiful Room with 2 Beds Near Metro.", + 68 + ], + [ + "Charming Room with 2 Beds Near Metro", + 72 + ], + [ + "Chic Upper West Side Suite", + 99 + ], + [ + "Large Private Room in Beautiful Brooklyn Apartment", + 70 + ], + [ + "Cozy 1 Bedroom in LIC", + 86 + ], + [ + "It's always sunny in Hells Kitchen", + 250 + ], + [ + "NIce Bright Private Room North of Central Park", + 45 + ], + [ + "You can live in the center of Manhattan!", + 119 + ], + [ + "Bright 2BR/2BA Apartment - Heart of East Village", + 300 + ], + [ + "Simple Perfect Soho Sublet", + 180 + ], + [ + "Sharing room for FEMALE #1", + 100 + ], + [ + "Huge Light Filled 1BDR Loft - Modern + Minimalist", + 130 + ], + [ + "Sun-filled room in a quiet, historic neighborhood.", + 39 + ], + [ + "Williamsburg New Luxury Private Room + Bathroom", + 85 + ], + [ + "New Brooklyn&Breakfast listing! 2nd fl Budget Room", + 55 + ], + [ + "2 BED 2 BATH DUPLEX IN UPPER EAST SIDE", + 255 + ], + [ + "Private Guest Loft in a Sunny Etsy-Lovers Apt", + 110 + ], + [ + "Large, comfortable, one-bedroom Astoria apartment", + 170 + ], + [ + "San Carlos Hotel Deluxe Room (B)- up to 3", + 299 + ], + [ + "San Carlos Hotel Deluxe Rm 2 Queen bds (B)-up to 4", + 329 + ], + [ + "UPPER EAST SIDE LUXURY 2BR Apartment", + 299 + ], + [ + "Parisian West Village Apartment", + 255 + ], + [ + "Private room in Washington Heights!", + 42 + ], + [ + "Sunny Brooklyn Duplex", + 150 + ], + [ + "Loft Space with Incredible Windows", + 1500 + ], + [ + "cozy artsy cool", + 63 + ], + [ + "Cozy Room In The Heart Of Bushwick, Brooklyn", + 50 + ], + [ + "Beautiful 1.5 bedroom in Bed Stuy Brownstone.", + 150 + ], + [ + "Spacious Modern 1BR Living by NÔM Living", + 120 + ], + [ + "Bushwick Modern Loft w/terrace", + 225 + ], + [ + "Exclusive ♥ | Bed-Stuy Sanctuary", + 65 + ], + [ + "Solo ♥ | Stuyvesant Sunshine", + 65 + ], + [ + "Bright Apt Super Stylish Best Location", + 117 + ], + [ + "Stunning and Spacious Brownstone Apt in Park Slope", + 200 + ], + [ + "Beautiful furnished private studio with backyard", + 20 + ], + [ + "DUMBO PALACE", + 60 + ], + [ + "Williamsburg Bedford av. Comfy bedroom.", + 72 + ], + [ + "Modern & Sun-filled 1BR Condo in Prospect Heights", + 150 + ], + [ + "Gorgeous 2 bedroom apt in Ditmas Park\n1300 ft.²", + 185 + ], + [ + "Cozy Quiet UpperWest 1 bed near C Park/Subway", + 140 + ], + [ + "Private Room in the Heart of NYC. Room 1 of 3.", + 153 + ], + [ + "Brick wall apartment next to subway station", + 36 + ], + [ + "Home on Houston - 2 Rooms near SoHo/NoHo/LES", + 295 + ], + [ + "Amazing One Bedroom Apartment in Prime Brooklyn", + 70 + ], + [ + "Luxurious Famous Hell’s Kitchen!", + 345 + ], + [ + "Cozy + Chic Harlem Apartment", + 125 + ], + [ + "Sunny room with new Queen bed and large closet", + 75 + ], + [ + "Charming Studio in an EXCELLENT LOCATION", + 180 + ], + [ + "1 Bdrm Midtown Oasis", + 155 + ], + [ + "Luxury 3 bedroom in Prime Midtown", + 625 + ], + [ + "2nd floor art", + 120 + ], + [ + "Scandinavian Style 1BR in the Upper East Side", + 200 + ], + [ + "Modern and spacious 1BR apartment in Harlem", + 140 + ], + [ + "Brooklyn Loft Bedroom I", + 55 + ], + [ + "Cozy Small Room with Brooklyn Bridge View", + 147 + ], + [ + "Great Location in Midtown! ESB", + 220 + ], + [ + "Bright and cozy apartment in Cobble Hill, BK", + 115 + ], + [ + "CozyStudio /Briarwood Van Wyck station F to city", + 44 + ], + [ + "Beautiful apartment!!", + 298 + ], + [ + "✨✨Union Square Duplex LOFT•••4 BEDS✨✨MUST SEE !!!!", + 499 + ], + [ + "Quiet, Modern Studio Near Manhattan & Brooklyn", + 150 + ], + [ + "Large 1 bedroom apartment available", + 80 + ], + [ + "Two beds in a spacious Studio!", + 145 + ], + [ + "Enjoy a Private Room with 2 Beds in Bed Stuy", + 68 + ], + [ + "Gorgeous 1 bedroom in Brooklyn Heights!", + 150 + ], + [ + "Delightful Private Room with 2 Beds Near Metro", + 70 + ], + [ + "Modern and cozy apt in Manhattan", + 240 + ], + [ + "Beautiful Queen Bed Room - Entire Apt!", + 120 + ], + [ + "Cozy flat in Williamsburg", + 200 + ], + [ + "A Comfortable Place, 15 min to JFK & 30 min to NYC", + 50 + ], + [ + "Private room-Upper East Side-2min walking Q train", + 99 + ], + [ + "* Modern Private BR in the Heart of Williamsburg *", + 80 + ], + [ + "Comfortable & Sunny 1 Bdrm – Heart of Fort Greene", + 128 + ], + [ + "Private Bedroom - King Size Bed", + 49 + ], + [ + "Harlem Heights Pearl Suite", + 100 + ], + [ + "Sun Drenched Apartment in Brooklyn", + 119 + ], + [ + "KINGS THEATER! MODERN PRIVATE ROOM WITH AMENITIES!", + 60 + ], + [ + "Stunning 4BDRM/2BTH Duplex Loft Best Neighborhood!", + 700 + ], + [ + "Amazing private room 15 min to manhattan!", + 65 + ], + [ + "Spacious & Comfortable Suite w/ Private Entry/Bath", + 80 + ], + [ + "Beautiful private room in townhouse!", + 52 + ], + [ + "Cozy private room!", + 62 + ], + [ + "Super Spacious, Renovated, Artsy Uptown Apartment", + 108 + ], + [ + "Premier room in UWS NYC, Columbia, Central Park", + 120 + ], + [ + "Delightful private room 15 min to manhattan!", + 60 + ], + [ + "Excellent private room!", + 72 + ], + [ + "Quiet, classic Queens studio, on subway, JFK LGA", + 90 + ], + [ + "Fantastic private room!", + 55 + ], + [ + "Great private room!", + 55 + ], + [ + "Huge private room!", + 55 + ], + [ + "Entire Apt in the center of NYC", + 120 + ], + [ + "Large 2 bedroom apartment in Williamsburg", + 300 + ], + [ + "Financial District Studio, Furnished. Location!", + 170 + ], + [ + "Explore NYC From Our Private Studio w/Free Wifi", + 75 + ], + [ + "Private Cozy Room", + 31 + ], + [ + "Room to rent for Couple specially tourists !", + 200 + ], + [ + "Cosy room in spacious Fort Greene apartment", + 60 + ], + [ + "greenpoint williamsburg huge studio room /", + 250 + ], + [ + "Charming private room 2 beds", + 65 + ], + [ + "Delightful Private Room X", + 65 + ], + [ + "Colorful, cozy, artsy bedroom in heart of bushwick", + 35 + ], + [ + "Designer Brooklyn Townhouse with Garden", + 300 + ], + [ + "Beautiful Home 美麗之家", + 119 + ], + [ + "Home: Cozy Secure Convenient 12 min to NYC舒適安全便利的家", + 119 + ], + [ + "One stop away from manhattan", + 85 + ], + [ + "Beautiful two bedrooms in front of the park", + 115 + ], + [ + "SPACIOUS & COZY APARTMENT, 35 MINS FROM MANHATTAN", + 75 + ], + [ + "Sparkling Pad near Times Square HK -w- Queen Bed", + 225 + ], + [ + "Private Sunny Mid-century Feng Shui Apartment", + 129 + ], + [ + "Private bed in a huge apartment! Him-1R-1", + 50 + ], + [ + "Private Bedroom in Bushwick Him-1R-2", + 50 + ], + [ + "Amazing Bedroom in Brooklyn Him-1R-3", + 50 + ], + [ + "Private Bedroom in the heart of Bushwick Him-1R-4", + 50 + ], + [ + "Gorgeous Bedroom on Himrod! Him-1R-5", + 50 + ], + [ + "East 82nd Street, Upper East Side/Yorkville 1bd", + 165 + ], + [ + "New gorgeous garden view spacious 1BR flat", + 150 + ], + [ + "One block from subway: bed for traveler", + 24 + ], + [ + "Quiet sleep share in Brooklyn", + 32 + ], + [ + "New york Single family home", + 200 + ], + [ + "** COZY & SPACIOUS 1/1 - HARLEM", + 119 + ], + [ + "Gorgeous Bohemian one BEDROOM in EAST VILLAGE", + 1700 + ], + [ + "NEW! 3 Bedroom Central Williamsburg Home", + 305 + ], + [ + "Homey Shared Apt - 5min to L train - Free cleaning", + 35 + ], + [ + "Large 1 bedroom in Manhattan upper west side", + 200 + ], + [ + "2BR- 3 Beds, Great Location in Midtown Manhattan", + 206 + ], + [ + "Room w/private bathroom, Central Park & Times Sq", + 160 + ], + [ + "Long Island City Gem!", + 159 + ], + [ + "Cozy 1 BDR in Long Island City", + 99 + ], + [ + "LUXURY 3BDRM 2BTH Sleeps 10 PPL 30 min to Midtown", + 349 + ], + [ + "Nice room available in Astoria for the holidays!", + 70 + ], + [ + "LOFT Apartment in Bed-Stuy", + 107 + ], + [ + "Spacious convenient room available immediately!!", + 38 + ], + [ + "Luxurious 1 Brd with Manhattan and Ocean views.", + 210 + ], + [ + "Private apartment 10 min walk from train", + 139 + ], + [ + "Nights in Midtown Manhattan-Ladies Only", + 39 + ], + [ + "Apartment New York \nHell’s Kitchens", + 6500 + ], + [ + "The Spot! 25 min from NYC walk to Belmont Park", + 100 + ], + [ + "The cozy room", + 62 + ], + [ + "The East Village Home: The Sunlight Room", + 125 + ], + [ + "The Symphony", + 89 + ], + [ + "Sugar Cove", + 89 + ], + [ + "Brooklyns Perfect Location!", + 180 + ], + [ + "Manhattan Club-A Lux Suite in Heart of Manhattan", + 300 + ], + [ + "Artsy + Light. River Views. 30 min to 42nd St.", + 45 + ], + [ + "Midtwon / UES Gem With Private Terrace!", + 135 + ], + [ + "Warm & Cozy Bushwick apt steps from Dekalb L Train", + 350 + ], + [ + "Quite and Comfortable", + 29 + ], + [ + "1/2 of a LARGE APARTMENT in Bushwick / Bedstuy <3", + 99 + ], + [ + "Huge sunny loft on Downtown Bowery!", + 200 + ], + [ + "Awesome space on your own floor with a PrivateBath", + 99 + ], + [ + "Beautiful Twin Room in Victorian Cottage", + 90 + ], + [ + "Beautiful Bedroom in Booming Bushwick!", + 65 + ], + [ + "#2 Apartment", + 200 + ], + [ + "True 1BR in East Village with City Views", + 175 + ], + [ + "#1", + 600 + ], + [ + "Sunny, 2 Bed Apartment on Wburg-Greenpoint Border", + 250 + ], + [ + "Huge Apartment in the Heart of Bushwick", + 200 + ], + [ + "Beautiful Artsy Apartment centrally located!", + 130 + ], + [ + "Clean & Cozy 1 BR - Great NYC Location", + 125 + ], + [ + "Amazing 1 bedroom apartment in Williamsburg Area", + 250 + ], + [ + "Large Private Room in Gorgeous FiDi Apartment", + 60 + ], + [ + "MyLittlePlace", + 90 + ], + [ + "LARGE ROOM ‘N CLINTON HILL, Brooklyn, w / LAUNDRY!", + 60 + ], + [ + "Nice bedroom in Brooklyn !", + 50 + ], + [ + "Studio Apartment Full Bath 15 Minutes From JFK", + 60 + ], + [ + "\"Cabin\" —Private Queen Bedroom in Jungly Apartment", + 85 + ], + [ + "(A) Brand New apto just few steps from the train", + 55 + ], + [ + "roomy & chic 1 bdrm w/ skyline views, near trains", + 250 + ], + [ + "PERFECT WILLIAMSBURG PLACE W/ BACKYARD OASIS", + 85 + ], + [ + "NYC Best 2 Bedroom Apartment Location", + 355 + ], + [ + "Beautiful Upper East Side 1 Bedroom Apt: King Size", + 260 + ], + [ + "Large quiet bedroom near williamsburg bridge", + 55 + ], + [ + "Brooklyn Bedroom - Warm & Cozy Near Subway (2)", + 150 + ], + [ + "Room in cool apartment with cool people", + 55 + ], + [ + "Bushwick Brooklyn Grand Bedroom", + 58 + ], + [ + "1-Bedroom in Bushwick for 2 in shared apartment", + 110 + ], + [ + "1 Bedroom in Williamsburg", + 90 + ], + [ + "Wonderful Stay at Upper West Side 2BR Apartment", + 90 + ], + [ + "San Carlos Hotel One Bedrm Suite/3 beds- up to 6", + 399 + ], + [ + "(C) Brand New apto just few steps from the train", + 55 + ], + [ + "(D) Brand New apto just few steps from the train", + 55 + ], + [ + "Hard to Find!! Entire Floor with 2 PRIVATE TERRACE", + 72 + ], + [ + "E 74 & 2nd Avenue", + 123 + ], + [ + "Artists + Travelers Private Room in Brooklyn", + 59 + ], + [ + "very small room near Columbia Uni med school", + 45 + ], + [ + "Cozy, cute room in Williamsburg w/ shared backyard", + 95 + ], + [ + "Large private bedroom", + 65 + ], + [ + "Brick Studio with Great wide Street View", + 260 + ], + [ + "Luxury Studio, one block from Central Park", + 260 + ], + [ + "Filomena’s", + 73 + ], + [ + "Lovely room in the heart of Wiliamsburg", + 60 + ], + [ + "BSM2. Shares basement", + 25 + ], + [ + "Private Room in the heart of Williamsburg", + 150 + ], + [ + "My cozy studio", + 285 + ], + [ + "Gilchrist Private", + 1000 + ], + [ + "Serene art-filled apartment near Prospect Park", + 81 + ], + [ + "Cozy & Clean RM in Queens. Near Subway Station.", + 38 + ], + [ + "Le Chateau vacation", + 70 + ], + [ + "Female only , Close to Manhattan, Safe, Clean,", + 29 + ], + [ + "Sunny Spacious Studio, Subway Right Downstairs!", + 160 + ], + [ + "Le Chateau Vacation", + 98 + ], + [ + "Le Chateau", + 98 + ], + [ + "Le Chateau", + 98 + ], + [ + "New Renovation cozy sweet apartment。3 FL", + 150 + ], + [ + "♀ New Sunny Furnished Room near Express Subway", + 35 + ], + [ + "♀ New Large Sunny Room close to Express Train", + 50 + ], + [ + "Hip and minimal neighborhood loft", + 265 + ], + [ + "New Large 3bd furnished space. Walk to Fast Subway", + 211 + ], + [ + "1 bedroom apartment across the Central Park", + 160 + ], + [ + "Sunny and cozy room 10 minutes from Times Sq.61F3", + 99 + ], + [ + "Quiet, light-filled, Soho apartment", + 170 + ], + [ + "Modern & trendy serenity—great High Line location", + 299 + ], + [ + "Colorful, Sun Drenched Bed Stuy Gem", + 150 + ], + [ + "Instagrammers Dream Loft", + 200 + ], + [ + "Rare gem nestled in the heart of Bushwick", + 140 + ], + [ + "3 Bedroom Bright super Cozy, W'burg", + 220 + ], + [ + "Brooklyn is fun", + 35 + ], + [ + "Cozy One Bedroom Apartment In Downtown Manhattan", + 125 + ], + [ + "Modern 4story building w/private bathroom elavator", + 90 + ], + [ + "Steps from Times Square and Subway!", + 99 + ], + [ + "⚡ 3 APT in 1--Large groups Travel & stay together⚡", + 350 + ], + [ + "Cozy&Quiet&Modern sky life in New York", + 70 + ], + [ + "Cozy Apt in UWS Manhattan, Columbia, Central Park", + 98 + ], + [ + "Spacious Manhattan room. Well lit! Always clean.", + 40 + ], + [ + "Large and comfortable in heart of Brooklyn", + 150 + ], + [ + "New York room uptown", + 66 + ], + [ + "November's pre-holiday listing", + 200 + ], + [ + "Quiet spacious Williamsburg room w/ private bath", + 100 + ], + [ + "30 minutes to Times Square! 10 to Williamsburg!", + 75 + ], + [ + "Large and charming apartment in the East Village", + 150 + ], + [ + "Sun Drenched 1-Bed in the Heart of Park Slope", + 125 + ], + [ + "Sunny room in UWS, Columbia,Central Park", + 85 + ], + [ + "Dont Be Shy, Stay in Bedstuy!!!", + 175 + ], + [ + "Comfort room in UWS, Columbia,CentralPark", + 90 + ], + [ + "Upper East Chic 1BR Apartment Near Central Park", + 199 + ], + [ + "2 bed next to Times Square w/ private heated patio", + 250 + ], + [ + "Modern Studio Apartment", + 85 + ], + [ + "New York Apartment close to many attractions", + 150 + ], + [ + "Sanctuary Apartment in Ideal NYC Location", + 100 + ], + [ + "Manhattan/Step to central park 5th ave/3BR sleep 9", + 399 + ], + [ + "Queen Studio Room In Boutique Hotel", + 149 + ], + [ + "Charming East Village 1B Apt with Rooftop & View", + 250 + ], + [ + "Boutique Cozy Queen Room", + 139 + ], + [ + "Cozy Brooklyn Studio Apartment Condo", + 100 + ], + [ + "Williamsburg own", + 250 + ], + [ + "Cozy Brooklyn Heights", + 174 + ], + [ + "Large, Clinton Hill studio with a view.", + 150 + ], + [ + "Private room in huge Soho apartment", + 80 + ], + [ + "Sun-drenched Executive Suite 3", + 100 + ], + [ + "This place Very quiet and fresh!", + 75 + ], + [ + "Beauty in the heart of downtown Brooklyn", + 109 + ], + [ + "Cozy Brooklyn Heights - Private Room", + 65 + ], + [ + "Garden Room in Rego Park", + 65 + ], + [ + "Fantastic Value - Quiet Room Seconds from Graham L", + 40 + ], + [ + "1 bedroom apartment in Chelsea", + 189 + ], + [ + "Room @Brooklyn, NY", + 45 + ], + [ + "Heart of Astoria- Extremely close to the CITY", + 120 + ], + [ + "Paris in New York Cozy private entrance&bath bkfst", + 125 + ], + [ + "Bedroom with private access to patio", + 45 + ], + [ + "Large Bedroom in Beautiful, Modern Apartment", + 120 + ], + [ + "New & Stylish 1 Bedroom Williamsburg", + 82 + ], + [ + "Quiet luxury condo w/ central aircon, roof & W/D", + 72 + ], + [ + "Modern Williambsurg Studio in Prime Location", + 200 + ], + [ + "Modern and Spacious Brooklyn Duplex", + 500 + ], + [ + "Modern Private Studio IN East Flatbush", + 110 + ], + [ + "Bright and Cozy Brooklyn Apartment", + 75 + ], + [ + "J-BRAND NEW LUXURY ROOM 25 MIN DRIVE TO MANHATTAN", + 64 + ], + [ + "3 BEDS - PRIVATE HALF BATH -NEXT TO METRO", + 100 + ], + [ + "New york Cozy studio", + 100 + ], + [ + "Newly Renovated Spacious 2 Bedroom Apartment!", + 140 + ], + [ + "Cozy room in hip Lower East Side neighborhood", + 83 + ], + [ + "DESIGNER 1 BEDROOM APARTMENT", + 200 + ], + [ + "Cosy One-Bedroom in vibrant Washington Heights", + 125 + ], + [ + "Beautiful Bedroom in Bedstuy", + 32 + ], + [ + "Comfortable place, 15 min from JFK & 30 min to NYC", + 60 + ], + [ + "Aiden’s Red Door - Jr. Penthouse Suite", + 89 + ], + [ + "Large Private room in Astoria. Midtown in 20mins", + 90 + ], + [ + "Spacious - Newly Renovated 2/2 on Top Floor", + 155 + ], + [ + "Chic Brand New Maisonette 2BR in Greenpoint", + 139 + ], + [ + "Duplex Room in the heart of Williamsburg", + 70 + ], + [ + "Super Cozy Kensington by F,G trains", + 42 + ], + [ + "Sunny Private Bedroom in Nolita", + 85 + ], + [ + "Landmarked Limestone Sanctuary", + 860 + ], + [ + "THE LOUVRE MEETS THE HEART OF THE EAST VILLAGE", + 195 + ], + [ + "♂ ♀ Large Sunny Bedroom Walk to Express Subway", + 75 + ], + [ + "Clean room in Soho/Nolita", + 120 + ], + [ + "♂ ♀ Large Room Close to Express Subway + Bus", + 65 + ], + [ + "♂ ♀ Sunny Bedroom in Popular Brooklyn", + 45 + ], + [ + "♀ Female Only Large Sunny Shared Room Double bed", + 35 + ], + [ + "♀ Female Only Sunny Shared Room Double bed", + 30 + ], + [ + "♀ Female Only Single Bed in Sunny Room Popular", + 30 + ], + [ + "♀ Female only Shared Bedroom, Double Bed", + 35 + ], + [ + "LaGuardia in less than 30. Steps to Supermarket.", + 31 + ], + [ + "Yankee stadium pad", + 100 + ], + [ + "Cozy Room near mall & Elmhurst Ave station (M.R).", + 42 + ], + [ + "♀ Large Sunny Room in Newly Renovated Apt Popular", + 75 + ], + [ + "Luxurious Duplex Condo in the heart of Brooklyn", + 165 + ], + [ + "Cozy Studio with River Views", + 95 + ], + [ + "♀ Sunny Bedroom in Great Apartment in Popular Bk", + 41 + ], + [ + "Fab Williamsburg 1 BR w great amenities! #10307", + 250 + ], + [ + "Spacious room in Ridgewood", + 30 + ], + [ + "Ground Floor Gem w/ tiny patio!", + 165 + ], + [ + "MANHATTAN CLUB - 1 BEDROOM SUITE", + 250 + ], + [ + "Weekend Getaway", + 200 + ], + [ + "The Perfect Room 1 stop to East Village!", + 102 + ], + [ + "Rare and spacious apartment. 15 mins to Manhattan.", + 200 + ], + [ + "Petra, Place of Peace ***Female PREFERRED!***", + 60 + ], + [ + "Gorgeous Room in Williamsburg, 10min to Soho", + 102 + ], + [ + "1BR Apartment close to Prospect Park", + 93 + ], + [ + "Close by Central Park", + 110 + ], + [ + "COZY SPACIOUS ROOM WITH PRIVATE ENTRANCE TO GARDEN", + 70 + ], + [ + "Private room. All RENOVATED. 4 stops to MHTN", + 80 + ], + [ + "charming Bedroom in a quite neighborhood", + 46 + ], + [ + "Modern Spacious Room in Loft with Rooftop", + 75 + ], + [ + "Monet in Manhattan private room w deck & bkfst", + 125 + ], + [ + "Minimal East Village studio in the BEST location!", + 110 + ], + [ + "Three \"new\" New Yorker's", + 145 + ], + [ + "Grand Street in Brooklyn, G stop, L stop.", + 250 + ], + [ + "Your Home Away From Home in New York City! NYC", + 100 + ], + [ + "Huge 450ft Master Bedroom in Spectacular Soho Loft", + 200 + ], + [ + "comfortable one-bedroom in great LES location", + 121 + ], + [ + "SOUTH RIVER VIEWS/DOORMAN-E 52nd ST", + 330 + ], + [ + "Immaculate and Bright Apartment Downtown", + 650 + ], + [ + "Stylish studio in the heart of Clinton Hill", + 105 + ], + [ + "Williamsburg Artist Loft", + 110 + ], + [ + "Great New York-korea town1~2", + 65 + ], + [ + "Sunlit Backyard in NYC + Walk to Zoo and Gardens!", + 90 + ], + [ + "Trendy and Spacious East Harlem 1BR Apt", + 109 + ], + [ + "Gorgeous Modern + Sunny Room in Prime Williamsburg", + 68 + ], + [ + "Cozy and new apartment between LES and Chinatown", + 170 + ], + [ + "New York Moments (Ladies Only)", + 39 + ], + [ + "Home of Harmony", + 100 + ], + [ + "Ultra Lux Morden 2 Bedrooms suite with court yard", + 298 + ], + [ + "Kan house", + 180 + ], + [ + "KalaJones", + 250 + ], + [ + "Beautiful & bright space in PRIME Williamsburg", + 120 + ], + [ + "Kan house", + 180 + ], + [ + "The perfect resting stop", + 50 + ], + [ + "Lofty Studio in the heart of Williamsburg", + 180 + ], + [ + "1 Private Room in West Harlem", + 40 + ], + [ + "Stunning Flatiron 1 BR near Subway access to all!", + 189 + ], + [ + "Cozy Studio in West Village", + 500 + ], + [ + "Huge & Sunny room in Williamsburg", + 56 + ], + [ + "Kan house", + 180 + ], + [ + "5 mins from Central Park +Community #1", + 78 + ], + [ + "Guest room nice family in Cypress Hills :)", + 45 + ], + [ + "Williamsburg Waterfront Luxury Apartment", + 250 + ], + [ + "Natural Habitat | ♥ SUPER HOST ♥", + 65 + ], + [ + "Private Room in Relaxing Townhouse", + 68 + ], + [ + "Nice Cozy Room In Brooklyn On A Dead End Block", + 45 + ], + [ + "SPACIOUS MANHATTAN ROOM \nNO EXTRA FEE", + 42 + ], + [ + "Brooklyn Room, lots of sunlight", + 55 + ], + [ + "Private Master Bedroom", + 100 + ], + [ + "Cozy NYC Downtown Room", + 103 + ], + [ + "2BR Apartment in Ridgewood, 20min to Manhattan", + 115 + ], + [ + "*Spacious, Modern and Charming 1 Bedroom Apt!*", + 90 + ], + [ + "ALL PRIVATE - Bedroom, Bath and Kitchenette", + 85 + ], + [ + "East Village Escape for 2-4 guests!", + 229 + ], + [ + "Gorgeous Room with Private Bath in Bedstuy", + 95 + ], + [ + "Serenity In Queens", + 70 + ], + [ + "Room J near Columbia", + 80 + ], + [ + "Cozy studio btw upper east side and midtown east", + 140 + ], + [ + "Privet Room in GROUND FLOOR apt with FREE parking", + 66 + ], + [ + "Private room next to N train.", + 20 + ], + [ + "Large Cozy Bedroom Near Manhattan & Airport", + 68 + ], + [ + "QUIET Zen Garden Pad in BEST Brooklyn location!", + 108 + ], + [ + "Sunny Penthouse with Williamsburg Bridge view", + 143 + ], + [ + "Spacious Hell's Kitchen Studio, Amazing Location", + 132 + ], + [ + "Newly Renovated 3BR Apt,Minutes away from SI Ferry", + 109 + ], + [ + "New York Chelsea Art Apt.", + 200 + ], + [ + "Chic one bedroom apartment in the heart of NYC", + 150 + ], + [ + "Cozy Private Apartment 4 stops away from 42 st", + 70 + ], + [ + "Cozy apartment with art, good light, books", + 130 + ], + [ + "DOORMAN Immaculate A/C Quiet Elegant", + 195 + ], + [ + "LUXARY 2BR DUPLEX LOFT Downtown Brooklyn", + 191 + ], + [ + "Sunny, Modern Comfort in Harlem", + 250 + ], + [ + "Huge Designer Soho Loft (Elevator) Private Terrace", + 350 + ], + [ + "Fraud", + 147 + ], + [ + "Huge Room Right by the Myrtle JMZ", + 50 + ], + [ + "Sunny, Cozy Apt in the Heart of BedStuy for Cheap", + 79 + ], + [ + "Charming Apt in Historic Greenpoint Brownstone", + 150 + ], + [ + "Luxurious Ensuite in Historic Brownstone", + 70 + ], + [ + "One stop subway from mamhattan", + 200 + ], + [ + "Vintage first floor private room in a 3 bed apt", + 60 + ], + [ + "Bright and Airy Greenwich Village Junior 1 Bedroom", + 300 + ], + [ + "Sun filled DJ apartment in Williamsburg", + 200 + ], + [ + "Female Shared 2 Bedroom Apt by Lincoln Center", + 100 + ], + [ + "Entire Basement w/ Warm+Friendly+Brooklyn Energy!", + 200 + ], + [ + "Privet living room", + 68 + ], + [ + "Notorious -_- 15R", + 55 + ], + [ + "Manhattan Sights & Sound (Ladies Only)", + 39 + ], + [ + "2 bedroom, one bath in Crown Heights", + 2545 + ], + [ + "Cozy clean room ;LGA 5 mints,JFK 10 mint Astoria", + 50 + ], + [ + "Luxury Apt near the Statue of Liberty", + 160 + ], + [ + "Heaven in New York, Orange Room", + 75 + ], + [ + "★Private Rooftop★- Your Own Townhouse in NYC", + 399 + ], + [ + "Luxury Two Bedroom Ground Floor, Walk-in Apartment", + 115 + ], + [ + "Perch Harlem", + 150 + ], + [ + "J-ROOM SHARE BY CASINO*AIRPORT*CAFE*DOORSTEP METRO", + 34 + ], + [ + "J-NEW ROOM*NEAR CASINO*AIRPORT*CAFE*DOORSTEP METRO", + 59 + ], + [ + "Amazing one bedroom for a getaway in Brooklyn", + 38 + ], + [ + "Brooklyn BedStuy Apt close to Subway and Downtown", + 45 + ], + [ + "Apartment in the heart of Williamsburg", + 100 + ], + [ + "Brooklyn Apartment with tons of light", + 100 + ], + [ + "Large and bright bedroom 18 min to Grand Central", + 60 + ], + [ + "Charming apartment in coveted Carroll Gardens, BK", + 155 + ], + [ + "Sunlit Spacious Apartment in Brooklyn", + 120 + ], + [ + "Gorgeous space for last minute marathon plans", + 275 + ], + [ + "Chambers Queen - Modernist Room | Minutes from 5th", + 191 + ], + [ + "Luxurious apartment with spectacular city views", + 350 + ], + [ + "Cozy 1BR near Brooklyn Waterfront by NÔM Stays", + 120 + ], + [ + "New York City UES Luxury Doorman Building", + 500 + ], + [ + "Elegant 1BR in Williamsburg by NÔM Stays", + 120 + ], + [ + "La Grand BnB near JFK", + 485 + ], + [ + "Affordable Room near JFK", + 125 + ], + [ + "Room 3 blocks from Columbus Circle / Central Park", + 140 + ], + [ + "Room near JFK, good for Cancellations and Delays!", + 125 + ], + [ + "Beautiful Private Small Room with 2 Beds", + 63 + ], + [ + "Charming Room 1 with 2 Beds Close to Metro", + 70 + ], + [ + "La Grand Master Bedroom", + 180 + ], + [ + "Cozy private room in the heart of Bushwick", + 50 + ], + [ + "Large bedroom in Manhattan. Subway on same block", + 70 + ], + [ + "Sunlit Bedroom in Washington Heights", + 42 + ], + [ + "Contemporary Minimalistic Private room in Bed-Stuy", + 60 + ], + [ + "5minutes to Manhattan luxury apartment", + 69 + ], + [ + "Bright, cozy and large room in Manhattan - ATrain", + 40 + ], + [ + "The Cozy Corner in BedStuy", + 120 + ], + [ + "Comfortable room in family home in Brooklyn!", + 50 + ], + [ + "Large Suite w/private bathroom by central park", + 92 + ], + [ + "Comfortable- JFK,LGA Best Value", + 50 + ], + [ + "Large studio in midtown east", + 155 + ], + [ + "LUXURY Studio Apartment in PRIME Williamsburg", + 200 + ], + [ + "2 bedroom Apartment.", + 80 + ], + [ + "Entire Townhouse in Boerum Hill, Brooklyn", + 138 + ], + [ + "Willoughby penthouse", + 100 + ], + [ + "Queens home with a view", + 151 + ], + [ + "Entire floor of apartment with separate entrance", + 85 + ], + [ + "Entire Apartment in Beautiful Brooklyn Brownstone", + 170 + ], + [ + "Spacious Home with Backyard in Brooklyn", + 81 + ], + [ + "Minimal Loft in heart of Williamsburg -waterfront", + 150 + ], + [ + "Cozy Brooklyn room 15min to Manhattan by subway!", + 85 + ], + [ + "1 double size bedroom 0.1 mile from Times Square.", + 62 + ], + [ + "Room M near Columbia", + 75 + ], + [ + "Single bedroom in Brooklyn", + 40 + ], + [ + "Studio in East Harlem", + 100 + ], + [ + "Downtown Brooklyn Loft Space Under The Bridge", + 275 + ], + [ + "Clean, Convenient & Comfy Apt in FLATIRON! :-)", + 139 + ], + [ + "Midtown room in the center of the NYC universe.", + 98 + ], + [ + "cozy room in queens, with free subway pick up", + 100 + ], + [ + "FREE YOGA with Goodyoga's Guest Room!", + 100 + ], + [ + "New York Manhattan Club Metro Suite", + 100 + ], + [ + "Bright one bedroom. Lorimer (J,M) broadway (G)", + 149 + ], + [ + "Brooklyn-Brooklyn", + 75 + ], + [ + "Luxury 2 Beds 2 Bath / Lincoln center", + 260 + ], + [ + "Cozy Artsy Room 2nd", + 60 + ], + [ + "Cozy, quiet, one-bedroom West Village apartment", + 160 + ], + [ + "Entire Brooklyn Brownstone Apartment with Laundry", + 135 + ], + [ + "Private Room in Beautiful Brooklyn Apt!", + 60 + ], + [ + "Modern Luxury 1BR Apt", + 119 + ], + [ + "New York Home with a View", + 130 + ], + [ + "Large room + private bathroom by Central Park", + 75 + ], + [ + "Spacious, Immaculate 2-BR Perfect for NYC Visit", + 150 + ], + [ + "Suite Splendor near the Prospect Park.", + 150 + ], + [ + "Huge bright 1,500SqFt loft. Subway down the street", + 250 + ], + [ + "Trendy Soho Apartment", + 200 + ], + [ + "Vintage Room &prvt bathroom Central Park Manhattan", + 79 + ], + [ + "East Village Luxury Retreat", + 250 + ], + [ + "Contemporary room in front of Central Park", + 89 + ], + [ + "NYC East Village 1 BR / Studio", + 179 + ], + [ + "Spice Island Hotspot", + 38 + ], + [ + "Giant private bedroom w 1/2 bathroom in 4BR apt", + 25 + ], + [ + "Massive Large 4 bedrooms 2 bathrooms in Manhattan", + 150 + ], + [ + "Bedstuy Artists Quarter (tower corner room)", + 43 + ], + [ + "** 2 Bedrooms in Central NYC! ***", + 295 + ], + [ + "Spacious, classic parlor brownstone with backyard", + 215 + ], + [ + "one bedroom apartment safe, clean, best price", + 75 + ], + [ + "Home away from home", + 80 + ], + [ + "Private Studio Chelsea 23 x 8th Ave 30sec to train", + 180 + ], + [ + "Spacious, private room near Empire State Building", + 99 + ], + [ + "Modern Apartment in Brooklyn with deck and yard", + 200 + ], + [ + "East meets West", + 95 + ], + [ + "Bedroom in Astoria for two", + 97 + ], + [ + "Sunny , queen size bedroom near the metro", + 100 + ], + [ + "Half block to NY. Flushing Chinatown. Main Street", + 57 + ], + [ + "Comfortable artistic Brooklyn apartment", + 75 + ], + [ + "Nice room in Astoria 20min to Manhattan", + 45 + ], + [ + "Stunningly Bright Room with NYC Skyline Views", + 299 + ], + [ + "Sun-lit downtown apartment in the West Village", + 179 + ], + [ + "Elevated Bushwick Apartment w/360 Brooklyn Views", + 160 + ], + [ + "Cosy bedroom in Bedstuy - A, C and G trains", + 60 + ], + [ + "Barrett’s Family Home", + 55 + ], + [ + "Spacious 1BR BK Hideaway Steps from Prospect Pk", + 85 + ], + [ + "Our home sweet home", + 185 + ], + [ + "PRIVATE ROOM NEAR BOTH AIRPORTS AND SUBWAY/LIRR", + 50 + ], + [ + "Near to all trains, 15 minute from JFK, safe house", + 110 + ], + [ + "Entire downstairs 1.5 baths & private backyard", + 125 + ], + [ + "Brooklyn Magic Space", + 300 + ], + [ + "1 BDRM close to JFK airport cozy & clean HOUSE NYC", + 160 + ], + [ + "Comfortable private room near Columbia University", + 68 + ], + [ + "1 bedroom within walking distance to Times Sq", + 250 + ], + [ + "Private and cozy room in East Williamsburg.", + 65 + ], + [ + "Ultra Modern Two Bedroom with Amazing Views", + 215 + ], + [ + "Modern, comfy, and cool", + 150 + ], + [ + "Private bedroom 3 stops from Grand Central", + 60 + ], + [ + "Huge Auditorium/Theatre w/Balcony Seats for Events", + 500 + ], + [ + "Entire floor (private entrance) w/ 1 BR in NYC", + 55 + ], + [ + "Brand New Luxury Apartment with Private Garden", + 200 + ], + [ + "Near LGA and JFK Airport \nCharming Guest Suite", + 65 + ], + [ + "Large private bedroom 1 stop from Manhattan", + 65 + ], + [ + "CLOSE TRAIN, 30JFK 40LG, 1or2People. closeManhatt", + 48 + ], + [ + "Near LGA and JFK airport \nSmall Cozy Room", + 38 + ], + [ + "Spacious West Village Studio", + 1115 + ], + [ + "Huge Studio style room in Manhattan -Private Bath", + 80 + ], + [ + "BRIGHT, SPACIOUS, QUIET Luxury Oasis, DowntownNYC!", + 175 + ], + [ + "2 bedroom apartment in Sunset Park, Brooklyn", + 175 + ], + [ + "The heart of Queens !!", + 60 + ], + [ + "Brand New NYC Apartment: Central Park & Midtown", + 265 + ], + [ + "Book your party on UES NYC Venue", + 75 + ], + [ + "NICE BED IN A SHARED ROOM FOR A MAN NEAR MIDTOWN 1", + 58 + ], + [ + "Beautiful 4 bedroom, one block from Central Park!", + 310 + ], + [ + "Luxurious townhouse, 2bd w/Loft+2bath+High-ceiling", + 135 + ], + [ + "Bargain Warm Spacious Studio in Carroll Gardens!", + 74 + ], + [ + "Comfy, Cozy Studio at the Grand Old Mansion", + 81 + ], + [ + "Bright warmth 2min bus 4min subway 窗下凉台花园房。", + 35 + ], + [ + "Large bedroom with private bathroom", + 90 + ], + [ + "Sunny Bohemian Apartment in Solar Building!", + 285 + ], + [ + "Cozy apartment, SubwayEMR7NW, 5mins to Manhattan", + 95 + ], + [ + "Warm Wiliamsburg Retreat", + 48 + ], + [ + "West Village Corner 1 Bedroom GEM", + 275 + ], + [ + "Large Union Sq Apartment!", + 650 + ], + [ + "New Yorker sunny top floor loft", + 200 + ], + [ + "Large private room Williamsburg, Luxury Building", + 80 + ], + [ + "Comfortable and Modern BedStuy Hideaway", + 100 + ], + [ + "Entire Top Floor Suite with Private Bathroom.", + 120 + ], + [ + "My magical home steps from Times Square", + 150 + ], + [ + "Spacious Sunny Balcony Room in Williamsburg", + 90 + ], + [ + "Home away from home. Private apt across from park.", + 175 + ], + [ + "Beautiful Artist couples Home in Chinatown.", + 175 + ], + [ + "Modern 1BR in Williamsburg by NÔM Stays", + 120 + ], + [ + "“TIME SQUARE” 43rd Street\nBig Bedroom on 1st floor", + 135 + ], + [ + "Bright Brooklyn Brownstone", + 160 + ], + [ + "Private bedroom in large apartment in East Harlem", + 40 + ], + [ + "Private master bedroom next to Central Park & CU", + 95 + ], + [ + "NYC WARM CLEAN COZY CLOSET EXPERIENCE ROOM 3 PPL", + 68 + ], + [ + "Bergen Beach Beauty", + 49 + ], + [ + "Renovated studio/ Elevator/ Laundry/ 76 St & 2 Ave", + 105 + ], + [ + "**Harlem, Chic Getaway! 5m to Dining/Trains***", + 202 + ], + [ + "Doorman Beautiful Studio / 32nd St & Lexington Ave", + 120 + ], + [ + "New York home ferry ride from Manhattan.", + 90 + ], + [ + "Luxury high ceiling penthouse apartment", + 133 + ], + [ + "Upper West Side Studio", + 150 + ], + [ + "Small Room Close to Astoria Park", + 60 + ], + [ + "Best location in Williamsburg!", + 99 + ], + [ + "Convenient 2 BR next to train minutes to Manhattan", + 165 + ], + [ + "Private Room 1 - Central Park / CU mins away", + 95 + ], + [ + "Modern 1BR Apt in Heart of LES, near Subway!", + 59 + ], + [ + "TIME SQUARE” 43rd street\nPrivate room on 1st floor", + 145 + ], + [ + "Private Room 2 - Next to Central Park / CU", + 95 + ], + [ + "Large private bedroom in private house.", + 60 + ], + [ + "Cozy Room Conveniently Located Near Central Park", + 90 + ], + [ + "Hart st", + 60 + ], + [ + "Room Q near Columbia", + 80 + ], + [ + "Cozy bedroom in hip center of Williamsburg", + 60 + ], + [ + "Avail July - Beautiful Greenwich Village room!", + 150 + ], + [ + "Brooklyn Loft Bedroom II", + 50 + ], + [ + "Quiet private bedroom in Bed-Stuy, Brooklyn", + 93 + ], + [ + "Cozy studio with private entrance", + 75 + ], + [ + "Luxury Condo near Columbia Univ and Central Park", + 150 + ], + [ + "Hudson Yard - Comfy Queen Room", + 107 + ], + [ + "Bright and Comfortable Home in Brooklyn", + 149 + ], + [ + "East Village Oasis", + 220 + ], + [ + "Beautiful Private Room 20 min to city X", + 65 + ], + [ + "EXCELLENT private room X", + 65 + ], + [ + "Bright and stylish 1 bedroom", + 220 + ], + [ + "Cozy Home In Queens", + 50 + ], + [ + "Park Slope - Brand New Bright 3 Bedroom, 2.5 Bath", + 700 + ], + [ + "Cozy Studio in the Upper East (30 DAYS MIN)", + 99 + ], + [ + "Spacious and Bright Williamsburg Loft", + 175 + ], + [ + "Luxury studio suite in heart of Financial district", + 155 + ], + [ + "Ultra modern Luxury apartment in Time Square", + 219 + ], + [ + "NOLITA apartment w doorman", + 130 + ], + [ + "A Express Train Studio", + 70 + ], + [ + "Serviced townhouse with backyard & terrace in NYC", + 650 + ], + [ + "Comfy King Bedroom Skyline View Close to Subway", + 69 + ], + [ + "Lothlorien", + 30 + ], + [ + "Flex Room With Private Patio in Bushwick", + 42 + ], + [ + "Single Bedroom near Columbia University", + 55 + ], + [ + "Cute & convenient garden apartment in Astoria/LIC", + 98 + ], + [ + "Modern room in Harlem", + 85 + ], + [ + "New York Luxury condo with Queens view", + 120 + ], + [ + "Light Airy & Hip One Bedroom in Greenwhich Village", + 225 + ], + [ + "Central 1 bedroom in East Village NYC July Deal$$$", + 158 + ], + [ + "Spacious two-bedroom apartment near train", + 130 + ], + [ + "Cozy 1 bedroom Apartment 5 min from LGA!", + 70 + ], + [ + "Putnam Palace", + 70 + ], + [ + "GREAT FURNISHED BEDROOM NEAR MIDTOWN MANHATTAN", + 50 + ], + [ + "Private cozy room after long day exploring NYC", + 90 + ], + [ + "So Fresh & Clean whole apartment, Lower East Side!", + 250 + ], + [ + "LARGE apartment. 12 minutes from midtown", + 200 + ], + [ + "Luxury Affordable comfort in the Bronx-Suite 2!", + 49 + ], + [ + "Cozy one bedroom apt near Central Park", + 160 + ], + [ + "Luxury Family- Friendly Brooklyn Condo", + 150 + ], + [ + "Luxury Affordable comfort in the Bronx-2 Bedroom!", + 130 + ], + [ + "Cozy Room Times Square - Hell´s Kitchen", + 170 + ], + [ + "Stylish, clean, quiet space in the UES", + 120 + ], + [ + "Sun-drenched duplex apartment", + 100 + ], + [ + "LARGE Cozy Room by Prospect Park !", + 45 + ], + [ + "1 Bedroom - Great Place to land in Manhattan", + 175 + ], + [ + "Private RM and BR in Queens close to Manhattan", + 70 + ], + [ + "Minimal, clean 2 bedroom in BedStuy Brooklyn", + 200 + ], + [ + "HABITACIÓN COMPARTIDA PARA AVENTURERAS(Only Women)", + 30 + ], + [ + "Large Studio with Best View in NYC!", + 195 + ], + [ + "Creative House for Traveling Creatives", + 55 + ], + [ + "Large Sunny Room in NYC", + 60 + ], + [ + "Vibrant room in Bushwick with lots of light", + 60 + ], + [ + "Gym, Rooftop, Pool Lux entire flat no share", + 129 + ], + [ + "Lovely room in Brooklyn", + 95 + ], + [ + "2 mins walk from the subway station in West Harlem", + 55 + ], + [ + "HUGE & Luxurious 1 Bedroom w/ Dining Room, 2 Bath!", + 399 + ], + [ + "★AMAZING★ 4Beds/TIME SQUARE/NYC/PERFECT FOR U", + 700 + ], + [ + "Colorful flat in heart of East Village, NYC", + 199 + ], + [ + "Beautiful and bright apartment close to Manhattan!", + 180 + ], + [ + "In Riverdale, a most unusual apartment to enjoy.", + 60 + ], + [ + "The Art Of Living - Loft apartment", + 110 + ], + [ + "Modern Murray Hill Penthouse", + 200 + ], + [ + "Prime upper east 2BR~Newly furnished!best value", + 195 + ], + [ + "King size luxury studio minutes to Manhattan", + 165 + ], + [ + "Family-friendly Brownstone, 2 blocks to Subway!", + 150 + ], + [ + "Beautiful spacious Loft , east village,2 real beds", + 190 + ], + [ + "Clinton Hill - Peaceful and bright room", + 64 + ], + [ + "Sweet comfortable home", + 110 + ], + [ + "Private Room pretty close to Manhattan", + 75 + ], + [ + "Private Suite: Brooklyn, NY - 40 min to Manhattan", + 105 + ], + [ + "Luxury suite in the heart of Manhattan", + 212 + ], + [ + "Apartment in greenwood heights /south slope", + 110 + ], + [ + "New york Cozy Studio Near multiple metro Lines", + 140 + ], + [ + "Magical Christmas Experience in NYC", + 375 + ], + [ + "Home Away from Home - Manhattan", + 74 + ], + [ + "Small Full Sized Bedroom in Historic Manhattan", + 35 + ], + [ + "⏩ It's Always Sunny At The Bleu Hauz ⏪", + 110 + ], + [ + "South Williamsburg Room", + 65 + ], + [ + "Great Room next to Empire State Building w/ROOFTOP", + 110 + ], + [ + "~ pure BLISS among CITY turmoil ~", + 129 + ], + [ + "Clean , Safe, Cozy 3min to JFK , LGA Best Value", + 59 + ], + [ + "Luxury & safe and close to everything in NYC", + 150 + ], + [ + "~ cosy DWELLING for NYC MIDTOWN explorers ~", + 129 + ], + [ + "private room for WOMEN ONLY near BX Little Italy", + 24 + ], + [ + "Cozy Room in Astoria", + 40 + ], + [ + "Airy Brooklyn Limestone: 2 bedroom suite", + 349 + ], + [ + "Magic Waters Parlor Apartment", + 250 + ], + [ + "Powell Victorian", + 120 + ], + [ + "Private room 3 - mins from Central Park / CU", + 90 + ], + [ + "BK Getaway:Private bath/bed/balcony near Barclays!", + 125 + ], + [ + "Large private room overlooking the skyline", + 175 + ], + [ + "Studio in Gramercy/East Village! #10309", + 165 + ], + [ + "the Perfect LES studio", + 99 + ], + [ + "★Roof views/Quick to Times Sq/NY Presby/Columbia ★", + 55 + ], + [ + "Spacious 1 bedroom in Flatbush, Brooklyn, NY.", + 125 + ], + [ + "Bright and spacious townhouse apartment in Soho", + 300 + ], + [ + "Entire Cozy Apt in Brooklyn - 20 mins to Manhattan", + 100 + ], + [ + "Chic and Cozy West Village 1 Bedroom Home", + 225 + ], + [ + "NY HUDSON RIVER DOUBLE DOUBLE ROOM", + 249 + ], + [ + "Cozy Room for the Holidays in Brooklyn", + 37 + ], + [ + "Modern 2 bedroom 2 bath with stunning park views", + 295 + ], + [ + "Beautiful apartment in Cobble Hill (Brooklyn)", + 200 + ], + [ + "Artist Quarters spacious common room. Near subway", + 43 + ], + [ + "Very Private One Bedroom Apt near NYU in Manhattan", + 100 + ], + [ + "Great penthouse in the heart of Downtown", + 520 + ], + [ + "New York Cozy Home: 12 mins to NYC", + 119 + ], + [ + "Cozy Manhattan Room, 15 minutes to Times Square", + 45 + ], + [ + "Your Manhattan Home: 12 mins to NYC", + 119 + ], + [ + "Cozy private room close to Times Square 33C1", + 75 + ], + [ + "Your Manhattan Home: 12 mins to NYC", + 119 + ], + [ + "Landmark Brooklyn Brownstone 35 min from Midtown", + 137 + ], + [ + "Spacious, bright apt in the heart of Williamsburg", + 148 + ], + [ + "NYC Home in the Heart of Harlem", + 75 + ], + [ + "Beautiful Basement Apartment", + 40 + ], + [ + "#Private Room & Bath 30 min to Wall st NYC", + 59 + ], + [ + "Huge Sunny Bedroom 1min from Central Park!", + 84 + ], + [ + "Spacious room with a double bed in heart of BK", + 50 + ], + [ + "Comfy room with a sunroof in the heart of BK!", + 46 + ], + [ + "Cozy room in the heart of Bushwick", + 35 + ], + [ + "Interfaith Retreats (St. Francis)", + 85 + ], + [ + "Great Master Bedroom - Like 5 Stars Hotel", + 50 + ], + [ + "Beautiful Cobble Hill Waterfront Garden Apartment", + 130 + ], + [ + "Coney İsland beach", + 101 + ], + [ + "Full Comfortable Queens Apartment", + 114 + ], + [ + "BRONX SUNNY CLEAN ROOM", + 45 + ], + [ + "Adorable Chelsea Studio in best neighborhood!", + 175 + ], + [ + "Full apt for 6 in a conveniently located area", + 105 + ], + [ + "Quite spotless private room in Queens", + 63 + ], + [ + "Clean and Cozy 1Bedroom near LGA", + 45 + ], + [ + "5 Minutes Walking Distance to Subway Station #2", + 39 + ], + [ + "Best Location Sun Filled West Village Townhome", + 165 + ], + [ + "Plantation House", + 125 + ], + [ + "12 minutes from JFK, private room and bath.", + 83 + ], + [ + "Gorgeous Room with private bath in Crown Heights", + 110 + ], + [ + "Beautiful, comfy full 1BR in the heart of Chelsea", + 250 + ], + [ + "203 Cozy Clean Private Bedroom", + 55 + ], + [ + "INQUIRY ONLY FOR HOTEL ROOM TO 2 BEDROOMS NEAR UN", + 314 + ], + [ + "The Castelo", + 60 + ], + [ + "Perfect Studio apartment in heart of Sheepsheadbay", + 88 + ], + [ + "Soho Gem | 2 Bedroom 2 Bath Flat", + 399 + ], + [ + "2 bedroom in Astoria Queens 20 minutes to NYC", + 455 + ], + [ + "Nice and spacious 1-bedroom apartment in Astoria", + 100 + ], + [ + "E. Village 1-Bedroom", + 175 + ], + [ + "Sunny/Quiet/Clean/Zen, in Central Location!", + 68 + ], + [ + "Peaceful Williamsburg Garden Duplex", + 300 + ], + [ + "Private Bedroom in stylish Artists Loft", + 200 + ], + [ + "New york Doorman building, 4 elevators and balcony", + 175 + ], + [ + "$250.", + 250 + ], + [ + "New york doorman building with private balcony", + 175 + ], + [ + "ONE Bed Room →→→20mins to Manhattan ☆彡 Wow! COZY!", + 30 + ], + [ + "Beautiful Corner King Room in NYC", + 233 + ], + [ + "Beautiful Deluxe King Room in NYC", + 233 + ], + [ + "Studio Suite | Luxury Suite | Near Central Park", + 590 + ], + [ + "Elegant Duplex Suite in Manhattan -Private Terrace", + 913 + ], + [ + "Studio Double | 2 Full Size Beds", + 276 + ], + [ + "Modern 3 Bedroom with Private Backyard", + 550 + ], + [ + "Studio King Room | Your NYC Getaway", + 276 + ], + [ + "Studio King Room | 5th Ave | Full Sofabed", + 276 + ], + [ + "Deluxe Suite ~ Near Central Park", + 505 + ], + [ + "Luxury waterfront apartment- 1 stop from Manhattan", + 162 + ], + [ + "Shop 5th Ave + Explore Central Park", + 233 + ], + [ + "Terrace Suite| Semi-Private Terrace | Full Sofabed", + 718 + ], + [ + "Lovely BRIGHT apt in Ft. Hamilton Brooklyn", + 39 + ], + [ + "Spacious 1-Bedroom in Brooklyn, PLG", + 70 + ], + [ + "Private Apt Manhattan Upper East 12min CentralPark", + 140 + ], + [ + "Welcome / Brand new Beautiful 1BR / best location", + 87 + ], + [ + "Room next to Central Park", + 115 + ], + [ + "Bedroom in Queens", + 100 + ], + [ + "Designer apartment in historic Brooklyn brownstone", + 200 + ], + [ + "A great space in NYC", + 62 + ], + [ + "Entire Studio Available in cultural Astoria", + 250 + ], + [ + "Punjabi House", + 60 + ], + [ + "Spacious studio by the LIRR, Q3-Q85 to JFK, trains", + 100 + ], + [ + "“TIME SQUARE” 43rd street SINGLE BED", + 70 + ], + [ + "\"The Spot\"", + 140 + ], + [ + "Cozy, lofted room in Bushwick", + 44 + ], + [ + "Clean Well-Lit NY Room. WiFi & Utilities Included", + 40 + ], + [ + "Hudson Yard - Bright Double Double Room", + 199 + ], + [ + "Fully renovated historic district townhouse", + 475 + ], + [ + "Spacious, Sunny, and Boutique Condo for Catlovers", + 94 + ], + [ + "Bright and stylish bedroom 20min from Times Square", + 55 + ], + [ + "Barrett ‘s Family home", + 50 + ], + [ + "Industrial duplex with river and Manhattan views", + 300 + ], + [ + "Harlem Heights Double Suites", + 215 + ], + [ + "Cozy 1 bedroom in the heart of Greenwich!", + 165 + ], + [ + "Sunlit Private Bedroom in Bushwick Apartment", + 75 + ], + [ + "Monthly One bedroom apt in Astoria", + 113 + ], + [ + "Comfortable living space", + 99 + ], + [ + "Spacious Park Avenue (Website hidden by Airbnb) -2-Month lease", + 200 + ], + [ + "COMFORTABLE BEDROOM FOR LONG TERM", + 69 + ], + [ + "Yogin's Paradise", + 150 + ], + [ + "#1 Modern Gem 2br apt..(Street parking available)", + 170 + ], + [ + "Cozy 1 Bedroom in Prospect Park South", + 120 + ], + [ + "2 Beds apt, walk to Central Park and time square", + 380 + ], + [ + "Sunlit Private 1BR Suite w/Kitchen/Bath @A/C Lines", + 120 + ], + [ + "Cozy tiny bedroom w/large living-room & kitchen.", + 34 + ], + [ + "Cozy and Nice room in Queens! good subway access!", + 32 + ], + [ + "Brooklyn Loft with a Musical Soul", + 135 + ], + [ + "Cozy One Bedroom in the Heart of Fort Greene", + 150 + ], + [ + "Perfect family retreat for New York City ,Bushwick", + 200 + ], + [ + "Cozy and spacious room in the heart of NYC❤️", + 145 + ], + [ + "Chic and Stylish apartment in Central Harlem", + 132 + ], + [ + "Cozy King Sized Apt In NYC (Harlem)", + 250 + ], + [ + "Female Roommate Needed for 5 months!", + 50 + ], + [ + "Lovely Furnished Studio Chelsea", + 125 + ], + [ + "Beautiful spacious bedroom in classic nyc walkup", + 75 + ], + [ + "Bright Beautiful 4BDRM Triplex Loft Best Area", + 692 + ], + [ + "GREAT FURNISHED BEDROOM FOR LONG STAY", + 79 + ], + [ + "Cozy home away from home", + 95 + ], + [ + "Spacious Apartment near Empire State Building", + 300 + ], + [ + "Cuarto en Queens", + 100 + ], + [ + "Spacious, sun-filled apartment in family townhome", + 147 + ], + [ + "Bedroom for 2 Guests", + 35 + ], + [ + "COZY ONE BEDROOM IN BROOKLYN", + 125 + ], + [ + "Cozy Private Bedroom in Harlem (WOMEN ONLY)", + 40 + ], + [ + "Private Room w/ a 5 min walk to train!", + 80 + ], + [ + "MidTown Heights", + 105 + ], + [ + "2BR / 2BA - Sleeps 6!", + 350 + ], + [ + "CITY LINE, HALF BROOKLYN /QUEENS COZY CORNER", + 90 + ], + [ + "Magnificent Loft with a Skyline view", + 270 + ], + [ + "Charming and quiet bedroom in Greenpoint, Brooklyn", + 80 + ], + [ + "Furnished room in Crown Heights Brooklyn", + 50 + ], + [ + "Comfy Boerum Hill apartment - great for families", + 300 + ], + [ + "Jewel Street Apartment 2 Bedroom", + 195 + ], + [ + "Beautiful UWS Apt. \\\\ 4 mins from Central Park", + 200 + ], + [ + "Charming 2 bedroom west village penthouse!", + 400 + ], + [ + "Warm Spacious Bedroom in Historical Harlem!!!", + 200 + ], + [ + "NYC COZY 1 BD APT. W/ ELEVATOR NEAR SUBWAYS R & M", + 80 + ], + [ + "East Harlem Modern & Luxurious Studio", + 98 + ], + [ + "Brooklyn Home With A View", + 150 + ], + [ + "For Cat Lovers only: Quiet and Calm above subway.", + 90 + ], + [ + "Upper West Side Apartment near Central Park", + 100 + ], + [ + "Central Park is Next Door ;)", + 50 + ], + [ + "Central Park Is Across The Street", + 50 + ], + [ + "Beautiful Room 30 minutes to Manhattan", + 39 + ], + [ + "Dyckman Delight - Upscale Apartment Uptown", + 200 + ], + [ + "Direct Central Park View from 6th floor Studio", + 98 + ], + [ + "Bushwick, Prvt Room/Prvt Bath, 20mins to Manhattan", + 85 + ], + [ + "VAL'S PLACE", + 65 + ], + [ + "Beautiful and comfy Private bed/bath in Manhattan!", + 120 + ], + [ + "Bohemian Brownstone", + 64 + ], + [ + "XL 1bed, 2bath duplex, w. yard, 1 block to subway", + 200 + ], + [ + "NYC HOLIDAY!!!! April 15- May 15", + 3600 + ], + [ + "2 Bedroom Bushwick Apartment", + 100 + ], + [ + "Brooklyn 2 bedroom apartment for pet lovers", + 100 + ], + [ + "Private&comfortable bedroom.\nWilliamsburg Brooklyn", + 105 + ], + [ + "NYC Room and Balcony. Walk to Forest Hills Stadium", + 89 + ], + [ + "Nice room to rent at Midtown Manhattan", + 100 + ], + [ + "Large Private Space in Ideal Location", + 80 + ], + [ + "Cottage by the Water", + 220 + ], + [ + "Entire 3 FL apartment close to Subway", + 139 + ], + [ + "1 Bedroom by Central Park - Great Location in NYC", + 75 + ], + [ + "Entire 1BR Apt in FiDi close to Everything!", + 165 + ], + [ + "Cozy Apartment near Central Park", + 90 + ], + [ + "LUXURY 3BDRM 1BTH Sleeps 10PPL 25 min to Manhattan", + 299 + ], + [ + "The Cozy Place", + 99 + ], + [ + "ChinitaBhost QUEENS", + 45 + ], + [ + "RUSTIC/MODERN/EV/NYC", + 750 + ], + [ + "Your Home Away From Home", + 98 + ], + [ + "Dulce hogar", + 50 + ], + [ + "Cozy Studio NYC getaway", + 75 + ], + [ + "Greenwich Village 1-Bedroom", + 250 + ], + [ + "Cottage in the City - 2 bedroom, 2 bath DUMBO", + 150 + ], + [ + "Private STUDIO in Central Park | TIMES SQUARE", + 199 + ], + [ + "Studio in Forest Hills near public transportation.", + 175 + ], + [ + "Habitación privada en Brooklyn.", + 42 + ], + [ + "NICE APARTMENT-TIME-SQUARE/CENTRAL PARK", + 201 + ], + [ + "Modern Apartment in the heart of Brooklyn", + 150 + ], + [ + "Waterfront Studio View of Manhattan", + 89 + ], + [ + "Marcus’s place", + 50 + ], + [ + "Landmarked 2bdrm near Fort Greene Park w deck", + 170 + ], + [ + "Enormous beautiful apt in the heart Williamsburg", + 210 + ], + [ + "Peaceful Apartment steps from Manhattan, Airports", + 110 + ], + [ + "Brooklyn Luxury Apartment - Gorgeous 3 bedroom", + 200 + ], + [ + "Broadway Triangle", + 65 + ], + [ + "Beautiful Elite Penthouse", + 179 + ], + [ + "comfy apto :)", + 82 + ], + [ + "MODERN & STYLISH HARLEM APARTMENT", + 180 + ], + [ + "Boho chic brooklyn escape", + 105 + ], + [ + "The House on Richardson: Entire Home w/ Rear Yard", + 174 + ], + [ + "Home 家", + 119 + ], + [ + "Sunny One-Bedroom Apartment in a Brownstone", + 125 + ], + [ + "Don’t miss it! Cozy Space is Available in Queens!", + 100 + ], + [ + "Chelsea 1 BR in 4BR Penthouse Apt.", + 80 + ], + [ + "Cute Hells Kitchen Apt. w Balcony", + 400 + ], + [ + "Private Bedroom in Bushwick artist house", + 45 + ], + [ + "BEAUTIFUL Brownstone Apt in Historic Ft. Greene", + 270 + ], + [ + "粉色上房", + 75 + ], + [ + "HUGE 1-Bedroom in Theater District", + 241 + ], + [ + "Cozy Home", + 119 + ], + [ + "Hamilton Heights - West Harlem Studio", + 95 + ], + [ + "Spacious, sunny 1 bedroom on the Lower East Side", + 225 + ], + [ + "Central Park Is Just Steps Away", + 70 + ], + [ + "Quietly cool uptown 1BD apartment", + 115 + ], + [ + "Cute, quiet studio", + 200 + ], + [ + "Double Bed Private Room", + 80 + ], + [ + "Cozy private bedroom", + 85 + ], + [ + "Ideally located downtown sanctuary", + 160 + ], + [ + "Brooklyn Awesomely Huge Apartment", + 85 + ], + [ + "Charming Brooklyn Apartment Next to Prospect Park", + 75 + ], + [ + "Lovely room", + 60 + ], + [ + "Bright & Spacious Bushwick Bedroom", + 50 + ], + [ + "Beautiful Large Studio in the heart of Park Slope", + 75 + ], + [ + "Very Spacious Colorful Room Close to Manhattan", + 70 + ], + [ + "In The Heart of The City", + 400 + ], + [ + "Beautiful Room in Manhattan, UWS", + 99 + ], + [ + "Near 5 major trains in 1 subway station!", + 40 + ], + [ + "Sunny garden studio minutes from Prospect Park", + 93 + ], + [ + "Home away from home 1", + 70 + ], + [ + "Conveniently-Located, Clean + Chic Rm. Hells Ktchn", + 85 + ], + [ + "Hollis Cove - Queens 1BR Flat Near LGA & JFK, SJU", + 100 + ], + [ + "Cozy room in friendly & hip Bushwick near subway", + 60 + ], + [ + "Private room in two floor apartment w/ back yard", + 50 + ], + [ + "Hudson Yard - Lux King Room", + 107 + ], + [ + "Cozy room in West Village", + 43 + ], + [ + "Large Private Bedroom in Brownstone Apartment", + 75 + ], + [ + "Private Room in Brownstone Apartment", + 65 + ], + [ + "Bunk bed spot one block from subway", + 24 + ], + [ + "Nice one bedroom well located", + 150 + ], + [ + "Sleek + Modern FiDi 1BR in Luxury Building by Blueground", + 325 + ], + [ + "Sunlit double story studio escape in Bed-Stuy!", + 135 + ], + [ + "Sharp Wall Street 1BR w/ Gym, Doorman, Roof deck by Blueground", + 267 + ], + [ + "Brooklyn Home with Brick Walls and High Ceilings", + 249 + ], + [ + "Newly renovated apartment in Brooklyn Townhouse", + 120 + ], + [ + "SUNNY STUDIO IN CHELSEA", + 130 + ], + [ + "Large and sunny 2 bedroom", + 300 + ], + [ + "Harlem Brownstone Studio Apartment", + 100 + ], + [ + "East 44th st and 2nd Ave- Doorman Studio Gym 5218", + 145 + ], + [ + "Sweet room on prime location", + 80 + ], + [ + "Cozy Artist’s Apartment Bushwick", + 75 + ], + [ + "Fast Commute - SUNNY PRIVATE ROOM in luxury BK", + 50 + ], + [ + "Very spacious 2 BR in Crown Heights", + 129 + ], + [ + "New York Style one bed", + 150 + ], + [ + "Prime 2 bedW/3 beds! Doorman Laundry! 5232", + 275 + ], + [ + "Minimalist Apartment Greenpoint / Williamsburg", + 100 + ], + [ + "1 bed close to Park and subway", + 150 + ], + [ + "Cozy Duplex Studio 1 Minute to Subway", + 160 + ], + [ + "Historic Gem in Beautiful Clinton Hill, Brooklyn", + 450 + ], + [ + "Lovely bedroom in prime Williamsburg", + 75 + ], + [ + "Beautiful boho-chic bedroom with private bathroom", + 79 + ], + [ + "New Bedroom in a nice apartment", + 53 + ], + [ + "Alexander", + 50 + ], + [ + "Modern Brooklyn Condo", + 200 + ], + [ + "East Village Gem - The Garden Dream", + 350 + ], + [ + "Cute & quiet 1BR in East Village", + 200 + ], + [ + "DaDukes Giza", + 85 + ], + [ + "Quiet, Sun-Filled, 1BR Williamsburg Apt", + 200 + ], + [ + "private spacious LES bedroom", + 75 + ], + [ + "1 Bedroom Spacious and Cozy UWS Apartment", + 249 + ], + [ + "Newly renovated house with a rooftop near Downtown", + 77 + ], + [ + "Cozy Yogi Crash Pad :)", + 55 + ], + [ + "KOREA FOOD TOWN! Affordable Price! Ideal for 1or2!", + 43 + ], + [ + "Next to Central Park", + 90 + ], + [ + "A lovely room in a very quiet area waiting for you", + 50 + ], + [ + "COMFORTABLE PRIVATE ROOM IN FLATBUSH!", + 60 + ], + [ + "Best View in Brooklyn —> Private Modern Penthouse", + 95 + ], + [ + "Beautiful Times Square Apt. Heart of Manhattan!", + 600 + ], + [ + "Hard to Find!!! Entire private floor and 2 baths", + 159 + ], + [ + "NewYork Downtown aloft", + 220 + ], + [ + "Large Chic Uptown NYC Apartment", + 199 + ], + [ + "Airy Brooklyn Limestone : 3 Bedroom Suite!", + 600 + ], + [ + "LES Penthouse", + 450 + ], + [ + "Romantic Upper East Side studio", + 150 + ], + [ + "Room in a Cosy Appartment, Midtown, Grand Central", + 100 + ], + [ + "Central Park studio", + 150 + ], + [ + "Tasteful Bright Studio Loft in Historic Brownstone", + 150 + ], + [ + "Pelham Gardens Entire Home *Newly Built*", + 87 + ], + [ + "Sunny bedroom with a view in East Village/LES/NYC", + 85 + ], + [ + "Stunning Garden Apartment in Prospect Heights", + 110 + ], + [ + "Home away from home.", + 70 + ], + [ + "Classic Comfort Private Suite in the Heights", + 97 + ], + [ + "Charming West Village Studio w/ Gym + Doorman by Blueground", + 269 + ], + [ + "Bright UES 1BR w/Doorman 15m walk to Central Park by Blueground", + 255 + ], + [ + "Private room with awesome Manhattan view", + 79 + ], + [ + "Spunky Wall Street 1BR w/Speakeasy, Doorman + Gym by Blueground", + 248 + ], + [ + "Invincible river view Central Park North", + 59 + ], + [ + "Private Patio Studio", + 220 + ], + [ + "Bright Ultimate View with Balcony + Roof Access", + 170 + ], + [ + "4-Floor Unique Event Space 50P Cap. - #10299B", + 5000 + ], + [ + "Astoria's Tranquil Home Away From Home", + 62 + ], + [ + "Room in Williamburg BK", + 99 + ], + [ + "Luxury Living Condo", + 180 + ], + [ + "Bright and spacious 2 bed apartment", + 140 + ], + [ + "Calm apartment in Brooklyn", + 57 + ], + [ + "Luxury Living Condo 2 bdr", + 250 + ], + [ + "Private room | Beautiful apartment in West Village", + 190 + ], + [ + "Loft with Room in Exclusive Area near Free Ferry", + 120 + ], + [ + "Large Loft Times Square Apartment", + 300 + ], + [ + "Manhattan Penthouse", + 179 + ], + [ + "LUX TOP LOC OWN ENTRY GUEST SUITE 1BR+SPABATH+LV!", + 135 + ], + [ + "Spacious Room In The Heart Of Harlem", + 60 + ], + [ + "Cozy & clean 1 Bedroom apartment", + 175 + ], + [ + "Luxe and Quiet 1 Bdrm Upper East Side Apartment", + 345 + ], + [ + "Your Manhattan Home", + 119 + ], + [ + "Airy and Bright 1 bedroom APT in Brooklyn.", + 130 + ], + [ + "Private Boutique One Bedroom", + 182 + ], + [ + "Cozy two room studio upper east side NYC", + 123 + ], + [ + "Harlem 5th Avenue Room", + 100 + ], + [ + "\"Home sweet Home\" Welcome friends", + 90 + ], + [ + "Huge Apartment Harlem on 5th av", + 175 + ], + [ + "Home away from home lodging #1 (1 Bed- 1 guest)", + 35 + ], + [ + "Cosy entire apartment in great location", + 103 + ], + [ + "Relaxing private bedroom", + 70 + ], + [ + "Spacious bedroom in Midtown East Manhattan", + 100 + ], + [ + "Comfy private bedroom", + 50 + ], + [ + "Beautiful Bed-Stuy Brownstone on tree line block.", + 125 + ], + [ + "room in cozy exposed brick apt with HUGE BALCONY", + 60 + ], + [ + "Boho bungalow in Harlem", + 70 + ], + [ + "Upper East Side Studio by NÔM Stays", + 110 + ], + [ + "Central Park 2 Bedroom Escape in South Harlem", + 600 + ], + [ + "Spacious Loft steps from Central Park by NÔM Stays", + 120 + ], + [ + "Private Room in Heart of Downtown NYC", + 115 + ], + [ + "The Ultimate Dumbo Pad - 1 Large Bedroom~Sleeps 4", + 219 + ], + [ + "Cheery Chelsea Charmer... best location!", + 250 + ], + [ + "The Rich Home:minutes to JFK & 30min to the City", + 135 + ], + [ + "Big brownstone apartment in prime Williamsburg", + 90 + ], + [ + "BEAUTIFUL COZY ROOM IN HOUSE", + 55 + ], + [ + "Home away from Home! 25 Mins from Time Square", + 75 + ], + [ + "Garden 1BR in Brooklyn Heights", + 100 + ], + [ + "Beautiful! 3 bed 2bath 5min JFK & Resorts Casino", + 155 + ], + [ + "Come live in, Brooklyn", + 70 + ], + [ + "Bright, spacious and comfortable with open view", + 85 + ], + [ + "Modern Manhattan Apartment", + 60 + ], + [ + "Beautiful Private bedroom for rent in Bushwick", + 59 + ], + [ + "Brooklyn Bed and Breakfast next to Prospect Park", + 115 + ], + [ + "家庭式旅馆獨立衛生間套房K", + 73 + ], + [ + "Beautiful 1 bedroom in Ridgewood's heart.", + 75 + ], + [ + "Two Blocks from Washington Square Park!!", + 275 + ], + [ + "Cozy Brooklyn Nook", + 100 + ], + [ + "Night away", + 59 + ], + [ + "Private room in trendy neighborhood", + 40 + ], + [ + "Largest High Ceiling Furnished Room in Bushwick", + 75 + ], + [ + "3bdrm cozy attic 15 mins from jfk & Belmont track", + 250 + ], + [ + "Cozy Four Twenty Friendly Bedroom in Brooklyn", + 28 + ], + [ + "Peaceful Greenpoint sanctuary", + 150 + ], + [ + "FEMALE SHARED ROOM 30 minutes to Times Square", + 30 + ], + [ + "Chelsea Hudson yards Highline adorable apartment", + 170 + ], + [ + "Center of Flushing, Queens, Near Sheraton Hotel", + 90 + ], + [ + "Large room w private bath <10 mins to Main St!", + 66 + ], + [ + "Cozy Manhattan Hideaway", + 29 + ], + [ + "Williamsburg Full-Floor Vintage Loft", + 300 + ], + [ + "Modern Harlem Haven", + 120 + ], + [ + "Entire 1- Bedroom Apt. in the Heart of Astoria.", + 103 + ], + [ + "Spacious Sunny Bedroom in Bushwick/Ridgewood", + 43 + ], + [ + "Luxury Bay Ridge Rentals", + 165 + ], + [ + "Charles' Chillspot 2guests/ min per stay", + 55 + ], + [ + "Peaceful and Stylish Oasis in the West Village", + 240 + ], + [ + "Bedroom in cosy apt in Williamsburg, Brooklyn", + 79 + ], + [ + "Bright Room, next to subway, 15 mins to NYC", + 50 + ], + [ + "Comfortable room with private entrance", + 85 + ], + [ + "Room in the heart of Harlem", + 68 + ], + [ + "Upper West Side, NYC", + 150 + ], + [ + "Lovely new Renovation Stylish apartment 2 floor", + 150 + ], + [ + "UPPER EAST SIDE!! MANHATTAN!!", + 150 + ], + [ + "Just for you", + 60 + ], + [ + "THE ❤️ OF NYC AWAITS--ASK ABOUT MY SUMMER SALE", + 499 + ], + [ + "1 Sunny Sublet in Crown Heights 3 BR Apt", + 60 + ], + [ + "Comfortable, Jazzy, Netflix", + 47 + ], + [ + "UPPER EAST SIDE in NYC!!!", + 150 + ], + [ + "MANHATTAN! NEW YORK CITY!", + 150 + ], + [ + "Midtown West - Sunny Queen Room", + 179 + ], + [ + "Midtown West - Cozy Double Double Room", + 199 + ], + [ + "Work Friendly, Private Bathroom and Kitchen", + 59 + ], + [ + "Chic, spacious, private home away from home!", + 150 + ], + [ + "✩Prime Renovated 1/1 Apartment in Upper East Side✩", + 200 + ], + [ + "Lothlorien", + 26 + ], + [ + "Bright Spacious Brooklyn Room with Living Room", + 50 + ], + [ + "Entire Private 1 Bdrm, 1 Bath & 1000 SQFT Backyard", + 100 + ], + [ + "Brooklyn based 1 bedroom apartment", + 99 + ], + [ + "Amazing Central Park Apartment Close to everything", + 269 + ], + [ + "Beautiful room Williamsburg Brooklyn NY", + 60 + ], + [ + "GEM BnB Cozy Comfort 3 Br House near JFK", + 300 + ], + [ + "Greenpoint Brooklyn", + 200 + ], + [ + "Huge Private Bedroom, Manhattan Washington Heights", + 109 + ], + [ + "Cozy 2BD Parlor Level w/ Deck Apt in Brooklyn", + 250 + ], + [ + "NYC★GREATVALUE★STEPSFROMTRAIN★QUEENtempurpedicBED", + 70 + ], + [ + "Live in the heart of East Village, Manhatan", + 225 + ], + [ + "Private Large Bedroom in Brooklyn", + 85 + ], + [ + "Fuhgettaboutit! No hidden fees+HBOShowtime-1 guest", + 50 + ], + [ + "1 BR in historical Brownstone with terrace/garden", + 99 + ], + [ + "家庭式雙人房K", + 65 + ], + [ + "Elegant Park Slope 1b steps from Barclays", + 120 + ], + [ + "Cozy 1 bedroom apartment in Fort Greene", + 175 + ], + [ + "Spacious Room / ✰ Prime Williamsburg ✰ / NYC", + 75 + ], + [ + "private room in clean, homey apartment", + 27 + ], + [ + "4-person apartment in Upper East Side/East Harlem", + 160 + ], + [ + "Light Massive Sanctuary", + 95 + ], + [ + "Prime West Village Boutique Apartment", + 340 + ], + [ + "Beautiful and Cozy Space", + 100 + ], + [ + "Room in Sunny Prime Williamsburg Pad", + 75 + ], + [ + "Private Bedroom in a Quintessential UWS Apartment", + 80 + ], + [ + "Lower East Side luxury one bedroom apartment", + 195 + ], + [ + "Spacious studio across from Morningside Park", + 100 + ], + [ + "Safe and Sound Studio in the Big Apple", + 150 + ], + [ + "NYC House rent", + 136 + ], + [ + "Private 2 bedroom apartment with outdoor space ..", + 250 + ], + [ + "Spacious Apt with Charm & Character", + 175 + ], + [ + "Private Room in Beautiful 3000 sq ft Loft!", + 307 + ], + [ + "Amazing City View Ultra Luxury One Bed in Midtown", + 600 + ], + [ + "ENTIRE one-bedrm apartment. Cozy, chic, spacious!", + 99 + ], + [ + "Tribeca - Large 4 bedroom 2 bathroom for Xmas/NY", + 2000 + ], + [ + "家庭式單間雙人床K", + 55 + ], + [ + "Best view near Times Square", + 215 + ], + [ + "Cozy Soho Walk Up", + 200 + ], + [ + "Time Square West - Double Double Room", + 129 + ], + [ + "Spacious 1BR close to the subway", + 99 + ], + [ + "家庭式獨立衛生間套房G", + 82 + ], + [ + "Johns place", + 125 + ], + [ + "Stay for a day, or two (or +), totally up to you!", + 150 + ], + [ + "Luxurious Brooklyn Office", + 151 + ], + [ + "Very spacious 1 BR with lots of sunlight", + 99 + ], + [ + "Small studio in historic Clinton Hill", + 98 + ], + [ + "New york Multi-unit building", + 800 + ], + [ + "Spacious bright bedroom in modern apartment", + 70 + ], + [ + "Huge two bedroom in trendy Greenpoint", + 200 + ], + [ + "Summer in style, 2BR Apt with Rooftop", + 380 + ], + [ + "Stunning Huge Loft Prime SoHo position", + 500 + ], + [ + "Welcome to the private LOVE NEST in BUSHWICK!!!", + 50 + ], + [ + "Quiet apartment. Easy access to L, J/M/Z, G lines.", + 149 + ], + [ + "Cozy apt with washer dryer in trendy Williamsburg", + 73 + ], + [ + "Bushwick Artist Loft in Converted Factory", + 50 + ], + [ + "SUNLIT PRIVATE ROOM", + 80 + ], + [ + "Spacious and Bright West Village Studio", + 170 + ], + [ + "East Village Gem", + 120 + ], + [ + "Entire 1br. Kitchen and sleeping quarters.", + 70 + ], + [ + "Private Room in Charming TriBeCa Loft", + 70 + ], + [ + "⍟Luxury high rise apt | 1 street to Times Square⍟", + 400 + ], + [ + "NY MANHATTAN DOUBLE ROOM", + 209 + ], + [ + "家庭式雙床房G", + 72 + ], + [ + "Quint brownstone private entrance with spa on site", + 125 + ], + [ + "beautiful apt. in Chelsea w/ a doorman", + 114 + ], + [ + "MODERN STYLISH CHIC GARDEN LEVEL SUITE in BROOKLYN", + 88 + ], + [ + "Renovated Boutique Rough Luxe Apartment", + 250 + ], + [ + "MOXY NYC DOWNTOWN-7 NIGHTS MIN", + 209 + ], + [ + "Chic Apartment in Financial District, Manhattan", + 114 + ], + [ + "Large Open Brooklyn Loft", + 118 + ], + [ + "Nicely appointed BIG one bedroom off Central Park", + 130 + ], + [ + "Nice & quiet,clean & neat, all including hostel", + 50 + ], + [ + "Entire Spacious Apt. with Comfy Queen Bed & WiFi", + 75 + ], + [ + "686 A home away from home", + 130 + ], + [ + "Brooklyn Newly Renovated 1-bedroom Apartment", + 90 + ], + [ + "Twin Private Room", + 80 + ], + [ + "Spacious 3 bedrooms Prime Manhattan", + 206 + ], + [ + "Huge, super-clean and elegant!", + 120 + ], + [ + "家 Home (12 mins to NYC)", + 306 + ], + [ + "Brooklyn Cosy Daybed", + 46 + ], + [ + "Amazing apartment in the heart of Brooklyn", + 149 + ], + [ + "Home Sweet Riverdale", + 50 + ], + [ + "2 blocks from train, Balcony, Free Parking!", + 165 + ], + [ + "A well loved, Individually designed luxury home!", + 375 + ], + [ + "Comfy Oasis In Exceptionally Convenient Area", + 75 + ], + [ + "Charming apartment in Manhattan.", + 259 + ], + [ + "Comfy modern appartment in hip Crown Heights", + 210 + ], + [ + "Fresh Room One Block From Metro!!", + 55 + ], + [ + "Beautiful 1865 Townhouse, 5 bedrm, Fireplace Sauna", + 460 + ], + [ + "Large second floor room for 4!", + 85 + ], + [ + "Excellent studio in Midtown Manhattan", + 111 + ], + [ + "Quiet room in the quiet place for 1 person only", + 200 + ], + [ + "Pleasant studio in Midtown Manhattan", + 111 + ], + [ + "Experience Serernity~Hamilton Heights", + 109 + ], + [ + "Cute 1/1 Available for the Holidays in NYC!", + 99 + ], + [ + "Cozy stylish luxury... in the heart of Soho!!!", + 300 + ], + [ + "Brooklyn place with pool, gym and comfort", + 70 + ], + [ + "In the heart of the city!", + 250 + ], + [ + "Brooklyn Apartment", + 80 + ], + [ + "Wall St Condo with Gym, Lounge & a 360° Rooftop", + 240 + ], + [ + "Cozy Self Contained Private 1 Bedroom Apartment", + 35 + ], + [ + "PRIME WILLIAMSBURG 1 BED APT- PRIVATE & SUNNY", + 200 + ], + [ + "Central Harlem Apartment", + 100 + ], + [ + "Charming Apartment in Wonderful Nolita", + 160 + ], + [ + "A brand new house in Little Neck, Queens", + 178 + ], + [ + "Great 1BR with Terrace near Times Square", + 269 + ], + [ + "Studio-like bedroom with private entrance and bath", + 75 + ], + [ + "4 Room 9 guest Apt in Brooklyn", + 200 + ], + [ + "Private Bushwick Bedroom Madison 3L-1", + 42 + ], + [ + "Private shared space TV/WiFi included bus/train", + 40 + ], + [ + "Private Williamsburg Co-living Room Madison 3L-2", + 42 + ], + [ + "Prime location cozy studio", + 160 + ], + [ + "Elegant & Cozy Room in Hell's Kitchen", + 130 + ], + [ + "$2800", + 90 + ], + [ + "Private room in Upper East Side |Near Central Park", + 99 + ], + [ + "Room for 3 and 5 minute walk to train!", + 50 + ], + [ + "Newly Renovated Garden Apt in Brooklyn Brownstone!", + 150 + ], + [ + "Sunny Room in Astoria", + 80 + ], + [ + "Spacious And Sunny Apartment, Private Roof Deck!", + 120 + ], + [ + "Beautiful 1-BedroomApt in Midtown NYC Manhattan!", + 162 + ], + [ + "BEAUTIFUL PRIVATE ROOM IN THE HOUSE", + 60 + ], + [ + "Cozy, sunny room in best neighborhood - Chelsea", + 66 + ], + [ + "Cozy Mid-Town East Penthouse With Terrace", + 350 + ], + [ + "Beautiful home in the heart of Manhattan.", + 150 + ], + [ + "Large Studio near Lincoln Center", + 150 + ], + [ + "Small cozy private room near time square", + 85 + ], + [ + "Renewed private cozy room next to the Central Park", + 50 + ], + [ + "Brand New Modern Apt in Fi-Di Manhattan New York", + 550 + ], + [ + "Bright, modern 2 bedroom oasis middle of Flatiron!", + 225 + ], + [ + "Private Room in the Heart of Harlem", + 70 + ], + [ + "Brooklyn Condo w/ City Views", + 75 + ], + [ + "Gorgeous, Huge Artist's Loft in Williamsburg", + 195 + ], + [ + "Large shared apartment in Alphabet City", + 1880 + ], + [ + "Luxurious private room near subway B/C stations", + 63 + ], + [ + "Room available in Bushwick!", + 40 + ], + [ + "Luxury West Village private Townhouse 5B Garden", + 3000 + ], + [ + "Exquisite Private room Central Park Subway A,B,C", + 63 + ], + [ + "Sweet and modern 2BR getaway in Bed-Stuy", + 150 + ], + [ + "Cozy private room near, Upper Westside CentralPark", + 63 + ], + [ + "NoLIta / Soho 1 bedroom oasis", + 165 + ], + [ + "Beautiful, large Vinegar Hill apartment.", + 50 + ], + [ + "Cozy Bushwick Room for the holiday season!", + 50 + ], + [ + "Sun-drenched, airy industrial loft in Brooklyn!", + 85 + ], + [ + "Ditmas Park Affordable Luxury Living-Private Rm", + 150 + ], + [ + "Private Room in Manhattan", + 62 + ], + [ + "1min from the subway station 20min to Manhattan", + 50 + ], + [ + "1 BEDROOM in Brooklyn", + 60 + ], + [ + "PRIME WEST / CENTRAL VILLAGE LARGE STUDIO", + 299 + ], + [ + "Stunning one bedroom with skylight and loft!", + 345 + ], + [ + "2BR - Great Deal in the Trendy East Village", + 92 + ], + [ + "1 Bedroom with Clinton Hill Charm", + 241 + ], + [ + "Private Room perfect for Tourists", + 45 + ], + [ + "Spacious Renovated Bright, by Prospect Park", + 125 + ], + [ + "Luxury Apartment (1 Bedroom w/ twin beds)", + 145 + ], + [ + "Your Retreat on the Lower East Side", + 275 + ], + [ + "Designer Downtown Loft", + 495 + ], + [ + "Large room near CUMC....", + 50 + ], + [ + "Room on Forest Hills", + 40 + ], + [ + "New york Multi-unit building", + 195 + ], + [ + "Large room near Columbia uni med school", + 50 + ], + [ + "Cozy Room with private bathroom in Crown Heigths", + 69 + ], + [ + "Manhattan apt in the best part of NYC", + 120 + ], + [ + "WEST VILLAGE Bohemian flat in neo-Tudor town house", + 300 + ], + [ + "WEST VILLAGE Bohemian flat in neo-Tudor town house", + 285 + ], + [ + "Newly renovated, cozy 1 br appt great location!!!", + 90 + ], + [ + "New York with a hint of European", + 140 + ], + [ + "Master bedroom", + 46 + ], + [ + "Beautiful Williamsburg Bedroom by McCarren Park", + 96 + ], + [ + "SWEET + SUNNY WILLIAMSBURG SANCTUARY", + 200 + ], + [ + "Room in Bushwick Apartment", + 37 + ], + [ + "Spacious 2 Bedroom, LES, Amazing Rooftop", + 134 + ], + [ + "Stay in Lovely 2 BR/1 BA Flatbush Apartment", + 150 + ], + [ + "Beautifull 2BDR, Prime Location, Quiet, Elevator", + 195 + ], + [ + "Unbelievable view in midtown high rise", + 90 + ], + [ + "2 BEDROOM EUROPEAN CHIC CENTRAL PARK APARTMENT", + 450 + ], + [ + "PRIVET ROOM FOR YOUR VACATION NEAR Central Park !!", + 100 + ], + [ + "Warm little building 温馨小筑 따뜻한 작은 건물 D", + 49 + ], + [ + "Huge & Cozy Studio in the Upper East Side", + 189 + ], + [ + "Manhattan - Double Double", + 199 + ], + [ + "Comfortable Bedroom Astoria", + 300 + ], + [ + "Madison Square - Double Double", + 199 + ], + [ + "Midtown West - Cozy Standard King", + 179 + ], + [ + "Time Square - Comfy Standard Queen", + 179 + ], + [ + "Comfy private BR for a couple! Near train & mall", + 49 + ], + [ + "Lovely private room with private bath in Brooklyn", + 75 + ], + [ + "LOWER EAST SIDE (private room)", + 95 + ], + [ + "Perfect NYC Getaway 2-BR Apartment w/Garden access", + 125 + ], + [ + "Sam and Mala place is your home away from home", + 72 + ], + [ + "Cozy 2 Beds in Private Bedroom: NYC \"LES\" Manhattn", + 75 + ], + [ + "Ditmas Park Affordable Luxury-Private Room", + 65 + ], + [ + "Charming Apartment in Brooklyn, NY", + 112 + ], + [ + "Room for Temporary Sublet Nov. 21`-28", + 40 + ], + [ + "Hancock-Brooklyn Hospitality", + 175 + ], + [ + "The BEST LOCATION in Brooklyn", + 44 + ], + [ + "Quiet, Large, & Cozy Bedroom in Bushwick Apt - 3", + 50 + ], + [ + "Cali-Retro Duplex in Historic Greenpoint", + 95 + ], + [ + "2 Bedroom Presidential Suite in Midtown Manhattan", + 500 + ], + [ + "Impressive living in the prime location", + 188 + ], + [ + "Beautiful cozy studio", + 75 + ], + [ + "True 2 Bedroom in Elevator Building in Prime LES", + 295 + ], + [ + "Luxury 5bed/2bath on Central Park!", + 400 + ], + [ + "GREENWICH Village Noho Luxury RooftopJuly4Th view", + 125 + ], + [ + "GREENWICH VILLAGE w fireworks July4thRooftopView!", + 139 + ], + [ + "Nice bedroom in cosy Harlem apartment", + 70 + ], + [ + "Bright Quiet Room in the West Village", + 90 + ], + [ + "Sonder | 180 Water | Incredible 2BR + Rooftop", + 302 + ], + [ + "Sonder | 180 Water | Premier 1BR + Rooftop", + 229 + ], + [ + "Chic Chelsea One Bedroom Oasis", + 200 + ], + [ + "Sophisticated Upper East Apt Best Location", + 133 + ], + [ + "Luxury apartment in Time Square with in-unit wash", + 150 + ], + [ + "Uptown Cozy Apartment", + 135 + ], + [ + "Brownstone House Spa in Bed-Stuy", + 175 + ], + [ + "Cozy room in the heart of Williamsburg.", + 100 + ], + [ + "1 Bedroom - Sleeps 3 - Minutes from Subway & CP!", + 345 + ], + [ + "⋆Brooklyn Brownstone Suite⋆Great Location⋆", + 120 + ], + [ + "**Bed-Stuy Studio**", + 70 + ], + [ + "Private bedroom at East Williamsburg", + 110 + ], + [ + "Prime Area Room/Astoria/LGA 5 minutes", + 100 + ], + [ + "Cozy room one block away from Central Park!", + 120 + ], + [ + "SOHO|LITTLE ITALY|CHINATOWN|HIDEOUT", + 130 + ], + [ + "BED IN A SHARED ROOM FOR A MAN NEAR MIDTOWN, NY. 3", + 35 + ], + [ + "Cozy studio in the heart of New York", + 185 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #3", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #1", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #6", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #12", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #7", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #11", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Two Bedroom #1", + 956 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #10", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #2", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #9", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #5", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #8", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #10", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #12", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #5", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Two Bedroom #2", + 956 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #4", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #8", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #1", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #4", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Studio Suite #3", + 675 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #11", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #9", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #7", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #6", + 714 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower One Bedroom Suite #2", + 714 + ], + [ + "Room in New York", + 50 + ], + [ + "Beautiful Room in Brooklyn!!", + 40 + ], + [ + "Big Cozy Brand New Sunny Studio in Flushing NY!", + 59 + ], + [ + "Clean and Cozy Private Room in Lower East Side", + 115 + ], + [ + "Spacious room in Luxury Chelsea Apt", + 150 + ], + [ + "Near Subway and Central Park :)", + 90 + ], + [ + "Entire 3 bed apart (4 double beds) 117st & Lex.", + 220 + ], + [ + "Hidden gem in Park Slope, 19 mins away from NYC!!!", + 130 + ], + [ + "Sunny, Charming, Private One-Bedroom in Brooklyn", + 110 + ], + [ + "NYUW 05-0 Upper West: NYC, Soho Luxury", + 266 + ], + [ + "Cozy, Clean and Quiet Private Room - Wifi Access", + 100 + ], + [ + "Upper east private bedroom", + 73 + ], + [ + "Sunlit Private Upper Manhattan Bedroom", + 150 + ], + [ + "Loft Living in the Heart of Bushwick", + 200 + ], + [ + "Brooklyn apartment 20 min away from Manhattan", + 90 + ], + [ + "Smart Studio in Trendy Tribeca, Indoor pool + Gym by Blueground", + 303 + ], + [ + "Beautiful and Cozy Apartment in heart of NYC", + 250 + ], + [ + "Large 2 BR, loft-like apartment in historic house", + 86 + ], + [ + "Classic, yet Unconventional Tribeca NYC Extra Room", + 80 + ], + [ + "Quaint 1 bedroom tenement apartment in E.Village", + 100 + ], + [ + "Massive Charming Loft", + 179 + ], + [ + "Large 1 bdr apt + balcony Williamsburg - Bedford", + 220 + ], + [ + "Massive Loft in the Heart of Union square", + 3000 + ], + [ + "NEW Bright upper east side 1 bedroom!", + 230 + ], + [ + "Lovely & Sunny bedroom in Astoria ( Female only)", + 89 + ], + [ + "Cozy and home feeling, 1-bedroom apt near subway", + 40 + ], + [ + "Penthouse in FiDi", + 105 + ], + [ + "Centrally Located, Cozy One Bedroom", + 175 + ], + [ + "Lovely exposed brick room to rent in Williamsburg", + 50 + ], + [ + "Coziness from a westelm catalog", + 127 + ], + [ + "Manhattan West - Standard Queen Room", + 107 + ], + [ + "Manhattan West - Double Double Room", + 199 + ], + [ + "Rustic and Artsy", + 125 + ], + [ + "New Kitchen&Bath : 5min ➡︎ Subway 20min ➡︎ TimeSQ", + 43 + ], + [ + "30min➡︎TimesSQ 3min➡︎Subway New New New Building", + 35 + ], + [ + "30min➡︎LGA New&Clean Apt with Cozy Terrace Space", + 33 + ], + [ + "Large Newly Renovated 1 Bedroom Apartment", + 165 + ], + [ + "The Exclusive Studio Manhattan NYC", + 182 + ], + [ + "The Cozy Studio Midtown Manhattan", + 227 + ], + [ + "Clean Room near M & R train. Close to mall & LGA", + 41 + ], + [ + "Luminous one bedroom in the heart of east village", + 292 + ], + [ + "Designer studio in the heart of East Village", + 115 + ], + [ + "Relax De Dios", + 60 + ], + [ + "The Lover´s Apartment in Midtown Manhattan", + 135 + ], + [ + "Jackie Kennedy's Nook", + 65 + ], + [ + "Upper East side cozy room", + 100 + ], + [ + "Big room near Central Park", + 99 + ], + [ + "Bright and Sunny Luxury Modern Midtown Apartment", + 375 + ], + [ + "COZY ONE BEDROOM APARTMENT IN MIDTOWN EAST", + 250 + ], + [ + "Lovely studio next to Penn Station ,", + 175 + ], + [ + "Private Room, Bath & Entry, King Bed - NYC", + 90 + ], + [ + "Upper East Side Sofa Bed (Shared space)", + 49 + ], + [ + "Cozy Room close to Metro", + 65 + ], + [ + "HARLEM CLEAN & COMFY SPACE", + 44 + ], + [ + "Dandy Room Close to Metro", + 65 + ], + [ + "Enjoyable Room Close to Metro", + 65 + ], + [ + "HOLIDAY SEASON IN MIDTOWN NY LARGE & SUNNY STUDIO", + 246 + ], + [ + "Modern looking private room in Brooklyn's heart", + 50 + ], + [ + "Hell’s kitchen studio, Time Square/Javitz center", + 300 + ], + [ + "Big apartment by Prospect Park 15 min to Manhattan", + 350 + ], + [ + "15 Min to Manhattan, 10 Min to LGA - Cozy Home", + 99 + ], + [ + "Lower East Side Private Bedroom", + 355 + ], + [ + "Cozy 2 bedroom apartment (15 min from Manhattan)", + 120 + ], + [ + "West Village/Greenwich Village Room With A View", + 125 + ], + [ + "3 BEDROOMS/2 BATHS ENTIRE APARTMENT 10 MINS to JFK", + 130 + ], + [ + "Private Room 15 minutes away to Central Park", + 69 + ], + [ + "Clean & Spacious Duplex Bushwick Gem (w. Backyard)", + 175 + ], + [ + "Relaxing, Riverbank Park, West Harlem", + 50 + ], + [ + "Spice Island Hotspot two", + 38 + ], + [ + "A taste of Brooklyn", + 64 + ], + [ + "*Fresh Budget Room", + 40 + ], + [ + "*Easy check in Budget Room!", + 40 + ], + [ + "*Ideal room for travelers with a budget!", + 55 + ], + [ + "*Delightful budget room for travelers!", + 40 + ], + [ + "*Groovy Budget room for the traveler!", + 45 + ], + [ + "*Hospitable room for the traveler!", + 50 + ], + [ + "BEST Bushwick Luxury Apt. 15-minutes to Manhattan", + 99 + ], + [ + "Bedstuy Pad with Luxury and artistic touch!", + 250 + ], + [ + "Gorgeous Midtown East Apt. Open Concept 1 Bedroom", + 200 + ], + [ + "Amazing apt in Brooklyn close to Prospect Park A", + 70 + ], + [ + "Private cozy room near time square", + 200 + ], + [ + "Stay into heart of Brooklyn close Prospect Park B", + 74 + ], + [ + "Sunny Apartment in Crown Heights", + 120 + ], + [ + "Great Room with Amazing View - 15 minutes to city", + 88 + ], + [ + "Homey Apt - 5min walk to L Train + Free Cleaning!", + 37 + ], + [ + "Room into heart of Brooklyn close Prospect Park D", + 70 + ], + [ + "Modern apt Brooklyn's heart close Prospect Park C", + 70 + ], + [ + "Cozy Upper East Side studio", + 150 + ], + [ + "UWS Lofted Studio just off Central Park", + 150 + ], + [ + "Corner-Unit Bedroom in Sun-filled Bushwick loft", + 60 + ], + [ + "Staten Island - Free Wifi, Parking Space, Near NYC", + 138 + ], + [ + "Sunny floor-to-ceiling windows apartment in UES", + 150 + ], + [ + "Private bedroom in Manhattan close to subway", + 82 + ], + [ + "A neat bedroom in a cozy 3-bedroom apartment", + 90 + ], + [ + "Temple of DreamZzz", + 56 + ], + [ + "Private Luxury Suite in the Heart of Brooklyn", + 249 + ], + [ + "Bowery bedroom w/ private bathroom great location", + 120 + ], + [ + "SedaOn2 Dance Studio", + 670 + ], + [ + "Decent basement room in Williamsburg", + 55 + ], + [ + "NEW! Spacious, Bright, Fam-Friendly BK Townhouse!", + 149 + ], + [ + "Charming Two bedroom apartment in Greenpoint", + 114 + ], + [ + "Studio within an Apt Private bathroom and entrance", + 100 + ], + [ + "Large 1 BR apt in the heart of Flatiron (NYC)", + 210 + ], + [ + "Apartment-Therapy-Featured Greenpoint Flat", + 100 + ], + [ + "Tiny Magic Room in Historic Park Slope Brownstone", + 45 + ], + [ + "Lovely private bedroom in heart of Williamsburg", + 45 + ], + [ + "The Hampton", + 207 + ], + [ + "CozyHome Close2 LGA US OpenTennis 30min2 Manhattan", + 99 + ], + [ + "Warm little building 温馨小筑 따뜻한 작은 건물 G", + 45 + ], + [ + "Crown Heights Wellness Gem", + 80 + ], + [ + "Habitación privada en Bushwick.", + 42 + ], + [ + "Manhattan-LoVe, Upper West Side, Studio.", + 139 + ], + [ + "Close to transportation sleep share", + 35 + ], + [ + "Hendrix Upstairs Oasis Rm #3", + 50 + ], + [ + "Hendrix Upstairs Oasis Rm #4", + 40 + ], + [ + "A slice of luxury In Cozy Chelsea loft!", + 315 + ], + [ + "Bohemian Room for Rent", + 90 + ], + [ + "Private Room in Brooklyn Near Subway", + 50 + ], + [ + "Warm and cozy room", + 85 + ], + [ + "Pvt Room in Charming Pet-Friendly Apt in Bedstuy.", + 89 + ], + [ + "2nd floor of 2-family house available for December", + 1500 + ], + [ + "Stunning, modern apartment in Greenwich Village", + 258 + ], + [ + "Sunny Lofted space with private bath", + 150 + ], + [ + "Furnished queens 1 bedroom apartment", + 120 + ], + [ + "Amazing Studio In Best Part of NYC", + 250 + ], + [ + "✺ NEW Fully Renovated ✺ Harlem Garden Apartment", + 75 + ], + [ + "private room in apt near Fort Tryon Park.", + 65 + ], + [ + "Cozy, Light and Calming East Village apartment", + 93 + ], + [ + "Musician/nerdy paradise!", + 40 + ], + [ + "Brooklyn Jade", + 50 + ], + [ + "Glamorous studio in Chelsea", + 139 + ], + [ + "Monthly: Gorgeous 3 Story Brownstone", + 232 + ], + [ + "COZY GUEST ROOM", + 32 + ], + [ + "Farm house style Bay Ridge (private D)", + 85 + ], + [ + "Spacious Lovely 1B1B in UP Manhattan 4Min to Train", + 135 + ], + [ + "Cleo’s Royale II", + 65 + ], + [ + "Zenful and artistic apartment home", + 34 + ], + [ + "Cozy 1 bedroom apt in Brooklyn", + 91 + ], + [ + "Charming duplex with backyard in Carroll Gardens", + 100 + ], + [ + "Classy NY charm place with sunlight (so rare)", + 109 + ], + [ + "Alexander's Lofted Bedroom with Private Entrance", + 50 + ], + [ + "Charming Studio in Manhattan - Great location!", + 250 + ], + [ + "Central park cheap sofa bed", + 55 + ], + [ + "LOVELY, SPACIOUS FURNISHED MANHATTAN BEDROOM", + 50 + ], + [ + "Cozy & convenient studio, midtown west Manhattan!!", + 137 + ], + [ + "Sunny & Spacious, Studio-Like Ridgewood Apartment", + 45 + ], + [ + "Bright, Beautiful Bed-Stuy Brooklyn 2 Bedroom", + 139 + ], + [ + "Uptown Manhattan 2BR Designer Loft w/ River Views", + 279 + ], + [ + "Uptown Manhattan Private Room", + 70 + ], + [ + "Sweet Sugar Hill Studio", + 97 + ], + [ + "A cozy one-bedroom in the heart of Harlem", + 70 + ], + [ + "The most expensive neighborhood.", + 80 + ], + [ + "New York Getaway Beautiful Room", + 100 + ], + [ + "Sunny, spacious, 1-bedroom apartment in UES, NYC", + 220 + ], + [ + "Beautiful Central 2 Bedroom in Soho!", + 299 + ], + [ + "COMPLETELY PRIVATE \"SMART\" APT IN EAST VILLAGE", + 160 + ], + [ + "Beautiful Apartment in Staten Island", + 119 + ], + [ + "1 BR Apartment in Greenpoint, Brooklyn w/ backyard", + 70 + ], + [ + "Cozy Sunlit Spacious Bedroom (PURPLE ROOM)", + 41 + ], + [ + "The best location in Williamsburg, private room!", + 70 + ], + [ + "It's a Fine Day in Bed-Stuy!", + 48 + ], + [ + "It's a Delightful Day in Bed-Stuy!", + 48 + ], + [ + "LUXURIOUS 5 bedroom, 4.5 bath home", + 2999 + ], + [ + "Upper West Side Large Two Bedroom", + 75 + ], + [ + "It's a Stunning Day in Bed-Stuy!", + 48 + ], + [ + "Sunny Room next to L train", + 100 + ], + [ + "Union Square, East Village Studio", + 225 + ], + [ + "SUNNY, Cozy Private Room in Bushwick!", + 80 + ], + [ + "Cozy Room 20 min from Manhattan in brand new unit", + 36 + ], + [ + "Cozy Chinatown Apartment", + 100 + ], + [ + "Bedroom in Massive Loft Apartment", + 350 + ], + [ + "Pretty private bedroom in shared apt near Columbia", + 47 + ], + [ + "Cozy room in sunny apartment across from park", + 35 + ], + [ + "Brick and Beam Experience in North Williamsburg", + 300 + ], + [ + "Newly renovated place for students and young pro’s", + 50 + ], + [ + "Sunny and plant-filled room in Crown Heights!", + 60 + ], + [ + "Cosy sun filled bedroom with a private bathroom", + 85 + ], + [ + "Cozy and comfortable studio in Clinton Hill.", + 125 + ], + [ + "A Luxury Studio in the Heart of Greenwich Village!", + 280 + ], + [ + "Spacious & Luxurious Room near LGA and Manhattan", + 50 + ], + [ + "Cute One Bedroom in East Village/Lower Manhattan", + 195 + ], + [ + "Spacious Studio Home in Landmark Townhouse", + 225 + ], + [ + "Cozy, comfortable room in historic district", + 45 + ], + [ + "NYC Hamilton Heights Apartment", + 112 + ], + [ + "Private cozy spacious bedroom Queens NY", + 29 + ], + [ + "Jacuzzi 2-BR by Central Park/Museum Mile, Harlem", + 399 + ], + [ + "Charming One Bedroom Garden Apt Close to Subway", + 125 + ], + [ + "PRIVATE ROOM IN COZY SCANDINAVIAN / BROOKLYN HOME", + 60 + ], + [ + "Harlem Oasis", + 200 + ], + [ + "The best NYC has to offer", + 265 + ], + [ + "Private, spacious 1bd/1bth Manhattan Apartment", + 150 + ], + [ + "Private bedroom in the heart of Harlem", + 59 + ], + [ + "Quaint 1 Bedroom in Beautiful Astoria Queens", + 60 + ], + [ + "Plush Midtown West NYC 2BR With Stunning Views!", + 499 + ], + [ + "Deluxe Midwest NYC 2BR Apt With Super Amenities!", + 499 + ], + [ + "Sunny Eclectic Apt Near the Park & Brooklyn Museum", + 125 + ], + [ + "Zen bedroom in Williamsburg, Brooklyn", + 150 + ], + [ + "Magnificent Midtown West 2BR Apt + Gym and Spa!", + 499 + ], + [ + "Magnificent NYC 1BR Apt + Superb Amenities!", + 399 + ], + [ + "Beautiful Midtown West 1BR Apt + Gym & Sky Deck!", + 399 + ], + [ + "Spacious & cozy room/30 min to Manhattan by train", + 54 + ], + [ + "Brooklyn Finest Air Bnb", + 120 + ], + [ + "Modern NYC 2 Bedroom apt. Close to everything 34a", + 85 + ], + [ + "Magnificent NYC 1 Bedroom Apt on the River!!", + 399 + ], + [ + "Spacious Brownstone Home in Prospect Heights", + 95 + ], + [ + "Cozy Studio Apartment in Greenpoint, Brooklyn", + 149 + ], + [ + "Easy charm in Fort Greene", + 119 + ], + [ + "Nice & clean room, two blocks from Times Square", + 90 + ], + [ + "★Modern 2BDR WITH BIG PATIO in Upper East!★", + 264 + ], + [ + "Amazing Convenient Cozy Room (girl preferred)", + 28 + ], + [ + "Private bedroom in a loft apartment (Williamsburg)", + 80 + ], + [ + "SPACIOUS, PRIVATE ROOM IN MIDTOWN, PARK AVENUE", + 145 + ], + [ + "Romantic getaway in the heart of NYC", + 89 + ], + [ + "Contemporary 1BR in Brooklyn by NÔM Stays", + 120 + ], + [ + "Spacious Duplex 3 BR Apt in Bushwick/Ridgewood", + 190 + ], + [ + "NYC/UES Beautiful and Sunny one-bedroom apartment", + 275 + ], + [ + "studio for your own", + 168 + ], + [ + "Spacious Studio in the Heart of West Village", + 200 + ], + [ + "Hidden gem... steps from Times Square", + 180 + ], + [ + "3 bedrooms, 2 bathrooms, huge open space!", + 100 + ], + [ + "Cozy, two-bedroom East Harlem apartment", + 149 + ], + [ + "3 bed 6 guest luxury Apt in Brooklyn", + 200 + ], + [ + "HUGE 1Br Converted Art Gallery Loft WILLIAMSBURG", + 55 + ], + [ + "Charming South Harlem Hideaway with Garden", + 115 + ], + [ + "Nice and artsy apartment in East Village", + 79 + ], + [ + "1 BDRM avail in sunny apartment in Williamsburg", + 120 + ], + [ + "Cozy shared studio in a safe neighborhood", + 32 + ], + [ + "Best Scenic Night View In Riverside DR NYC", + 80 + ], + [ + "Spacious Neon Apartment Inspired by the Caribbean", + 100 + ], + [ + "Parisian Palace in Heart of Manhattan", + 333 + ], + [ + "Spacious room near Columbia University", + 70 + ], + [ + "Accomplished private room next to Columbia Uni", + 63 + ], + [ + "Refined private room next to Columbia University", + 63 + ], + [ + "Cozy Brooklyn 1 Bed", + 125 + ], + [ + "Wonderful and sunny 2 bedroom in Brooklyn", + 225 + ], + [ + "ONE BEDROOM KING SUITE - PRIME WILLIAMSBURG", + 200 + ], + [ + "New Flatiron King Bed Apartment", + 210 + ], + [ + "Cute and cozy room, 1 stop from Midtown Manhattan", + 50 + ], + [ + "Peace of Mind, Harlem, Netflix", + 40 + ], + [ + "Airy and Beautiful East Village 2BR Apt", + 399 + ], + [ + "**Newly Renovated, Cozy, Urban Oasis entire apt**", + 120 + ], + [ + "2 Bed, 2 Bath Flat In Trendy Nolita - Modern!", + 418 + ], + [ + "Designer Apartment in NYC near Central Park", + 350 + ], + [ + "Ridgewood/Bushwick Lovely, Clean and Inviting! A/C", + 56 + ], + [ + "Upper East Side 1 Bedroom", + 150 + ], + [ + "Private 2B Room in 4BR/2BA APT in Hell's Kitchen", + 110 + ], + [ + "Modern Park Slope 1br right by Prospect Park", + 155 + ], + [ + "Very cozy apartment in the heart of Ridgewood =)", + 120 + ], + [ + "2 Bedroom Apartment in Heart of Chinatown", + 125 + ], + [ + "Historic Park Slope 2 bedroom cozy clean apt", + 134 + ], + [ + "Cute cozy home in south slope!!", + 50 + ], + [ + "Cozy, Airy One Bedroom in Greenwich Village", + 350 + ], + [ + "Sonder | 180 Water | Charming 1BR + Rooftop", + 232 + ], + [ + "Huge room in Bushwick apt. 20 mins from Manhattan", + 50 + ], + [ + "Private Room in the Upper East Side", + 95 + ], + [ + "1500 SQ FT Williamsburg Penthouse", + 1600 + ], + [ + "Better Home Inn", + 89 + ], + [ + "Quiet, serene Holiday getaway in the Bronx", + 35 + ], + [ + "New York, prime location cozy 1bedroom unit!", + 180 + ], + [ + "Huge, modern apt 20 mins from Manhattan JMZ metro", + 190 + ], + [ + "Spacious modern condo by Columbia University", + 200 + ], + [ + "Huge studio on Central Park west top location", + 200 + ], + [ + "Entire studio Central Park west", + 200 + ], + [ + "Modern- and newly renovated Brooklyn apartment", + 300 + ], + [ + "Roomy and Relaxing 3 Brooklyn Apartment", + 150 + ], + [ + "Private Room in Brand New Greenpoint Apartment", + 55 + ], + [ + "Top floor of an amazing duplex", + 88 + ], + [ + "HUGE ONE-BED, PROSPECT PARK, CAT LOVERS ONLY!!", + 79 + ], + [ + "Very bright and cosy bedroom.", + 70 + ], + [ + "Spacious Garden Studio", + 140 + ], + [ + "Basic room in Williamsburg", + 49 + ], + [ + "Comfy and Artsy Big Room in EAST VILLAGE", + 70 + ], + [ + "Spacious room 2min walk to Subway M,R near Mall", + 40 + ], + [ + "Room close to La Guardia Airport", + 16 + ], + [ + "Affordable Room close to train, mall. With WIFI.", + 34 + ], + [ + "Cozy private bedroom with Great East River view", + 90 + ], + [ + "Private room in spacious BK community w/ parking", + 50 + ], + [ + "Shared male room on Manhattan next to river I", + 35 + ], + [ + "Shared male room of your dreams on Manhattan III", + 32 + ], + [ + "Amazing and cozy shared male room on Manhattan IV", + 35 + ], + [ + "1BR in Manhattan. Central Park at your doorstep!", + 70 + ], + [ + "Unbelievable male room& best price on Manhattan II", + 35 + ], + [ + "Spacious and comfortable room", + 45 + ], + [ + "Superhosted room close to station! Bed+sofa & WiFi", + 33 + ], + [ + "Cozy Room in Great APT! Near LGA / Manhattan", + 37 + ], + [ + "Gorgeous Room in a renovated Woodside townhouse!", + 42 + ], + [ + "One bedroom apartment in Brooklyn, NY", + 110 + ], + [ + "hip and cosy Brooklyn family retreat", + 375 + ], + [ + "Quiet Neighborhood Close to Trendy Spots", + 65 + ], + [ + "Cozy private room in Williamsburg", + 50 + ], + [ + "Beautiful apartment in Brooklyn Heights", + 125 + ], + [ + "Private room with a view- cosy apt in East Village", + 150 + ], + [ + "Modern/Eclectic Light Filled Williamsburg Home", + 225 + ], + [ + "Trendy Chelsea 1BR w/ Balcony, Gym + Doorman by Blueground", + 303 + ], + [ + "LOFT EXPERIENCE IN HEART OF WILLIAMSBURG", + 69 + ], + [ + "Central Park Loft", + 175 + ], + [ + "Private bedroom w/ bathroom in cozy UWS apartment", + 95 + ], + [ + "Modern 1BR near Times Square w/ Indoor pool + Gym by Blueground", + 316 + ], + [ + "Cozy Room 1", + 119 + ], + [ + "Cozy Home 2", + 119 + ], + [ + "LINCOLN CENTER / LUXURY 2BED 2BATH", + 260 + ], + [ + "Cozy private room in NYC \n25 mins from Midtown", + 59 + ], + [ + "DELUXE DOUBLE ROOM", + 350 + ], + [ + "Central & Comfy East Village Studio", + 189 + ], + [ + "Cozy Home 3", + 399 + ], + [ + "Serene, Clean Studio in South Williamsburg", + 105 + ], + [ + "Large room 2 min walk to subway near mall", + 45 + ], + [ + "Private Floor in Brownstone near Prospect Park", + 140 + ], + [ + "Luxury Apt - Private Suite in Theater District", + 180 + ], + [ + "Big cozy room in Washington Heights", + 80 + ], + [ + "Cozy Nook in Trendy Lower East Side", + 214 + ], + [ + "*Beautiful Private Room near Subway", + 65 + ], + [ + "Private Bedroom w/ Queen Size bed in Williamsburg", + 60 + ], + [ + "Open & Bright Williamsburg 1 Bed Loft", + 195 + ], + [ + "South Prospect Park Private Middle Room F&Q subway", + 36 + ], + [ + "Large studio-style Private Room", + 80 + ], + [ + "Industrial Chic Stuyvesant Bedroom Madison 1R-1", + 42 + ], + [ + "Nelson-Hamilton Family", + 60 + ], + [ + "Hip East Village Flat", + 75 + ], + [ + "pinlia", + 40 + ], + [ + "Charming Harlem Studio!", + 119 + ], + [ + "Penthouse Apartment to view July 4th Fireworks", + 95 + ], + [ + "Private Stuyvesant Bedroom Madison 1R-2", + 42 + ], + [ + "Shared Room 4 FEMALE Guests 30mins to Manhattan-2", + 25 + ], + [ + "Modern Private Stuyvesant Room Madison 1R-3", + 42 + ], + [ + "Greenpoint Creative's Apartment", + 100 + ], + [ + "Sunny Stuyvesant Private Bedroom Madison 1R-4", + 42 + ], + [ + "Artsy Stuyvesant Private Bedroom Madison 2L-1", + 42 + ], + [ + "Shared Studio (females only)", + 110 + ], + [ + "Homely One Bedroom on a quite safe street!", + 250 + ], + [ + "Luxurious Manhattan Apartment with Rooftop Views", + 150 + ], + [ + "Mellow Stuyvesant Bedroom Madison 2L-2", + 42 + ], + [ + "Modern Brooklyn Zen with Private Garden", + 250 + ], + [ + "Large Room in Sunnyside", + 100 + ], + [ + "Your NY home for Quality time , Fully Equipped !", + 90 + ], + [ + "Bright, large, fully renovated apartment!!", + 140 + ], + [ + "Stunning Corner 1BR in West Village w/ Doorman by Blueground", + 350 + ], + [ + "Bespoke Tribeca Studio, Indoor pool + Great views by Blueground", + 276 + ], + [ + "Exquisite UWS 2BR w/ Gym + Doorman by Blueground", + 452 + ], + [ + "Modern + Bright Times Square 1BR w/ Indoor pool by Blueground", + 325 + ], + [ + "Grand Lenox Hill 1BR w/ Doorman, near Central Park by Blueground", + 312 + ], + [ + "Splendid Tribeca 1BR w/ Gym, Doorman + Valet by Blueground", + 285 + ], + [ + "Stunning Tribeca 2BR w/ Indoor pool, Gym, Rooftop by Blueground", + 350 + ], + [ + "Bright, Open 1BR in lovely West Village w/ Doorman by Blueground", + 397 + ], + [ + "Comfy UWS 1BR w/ Gym + Doorman, near Central Park by Blueground", + 283 + ], + [ + "Palatial Wall Street 1BR w/ Luxury gym + Doorman by Blueground", + 289 + ], + [ + "Welcoming Chelsea 1BR w/ Roof deck, Gym + Doorman by Blueground", + 343 + ], + [ + "Swanky 1BR in Central Chelsea w/ Garden by Blueground", + 334 + ], + [ + "Serene Theater District 1BR, Doorman, Gym, Garden by Blueground", + 302 + ], + [ + "Dandy Wall St 1BR w/ Office nook, Gym + Doorman by Blueground", + 320 + ], + [ + "Stately + Spacious UWS 1BR w/ Doorman + Gym by Blueground", + 316 + ], + [ + "Ample Central Midtown East 1BR w/ Gym, Doorman by Blueground", + 287 + ], + [ + "Airy Times Sq 1BR w/ Indoor pool, Gym + Doorman by Blueground", + 334 + ], + [ + "Cozy Midtown Studio w/ Gym, near Penn Station by Blueground", + 238 + ], + [ + "Cheery Tribeca Studio w/ Gym + Indoor pool by Blueground", + 291 + ], + [ + "Dapper Times Square 1BR w/ Indoor pool, Gym by Blueground", + 276 + ], + [ + "Cozy Central Chelsea Studio w/ Balcony + Doorman by Blueground", + 303 + ], + [ + "Immaculate Central West Village 1BR, Gym, Doorman by Blueground", + 392 + ], + [ + "Charismatic 1BR in West Village w/ Doorman + Gym by Blueground", + 356 + ], + [ + "Times Square 1BR w/ Great views + Indoor pool by Blueground", + 297 + ], + [ + "Smart Tribeca Studio w/ Great views + Indoor pool by Blueground", + 265 + ], + [ + "Ideal Chelsea Studio w/ Balcony, Doorman + Gym by Blueground", + 291 + ], + [ + "Lush 2BR near Times Square w/ Indoor pool + Gym by Blueground", + 358 + ], + [ + "Bright 1BR near Times Sq w/ Indoor pool, Doorman by Blueground", + 312 + ], + [ + "Dreamy 1BR in Hip East Village w/ Doorman + Gym by Blueground", + 312 + ], + [ + "Spacious UWS 1BR w/ Gym, Walk to Central Park by Blueground", + 320 + ], + [ + "Light-filled Studio in Swanky Chelsea w/ Gym + Doorman by Blueground", + 321 + ], + [ + "Dandy Tribeca Studio w/ Indoor pool, Views + Gym by Blueground", + 309 + ], + [ + "Tranquil East Village 1BR Gym, Garden + Doorman by Blueground", + 312 + ], + [ + "Cozy, Bright 2BR in Hip LES w/ Large terrace by Blueground", + 314 + ], + [ + "Roomy Midtown East 1BR, Office nook, Doorman, Gym by Blueground", + 352 + ], + [ + "Thoughtful UWS Studio w/ Gym near Central Park by Blueground", + 238 + ], + [ + "Lofty UES 1BR w/ Indoor pool, Doorman, City views by Blueground", + 289 + ], + [ + "Charming Midtown West 2BR, 2BA w/ Gym + Doorman by Blueground", + 291 + ], + [ + "Tranquil Columbus Cir. 1BR, Doorman, River Views by Blueground", + 263 + ], + [ + "Spacious Chelsea 1BR w/ Gym, Balcony + Doorman by Blueground", + 365 + ], + [ + "Hip Midtown East 1BR w/ Great views, Gym, Doorman by Blueground", + 253 + ], + [ + "Stylish Tribeca Studio w/ Gym, Doorman + Valet by Blueground", + 246 + ], + [ + "Sparkling Midtown Studio w/ Gym near Times Square, by Blueground", + 211 + ], + [ + "Homey UWS 1BR w/ Gym, walk to Central Park by Blueground", + 306 + ], + [ + "Gorgeous + Bright Midtown East 1BR, Doorman, Gym by Blueground", + 241 + ], + [ + "Well-appointed Tribeca Studio w/ Indoor pool, Gym by Blueground", + 312 + ], + [ + "Bright, Luxury FiDi Studio w/ Doorman, Roof deck by Blueground", + 259 + ], + [ + "Cozy Midtown 1BR w/ Doorman near Penn Station by Blueground", + 267 + ], + [ + "Stately Chelsea Studio, Balcony in Chic building by Blueground", + 312 + ], + [ + "Mod + Lux Theater District 1BR w/ Indoor pool by Blueground", + 347 + ], + [ + "Ample 1BR w/ Indoor pool, Gym near Broadway by Blueground", + 278 + ], + [ + "Swanky Central Chelsea Studio w/ Balcony, Doorman by Blueground", + 242 + ], + [ + "Lovely Midtown East 1BR w/ City views + Doorman by Blueground", + 242 + ], + [ + "Light-filled Chelsea 1BR w/ Balcony, Gym, Doorman by Blueground", + 358 + ], + [ + "Airy East Village 1BR w/ Doorman, Gym, near NYU by Blueground", + 377 + ], + [ + "Modern Chelsea 1BR w/ Balcony, Doorman + Gym by Blueground", + 280 + ], + [ + "Fetching FiDi Studio in Luxury Building by Blueground", + 232 + ], + [ + "Mod Midtown West 2BR, Gym, Doorman + Water views by Blueground", + 365 + ], + [ + "Large Couples Room for that Perfect New York Stay", + 62 + ], + [ + "Stately Midtown East 1BR w/ Doorman near Flatiron by Blueground", + 273 + ], + [ + "Bright FiDi 1BR w/ Luxury gym, Doorman, + Rooftop by Blueground", + 285 + ], + [ + "Spacious Midtown East 1BR, Balcony, Doorman + Gym by Blueground", + 307 + ], + [ + "Bespoke Studio in Hip East Village w/ Gym, Doorman by Blueground", + 281 + ], + [ + "Shining Tribeca Studio w/ Indoor pool + Gym by Blueground", + 275 + ], + [ + "Homey 1BR in Fun, Central West Village w/ Doorman by Blueground", + 396 + ], + [ + "Sweet Chelsea Studio w/ Balcony, Doorman + Gym by Blueground", + 283 + ], + [ + "Homey Tribeca 2BR w/ Great views + Indoor pool by Blueground", + 358 + ], + [ + "Comfy 1BR w/ Gym + Doorman near Times Square by Blueground", + 285 + ], + [ + "Mod East Village 1BR w/ Doorman, Gym near Union Sq by Blueground", + 420 + ], + [ + "Room & Private Bath + Free Gym/Pool/Theater/More!", + 88 + ], + [ + "Travelers Delight - Minutes from JFK and MTA", + 150 + ], + [ + "Queens Comfort", + 45 + ], + [ + "Cozy Studio in Charming Chelsea, Balcony, Doorman by Blueground", + 283 + ], + [ + "Stately Theater District 1BR w/ Indoor pool + Gym by Blueground", + 316 + ], + [ + "Picture-perfect Flatiron Studio w/ Rooftop + Gym, by Blueground", + 255 + ], + [ + "Dapper Park Ave Studio w/ Gym, near Grand Central by Blueground", + 282 + ], + [ + "Palatial Midtown East 1BR w/ Office nook + Doorman by Blueground", + 290 + ], + [ + "Bright 1BR near Times Sq w/ Indoor pool, Doorman by Blueground", + 317 + ], + [ + "Immaculate Chelsea 1BR w/ Water views + Doorman by Blueground", + 303 + ], + [ + "Stately Midtown Studio w/ Doorman, Gym, near MSG by Blueground", + 206 + ], + [ + "Mod Tribeca 1BR w/ Gym, Doorman + Rooftop garden by Blueground", + 278 + ], + [ + "Charming West Village Studio Oasis w/ Doorman, Gym by Blueground", + 305 + ], + [ + "Crisp 1BR near Times Square w/ Indoor pool + Gym by Blueground", + 316 + ], + [ + "Smart Midtown East Studio w/ Doorman + Gym by Blueground", + 252 + ], + [ + "Bright + Mod Tribeca Studio w/ Indoor pool + Gym by Blueground", + 332 + ], + [ + "Peaceful Chelsea 1BR w/ Balcony, Doorman + Gym by Blueground", + 361 + ], + [ + "Stunning Tribeca Studio w/ City views, Gym + Pool by Blueground", + 269 + ], + [ + "Bright + Open Midtown 1BR w/ Doorman, Gym, Sundeck by Blueground", + 245 + ], + [ + "Handsome Tribeca Studio w/ Indoor pool + Gym by Blueground", + 305 + ], + [ + "Airy + Bright FiDi Studio w/ Gym + Doorman by Blueground", + 233 + ], + [ + "Stately Central West Village 1BR w/ Gym + Doorman by Blueground", + 459 + ], + [ + "Stylish + Spacious UWS 1BR w/ Doorman + Gym by Blueground", + 271 + ], + [ + "Darling Chelsea 1BR w/ Balcony, Doorman + Gym by Blueground", + 314 + ], + [ + "Gorgeous 2BR, 2BA, Pool + Doorman, near Times Sq by Blueground", + 416 + ], + [ + "Comfy Wall Street 1BR w/ Speakeasy, Gym, + Rooftop by Blueground", + 316 + ], + [ + "Neat FiDi Studio w/ Gym, Doorman, + Roof deck by Blueground", + 232 + ], + [ + "Midtown 1BR Duplex w/ Gym, Doorman + Great views by Blueground", + 262 + ], + [ + "Clever 1BR near Broadway w/ Indoor pool + Gym by Blueground", + 330 + ], + [ + "Grand UES 1BR w/ Doorman, Gym, + Roof deck by Blueground", + 271 + ], + [ + "Home", + 45 + ], + [ + "West Village/Chelsea 3 bd, unbelieveable location!", + 453 + ], + [ + "Superb FiDi 1BR w/ City views, Gym + Doorman by Blueground", + 236 + ], + [ + "Sleek Upper West Side 1BR w/ Balcony, Doorman, Gym by Blueground", + 294 + ], + [ + "Bright East Village 1BR w/ Balcony, Doorman + Gym by Blueground", + 329 + ], + [ + "Serene UWS 2BR w/ Doorman, Gym, near Central Park by Blueground", + 481 + ], + [ + "Bespoke Central Chelsea 1BR w/ Gym, Doorman by Blueground", + 343 + ], + [ + "Sauve FiDi Studio w/ Private terrace, Doorman by Blueground", + 224 + ], + [ + "Adorable Theater District Studio w/ Indoor pool by Blueground", + 278 + ], + [ + "Rad East Village 1BR w/ Gym, Doorman + Roof deck by Blueground", + 312 + ], + [ + "Posh 1BR in Hip East Village w/ Doorman + Gym by Blueground", + 302 + ], + [ + "Smart Studio in Heart of West Village w/ Doorman by Blueground", + 334 + ], + [ + "Sweet Midtown East 1BR, Water views, Gym, Doorman by Blueground", + 258 + ], + [ + "Modern Sleek Apartment in Dumbo", + 150 + ], + [ + "Stately Central Chelsea 1BR w/ Gym + Doorman by Blueground", + 356 + ], + [ + "Chic Chelsea Studio w/ Balcony, Gym + Doorman by Blueground", + 278 + ], + [ + "Spacious 1 Bedroom in Historic Brownstone", + 75 + ], + [ + "Smart FiDi Studio w/ Gym, Roofdeck + Speakeasy by Blueground", + 184 + ], + [ + "Mod Tribeca Studio w/ Tons of light, Gym, Pool by Blueground", + 274 + ], + [ + "Chic Central Chelsea 1BR w/ Balcony, Gym, Doorman by Blueground", + 347 + ], + [ + "Spacious UWS 2BR w/ Great kitchen, Doorman + Gym by Blueground", + 466 + ], + [ + "Radiant Times Square 1BR w/ Indoor pool + Doorman by Blueground", + 316 + ], + [ + "Roomy 1BR near Broadway w/ Indoor pool + Doorman by Blueground", + 285 + ], + [ + "Sleek Wall St. 1BR w/ Lux gym, Doorman, + Rooftop by Blueground", + 271 + ], + [ + "Dapper Midtown 1BR w/ Water views, Indoor pool by Blueground", + 317 + ], + [ + "Dazzling Tribeca 2BR w/ Indoor pool + Great views by Blueground", + 388 + ], + [ + "Expansive West Village Studio w/ Doorman + Gym by Blueground", + 341 + ], + [ + "Friendly Midtown East Studio w/ Great light + Gym by Blueground", + 237 + ], + [ + "Open + Cozy Chelsea Studio w/ Gym, Lovely Sundeck by Blueground", + 248 + ], + [ + "Charming Central West Village 1BR w/ Doorman + Gym by Blueground", + 379 + ], + [ + "Cozy + Quaint Chelsea 1BR w/ Doorman, Gym, Balcony by Blueground", + 314 + ], + [ + "Snazzy Wall Street Studio w/ Lux gym + Roof deck by Blueground", + 251 + ], + [ + "Gorgeous, Roomy West Village 1BR w/ Doorman by Blueground", + 423 + ], + [ + "Chic Midtown East 1BR w/ Doorman, Gym + Sundecks by Blueground", + 240 + ], + [ + "Comfy Tribeca Studio w/ Gym, Doorman + Roof deck by Blueground", + 245 + ], + [ + "Bright + Airy Theater District 1BR w/ Gym, Doorman by Blueground", + 329 + ], + [ + "Luxury FiDi Studio w/ Gym, Roof deck + Speakeasy by Blueground", + 265 + ], + [ + "Dapper Chelsea Studio w/ Balcony, Gym + Doorman by Blueground", + 300 + ], + [ + "Hip + Bright Studio w/ Balcony in Charming Chelsea by Blueground", + 267 + ], + [ + "Chic Central Chelsea 1BR w/ Gym, Balcony, Doorman by Blueground", + 374 + ], + [ + "Charming Chelsea 1BR w/ Office nook, near Union Sq by Blueground", + 316 + ], + [ + "Opulent FiDi Studio w/ Great Rooftop + Gym by Blueground", + 189 + ], + [ + "Bright 1BR w/ Gym near Chelsea Mkt + Meatpacking by Blueground", + 298 + ], + [ + "Ideal Chelsea 1BR w/ Office nook, Balcony, Doorman by Blueground", + 362 + ], + [ + "Explore NYC from its best nabe! 1 blck from subway", + 150 + ], + [ + "Naturally Lit/ Cozy & Cute Studio in Flatbush", + 90 + ], + [ + "Gorgeous NYC apt. near everything! (Women only)", + 90 + ], + [ + "1 bed 2 guest luxury Apt in Brooklyn", + 75 + ], + [ + "Private Bed in Brooklyn Him-1R-6", + 47 + ], + [ + "Private Bedroom in Prime Bushwick, GREAT Location!", + 47 + ], + [ + "Bright South Slope Studio", + 250 + ], + [ + "Cozy loft bed", + 69 + ], + [ + "Not available", + 90 + ], + [ + "A large Sunny Bedroom in Astoria", + 120 + ], + [ + "Fifth Ave/Central Park Studio Apt", + 200 + ], + [ + "Cozy 1 bedroom in the heart of Hell's Kitchen!", + 430 + ], + [ + "Perfect Location in Manhattan", + 240 + ], + [ + "Next to train-Spacious-Sleeps 2-Flex Chk In Times", + 160 + ], + [ + "Cozy Studio in Upper East Side", + 70 + ], + [ + "East Village Gem for 7, 1 block to train", + 313 + ], + [ + "Spacious 3 bedroom 2 bathroom Upper West Side home", + 750 + ], + [ + "Cozy Two Bedroom Apartment in Greenpoint", + 167 + ], + [ + "Charming room Newly Renovated Apt30 mins from city", + 65 + ], + [ + "Greenwich Village/ Noho Duplex Flat! Bright, Luxe", + 308 + ], + [ + "Cozy Exposed Brick Apartment in Brooklyn !", + 100 + ], + [ + "Amazing Room Close to Metro", + 60 + ], + [ + "Amazingly located private room with huge space!", + 42 + ], + [ + "Amazing place Harlem (10 min walk Central Park)", + 90 + ], + [ + "Cozy 2 Bed/1 Bath in the heart of Red Hook", + 120 + ], + [ + "Lovely room in convenient location. J/M & L trains", + 51 + ], + [ + "Large private room in 2nd floor apartment.", + 25 + ], + [ + "Cozy spacious studio close to Times Square", + 150 + ], + [ + "Chic PENT HOUSE near LaGuardia airport, 30 to nyc.", + 250 + ], + [ + "*Just right budget room :)", + 55 + ], + [ + "Bright 1BR Duplex - Welcome to Bed-Stuy!", + 115 + ], + [ + "A Large Private Room in Greenpoint- 15 min to Manh", + 44 + ], + [ + "Luxury Apartment in Midtown West", + 243 + ], + [ + "Comfy Midtown East Getaway", + 290 + ], + [ + "Private room (Bee Room) in Bushwick Brownstone", + 65 + ], + [ + "Private room (Paris Room) in Bushwick Brownstone", + 55 + ], + [ + "BEAUTIFUL PRIVATE ROOM IN EAST VILLAGE", + 115 + ], + [ + "La Greka", + 60 + ], + [ + "Clean + Comfortable Bedroom in West Harlem", + 30 + ], + [ + "Lovely 2 BR Skyline View , 5 Min to Manhattan", + 250 + ], + [ + "House of Stylez", + 65 + ], + [ + "Great 1br near Prospect Park", + 120 + ], + [ + "MANHATTAN Upper West LUXURY -- for 5. Free Parkng", + 140 + ], + [ + "Private Room #2 in Brooklyn", + 50 + ], + [ + "Cozy room in Doormen/Elev. bldg by Grand Central", + 70 + ], + [ + "Aziza's Cosy Apartment", + 65 + ], + [ + "Beautiful bedroom in a 3 bedroom apartment", + 50 + ], + [ + "Private Room In Brooklyn Community House", + 35 + ], + [ + "Cozy Brooklyn Bedroom - Close to Manhattan!", + 60 + ], + [ + "Ideal UES 1BR w/ Doorman, near Central Park by Blueground", + 245 + ], + [ + "2 BR/2BA Modern Apt in Prime TriBeCa Location", + 300 + ], + [ + "\"Mi casa es su casa\" Welcome home", + 90 + ], + [ + "Nolita/SoHo! Location Share! Views! Elevator!", + 295 + ], + [ + "Huge, Beautiful Apt perfect for Holidays in Harlem", + 200 + ], + [ + "Studio in East Williamsburg - Steps to Subway", + 95 + ], + [ + "Lou's Palace-So much for so little", + 45 + ], + [ + "Lovely Aprt. 6 mins walk from Utica Av. Station", + 25 + ], + [ + "Bushwick Bedroom", + 35 + ], + [ + "Bright + cozy room in leafy Williamsburg apartment", + 50 + ], + [ + "Beautiful, comfortable 1bedroom in Hell's Kitchen!", + 150 + ], + [ + "Bed in a shared male room", + 30 + ], + [ + "Queens Corner Lot", + 150 + ], + [ + "South Harlem Share", + 65 + ], + [ + "New York City - East Village\nRight in The Action!", + 130 + ], + [ + "Cozy Room for the Holidays in the Heart of Astoria", + 55 + ], + [ + "Cozy, bright Bohemian pad in NYC's Epic Village", + 110 + ], + [ + "Private Rooms in Brooklyn", + 40 + ], + [ + "Cozy, spacious Studio located on Upper East Side", + 175 + ], + [ + "Clean, Warm, and Comfortable !", + 125 + ], + [ + "Charming Studio in the heart of West Village", + 215 + ], + [ + "Minimalist Studio in Central Downtown", + 150 + ], + [ + "Time Square - DOUBLE DOUBLE ROOM", + 199 + ], + [ + "Bright room in a newly renovated Apt in Brooklyn", + 45 + ], + [ + "Room in a Magical Bowery Loft in Nolita", + 220 + ], + [ + "BIG APPLE - SUNNY DOUBLE DOUBLE", + 199 + ], + [ + "Guest Room with 2 beds in Bayridge Brooklyn", + 90 + ], + [ + "GOTHAM - DOUBLE DOUBLE", + 199 + ], + [ + "TIME SQ WEST- COZY DOUBLE DOUBLE", + 199 + ], + [ + "TIME SQ WEST-COZY KING ROOM", + 179 + ], + [ + "Apartment in south Williamsburg", + 60 + ], + [ + "BIG APPLE - COMFY KING ROOM", + 179 + ], + [ + "MANHATTAN WEST - SUNNY KING ROOM", + 179 + ], + [ + "MADISON SQ - COZY KING ROOM", + 179 + ], + [ + "Beautifully lit, newly renovated bushwick home", + 70 + ], + [ + "Prime private room, on bedford ave in a 2Bd apt", + 27 + ], + [ + "Lux Condo RM near Manhattan & LGA! Laundry + GYM", + 49 + ], + [ + "Magical Gramercy Apartment", + 200 + ], + [ + "Comfortable sweet room near to JFK airport - 8min", + 55 + ], + [ + "Beautiful large room Manhattan/Roosevelt Island", + 55 + ], + [ + "Spacious 1 Bedroom Brooklyn Apartment", + 190 + ], + [ + "LXRY BLDG-next to Central Park, Times Sq,SLEEPS 5!", + 300 + ], + [ + "Clean apt for 5 close to the city & with free gym", + 125 + ], + [ + "Beautiful one bed in the best part of Brooklyn", + 295 + ], + [ + "Clean apt for 3 close to the city & with free gym", + 125 + ], + [ + "New York Highrise", + 47 + ], + [ + "Large Bedroom Next to Central Park", + 95 + ], + [ + "Newly built stylish retreat. A couple's haven...", + 63 + ], + [ + "Garden apt for 4 near the city & with free gym", + 125 + ], + [ + "Gorgeous 2 bedroom condo with a Manhattan skyline", + 225 + ], + [ + "Charming 2 Bedroom in Park Slope", + 300 + ], + [ + "Super Sunny Room in Calm Bed-Stuy Apartment", + 40 + ], + [ + "NY Penthouse in Midtown, Near everything Christmas", + 149 + ], + [ + "The Halsey Treehouse", + 90 + ], + [ + "Fantastic sunny apartment and 10 Min to Manhattan", + 160 + ], + [ + "Sky-luxury building 1b1b Main bedroom rental", + 207 + ], + [ + "NYC Designer 4bedrooms 2bath! PRIVATE PATIO", + 805 + ], + [ + "Gorgeous Private Bedroom Madison 2L-4", + 42 + ], + [ + "Meserole Street", + 63 + ], + [ + "Private Bedroom in Williamsburg Madison 2L-5", + 42 + ], + [ + "Amazing Bedroom in Bushwick Madison 3L-3", + 42 + ], + [ + "Excellent large private room - HK/Columbus Cir", + 115 + ], + [ + "Great access/2min U can use 5 lines(EFMR7)", + 28 + ], + [ + "Large, Comfortable 2 Bedroom Apartment", + 275 + ], + [ + "Spacious, Sunny Apartment in Bed Stuy", + 195 + ], + [ + "Cozy Brooklyn Room", + 280 + ], + [ + "Stunning Luxury Priv. Room: Prime Upper East!", + 100 + ], + [ + "Whole Bedroom in Co-Living Space Madison 3L-4", + 35 + ], + [ + "Luxury Building 15 mins from LES\nManhattan", + 180 + ], + [ + "Modern Private Bedroom in Stuyvesant Madison 3L-5", + 42 + ], + [ + "Lovely colonial house in Queens, New York.", + 150 + ], + [ + "Bedroom in Brooklyn Madison 3R-1", + 42 + ], + [ + "Luxury Private Bedrm in Williamsburg Madison 3R-2", + 42 + ], + [ + "Private Bedroom in Williamsburg, Brooklyn", + 65 + ], + [ + "Spacious room in heart of Bushwick Madison 3R-3", + 42 + ], + [ + "Cozy room in Astoria ideal for travelers on budget", + 27 + ], + [ + "Great Private Bedroom at Great Price Madison 3R-4", + 42 + ], + [ + "Furnished Bedroom in Brooklyn Madison 2R-1", + 42 + ], + [ + "Bedroom in heart of Bushwick Madison 2R-2", + 42 + ], + [ + "Modern Williamsburg Beauty", + 230 + ], + [ + "Beautiful Bedroom in Stuyvesant Madison 2R-3", + 42 + ], + [ + "Modern Bedroom in Williamsburg Madison 2R-4", + 42 + ], + [ + "Cozy Private Bedroom in NYC \"LES\" Manhattan!", + 60 + ], + [ + "Times Square Palace", + 3000 + ], + [ + "Bright and Cozy Little Spot in Long Island City", + 90 + ], + [ + "Brooklyn Comfy Getaway", + 75 + ], + [ + "Lovely Apartment in Upper West", + 120 + ], + [ + "Comfortable Space in the Center of Brooklyn", + 75 + ], + [ + "Midtown Priv. Lux.Room in a Penthouse (only girls)", + 110 + ], + [ + "Spiritual Oasis in the East Village", + 189 + ], + [ + "Great for students!", + 725 + ], + [ + "Cozy & clean private bedroom. Brooklyn NY", + 55 + ], + [ + "Original NoHo Loft full of Charm & Character", + 350 + ], + [ + "Affordable, quiet, tasteful bedspace", + 35 + ], + [ + "ENJOYABLE APT. FOR LONG STAY. 15 MIN. TO MANHATTAN", + 149 + ], + [ + "Bedroom in Crown Heights", + 55 + ], + [ + "Lower East Side Tenement Get Away", + 50 + ], + [ + "Bed in a shared male room2", + 30 + ], + [ + "Private Room in A Family House", + 65 + ], + [ + "Bxny Yankees", + 99 + ], + [ + "Mina’s House", + 29 + ], + [ + "HOLIDAY RENTAL: Great Room Close to Trains!", + 30 + ], + [ + "Cozy bedroom in heart of Manhattan, next to Empire", + 90 + ], + [ + "☯ Ur Cool & Cozy Chambers ☯", + 50 + ], + [ + "East village renovated studio", + 175 + ], + [ + "Newly renovated with elevator room 1", + 79 + ], + [ + "Large 2 Bedroom Apt - Close to everything!", + 190 + ], + [ + "Beautiful and open apartment in Hamilton Heights", + 34 + ], + [ + "Spacious, Sleeps 10, 2 baths, EAST VILLAGE!", + 443 + ], + [ + "2 Bedroom Williamsburg Oasis w/Private Backyard", + 150 + ], + [ + "Cozy yet Spacious 1BR Apt, 25 Min from Manhattan", + 75 + ], + [ + "⭐SPRING/SUMMER SALE- LARGE OUTDOOR PATIO⭐", + 299 + ], + [ + "Urban Oasis Steps from Central Park", + 112 + ], + [ + "Classy welcoming 3-bedroom - 20 Mins to Manhattan", + 125 + ], + [ + "New Years in NYC - in a Gold Star Resort", + 350 + ], + [ + "Luxury 4br 2ba, sleeps 12! Blocks from Subway.", + 392 + ], + [ + "Naelle studio", + 150 + ], + [ + "Beautiful Loft in the Heart of Nolita", + 800 + ], + [ + "Ideally located cozy, quiet apartment", + 145 + ], + [ + "BK. Private entrance, w pool and gym", + 55 + ], + [ + "Bohemian twist studio", + 80 + ], + [ + "Stylized room in Harlem 141 st", + 50 + ], + [ + "Awesome 2 bed apartment in LES", + 195 + ], + [ + "Manhattan studio near Central Park & Times Square.", + 115 + ], + [ + "Art Life in the City – from Brooklyn to Manhattan", + 72 + ], + [ + "Private South Williamsburg 1BR", + 180 + ], + [ + "Private Chic Midtown 1 BD Apt Theater District", + 264 + ], + [ + "Sunny apartment in the heart of Williamsburg", + 150 + ], + [ + "LARGE Prospect Lefferts Gardens Bedroom", + 55 + ], + [ + "Lovely one-bedroom in Hamilton Heights", + 101 + ], + [ + "Minimal Bed-stuy Bedroom with Fire Escape", + 70 + ], + [ + "Spacious apt in Brooklyn Brownstone 1 min to Metro", + 185 + ], + [ + "Global Sanctuary ~ Brooklyn, Entire House", + 125 + ], + [ + "Jax Shack", + 100 + ], + [ + "THE RESIDENCES BY HILTON CLUB (Penthouse Suite)", + 699 + ], + [ + "Quick walk to Metro, Cleaning, & Great roommates", + 35 + ], + [ + "Big bright apartment in hip neighborhood", + 150 + ], + [ + "Spacious and Cozy Room - Just like Home", + 50 + ], + [ + "Cozy Brooklyn Apartment", + 250 + ], + [ + "⭐$1.6 MILLION CHELSEA FLAT⭐LUXURY AND LOCATION!", + 261 + ], + [ + "Room in Astoria", + 100 + ], + [ + "Cozy Bedroom in renovated Little Italy Walk-up", + 98 + ], + [ + "Cozy comfortable room", + 52 + ], + [ + "1 bedroom in newly renovated apartment", + 100 + ], + [ + "Room in Charming Brooklyn Apartment", + 50 + ], + [ + "Gorgeous 2 Bed Oasis near Vibrant Prospect Park!", + 90 + ], + [ + "COZY APARTMENT, CLOSE TO MIDTOWN-MANHATTAN.", + 129 + ], + [ + "Sweet BR (B) in owner's duplex very near subway", + 75 + ], + [ + "Large Studio in Forest Hills", + 99 + ], + [ + "Urban Room", + 72 + ], + [ + "Cozy studio is all you need, 20 mins to Manhattan", + 109 + ], + [ + "Private Room in Bushwick - 15 Min to Manhattan", + 45 + ], + [ + "Luxury bedroom with River View", + 100 + ], + [ + "Cozy Getaway in Harlem", + 275 + ], + [ + "Singles bed for one", + 43 + ], + [ + "Your home away from home, private cozy room", + 29 + ], + [ + "Spacious Two Bedroom in Crown Heights", + 125 + ], + [ + "Manhattan Christmas holiday room at discount!!", + 69 + ], + [ + "Sunny, Spacious Apartment on Upper East Side", + 215 + ], + [ + "Furnished bedroom with queen bed desk and wifi", + 75 + ], + [ + "Cozy & Sunny Sunnyside Room w/ Great Location!", + 42 + ], + [ + "Furnished Brooklyn Room. Full-size bed. Fast WiFi.", + 43 + ], + [ + "Gorgeous 1-bedroom apt in Williamsburg, Brooklyn", + 72 + ], + [ + "Calm bed. perfect for students and travelers.", + 19 + ], + [ + "Sunny garden apartment in historic Brooklyn", + 125 + ], + [ + "Chic & Bright Brooklyn Bungalow", + 90 + ], + [ + "Luxe, Quiet, Bright 1br in Prime Williamsburg", + 243 + ], + [ + "Modern Comfort and a View", + 180 + ], + [ + "Peaceful and Clean Home in Fort Greene.", + 65 + ], + [ + "Large 2 Bedroom Apartment with Full Amenities", + 175 + ], + [ + "Luxury building, best location in williamsburg!!", + 70 + ], + [ + "Huge Renovated Studio in Manhattan", + 200 + ], + [ + "Brooklyn Duplex", + 65 + ], + [ + "Charming 1 BR on Gramercy (Min 30 Days)", + 155 + ], + [ + "@@@Prime Location 2 Bedrooms NYC@@@", + 365 + ], + [ + "Sunny Bedroom in Magical Ditmas Park", + 49 + ], + [ + "1 Bedroom in east village", + 100 + ], + [ + "Luxurious bedroom in Tribeca - walk to World Trade", + 97 + ], + [ + "Sun Drenched Room Ridgewood / Bushwick", + 35 + ], + [ + "Chic and spacious split-level", + 275 + ], + [ + "NYC Christmas spirt entire apartment in Brooklyn", + 95 + ], + [ + "Luxury midtown east apartment", + 595 + ], + [ + "Beautiful Bedroom with Private Bath in Brooklyn", + 55 + ], + [ + "Cozy 1 bedroom east village apartment", + 101 + ], + [ + "Bright UWS apartment a block from Riverside Park", + 180 + ], + [ + "3 beds w/ Kitchenette, own bath separate entrance", + 99 + ], + [ + "Clean, Cozy Private Bedroom/Apartment", + 65 + ], + [ + "Location! 2bed/with 3 beds Doorman Gym Prime 5237", + 265 + ], + [ + "Spacious and Cozy Studio", + 120 + ], + [ + "Family Suite Beautiful Brooklyn Home", + 95 + ], + [ + "55&8! Doorman Large One bedroom View 5235", + 215 + ], + [ + "Huge sunny 2bed apt in Harlem. Skyline views!", + 300 + ], + [ + "Modern in heart of East Village", + 105 + ], + [ + "NEW Brooklyn studio get away!", + 200 + ], + [ + "A place to crash in historical Bed-Stuy", + 100 + ], + [ + "Renovated 2-Bedroom Apt in Williamsburg with Patio", + 165 + ], + [ + "Cozy renovated Brooklyn apt near LGA JFK NYC", + 120 + ], + [ + "Peaceful Haven in NYC!", + 125 + ], + [ + "Cozy Williamsburg Apt in the Coolest Neighborhood!", + 200 + ], + [ + "Small room in shared APT near CUMC.", + 45 + ], + [ + "Nice & Big 2 Bedroom Apartment in The East Village", + 260 + ], + [ + "Cozy private bedroom", + 40 + ], + [ + "Brooklyn Home - backyard, office, easy to city!", + 120 + ], + [ + "Coziest space off the j", + 70 + ], + [ + "Quiet Apartment in Times Square / Hell’s Kitchen", + 295 + ], + [ + "Cozy area, Woodside! w/ 3windows& AC", + 32 + ], + [ + "Brooklyn Designer Home!! Private Bedroom/Bathroom", + 45 + ], + [ + "Charming, well-located with everything you need!", + 119 + ], + [ + "Modern, Sunlit Brooklyn Apartment", + 55 + ], + [ + "Cg hosting", + 40 + ], + [ + "Modern NYC Apartment with high ceilings/views.", + 800 + ], + [ + "Private room", + 40 + ], + [ + "Astoria Luxury RM w/ Priv Bath 3 mins from subway!", + 57 + ], + [ + "Sunny 2 Bdr Apartment in Williamsburg (1000sqf)", + 180 + ], + [ + "Sunny, Comfy, Artsy 1BR in Astoria", + 75 + ], + [ + "Cozy studio middle of Manhattan/ close to Time sq.", + 130 + ], + [ + "Artsy Upper East Side Apartment", + 200 + ], + [ + "Quiet and safe one bedroom in Upper Manhattan", + 150 + ], + [ + "Cozy Sunbathed Studio in Brooklyn", + 70 + ], + [ + "Beautiful 6BR + Terrace in SOHO! Dream Location!", + 359 + ], + [ + "Quiet & Cozy Studio in Upper East Side.", + 100 + ], + [ + "Romantic New York City Get-Away", + 95 + ], + [ + "Cozy, quite, clean place to feel like home", + 40 + ], + [ + "Spacious & Renovated Room in a Brooklyn Townhouse!", + 40 + ], + [ + "Queen Bedroom newly renovated Bushwick Apartment", + 38 + ], + [ + "1 bedroom", + 40 + ], + [ + "Pride Weekend East Village Apartment", + 170 + ], + [ + "Habitación privada en Brooklyn, New York.", + 45 + ], + [ + "Clean & Lovely Couples Room Near Mall & Manhattan", + 51 + ], + [ + "Comfy Cozy", + 90 + ], + [ + "GREAT LOCATION! NYC ON A BUDGET!!", + 50 + ], + [ + "UPSCALE DWELLING", + 85 + ], + [ + "The Gingerheadman's House!", + 150 + ], + [ + "Bright 1 Bedroom Apartment in Prime Manhattan area", + 284 + ], + [ + "Tidy 1 bedroom near NYU", + 185 + ], + [ + "Prospect Heights Garden Duplex", + 166 + ], + [ + "15 minutes From Times Square!!", + 31 + ], + [ + "A cozy place", + 150 + ], + [ + "Downtown 2 Bed 2 Bath In Nolita - Walk Everywhere!", + 398 + ], + [ + "Elegant Ft. Greene One-Bedroom, 5 min from Subway", + 185 + ], + [ + "Sunny 2-bedroom Brooklyn Apt with Rooftop Views", + 200 + ], + [ + "Luxury 2BD 1Bath Condo in Harlem.", + 300 + ], + [ + "Cozy Quiet Studio Right off Time Square", + 189 + ], + [ + "Pelham south", + 25 + ], + [ + "Spacious & Cozy Master BR - Nearby Prospect Park", + 55 + ], + [ + "Amazing large 1BR Brand New quiet moderm Charm!!!!", + 200 + ], + [ + "Spacious one bedroom apartment - Brooklyn", + 52 + ], + [ + "New york Multi-unit building", + 250 + ], + [ + "Luxury penthouse", + 400 + ], + [ + "Real New York Experience! Pvt 1 bedroom apt in UES", + 102 + ], + [ + "My sweet Home", + 80 + ], + [ + "Brand new luxurious apartment in SoHo!", + 390 + ], + [ + "Centrally located Brooklyn 4br, Stunning Skyline", + 450 + ], + [ + "Cozy Home 家 5", + 199 + ], + [ + "Private Room in Top Floor Apartment, heart of NYC", + 110 + ], + [ + "Luxury Apt, 1 BR, Stainless Steel Appliances", + 90 + ], + [ + "One of a kind Brooklyn waterfront loft & rooftop", + 550 + ], + [ + "The Williamsburg Artist's Pad", + 111 + ], + [ + "Boho tranquil room in bushwick/ridgewood", + 60 + ], + [ + "SUPERIOR KING ROOM -PRIME WILLIAMSBURG", + 295 + ], + [ + "Astorias spacious room in a historical mansion!!", + 91 + ], + [ + "Cozy, Sunny Studio in the heart of Central Harlem.", + 54 + ], + [ + "Your own little apartment in New York", + 55 + ], + [ + "Quiet, comfortable and clean bedroom on UWS", + 110 + ], + [ + "Cozy poet’s room in Central Manhattan", + 75 + ], + [ + "Townhouse for 12 close to the city & w free gym", + 325 + ], + [ + "Cozy room in heart of NYC", + 135 + ], + [ + "Charming 1 Bedroom Apartment in Carroll Gardens", + 79 + ], + [ + "Time Square South Deluxe King Room", + 179 + ], + [ + "Bright, spacious en-suite room in co-living house", + 80 + ], + [ + "Flushing downtown luxury suite", + 80 + ], + [ + "Spacious beautifully designed modern 2-bedroom", + 175 + ], + [ + "NEW GARDEN APT IN THE HEART OF PARK SLOPE", + 211 + ], + [ + "Upper West Side 3-bedroom", + 133 + ], + [ + "Queens Garden", + 200 + ], + [ + "Beauitful spacious Loft apartment", + 1350 + ], + [ + "Clean Airy 1-Bedroom Apartment in Gowanus", + 70 + ], + [ + "NEWLY AVAILABLE - Just TWO BLOCKS away from LGA", + 75 + ], + [ + "Heart of Little Italy / Soho", + 250 + ], + [ + "Cozy 1Bedroom Loft Style living (The entire Floor)", + 150 + ], + [ + "Sunny 1BR in Williamsburg/Greenpoint", + 175 + ], + [ + "NYC East Village Doorman Unit with Private Rooftop", + 240 + ], + [ + "Beautiful Private Room in Harlem/Hamilton Height", + 43 + ], + [ + "Brooklyn room with Empire State building view", + 99 + ], + [ + "Spacious, sunny room in hip neighbourhood!", + 50 + ], + [ + "Clean music/film themed bedroom", + 37 + ], + [ + "Renovated. Nice & clean 1/F RM in BK. Superhost!", + 41 + ], + [ + "GARDEN APARTMENT IN CLINTON HILL", + 125 + ], + [ + "FEMALE SHARED ROOM3 Single Beds Near Subway-3", + 29 + ], + [ + "2BR in Williamsburg | One block from Hewes JMZ", + 250 + ], + [ + "Bedford Ave Apartment", + 115 + ], + [ + "Hilton Cub at West 57 st Penthouse King Size", + 550 + ], + [ + "Bright Luxe Williamsburg Home - 4br 2ba", + 392 + ], + [ + "Spacious King Bedroom in Downtown, NY", + 125 + ], + [ + "HUGE DESIGNER SOHO LOFT", + 950 + ], + [ + "Dreamy Brooklyn 3br, sleeps many! ~*Must See*~", + 360 + ], + [ + "Spacious Brooklyn Apartment", + 50 + ], + [ + "All You Need- Cozy East Village 1 BD Apt.", + 175 + ], + [ + "STEPS TO COOL BARS AND COFFEE SHOPS! B/1", + 45 + ], + [ + "Railroad 2 bdr apartment", + 90 + ], + [ + "Clean & Spacious Private Bedroom 2 min. to Subway", + 95 + ], + [ + "YOUR BROOKLYN HOME! COZY + COMFY + CONVENIENT!B/2", + 50 + ], + [ + "Spacious Sanctuary -Great Neighborhood/City Center", + 150 + ], + [ + "Nice, Clean and quiet place in Williamsburg", + 100 + ], + [ + "THE BEST LOCATION TO EXPERIENCE NYC! B/3", + 59 + ], + [ + "SUPER LOCATION + OVERSIZED SUNLIT ROOM! R/4", + 60 + ], + [ + "TRAVELERS + STUDENTS + NYC LOVERS WELCOME! L/1", + 48 + ], + [ + "Convenient East Village Apartment", + 150 + ], + [ + "Wonderful Chelsea Studio w/ Balcony, Gym, Doorman by Blueground", + 287 + ], + [ + "SERENE ESCAPE IN THE BUSY CITY! L/3", + 48 + ], + [ + "Spacious private room with in room MOVIE THEATER", + 65 + ], + [ + "Great studio with beautiful backyard", + 69 + ], + [ + "Penthouse apartment in the heart of Williamsburg", + 70 + ], + [ + "Warm Cozy Apt in Brooklyn", + 120 + ], + [ + "Master bedroom w/priv bathroom in heart of BedStuy", + 90 + ], + [ + "ALL YOU COULD WANT FOR YOUR STAY IN BK! L/4", + 40 + ], + [ + "Cutepraise home in queens", + 60 + ], + [ + "Brooklyn 1 room", + 45 + ], + [ + "Cozy Home", + 150 + ], + [ + "Urban Oasis II", + 150 + ], + [ + "EXPERIENCE COLORFUL NYC IN THE BEST LOCATION! R/1", + 48 + ], + [ + "Williamsburg waterfront 1 BR in luxury building", + 125 + ], + [ + "Brand new studio", + 200 + ], + [ + "Vibey Artist Studio - Heart of Lower East Side", + 99 + ], + [ + "Best Location in Luxury Building near Times Square", + 94 + ], + [ + "Large Room 11minutes to Manhattan NYC at Safe area", + 55 + ], + [ + "Spacious Apartment in the heart of Manhattan", + 205 + ], + [ + "Stunning 2,000 sq ft 2BR in Williamsburg", + 520 + ], + [ + "Gut renovated one bedroom in Brooklyn!", + 70 + ], + [ + "BEST LOCATION -TIME SQUARE-Javits- Spacious 2BEDS.", + 128 + ], + [ + "Private One Bedroom Chelsea Apartment New York-#1", + 138 + ], + [ + "Private Bedroom on Newly Renovated Apartment", + 55 + ], + [ + "Quiet but close to Main Street.Flushing Chinatown", + 49 + ], + [ + "Great for family/friends! 2 bdrm duplex sleeps 6!", + 135 + ], + [ + "2-Bedroom Bright Duplex, Heart of Williamsburg", + 280 + ], + [ + "Spacious East Village Zen Den", + 110 + ], + [ + "WELCOME TRAVELERS AND NYC LOVERS! R/2", + 40 + ], + [ + "Manhattan Midtown West 3B Apartment", + 500 + ], + [ + "A gem in Bushwick", + 65 + ], + [ + "Private Bedroom", + 79 + ], + [ + "Bedstuy is the best, where I rest my chest", + 150 + ], + [ + "2 blocks to Main Street Flushing Chinatown NY", + 60 + ], + [ + "Prime Williamsburg", + 400 + ], + [ + "Comfy Haven", + 195 + ], + [ + "CHEERFUL RM IN BROOKLYN! EASY ACCESS TO TRAIN! R3", + 45 + ], + [ + "Cozy Room in Brokklyn", + 40 + ], + [ + "PEACEFUL ESCAPE FROM THE BUSY CITY! L/2", + 45 + ], + [ + "SUMMER 50% OFF SALE - 4 Min Walk to Times Square", + 240 + ], + [ + "Modern&pretty 3-B apt near everything you want!!!", + 199 + ], + [ + "Lovely, Convenient & Renovated Bushwick BK Room.", + 35 + ], + [ + "Comfort zone", + 57 + ], + [ + "A safe room to stay in Manhattan. Clean & sunny.", + 31 + ], + [ + "Summertime in Brooklyn’s Bedford–Stuyvesant", + 65 + ], + [ + "Beautiful Master Bedroom & Private Bath", + 36 + ], + [ + "Spacious artsy private bedroom", + 150 + ], + [ + "Clinton Hill Studio", + 120 + ], + [ + "Beautifully Renovated Mid Century Modern Bedroom", + 150 + ], + [ + "Sun-lit Room in the Heart of SoHo", + 90 + ], + [ + "Modern Chic Studio", + 250 + ], + [ + "Cozy Private Room w/ Full Bed - Perfect for Travel", + 55 + ], + [ + "Sunny private room in the heart of Brooklyn.", + 56 + ], + [ + "Garden apt for 7 close to the city & w free gym", + 250 + ], + [ + "SuperBig Beautiful room,clean manhattan 30min.", + 43 + ], + [ + "Gorgeous GOOD VIBES One Bedroom in Greenpoint", + 80 + ], + [ + "All Girls Studio Apt.", + 200 + ], + [ + "Bright, warm & wonderful bedroom in Greenpoint", + 90 + ], + [ + "Hollywood Inn", + 100 + ], + [ + "Open view on Manhattan", + 52 + ], + [ + "Charming, Quiet Prewar Apt in Midtown, Manhattan", + 182 + ], + [ + "Best Stuy!", + 50 + ], + [ + "Spice island nook", + 35 + ], + [ + "Spacious 2 bedroom near Central Park", + 175 + ], + [ + "Cozy Quaint Modern Garden Apartment", + 349 + ], + [ + "Mogul Hideout 2: Modern Lifestyle 4 min from JFK", + 125 + ], + [ + "PRIVATE bedroom and bathroom in Upper Manhattan", + 100 + ], + [ + "Chic, Contemporary 2br Brooklyn Condo", + 231 + ], + [ + "Private Cozy Room at East Village (Manhattan)", + 69 + ], + [ + "Great unit in prime Williamsburg", + 200 + ], + [ + "Clean & Spacious Apt. 2 min. to Subway", + 135 + ], + [ + "Furnished 1000sq large 2bed + office in Harlem", + 3200 + ], + [ + "VANLIFE in NYC! Perfect for minimal travelers!", + 120 + ], + [ + "Williamsburg private, comfy, bright room", + 40 + ], + [ + "Charming Private Apartment near Brooklyn Museum1BR", + 125 + ], + [ + "Awesome Studio-Apt near Times Square, super quiet", + 199 + ], + [ + "Bright, Spacious, & Cheerful! 5min walk to Metro L", + 37 + ], + [ + "Flushing downtown luxury suite", + 80 + ], + [ + "Feels Like Home Near JFK and LGA", + 25 + ], + [ + "Cosy private bedroom in Williamsburg!", + 55 + ], + [ + "★Bright,Spacious 1BR near Empire State/5th Ave", + 250 + ], + [ + "Comfy Room w/ Bunk Bed - Great for Friends!", + 55 + ], + [ + "Spacious-Sleeps 2-Next to trains-Flex Chk In Times", + 160 + ], + [ + "The NYC Quick Stay- Flexible Check-In", + 95 + ], + [ + "Spacious Bronx apartment near Bronx Zoo", + 40 + ], + [ + "Private Bedroom w/ Bunk Bed - Great for Friends!", + 55 + ], + [ + "Spacious and Sun-Soaked Luxury 1BR", + 145 + ], + [ + "Amazing Luxury Loft in Williamsburg", + 190 + ], + [ + "Flushing downtown luxury suite", + 80 + ], + [ + "Comfy Private Room w/ Full Bed - Near Prospect Prk", + 55 + ], + [ + "Flushing downtown large single room", + 80 + ], + [ + "Cozy Apartment in Hell’s Kitchen", + 160 + ], + [ + "Newly renovated with elevator room 3", + 75 + ], + [ + "Single Bedroom-Upper East Side-Central Park", + 80 + ], + [ + "Home away from Home! 2 Bedroom Apartment.", + 250 + ], + [ + "Cozy LES Room", + 85 + ], + [ + "Warm & sweet private bedroom", + 120 + ], + [ + "Central Park S. Doorman, elevator, laundry, bedroo", + 60 + ], + [ + "Pvt. Room w/full bed safe & close to everything", + 45 + ], + [ + "Affordable room near airport - LGA - and subway!", + 36 + ], + [ + "Charming entire house", + 145 + ], + [ + "New york Brownstone", + 55 + ], + [ + "Doorman Elevator Prime Location UN! 5242", + 220 + ], + [ + "Loft-like + Roomy Dumbo Studio w/ Office, Doorman by Blueground", + 312 + ], + [ + "Beautiful Studio on Gramercy (Min 30 Days)", + 118 + ], + [ + "Prime Doorman Elevator! Huge One bedroom UN 5239", + 220 + ], + [ + "Traditional yet Modern home away from home", + 49 + ], + [ + "Prime Doorman Elevator Huge One Bedroom 5238", + 220 + ], + [ + "1 Bedroom+1 bath in Artsy modern Williamsburg NY", + 90 + ], + [ + "Small clean cosy minimalist FEMALE ONLY -Bushwick", + 50 + ], + [ + "Huge master bedroom in prime Financial District", + 100 + ], + [ + "Midtown East 52&2 ! Big One Bedroom King bed! 5247", + 293 + ], + [ + "Elevator Doorman Big One Bedroom King bed! 5227", + 293 + ], + [ + "Amazing two bedroom with the terrace/73A.", + 190 + ], + [ + "Modern, Luxury Style, private balcony/City view!", + 150 + ], + [ + "Skyline Views in Williamsburg 4Br", + 50 + ], + [ + "West Village Dream Townhouse", + 500 + ], + [ + "Spacious and cozy room with washer and dryer", + 45 + ], + [ + "Quiet and Spacious South Williamsburg One Bedroom", + 150 + ], + [ + "Bed-Stuy Gem with Cozy entire floor of Brownstone", + 200 + ], + [ + "Private Room in Heart of Brooklyn!", + 59 + ], + [ + "‘Age of Innocence’ | Studio Apartment", + 100 + ], + [ + "Cosy private room in luxury condo", + 125 + ], + [ + "Greenpoint Summer Stunner, perfect for families", + 150 + ], + [ + "Cozy Bedroom w/ Bunk Bed - Private Side Yard!!", + 55 + ], + [ + "Chic, Quiet, Convenient East Village One-Bedroom", + 240 + ], + [ + "Beautiful, unique apartment in Brooklyn Heights", + 140 + ], + [ + "Art Deco Soho Loft", + 250 + ], + [ + "Music Recording Mixing Film Photography Art", + 199 + ], + [ + "Sunny Williamsburg Loft ☀️", + 150 + ], + [ + "Brooklyn Pvt Bedroom with an amazing rooftop!", + 80 + ], + [ + "5min walk to L train - Great Roommates! Fast WiFi!", + 35 + ], + [ + "Beautiful 2-bedroom Apt near Times Square", + 299 + ], + [ + "Cozy Brooklyn Studio Apartment!", + 85 + ], + [ + "Prime Location Affordable 2 Bedrooms", + 152 + ], + [ + "NY TIME SQUARE DOUBLE ROOM", + 209 + ], + [ + "Modern Studio in Heart of Crown Heights, Brooklyn", + 100 + ], + [ + "Sofa-Bed in a modern and cozy apartment in Harlem", + 45 + ], + [ + "New York City cozy creative", + 96 + ], + [ + "ENTIRE bushwick studio", + 100 + ], + [ + "NEWLY AVAILABLE Private Room only 2 BLOCKS off-LGA", + 51 + ], + [ + "Luxury Chelsea 1 bed full service with balconies", + 300 + ], + [ + "Comfortable one bedroom in heart of Midtown", + 120 + ], + [ + "Private ROOM in a GROUND FLOOR apt w/Parking", + 85 + ], + [ + "Private Entire Studio 10min to LGA! 全独立套房十分钟法拉盛中心", + 65 + ], + [ + "Home in NYC 1 BR Apartment Midtown Retreat", + 165 + ], + [ + "Sunny Spacious New Brooklyn Condo", + 200 + ], + [ + "Large bedroom", + 60 + ], + [ + "The Manhattan Club New York Oct 6-13, 2019", + 345 + ], + [ + "Tranquil oasis in the fast pace of NYC", + 175 + ], + [ + "Cheap good double bed in living room-30min to Man", + 34 + ], + [ + "Sunny, Cozy Apartment in Chinatown/LES", + 175 + ], + [ + "NEW - Manhattan - Private room near Central Park", + 79 + ], + [ + "Centrally located, modern, pleasant 1BR apartment", + 95 + ], + [ + "A Little Sanctuary", + 80 + ], + [ + "Artistic, Cozy Space in Convenient Williamsburg", + 70 + ], + [ + "Privately located 2 BR Apt! Soho!", + 240 + ], + [ + "Light Drenched Brooklyn Haven", + 100 + ], + [ + "Upscale Artsy Apartment in Brooklyn - Free Parking", + 100 + ], + [ + "Cosy APt", + 120 + ], + [ + "Luxury in Brooklyn", + 200 + ], + [ + "Soho Loft Experience", + 165 + ], + [ + "Spacious 1 BR Home in Hell's Kitchen", + 172 + ], + [ + "Modern Room in LuxuryApt overlooking LIC&Manhattan", + 68 + ], + [ + "Sunny bedroom in a spacious loft/apt in Bushwick!", + 75 + ], + [ + "Private room 1 block from M train in Ridgewood", + 55 + ], + [ + "Large bright room in the heart of Bushwick", + 50 + ], + [ + "Bright 2-bedroom in Brooklyn", + 125 + ], + [ + "Clinton Hill Quiet stylish 2 bedroom", + 160 + ], + [ + "Gorgeous Hideout, Close to Everything.", + 60 + ], + [ + "A Relaxing Place in Inwood", + 65 + ], + [ + "Brand new beautiful apartment in Williamsburg!", + 75 + ], + [ + "Door man condo near 61st St station", + 61 + ], + [ + "Williamsburg Studio", + 150 + ], + [ + "Heart of Upper East Side Home w/ washer-dryer", + 125 + ], + [ + "Modern Spacious Studio just 1 min To Bus Stop", + 99 + ], + [ + "High wifi , private space and private room", + 200 + ], + [ + "A Quiet Room in Greenpoint", + 75 + ], + [ + "Great room and friendly environment in Astoria, NY", + 70 + ], + [ + "Newly renovated with elevator room 2", + 55 + ], + [ + "Prime Williamsburg / Bedford Avenue Apartment", + 49 + ], + [ + "MILES DAVIS BIG BEAUTIFUL BEDROOM", + 90 + ], + [ + "Room in Charming, Plant-filled Brooklyn Apartment", + 65 + ], + [ + "JIMI HENDRIX BIG BEAUTIFUL BEDROOM", + 90 + ], + [ + "SHOW STOPPER/BEST APARTMENT IN HARLEM", + 500 + ], + [ + "Cool, Clean and Close to All !", + 180 + ], + [ + "Garden Apartment - Cozy renovated 1BDR", + 99 + ], + [ + "Entire Apt for 9Guests near Subway-20mins Times Sq", + 100 + ], + [ + "Modern Brooklyn Brownstone Garden Apartment", + 140 + ], + [ + "Great East Village/Alphabet City Apt!", + 49 + ], + [ + "Cozy New York Apartment. Amazing Location!", + 150 + ], + [ + "Fully Renovated East Village Oasis", + 285 + ], + [ + "Giant Duplex with Backyard 20 Mins to Manhattan!", + 150 + ], + [ + "Large Sunny 2 Bedrooms in Manhattan-Steps2Subway", + 89 + ], + [ + "Sunny, plant-filled & quiet Washington Heights apt", + 75 + ], + [ + "Very cozy apartment in Brooklyn.", + 75 + ], + [ + "Prime Williamsburg water front modern one-bed", + 99 + ], + [ + "Garden, Exotic Lounge Apartment", + 165 + ], + [ + "Garden Apartment /Mingle and Jingle Fun Host", + 65 + ], + [ + "☆Cozy bedroom in Midtown | 1min to 4 subway lines☆", + 133 + ], + [ + "☆Charming bedroom, 5min to Empire State Building☆", + 130 + ], + [ + "✨PRIVATE Bathroom - Midtown | 5 min Grand Central✨", + 172 + ], + [ + "Cozy Sunny Private Room in Spacious 2-Bedroom", + 40 + ], + [ + "Pleasant Upper West Side Studio", + 100 + ], + [ + "Huge Room in Trendy East Williamsburg", + 80 + ], + [ + "Zohar’s Apartment", + 180 + ], + [ + "Pop Fashion Studio", + 93 + ], + [ + "Serene Brooklyn Brownstone Gem", + 100 + ], + [ + "Entire Place *NEW APT - NYC, LGA, Flushing Meadows", + 299 + ], + [ + "The Bronx's Oasis", + 69 + ], + [ + "Beautiful apartment near the city and the beach!!", + 110 + ], + [ + "Artist's Creative Loft Photo Studio-2 Bed + Office", + 120 + ], + [ + "Beautiful Luxury Building Studio Apartment", + 120 + ], + [ + "Safe perfect location heart of east village", + 250 + ], + [ + "A whimsical stay in the heart of Bushwick", + 130 + ], + [ + "Sunny and isolated living room on Roosevelt island", + 43 + ], + [ + "Artsy duplex for 6, close to US Open & Manhattan", + 179 + ], + [ + "Bright Brooklyn One Bedroom", + 90 + ], + [ + "Warm & Welcoming Home for You - Crown Heights", + 500 + ], + [ + "Clean 2 bedroom home in a safe area near Manhattan", + 60 + ], + [ + "Private Studio apartment In prime Astoria, no fees", + 95 + ], + [ + "1bdr apt. with Manhattan skyline view (long term)", + 110 + ], + [ + "A spacious 1 bedroom apt in a landmark building", + 220 + ], + [ + "New york Multi-unit building", + 120 + ], + [ + "Spacious RM in Quiet Residential Neighborhood", + 33 + ], + [ + "NYUW05-1: Cozy room, Park, Columbia university.", + 70 + ], + [ + "Prime area locate in Little Italy, Nolita, Soho.", + 228 + ], + [ + "E20's- Charm and modern Elevator studio- Quiet", + 150 + ], + [ + "Tiny studio in best neighborhood in NYC!", + 154 + ], + [ + "Charming Williamsburg Loft - 1 BR", + 179 + ], + [ + "Two bedroom apartment, one stop from Manhattan", + 283 + ], + [ + "Large Private Room in Crown Heights BK", + 45 + ], + [ + "Manhattan best location Entire1BR Apt amazing view", + 575 + ], + [ + "Local Paradise", + 69 + ], + [ + "Charming 1 bedroom in a 2 bedroom west village apt", + 200 + ], + [ + "Sunnyside RM w/ a view. Near everything you need.", + 29 + ], + [ + "Furnished & Renovated. An Astoria NY RM w/ Appeal!", + 39 + ], + [ + "Master Suite w/ Own Bath, 3 mins from subway!", + 54 + ], + [ + "Amazing 1 BR on Gramercy (Min 30 Days)", + 155 + ], + [ + "Cozy Sunnyside room with a classic feel.", + 41 + ], + [ + "Cute 1 BR on Gramercy (Min 30 Days)", + 150 + ], + [ + "Beautiful 1 BR, Gramercy", + 150 + ], + [ + "Modern and charming Brooklyn apartment", + 54 + ], + [ + "Relax, easy commute to the city", + 62 + ], + [ + "Private room", + 180 + ], + [ + "Brooklyn Home with a View", + 145 + ], + [ + "Luxury Apartment on Madison Avenue", + 200 + ], + [ + "Three Bed-Room in Borough Park", + 110 + ], + [ + "Cozy Brooklyn Brownstone w/ Huge Private Backyard", + 45 + ], + [ + "Spacious studio in the heart of NYC", + 225 + ], + [ + "Luxury apartment, for single! near Central Park", + 200 + ], + [ + "Spacious Room w/Comfy Queen Bed. Central Location!", + 70 + ], + [ + "Bright serene 2-bedroom in Harlem", + 150 + ], + [ + "Flex Chk In Times - NYC Quick Stay", + 95 + ], + [ + "king size bed in hip LES -subway outside", + 80 + ], + [ + "Available Now", + 100 + ], + [ + "Downtown Brooklyn exquisite private room epic view", + 70 + ], + [ + "Large Full Bedroom in an Awesome Huge Artist Loft", + 70 + ], + [ + "Beautiful Park Slope Designer Condo", + 250 + ], + [ + "Cozy Private BR - Less Than Five Mins To Subway", + 55 + ], + [ + "Private 2 BR Apt in heart of South Slope", + 150 + ], + [ + "Neve recording studio", + 600 + ], + [ + "Comfy & Modern Private Bedroom w/ Bunkbed", + 55 + ], + [ + "Modern and Cozy Private Bedroom in Brooklyn, NY", + 55 + ], + [ + "Deluxe Wall Street Studio w/ Gym, Doorman by Blueground", + 232 + ], + [ + "Lovely,Cozy,bright,beautiful room **only female**", + 35 + ], + [ + "Central Park Charming Home", + 350 + ], + [ + "Chic and Comfortable in Manhattan", + 195 + ], + [ + "Private Bedroom and Bathroom in Spacious Apartment", + 89 + ], + [ + "Private Room in Clean & Cozy Home Central Location", + 59 + ], + [ + "ONE BIG PARK SLOPE ROOM starting MARCH - MAY 2019", + 42 + ], + [ + "Long Term Stay 4 1/2- 5 months. Starting Jan", + 60 + ], + [ + "Basement suite in Bushwick, 4 minutes from the M!", + 48 + ], + [ + "Spacious and relaxing apartment in UWS.", + 500 + ], + [ + "Quite Spacious studio easy access to ALL", + 149 + ], + [ + "**Cozy Private Room(M)", + 49 + ], + [ + "Dollar", + 77 + ], + [ + "Living room in Queens for rent", + 35 + ], + [ + "Private room in Sunnyside, Queens", + 40 + ], + [ + "Bright Beautiful Loft Apt in Heart of Williamsburg", + 225 + ], + [ + "**Cozy Private Room(B)", + 49 + ], + [ + "NYC Marathon 2019 - Near Carnegie Hall - 2 nights", + 600 + ], + [ + "Quiet place\nfully renovated apartment\nQueens-NY", + 120 + ], + [ + "NYC Marathon 2019 - Near Carnegie Hall - 2 Nights", + 600 + ], + [ + "Park Slope Cozy Bedroom", + 200 + ], + [ + "Room in central Manhattan", + 115 + ], + [ + "Alphabet City Long term Stay", + 70 + ], + [ + "Quiet Cozy Apartment by the Beach", + 190 + ], + [ + "New Build APT in Brooklyn - Prospect Park South!", + 62 + ], + [ + "One bedroom in Clinton Hill/Bedstuy", + 160 + ], + [ + "WOW LOFT LONG TERM STAY & SHORT TERM EVENTS/SHOOTS", + 175 + ], + [ + "Spacious room in quiet Sunset Park, Brooklyn", + 30 + ], + [ + "Bedstuy-stay", + 35 + ], + [ + "BedStuy cozy + convenient private room and bath", + 37 + ], + [ + "Best Manhattan location & best room for the price!", + 79 + ], + [ + "Bright airy rooms in Queens close to transport", + 40 + ], + [ + "Manhattan huge bedroom, with PRIVATE BATHROOM!", + 159 + ], + [ + "Very nice Master bedroom, all comfort, brooklyn", + 100 + ], + [ + "Tranquility and views - 2 beds, family-friendly", + 199 + ], + [ + "Prime Soho apartment with private backyard", + 550 + ], + [ + "Cozy Room with a view", + 55 + ], + [ + "Lux renovated room 19mins ride to Grand Central", + 40 + ], + [ + "Cute 2BR in the middle of West Village", + 155 + ], + [ + "Convenient, comfy, and bright apartment", + 200 + ], + [ + "Stay in heart of Manhattan!Subway near-Best Area", + 150 + ], + [ + "Sundrenched Studio Doorman Elevator Laundry 5240", + 190 + ], + [ + "Bedstuy Private Room Two Blocks from Subway", + 46 + ], + [ + "Renovated One bedroom Gym Laundry Elevator 5236", + 215 + ], + [ + "Jefferson Avenue Apartment", + 140 + ], + [ + "Cozy & Nice room w/AC, Queens! good subway access!", + 35 + ], + [ + "Off AVE N Beauty, a place like home! Flatlands, BB", + 89 + ], + [ + "Luxury Private Bedroom in Brooklyn 2R-1", + 48 + ], + [ + "Lofted East Village 2BR | Big & Safe", + 239 + ], + [ + "Entire studio East village Walk to All", + 90 + ], + [ + "BRIGHT AND LOFTY IN THE EAST VILLAGE", + 350 + ], + [ + "Modern Co-Living Space 2R-2", + 48 + ], + [ + "Two Bedroom fully furnished - UES (30 days MIN)", + 99 + ], + [ + "Large one bedroom with 2 walk through living rooms", + 350 + ], + [ + "Spacious 6BR/2.5BA Apt — Washer & Dryer / 20% OFF!", + 599 + ], + [ + "Lovely spacious 1 BR apartment in Williamsburg", + 89 + ], + [ + "Elevator Doorman Gym Studio Roof Laundry 5219", + 180 + ], + [ + "音樂之家 Musician and Artist Exhibition Home", + 189 + ], + [ + "Bright & Cozy Manhattan Home | Central Location", + 129 + ], + [ + "Spacious Bedroom in the heart of Fort Greene 1L-3", + 48 + ], + [ + "Luxury Private Bed in Brooklyn 2L-1", + 48 + ], + [ + "Nice Room 3min walk to Subway Plus Balcony and AC", + 40 + ], + [ + "Fantastic Co-Living Space 2L-2", + 48 + ], + [ + "3 Single Beds Studio near ESB", + 220 + ], + [ + "1 bedroom apartment in Bushwick", + 120 + ], + [ + "Updated Private Bedroom in Co-Living Space 2L-3", + 48 + ], + [ + "Upper West Manhattan Entire Suite", + 150 + ], + [ + "Manhattan Time Square Private Room", + 99 + ], + [ + "Sunny & Big Room w/private toilet in Bushwick", + 72 + ], + [ + "Heart of Bedford Stuyvesant. Next to subway. Full floor in brown stone. Great neighborhood. 20 minutes to downtown Manhattan. Best place ever.", + 100 + ], + [ + "Artist Retreat in Williamsburg with studio space!", + 100 + ], + [ + "Luxury Apartment Building", + 200 + ], + [ + "Quarto privado em Astória.", + 80 + ], + [ + "Modern Luxury 2bedroom in ideal Brooklyn location", + 135 + ], + [ + "Private Room in Two-Bedroom Brooklyn Apartment", + 50 + ], + [ + "Gorgeous Brooklyn Heights apartment", + 100 + ], + [ + "Private One Bedroom Chelsea Apartment New York-#2", + 138 + ], + [ + "Verona TwentyOne - Kendal Garden", + 150 + ], + [ + "Clean Private Bedroom in the Heart of East Village", + 75 + ], + [ + "Spacious Manhattan Apartment near Battery Park", + 116 + ], + [ + "Big private room in Brooklyn penthouse", + 60 + ], + [ + "Live in an Art Curator's Home", + 70 + ], + [ + "One Bdrm Apt in Charming South Harlem Brownstone", + 125 + ], + [ + "Relaxing Private Bedroom~Hamilton Heights, NY", + 90 + ], + [ + "Budget friendly room in Queens. 5mins to subway!", + 28 + ], + [ + "Perfect apartment in NYC", + 200 + ], + [ + "Bright spacious two bed apartment! (private room)", + 90 + ], + [ + "MANHATTAN NEWLY RENOVATED SPACIOUS MODERN FLAT!", + 350 + ], + [ + "A Queen's Palace: Brooklyn NY Style", + 75 + ], + [ + "Private cozy room in a modern artsy apartment", + 65 + ], + [ + "Private room in sunny apartment in Williamsburg", + 72 + ], + [ + "Architects Residency in Upper East / 2-min Subway", + 120 + ], + [ + "Waterfront Studio in Luxury Highrise w/ Gym & Roof", + 180 + ], + [ + "Quiet and cute bedroom in a 2 bedroom apartment", + 100 + ], + [ + "Chic, stylish apartment in HEART of NYC", + 250 + ], + [ + "Brownstone Garden Apartment", + 160 + ], + [ + "Beautiful Brooklyn Room for a Single Traveler", + 40 + ], + [ + "Rustic house w/ parking, wifi, & AC", + 300 + ], + [ + "Lovely stay in a private large room near JFK", + 66 + ], + [ + "Private bedroom with Attached bathroom", + 65 + ], + [ + "Spacious alcove studio in the middle of Chelsea", + 160 + ], + [ + "Pvt Room in Quiet Home JFK 6mi LGA 10 mi -Silver", + 38 + ], + [ + "Modern Cozy 2 Bedroom Apt on UES -Near subways!", + 185 + ], + [ + "Spacious One Bedroom Apartment (sleeps 2-5 people)", + 200 + ], + [ + "Sunny, Spacious, Chic Interior Designer Apartment", + 199 + ], + [ + "Cozy and spacious loft in Williamsburg/Bushwick", + 175 + ], + [ + "Wonderful Queen Room Next to Manhattan", + 60 + ], + [ + "Room steps from Times Square", + 159 + ], + [ + "UWS Studio Apartment", + 250 + ], + [ + "Luxury 2BR 2BA with washer/dryer in Soho/Tribeca", + 250 + ], + [ + "LES Well-Designed Flat, 3br, 5beds, Sleeps 9!", + 432 + ], + [ + "Private One Bedroom Apartment", + 66 + ], + [ + "Peaceful, spacious and musical!", + 80 + ], + [ + "Bed-Stuy Little Gem", + 150 + ], + [ + "Oasis on Saratoga", + 185 + ], + [ + "Private Room non smoking female only near JFK", + 29 + ], + [ + "Quiet 1 bedroom near Midtown Manhattan", + 75 + ], + [ + "HARLEM, NY MASTER BEDROOM EN SUITE BATH & BALCONY", + 190 + ], + [ + "City Portal", + 42 + ], + [ + "Private Room in Luxury Building, Downtown Brooklyn", + 65 + ], + [ + "#1 JFK/NYC Home sweet home!", + 45 + ], + [ + "Newly Renovated Bedroom Central Park South", + 131 + ], + [ + "Spacious room near airport LGA Manhattan & Gym :)", + 24 + ], + [ + "Room Near Times Square/Javits/Hells Kitchen/MSG", + 89 + ], + [ + "Brand new building with Manhattan view", + 200 + ], + [ + "Beautiful Row House Steps From Prospect Park", + 450 + ], + [ + "Cute inexpensive place for a short stay in Queens", + 40 + ], + [ + "Penthouse Gorgeous Apartment Stay", + 45 + ], + [ + "Cozy and clean room. Easy transportation", + 70 + ], + [ + "Sunny and Bright Space in Heart of East Village", + 225 + ], + [ + "W 70s BR in Classic UWS Building", + 129 + ], + [ + "Spacious bedroom in a quiet commuter town.", + 33 + ], + [ + "1.5 BR w/ HUGE Living Room&Den - EZ access to City", + 122 + ], + [ + "Huge BR in Classic UWS Building W 70s", + 129 + ], + [ + "Wonderful room with fridge next to Manhattan", + 50 + ], + [ + "61 street and 2 ave apt D Manhattan", + 140 + ], + [ + "harlem/morning side heights/SOHA", + 250 + ], + [ + "61st and 2nd ave apt C Manhattan clean safe", + 130 + ], + [ + "Luxurious and Bright Room Near Time Square", + 180 + ], + [ + "Lovely Room, Midtown Manhattan!", + 160 + ], + [ + "Gorgeous Room! Close to Time Square", + 130 + ], + [ + "Piece of mind in Harlem", + 150 + ], + [ + "Quiet Sunny Spacious Room in Charming Vintage Apt", + 120 + ], + [ + "2 Bedroom Penthouse with Good Vibes", + 90 + ], + [ + "Cozy private room near Upper West Central Park", + 85 + ], + [ + "Double Double Room · Empire CIty New York", + 199 + ], + [ + "New, Lovely Studio in Long Island City", + 199 + ], + [ + "Nice private bedroom near Upper West Central Park", + 90 + ], + [ + "Luxury Industrial 3 Bedroom Williamsburg Condo", + 444 + ], + [ + "Magnificent NYC 1 Bedroom Apt in Hell's Kitchen!", + 399 + ], + [ + "Wonderful Clean 2 Bedroom Apartment in EV", + 349 + ], + [ + "Entire 1BR APT in historic Clinton Hill Brownstone", + 195 + ], + [ + "Location Location Location !!", + 590 + ], + [ + "Room w/ Balcony-- 5min from Grand Central!!", + 70 + ], + [ + "Massive Designer One Bedroom in Brownstone", + 220 + ], + [ + "Sweet South Slope Garden Apartment", + 150 + ], + [ + "Beautiful, Newly Furnished, Luxury, Grand Central", + 169 + ], + [ + "Double Double Room · Broadway", + 199 + ], + [ + "Spacious, Mid-Century Studio in Downtown Brooklyn!", + 199 + ], + [ + "Spacious apartment in East Williamsburg!", + 120 + ], + [ + "Cozy Astoria Getaway!", + 40 + ], + [ + "Large Private Room. Fits up to 6 people", + 120 + ], + [ + "TIMES SQUARE 3BR FLAT APT", + 350 + ], + [ + "NICE 1 BEDROOM CLOSE 3 MALLS AND SHOPPING", + 94 + ], + [ + "1400 Sq Ft Apartment on Broadway!", + 185 + ], + [ + "Your 1BR home in Murray Hill!", + 150 + ], + [ + "2 BEDROOM Home, in the Center of Midtown", + 225 + ], + [ + "Charming Hideout by the East River", + 120 + ], + [ + "Spacious, sunny apartment by Prospect Park", + 100 + ], + [ + "Sun-Soaked Historic Brownstone Apartment", + 130 + ], + [ + "Cozy Retreat, Close to LGA and Midtown", + 100 + ], + [ + "UES Bliss", + 140 + ], + [ + "Cozy 1 person bedroom in Fancy neighborhood", + 89 + ], + [ + "Extra Large Bedroom In Lively part of Astoria!", + 40 + ], + [ + "New York Apartment Near Times Square & Broadway", + 145 + ], + [ + "NYC cozy studio", + 185 + ], + [ + "2BED in Williamsburg With Private Patio!", + 250 + ], + [ + "Quaint, Artsy 1BD in Greenpoint", + 120 + ], + [ + "Hotel living! Private large bedroom & bath!!", + 99 + ], + [ + "New York Lovely Quiet Room near to Time’s Square", + 120 + ], + [ + "▲Private Cozy Room at Madison Square Garden▲", + 75 + ], + [ + "hip Bed-Stuy large one bedroom", + 180 + ], + [ + "Stunning apartment heart of Williamsburg 2bd/2ba", + 250 + ], + [ + "Real Brooklyn Apt on Pacific and New York", + 30 + ], + [ + "Cool Vibes at Ace’s High End Apt.", + 114 + ], + [ + "LIC网红楼Jackson Park沙发客厅 \nLuxury apartment livingrm", + 45 + ], + [ + "Quite and safe locations, 2 blocks from train stat", + 100 + ], + [ + "Mid-century Modern Midtown 1BR w/ Gym + Doorman by Blueground", + 271 + ], + [ + "Cozy private room in the Upcoming Bronx", + 34 + ], + [ + "New York, private gorgeous bedroom!", + 85 + ], + [ + "wheelchair accessible apt near Columbia University", + 150 + ], + [ + "BROOKLYN : PRIVATE ROOM +BATHROOM", + 50 + ], + [ + "Twice As Better Home Inn", + 75 + ], + [ + "Gorgeous please! Perfect for couple or two friends", + 70 + ], + [ + "Tiny bedroom in Williamsburg - Brooklyn", + 60 + ], + [ + "Spacious Room with natural light in Forest Hill", + 37 + ], + [ + "BEAUTIFUL 2 BEDROOM", + 135 + ], + [ + "Cozy place one minute from metro", + 340 + ], + [ + "Clean, spacious 1BR, 1BA in heart of NYC", + 300 + ], + [ + "Cute and Cozy Bedroom in Northern Manhattan", + 65 + ], + [ + "Entire Loft with a bedroom and walk-in closet", + 300 + ], + [ + "Renovated pre-war flat, terrace, & garden", + 180 + ], + [ + "Luxury Brooklyn Stay", + 40 + ], + [ + "Demo listing - not real", + 70 + ], + [ + "Double Room in Upper East Side Apt - Central Park", + 80 + ], + [ + "NEWLY FURNISHED Luxury Studio at Park Avenue South", + 160 + ], + [ + "Large Room and Windows in Cozy Crown Heights", + 45 + ], + [ + "Cozy Crown Heights Studio", + 85 + ], + [ + "Double Room in Upper East Side, near Central Park", + 80 + ], + [ + "Brooklyn Holiday Getaway Pad", + 110 + ], + [ + "Luxurious Hell’s Kitchen! Vibrant Famous NYC!", + 285 + ], + [ + "Bright and airy close transport, left side", + 49 + ], + [ + "Cozy bedroom in Bed-Stuy area!", + 60 + ], + [ + "Luxury apartment in UES", + 300 + ], + [ + "Brooklyn the the way it should be", + 90 + ], + [ + "Comfortable, Quiet, And A Good Night Sleep.", + 55 + ], + [ + "Bright and stylish West Village gem", + 190 + ], + [ + "comfortable room with cheap fee", + 80 + ], + [ + "Pvt entrance lower level apt w/cable-wi-fi pvt bth", + 30 + ], + [ + "INCREDIBLE 1-BEDROOM IN MANHATTAN TOO", + 195 + ], + [ + "NYC loft by the beach", + 100 + ], + [ + "BRIGHT BEAUTIFUL BROWNSTONE IN BROOKLYN", + 160 + ], + [ + "Cozy one bedroom in the heart of Greenpoint!", + 100 + ], + [ + "Comfortable Suite/Apartment in Manhattan", + 60 + ], + [ + "Bright and Spacious Brown Stone Apartment", + 150 + ], + [ + "Modern Room in Brooklyn", + 65 + ], + [ + "Private bedroom in BK community, w/ parking", + 50 + ], + [ + "Luxury Studio In Heart of Manhattan", + 150 + ], + [ + "Artsy spacious apartment 3 mins from Times Square", + 450 + ], + [ + "Greenpoint Light & Plant filled Apt mins from city", + 115 + ], + [ + "Amazing Roommate Share in Prime NY Near Transit!", + 48 + ], + [ + "Discounted Cozy Downtown Unit - 3 Bedroom 2 baths", + 499 + ], + [ + "Country home in Manhattan, w/ fireplace, backyard!", + 515 + ], + [ + "2Beds Studio apartment in Prime Location", + 240 + ], + [ + "Room with Balcony in trendy Williamsburg", + 500 + ], + [ + "Fantastic Modern Co-Living Space 4L-3", + 48 + ], + [ + "Sunny Bedroom in Chelsea Beauty!", + 80 + ], + [ + "Private Bedroom in 5,000 sq ft DoBro Penthouse", + 109 + ], + [ + "Spacious and Bright bedroom (females only!)", + 52 + ], + [ + "Entire 1st floor, Easy commute to Manhattan", + 139 + ], + [ + "Private bedroom in clean, quiet apartment", + 30 + ], + [ + "2nd FL cozy apartment", + 145 + ], + [ + "Cozy Cypress Suite Convenient To Train & JFK ×", + 80 + ], + [ + "Cozy 2 Bed Room Gramercy, New York", + 220 + ], + [ + "Private room in brand new apartment in HK", + 180 + ], + [ + "Global Sanctuary ~Brooklyn Private Room", + 70 + ], + [ + "BEAUTIFUL AND SPACIOUS STUDIO CLOSE TO LGA AND JFK", + 99 + ], + [ + "Park Slope / Spacious and Comfy / Perfect Location", + 220 + ], + [ + "Renovated 1 bedroom Near Subway to Manhattan & JFK", + 61 + ], + [ + "Great views of the city", + 180 + ], + [ + "The Den - 3 mins to JFK", + 45 + ], + [ + "River View Apartment", + 140 + ], + [ + "Private and spacious room, 15 mins to Times Square", + 99 + ], + [ + "Home Away From Home", + 70 + ], + [ + "Private room in Safe & Quite Greenpoint, Brooklyn", + 60 + ], + [ + "Luxury Apartement in Manhattan", + 250 + ], + [ + "Room in the Lower East Side", + 85 + ], + [ + "Gorgeous Penthouse in Chelsea / Meatpacking!", + 350 + ], + [ + "Room Available in Crown Heights", + 31 + ], + [ + "Entire Apartment in Astoria", + 190 + ], + [ + "Well located studio in the heart of NYC.", + 180 + ], + [ + "The Williamsburg Urban Haven", + 60 + ], + [ + "Composer's Atelier in the Heart of Brooklyn", + 38 + ], + [ + "Newly Renovated Doorman Apt. with Great Amenities", + 210 + ], + [ + "XL cozy bedroom with separate entrance", + 68 + ], + [ + "Stylish Manhattan penthouse with private rooftop", + 350 + ], + [ + "Spacious One-bedroom Home in Columbia U", + 80 + ], + [ + "Cozy Brooklyn Loft", + 60 + ], + [ + "Willimsburg Deluxe Studio", + 125 + ], + [ + "Cozy bedroom with good location", + 120 + ], + [ + "Charming 3bed/2 bath Apt near Central Park", + 155 + ], + [ + "Sunny Greenpoint Apartment 5 Min Walk To Nassau G", + 45 + ], + [ + "Room in bushwick!", + 60 + ], + [ + "Alphabet City!! Entire Apartment!", + 175 + ], + [ + "Modern Studio Apartment near transportation", + 85 + ], + [ + "Chic and Lofty Studio Apartment in heart of SoHo", + 109 + ], + [ + "Your 2 bedroom home in Brooklyn.", + 98 + ], + [ + "Luxury Apartment in Lower East Side", + 400 + ], + [ + "[New] Manhattan-Hell's Kitchen Private Studio", + 125 + ], + [ + "Spacious bright 4 bedrm Manhattan home, elevator!", + 750 + ], + [ + "Charming Quiet Upper East Side Studio!", + 160 + ], + [ + "Modern, bohemian 1 bedroom apt in Williamsburg", + 125 + ], + [ + "Harmony Guestsuite 10 mins from JFK & Mall", + 93 + ], + [ + "Spacious Home Centrally located Near Downtown", + 275 + ], + [ + "Gorgeous Flat with Priv Patio Steps from 42nd/34th", + 375 + ], + [ + "Williamsburg Penthouse", + 250 + ], + [ + "cute studio apartment upper east side", + 100 + ], + [ + "Cozy and Sunny Room Williamsburg, Luxury Building", + 80 + ], + [ + "Gorgeous and spacious 1 BR in Nomad new listing", + 299 + ], + [ + "Cute room for single traveler", + 100 + ], + [ + "Spacious bedroom near Central Park/Columbus Circle", + 90 + ], + [ + "Room in big and light Prospect Heights apartment", + 55 + ], + [ + "Beautiful and cozy street view 1BR in W Village", + 180 + ], + [ + "Cozy Charming Room in South Slope 1 Min to METRO", + 45 + ], + [ + "Private Bedroom in Upper East Side-Central Park", + 80 + ], + [ + "New Listing, 5 ☆ Host! Sunny, Quiet Lovely Flat!", + 153 + ], + [ + "Center of Flushing 2, Queens, Near Sheraton Hotel", + 80 + ], + [ + "Large and cozy room in the heart of Manhattan", + 350 + ], + [ + "700sf One Bedroom Loft in the Clouds", + 125 + ], + [ + "Rooftop Oasis in Brooklyn for Shoots & Gigs", + 600 + ], + [ + "STEPS FROM BALL DROP IN TIME SQR! Sleeps up to 8!", + 1000 + ], + [ + "San Carlos Hotel One Bedrm Suite (B) up to 5", + 425 + ], + [ + "Sweet 2 BR sublet in Brooklyn", + 88 + ], + [ + "Private room 20 minutes away from Manhattan", + 65 + ], + [ + "Brand new Luxury & Spacious 2-Bedroom Apt in FiDi", + 420 + ], + [ + "Apt walk distance to Central Park+ 15 min Times Sq", + 220 + ], + [ + "Cost-effective nice room near Columbia University!", + 1350 + ], + [ + "Mesmerized Penthouse", + 179 + ], + [ + "Cozy Room A", + 119 + ], + [ + "Cozy Room B", + 89 + ], + [ + "Stylish 2 Bedroom in Brooklyn + A Cat", + 175 + ], + [ + "Beautiful furnished bedroom in Crown Heights!!!", + 100 + ], + [ + "1 bedroom SOHO flat with sunny views", + 380 + ], + [ + "Spacious private room 15 min from Manhattan", + 45 + ], + [ + "Corner Beach Front House!", + 300 + ], + [ + "Bright, Spacious 3BR/2BA in East Village, groups", + 443 + ], + [ + "Spacious Master Bedroom in Harlem", + 50 + ], + [ + "Great location in midtown east!!!!", + 116 + ], + [ + "Gym+rooftop+pool. Lux private room", + 119 + ], + [ + "Winter wonderland in heart of Manhattan 32 & 5!", + 180 + ], + [ + "Amazing location in SOHO! Make your visit GREAT!", + 225 + ], + [ + "Large 1920s home W/Parking | 20 mins from Midtown.", + 150 + ], + [ + "[New] Hell's Kitchen/Time SQ Private One Bed Room", + 179 + ], + [ + "Chic 2 bedroom just a train ride away from NYC", + 200 + ], + [ + "Gorgeous Bedroom in spacious Brooklyn apt", + 60 + ], + [ + "Bohemian getaway in NYC", + 280 + ], + [ + "AMAZING E. VILLAGE STUDIO-LONGTERM starting Aug 10", + 129 + ], + [ + "Prospect Park Family Townhouse", + 300 + ], + [ + "Private Bedroom next to Times Square", + 83 + ], + [ + "WEST VILLAGE GEM - LARGE BRIGHT 1BR W/KING BED", + 300 + ], + [ + "Ashly’s apartment", + 1000 + ], + [ + "Upper West Side Spacious Cozy Bedroom", + 55 + ], + [ + "Hart Street Garden Apartment", + 30 + ], + [ + "Sonder | The Nash | Artsy 1BR + Rooftop", + 262 + ], + [ + "Sonder | The Nash | Lovely Studio + Rooftop", + 255 + ], + [ + "Sonder | The Nash | Brilliant Studio + Rooftop", + 245 + ], + [ + "Sonder | 11th Ave | Bright 1BR + Gym", + 185 + ], + [ + "Sonder | 11th Ave | Contemporary 1BR + Gym", + 185 + ], + [ + "Sonder | The Nash | Pristine Studio + Gym", + 252 + ], + [ + "Sunny 1BR in Hell's Kitchen by Sonder", + 189 + ], + [ + "Sonder | The Nash | Airy Studio + Fitness Center", + 228 + ], + [ + "Sonder | The Nash | Bohemian Studio + Rooftop", + 240 + ], + [ + "Sonder | The Nash | Simple Studio + Gym", + 241 + ], + [ + "Sonder | The Nash | Creative 1BR + Gym", + 265 + ], + [ + "Sonder | The Nash | Bohemian 1BR + Rooftop", + 263 + ], + [ + "Sonder | The Nash | Charming Studio + Gym", + 243 + ], + [ + "Sonder | The Nash | Polished Studio + Rooftop", + 254 + ], + [ + "Cozy room in a great food-filled neighborhood", + 35 + ], + [ + "Huge 400 sf BR, amazing location", + 45 + ], + [ + "Beautiful Brooklyn Brownstone in Lefferts Gardens", + 200 + ], + [ + "Beautiful apartment in, steps from the train", + 40 + ], + [ + "Charming NYC UpperWest Apartment", + 180 + ], + [ + "Penthouse Apartment in Williamsburg, Brooklyn", + 80 + ], + [ + "Bright 1 Bedroom / Columbia & Morningside Heights", + 80 + ], + [ + "Large sunny bedroom in Astoria, Queens", + 60 + ], + [ + "Funky sun-filled artist home near Fort Greene Park", + 115 + ], + [ + "Cozy 1 bedroom in Upper East Side", + 235 + ], + [ + "Small room in NOLITA Artist Tenement APT", + 150 + ], + [ + "Queen Bed in Beautiful Clinton Hill", + 100 + ], + [ + "Naturally-lit Loft in Williamsburg by NÔM Stays", + 120 + ], + [ + "Clean Central Spacious One Bedroom Home", + 199 + ], + [ + "Waterfront Room with Manhattan View and Balcony", + 150 + ], + [ + "Bohemian 1-bedroom in Williamsburg", + 100 + ], + [ + "Cozy & Clean private bedroom in Columbus Circle.", + 89 + ], + [ + "Minutes to Manhattan", + 70 + ], + [ + "Spacious 1 bedroom in Bensonhurst - Sleeps 4", + 113 + ], + [ + "Simple studio", + 85 + ], + [ + "Overnight Bed by Central Park New York City", + 80 + ], + [ + "Holiday Get Away", + 150 + ], + [ + "Share a Lg Studio room* 2 blocks subway* Bronx Zoo", + 20 + ], + [ + "25 minutes from Manhattan, shared room bunk beds", + 40 + ], + [ + "Luxurious Private Sunny LES Full Floor Loft - NYC", + 499 + ], + [ + "⭐️ Luxury Studio with modern finishes ⭐️", + 200 + ], + [ + "One bedroom in 2 bedroom apartment", + 75 + ], + [ + "Book NOW this New 3br Home with lots of space.", + 299 + ], + [ + "Shared room for 2 persons 15 sec away from Mtrain", + 40 + ], + [ + "Private room with queen-size bed! M and L trains", + 57 + ], + [ + "Classic Brownstone Living in historic BROOKLYN", + 450 + ], + [ + "5 Star Manhattan Luxury St. Regis Hotel King Suite", + 1075 + ], + [ + "My roomie is in Hawaii for 1 month, I'm on Airbnb", + 55 + ], + [ + "Brooklyn 3 persons shared room close to subway", + 32 + ], + [ + "great Location with a fireplace balcony &rooftop", + 150 + ], + [ + "1 Bedroom, Comfortable Large Brownstone apt", + 50 + ], + [ + "Luxurious Bushwick house 3person room near subway", + 32 + ], + [ + "Serene, Super-Sized Oasis in Bed Stuy", + 175 + ], + [ + "Amazing 2 person shared room close to subway!!!", + 40 + ], + [ + "Spacious 2 person shared room high near subway", + 40 + ], + [ + "Heavenly private room near subway line J,Z,M", + 55 + ], + [ + "Artist Apartment in EastVillage", + 175 + ], + [ + "Artistic apartment in the Heart of Manhattan", + 200 + ], + [ + "Clean and Cozy 1 Bedroom Apartment in LES", + 102 + ], + [ + "Shared place in Hell’s Kitchen, Midtown West!", + 99 + ], + [ + "Beautiful Family Apt close to Broadway Station N/W", + 200 + ], + [ + "Large bedroom and private bath, astoria, NY", + 55 + ], + [ + "HUGE warm sunny room in Clinton Hill, Brooklyn", + 65 + ], + [ + "Fabulous studio apartment 12 mins to Manahattan", + 140 + ], + [ + "1BR Park Slope Apt w/ Private Backyard", + 100 + ], + [ + "Entire Loft Apartment in Soho/NoHo/Nolita", + 550 + ], + [ + "Javits center 1 bedroom", + 134 + ], + [ + "Safe and lively South Harlem Condo with doorman.", + 150 + ], + [ + "Sunny East Williamsburg Apartment", + 105 + ], + [ + "Great Room in Heart of Williamsburg", + 75 + ], + [ + "Sunny & Clean- Soho/west village loft", + 250 + ], + [ + "Modern 2BD Plus Movie screening room-Alphabet City", + 295 + ], + [ + "Cozy room,25 minutes to Manhattan", + 32 + ], + [ + "Brooklyn Apartment Room for Monthly Sublet", + 35 + ], + [ + "(UES) Entire Apartment Near Central Park", + 180 + ], + [ + "Room in AMAZING Williamsburg Apartment!", + 70 + ], + [ + "2-bedroom apartment on the Upper East Side", + 130 + ], + [ + "Master Bedroom in Spacious Washington Heights Apt.", + 60 + ], + [ + "CQ 1 Bedroom", + 3000 + ], + [ + "2 Bedrooms with Harbor View", + 85 + ], + [ + "Shared renovated cozy room in heart of the city.", + 80 + ], + [ + "Beautiful shared place by Times Square, Midtown.", + 80 + ], + [ + "The Pearl of Midtown Manhattan", + 220 + ], + [ + "Shared apt by Theater District, Broadway", + 80 + ], + [ + "Queen Size Room in the Heart of Upper East Side", + 120 + ], + [ + "Chic Brooklyn Apartment", + 200 + ], + [ + "Basement in a Gorgeous Brooklyn Brownstone", + 40 + ], + [ + "Cool Private Bedroom & Office/Living Room Bushwick", + 60 + ], + [ + "Spacious sun-filled bedroom near Botanical Garden", + 80 + ], + [ + "manhattan 127 st and convent ave room 2", + 69 + ], + [ + "Humble abode near Prospect Park", + 160 + ], + [ + "Charming space in the heart of the East Village", + 180 + ], + [ + "Designed 3-person shared room next to Wyckoff Ave", + 32 + ], + [ + "*NO GUEST SERVICE FEE* Beekman Tower Two Bedroom #3", + 956 + ], + [ + "Spacious shared room near L-train", + 32 + ], + [ + "Light twin room", + 40 + ], + [ + "Gorgeous 2 people shared room with great amenities", + 40 + ], + [ + "Walk toTimes Square,Central Park,Museums, Broadway", + 230 + ], + [ + "Cozy private room in EastBushwick near subway", + 55 + ], + [ + "Large, sunny, and chic apt in historic Harlem", + 99 + ], + [ + "bushwick nook", + 70 + ], + [ + "Classic brick, Ambient lighting Apt Heart of NYC", + 139 + ], + [ + "Beautiful boutique studio near Central Park", + 135 + ], + [ + "Sunny and Spacious Charmer in S Williamsburg", + 125 + ], + [ + "A GEM IN NOHO", + 350 + ], + [ + "Sunny home w/ beautiful views", + 99 + ], + [ + "Huge Artistic Downtown Loft - Designer Furniture", + 410 + ], + [ + "The NYC Adventure", + 65 + ], + [ + "The Nest...", + 60 + ], + [ + "Magnificent Industrial Chic 3 Bedroom Loft", + 450 + ], + [ + "Cozy Room in Crown Heights 0 minutes from transit", + 33 + ], + [ + "Bright Spacious 2Bedrooms private Apt in Bay Ridge", + 120 + ], + [ + "susan place", + 60 + ], + [ + "Master suite in iconic Brooklyn brownstone", + 130 + ], + [ + "Great Deal! Sunny 2 Bedroom in Greenpoint!", + 100 + ], + [ + "Bedroom close to Manhattan(BIG)", + 75 + ], + [ + "A beautiful huge quiet Brooklyn apartment.", + 199 + ], + [ + "Amazing location, A gem in Soho two bedroom", + 183 + ], + [ + "Private Room in a Neo Hippie Art Apartment!", + 35 + ], + [ + "Living room at prime location", + 22 + ], + [ + "Sweet digs of Windsor", + 104 + ], + [ + "Sunny Clean Modern 2BR w/ Private Roofdeck!", + 100 + ], + [ + "U can have your private bathroom! @cozy area!", + 40 + ], + [ + "Beautiful apartment in Elmhurst", + 150 + ], + [ + "5th Ave Luxury St. Regis NYC King Room Manhattan", + 820 + ], + [ + "Luxury Studio style room in Manhattan Brownstone", + 69 + ], + [ + "Riverdale private room", + 49 + ], + [ + "Best of NYC! Location and Lux Apt 1 Bed \n& SofaBed", + 205 + ], + [ + "Sunny, Plant-filled Apt in Manhattan’s Chinatown", + 91 + ], + [ + "City Views, Private Balcony, Clean, Private Bath", + 90 + ], + [ + "Stunning Central Chelsea 1BR w/ Gym + Doorman by Blueground", + 306 + ], + [ + "Clinton Hill loft", + 300 + ], + [ + "Spacious & Sunny Bedroom in Bedstuy", + 45 + ], + [ + "Bright & Airy East Village Penthouse w/ Terrace", + 520 + ], + [ + "LaGuardia airport, JFK airport, citi fields", + 58 + ], + [ + "Huge Williamsburg Loft", + 220 + ], + [ + "Beautiful", + 80 + ], + [ + "Spacious Beauty 1 Bedroom Apartment", + 130 + ], + [ + "Cozy one-bedroom in Astoria!", + 70 + ], + [ + "Private Room in Bushwick Loft", + 40 + ], + [ + "Charming 2 bedroom in Soho", + 399 + ], + [ + "SUNLIT OASIS", + 118 + ], + [ + "Come feel at home", + 100 + ], + [ + "Cozy, clean and quiet room in Bushwick.", + 37 + ], + [ + "Luxury on 5th Ave St. Regis 2 King BR Suite 5 Star", + 1999 + ], + [ + "Charming 1BR by Washington Square Park Heart of NY", + 370 + ], + [ + "Newly Renovated Stylish Luxury 2 bedroom, first fl", + 165 + ], + [ + "Beautifully Renovated Small Mid Century Bedroom", + 125 + ], + [ + "2nd bedroom still available for the holidays", + 105 + ], + [ + "Amazing View in luxury building, Time Square", + 99 + ], + [ + "Nice Room Sunnyside 15 min to Times Sq (AC/TV)", + 35 + ], + [ + "1bdr apartment / 2 stops to Manhattan (D/N trains)", + 100 + ], + [ + "Private Room Best LES Location- Read Description!", + 150 + ], + [ + "Bright, charming Fort Greene studio", + 175 + ], + [ + "Mother & Daughter bnb-Brooklyn", + 75 + ], + [ + "Gorgeous NYC Hideout 20min to Times Square", + 85 + ], + [ + "Gorgeous Room in Lux Apt: Prime Upper East!", + 100 + ], + [ + "Spacious Sun-drenched two bedroom APT", + 200 + ], + [ + "Share Lg studio rm b2*2 blocks subway *Bronx Zoo", + 20 + ], + [ + "Lovely Bushwick Garden Apartment", + 155 + ], + [ + "Stunning Penthouse 2 bedrooms full city view", + 400 + ], + [ + "Entire Basement Apartment near LGA", + 60 + ], + [ + "2 BEDROOM/3BED APT/TIME SQUARE/HELLS KITCHEN", + 135 + ], + [ + "Center of Astoria", + 55 + ], + [ + "Splendid Midtown Studio w/ Gym + Doorman by Blueground", + 215 + ], + [ + "Cheery Midtown 1BR w/ Doorman + Gym, near MSG by Blueground", + 227 + ], + [ + "Modern apt near mall and trains. 25 min from city", + 200 + ], + [ + "Sweet Home", + 140 + ], + [ + "Beautiful and Convenient 2 Bedroom In Flushing", + 120 + ], + [ + "Manhattan modern living by the Chelsea High Line", + 250 + ], + [ + "TWO BIG Rooms - a Park Slope Oasis", + 90 + ], + [ + "Large Bedroom near Central Park and Mt Sinah", + 100 + ], + [ + "Beautiful 2 bed with a balocony", + 205 + ], + [ + "Cute apartment", + 200 + ], + [ + "Charming studio close to everything", + 200 + ], + [ + "Upper West Manhattan Suite - Cozy Private Bedroom", + 55 + ], + [ + "Cozy Room 20 minutes away from the city", + 65 + ], + [ + "Columbia Univ Queen-bed in a Cozy Suite 5B", + 55 + ], + [ + "Sunny Boutique Condo on Picturesque Harlem Street", + 250 + ], + [ + "Upper West Manhattan Luxurious Master Bedroom 5C", + 50 + ], + [ + "Upper West Manhattan Spacious Master Bedroom 1C", + 58 + ], + [ + "纽约长岛市最新豪华网红楼王Jackson Park独立卧室出租!(出门就是地铁站!)", + 56 + ], + [ + "Upper West Manhattan Spacious Private Bedroom 1D", + 55 + ], + [ + "Nice apartment with great view on the Hudson River", + 160 + ], + [ + "Modern cheap huge 1bd apt next to Central Pk & sub", + 149 + ], + [ + "Pvt Room in Quiet Home Near JFK 6mi/LGA 10mi Lvdr", + 35 + ], + [ + "Windsor Terrace Warm Artist Pad Prospect Park", + 250 + ], + [ + "You Will Love Our Beautiful 3 bed 3 Bath Home", + 175 + ], + [ + "Espaço acolhedor e limpo próximo a Manhattan!", + 55 + ], + [ + "Come and enjoy \"Brooklyn is the new Manhattan\"", + 55 + ], + [ + "“Quincy Manor” in the heart of Bedford-Stuyvesant.", + 100 + ], + [ + "Private Room With a Balcony In a Modern Loft", + 89 + ], + [ + "PRIVATE ROOM in the heart of MANHATTAN", + 140 + ], + [ + "GORGEOUS PRIME SOHO 3 BEDROOMS PENTHOUSE", + 649 + ], + [ + "Sleeper shared rm on subway bronx zoo 30m2NYC", + 20 + ], + [ + "Modern 2BR Williamsburg Loft With a Balcony", + 189 + ], + [ + "Boutique Brooklyn Loft", + 55 + ], + [ + "Luxury Bushwick design suite 15 min to Manhattan", + 60 + ], + [ + "Cozy and Bright Bedroom for One or Two", + 65 + ], + [ + "Modern & cozy bedroom in Manhattan", + 89 + ], + [ + "Perfect location in Manhattan", + 68 + ], + [ + "Beautiful bedroom in Upper Manhattan", + 89 + ], + [ + "Exposed Brick One Bedroom in the Heart of Soho", + 165 + ], + [ + "Greenwich Village Prewar off Washington Sq Park!", + 142 + ], + [ + "In the heart of midtown manhattan - CONVENIENCE", + 100 + ], + [ + "Single Room in the heart of Corona Queens", + 46 + ], + [ + "Cute/Clean Affordable Room Close To Public Transp.", + 75 + ], + [ + "Private room in a brand new brooklyn apartment", + 63 + ], + [ + "Private Bath, Private Room 2 blocks from NR trains", + 75 + ], + [ + "Charming 1 Bedroom in Bushwick 20 min to Manhattan", + 120 + ], + [ + "NY EMPIRE STATE DOUBLE DOUBLE ROOM", + 249 + ], + [ + "2 bedroom apt in the heart of Bushwick (House)", + 250 + ], + [ + "Cozy bedroom in spacious Crown Heights apartment!", + 60 + ], + [ + "Home in the heart of Brooklyn", + 69 + ], + [ + "25 minutes from Manhattan, shared room", + 35 + ], + [ + "ENTIRE One Bedroom Apt Available 7/21-8/16", + 70 + ], + [ + "LOFT 108", + 100 + ], + [ + "Cozy home # 2 In Brooklyn 20 min from N,y,c. 3bed", + 200 + ], + [ + "Dvine Home, 5 Minutes from JFK, FREE parking", + 65 + ], + [ + "Premium Times Sqr 2 Bed 2 Bath ~ Rooftop", + 399 + ], + [ + "Nice place in Brooklyn .", + 120 + ], + [ + "Suíte Tati", + 120 + ], + [ + "Chateau New York!! 2 Bedrooms In BK", + 120 + ], + [ + "Cozy Shared Studio 10 minutes from Times Square!", + 60 + ], + [ + "Room 25 min away from Manhattan 7train/busQ67", + 60 + ], + [ + "Happy place to be", + 100 + ], + [ + "New York - Upper East side cozy appartment", + 125 + ], + [ + "Cozy private room in Greenwich Village", + 90 + ], + [ + "Large Bx condo 3 mins to Subway by Yankee Stadium", + 100 + ], + [ + "Small Deluxe Private room near LGA (Room#01)", + 35 + ], + [ + "Sunshine Room in Quiet Greenpoint Apartment", + 75 + ], + [ + "Cozy room in a area with everything.female only pl", + 70 + ], + [ + "Beautiful Apartment on the Upper West Side", + 200 + ], + [ + "Cozy room in duplex apartment - terrace with view", + 45 + ], + [ + "Private room in my apartment.", + 28 + ], + [ + "Private Bedroom in Chinatown/LES", + 85 + ], + [ + "Luxury high floor 1bdrm in prime midtown location!", + 300 + ], + [ + "Estilo y tranquilidad en un mismo espacio", + 50 + ], + [ + "Calm Environment", + 80 + ], + [ + "Fun Spacious 3 Bed 2 bath Elevator Building", + 350 + ], + [ + "2 BEDROOMS 2 PERSONS EACH", + 295 + ], + [ + "Brooklyn's Finest - LL", + 130 + ], + [ + "Room + movie theater/gym/roof - 1 block to subway!", + 80 + ], + [ + "长岛豪华公寓单间卧室低价短租交通无敌便利", + 60 + ], + [ + "Blue Modern 93", + 79 + ], + [ + "Luxury Astoria 1BD apt, 15 min from Manhattan", + 70 + ], + [ + "Prime East Village 1BR", + 225 + ], + [ + "Elegant 2 bedroom in Chelsea", + 300 + ], + [ + "Two BR, entire top floor, 23 Minutes to Manhattan", + 83 + ], + [ + "Terrific Tribeca 2BR, Indoor pool, Gym + Rooftop by Blueground", + 373 + ], + [ + "Studio Apartment in East Village", + 100 + ], + [ + "Village/soho | 2Br + Skylights", + 310 + ], + [ + "NY MIDTOWN DOUBLE ROOM", + 209 + ], + [ + "Paradise in New York City 2", + 247 + ], + [ + "AFFORDABLE LUXURY...ENTIRE APARTMENT @ Its Best!", + 300 + ], + [ + "Master bedroom in Bedstuy", + 80 + ], + [ + "Huge Apartment & Private Bathroom, Upper East Side", + 99 + ], + [ + "6 minutes from JFK Private Bedroom/Bathroom", + 100 + ], + [ + "HOME AWAY", + 60 + ], + [ + "nice suite available in victorian home.", + 105 + ], + [ + "Shared Room 4 FEMALE Guests 30mins to Manhattan-3", + 40 + ], + [ + "1 bedroom spacious and bright apt near SOHO", + 189 + ], + [ + "Times Square 3bedroom", + 300 + ], + [ + "Manhattan second unit", + 199 + ], + [ + "Luxury, Sunny, Comfy, Gorgeous views, Central Park", + 890 + ], + [ + "Brooklyn Home", + 42 + ], + [ + "Cozy Sun Drenched Full Apt. 30 mins from City", + 200 + ], + [ + "Elegant & Quiet & Convenient 紐約清雅居,地鐵公車便利,步行3分鐘到超市", + 44 + ], + [ + "6 Minutes From JFK Airport Cozy Bedroom", + 30 + ], + [ + "Awesome 1 bedroom near Flatiron 30 day minimum.", + 145 + ], + [ + "Comfy room in the Heart of Bushwick", + 60 + ], + [ + "Clean & Nice & Affordable 3-P Room/Private Bath", + 48 + ], + [ + "Luxury Entire 3Bedroom Apartment near Downtown bk.", + 350 + ], + [ + "Sunny Bedstuy apartment", + 90 + ], + [ + "Private room in a quiet apartment", + 35 + ], + [ + "Quiet One-Bedroom in Williamsburg Close to Subway", + 85 + ], + [ + "1 Bedroom/1 Bath Apt in Hudson Yards/Midtown West", + 250 + ], + [ + "UES WITH VIEW OF EAST RIVER", + 70 + ], + [ + "Super Deluxe Private Room near LGA (Room #02)", + 35 + ], + [ + "Central Light Filled Studio", + 160 + ], + [ + "SIMPLEHOME", + 93 + ], + [ + "Super Big Deluxe Private Room near LGA (Room #03)", + 45 + ], + [ + "Private 2BR w/washer/dryer/balcony in Bushwick", + 249 + ], + [ + "HUGE room in Grammercy", + 150 + ], + [ + "Humble abode residing 20 minutes away from city", + 49 + ], + [ + "Quarto espaçoso perto de Manhattan!", + 48 + ], + [ + "East Village Nook", + 65 + ], + [ + "Apartment share close to train station", + 27 + ], + [ + "Stylish & Spacious Private Room + Bath in Bed-Stuy", + 100 + ], + [ + "Easy commute apartment next to subway", + 35 + ], + [ + "Sunny room in iconic Brooklyn brownstone", + 120 + ], + [ + "Sweet Spot! 2 rooms w/ PRIVATE ENTRANCE in BK!", + 59 + ], + [ + "Comfortable Classy Apartment", + 120 + ], + [ + "Best price-City College-1 train 20 min. Times Sq.", + 50 + ], + [ + "Three bedrooms house", + 65 + ], + [ + "West Village Apartment", + 500 + ], + [ + "Entire Luxurious private Studio Near LGA Airport", + 80 + ], + [ + "Cozy Room 2 in Brooklyn", + 65 + ], + [ + "Big Private Room in Manhattan", + 110 + ], + [ + "Amazing apartment", + 100 + ], + [ + "Astoria Entire apartment", + 85 + ], + [ + "Tribeca Treasure", + 288 + ], + [ + "幸福小屋", + 55 + ], + [ + "5 min walk to train,2 min walk to bus, most shop.", + 200 + ], + [ + "HUGE queen bed 1 block away from Prospect Park!", + 60 + ], + [ + "Modern King-Bed Private room and en-suite Bathroom", + 112 + ], + [ + "Yellow submarine", + 59 + ], + [ + "Cozy Studio Apartment in the Heart of Williamsburg", + 175 + ], + [ + "Cozy room near Prospect Park", + 35 + ], + [ + "Beauty In The East-Mins to Subway/JFK/LGA/Manhatta", + 150 + ], + [ + "Private Room @ Floasis Art Collective in Bushwick!", + 61 + ], + [ + "Astoria 320square feet room!!:)", + 70 + ], + [ + "Private Room with exposed bricks at East Village", + 169 + ], + [ + "One Bedroom Apartment in the Heart of East Village", + 130 + ], + [ + "Beautiful, sunlit bedroom in Brooklyn", + 70 + ], + [ + "Beautiful Brooklyn Home", + 55 + ], + [ + "10 min subway to Time Square Sunny 1BR", + 200 + ], + [ + "Private Room in 2BR East Village Apartment", + 100 + ], + [ + "Magnificent 5 Bedroom Brooklyn Townhouse", + 1750 + ], + [ + "Beautiful Brooklyn Apartment - The Sunlight Room", + 48 + ], + [ + "Sunny Bedroom off Broadway", + 50 + ], + [ + "Bright and Cozy Room in Greenpoint!", + 55 + ], + [ + "Brooklyn home with a view", + 35 + ], + [ + "Industrialized in the City (1 guest only)", + 50 + ], + [ + "Studio with Historic Charm in South Harlem", + 115 + ], + [ + "Charming 2Br in the middle of LES, SoHo", + 250 + ], + [ + "Private Room With Private En-Suite Bathroom", + 60 + ], + [ + "Artists Home and Studio in Gramercy Park 2", + 155 + ], + [ + "Private House next to JFK", + 188 + ], + [ + "2 min walk to Times Square!!!", + 205 + ], + [ + "Master Bedroom in Luxury Building", + 185 + ], + [ + "500 sqft Art Deco Empire State and Hudson views", + 200 + ], + [ + "Luxury Union Square Loft (3000 sq ft)", + 200 + ], + [ + "Designer Artist Loft in Williamsburg", + 150 + ], + [ + "NYC at your fingertips! Shopping, the Arts & more!", + 144 + ], + [ + "Modern 1 Bedroom Escape with River Views", + 279 + ], + [ + "JFK Airport Great place to stay 6 minutes away", + 40 + ], + [ + "Botanical Bedstuy", + 125 + ], + [ + "Home in Hell's Kitchen", + 100 + ], + [ + "Totally Renovated Plush loft apartment", + 195 + ], + [ + "Huge Private Room w/ Private Bathroom in Flatiron!", + 120 + ], + [ + "Cozy Room 1 in Brooklyn", + 65 + ], + [ + "Cozy Modern Getaway 30 mins from Manhattan (1Bdrm)", + 125 + ], + [ + "A Girls Only Charming living room!!", + 45 + ], + [ + "Massive Manhattan Private Room,15 mins to Times Sq", + 89 + ], + [ + "Studio apartment between NYC, JFK and LGA airports", + 45 + ], + [ + "ONE OF A KIND: HUGE BEAUTIFUL LOFT", + 250 + ], + [ + "Cozy Room 3 in Brooklyn", + 65 + ], + [ + "1000 Sq Ft HUGE apartment with Empire State views.", + 450 + ], + [ + "Prime East Village location! 2 bed/1 bath", + 299 + ], + [ + "Spacious North Williamsburg 1 Bedroom w/ Yard", + 150 + ], + [ + "Awesome Apartment in Lower East Side", + 60 + ], + [ + "Luxurious Boutique Studio Red Hook Brooklyn", + 99 + ], + [ + "Pvt Single Room Occupancy Near JFK 6 mi/LGA 10 mi", + 30 + ], + [ + "Pvt Room for Two Near JFK 6 mi/ LGA 10 mi- Olive", + 38 + ], + [ + "Bright, Luxury Executive Studio", + 150 + ], + [ + "3 bedroom apartment for your perfect stay", + 250 + ], + [ + "Historic District Brownstone 35 min from Midtown", + 80 + ], + [ + "Watson’s Loft", + 70 + ], + [ + "Brooklyn Retreat", + 300 + ], + [ + "Purple Palace", + 39 + ], + [ + "Nice Private Room w/ 2 Beds", + 70 + ], + [ + "Luxury Apartment with Statue of Liberty view", + 300 + ], + [ + "Empire State Building Views in Luxury 1 Bedroom", + 250 + ], + [ + "Beautiful Modern Lower East Side Apartment!", + 199 + ], + [ + "Room in Bensonhurst", + 25 + ], + [ + "Midtown East 2 bedroom apartment", + 350 + ], + [ + "Cozy private bedroom close to train and Manhattan", + 60 + ], + [ + "Modern comforts", + 125 + ], + [ + "APT-2:Room 1", + 81 + ], + [ + "Great Manhattan Apartment, Near ALL! Quiet!", + 219 + ], + [ + "Shared male Room on Manhattan! Amazing view! II", + 35 + ], + [ + "Nice, cozy and fresh male room on Manhattan III", + 32 + ], + [ + "Shared male room on Manhattan with crazy view! I", + 35 + ], + [ + "Amazing cozy and warm male room on Manhattan IV", + 35 + ], + [ + "Large bedroom with a private terrace in Astoria", + 75 + ], + [ + "Spacious Studio near Prospect Park", + 52 + ], + [ + "Private and cozy room", + 40 + ], + [ + "Best Apartment in Manhattan Central Park", + 215 + ], + [ + "Carroll Garden Brownstone Charmer w/ Washer&Dryer", + 100 + ], + [ + "Luxury Doorman Apartment - POOL, GYM, LOUNGE +++", + 110 + ], + [ + "One bedroom apartment", + 75 + ], + [ + "Close to all NYC attraction, easy access", + 150 + ], + [ + "Sharing room for FEMALE #2", + 30 + ], + [ + "Tribeca Loft", + 1000 + ], + [ + "Spacious Duplex with two terraces and a roof deck", + 125 + ], + [ + "Charming Private Room Near Central Park", + 99 + ], + [ + "East Village Peaceful Perfect One Bedroom", + 210 + ], + [ + "Light and refresh 1-2 bdrm apartment", + 100 + ], + [ + "Private room in beautiful Brownstone building", + 30 + ], + [ + "The perfect NYC flat in the Meatpacking / Chelsea", + 190 + ], + [ + "Cozy bedroom next to Columbia University", + 110 + ], + [ + "TOURISTS DREAM - Room steps from Grand Central", + 250 + ], + [ + "Heart of Brooklyn 1 Bedroom in 2 bdr apt.", + 59 + ], + [ + "Beautiful Brooklyn Apartment: The Red Room", + 48 + ], + [ + "Amazing BR w/ Private Bath near subway & Manhattan", + 70 + ], + [ + "Bright and cozy bedroom in Williamsburg", + 48 + ], + [ + "Room in Perfect Bushwick Location", + 90 + ], + [ + "Furnished room in beautiful spacious duplex", + 125 + ], + [ + "LARGE ROOM 15 TO MANHATTAN", + 88 + ], + [ + "cozy massive room for January", + 60 + ], + [ + "Luxury private whole apartment 6 people Bushwick!!", + 97 + ], + [ + "Sunny bedroom pvt entrance close to Times Sq. 62F", + 99 + ], + [ + "Beautiful Brooklyn Apartment: The Quaint Room", + 48 + ], + [ + "Beautiful Brooklyn Apartment: The Cozy Room", + 48 + ], + [ + "Amazing cozy and warm male room on Manhattan IV", + 35 + ], + [ + "Beautiful Brooklyn Apartment", + 156 + ], + [ + "A Home just like Home!!!", + 100 + ], + [ + "Astoria Apt quick trip to Manhattan and LGA", + 98 + ], + [ + "Little Belaire", + 99 + ], + [ + "Tranquil, Cozy, Comfy Cottage.", + 175 + ], + [ + "Clean Affordable Room #4", + 38 + ], + [ + "Relaxing and convenient shared room in UES", + 35 + ], + [ + "Bebop & Swing Space", + 200 + ], + [ + "Williamsburg Duplex Loft of Lorimer L", + 180 + ], + [ + "Cozy ✨LARGE BED✨ In the heart of NYC!", + 200 + ], + [ + "Marion Manor", + 195 + ], + [ + "Single Room in Upper East Side, near Central Park", + 50 + ], + [ + "Brilliant BR w/ Private Bath near LGA & Manhattan", + 60 + ], + [ + "Cozy bedroom with balcony. 25min TimeSquare", + 45 + ], + [ + "Private comfortable bedroom, 25min to TimeSquare", + 55 + ], + [ + "Charming garden level apt in Brooklyn Townhouse", + 90 + ], + [ + "Spacious Room Close to Subway & Central Park", + 47 + ], + [ + "Beautiful shared apartment", + 65 + ], + [ + "Modern East Village Oasis", + 250 + ], + [ + "Private room available close to everything!", + 120 + ], + [ + "Bright and Cozy", + 42 + ], + [ + "Spacious, cozy Private room 10 min from Manhattan", + 36 + ], + [ + "Cozy JFK", + 42 + ], + [ + "Very Clean and Very Large", + 100 + ], + [ + "HOTEL ROOM LIKE “T”\nAFFORDABLE PRICE", + 89 + ], + [ + "Comfy Private bedroom with balcony.25mnTimeSquare", + 45 + ], + [ + "Brooklyn apt 10 minutes to Manhattan by subway", + 20 + ], + [ + "Blue Studio in Hamilton Heights", + 70 + ], + [ + "DUPLEX BIG BIG APARTMENT IN BEAUTIFUL NOHO", + 478 + ], + [ + "Clean comfortable room", + 150 + ], + [ + "Luxury apartment in queens", + 400 + ], + [ + "NY HUDSON YARD DOUBLE ROOM", + 209 + ], + [ + "Quite and comfortable shared room in UES", + 30 + ], + [ + "Nice room only 3 mins walk to subway", + 200 + ], + [ + "Park Slope Brownstone Garden Apartment", + 205 + ], + [ + "Hey, It's Brooklyn, JUST BE YOU.", + 85 + ], + [ + "Very Clean, Cozy 2 Bedrooms near Central Park", + 365 + ], + [ + "Prime Williamsburg Duplex Loft Off Lorimer L", + 65 + ], + [ + "Large and centrally located Brooklyn room w/ Roof!", + 60 + ], + [ + "Haven for your Brooklyn Family/Friends Vacation!", + 120 + ], + [ + "New York Private Room with a View", + 80 + ], + [ + "Spacious 2 Bedrooms", + 69 + ], + [ + "Brooklyn apt 10 mins to Manhattan by subway", + 20 + ], + [ + "Hip Bushwick Basement Dwelling", + 75 + ], + [ + "Private bedroom with back yard", + 60 + ], + [ + "1 bedroom in the East Village", + 143 + ], + [ + "Brooklyn bedroom and open basement", + 200 + ], + [ + "Curated East Village Apt", + 115 + ], + [ + "Brooklyn Bedroom (Flatbush-Ditmas) II", + 45 + ], + [ + "Cozy Loft Bedroom With lil Couch Underneath. =]", + 100 + ], + [ + "Sam and Mala\"s Place", + 72 + ], + [ + "1 BR. Across from subway. 30m to city, 5m to park.", + 75 + ], + [ + "Private room with TV and your own bath in NYC!", + 40 + ], + [ + "1 bedroom / 1 bathroom in Bushwick, Brooklyn", + 79 + ], + [ + "Private guest suite on magnificent Brooklyn block", + 130 + ], + [ + "Bedroom in Bushwick!", + 40 + ], + [ + "Large, Bright Sunny Room in Bushwick near L train", + 45 + ], + [ + "Patty’s Home", + 42 + ], + [ + "Spacious 1-bedroom Apartment in Manhattan", + 100 + ], + [ + "Bay Ridge House near park and water", + 99 + ], + [ + "Nice Room in Sunnyside (15 min to Times Square)", + 33 + ], + [ + "Sunny and cozy bedroom with a private bathroom", + 90 + ], + [ + "Next to subway station: Bunkbed accommodations", + 35 + ], + [ + "cozy bright apartment in high end building", + 150 + ], + [ + "Big studio across the street from Prospect Park", + 70 + ], + [ + "LIC Spacious Bedroom in Luxury Building", + 60 + ], + [ + "2 bedroom apartment in Staten Island", + 130 + ], + [ + "Private bedroom with a personal backyard", + 50 + ], + [ + "Spacious, cute room in great location", + 75 + ], + [ + "Treehouse Brooklyn Loft", + 45 + ], + [ + "Long Island City", + 150 + ], + [ + "AMAZING ENTIRE 1 BEDROOM APARTMENT (No hot water)", + 75 + ], + [ + "Homy Abode", + 70 + ], + [ + "Two bedrooms apt in Hell's Kitchen, NYC", + 200 + ], + [ + "Cozy private room in Manhattan", + 110 + ], + [ + "Beautiful Studio in New Chelsea Building", + 216 + ], + [ + "Spacious studio on museum miles by central park", + 100 + ], + [ + "YOUR HM AWAY FROM HM\nMedical personnel, Vacation?", + 40 + ], + [ + "Comfy bedroom, heart of Crown Heights", + 60 + ], + [ + "*PRIME MANHATTAN*one block to 5 trains*ROOFDECK!*", + 60 + ], + [ + "Perfect Location: Times Square with skyline view", + 308 + ], + [ + "Cozy Woodhaven", + 75 + ], + [ + "Air and Light and Time and Space", + 187 + ], + [ + "Private bedroom near M train, 22 min to Manhattan!", + 39 + ], + [ + "Central Harlem Private Room", + 60 + ], + [ + "Sunny 1 bedroom in Greenpoint, great location!", + 75 + ], + [ + "HAPPY HOME", + 45 + ], + [ + "Flatbush Hideaway - Quiet and close to subway!", + 33 + ], + [ + "Elegance and Comfort in Clinton Hill", + 75 + ], + [ + "Private bedroom in a Historic Brownstone House", + 39 + ], + [ + "Neat & Tidy - East Village", + 187 + ], + [ + "Spacious and Homey Room", + 100 + ], + [ + "Rose in Spanish Harlem", + 85 + ], + [ + "Private Room with Backyard", + 119 + ], + [ + "Dominiques unique twin room*NYC-wifi* metro*safe", + 75 + ], + [ + "Private Room/Descent Host/close to Subway for Manh", + 50 + ], + [ + "Sugar Hill Retreat (SPECIAL OPENING PRICE!)", + 150 + ], + [ + "Sunny Private Clean Room Downtown - steps2subway", + 72 + ], + [ + "Cozy Bedroom 6 mins from JFK. 35mins frm the city", + 50 + ], + [ + "Cozy Br. 6 mins from JFK/ 35 mins from the city", + 59 + ], + [ + "Easy access to everything in NYC!", + 125 + ], + [ + "Serenity - home away from home", + 100 + ], + [ + "Cozy studio close to Central Park", + 100 + ], + [ + "Perfect for 4!", + 160 + ], + [ + "Separate PRIVATE ROOM furnished, 5 min to A train", + 50 + ], + [ + "Cozy space in Brooklyn", + 45 + ], + [ + "Charming West Village Apt. / Bleecker & Jones", + 90 + ], + [ + "Private bedroom in Gorgeous Tonwhouse/Backyard", + 39 + ], + [ + "Furnished Private Room in Apartment", + 60 + ], + [ + "Williamsburg 1 Bedroom, Spacious and Classy", + 251 + ], + [ + "The Princess", + 67 + ], + [ + "The Courtyard", + 92 + ], + [ + "Worldclass Casa - Sun Rm - 5 min to JFK", + 147 + ], + [ + "Luxurious + Chic Upper East Studio", + 115 + ], + [ + "Ethelia's BnB", + 130 + ], + [ + "Gorgeous Bedstuy Duplex: space, light and style", + 209 + ], + [ + "Bright Modern Room in Brooklyn", + 55 + ], + [ + "Charming Fort Greene Garden Apartment", + 125 + ], + [ + "Private, spacious room near airport, train & city", + 65 + ], + [ + "Private room close to train, airport & the city", + 55 + ], + [ + "Cozy room near Union Square and East Village", + 68 + ], + [ + "Spacious lovely clean private room in Brooklyn", + 50 + ], + [ + "Private room in Bedstuy Brooklyn!", + 55 + ], + [ + "Studio Apartment 6 minutes from JFK Airport", + 67 + ], + [ + "Nice and quiet Room in Apart in Astoria New York", + 50 + ], + [ + "Small Room In NY", + 35 + ], + [ + "Spacious Studio Sublet in Hell's Kitchen", + 104 + ], + [ + "Сдаётся с 13 Февраля-20 Марта ,\nВ отличном раёне", + 80 + ], + [ + "STYLISH 2 BEDROOM APT RIGHT ON CENTRAL PARK WEST", + 99 + ], + [ + "Sunny Shared Vintage Loft", + 125 + ], + [ + "Designer 2 Bedroom Heart of Bushwick 15min to NYC", + 155 + ], + [ + "Private Entrance Brooklyn Townhouse Garden Suite", + 110 + ], + [ + "Private Room in Park Slope", + 30 + ], + [ + "Live like a local in the heart of East Village!", + 89 + ], + [ + "Amazing location with the Manhattan Skyline View!!", + 105 + ], + [ + "Cute and spacious room in prime Astoria!!", + 60 + ], + [ + "Great Two Bedroom Apartment in Bushwick!", + 175 + ], + [ + "Sunny room in prime williamsburg location!!!!!!!", + 70 + ], + [ + "Lovely Chinatown Apartment", + 175 + ], + [ + "Large Private Furnished Patio + Cozy Indoors", + 299 + ], + [ + "Quiet Private Bedroom 10 min from 7 Train", + 65 + ], + [ + "Mott Haven Dorm-Bed F", + 28 + ], + [ + "JFK Crashpad 6 minutes away", + 39 + ], + [ + "Gorgeous Upper West Side Gem with sofa bed! ", + 300 + ], + [ + "Prime Location Private Room in Queens", + 80 + ], + [ + "Brooklyn Room Near Subway (45-min from Manhattan)", + 34 + ], + [ + "Brooklyn Bliss A", + 53 + ], + [ + "Heart of Jamaica Queens", + 80 + ], + [ + "Lux Condo Room Close to Manhattan. WiFi & Balcony!", + 61 + ], + [ + "Cute big private room with a private bathroom.", + 110 + ], + [ + "Private bedroom in Queens//Netflix", + 75 + ], + [ + "Meyers Inn", + 150 + ], + [ + "Comfortable affordable room #5", + 38 + ], + [ + "Large bright modern apartment in luxury building", + 180 + ], + [ + "Airy & Bright Three Bedroom Apt steps from Subway", + 125 + ], + [ + "Modern, spacious, & cozy Upper West Side Apartment", + 300 + ], + [ + "Williamsburg Private Room in Homey Space by Trains", + 75 + ], + [ + "Amazing 3 Bedroom Duplex w/ Backyard", + 450 + ], + [ + "New York City Home w/ Full Amenities", + 110 + ], + [ + "Cozy sunny room in Washington Heights", + 33 + ], + [ + "Central & Homey East Village One Bedroom", + 399 + ], + [ + "Charming new renovated private room", + 90 + ], + [ + "1 bd. Apartment in central Greenpoint", + 175 + ], + [ + "Brooklyn Palace", + 140 + ], + [ + "Beautiful 1bedroom apt in Williamsburg", + 190 + ], + [ + "Charming East Village one-bedroom", + 111 + ], + [ + "1 bedroom in roommates apartment\nIn Williamsburg", + 45 + ], + [ + "cozy private room in upper east side", + 65 + ], + [ + "Spacious large bedroom room", + 70 + ], + [ + "Sugar Hill Harlem Apartment", + 50 + ], + [ + "Cozy Clean 1BR 10min to LGA/Flushing", + 69 + ], + [ + "Herbalist’s Home", + 70 + ], + [ + "Spacious Bright Manhattan Home Near The Park", + 399 + ], + [ + "Cozy Bedroom Steps From The 1 Train", + 55 + ], + [ + "NYC Private Bedroom in Spanish Harlem", + 90 + ], + [ + "Beautiful Bushwick Studio Intimate Gatherings", + 500 + ], + [ + "Sunnyside", + 160 + ], + [ + "Cosy studio in the heart of Manhattan", + 200 + ], + [ + "NY HIGH LINE DOUBLE ROOM", + 209 + ], + [ + "Gorgeous, Plant Filled Oasis & Private Terrace", + 120 + ], + [ + "Best East Village Location", + 99 + ], + [ + "Brand New and Modern Room in Brooklyn", + 80 + ], + [ + "NY BROADWAY DOUBLE DOUBLE ROOM", + 249 + ], + [ + "Sunny Hamilton Heights Apartment", + 120 + ], + [ + "Empire Aparment", + 140 + ], + [ + "Cozy studio in Manhattan!", + 110 + ], + [ + "Bushwick Loft Apartment w/ Stunning Manhattan View", + 200 + ], + [ + "Sunny Spacious 2BR Apt in Heart of Bushwick", + 145 + ], + [ + "Cozy Modern Getaway 30 mins from Manhattan (1Bdrm)", + 70 + ], + [ + "LUXURIOUS EXPERIENCE IN TIME SQUARE NYC", + 260 + ], + [ + "Private bedroom in cozy apt near Central Park", + 60 + ], + [ + "Modern 2 bdr penthouse 300 feet from subway", + 150 + ], + [ + "Luxury NEW two level suite (Duplex) in Chelsea", + 190 + ], + [ + "Elegant, Mid Century Modern Apt (Private Room)", + 70 + ], + [ + "New York Safe Haven (Females Only)", + 39 + ], + [ + "Entire Apartment, Nice & Quiet, Perfect for Three", + 115 + ], + [ + "Charming studio w/ lots of light!", + 200 + ], + [ + "Duane Street, Upscale Tribeca Studio", + 210 + ], + [ + "Classic and Cozy Brooklyn Brownstone Apartment 1BR", + 70 + ], + [ + "Spacious and Welcoming In Hip Bushwick", + 135 + ], + [ + "Stylish One Bedroom in Chelsea", + 275 + ], + [ + "TIME SQ WEST- 2 Bunk Beds for 4 People", + 199 + ], + [ + "Bedstuy Moroccan Room and Photo Studio", + 200 + ], + [ + "Light & Airy Williamsburg Retreat", + 80 + ], + [ + "COSY BEDROOM in CITY CENTER", + 140 + ], + [ + "Shoot in Eccentric Loft with tons of Natural Light", + 1080 + ], + [ + "AMAZING, UNIQUE, ONE OF A KIND VILLAGE APARTMENT!", + 225 + ], + [ + "Creative artist apartment in Williamsburg", + 45 + ], + [ + "2000 sq ft Unique Cozy Art Home with Private Room", + 150 + ], + [ + "A Spacious & Blissful Stay in Queens!!!", + 175 + ], + [ + "small room in Manhattan. Close to major nyc sites", + 53 + ], + [ + "15min from Times Square, 3 minutes from Subway!", + 44 + ], + [ + "new, private entrance, pvt room and pvt bath", + 59 + ], + [ + "Modern bedroom with view in a high rise building", + 65 + ], + [ + "Williamsburg Gem", + 65 + ], + [ + "Private bedroom in the Upper West Side, Manhattan", + 59 + ], + [ + "203 E175th", + 50 + ], + [ + "Brooklyn Bed", + 70 + ], + [ + "Cozy/Private Room in Park Slope", + 59 + ], + [ + "Ideal loc, 2 bedroom apt, East Village, Union Sq", + 199 + ], + [ + "Chic Eclectic Midtown Apartment", + 300 + ], + [ + "Large room near express trains & Central Park", + 61 + ], + [ + "Comfortable room Lower East Side. AC", + 90 + ], + [ + "Large Williamsburg room", + 60 + ], + [ + "Luxury One Bedroom Apartment (Midtown Manhattan)", + 179 + ], + [ + "Private Midtown 2 BR Apt Times Sq Theater District", + 199 + ], + [ + "Zen! Life! Love! Liberation! Color! Creative!", + 150 + ], + [ + "3 Beds in Private Room 3 20 min to City", + 85 + ], + [ + "SERETSE'S INN", + 80 + ], + [ + "Enjoy a luxury suite during your Manhattan visit!", + 300 + ], + [ + "Sunny and cozy Williamsburg apartment.", + 100 + ], + [ + "Newly decorated room close to Elmhurst Ave (M.R)", + 35 + ], + [ + "A Painters Canvas, Only 25 mins to Time Square.", + 74 + ], + [ + "Spacious one bedroom apartment upper east side", + 150 + ], + [ + "Manhattan artist home - Gorgeous private room", + 100 + ], + [ + "Luxury 4 BR Apartment-25 minutes from the city", + 114 + ], + [ + "PRIVATE BR 5min to TIMES SQ and COLUMBUS CIRCLE", + 140 + ], + [ + "CENTRAL PARK NORTH", + 77 + ], + [ + "Amazing Soho Apartments with Private Backyard", + 1299 + ], + [ + "FORT GREENE THE NEW HEART BEAT OF BROOKLYN!", + 170 + ], + [ + "Private suite with two bedrooms and adjacent bath", + 175 + ], + [ + "True 2Br 3beds Apt with fast WIFI in Times Square", + 156 + ], + [ + "Central Bedstuy Apt", + 110 + ], + [ + "Mommy_Ty", + 100 + ], + [ + "Good room in Brooklyn super close to Subways C", + 45 + ], + [ + "private room", + 40 + ], + [ + "Miltons place", + 110 + ], + [ + "Lovely Spacious King Size Bedroom in Manhattan", + 114 + ], + [ + "Luxury studio in Manhattan close to everything", + 135 + ], + [ + "Queens Rm in Celebrity's Home", + 35 + ], + [ + "Jfk crash pad 1-2persons in SHARED space", + 39 + ], + [ + "One Bedroom in Central NYC location", + 65 + ], + [ + "Brooklyn Room - 20 min from Manhattan", + 85 + ], + [ + "Lovely Bright Queen Size Private Bedroom in NYC", + 116 + ], + [ + "Cozy Clean Private Bedroom Near Central Park", + 101 + ], + [ + "Walk to the \"US OPEN\"!", + 200 + ], + [ + "Bedroom in shared luxury apartment in East Village", + 85 + ], + [ + "Massive Room in Triplex Loft", + 70 + ], + [ + "SPACIOUS Modern APT in Greenpoint/Williamsburg", + 172 + ], + [ + "2br - The Heart of NYC: Manhattans Lower East Side", + 9999 + ], + [ + "1 BEDROOM ASTORIA APARTMENT / 15 min to Manhattan", + 120 + ], + [ + "Travel alone? Stay like at your friend's house!", + 65 + ], + [ + "Exclusive 1 bedroom apartment by time square nyc", + 115 + ], + [ + "Suite with stunning view in convenient location", + 200 + ], + [ + "Private Entrance + Sunny Spacious Room in 2BR Apt", + 60 + ], + [ + "Stay like a NYker - Cheap, clean and close to All", + 25 + ], + [ + "Private Entrance + Sunny Spacious Room in 2BR Apt", + 68 + ], + [ + "Tight budget tours NYC? Cheap, Clean and close all", + 19 + ], + [ + "Private House in Brooklyn", + 250 + ], + [ + "The Industrial LOFT #1 NoHo. - Great Location!", + 495 + ], + [ + "The Industrial LOFT #2 NoHo. - Great Location!", + 525 + ], + [ + "Huge Fully Equipped Apt, DM Building, Great Area", + 395 + ], + [ + "Colorful, Cozy, Bright Brooklyn Studio PetFriendly", + 82 + ], + [ + "Private Room in Brooklyn Loft Oasis", + 100 + ], + [ + "Sun-Drenched Artistic Uptown Studio", + 70 + ], + [ + "Brooklyn sweet dreams", + 100 + ], + [ + "Cozy room 2 min walk to subway near mall", + 35 + ], + [ + "Private Sunny Room (D) in Historic Townhouse", + 80 + ], + [ + "LAST MINUTE STAY IN WARM COZY ROOM", + 100 + ], + [ + "Weekday Williamsburg Dreamhouse", + 120 + ], + [ + "Prime 2BR in GreenPoint, Quiet, Large Living Space", + 175 + ], + [ + "Great find 2 bedrooms 20minutes from Times Square", + 130 + ], + [ + "Quiet cozy room in Prospect Heights", + 55 + ], + [ + "LUXE 1BR+Bath (private) in New, Spacious 2BR", + 65 + ], + [ + "Affordable luxurious 2 bedroom apartment.", + 100 + ], + [ + "Entire cozy Manhattan studio close to everything", + 139 + ], + [ + "Cute & Cozy Studio in the heart of East Village", + 105 + ], + [ + "Cozy Space in Bay Ridge", + 90 + ], + [ + "Cozy Private Room in the heart of Bushwick", + 60 + ], + [ + "Your dream 2BR/2BA home in Park Slope!", + 300 + ], + [ + "brooklyn charmer", + 179 + ], + [ + "NYC, East 108th st, private bed room, female only", + 70 + ], + [ + "Large 1 bedroom in SOHO", + 229 + ], + [ + "Park&walk2Boat! See LadyLiberty&DTNY all for free!", + 100 + ], + [ + "Private room Greenpoint, Brooklyn NY", + 49 + ], + [ + "ROOMS ONE and TWO", + 250 + ], + [ + "Beautiful Room in Brooklyn NY", + 60 + ], + [ + "ROOM 1", + 125 + ], + [ + "ROOM TWO", + 125 + ], + [ + "Clean Quiet Prvt Rm Prvt Bathroom in Midtown", + 109 + ], + [ + "Huge Apartment in TriBeCa", + 400 + ], + [ + "Cozy Unique Artist Loft in East Williamsburg", + 45 + ], + [ + "Sonder | 180 Water | Chic Studio + Rooftop", + 197 + ], + [ + "Cozy, Sunny Franklin Ave 1-Bedroom with a Piano", + 85 + ], + [ + "Sunlit Williamsburg Studio Right Next to the L!", + 120 + ], + [ + "Sunny Long Island City 2bed close to manhattan", + 170 + ], + [ + "Duplex in Brooklyn", + 40 + ], + [ + "Private Modern bedroom 12 minutes to Midtown", + 55 + ], + [ + "JFK Studio Hideaway", + 125 + ], + [ + "Modern Studio near Bushwick & Train", + 100 + ], + [ + "Private Studio apartment in the west village", + 180 + ], + [ + "Cozy bedroom in spacious Brooklyn apartment.", + 40 + ], + [ + "Newly Renovated 3BR in Bushwick", + 156 + ], + [ + "NEW Charming Private Floor - 15min to Manhattan!", + 99 + ], + [ + "Big basement apartment, very close to subway!", + 145 + ], + [ + "Book TODAY! Large 3br with lots of space in the BX", + 247 + ], + [ + "Bohemian Open Loft\nWilliamsburg/Bushwick close 2 L", + 120 + ], + [ + "Huge private room with a view, close to everything", + 70 + ], + [ + "New, Clean, and Spacious 3 Bedroom Apartment", + 80 + ], + [ + "SoHo Charm - Entire 2-br apartment", + 200 + ], + [ + "NEW YORK CITY!!! MANHATTAN!!!", + 150 + ], + [ + "NYC LUXURY3 BEDROOMS IN MIDTOWN EAST& GYM& BALCONY", + 599 + ], + [ + "Full Floor One Bedroom Apt in Manhattan", + 188 + ], + [ + "The Perfect Stay in West Village", + 110 + ], + [ + "Brooklyn Beauty", + 99 + ], + [ + "Room in a beautiful chelsea apt. w/ doorman", + 100 + ], + [ + "Spacious 3 bedroom apt in Williamsburg", + 70 + ], + [ + "Spacious East Harlem Room", + 75 + ], + [ + "New apt so I have the basic things for the moment.", + 30 + ], + [ + "AWESOME CONVERTED 1BR in FiDi", + 180 + ], + [ + "LES Luxury Studio! with Private Outdoor Terrace!!", + 225 + ], + [ + "Modern bedroom with queen size bed", + 125 + ], + [ + "Cute, simple & cheap studio. Great location UES!", + 130 + ], + [ + "Hamilton Heights", + 145 + ], + [ + "Go to NYC? Stay with us. Cozy, Clean &Close all", + 28 + ], + [ + "Convenient nook", + 49 + ], + [ + "ONLY WOMEN, CAMAS PARA MUJERES EN QUEENS", + 40 + ], + [ + "Serene FiDi 1BR w/ Gym, Doorman + Roof deck by Blueground", + 271 + ], + [ + "1BR beautiful apartment in the AMAZING Bushwick :)", + 100 + ], + [ + "Sunny Designer Apartment in East Village", + 88 + ], + [ + "The Hudson", + 86 + ], + [ + "Great Location Cozy Apt. w/ Private Bath", + 55 + ], + [ + "Wyndham Midtown New-York", + 300 + ], + [ + "Tremendous Views - Greenpoint", + 125 + ], + [ + "Stunning triplex in East Williamsburg", + 200 + ], + [ + "Charming Harlem Apartment", + 80 + ], + [ + "Affordable & Sunny Crown Heights Room", + 45 + ], + [ + "Bright Sunny Manhattan Room in Shared apartment", + 80 + ], + [ + "Serenity Studio in East Harlem", + 99 + ], + [ + "Beautifully decorated cozy Harlem home.", + 70 + ], + [ + "Quiet Apt on the Gramercy/East Village Border", + 100 + ], + [ + "Private entrance, own bathroom, comfy & sunshine", + 85 + ], + [ + "Maximum Comfort, Minimum Expenditure 1min to train", + 49 + ], + [ + "New and Upscale Space. Just like home", + 69 + ], + [ + "Loft Room in Bushwick", + 40 + ], + [ + "Luxury 2 Bedroom 2 Bath Brownstone in NYC", + 175 + ], + [ + "Upscale Adorbable Room, Amazing", + 65 + ], + [ + "2 Bedrooms Nearby Free \"Manhattan Ferry\"", + 85 + ], + [ + "Interior Designer’s Lovely 1BR Flat (+Balcony!)", + 140 + ], + [ + "Private Room in Williamsburg . 2min walk to L", + 75 + ], + [ + "2 BED APT/TIME SQUARE/HELLS KITCHEN/CENTRAL PARK", + 350 + ], + [ + "West Village Charmer", + 150 + ], + [ + "Clean Modern Upper Manhattan NYC Room", + 50 + ], + [ + "Private Studio 25 Minutes from Midtown", + 80 + ], + [ + "Artist's huge family home in BK with Roof Deck!", + 133 + ], + [ + "Lil boho gem in Harlem city center", + 80 + ], + [ + "Upper East Side One Bedroom", + 50 + ], + [ + "LYRIC - Hotel Extended Studio Suite with Kitchen", + 219 + ], + [ + "Private Room in HUGE Harlem Apartment!", + 60 + ], + [ + "Sharp UES 1BR w/Indoor pool, Doorman + City views by Blueground", + 307 + ], + [ + "Quaint UES Studio w/ Balcony + Gym near subway by Blueground", + 233 + ], + [ + "Lovely 2BR, 2BATH in heart of East Village!!!", + 235 + ], + [ + "Cozy Bedroom Uptown Manhattan", + 40 + ], + [ + "Cozy Apt in Kensington", + 100 + ], + [ + "Zen One Bedroom in Greenpoint - easy access to NYC", + 92 + ], + [ + "Apartamento con cuarto privado en Manhattan", + 45 + ], + [ + "Kozzy in Clinton Hill Brooklyn, NY,", + 50 + ], + [ + "WELL LIT 2 BR WILLIAMSBURG APARTMENT", + 200 + ], + [ + "One bedroom right next to Central Park on UES!", + 42 + ], + [ + "Manhattan: large 3bed/2bath, new reno, central LES", + 249 + ], + [ + "Huge family 2 bedroom in Ideal Upper Manhattan", + 150 + ], + [ + "Cosy room in the heart of Bushwick", + 35 + ], + [ + "Artistic Loft In East Williamsburg", + 165 + ], + [ + "TIME SQUARE CHARMING ONE BED IN HELL'S KITCHEN,NYC", + 170 + ], + [ + "PRIVATE - East Village Three Bedroom", + 289 + ], + [ + "Wburg Duplex w/ Private Garden. Great for groups!", + 400 + ], + [ + "Convenient - 2 Stops from the city (good price!)", + 55 + ], + [ + "TRENDi 3 Bed Duplex in Heart of Historic Harlem", + 250 + ], + [ + "Cozy clean private room in Woodside. 20mins to NYC", + 56 + ], + [ + "Bright and airy 2 bedroom near Prospect Park", + 120 + ], + [ + "Large 3 BR In LIC/Astoria- 2 Blocks From Subway", + 149 + ], + [ + "SUN FILLED APARTMENT WITH STUNNING RIVER VIEWS", + 225 + ], + [ + "Stunning Modern 1br with Private Balcony & Views", + 225 + ], + [ + "Sleek 1 Bedroom Brownstone Apartment in Brooklyn", + 80 + ], + [ + "Apt2- large bedroom.", + 59 + ], + [ + "Newly Renovated Cozy Private 1 Bedroom Apartment", + 65 + ], + [ + "Brooklyn Bliss V", + 39 + ], + [ + "Huge studio in the heart of Kips Bay", + 140 + ], + [ + "Bright and Beautiful, Private Garden", + 165 + ], + [ + "SPACIOUSprivate room in LARGEapt 1block from train", + 100 + ], + [ + "#2 Minutes to JFK!!!", + 55 + ], + [ + "Private Room in Spacious Apt by Prospect Park", + 40 + ], + [ + "Studio at Battery Park, Downtown Manhattan", + 115 + ], + [ + "Hyper Chic, Bi-Level Apartment + Garden", + 400 + ], + [ + "Spacious 3 bed suite next to transit NYC", + 35 + ], + [ + "HIP & FUN PRIVATE / COZY BEDROOM 1 BLK FROM METRO", + 40 + ], + [ + "White Space Studio", + 110 + ], + [ + "Private and cozy room in Bushwick", + 35 + ], + [ + "Corner 1br w/ Private Balcony w/ Central Park View", + 225 + ], + [ + "J-m-l train 20 mint to city 20 to jfk clean 4/20", + 130 + ], + [ + "MINS From Central Park / 5th Ave Sleep 9 Manhattan", + 299 + ], + [ + "2 bedroom Upper east side apartment", + 400 + ], + [ + "Private bedroom/Bathroom in a 2 bedroom apartment", + 2500 + ], + [ + "Single room in a quaint apartment in East Harlem", + 60 + ], + [ + "Stunning Centra Park View - Huge Sunny Corner 1br", + 225 + ], + [ + "Stay at Lex", + 130 + ], + [ + "NEW PRIVATE APARTMENT - 2 BLOCKS from LGA", + 128 + ], + [ + "Private Room in Brooklyn: Near L/A/C/J Trains", + 45 + ], + [ + "Cozy Clean XL Studio", + 89 + ], + [ + "Big window, good lighting, computer and speaker!", + 39 + ], + [ + "Loft in Bushwick", + 47 + ], + [ + "Spacious Clean Quiet Master 1 min to Subway N Line", + 49 + ], + [ + "Great clean quiet bedroom - half a block to R Line", + 49 + ], + [ + "Magnificent 6 Bedroom/5 Bathroom Townhouse", + 1150 + ], + [ + "Cozy Williamsburg Apartment", + 61 + ], + [ + "Modern stylized room in appartment Harlem 141st", + 70 + ], + [ + "Gorgeous, sunny, two bedroom beach house.", + 105 + ], + [ + "Peaceful Private Room in Kew Gardens! Room 1", + 40 + ], + [ + "Small Private Room with backyard", + 50 + ], + [ + "Luxury 2 Bedroom Apartment 15 Mins from Manhattan", + 175 + ], + [ + "Beautiful Loft sublet with community in Brooklyn", + 50 + ], + [ + "Conveniently located Chelsea 2br", + 92 + ], + [ + "Rustic, Private One-Bedroom Apartment in Brooklyn!", + 95 + ], + [ + "Minimal Studio in North Greenpoint - Affordable!", + 80 + ], + [ + "‘’AROUND THE CORNER’’ QUEENS, NY", + 90 + ], + [ + "COZY ,BRIGHT & BEAUTIFUL 2 BDS HOME IN DOWNTOWN", + 250 + ], + [ + "Artists House with fire place & roof garden!", + 40 + ], + [ + "Sunny Cosy Private Room Hell's Kitchen & Broadway", + 80 + ], + [ + "Brighton Luxury", + 80 + ], + [ + "Cozy Double Bedroom Suite Williamsburg 30 Days", + 63 + ], + [ + "Sunny one-bedroom in Prospect Heights", + 150 + ], + [ + "Cozy Manhattan 1-Bedrm, Ground floor, 24hr checkin", + 75 + ], + [ + "NEW Perfect private room near Two Bridges IV", + 71 + ], + [ + "Manhattan Artist residency room", + 89 + ], + [ + "Renovated 2 Br Close to LGA/JFK /7 mile Midtown", + 99 + ], + [ + "Stylish cozy room in prime area of Upper East", + 99 + ], + [ + "SUNNY SAFE & COZY BRICK BEDROOM CLOSE TO NYC! <3", + 50 + ], + [ + "Stylish 1BR in West Village", + 170 + ], + [ + "Comfortable sofa bed in chic apt", + 50 + ], + [ + "Room can fit 3 people in Manhattan close to subway", + 82 + ], + [ + "MIDTOWN East LARGE STUDIO-7 mins to TIMES SQUARE!", + 299 + ], + [ + "The Peaceful Palace Spacious", + 121 + ], + [ + "Comfortable room close to train 30 min to Times Sq", + 75 + ], + [ + "Flatiron Designer Loft! Private Elevator! 3BR/2BA", + 199 + ], + [ + "Chic Bedstuy Townhouse w/ Lovely Garden", + 149 + ], + [ + "Quaint Furnished Studio in Doorman Building!", + 79 + ], + [ + "Sun-lit room in spacious Clinton Hill loft", + 60 + ], + [ + "Private cozy room in Manhattan", + 45 + ], + [ + "Blissful Boudiors Your Home Away From Home", + 125 + ], + [ + "GEM AT THE HEART OF NOLITA MOTT& PRINCE ST.", + 199 + ], + [ + "Private Bedroom / Bushwick", + 48 + ], + [ + "Need temp room mate/ Private room in Manhattan(個室)", + 40 + ], + [ + "New Building Rooms 5 from 1", + 85 + ], + [ + "The best room on Sheepshead Bay", + 45 + ], + [ + "Meatpacking Events, Popups, Baby Showers, PhotoSht", + 1050 + ], + [ + "PRIVATE ROOM 1 - 1 BLOCK TO METRO", + 68 + ], + [ + "Safe room in a quiet neighborhood. Near Manhattan!", + 41 + ], + [ + "Light filled Room in heart of Brooklyn", + 80 + ], + [ + "City Life Private Rm-Near Columbia University NYC.", + 77 + ], + [ + "Private apartment (1st floor) with all amenities", + 72 + ], + [ + "Comfortable Room For 4-Near Columbia University.", + 79 + ], + [ + "Sunny East Village Private Room with Bath", + 120 + ], + [ + "Cozy Priv Room! in Prime East Village!", + 100 + ], + [ + "Super Cute Crown Heights Hideaway .", + 106 + ], + [ + "Beautiful, spacious 1brm, unbelievable location!", + 110 + ], + [ + "Nice cozy apartment in Washington Heights!", + 135 + ], + [ + "Upper West Side Studio", + 90 + ], + [ + "TRENDi 6 BEDROOM 2 APARTMENTS COMBINED/12 BEDS", + 750 + ], + [ + "New York Big Room", + 47 + ], + [ + "New Oceanside home just 5 houses from beach side B", + 600 + ], + [ + "Brownstone Fashion Studio", + 130 + ], + [ + "Beautiful, Charming Bohemian Brownstone Loft", + 100 + ], + [ + "Gorgeous views from cleanly home in Lincoln Square", + 180 + ], + [ + "PRIVATE ROOM IN ARTSY WILLIAMSBURG LOFT!", + 55 + ], + [ + "Great Space with Private Entrance", + 60 + ], + [ + "Beautiful and cozy 2Br with private terrace", + 350 + ], + [ + "Classic 3 Bedroom Upper West Side Apartment", + 130 + ], + [ + "Bright Guest Room in Fort Greene, BK", + 65 + ], + [ + "Contemporary Bedroom in Brooklyn", + 90 + ], + [ + "BK Spot", + 120 + ], + [ + "Cozy, Bright Room in Uptown Manhattan", + 70 + ], + [ + "Brownstone Top Floor Sunny & Spacious Apartment", + 135 + ], + [ + "Private bright room with private detached bathroom", + 95 + ], + [ + "Lower manhattan 1 bedroom short or long term", + 86 + ], + [ + "Cozy UES Studio w/ Gym + Doorman near subway by Blueground", + 236 + ], + [ + "Comfy & Spacious Room in Williamsburg Loft", + 50 + ], + [ + "Near major transportation", + 100 + ], + [ + "Private Loft-Style Bedroom w/ your own Bathroom", + 70 + ], + [ + "New York Apartment that feels like home", + 60 + ], + [ + "G/F Woodside room mins to LaGuardia Airport", + 49 + ], + [ + "Sunny Central Corner Room in Bushwick", + 70 + ], + [ + "IDEAL Beach Bungalow in BelleHarbor, Rockaway!", + 97 + ], + [ + "Spacious, Stylish & Sunny Mid-Century Home", + 155 + ], + [ + "Cozy room next to subways and Prospect Park", + 58 + ], + [ + "Homey Studio just minutes from Time Square", + 70 + ], + [ + "large private Rooms for rent 5 mins from SI Ferry", + 57 + ], + [ + "Williamsburg Hidden Gem", + 129 + ], + [ + "Huge Bright King Size Private Bedroom in NYC", + 109 + ], + [ + "SPACIOUS 2BEDS APT. IN THE HEART OF NYC TIMESQUARE", + 128 + ], + [ + "Pam's cozy 2 bedroom in Brooklyn", + 80 + ], + [ + "Bright 3 bedroom apt in South Brooklyn", + 125 + ], + [ + "West Village Cozy Studio", + 85 + ], + [ + "Solo/Couple 2 Stops from the city (good price!)", + 55 + ], + [ + "Massive Room in Bed-Stuy Clinton Hills", + 69 + ], + [ + "Penthouse 2 Bedroom w/ Terrace", + 115 + ], + [ + "Renovated entire floor apt in prime Williamsburg!", + 59 + ], + [ + "B in Brooklyn!", + 120 + ], + [ + "One room in Bushwick", + 80 + ], + [ + "Full Sunny East Williamsburg Apt", + 120 + ], + [ + "NYC Cat Sitter- laundry & office space", + 57 + ], + [ + "Large private room w/ 2 built-in closets", + 25 + ], + [ + "Entire 1 BR Apartment in Perfect Astoria Location", + 95 + ], + [ + "Worldclass Casa - JFK Master Suite w/ Prvt Bath", + 65 + ], + [ + "A home away from home.", + 100 + ], + [ + "SWEET PLACE IN BUSHWICK 3 BLOCKS FROM METRO STAT", + 140 + ], + [ + "Chic in the City", + 85 + ], + [ + "Affordable Manh. Studio for 2 for weekend(or week)", + 87 + ], + [ + "SoHo/Central/Quiet St/Close to trains/Entire Place", + 205 + ], + [ + "Spacious 2BR Apt Heart of Bushwick + Backyard", + 145 + ], + [ + "Cheery West Village 1BR w/ Washer + Dryer by Blueground", + 236 + ], + [ + "1B share Rm Bed1 Guesthouse in Manhattan", + 72 + ], + [ + "Modern & Spacious Brownstone Apartment", + 149 + ], + [ + "Comfi & Cozy Studio in private house", + 95 + ], + [ + "Homey Hudson Yards w/ Gym + Doorman, near MSG by Blueground", + 213 + ], + [ + "Full apt 3 bd/ 2 ba w/parking, close to train/park", + 150 + ], + [ + "Beautiful Duplex Apartment for Rent", + 80 + ], + [ + "PRIME SOHO: Perfect Room on Prince Street", + 80 + ], + [ + "Apt in Little Italy/Chinatown, Lower Manhattan", + 190 + ], + [ + "Luxury Studio in Iconic Lower East Side", + 200 + ], + [ + "Cute and Cozy Private Room", + 50 + ], + [ + "Modern NYC 2 bedroom apt close to Subway 300#1C", + 99 + ], + [ + "Broadway - Cozy Standard King", + 199 + ], + [ + "Prime Bushwick Entire 2 Bedroom Apt 10 min to City", + 95 + ], + [ + "Empire State - Comfy King Room", + 129 + ], + [ + "Cozy and Renovated 2 BR Apt in UWS, Central Park", + 300 + ], + [ + "Central Park - Comfy King Room", + 199 + ], + [ + "Private Cozy&Quiet Bedroom 1min from central park", + 110 + ], + [ + "GREAT LOCATION in NY! PRIVATE STUDIO with PARKING!", + 175 + ], + [ + "Entire Contemporary Bronx home", + 200 + ], + [ + "Flex Individual Bedroom ONLY ONE (1) Professional", + 60 + ], + [ + "Idyllic 1000 Sq Ft Bushwick Loft steps from the L.", + 250 + ], + [ + "纽约客民宿", + 99 + ], + [ + "Elegant, Mid Century Modern Apt (Entire Place)", + 130 + ], + [ + "Entire apartment at the best part of Williamsburg!", + 120 + ], + [ + "Great Private Br, 59th ave & Main Street flushing.", + 55 + ], + [ + "Great apartment park slope", + 115 + ], + [ + "Frum kosher house for rent", + 250 + ], + [ + "Extra Large Furnished Room", + 80 + ], + [ + "BIG ROOM on Prince Street, PRIME SOHO LOCATION", + 80 + ], + [ + "XL Private Bedroom in the Heart of Brooklyn", + 45 + ], + [ + "Wyndham Midtown 45 New York City Presidential", + 1295 + ], + [ + "Beautiful 1 bedroom Apartment in Prime Astoria", + 79 + ], + [ + "Room In West Brooklyn", + 29 + ], + [ + "Williamsburg 1.5 Bed, PRIVATE Yard, Music Venues", + 95 + ], + [ + "Peaceful Private Room in Kew Gardens! Room 2", + 40 + ], + [ + "Great deal! Comfy, brand new, close to subway:)", + 75 + ], + [ + "Vibrant, Modern, Chelsea 1 bd sleeps 4", + 200 + ], + [ + "Home Studio Suite", + 105 + ], + [ + "Flex 3 bedroom and super spacious unit in Bushwick", + 135 + ], + [ + "Private BedStuy Wabi-sabi Apart. w/ own backyard.", + 130 + ], + [ + "Homey, comfy bedroom with king size bed!", + 60 + ], + [ + "Bright, sunny bedroom with backyard", + 50 + ], + [ + "Upper East Side Studio on 68th street", + 135 + ], + [ + "Bright and Airy Freeman Street loft", + 120 + ], + [ + "Beautiful Bed-Stuy Open Concept Garden Apartment", + 136 + ], + [ + "Quiet Place at Manhattan Midtown West", + 50 + ], + [ + "Lovely Woodside room near LaGuardia & 52 St train", + 41 + ], + [ + "NEW Luxury 1 Bedroom on UES Perfect Location!!!", + 175 + ], + [ + "Entire Cozy Studio in Central Harlem", + 85 + ], + [ + "*SUMMER SUBLET*Sunny Penthouse w/ Private Terrace*", + 71 + ], + [ + "Marsha Inn", + 80 + ], + [ + "Sunny Bedroom in Williamsburg / Chambre privée", + 85 + ], + [ + "Luxury SohoStyle 2 bedroom Downtown Manhattan.", + 255 + ], + [ + "Elegant & bright 1 bedroom in West Village", + 250 + ], + [ + "Spacious and stylish Harlem apartment", + 95 + ], + [ + "Times Square Suite with amazing views, high rise !", + 119 + ], + [ + "one bedroom", + 65 + ], + [ + "Gorgeous Spacious 1BR in Prime Lower East Side", + 110 + ], + [ + "Private room in Midtown Manhattan with Balcony", + 160 + ], + [ + "Huge Private Room Near Brooklyn Museum", + 68 + ], + [ + "Photo Studio & Creative Space", + 1200 + ], + [ + "Private room,29fl in luxury bldg Midtown Manhattan", + 119 + ], + [ + "Super large 2 bed 2 Bath with balcony and POOL", + 250 + ], + [ + "Green moon#2", + 49 + ], + [ + "♥Private-Keyed Room #3 - Desk, closet, & King-bed♥", + 99 + ], + [ + "Luxury Modern Gramercy Loft with a balcony", + 200 + ], + [ + "Calm bed great area.", + 20 + ], + [ + "Gorgeous Sunny Luxury Williamsburg Condo", + 140 + ], + [ + "bohemian pied a Terre", + 250 + ], + [ + "Manhattan studio 7", + 220 + ], + [ + "Spread love it’s the Brooklyn way.", + 145 + ], + [ + "Amazing and Lofty 2BD space in Williamsburg", + 200 + ], + [ + "Beautiful 1 bdr in the heart of Williamsburg", + 175 + ], + [ + "Cozy bedroom in artsy Bushwick Loft", + 45 + ], + [ + "Cozy One Bedroom by Central Park", + 120 + ], + [ + "Studio in lovely Astoria", + 125 + ], + [ + "Greenpoint Sun Garden (Entire Loft)", + 150 + ], + [ + "Dominiques Homesharing room NYC* metro*quiet*safe", + 68 + ], + [ + "East Village/Union Square Flat", + 167 + ], + [ + "Contemporary Duplex with Grand Master Suite", + 220 + ], + [ + "Bright financial district apartment with views", + 250 + ], + [ + "Nice Quite place", + 80 + ], + [ + "Spacious Sun-Drenched UWS Apartment", + 107 + ], + [ + "Standalone room in the heart of Astoria", + 54 + ], + [ + "ELEVATOR Doorman GYM Studio 5225", + 135 + ], + [ + "Harry Potter Den", + 35 + ], + [ + "NYC Entire Floor large space", + 45 + ], + [ + "Home away from home", + 200 + ], + [ + "Sunny 2 bedroom in Central Brooklyn!", + 200 + ], + [ + "Brooklyn Exquisite", + 165 + ], + [ + "Large Bedroom in Excellent Chinatown/LES Apartment", + 85 + ], + [ + "Bright, spacious, minimalist room in cool spot", + 57 + ], + [ + "Huge 1br ** Priv.Balcony & River Views ** Gym*Pool", + 225 + ], + [ + "Perfect Upper West Side Studio", + 150 + ], + [ + "NEW Williamsburg Gardens Large Room Private Bath", + 75 + ], + [ + "Luxury Modern Apt - AMAZING location", + 220 + ], + [ + "Cozy place in Astoria", + 50 + ], + [ + "Huge sunny room with private bath", + 50 + ], + [ + "Designer Apartment in Cool Two Bridges", + 175 + ], + [ + "Little cozy, clean, homy gem in the hearth of LIC.", + 70 + ], + [ + "Cozy south brooklyn apartment for a single/couple", + 90 + ], + [ + "Awesome 1 Br apartment", + 56 + ], + [ + "Cozy & Colorful in Bushwick", + 65 + ], + [ + "Stay in the ❤️of Manhattan!", + 100 + ], + [ + "All set for guys, don’t miss out", + 20 + ], + [ + "One Room, In The Heights", + 65 + ], + [ + "Charming 2 Bedroom Brownstone Apartment", + 200 + ], + [ + "2 bedroom apartment with a big outdoor terrace", + 90 + ], + [ + "Upper Upper East Side Vistas (15 min to LGA)", + 97 + ], + [ + "Quiet & Peaceful room in Astoria!", + 45 + ], + [ + "Montauk Guest Suite", + 85 + ], + [ + "Cozy & Comfortable room-flushing subway", + 40 + ], + [ + "Cozy Manhattan Room", + 50 + ], + [ + "Cozy and Quiet City Escape", + 100 + ], + [ + "Home away from Home in Brooklyn/Queens borderline", + 50 + ], + [ + "West Village Gem", + 299 + ], + [ + "Park Slope, Beautiful New Apartment", + 285 + ], + [ + "Spacious apartment close to Manhattan, WIFI", + 170 + ], + [ + "Beautiful airy apartment with private backyard.", + 100 + ], + [ + "Contemporary, Cozy Retreat", + 60 + ], + [ + "PRIVATE 1 Bedroom w/ your own bathroom & entrance!", + 70 + ], + [ + "法拉盛花园独立屋Entire 3beds+Park mins go JFK Airport/NYC", + 140 + ], + [ + "Beautiful and Spacious West Village Apartment", + 215 + ], + [ + "Whole Ridgewood Railroad 2 blocks from M", + 52 + ], + [ + "Long Island City Apt with a Terrace", + 85 + ], + [ + "Urban Design Sanctuary", + 250 + ], + [ + "5 min away from LGA", + 135 + ], + [ + "Manhattan Studio 4", + 230 + ], + [ + "Beautiful Cozy room in NYC nearby Time square", + 54 + ], + [ + "Lovely studio in Astoria/ LIC!", + 70 + ], + [ + "Amazing Value, Convenient Location, Nice Amenities", + 100 + ], + [ + "Your Stay in Staten Island will be the best", + 75 + ], + [ + "Nice place for three people.", + 80 + ], + [ + "Suite Escape - Modern & Chic 1 Bedroom", + 110 + ], + [ + "ENTIRE PLACE! near Columbia-sleeps up to 8 guests!", + 250 + ], + [ + "Terrific Tribeca 1BR, Gym, Roof deck, Indoor pool by Blueground", + 349 + ], + [ + "LARGE ROOM \n20 minutes to midtown", + 59 + ], + [ + "Sunny Studio located in the heart of Harlem", + 80 + ], + [ + "Spacious 2 beds apt in Hell’s Kitchen 5ppl", + 325 + ], + [ + "Spacious Bedroom with King Bed in Light-Filled Apt", + 80 + ], + [ + "5min fr Belmont Park 15min fr JFK 20min fr LaGuard", + 69 + ], + [ + "Sublet in Williamsburg, 50 steps from L train", + 48 + ], + [ + "Penthouse studio. Clean. A+ location Cafe&Park :)", + 120 + ], + [ + "Museum Bed and Breakfast: Apt 3R Garden View", + 120 + ], + [ + "Cozy private room in Williamsburg", + 45 + ], + [ + "Historic Brooklyn Townhouse Garden Floor", + 85 + ], + [ + "1 bedroom apartment/living room available.", + 59 + ], + [ + "Modern NYC Apartment", + 100 + ], + [ + "Comfy Private bedroom in shared APT - Wyckoff Hosp", + 65 + ], + [ + "Modern 3BR artsy Brooklyn duplex. New renovation", + 375 + ], + [ + "Private room in modern duplex", + 45 + ], + [ + "Color and light, East Village", + 117 + ], + [ + "Hip Bushwick Room close to L train (A)", + 48 + ], + [ + "Hip Bushwick Room close to L train (B)", + 48 + ], + [ + "Hip Bushwick Room close to L train (C)", + 53 + ], + [ + "conveniet access to NYC", + 99 + ], + [ + "Hip-Beautiful Bushwick Room Close to L train (D)", + 48 + ], + [ + "Cozy Upper West Side Apartment", + 150 + ], + [ + "1 JFK Layover - Express train to Manhattan", + 44 + ], + [ + "Columbia & CentralPark Private room!", + 55 + ], + [ + "Morningside Park, near Columbia U., private room", + 85 + ], + [ + "Private exquisite apartment with modern amenities", + 115 + ], + [ + "Wall-size window Private Bedroom", + 45 + ], + [ + "Large quiet apt. Right next to everything you need", + 75 + ], + [ + "Entire studio fully renovated", + 99 + ], + [ + "Modern living in semi-industrial setting", + 80 + ], + [ + "Spacious Downtown Studio", + 209 + ], + [ + "AMAZING ENTIRE APT FOR Friends and Family", + 185 + ], + [ + "A3 Delightful Budget private room", + 65 + ], + [ + "A3 Excellent Budget Private Room", + 65 + ], + [ + "Spacious room with easy commute to Grand Central!", + 38 + ], + [ + "PRIME SOHO: Lovely Room With Closet on Prince St", + 80 + ], + [ + "Private room with bathroom/ M, J, Z, G trains", + 75 + ], + [ + "Warm, quiet and spacious.", + 75 + ], + [ + "Adorable Hudson Yards Studio w/ Gym + Doorman by Blueground", + 243 + ], + [ + "Loft on the Best Block of the Lower East Side", + 130 + ], + [ + "Bright Room in Bushwick", + 55 + ], + [ + "Recently Renovated 2 Bed Apartment In Williamsburg", + 160 + ], + [ + "Luxury Studio in Prime Area", + 115 + ], + [ + "Spacious 2 bedroom apt in Bensonhurst - Sleeps 10", + 123 + ], + [ + "Spacious studio - 5 Mins to Times Square", + 105 + ], + [ + "3 BDR APT, ONLY 1 SUBWAY STOP TO MANHATTAN, 5 MIN!", + 280 + ], + [ + "Private West Village Townhouse w/ Hot Tub", + 700 + ], + [ + "Best location Just 5 min to MANHATTAN", + 70 + ], + [ + "MANHATTAN studio 10 minutes away from Central Park", + 129 + ], + [ + "East Flatbush", + 37 + ], + [ + "Queen Master BR 5min Walk from Major Attractions 웃", + 150 + ], + [ + "Sparkling Clean BR in Unbeatable Location 웃", + 150 + ], + [ + "Coral Harlem Studio", + 54 + ], + [ + "High Vibe Upper West", + 185 + ], + [ + "Cozy apartment in the heart of NYC", + 250 + ], + [ + "Beautiful & Spacious APT / Large Living Room Area", + 79 + ], + [ + "Beautiful Luxury Studio w/Exceptional Water View", + 200 + ], + [ + "COZY! PRIME LOCATION! REAL 2-BEDROOM!", + 250 + ], + [ + "Williamsburg - 1st stop out of Lower Manhattan!", + 59 + ], + [ + "Beautiful & Cozy - SoHo Studio", + 132 + ], + [ + "Cozy Room - Free Cleaning + WiFi - Quick Walk to L", + 34 + ], + [ + "High ceilings private room with record player", + 70 + ], + [ + "Lovely Room in Brooklyn", + 90 + ], + [ + "Cuarto acogedor para gente que quiera disfrutar NY", + 40 + ], + [ + "#NycArtBNB Luxury West Village 1 Bedroom", + 250 + ], + [ + "Beautiful Room in Bushwick", + 89 + ], + [ + "Pirouette (Private Room)", + 35 + ], + [ + "Amazing Private room near Central Park", + 59 + ], + [ + "Crown heights apt", + 130 + ], + [ + "Private room with a great location in Manhattan", + 59 + ], + [ + "Large and Comfy at Prospect Park", + 50 + ], + [ + "Private room in center of Manhattan I", + 73 + ], + [ + "Entire 3rd Floor w/2 rooms of Authentic Brownstone", + 400 + ], + [ + "Wonderful private room near Two Bridges II", + 73 + ], + [ + "Artist’s apartment in Harlem!", + 39 + ], + [ + "Serenity in the Gardens", + 225 + ], + [ + "Park Slope apartment in the heart of it all.", + 275 + ], + [ + "Sunny bedroom in Greenpoint/Williamsburg Brooklyn.", + 65 + ], + [ + "**BROOKLYN BLUE**MODERN LUXE STUDIO SUITE", + 126 + ], + [ + "Large Private Room with office space", + 63 + ], + [ + "Cozy and Spacious 2 bedroom Apartment", + 165 + ], + [ + "Amazing Room in Triplex Loft", + 65 + ], + [ + "Large Private Room in Modern, Rustic 2BR Apartment", + 50 + ], + [ + "NEW YORK CITY Manhattan Penthouse Central Park", + 110 + ], + [ + "Great access/2min! U can use 5 lines(EFMR7) !", + 40 + ], + [ + "Amazing Townhouse Prewar Duplex @ Lex Ave&79th St!", + 495 + ], + [ + "Garden apartment in the heart of Gramercy", + 200 + ], + [ + "PLEASE READ LISTING BEFORE BOOKING\nSuite 10017", + 130 + ], + [ + "Great Access! 2min frm station U can use 5 lines!!", + 40 + ], + [ + "Small studio in Queens", + 95 + ], + [ + "Downtown Modern 2 bedroom with Views!", + 218 + ], + [ + "Large Private Bedroom with a High-rise View in NYC", + 65 + ], + [ + "2 minutes to subway Room with Terrace and sofa", + 34 + ], + [ + "Chic and cozy", + 95 + ], + [ + "New(2015) Room & easy commute to Manhattan 35min", + 32 + ], + [ + "Amazing and spacius room in Bed-Stuy Brooklyn", + 80 + ], + [ + "Beautiful room in Bushwick", + 250 + ], + [ + "PRIVATE duplex by trains in the heart of Bushwick", + 107 + ], + [ + "Private room in Beautiful Bed-Stuy", + 46 + ], + [ + "ingefära hus! Two bedroom apt in Williamsburg, BK", + 175 + ], + [ + "Private house with backyard overlooking park.", + 159 + ], + [ + "Specious 4-people room in nice surrounding", + 31 + ], + [ + "Luxury Large 2-Bedroom Apartment in Hot Astoria", + 115 + ], + [ + "Cozy room with nice view.(20mn to Times Square).", + 75 + ], + [ + "Cozy and warm private room", + 50 + ], + [ + "Tribeca Bedroom/Bathroom in Fabulous Penthouse", + 149 + ], + [ + "Private Room in LES", + 84 + ], + [ + "Room with private bath and shower in boho apt", + 50 + ], + [ + "Three Bedroom / 2.5 Restroom In Warm Relaxing Home", + 175 + ], + [ + "Pvt Bath, Parking/Bkft - \"Suite Piece of Heaven\"", + 65 + ], + [ + "Luxury Highrise with Golf Simulator/Sauana Mry Hil", + 90 + ], + [ + "New York Apartment in a Beautiful Neighborhood", + 89 + ], + [ + "Hamilton Studio. 2Queen. priv bath. kitchenette", + 145 + ], + [ + "Quiet, comfortable & bright apt in East Village", + 150 + ], + [ + "Home Away from Home in Brooklyn/Queens borderline", + 50 + ], + [ + "Simple Reliable & Convenient 1Bdrm Upper East Side", + 87 + ], + [ + "Beautiful room with view in newly-renovated house", + 65 + ], + [ + "Cozy 1 BR in hip Crown Heights", + 30 + ], + [ + "Hamilton Loft. 2Queen. priv bath. full kitchen", + 145 + ], + [ + "Cozy Heart of Gold Near Times Square Central Park!", + 225 + ], + [ + "Eh it's an apartment, control yourself", + 100 + ], + [ + "Elegant &Classical. 30 mins to midtown Manhattan!", + 42 + ], + [ + "Brooklyn Best Location! Granite Prospect! Doorman!", + 75 + ], + [ + "Private Gramercy studio btwn downtown & midtown!", + 90 + ], + [ + "Smart Midtown 1BR w/Private Roofdeck, near C.Park by Blueground", + 267 + ], + [ + "New Renovated Studio~Prime Upper East~W/D", + 140 + ], + [ + "Chic Private Bedroom in Upper West Side 107", + 60 + ], + [ + "Cozy Private Bedroom in Upper West Side 107", + 60 + ], + [ + "East Village Loft", + 73 + ], + [ + "Artsy Private Bedroom in Upper West Side 107", + 60 + ], + [ + "Modern Bedroom in the Upper West Side 107", + 60 + ], + [ + "Airy Private Bedroom in Upper West Side 107", + 60 + ], + [ + "Greenpoint Getaway", + 48 + ], + [ + "Artistic Private BR in Upper West Side 107", + 60 + ], + [ + "Charming Greenpoint's Bedroom", + 100 + ], + [ + "Vibrant Bedroom in Upper West Side 107", + 60 + ], + [ + "Calming Private BR in Upper West Side 107", + 60 + ], + [ + "Stylish Private Bedroom in Upper West Side 107", + 60 + ], + [ + "Pastel Dream Bedroom in Upper West Side 107", + 60 + ], + [ + "Clean, minimally furnished room in huge apartment", + 80 + ], + [ + "Modern Private Bedroom in Upper West Side 107", + 60 + ], + [ + "Vibrant Private Bedroom in UWS 107", + 60 + ], + [ + "Stunning Private Bedroom in UWS 107", + 60 + ], + [ + "Stylish Bedroom in Upper West Side 107", + 60 + ], + [ + "Dreamy Private Bedroom Upper West Side 107", + 60 + ], + [ + "Beautiful Garden Apartment Bedford Ave. stop on L", + 100 + ], + [ + "Bright Bedroom in Upper West Side 107", + 60 + ], + [ + "Renovated Studio in the heart of Manhattan", + 120 + ], + [ + "Peaceful room in cool area close to G/7/Ferry/JFK", + 115 + ], + [ + "Spacious ground floor in Brooklyn town house", + 200 + ], + [ + "Park Slope Villa", + 110 + ], + [ + "New large beautiful room with private bathroom", + 65 + ], + [ + "Amazing Private Room w/ Bunk Bed - Nearby Subway", + 57 + ], + [ + "New 1BR w/ King Bed. Subway close. B in NYC 7min", + 175 + ], + [ + "Beautiful Spacious Room w/ Queen Bed - Near Subway", + 44 + ], + [ + "Quiet Bedroom in Gorgeous Upper East Side Loft", + 80 + ], + [ + "Comfy Private Room w/ Full Bed - Nearby Subway", + 44 + ], + [ + "private room with private bathroom to MANHATTAN", + 80 + ], + [ + "✴NEWLY RENOVATED✴ 2 BDR | SLEEPS 4 @ BROOKLYN", + 99 + ], + [ + "Living In Art", + 250 + ], + [ + "♥Private-Keyed Room #2 - Desk, closet, Queen-bed♥", + 99 + ], + [ + "♥Private-Keyed Room #1 - Desk, closet, Queen-bed♥", + 99 + ], + [ + "February room available in cozy Park Slope Apt.", + 50 + ], + [ + "Studio B on Atlantic Ave", + 86 + ], + [ + "Heart of Time Square w/ Spectacular View 3BR 2BA", + 519 + ], + [ + "Woodside with a view (9 minutes from midtown)", + 75 + ], + [ + "King Size Bed: Spacious BR 25 minutes to city", + 65 + ], + [ + "Close to Manhattan! Comfortable area to stay♪", + 37 + ], + [ + "Room in East Harlem", + 65 + ], + [ + "Private bathroom/bedroom, easy access to JFK/LGA", + 40 + ], + [ + "Wonderful Charming Bedroom with Amazing NYC Views", + 65 + ], + [ + "Full size bed suite.", + 65 + ], + [ + "beautiful 1 bedroom apt", + 80 + ], + [ + "Large, sunny room with private bath.", + 40 + ], + [ + "A3 Cozy private room", + 65 + ], + [ + "Gorgeous big room with Hudson river view", + 130 + ], + [ + "3 mins walk to subway , safe neighborhood , clean", + 70 + ], + [ + "Lovely Historic Garden Level Apartment", + 120 + ], + [ + "Spacious 1BR with terrace in the heart of Brooklyn", + 110 + ], + [ + "Best Upper West Side Two Bedroom Apartment", + 142 + ], + [ + "Private room and bath 10 minutes to Manhattan", + 100 + ], + [ + "2 Bedroom modern apartment, trains nearby, a GEM!", + 159 + ], + [ + "My cozy room perfect for Manhattan visitors", + 40 + ], + [ + "Hamilton Suite. 4Queen. 2rms. priv bath. kitchen", + 199 + ], + [ + "Well-decorated room in clean, modern apartment", + 49 + ], + [ + "Skylit Bedroom In Brooklyn", + 49 + ], + [ + "THE BEST STASH SPOT", + 75 + ], + [ + "Bushwick Apartment", + 38 + ], + [ + "Eddies place #2", + 75 + ], + [ + "Eddies place #3", + 100 + ], + [ + "Nice place,where you can be comfortable", + 70 + ], + [ + "Cozy Brownstone Garden Apt: Bed Stuy, Brooklyn", + 95 + ], + [ + "Best Stay in Clean Brand New Penthouse Apartment", + 50 + ], + [ + "The Tree of Life Community", + 41 + ], + [ + "Cozy Sunlit Bedroom in heart of Williamsburg", + 90 + ], + [ + "Bright, Clean and Modern Williamsburg Studio", + 190 + ], + [ + "Fantastic Private Bedroom. Great Views & Location.", + 119 + ], + [ + "Big Cozy room in Greenpoint, 5 mins from G train.", + 110 + ], + [ + "Cozy Studio Near Central Park", + 185 + ], + [ + "Fabulous 1 Bedroom in the Heart of Greenpoint!", + 68 + ], + [ + "Bright High Ceiling Bedroom in East Williamsburg", + 95 + ], + [ + "One bedroom Apt in Manhattan, East Village", + 113 + ], + [ + "The clean separate studio in New York", + 45 + ], + [ + "Wyndham Midtown 45 New York City 1 BR Apt w/View", + 699 + ], + [ + "Stuy Heights Brownstone Passive House Garden Unit", + 200 + ], + [ + "EMPIRE ST VIEW>Luxury 3BR 2BA BALCONY High fl>Gym", + 799 + ], + [ + "Marco and Fabio", + 42 + ], + [ + "Private Bedroom & Living Room in Sunny Apt", + 95 + ], + [ + "ALL NEW LUXURY APT- 1ST FL 4BR/2 BTH,10MIN-JFK/LGA", + 275 + ], + [ + "LUMINOUS, COZY BR w/ personal BA + entrance in BK", + 85 + ], + [ + "Comfortable 1.5 Bedroom With Private Back Patio", + 79 + ], + [ + "Clean and quiet room in home", + 60 + ], + [ + "Cute Apartment in Heart of East Village, Manhattan", + 90 + ], + [ + "Authentic Midtown Manhattan Studio", + 250 + ], + [ + "Sweet Quiet Spacious Room Brooklyn", + 75 + ], + [ + "Luxury Duplex with large loft space and Terrace", + 450 + ], + [ + "SPACIOUS- 3 Bedroom Harlem gem 5 mins from train", + 225 + ], + [ + "Large Room in Prime Bushwick Neighborhood", + 30 + ], + [ + "Private Pod in the heart of Brooklyn", + 120 + ], + [ + "Modern Private room in Hell's kitchen- times Squar", + 80 + ], + [ + "Exposed Brick Gem in Bklyn~Close To Manhattan", + 100 + ], + [ + "LINCOLN CENTER / 2BED 2BATH", + 275 + ], + [ + "Upscale & Modern Duplex Apartment Sleeps 8", + 175 + ], + [ + "UPPER WEST SIDE/ 2BED 2BATH / RIVER VIEW", + 300 + ], + [ + "CITY VIEW/ 2BED 2BATH/ LINCOLN CENTER", + 300 + ], + [ + "Your own entire private place in BROOKLYN NY :)", + 99 + ], + [ + "Beautiful apartment in Gravesend(Girls share room)", + 20 + ], + [ + "Beautiful Renovated 1-Bed in Park Slope Brownstone", + 135 + ], + [ + "★Clean, Private Bedroom in Little Italy/Chinatown★", + 120 + ], + [ + "An Unbeatable Cozy 3 Bedroom Apartment.", + 289 + ], + [ + "Spacious and convenient room at Hamilton Heights!", + 60 + ], + [ + "Garden Oasis in Brooklyn Brownstone 2mins to Train", + 160 + ], + [ + "The Ideal Vacation Home in Brooklyn:", + 149 + ], + [ + "Newly Renovated 2 Br 7min LGA/JFK/7 mile Midtown", + 99 + ], + [ + "Cozy Studio in East Village", + 100 + ], + [ + "Luxury Private Bed Same Street As Subway!", + 75 + ], + [ + "Midtown sleep space", + 120 + ], + [ + "LARGE 3Br Williamsburg Apt Mins from Manhattan", + 199 + ], + [ + "Sweet Private Room in the heart of Manhattan NYC", + 70 + ], + [ + "EMPIRE COZY DOUBLE DOUBLE", + 299 + ], + [ + "Brodway- Double Double Room", + 299 + ], + [ + "Bright room in huge, dog-friendly apt w/ balcony", + 75 + ], + [ + "Stylish Bushwick apartment with private backyard", + 120 + ], + [ + "Large Remodeled Home in Red Hook, Brooklyn, NY", + 250 + ], + [ + "Super cozy private room with own bathroom", + 60 + ], + [ + "Private Room 2 Blocks From Prospect Park", + 75 + ], + [ + "LUX 2 Bedroom Sleep 6 City Center Private Deck", + 276 + ], + [ + "Small studio at the heart of Little Italy", + 130 + ], + [ + "Sunny 1 bedroom w/private half bath!", + 50 + ], + [ + "Lincoln Center Stunning One Bedroom", + 180 + ], + [ + "Luxury 1 Bedroom -Midtown/Times Square/Centralpark", + 115 + ], + [ + "Best Location, Best Roof!", + 260 + ], + [ + "LOCATION!!!!Beautiful 2 bedrooms appartement !!!", + 128 + ], + [ + "Parlour Room Central Park/ Columbia University", + 75 + ], + [ + "Cozy Room in Hamilton Heights R3", + 60 + ], + [ + "Your Private Place in a Cozy Casa", + 70 + ], + [ + "Bienvenue à la maison", + 150 + ], + [ + "ENTIRE apt, 2 Bdr,Commercial Area,Private Entrance", + 100 + ], + [ + "Cozy Room for Rent in Fort Greene/Clinton Hill", + 36 + ], + [ + "Private Apartment/4 Guests\nNr Beach&JFK w/Parking", + 99 + ], + [ + "New York City, Midtown 2 Bedrooms, Sleeps 6", + 355 + ], + [ + "New Luxury Doorman Apartment", + 75 + ], + [ + "Friendly space!", + 35 + ], + [ + "PERFECTLY LOCATED PRIVATE APARTMENT - AFFORDABLE", + 211 + ], + [ + "Spacious room (2min to subway, 25min to Manhattan)", + 40 + ], + [ + "Harlem Residence", + 55 + ], + [ + "Cozy studio in East New York", + 62 + ], + [ + "Cozy Brooklyn Private Bedroom", + 37 + ], + [ + "Brooklyn Place", + 80 + ], + [ + "SMALL ROOM 15 MINUTES AWAY FROM MANHATTAN", + 60 + ], + [ + "Cosy room in Brooklyn, 20 minutes to Manhattan", + 75 + ], + [ + "Cozy apartment in Brooklyn Brownstone", + 110 + ], + [ + "UWS Cozy Shared Apartment near subway & Central Pk", + 60 + ], + [ + "Apt in historic brownstone on best block in NYC", + 225 + ], + [ + "Park Slope Garden Apartment", + 100 + ], + [ + "Oceanfront Beach Bungalow", + 200 + ], + [ + "West Harlem Room - 1 Block from the Subway", + 60 + ], + [ + "Charming 2BR 1BA in the center of Soho", + 199 + ], + [ + "A beautiful Stay in Brooklyn, Safe Sheepshead Bay.", + 61 + ], + [ + "Sleep 6 adults & 2 children - 2 Level Garden Apt", + 375 + ], + [ + "Cozy n' Bright Sanctuary in Lovely Carroll Gardens", + 200 + ], + [ + "Brightly Artsy 1 Bedroom next to Pratt Institute", + 120 + ], + [ + "Luxury apartment, 15 minute train to Midtown.", + 144 + ], + [ + "Hip Harlem Apartment", + 175 + ], + [ + "private room in artist's home. prime WILLIAMSBURG.", + 50 + ], + [ + "Great room Ditmas Park Near park Restaurants shops", + 60 + ], + [ + "Spacious Studio with Amazing Views", + 250 + ], + [ + "Cozy & Shinny 1BR in Lower East Side", + 180 + ], + [ + "Newly Renovated 1 Bedroom in Soho / West Village", + 250 + ], + [ + "Peaceful Private Bedroom, Upper West Side 107", + 60 + ], + [ + "Vibrant Bedroom in Upper West Side 107", + 60 + ], + [ + "Cozy & Modern Bedroom in Upper West Side 107", + 58 + ], + [ + "LYRIC - 1 Bedroom Suite, 2 Bath, Kitchen", + 309 + ], + [ + "Bright, Clean and Spacious East Village Studio", + 190 + ], + [ + "Paris Private Room W/Private Bathroom", + 55 + ], + [ + "Blissful Balcony Room", + 45 + ], + [ + "Entire apartment.", + 115 + ], + [ + "1 berm south brooklyn", + 200 + ], + [ + "Spacious Studio in Hell's Kitchen", + 199 + ], + [ + "Quaint apartment in heart of Astoria", + 50 + ], + [ + "Great location, quality Brooklyn private place", + 121 + ], + [ + "Back bedroom next to kitchen and bathroom", + 45 + ], + [ + "Nice bright and quiet room near Prospect park", + 50 + ], + [ + "Room in prime location! Mins from LIC & Midtown!", + 44 + ], + [ + "Williamsburg Micro Guest House", + 75 + ], + [ + "Cosy Garden Apartment Williamsburg NY House", + 150 + ], + [ + "Cozy Studio", + 120 + ], + [ + "Blue House on the Hill", + 165 + ], + [ + "Home Sweet Home", + 120 + ], + [ + "Beautiful Chelsea Luxury Penthouse", + 450 + ], + [ + "Brooklyn Bohemian 2 Bedroom Loft", + 295 + ], + [ + "PRIVATE APARTMENT BUSINESS FRIENDLY", + 115 + ], + [ + "Bushwick Bedroom w/ private Bath.", + 55 + ], + [ + "Andrew’s Bushwick Den", + 35 + ], + [ + "Murray Hill Jewel With Outdoor Space", + 139 + ], + [ + "Half a block from the train! my private cozy room", + 50 + ], + [ + "Room for rent from March to August.", + 48 + ], + [ + "comfortable cozy", + 80 + ], + [ + "Cozy room next to subway!", + 70 + ], + [ + "Forest Sanctuary in Bushwick", + 90 + ], + [ + "COZY ROOM", + 40 + ], + [ + "Master room 套房", + 80 + ], + [ + "Spacious warm clean private room in the Brooklyn", + 50 + ], + [ + "Spring Room 春", + 55 + ], + [ + "Best Place to Stay in the Heart of Queens", + 100 + ], + [ + "Prime Location NYC 2 Bedrooms", + 345 + ], + [ + "★ Clean, Private BR in Little Italy/Chinatown ★", + 169 + ], + [ + "Full Sized Bed(in bunk) in Inwood *entire apt*", + 35 + ], + [ + "Private room&bathroom close to train/airport/city", + 65 + ], + [ + "Punjabi House 2", + 80 + ], + [ + "Small Artist Tenement APT in NOLITA/ Little Italy", + 250 + ], + [ + "Enjoy the View in a Cozy Lux Condo", + 60 + ], + [ + "Live Like a New Yorker", + 120 + ], + [ + "9 Beds 4 Full Bath Duplex with Washer and Dryer", + 575 + ], + [ + "Artsy Brooklyn Apartment -25 Minutes to Manhattan", + 100 + ], + [ + "Harlem 3 Bedroom, 1.5 Bathroom Condo - Bright!", + 450 + ], + [ + "Big sunny room in Sunnyside", + 33 + ], + [ + "XL clean room in Manhattan, 1 block from subway!", + 55 + ], + [ + "Charming lower east side room", + 80 + ], + [ + "Private room in spacious uptown NYC apartment", + 30 + ], + [ + "Sumptuous floor through apartment in brownstone", + 160 + ], + [ + "East VillageTownhouse for 30 day minimum rentals.", + 1500 + ], + [ + "8mins to JFK airport, separate door & bathroom", + 25 + ], + [ + "Trendy Private Bedroom in Upper West Side 107 24-1", + 128 + ], + [ + "Spacious 3 bdrms/ 2 baths Prime Manhattan", + 450 + ], + [ + "SPACIOUS PLACE in BedStuy", + 80 + ], + [ + "Stunning Private Room, Upper West Side, Columbia U", + 128 + ], + [ + "Ditmas Park Apartment Share", + 40 + ], + [ + "wonderful private room in brooklyn", + 40 + ], + [ + "1 charming, private bedroom available! LES", + 150 + ], + [ + "Ben's extra bedroom", + 53 + ], + [ + "Home Sweet Home", + 90 + ], + [ + "Sunny BR w/ Private LR 15 min to JFK free Parking", + 30 + ], + [ + "Harlem Sweets 2", + 62 + ], + [ + "2 JFK Layover - Express train to Manhattan-30 mins", + 45 + ], + [ + "Cozy room in Artistic apt in Little Italy, SoHo", + 125 + ], + [ + "Charming Apartment in Greenpoint", + 110 + ], + [ + "Harlem Sweets Home", + 99 + ], + [ + "Comfortable Private Room in Crown Heights", + 50 + ], + [ + "Nice Entire Place of Large 1B1B in Great Location", + 90 + ], + [ + "3 JFK Layover - Express train to Manhattan-30 mins", + 42 + ], + [ + "Downtown 2500 Sq Ft Loft.", + 400 + ], + [ + "Cozy Room starting at $67 a night", + 67 + ], + [ + "Artist Loft Bushwick up to 4 guests", + 150 + ], + [ + "Calm, Quiet Space in Bedstuy", + 60 + ], + [ + "Cosy one bedroom apartment in Hells Kitchen", + 90 + ], + [ + "Twin Beds With Sauna & Relaxing Spa Amenities", + 42 + ], + [ + "Modern Flatbush Apartment in Townhouse", + 190 + ], + [ + "3 private bedrooms in historic Harlem brownstone?", + 300 + ], + [ + "Modern luxury apartment in the heart of Noho", + 189 + ], + [ + "Private room in the heart of Manhattan NYC", + 120 + ], + [ + "Downtown Williamsburg Loft", + 150 + ], + [ + "Hudson River/GW Bridge \nview. Spacious room", + 85 + ], + [ + "TINY ROOM FOR ONE PERSON", + 35 + ], + [ + "Harrison Green by (Hidden by Airbnb)", + 1978 + ], + [ + "Prospect Place III by (Hidden by Airbnb)", + 1494 + ], + [ + "West 88th Street by (Hidden by Airbnb)", + 3512 + ], + [ + "LUXURY IN MIDTOWN WEST-DOORMAN/GYM/LAUNDRY", + 600 + ], + [ + "Sun-drenched and Spacious Studio", + 85 + ], + [ + "Cozy, quiet room near Times Square", + 150 + ], + [ + "Unique Holiday Home", + 50 + ], + [ + "Cute renovated apartment in the heart of flushing!", + 115 + ], + [ + "Safe, cozy, and clean in the heart of Brooklyn", + 31 + ], + [ + "Spacious private bedroom in Hamilton Heights", + 53 + ], + [ + "Times Square Suite with amazing views, high floor!", + 890 + ], + [ + "Studio to yourself! In artsy bushwick railroad apt", + 80 + ], + [ + "Harlem Residence 2", + 50 + ], + [ + "Amazing views, sun, luxe style, live like a local!", + 179 + ], + [ + "Amazing Studio at the Time Square Area/54D", + 130 + ], + [ + "Sunny, Private Bedroom in ♥ of Downtown (SOHO/LES)", + 85 + ], + [ + "Central Park & Rooftop with 4 large luxury rooms", + 800 + ], + [ + "Quiet and Close to transportation", + 40 + ], + [ + "Sense the spirit of New York", + 135 + ], + [ + "Perfectly located, bright, clean and spacious", + 80 + ], + [ + "Charming Bedroom in West Village", + 90 + ], + [ + "No Fee MASSIVE West Village Two bedrooms", + 159 + ], + [ + "Large 1bedroom Apartment in the Heart of Manhattan", + 150 + ], + [ + "Beautiful Single Bedroom 30 min to Manhattan.", + 40 + ], + [ + "Tourists Summer Getaway in New York", + 59 + ], + [ + "Newly rennovated studio space in UWS", + 500 + ], + [ + "Brooklyn Basement Bungalow BBnB", + 100 + ], + [ + "LRG DESIGNER STUDIO/1-BED, MIDTOWN, DOORMAN, ELEV.", + 159 + ], + [ + "Private Apt in Bed-Stuy Brownstone, AC & W/D", + 119 + ], + [ + "Flushing downtown Single room", + 42 + ], + [ + "Flushing downtown Single room", + 49 + ], + [ + "Fully Private Cozy Studio Close to NY Attractions!", + 76 + ], + [ + "Sunny room in Downtown NYC, Two Bridges, Chinatown", + 97 + ], + [ + "Comfort room in Downtown Manhattan, Two Bridges", + 300 + ], + [ + "Premier room in Downtown NY, Two Bridges,Chinatown", + 93 + ], + [ + "Cute Studio in Central of Midtown", + 220 + ], + [ + "Stunning duplex, perfect location", + 175 + ], + [ + "Wyndham Midtown 45 at New York City - Bedroom", + 699 + ], + [ + "MASTER ROOM IN A ELEGANT COZY BEAUTIFUL HOME", + 96 + ], + [ + "Beautiful 2BR Manhattan Apt, 2 blocks from subway", + 100 + ], + [ + "Private room with terrace", + 100 + ], + [ + "Historic Greenwich Village 1 Bedroom - Very Quiet", + 299 + ], + [ + "Beautiful 2 Bedr in Landmarked Brooklyn Brownstone", + 160 + ], + [ + "Boho Chic Apartment in the Heart of Brooklyn", + 110 + ], + [ + "1-Bedroom in Cute Greenwich Village Walk-up", + 220 + ], + [ + "Amazing Studio at the Time square area/5-3A", + 130 + ], + [ + "Newly renovated apartment in Bensonhurst, Brooklyn", + 70 + ], + [ + "Couples Retreat", + 150 + ], + [ + "SPACIOUS BRIGHT & COZY 1BR in CHELSEA MANHATTAN", + 180 + ], + [ + "Private Essex Street Bedroom in the LowerEast Side", + 100 + ], + [ + "Spacious BK Duplex | Sleep 10 | 15min to Manhattan", + 250 + ], + [ + "2 Story Private Duplex + Backyard | BBQ |Sleeps 10", + 250 + ], + [ + "5 minutes from Times Square! Central Manhattan.", + 125 + ], + [ + "Sunny furnished room in the heart of Bushwick", + 70 + ], + [ + "Night with a king", + 40 + ], + [ + "The heart of NYC", + 200 + ], + [ + "Private Room New York 1 (4R)", + 53 + ], + [ + "Private Room New York 3 (4f)", + 55 + ], + [ + "Top Luxury 3BR 2BA Balcony ->Gym City& River Views", + 799 + ], + [ + "Sunny Spacious room and close to Manhattan", + 48 + ], + [ + "Perfect East Village Loft", + 60 + ], + [ + "Super Sunny, Massive East Village Getaway", + 69 + ], + [ + "Midtown - United Nations - MOMA - East River Apt", + 295 + ], + [ + "Cozy Private Bedroom in East Williamsburg", + 60 + ], + [ + "Cute Bedroom in Heart of Bushwick (A/C provided)", + 65 + ], + [ + "FEMALE ONLY- Modern room in Gramercy/Kips Bay NYC", + 115 + ], + [ + "⭐Sleeps 10 ⭐ Rare 4 Bedroom ⭐ 30 Mins to NYC ⭐", + 300 + ], + [ + "Excelent Neighboorhood", + 45 + ], + [ + "Perfect for two couples. Upper East Side apartment", + 175 + ], + [ + "Greenwich Village Luxury Loft", + 1000 + ], + [ + "Artsy Cozy Little Italy Apt! PRIME LOCATION!", + 150 + ], + [ + "BEAUTIFUL 1 BEDROOM Heart of Upper East Side!!", + 200 + ], + [ + "Renovated townhouse near trendy Bushwick hotspots", + 55 + ], + [ + "Perfect Little Gem in the East Village", + 160 + ], + [ + "Spacious Flat. Lux Building. 3 stops to Manhattan", + 110 + ], + [ + "Beautiful West-side Harlem Brick apartment!!", + 180 + ], + [ + "Jewel Apartment in Hip Long Island City", + 90 + ], + [ + "Spacious Cozy Quite Private Room in Fidi w/ Perks", + 125 + ], + [ + "Manhattan adventure", + 68 + ], + [ + "Heart of Williamsburg", + 365 + ], + [ + "Full Floor Of A Luxe Brooklyn Townhouse W. Garden!", + 71 + ], + [ + "Brand New Elev BLDG Luxury Studio~heart of NYC~", + 150 + ], + [ + "Brand NewXL 1BR~Prime midtown~Laundry~Elev~Sleeps4", + 185 + ], + [ + "New Construction 1BR~Prime Midtown~Elevator~Must C", + 145 + ], + [ + "Cómodo apartamento familiar", + 148 + ], + [ + "Good Apt in Brooklyn super close Subways Room (B)", + 46 + ], + [ + "Charming 2BR Near Columbia | Perfect for Families", + 165 + ], + [ + "Lovely and Bright Astoria apartment", + 225 + ], + [ + "Spacious 1 Bedroom in Chelsea/West Village", + 180 + ], + [ + "BEST LOCATION! Flatiron! Large 2 Bedroom, Terrace", + 250 + ], + [ + "Semi-studio in MIDTOWN HK", + 170 + ], + [ + "Chelsea Pre-War Arts Apartment", + 175 + ], + [ + "1 Bedroom - Fully Furnished - Williamsburg Loft", + 100 + ], + [ + "Spacious East Village Apartment", + 150 + ], + [ + "Your NY Home in a multicultural setting!", + 70 + ], + [ + "Private Bushwick room 15 mins from Manhattan", + 100 + ], + [ + "Cozy apartment close to Central Park", + 180 + ], + [ + "Bedroom in a cosy/ bright apartment, Williamsburg", + 98 + ], + [ + "Sunny bedroom in Greenwich Village/SoHo!", + 96 + ], + [ + "Brooklyn’s Finest in Fort Greene", + 167 + ], + [ + "Sunlit Spacious Bedroom", + 85 + ], + [ + "Luxury Modern Artist Chelsea Apartment", + 500 + ], + [ + "Little Cottage", + 98 + ], + [ + "Cozy Brooklyn Home close to the train! Non smoking", + 125 + ], + [ + "Cozy Room in uptown Manhattan", + 75 + ], + [ + "Welcome to New York City!", + 280 + ], + [ + "Private Room with Desk & Closet ♥ Best Location", + 99 + ], + [ + "Williamsburg Loft in Brooklyn, NYC. Sleeps 6-8.", + 400 + ], + [ + "2BED 2 BATH/COLUMBUS CIRCLE/ BALCONY", + 290 + ], + [ + "Cute room! 15mins to LGA 17mins to Midtown.", + 37 + ], + [ + "Beautiful private room!", + 80 + ], + [ + "Modern & Spacious 3 Bedroom Apt in Times Square", + 295 + ], + [ + "Large Furnished Loft Financial District!!", + 160 + ], + [ + "2BR DUPLEX WITH PRIVATE GARDEN IN CHELSEA", + 382 + ], + [ + "Bright ‘n Clean private room close to L M train!!", + 45 + ], + [ + "Renovated 3 bedroom/2 full bath duplex.", + 245 + ], + [ + "Sunny private room in the heart of trendy Bushwick", + 80 + ], + [ + "*NEW* Clinton Hill Room in Plant Filled Apartment", + 75 + ], + [ + "Spacious One Bedroom in Hell's Kitchen", + 230 + ], + [ + "Spacious two bedroom in Hell's Kitchen", + 250 + ], + [ + "Ottoman 3BR, 2Bath In Safest NYC w/ Balcony", + 145 + ], + [ + "Private Master Bedroom with Ensuite Bath HK", + 100 + ], + [ + "Prime loc. Spacious, bright, clean, cozy room", + 80 + ], + [ + "Gem in the heart of Manhattan", + 100 + ], + [ + "Wyndham Midtown 45 - Hotel Room", + 300 + ], + [ + "Private Room in Chill Brooklyn Apartment", + 55 + ], + [ + "CLEAN, TIMES SQUARE ONE BEDROOM", + 250 + ], + [ + "Stylish 1BR with back patio in Hell's Kitchen", + 170 + ], + [ + "Charming Astoria", + 100 + ], + [ + "Bohême à Williamsburg", + 418 + ], + [ + "Master Suite in Brownstone with Garden & Fire Pit!", + 110 + ], + [ + "Cozy Apartment in long island city /Astoria", + 140 + ], + [ + "26 Mt Morris Park Bldg in A la Soho!", + 75 + ], + [ + "Beautiful 1BR in Heart of Midtown Manhattan", + 250 + ], + [ + "A warm and friendly place!", + 65 + ], + [ + "Throsneck", + 75 + ], + [ + "Spacious Rm for 1 near Hospital1 min Walk to Train", + 30 + ], + [ + "Convent Ave & 127st Col Univ RM 2", + 69 + ], + [ + "Wonderful large room, queen bed, next to Manhattan", + 60 + ], + [ + "Columbia UN Area 127 st And convent Ave", + 69 + ], + [ + "Manhattan room 3 NYC 127 st and convent ave", + 69 + ], + [ + "Ayos Abode", + 140 + ], + [ + "One of a kind Loft in Brooklyn", + 450 + ], + [ + "~Stunning 3BR home~Legal Airbnb~Central Location~", + 220 + ], + [ + "Elegant Studio-Loft in Flatiron / NoMad", + 210 + ], + [ + "Bronx Comfort", + 65 + ], + [ + "Sunny Lofty Sanctuary in Artsy Bushwick, Guest BR", + 58 + ], + [ + "3 Private rooms,shared space", + 150 + ], + [ + "Sonder | Stock Exchange | Welcoming 1BR + Sofa Bed", + 245 + ], + [ + "Sonder | Stock Exchange | Amazing 1BR + Kitchen", + 245 + ], + [ + "Sonder | Wall Street | Quaint Studio + Kitchen", + 200 + ], + [ + "Sonder | Stock Exchange | Peaceful 1BR + Sofa Bed", + 229 + ], + [ + "Sonder | Wall Street | Quaint Studio + Laundry", + 204 + ], + [ + "Corner Loft in Williamsburg", + 100 + ], + [ + "Large Cozy Apartment.", + 156 + ], + [ + "Cozy Room in Townhouse Apartment", + 30 + ], + [ + "SHOOTS ONLY Industrial Dumbo Warehouse Studio", + 240 + ], + [ + "Clean/convenient apartment w/rooftop & gym.", + 132 + ], + [ + "Private 2BR near the beach and subway/has yard!!!", + 130 + ], + [ + "Sonder | Stock Exchange | Premier 2BR + Laundry", + 404 + ], + [ + "Sonder | Stock Exchange | Classic 1BR + Kitchen", + 234 + ], + [ + "Sonder | Stock Exchange | Modern 2BR + Lounge", + 425 + ], + [ + "Sonder | Stock Exchange | Restful 1BR + Kitchen", + 235 + ], + [ + "Sonder | Stock Exchange | Calming 3BR + Sofa Bed", + 503 + ], + [ + "Quiet Times Square Apartment", + 250 + ], + [ + "Descanza con plenitud", + 40 + ], + [ + "Sonder | Wall Street | Calming 1BR + Laundry", + 258 + ], + [ + "Sonder | Stock Exchange | Tranquil 2BR + Lounge", + 392 + ], + [ + "Sonder | Wall Street | Dreamy 2BR + Laundry", + 375 + ], + [ + "Sonder | Stock Exchange | Private 1BR + Lounge", + 231 + ], + [ + "Sonder | Stock Exchange | Artsy Studio + Laundry", + 194 + ], + [ + "Sonder | Stock Exchange | Beautiful 1BR + Kitchen", + 240 + ], + [ + "Sonder | Stock Exchange | Private 1BR + Sofa Bed", + 229 + ], + [ + "Sonder | Stock Exchange | Upscale 1BR + Sofa Bed", + 230 + ], + [ + "Sonder | Stock Exchange | Original 3BR + Sofa Bed", + 472 + ], + [ + "Sonder | Wall Street | Distinct 1BR + Laundry", + 256 + ], + [ + "Midtown 2BR w/ Patio! Central Park & Times Sq!", + 149 + ], + [ + "big Room 25 min to time square", + 40 + ], + [ + "Private bedroom in a charming apartment", + 95 + ], + [ + "Urban Zen in the Heart of Williamsburg", + 150 + ], + [ + "Spacious Woodside room close to all transporations", + 51 + ], + [ + "Sunny and Charming Studio - Beautiful West Village", + 175 + ], + [ + "Cozy spot in hipster East Williamsburg", + 75 + ], + [ + "Zen Den 1BR Uptown Oasis", + 125 + ], + [ + "Tribeca Studio w/ Gym + Pool by Blueground", + 282 + ], + [ + "Magical Mott Haven Loft", + 200 + ], + [ + "Stable Room at Incentra Village Hotel", + 999 + ], + [ + "Sonder | Stock Exchange | Expansive 3BR + Lounge", + 454 + ], + [ + "Sonder | Wall Street | Eclectic 1BR + Rooftop", + 262 + ], + [ + "Sonder | Stock Exchange | Incredible 3BR + Lounge", + 472 + ], + [ + "Sonder | Stock Exchange | Lively Studio + Kitchen", + 203 + ], + [ + "Sonder | Stock Exchange | Dreamy 1BR + Kitchen", + 247 + ], + [ + "Sonder | Stock Exchange | Dreamy 2BR + Sofa Bed", + 377 + ], + [ + "Sonder | Stock Exchange | Calming 1BR + Sofa Bed", + 229 + ], + [ + "Sonder | Stock Exchange | Private 1BR + Kitchen", + 234 + ], + [ + "Sonder | Stock Exchange | Expansive 3BR + Kitchen", + 503 + ], + [ + "Sonder | Stock Exchange | Welcoming 1BR + Laundry", + 228 + ], + [ + "Sonder | Stock Exchange | Serene 2BR + Sofa Bed", + 404 + ], + [ + "Sonder | Wall Street | Simple 1BR + Kitchen", + 252 + ], + [ + "Sonder | Stock Exchange | Simple 1BR + Laundry", + 229 + ], + [ + "Sonder | Stock Exchange | Premier 2BR + Lounge", + 431 + ], + [ + "Sonder | Stock Exchange | Premier 2BR + Kitchen", + 412 + ], + [ + "Sonder | Stock Exchange | Tranquil 2BR + Kitchen", + 403 + ], + [ + "Sonder | Stock Exchange | Bold 1BR + Kitchen", + 229 + ], + [ + "Sonder | Stock Exchange | Bright 1BR + Laundry", + 227 + ], + [ + "Sonder | Stock Exchange | Design Studio + Laundry", + 205 + ], + [ + "Feminine room in Manhattan. 1 stop to midtown.", + 85 + ], + [ + "Sonder | Stock Exchange | Modern Studio + Kitchen", + 194 + ], + [ + "Sonder | Stock Exchange | Simple 1BR + Sofa Bed", + 214 + ], + [ + "Sonder | Stock Exchange | Chic 1BR + Sofa Bed", + 229 + ], + [ + "Sonder | Stock Exchange | Warm Studio + Kitchen", + 185 + ], + [ + "Sonder | Stock Exchange | Airy 1BR + Lounge", + 234 + ], + [ + "Sonder | Stock Exchange | Classic Studio + Laundry", + 201 + ], + [ + "Sonder | Stock Exchange | Chic 1BR + Laundry", + 229 + ], + [ + "Sonder | Stock Exchange | Central 1BR + Sofa Bed", + 244 + ], + [ + "Sonder | Stock Exchange | Lively 1BR + Lounge", + 227 + ], + [ + "Sonder | Stock Exchange | Sleek 3BR + Sofa Bed", + 451 + ], + [ + "Sonder | Stock Exchange | Sleek Studio + Kitchen", + 241 + ], + [ + "Sonder | Stock Exchange | Lovely 1BR + Lounge", + 252 + ], + [ + "Sonder | Stock Exchange | Playful 1BR + Laundry", + 250 + ], + [ + "Midtown 2 Bed Large Full Kitchen & Free Breakfast", + 419 + ], + [ + "Sonder | Stock Exchange | Original 3BR + Lounge", + 505 + ], + [ + "Sonder | Stock Exchange | Distinct 1BR + Kitchen", + 228 + ], + [ + "Sonder | Stock Exchange | Unique 1BR + Laundry", + 242 + ], + [ + "Charming & Spacious Loft in Clinton Hill", + 175 + ], + [ + "Sonder | Stock Exchange | Smart 1BR + Kitchen", + 221 + ], + [ + "Sonder | Stock Exchange | Quaint Studio + Lounge", + 203 + ], + [ + "Sonder | Stock Exchange | Peaceful 1BR + Lounge", + 228 + ], + [ + "Sonder | Stock Exchange | Smart 1BR + Sofa Bed", + 215 + ], + [ + "FairPlay BNB for alternative life style renters!", + 300 + ], + [ + "Sonder | Stock Exchange | Classic Studio + Kitchen", + 198 + ], + [ + "Sonder | Stock Exchange | Tasteful 3BR + Kitchen", + 468 + ], + [ + "Sonder | Stock Exchange | Lively 1BR + Laundry", + 227 + ], + [ + "Sonder | Stock Exchange | Unique 1BR + Sofa Bed", + 236 + ], + [ + "Sonder | Stock Exchange | Playful 1BR + Sofa Bed", + 244 + ], + [ + "Room", + 120 + ], + [ + "Sonder | Stock Exchange | Lovely 1BR + Sofa Bed", + 248 + ], + [ + "Sonder | Stock Exchange | Artsy 1BR + Laundry", + 241 + ], + [ + "Sonder | Stock Exchange | Serene 2BR + Kitchen", + 390 + ], + [ + "Sonder | Stock Exchange | Unique 1BR + Kitchen", + 230 + ], + [ + "Sonder | Stock Exchange | Classic 1BR + Sofa Bed", + 230 + ], + [ + "Sonder | Stock Exchange | Airy 1BR + Kitchen", + 227 + ], + [ + "Sonder | Stock Exchange | Simple 1BR + Lounge", + 214 + ], + [ + "Sonder | Stock Exchange | Artsy Studio + Kitchen", + 188 + ], + [ + "Sonder | Stock Exchange | Playful 1BR + Lounge", + 247 + ], + [ + "Sonder | Stock Exchange | Delightful 1BR + Kitchen", + 220 + ], + [ + "Sonder | Stock Exchange | Stylish Studio + Kitchen", + 196 + ], + [ + "Sonder | Stock Exchange | Bold 1BR + Lounge", + 218 + ], + [ + "Cozy Escape in the thriving heart of Bed-Stuy", + 130 + ], + [ + "Sonder | Stock Exchange | Serene 2BR + Lounge", + 396 + ], + [ + "Sonder | Stock Exchange | Lovely 1BR + Kitchen", + 214 + ], + [ + "Bright, nice size room in beautiful Brooklyn apt.", + 50 + ], + [ + "Sonder | Stock Exchange | Classic Studio + Lounge", + 196 + ], + [ + "Sonder | Stock Exchange | Premier 2BR + Sofa Bed", + 380 + ], + [ + "Sonder | Stock Exchange | Lively 1BR + Kitchen", + 229 + ], + [ + "Sonder | Stock Exchange | Sleek 3BR + Lounge", + 498 + ], + [ + "Sonder | Stock Exchange | Dashing 1BR + Kitchen", + 215 + ], + [ + "Sonder | Stock Exchange | Smart 1BR + Laundry", + 231 + ], + [ + "Sonder | Stock Exchange | Distinct 1BR + Sofa Bed", + 234 + ], + [ + "Sonder | Stock Exchange | Bright 1BR + Kitchen", + 212 + ], + [ + "Sonder | Stock Exchange | Sunny 1BR + Sofa Bed", + 228 + ], + [ + "Sonder | Stock Exchange | Glam 1BR + Sofa Bed", + 214 + ], + [ + "Sonder | Stock Exchange | Tranquil 1BR + Kitchen", + 214 + ], + [ + "Sonder | Stock Exchange | Dreamy Studio + Lounge", + 201 + ], + [ + "Sonder | Stock Exchange | Bright 1BR + Sofa Bed", + 214 + ], + [ + "Sonder | Stock Exchange | Airy 1BR + Laundry", + 235 + ], + [ + "Sun drenched modern stylish 2 bedroom apt near all", + 165 + ], + [ + "Sonder | Stock Exchange | Playful 1BR + Kitchen", + 256 + ], + [ + "Sonder | Stock Exchange | Lovely 1BR + Laundry", + 248 + ], + [ + "Sonder | Stock Exchange | Lively 1BR + Sofa Bed", + 216 + ], + [ + "Sonder | Stock Exchange | Chic 1BR + Kitchen", + 223 + ], + [ + "Sonder | Stock Exchange | Pristine 1BR + Kitchen", + 229 + ], + [ + "Sun-Drenched 1 BR/1BA near Grand Army Plaza #10313", + 200 + ], + [ + "Private Room in Stunning Apartment", + 110 + ], + [ + "Times Square & Rockefeller Center Private Bedroom", + 150 + ], + [ + "Summer room 夏", + 55 + ], + [ + "Bushwick APT with big bright room/private backyard", + 65 + ], + [ + "Quiet 1bedroom apartment", + 150 + ], + [ + "LARGE Trendy Studio!!!", + 100 + ], + [ + "Quiet Private Room in the Exciting East Village!", + 68 + ], + [ + "The Berry - Hip in the heart of Williamsburg.", + 100 + ], + [ + "Urban Casita", + 215 + ], + [ + "Mary Sweet Home", + 65 + ], + [ + "Upper Ditmars Top FL of Home with Patio", + 85 + ], + [ + "Fall room 秋", + 50 + ], + [ + "Family House 旅行客栈", + 255 + ], + [ + "Bushwick Gem-Spacious & Quiet for a solo traveller", + 37 + ], + [ + "private room for up to 2 guests", + 300 + ], + [ + "Room in Williamsburg w/ private full bathroom", + 75 + ], + [ + "Welcome to my Lovely Studio.", + 50 + ], + [ + "the haven", + 64 + ], + [ + "2400 sq. ft. Luxury Tribeca Loft", + 225 + ], + [ + "Cozy room in brand new condo with rooftop & gym", + 50 + ], + [ + "Bright room in a spacious apartment", + 35 + ], + [ + "The Artist Retreat Duplex and Garden 2", + 170 + ], + [ + "Private Apartment in the Heart of East Village", + 211 + ], + [ + "Sweet Studio Apartment in Sunnyside", + 95 + ], + [ + "Cozy/ smallish on 143 st & Broadway", + 52 + ], + [ + "Bushwick Loft Transformed into Bohemian Hideaway!", + 64 + ], + [ + "Waterfront apt with Manhattan view and balcony...", + 85 + ], + [ + "Artist Studio Loft in The Heart of Williamsburg", + 200 + ], + [ + "Lux room near train station, LGA & Manhattan.", + 41 + ], + [ + "Furnished room in a nice apt 20 mins to Manhattan", + 54 + ], + [ + "Cozy NYC apartment", + 55 + ], + [ + "One of a kind, lovely apartment w/private backyard", + 195 + ], + [ + "E Flatbush! Cozy, 20 min walk to Dwnstate Hosp", + 33 + ], + [ + "70KO", + 220 + ], + [ + "Unique 2 bedroom apt in the center of Williamsburg", + 210 + ], + [ + "Sun drenched apartment w/ outdoor space.", + 50 + ], + [ + "Modern Ground FL Event Space on Infamous 5th Ave", + 612 + ], + [ + "1.Nice Room near La Guardia AirPort NYC", + 45 + ], + [ + "86", + 650 + ], + [ + "Spacious NYC experience", + 129 + ], + [ + "Safe quiet midtown home!", + 175 + ], + [ + "BROOKLYN Bright Williamsburg room Backyard +Trains", + 65 + ], + [ + "Cool&cozy Bushwick apartment with private backyard", + 70 + ], + [ + "Brownstone Apt, 1min to Subway, 20min to Manhattan", + 195 + ], + [ + "1 bedroom apt in Harlem 600 sq. feet", + 128 + ], + [ + "The best place .Close to Central Park", + 150 + ], + [ + "Bright Den In Modern, New Condo, Sleeps 2", + 80 + ], + [ + "Unique & Comfortable Apartment in East Village", + 300 + ], + [ + "Super Luxury! XL Alcove Studio in heart of Chelsea", + 215 + ], + [ + "ROOM X", + 40 + ], + [ + "Charming Bedroom in Quintessential Brooklyn Home", + 80 + ], + [ + "Quite and cozy room in Manatthan", + 77 + ], + [ + "Comfy bedroom in stylish apt in Clinton Hill", + 95 + ], + [ + "Nice bedroom in Astoria, Queens, NY", + 100 + ], + [ + "Split level Front walk-in Apartment", + 49 + ], + [ + "Private garden and luxury 2-bd apartment in Harlem", + 120 + ], + [ + "Beautiful Mid-century Modern One Bedroom Apartment", + 89 + ], + [ + "Easy access Mall, Midtown & JFK. Vast room space!", + 26 + ], + [ + "AMAZINGLY LOCATED APARTMENT NEAR TIME SQ", + 170 + ], + [ + "Charming 1 bedroom for female guest", + 65 + ], + [ + "Bright 1b on quiet Williamsburg street", + 120 + ], + [ + "Cozy 2 Bedroom Brownstone Duplex", + 150 + ], + [ + "BROOKLYN! Chic Williamsburg room + Balcony +Trains", + 57 + ], + [ + "Homey sanctuary in classic limestone garden apt.", + 108 + ], + [ + "BROOKLYN! Cute Williamsburg room + Balcony +Trains", + 70 + ], + [ + "Carroll Gardens Cozy Nest", + 89 + ], + [ + "Private bedroom/bathroom in Williamsburg GEM !", + 99 + ], + [ + "Sleek Williamsburg Apartment With Gym", + 115 + ], + [ + "A Sweet Retreat in Bedstuy", + 90 + ], + [ + "Large Studio Doorman Elevator 5241", + 135 + ], + [ + "Bright Spacious Full Floor Fort Greene Apartment", + 119 + ], + [ + "Modern renovated 1 BR in the heart of Manhattan", + 136 + ], + [ + "RM#2-Bright room w/balcony 30 mins NYC & airports", + 67 + ], + [ + "Sharp UES 2BR w/Indoor pool, Doorman + City views by Blueground", + 365 + ], + [ + "LUXURY PRVT ROOM NEAR PROSPECT PARK", + 97 + ], + [ + "Stylish 1 Bedroom in the heart of Brooklyn", + 100 + ], + [ + "Quiet Mid-Century Modern Apartment", + 220 + ], + [ + "Best Nest.", + 200 + ], + [ + "Cozy bedroom minutes to Manhattan", + 45 + ], + [ + "Cozy room with private entrance in Harlem.", + 145 + ], + [ + "Hidden GEM in the CENTRAL location", + 195 + ], + [ + "Room in Heart of NYC Art & Nightlife !", + 75 + ], + [ + "Brooklyn Two Bedroom APT near the TRAIN", + 160 + ], + [ + "Crash Space in BK for your NYC Adventure!", + 25 + ], + [ + "The Projects Gallery", + 85 + ], + [ + "Beautiful big ROOM/Safe&comfortable/ near LG& JFK", + 38 + ], + [ + "Excellent apartment/ awesome location", + 150 + ], + [ + "lower east side home", + 75 + ], + [ + "Bedroom in middle of BK! Great location!", + 60 + ], + [ + "Huge room in Creative Colorful Modern apartment", + 55 + ], + [ + "TWO BEDROOM APARTMENT IN BEAUTIFUL BED-STUY", + 100 + ], + [ + "Cozy Quaint Brooklyn Apartment", + 125 + ], + [ + "Cozy space, centrally located!", + 140 + ], + [ + "SPACIOUS Floor-Through Loft in Flatiron, NYC", + 1200 + ], + [ + "LARGE 2 Bedroom Midtown Manhattan Apartment!", + 177 + ], + [ + "Comfortable, Quiet, close to Airports, Manhattan", + 50 + ], + [ + "Washington Suite at Incentra Village Hotel", + 999 + ], + [ + "Tabor Room at Incentra Village Hotel", + 999 + ], + [ + "Lahore Suite at Incentra Village House", + 999 + ], + [ + "One stop away manhattan #2", + 60 + ], + [ + "Glorious Bedstuy: Large room with a work station.", + 60 + ], + [ + "Brownstone Brooklyn with a View", + 158 + ], + [ + "LES is more", + 140 + ], + [ + "Pacheco’s House.", + 60 + ], + [ + "Bedstuy Blues: Room for one or two", + 60 + ], + [ + "Stylish West Village Artists Studio Penthouse", + 130 + ], + [ + "Uptown Riverside Drive Apartment", + 140 + ], + [ + "Cozy Greenpoint Getaway", + 100 + ], + [ + "Stylish apartment in a Brooklyn brownstone", + 125 + ], + [ + "Enjoy privacy & comfort in Washington Heights 1BR", + 74 + ], + [ + "Cozy Room in Ridgewood/Bushwick! 25 Mins to NYC", + 65 + ], + [ + "Convenient 2 bedroom apt near Times Sq. 1C", + 500 + ], + [ + "Room Nearby train station to Times Square NYC", + 30 + ], + [ + "3 bedroom apartment 10m away from Times Sq. 2C", + 650 + ], + [ + "Rare 1BR Artist's Apt. Chinatown-L. Italy-NoLita", + 125 + ], + [ + "LARGE BEDROOM IN BRONX DOWN THE BLOCK FROM 2 TRAIN", + 65 + ], + [ + "East Williamsburg Quiet Getaway or Workspace", + 80 + ], + [ + "✤ NEWLY RENOVATED ✤ TOP LOCATION ✤", + 379 + ], + [ + "Upper West Side 1BR w/ Doorman + Gym by Blueground", + 189 + ], + [ + "Spacious Midtown East 1BR w/ Balcony, Gym, Doorman by Blueground", + 321 + ], + [ + "Crisp Heart of Chelsea Studio, w/ Roofdeck + Gym, by Blueground", + 285 + ], + [ + "NYC - PRIVATE room in Bay Ridge.", + 40 + ], + [ + "Sunnyside room mins to Times Square & JFK.", + 42 + ], + [ + "Brooklyn artistic studio apartment!", + 90 + ], + [ + "PRIVATE bath & entrance in hip Greenpoint", + 145 + ], + [ + "Amazing Apt in West Village NYC", + 400 + ], + [ + "Red Door Townhouse — Heart of The Upper East Side", + 150 + ], + [ + "Large Bedroom with Private Entrance", + 61 + ], + [ + "Brooklyn palace", + 50 + ], + [ + "Spacious 1 Bedroom in the Heart of Williamsburg", + 95 + ], + [ + "Brand New!XL 1 BR!Prime Midtown~Elv bldg~BestValue", + 160 + ], + [ + "sweet room to relax", + 40 + ], + [ + "comfortable room for guests", + 40 + ], + [ + "NEW renovated bathroom & Private backyard", + 28 + ], + [ + "Large Private Bedroom Near Tons Of Transit!", + 42 + ], + [ + "Chic Private Bedroom in Ridgewood, NY by 3 Trains!", + 42 + ], + [ + "Bold & Beautiful Private Bedroom, Ridgewood Queens", + 42 + ], + [ + "Trendy Private Room in Prime NY, 3 Train Nearby!", + 42 + ], + [ + "Stylish Private Bedroom in Ridgewood, NY", + 37 + ], + [ + "Duplex apartment near JFK, LGA, train & the city", + 225 + ], + [ + "Private Room in Bushwick, Brooklyn", + 43 + ], + [ + "Grand Central 1 bedroom apartment", + 160 + ], + [ + "TIMES SQUARE!!! COZY PRIVATE ROOM (for up to 3)!", + 115 + ], + [ + "Bronx", + 27 + ], + [ + "A Place for Pet Lovers", + 40 + ], + [ + "Hidden 2 Bedrm Gem in SOBRO! Minutes to NYC!", + 159 + ], + [ + "The Luxury Spot! Brooklyn Prime Location!", + 150 + ], + [ + "Water Front Duplex with Amazing Views and Parking.", + 155 + ], + [ + "Rare Gem - Modern Lux Studio", + 249 + ], + [ + "Huge Private Room near Central Park with KEY", + 85 + ], + [ + "Romantic Top Floor Brownstone in Crown Heights", + 188 + ], + [ + "CITY VIEWS LARGE APARTMENT", + 488 + ], + [ + "Extra Large Room Close to Midtown", + 55 + ], + [ + "LUXURY 2 BR WITH PRIVATE PATIO IN CHELSEA-WEST21ST", + 425 + ], + [ + "Warm Cozy Home W/Backyard", + 133 + ], + [ + "Get away for the weekend in a cozy private room", + 300 + ], + [ + "Central Location in NYC - Walk to Central Park", + 79 + ], + [ + "Charming Studio in Brooklyn Heights", + 100 + ], + [ + "Brooklyn spacious Bedroom (D) close to the Subways", + 57 + ], + [ + "NYC like Home !", + 260 + ], + [ + "Celebrity Central Park townhouse designer's touch.", + 1497 + ], + [ + "Brooklyn Small but cozy bedroom C close to Subways", + 55 + ], + [ + "Modern room B into heart of Brooklyn close Subways", + 51 + ], + [ + "Quiet private room fabulous apt, perfect location", + 95 + ], + [ + "Artist LOFT in East Williamsburg!", + 125 + ], + [ + "Elegant & Luxurious, Clean & Cheerful entire house", + 275 + ], + [ + "Home away from home lodging #2 with 2 Bed- 2 guest", + 35 + ], + [ + "Home away from home lodging 3 (2 Beds - 2 guests)", + 35 + ], + [ + "Shared Room - All Female - Great Roommates!", + 26 + ], + [ + "Shared Room: All Male - Coed Apt-Great Roommates", + 26 + ], + [ + "Warm , Beautiful and cozy 1Br in LES", + 175 + ], + [ + "Elevated Living in the East Village", + 95 + ], + [ + "Rent my unique 2BR Condo in Prime Williamsburg", + 215 + ], + [ + "Sun drenched 1 bedroom furnished", + 95 + ], + [ + "WILLIAMSBURG PRIME LOCATION-AMAZING LIGHT!", + 66 + ], + [ + "Modern and spacious apt in Kips Bay, NYC!", + 239 + ], + [ + "Comfortable stay-beautiful 1 bedroom apt in NYC!", + 239 + ], + [ + "Gorgeous Studio apt in the heart of Kips Bay, NYC!", + 209 + ], + [ + "Premium FiDi 1BR w/ Doorman + Wraparound Roofdeck by Blueground", + 306 + ], + [ + "Cozy bedroom in the best location in New York", + 60 + ], + [ + "Entire apartment in townhouse", + 110 + ], + [ + "Gorgeous 7BR/3.5BA Bohemian Flat - PRIME LOCATION", + 750 + ], + [ + "fabulous & large bedroom - East Williamsburg", + 67 + ], + [ + "Private Studio for Events, Recording & Exhibitions", + 75 + ], + [ + "Chic Village Apt!", + 200 + ], + [ + "Apartment", + 60 + ], + [ + "POSH COBBLE HILL APARTMENT, 5 MINUTES TO MANHATTAN", + 190 + ], + [ + "Charming private room in Brownstone apartment", + 85 + ], + [ + "NEW! Modern 1BR Apartment in Heart of NYC!", + 125 + ], + [ + "3rd floor Master Suite", + 50 + ], + [ + "Nolita (SoHo) - Lovely, brand new apartment", + 172 + ], + [ + "Spacious standalone room in the heart of Astoria", + 80 + ], + [ + "Beautiful, Sunny Private Room in Harlem", + 58 + ], + [ + "Spacious New Apartment- BROOKLYN", + 179 + ], + [ + "PRIVATE BIG ROOM w. Queen Bed, and quiet roommates", + 49 + ], + [ + "Bushwick Brooklyn NY Sunny Apartment", + 166 + ], + [ + "NEW Luxury 1BR, Floor to ceiling windows, balcony", + 133 + ], + [ + "15min to Times Square!! Lux apartment 3 Bedrooms", + 220 + ], + [ + "15min to Times Square !! Charming Bedroom 03", + 62 + ], + [ + "Astoria 1 Bedroom Apt 10 minutes from LGA Airport", + 125 + ], + [ + "15 minutes to Times Square!!! Red Lux bedroom", + 80 + ], + [ + "cozy bedroom 01 in the heart of Astoria- Queens", + 70 + ], + [ + "Sofa-bed in apartment in Astoria! Near Manhattan!", + 40 + ], + [ + "Luxury 1bd in best location (long-term rental)", + 250 + ], + [ + "A little peace of heaven in the Bronx", + 100 + ], + [ + "Garden Apt in fully renovated town house.", + 179 + ], + [ + "Bright, Modern Designer's Pad in East Village", + 240 + ], + [ + "JFK AIRPORT DELIGHT", + 55 + ], + [ + "Classic UWS doorman 3 BR. River, elevator, dogs", + 317 + ], + [ + "3 bedroom luxury Apt by TimeSquare & Grand Central", + 515 + ], + [ + "Large Brooklyn Room! A/C & Rooftop Manhattan Views", + 57 + ], + [ + "Canadian Rustic Modern Loft, Greenpoint", + 175 + ], + [ + "Big and beautiful room in big and beautiful Ap.", + 41 + ], + [ + "Amazing huge 2BR apartment in Park Slope", + 180 + ], + [ + "Cozy&Bright room in Queens♪Good subway access!", + 35 + ], + [ + "Kay's Cozy Getaway", + 200 + ], + [ + "Cozy Private room in Bedstuy Artist duplex", + 60 + ], + [ + "Modern 2 Bedroom Walk in. 3 min from Subway !", + 125 + ], + [ + "Upper west/huge confortable Central Park ColumbiaU", + 200 + ], + [ + "Spread Love it's the Brooklyn Way", + 70 + ], + [ + "Convenience Cozy Apartment- Hells kitchen", + 220 + ], + [ + "Better Than Hostel semi-private artsy room", + 25 + ], + [ + "Brooklyn home", + 100 + ], + [ + "Huge Bedroom in Gorgeous Sunlit-Apartment in Wahi!", + 75 + ], + [ + "Top floor apt in luxury building - lease takeover", + 108 + ], + [ + "Studio Resort in Manhattan-Wyndham Midtown 45", + 250 + ], + [ + "Cozy room in the heart of Briarwood, Queens NY", + 62 + ], + [ + "Private, Sunny Brooklyn Bedroom in 2 BR Apartment", + 65 + ], + [ + "Sunny 3 Story 5BR 5Bath Townhouse Upper East Side!", + 1250 + ], + [ + "Manhattan at its best!", + 180 + ], + [ + "Bright room near shops and subway well located", + 85 + ], + [ + "Beautiful - Art Filled - Sun Filled - Luxurious", + 325 + ], + [ + "Comfortable apartment in the heart of Brooklyn.", + 104 + ], + [ + "Bright Private Bedroom in Classic Harlem Apt", + 77 + ], + [ + "Cozy Room in Huge place in Prospect Heights", + 50 + ], + [ + "Bright/Cozy 1 Bedroom Condo in Heart of Brooklyn!", + 120 + ], + [ + "Sunny Spacious Parkside Pad", + 70 + ], + [ + "Sunny King-Sized Manhattan 1BR w/Views Awaits You!", + 95 + ], + [ + "Spacious apartment right by the Subway", + 150 + ], + [ + "Bedroom near train station", + 42 + ], + [ + "Modern & Cozy 1 Bedroom Apt in the heart of NYC", + 180 + ], + [ + "Private room in cute Greenwich Village Walk-up", + 110 + ], + [ + "Lola's Casa", + 52 + ], + [ + "Shared Apartment - 1 Bedroom", + 180 + ], + [ + "Quiet Upper Manhattan Apt - Whole Apt Not Shared!!", + 80 + ], + [ + "Artistic Modern Sanctuary -- Spacious & Private", + 90 + ], + [ + "Large Private Room near Central Park with Key", + 79 + ], + [ + "Lovely 1 BDRM at Upper East side prime location", + 100 + ], + [ + "94TH STREET STUDIO SUITE WITH DOORMAN-GYM", + 420 + ], + [ + "94TH STREET BIG 1BR SUITE WITH DOORMAN-GYM", + 500 + ], + [ + "Gorgeous Sun Filled Creative Loft! Clean & Unique!", + 135 + ], + [ + "Cozy and Hip Room in Brooklyn close to Subway (D)", + 51 + ], + [ + "Riverdale Pad", + 64 + ], + [ + "BETTER SIDE OF BED-STUY", + 48 + ], + [ + "Not too late! Great place in Chelsea", + 500 + ], + [ + "Amazing East Village Loft", + 55 + ], + [ + "Stunning East Village Loft", + 55 + ], + [ + "Sunny, Massive East Village Loft", + 55 + ], + [ + "Sonder | The Nash | Design Studio + Rooftop", + 282 + ], + [ + "Sonder | The Nash | Smart 1BR + Fitness Center", + 192 + ], + [ + "Sonder | The Nash | Classic 1BR + Fitness Center", + 202 + ], + [ + "Sonder | The Nash | Cozy Studio + Fitness Room", + 169 + ], + [ + "Sonder | The Nash | Vibrant 1BR + Rooftop", + 200 + ], + [ + "Sonder | The Nash | Vibrant Studio + Rooftop", + 169 + ], + [ + "Sonder | The Nash | Modern Studio + Rooftop", + 172 + ], + [ + "Union Square Industrial Loft Apartment - 1 Bedroom", + 199 + ], + [ + "Sonder | The Nash | Relaxed 1BR + Grilling Area", + 202 + ], + [ + "Beautiful APT. mins from JFK/ mins from the city!", + 150 + ], + [ + "Sonder | The Nash | Warm Studio + Grilling Area", + 160 + ], + [ + "Sonder | The Nash | Lively 1BR + Grilling Area", + 204 + ], + [ + "SPACIOUS & COMFY 3 BDROM/2 BATH APT CLOSE 2 SUBWAY", + 112 + ], + [ + "Huge 1-bedroom available from April through July", + 150 + ], + [ + "Private patio, sunlight filled, gorgeous studio!", + 179 + ], + [ + "Cute room with private rooftop near Central Park", + 99 + ], + [ + "Chic & Sunny Prospect Park 1-Bedroom", + 110 + ], + [ + "New Renovate in 2019 & Everything is New", + 29 + ], + [ + "Cozy apartment on the Upper East Side", + 150 + ], + [ + "comfortable Place to live", + 60 + ], + [ + "Cozy quiet room in basement apt with mirrors & tv!", + 175 + ], + [ + "Sunny bedroom in Soho/Greenwich village", + 78 + ], + [ + "Private Room in Heart of Brooklyn", + 96 + ], + [ + "Sunny Modern Lux Private House with Parking", + 74 + ], + [ + "Two bedroom apartment close to subway", + 100 + ], + [ + "Recently Renovated & Furnished Apt- Room available", + 2850 + ], + [ + "FULLY RENOVATED DESIGN APART IN THE HEART OF NYC", + 240 + ], + [ + "Sunny Artist's Loft", + 120 + ], + [ + "Brooklyn Hibiscus", + 35 + ], + [ + "Large 1 bdrm free while musician owner is on tour", + 120 + ], + [ + "LUXURY STUDIO ON WEST 50TH-DOORMAN/GYM/LAUNDRY", + 190 + ], + [ + "Great Space w/ backyard for Small Events", + 400 + ], + [ + "1BEDROOM ON EAST 86th ST~PRIVATE BALCONY/GYM/POOL", + 210 + ], + [ + "LUXURY 1BR ON W 48TH ST-MIDTOWN-POOL/GYM/DOORMAN", + 310 + ], + [ + "A large, lovely room with plants.", + 66 + ], + [ + "JFK LUXURY APARTMENT #A", + 175 + ], + [ + "Brooklyn Sanctuary: Sunny Studio in Carrol Gardens", + 100 + ], + [ + "Spacious Apartment Near Central Park (Manhattan)", + 100 + ], + [ + "JFK LUXURY BEDROOM # 5", + 75 + ], + [ + "JFK LUXURY APARTMENT #B", + 175 + ], + [ + "JFK LUXURY BEDROOM # 2", + 55 + ], + [ + "JFK LUXURY BEDROOM # 1", + 75 + ], + [ + "Cozy Bed in Musician housing (4/20 friendly)", + 30 + ], + [ + "Charming Brooklyn studio", + 69 + ], + [ + "JFK LUXURY BEDROOM # 3", + 65 + ], + [ + "JFK LUXURY BEDROOM # 4", + 85 + ], + [ + "Newly renovated 2 Bedroom Apartment", + 143 + ], + [ + "Brand New 2 bed 1 bath in the UES #6129", + 206 + ], + [ + "Spacious 3 bedroom apartment in WILLIAMSBURG", + 65 + ], + [ + "Quiet parlour floor apartment on tree-lined street", + 150 + ], + [ + "1BDR cozyclean apt great location", + 107 + ], + [ + "Lower East Side Pad !", + 500 + ], + [ + "Amazing , Clean, Cozy in Upper East Side Manhattan", + 87 + ], + [ + "Carroll Gardens Charm with Magical Manhattan Views", + 175 + ], + [ + "Large sunny private room with queen size bed.", + 48 + ], + [ + "BRIGHT, clean, charming 1-BR in Prospect Heights", + 82 + ], + [ + "Clean private room near Central Park, NYC", + 78 + ], + [ + "New Apartment Near Prospect Park and Major Subway!", + 105 + ], + [ + "MANHATTAN Upper-West Luxury Home for 10 people", + 285 + ], + [ + "Queen size bed private room for 2", + 250 + ], + [ + "1-Bedroom Newly Renovated Cozy Apartment", + 83 + ], + [ + "Boss Room in Deluxe Pad", + 35 + ], + [ + "Beautiful apt in Nolita - your perfect stay", + 86 + ], + [ + "Smaller room in a Gorgeous HUGE apt in Nolita", + 76 + ], + [ + "Union SQ/Cozy & Quiet Room ! 5mins to Times SQ", + 150 + ], + [ + "Modern Luxury Private Rm. W Rooftop Bushwick", + 80 + ], + [ + "VERY LARGE NEW STUDIO+LARGE SLEEPING LOFT+DOORMAN", + 145 + ], + [ + "Summer Rental on Park Ave (1 Month minimum)", + 149 + ], + [ + "Relaxed home, middle of Lower East! Side!", + 150 + ], + [ + "Skylight spacious Bedroom", + 55 + ], + [ + "Bright room with Open Terrace 3min walk to Subway", + 33 + ], + [ + "Private Room In Quiet & Charming 3 Br, 1.5 Ba", + 62 + ], + [ + "Super cute 1 bedroom apartment close to TimeSquare", + 175 + ], + [ + "Upper East Side - Posh NYC Experience", + 90 + ], + [ + "Sunny and cozy studio 30 min from Manhattan", + 85 + ], + [ + "Eclectic Private BR in Ridgewood Woodbine 1L-1", + 47 + ], + [ + "Private Room In Remodeled SoHo 3 Br, 1 Ba", + 62 + ], + [ + "Unique Private BR in Ridgewood Woodbine 1L-2", + 47 + ], + [ + "Sunny Private BR in Ridgewood Woodbine 1L-3", + 47 + ], + [ + "The Fun Home", + 90 + ], + [ + "Newly renovated 2BR apt in brownstone Brooklyn", + 199 + ], + [ + "CLEAN, SAFE, AFFORDABLE", + 40 + ], + [ + "Peaceful and private room in heart of Ft Greene", + 90 + ], + [ + "Cozy Renovated 2 BR 2 Bathroom Brooklyn/Queens NYC", + 150 + ], + [ + "The Manhattan View", + 125 + ], + [ + "Walk to Subway★15min to Manhattan★Min. to LGA/JFK", + 350 + ], + [ + "Midtown, NYC. Near Central Park Times Square MoMa", + 70 + ], + [ + "Private room for a single, couple or small family", + 36 + ], + [ + "Greenwich Village Studio Apartment", + 175 + ], + [ + "Bright bdr in Renovated Building (15min from City)", + 75 + ], + [ + "Castle Nolita", + 160 + ], + [ + "Chic Bed-Stuy Hideaway w/ Large Patio", + 150 + ], + [ + "Luxury River Vue w/ Private Outdoor Terrace", + 295 + ], + [ + "Deluxe Apartment in The Sky", + 295 + ], + [ + "Private Rooftop UWS Cozy Apartment", + 125 + ], + [ + "Manhattan apartment | Perfect SOHO location", + 215 + ], + [ + "Lovely Spacious Apt close to Manhattan & Airports", + 115 + ], + [ + "Luxurious Newly Renovated Apartment", + 175 + ], + [ + "Eldridge Refined", + 299 + ], + [ + "Wonderful 1 Bedroom Apartment (Washington Sq Park)", + 146 + ], + [ + "Luxury home, 2700 sq ft, 20 m to airports/City/LI!", + 250 + ], + [ + "Suite Donna Dina - free Street Parking+wifi", + 161 + ], + [ + "Spacious studio with outdoor deck in Hells Kitchen", + 140 + ], + [ + "Bed-study Deluxe", + 55 + ], + [ + "LUXURY 2 BR ON E 18th ST IN GRAMERCY PARK-DOORMAN", + 235 + ], + [ + "Pied-a-Terre in NYC - Nomad, Midtown", + 200 + ], + [ + "Cozy artists haven", + 48 + ], + [ + "Newly Remodeled Private Room in SoHo", + 66 + ], + [ + "Airy Private Bedroom in Ridgewood Woodbine 1R-1", + 47 + ], + [ + "Incredible, Sunny New York Apartment", + 59 + ], + [ + "Private Room With Lock Available In SoHo :)", + 59 + ], + [ + "Luxury Living in Bumpin Bushwick", + 70 + ], + [ + "Sleek Private Bedroom in Ridgewood Woodbine 1R-2", + 47 + ], + [ + "Calming Private BR in Ridgewood Woodbine 1R-3", + 47 + ], + [ + "Brooklyn Awesomely Huge Apartment - 2", + 85 + ], + [ + "Classic 1 Bed walking distance to Central Park.", + 300 + ], + [ + "Garden apt. opposite historic Fort Greene Park", + 160 + ], + [ + "Rest and relaxation, free swimming pool at bay st", + 100 + ], + [ + "LOVELY SUITE IN A HISTORIC BROWNSTONE NEAR SUBWAY.", + 220 + ], + [ + "Dandy Budget Private Room", + 58 + ], + [ + "Spacious One Bedroom near Lower East Side!", + 145 + ], + [ + "Private Room In SoHo, Modern Building", + 67 + ], + [ + "Spacious Room in Astoria!", + 70 + ], + [ + "Quiet & Elegant, 30 mins to midtown Manhattan!", + 35 + ], + [ + "Anny's Place", + 50 + ], + [ + "Penthouse full floor 4 bedroom apartment", + 500 + ], + [ + "BK Home Away From Home", + 126 + ], + [ + "温馨的家", + 48 + ], + [ + "Sunny Chelsea Loft", + 139 + ], + [ + "Your home away from home.", + 123 + ], + [ + "Cozy Upper West Side Spacious Studio", + 135 + ], + [ + "Big room in a Giant Loft !", + 73 + ], + [ + "East Village Super Cute 3 bdr / sleeps up to 8", + 369 + ], + [ + "Cozy Private Bedroom in Spacious Manhattan Apt", + 35 + ], + [ + "Cozy Bushwick Nook", + 39 + ], + [ + "Prime Union Square Location Private Room Fireplace", + 120 + ], + [ + "1718双个房", + 50 + ], + [ + "Clean, Safe, east village room!", + 125 + ], + [ + "1718三人房", + 60 + ], + [ + "Luxury Studio Apartment near Central Park", + 200 + ], + [ + "Cozy Bedroom with Private Bath & 2 Cats in Bedstuy", + 55 + ], + [ + "Perfect Greenwich village studio apt", + 130 + ], + [ + "Beautiful Brooklyn Brownstone Garden Apartment", + 200 + ], + [ + "Charming West Village studio in Landmarked Mansion", + 185 + ], + [ + "94TH STREET BIGGER 1BR SUITE WITH DOORMAN-GYM", + 500 + ], + [ + "94TH STREET BIGGEST 1BR SUITE WITH DOORMAN-GYM", + 540 + ], + [ + "Top floor apartment with Manhattan view", + 120 + ], + [ + "94TH STREET 2BR-2BA SUITE WITH DOORMAN-GYM", + 700 + ], + [ + "94TH STREET 3BR-3BA SUITE WITH DOORMAN-GYM", + 990 + ], + [ + "Huge 1 bedroom apartment with private deck!", + 150 + ], + [ + "UES Prime Location 2 bed Doorman Gym laundry 5179", + 280 + ], + [ + "Furnished apartment United nation! Doorman 5243", + 135 + ], + [ + "SUBURBAN VIBES ONLY 25 MINS FROM BARCLAYS CENTER !", + 69 + ], + [ + "Bright and lovely flat in Williamsburg, Brooklyn", + 110 + ], + [ + "Huge APT with private rooftop in Williamsburg", + 180 + ], + [ + "Sonder | The Nash | Eclectic Studio + Rooftop", + 257 + ], + [ + "Sonder | The Nash | Contemporary Studio + Rooftop", + 243 + ], + [ + "靓房", + 39 + ], + [ + "Sun-Filled Cozy Bedroom steps to Fort Greene Park", + 95 + ], + [ + "Warm, Sunny Bedroom in Harlem Apartment", + 65 + ], + [ + "Large apartment - Brooklyn Charm", + 165 + ], + [ + "Stay in a NYC Historic Site!", + 59 + ], + [ + "Great share 25 min to Manhattan", + 35 + ], + [ + "Private 2C Room in 4BR/2BA APT in Hell's Kitchen", + 115 + ], + [ + "Cali-Retro Duplex w/ HUGE private backyard!", + 350 + ], + [ + "Private 2D Room in 4BR/2BA APT in Hell's Kitchen", + 105 + ], + [ + "SUMMER SUBLET for 2 Months in Brooklyn", + 100 + ], + [ + "Nicely Furnished 1.5BR in LIC For Long Term Stay", + 107 + ], + [ + "Sonder | The Nash | Central 1BR + Rooftop", + 308 + ], + [ + "Lovely One bedroom apartment 20 min to Manhattan", + 99 + ], + [ + "Home away from home.", + 50 + ], + [ + "Private room in 2 bedroom apartment", + 70 + ], + [ + "Woodside RM close to 7 express , airport & Midtown", + 43 + ], + [ + "2nd floor, Room# 1 ( 8' x 10')", + 35 + ], + [ + "The Big Apple Paradise. 10 minutes from JFK", + 300 + ], + [ + "Old", + 395 + ], + [ + "Big room, sleeps 4 with private bathroom.", + 105 + ], + [ + "spacious bedroom queen bed on upper east side", + 80 + ], + [ + "The Heart of Williamsburg Brooklyn", + 120 + ], + [ + "Perfect Location - ASTORIA", + 48 + ], + [ + "Bright Room in Central BK!", + 51 + ], + [ + "Soho One Bedroom Apartment", + 120 + ], + [ + "One Bedroom Apartment in Central of Midtown.", + 260 + ], + [ + "Harlem Sweets 3", + 82 + ], + [ + "Private Room on Brighton Beach", + 45 + ], + [ + "BED IN FAMILY HOUSE (ONLY WOMEN)", + 23 + ], + [ + "Mr. B - Room Apartment in NYC", + 37 + ], + [ + "Sweet private space near trains with 2 cuddly cats", + 115 + ], + [ + "Sonder | The Nash | Quaint 1BR + Fitness Center", + 300 + ], + [ + "Sonder | The Nash | Original 1BR + Rooftop", + 316 + ], + [ + "Sonder | The Nash | Tranquil Studio + Rooftop", + 228 + ], + [ + "Cozy Neat New Building 30min from Manhattan", + 32 + ], + [ + "Cozy room in plush apartment", + 79 + ], + [ + "Nice room with private living-room.", + 75 + ], + [ + "Vibrant Bedroom in MidCentury Soho Apt", + 95 + ], + [ + "Bushwick Room!", + 100 + ], + [ + "Summer! UES, 3-bed a block from Central Park!", + 225 + ], + [ + "13ft Ceilings > Prime Historic Brownstone Brooklyn", + 200 + ], + [ + "Comfy & Clean Riverside Studio", + 160 + ], + [ + "Very Nice and Cozy Room Right by JFK and LIRR", + 42 + ], + [ + "Peaceful 2 Bedroom apartment in a private house", + 95 + ], + [ + "Modern, luxurious spacious room in East Village", + 90 + ], + [ + "Private Clean Bedroom 20 min from Manhattan", + 89 + ], + [ + "2nd Floor, Room # 2 (12'x14')", + 35 + ], + [ + "Beautiful Apartment near Prospect Park", + 83 + ], + [ + "Elegant Midtown Home w/Balcony", + 349 + ], + [ + "Bright Brooklyn Studio Minutes To Botanical Garden", + 90 + ], + [ + "Cozy and Comfortable Vacation Apartment in Queens!", + 100 + ], + [ + "Manhattan by the water!", + 150 + ], + [ + "Amazing apartment close to midtown with skylight", + 80 + ], + [ + "Modern Luxury Private Room Steps from subway", + 75 + ], + [ + "TRENDi Artistic Duplex with Backyard Sleeps 10ppl", + 278 + ], + [ + "Beautiful One Bedroom Near Prospect Park", + 150 + ], + [ + "Mi casa es tu casa! Cozy & comfortable!", + 40 + ], + [ + "Luxury Living 2 in Bumpin Bushwick", + 65 + ], + [ + "Beautiful 1 Bedroom Apt in Bed-Stuy", + 90 + ], + [ + "Clean, Sunny & Modern NYC Apartment !", + 199 + ], + [ + "Gorgeous Luxury Brooklyn 1 Bedroom Apt", + 106 + ], + [ + "Sunny and Compfy Loft Bedroom", + 55 + ], + [ + "Big room!!! (only for GUYS)", + 28 + ], + [ + "Cozy, Quiet Apt near Times Square and Penn Station", + 132 + ], + [ + "2nd floor, Room# 5 (8'x12')", + 35 + ], + [ + "Cozy apartment in Bed-Stuy near Subway Stations", + 29 + ], + [ + "2nd Floor, Room # 3 (9'x12')", + 35 + ], + [ + "Brooklyn Artist Loft", + 100 + ], + [ + "2nd Floor, Room # 4 (12' x 18')", + 42 + ], + [ + "Big private room with backyard in hip Bushwick", + 43 + ], + [ + "Quiet space close to the city", + 100 + ], + [ + "1st Floor, Room # 9 (8' x 12')", + 35 + ], + [ + "1st Floor, Room # 8 (12' x 15')", + 40 + ], + [ + "1st Floor, Room #7 (9' x 12')", + 38 + ], + [ + "1st Floor, Room # 6 (12' x 14')", + 40 + ], + [ + "2min to SubwayM/R easy commute to Manhattan", + 35 + ], + [ + "Private room-Close to manhattan(10-15 minutes)", + 60 + ], + [ + "Spacious Brooklyn Home with 2 Large BD & Garden", + 160 + ], + [ + "Beach suite", + 147 + ], + [ + "U W S Sunny Queen size bedroom near Columbia UNI*", + 80 + ], + [ + "Warm, Sunny Artist Apartment in Harlem!", + 135 + ], + [ + "Sonder | Stock Exchange | Original 3BR + Kitchen", + 484 + ], + [ + "Sonder | Stock Exchange | Modern Studio + Laundry", + 211 + ], + [ + "Sonder | Stock Exchange | Incredible 2BR + Kitchen", + 388 + ], + [ + "Sonder | Stock Exchange | Pristine 2BR + Sofa Bed", + 407 + ], + [ + "Sonder | Stock Exchange | Upscale 2BR + Kitchen", + 425 + ], + [ + "Sonder | Stock Exchange | Sharp 2BR + Lounge", + 432 + ], + [ + "Sonder | Stock Exchange | Cozy Studio + Kitchen", + 205 + ], + [ + "Sonder | Stock Exchange | Pristine 1BR + Sofa Bed", + 248 + ], + [ + "Sonder | Stock Exchange | Dashing 2BR + Kitchen", + 396 + ], + [ + "Sonder | Stock Exchange | Central 2BR + Lounge", + 376 + ], + [ + "Bright and Sunny Room in Brand New Apt", + 93 + ], + [ + "Big sunnny bedroom with a giant private garden", + 125 + ], + [ + "Sonder | Stock Exchange | Calming 1BR + Kitchen", + 230 + ], + [ + "Sonder | Stock Exchange | Modern 2BR + Kitchen", + 416 + ], + [ + "Private, Sunny Bedroom in Washington Heights", + 50 + ], + [ + "Luxurious & spacious in the heart of West Harlem", + 134 + ], + [ + "Jamaica Queens Apartment", + 129 + ], + [ + "Spacious and family friendly location!", + 93 + ], + [ + "Charming 1BR in a Modern Harlem Townhouse", + 150 + ], + [ + "1.5 Bdrm In Hip Bed-Stuy Brownstone", + 100 + ], + [ + "Rustic Williamsburg Loft", + 235 + ], + [ + "Friendly relaxing place for you to stay", + 51 + ], + [ + "Classic and Cozy Brooklyn Apartment", + 45 + ], + [ + "Amazing Astoria apt minutes away from Manhattan!", + 180 + ], + [ + "2 bedroom 3 beds! Doorman Elevator 5229", + 202 + ], + [ + "Heavenly Harlem Haven", + 50 + ], + [ + "Amazing One bedroom step away from Time SQ/73C", + 160 + ], + [ + "Lovely room/Great Location in Williamsburg!", + 65 + ], + [ + "Great Room in Manhattan - Close to Central Park", + 90 + ], + [ + "Great View Balcony Room/ 10min to Heart of NYC", + 50 + ], + [ + "Clean, nice specious 2 bedroom apt in East Village", + 220 + ], + [ + "UWS Sunny Cozy room by C park & Columbia UNI**", + 67 + ], + [ + "Central Bushwick Private Bedroom", + 45 + ], + [ + "XL Private 3 bedroom Full floor E. Village Apt!", + 250 + ], + [ + "4-bedroom Haven in Ridgewood", + 190 + ], + [ + "Spacious bedroom for the modern traveler", + 42 + ], + [ + "Original Bed-Stuy Apartment", + 109 + ], + [ + "NY Spacious RM w/ Own Bath near train & LaGuardia.", + 50 + ], + [ + "Cozy private room and bathroom in Times Square", + 150 + ], + [ + "A travelers accomodation", + 40 + ], + [ + "Charming, cozy apartment on the UWS", + 150 + ], + [ + "COOL DEAL", + 137 + ], + [ + "LONG TERM -Medium room-A-B-C-D trains-Washer&Dryer", + 44 + ], + [ + "Comfy 3 bedroom apartment in Manhattan", + 350 + ], + [ + "Large Bedroom with private sunroom Columbus Circle", + 275 + ], + [ + "Spacious, modern and sunny 1-BD in Forest Hills", + 150 + ], + [ + "Bushwick room above punk bar", + 60 + ], + [ + "TIMES SQUARE PRIVATE YARD 4 GUEST APARTMENT", + 125 + ], + [ + "Dashing 1BR in Midtown East by Sonder", + 174 + ], + [ + "Cozy Chelsea Apartment", + 65 + ], + [ + "Sharp 1BR in Midtown East by Sonder", + 192 + ], + [ + "Sunny East Village Room w/ full kitchen", + 185 + ], + [ + "Beautiful room close to Prospect Park", + 70 + ], + [ + "Cozy apartment, few blocks from Central Park", + 166 + ], + [ + "5 Stops to 42nd St/Times Sqaure", + 55 + ], + [ + "Be happy in NYC everything closet to you", + 55 + ], + [ + "Quiet 1BR at Union Square/East Village", + 130 + ], + [ + "Your bright, spacious & central WILLIAMSBURG home!", + 95 + ], + [ + "Charming, East Village One Bedroom", + 115 + ], + [ + "Furnished room in Washington Heights in 184st", + 37 + ], + [ + "Prospect Brownstone Palace", + 350 + ], + [ + "Beautiful Luxury 4BR/2BA Williamsburg Apartment", + 506 + ], + [ + "Sonder | The Nash | Picturesque Studio + Gym", + 165 + ], + [ + "Delightful 1BR in Midtown East by Sonder", + 160 + ], + [ + "BB+B Brooklyn Brick & Brownstone/ Treetop terrace", + 650 + ], + [ + "BEAUTIFUL BROOKLYN ROOM", + 40 + ], + [ + "Best apartment in Chelsea for a young couple", + 200 + ], + [ + "A Peaceful Studio In The Heart of BK", + 102 + ], + [ + "One of The Kind in NYC", + 359 + ], + [ + "The Heart of BedSty", + 190 + ], + [ + "Cozy and Convenient Upper West Side Apartment", + 150 + ], + [ + "NEW Brooklyn 3 Bedroom Townhouse with Private Deck", + 150 + ], + [ + "Heavens' Home", + 168 + ], + [ + "Family Friendly 2 Bedroom Apartment with Parking.", + 125 + ], + [ + "bedroom in a cozy apartment in Brooklyn", + 40 + ], + [ + "Luxury studio close to central park", + 170 + ], + [ + "Newest,sunny,room with separate entrance & balcony", + 85 + ], + [ + "Cozy room in LES/Chinatown", + 128 + ], + [ + "Sunny and Very Spacious 1 bedroom Apartment", + 150 + ], + [ + "Cute 1 bed/1 bath apartment, in a great location!", + 125 + ], + [ + "A budget friendly Greenpoint Studio!", + 95 + ], + [ + "Private Room With Kitchen Across From MSG", + 100 + ], + [ + "Large One Bedroom Suite With Kitchen in Midtown", + 100 + ], + [ + "Margarita's Room # 2 A unos minutos del JFK y LGA", + 58 + ], + [ + "Large Private Suite in the Heart of Midtown", + 100 + ], + [ + "Accessible Two Bedded Suite With Kitchen near MSG", + 100 + ], + [ + "Huge Two Bedroom Suite in the Heart of New York", + 100 + ], + [ + "Large One Bedroom Double With Kitchen in Manhattan", + 100 + ], + [ + "Two Beds in Private Room near Times Square and MSG", + 100 + ], + [ + "Large One Bedroom Suite with Two Baths in Chelsea", + 100 + ], + [ + "Private and Spacious Queen Room Across From MSG", + 100 + ], + [ + "Luxury accommodation minutes from Central Park!", + 499 + ], + [ + "Enjoy great views of the City in our Deluxe Room!", + 100 + ], + [ + "Great Room in the heart of Times Square!", + 199 + ], + [ + "Nice Room 1 block away from Times Square action!", + 100 + ], + [ + "Spacious room in the Heart of Midtown!", + 100 + ], + [ + "Steps from varied cuisines at Restaurant Row!", + 249 + ], + [ + "Enjoy the Times Square experience with the family!", + 249 + ], + [ + "Steps away from the Heart of the Theater District!", + 100 + ], + [ + "In the center of all Broadway Theater ACTION!", + 249 + ], + [ + "Artful UWS Superior Queen Near Central Park", + 209 + ], + [ + "Artful UWS Room-2 Double Beds Near Central Park", + 250 + ], + [ + "Artful UWS Loft with Terrace Near Central Park,", + 305 + ], + [ + "UWS King Room with Broadway View Near Central Park", + 230 + ], + [ + "Artful UWS Jr Suite with Balcony Near Central Park", + 325 + ], + [ + "Artistic UWS Jr Suite- 2 Queens Near Central Park", + 280 + ], + [ + "Artistic UWS Studio with Terrace Near Central Park", + 275 + ], + [ + "Artful UWS King Room near Central Park, Museums", + 220 + ], + [ + "Artful UWS King Room - near Central Park, Museums", + 230 + ], + [ + "Artful UWS Penthouse with Balcony by Central Park", + 350 + ], + [ + "Steps away from Times Square!! Stylish Queen Room", + 324 + ], + [ + "Up to 4 people-Only steps away from Times Square!!", + 379 + ], + [ + "Private Bed and Essentials for NYC Solo Travelers", + 299 + ], + [ + "Spacious King near Times Square and Broadway Shows", + 359 + ], + [ + "Stylish Private 1 Double Bed Room in Times Square", + 304 + ], + [ + "Charming one bedroom with rooftop in Brooklyn", + 146 + ], + [ + "Vintage 3BR Chelsea Loft! Best Location!", + 149 + ], + [ + "Affordable, Simple, Bright, Furnished NYC Studio!", + 73 + ], + [ + "Sizeable Private Room - Prime NYC Location!", + 42 + ], + [ + "Newly Designed / Furnished Room - PRIME Location!", + 42 + ], + [ + "Beautiful 1 bedroom house near Verrazano bridge", + 150 + ], + [ + "New Years Eve, The Manhattan Club (A268)", + 840 + ], + [ + "New York City - Double Room (A140)", + 315 + ], + [ + "New York City, Double Hotel Room (A142)", + 315 + ], + [ + "Thanksgiving - New York City (A144)", + 315 + ], + [ + "Cozy East Village Apartment", + 100 + ], + [ + "Beautiful lots of light room in the heart of LES", + 74 + ], + [ + "Cozy room in Williamsburg near subway", + 45 + ], + [ + "Gorgeous Bushwick Townhome", + 300 + ], + [ + "Upper East Side Gem", + 105 + ], + [ + "Spacious! 3 bed 2bath 5min JFK & Resorts Casino", + 135 + ], + [ + "Private rooftop exposed brick NYC apartment", + 200 + ], + [ + "Cozy Bronx Home ( 2 nd floor)", + 75 + ], + [ + "In the heart of Hunters Point, Long Island City", + 300 + ], + [ + "Harlem Hideaway", + 185 + ], + [ + "HuGe, Bright Room.", + 45 + ], + [ + "Heart of NYC! 4BR Incredible Location!", + 199 + ], + [ + "Large Room in a Duplex Townhouse Style Apartment!", + 60 + ], + [ + "Lovely Spacious Home Close to Manhattan & Airports", + 180 + ], + [ + "The Refinery", + 80 + ], + [ + "Ladies Shared Cozy Space", + 39 + ], + [ + "Clean and Modern Harlem 1 Bedroom", + 113 + ], + [ + "CentralPark/ Upper west /Columbia University", + 234 + ], + [ + "Luxury Studio in Nomad NYC", + 150 + ], + [ + "Bnb n Spa 30 minutes from Manhattan", + 50 + ], + [ + "Gorgeous 1 BR apt in NYC with breathtaking views!", + 302 + ], + [ + "Modern, Deluxe 1 bedroom apt in prime of NYC!", + 350 + ], + [ + "Heart of NYC- deluxe 1BR apt with gorgeous views", + 350 + ], + [ + "Gorgeous Modern Cozy Manhattan Apartment!", + 120 + ], + [ + "Great room great view /10min to heart of NYC", + 55 + ], + [ + "Brooklyn Heights garden window view cozy studio", + 110 + ], + [ + "Iconic renovated tenement apartment!", + 170 + ], + [ + "Cozy Greenpoint one bedroom apartment", + 189 + ], + [ + "Freshly furnished private room - GREAT Location!", + 42 + ], + [ + "Brand New Furnished Room in Prime NYC", + 45 + ], + [ + "Cosy Crown Heights Brownstone", + 132 + ], + [ + "Artist Designed Garden Floor With Sunny Back Yard", + 175 + ], + [ + "Beautiful vintage apt in Williamsburg (ENTIRE APT)", + 130 + ], + [ + "3 - Private room in Yogi's BIG Midtown Manhattan", + 94 + ], + [ + "2 entire floors,2 (Website hidden by Airbnb) to everything.", + 239 + ], + [ + "Gorgeous Dumbo 2-Bedroom w/ Incredible Views", + 375 + ], + [ + "Make this New Year's Eve Special in NYC", + 450 + ], + [ + "2 Bedroom Apartment in Residential Neighborhood", + 120 + ], + [ + "New Beautiful Apt in Manhattan 30min to Midtown", + 27 + ], + [ + "Parkside Chateau", + 125 + ], + [ + "Large bright room in Brooklyn artist's apartment!", + 60 + ], + [ + "Apt in heart of Williamsburg", + 250 + ], + [ + "Large & Adorable 2 Bedroom in the Heart of Bklyn", + 175 + ], + [ + "Quiet and Private Space in Bushwick, Brooklyn", + 50 + ], + [ + "Cozy and modern bedstuy room", + 72 + ], + [ + "Ayo's Abode 2", + 160 + ], + [ + "Bay Bungalow Bare-Minimum Occupancy", + 35 + ], + [ + "Cozy bedroom in South Harlem’s restaurant row", + 80 + ], + [ + "Quiet, Cozy, Oassis", + 55 + ], + [ + "Stylish & Cozy Room Same Street As The Subway", + 75 + ], + [ + "cozy and charming experience in China Town!", + 151 + ], + [ + "HUGE duplex floor for share with 1 girl", + 30 + ], + [ + "Pro-Music Recording Studio With Bedroom & Lounge", + 225 + ], + [ + "FIRST FLOOR CHARMING ONE BED, GREAT BED SIT...", + 150 + ], + [ + "Private Room in a chill home 20 mins to Manhattan", + 55 + ], + [ + "Cozy room in 3-bedroom bushwick apartment", + 40 + ], + [ + "One bedroom unit in Lower East side.", + 150 + ], + [ + "Artist loft in Heart of Bushwick!", + 85 + ], + [ + "Perfect UWS Furn. Rooms By Central Park & Transit", + 80 + ], + [ + "Private 1 Bedroom Apartment in the Upper East", + 111 + ], + [ + "Spacious Room in the Heart of East Village!", + 82 + ], + [ + "Sonder | The Nash | Warm Studio + Grilling Area", + 262 + ], + [ + "Sonder | The Nash | Cozy Studio + Grilling Area", + 244 + ], + [ + "Sonder | The Nash | Chic Studio + Rooftop", + 240 + ], + [ + "My place 4 u", + 1315 + ], + [ + "beautiful and clean studio apartmen in Astoria", + 110 + ], + [ + "Private Room in Historical Clinton Hill/Ft Greene", + 50 + ], + [ + "Cozy cypress hill 1BR apt near jfk , bars & mta .", + 38 + ], + [ + "SPECIAL! NYC Summer - Reserve LOW Prices", + 33 + ], + [ + "West Village/Chelsea 3 bd For Long Term Stays", + 217 + ], + [ + "Amazing apt Steps away from NYU and Union Square", + 220 + ], + [ + "Brooklyn Best Kept Secrete!", + 150 + ], + [ + "Large 1BR Sublet UWS Luxury High-Rise", + 123 + ], + [ + "Sunny Bedroom in Williamsburg", + 50 + ], + [ + "Sleep & The City (Women Shared Apartment)", + 39 + ], + [ + "Rockacozy studio!", + 85 + ], + [ + "Packaged for one plus group (QUEEN)", + 100 + ], + [ + "Packaged for one plus groups (ENSUITE KING)", + 110 + ], + [ + "Spacious, Sunlit Brooklyn Loft with City Views", + 250 + ], + [ + "Charming BDR - 15min Manhattan-4min stn trains N,W", + 85 + ], + [ + "Close to Flushing Main Street and Manhattan! (3D)", + 85 + ], + [ + "曼岛中城 切尔西区CHESEA 21街 闹市中静怡如家的空间", + 80 + ], + [ + "Bay Ridge(guys only)", + 30 + ], + [ + "Cozy furnished 2 Bedroom (30 day minimum)", + 120 + ], + [ + "Nice Private Room in Manhattan", + 45 + ], + [ + "What’s better than “Glamping” in NYC!!!", + 70 + ], + [ + "Generous, Light-Filled Room in Brooklyn Townhouse", + 44 + ], + [ + "Apartment 2", + 181 + ], + [ + "LARGE ROOM - 1 MONTH MINIMUM - WASHER&DRYER", + 37 + ], + [ + "Enjoy the flavor of Spanish Harlem's rich culture.", + 65 + ], + [ + "Worldclass Casa - Private Room - 5 min to JFK", + 70 + ], + [ + "LUXURY APT 3 BEDROOMS MIDTOWN Views >GYM>TERRACE", + 650 + ], + [ + "Peaceful PRVT Room in Brooklyn Amenity Building", + 53 + ], + [ + "Bedstuy Artists Quarter (fire escape room)", + 51 + ], + [ + "Israeli Stay NYC", + 150 + ], + [ + "G’s NYC Airbnb", + 199 + ], + [ + "Private bedroom in heart of Downtown Manhattan", + 140 + ], + [ + "Perfect apartment for the NYC experience", + 170 + ], + [ + "Private Bedroom in East Williamsburg", + 65 + ], + [ + "Beautiful Room and private bath - Great Price!", + 79 + ], + [ + "Cozy sofa-bed 2 in apartment! Near to Manhattan !", + 36 + ], + [ + "Private Studio in the Center of Manhattan", + 145 + ], + [ + "Spacious Sunnyside Room. Lots of Natural Lights.", + 35 + ], + [ + "Big Gorgeous Room•A/C| Close NYC \nModern & Clean", + 55 + ], + [ + "Immersive Chelsea's Art House! Great Location!!", + 149 + ], + [ + "Super cute & cozy 2BR home in Brooklyn", + 99 + ], + [ + "Beautiful Bedroom in Manhattan", + 45 + ], + [ + "Good Brooklyn shared apartment close to train", + 28 + ], + [ + "HUGE Beautiful Brooklyn Loft", + 55 + ], + [ + "Beautiful & Clean 2B/2B near Times Square", + 400 + ], + [ + "Private 2bedrooms&bathroom near airport,train&city", + 115 + ], + [ + "Clean and quite", + 39 + ], + [ + "1 brdm Apartment available July And August", + 84 + ], + [ + "Peaceful Sanctuary in the heart of the action", + 158 + ], + [ + "Cozy Boerum Hill Private 2 Bedroom Apartment", + 175 + ], + [ + "Luxury Modern Grand Central 2 BR Apt Sleeps 5", + 300 + ], + [ + "New Williamsburg King Bed Condo", + 150 + ], + [ + "2 Bedroom Refuge with Private Bath & Living Room", + 95 + ], + [ + "Soulful, Artistic Space in a Brooklyn Townhouse", + 140 + ], + [ + "Dream apartment facing Prospect Park", + 108 + ], + [ + "Comfortable private single room (Queens)", + 28 + ], + [ + "Clean and Simple", + 145 + ], + [ + "1 block to subway", + 60 + ], + [ + "Private room in Upper East Side #14", + 80 + ], + [ + "Air conditioned Fantastic Private Room for 1 or 2", + 52 + ], + [ + "Cozy, BRIGHT & AFFORDABLE STUDIO, heart of UES", + 145 + ], + [ + "Air conditioned Wonderful Private Room for 1 or 2", + 48 + ], + [ + "Private Queen Room in 2Br\non Broadway Astoria", + 75 + ], + [ + "A cool bedroom in cool Brooklyn", + 50 + ], + [ + "Spacious 2 bedroom apt in quiet area", + 101 + ], + [ + "The livingroom turned bedroom in a 1Br apartment", + 62 + ], + [ + "West Village Apartment", + 175 + ], + [ + "Private cozy room By Yankee stadium", + 55 + ], + [ + "Private Cozy Room, easy to go around in NY City!", + 60 + ], + [ + "Elegant and convenient access", + 59 + ], + [ + "Cozy Clean Two Bedroom Very near Fort Greene Park", + 145 + ], + [ + "Cozy East Side Sweet Spot with lots of Character", + 140 + ], + [ + "Private half bath in Manhattan NEW construction", + 33 + ], + [ + "Everything is New. Rare New apartment in Manhattan", + 33 + ], + [ + "Cozy Small Bedroom on Orchard", + 75 + ], + [ + "Spacious Room in Beautiful Private House", + 63 + ], + [ + "TW #8 Private Rm- 2nd Fl. Queen Bed 1 to 2 Guests", + 62 + ], + [ + "TW #4 Private Rm 1st Fl. Full Size Bed 1 Guest", + 65 + ], + [ + "Kips Bay Apartment", + 199 + ], + [ + "TW #6 Private Suite 2nd Fl. 1 to 4 Guests", + 150 + ], + [ + "Perfect, charming apartment on Upper East Side", + 130 + ], + [ + "COZY COLORFUL CITY PAD BY ALL TRANSPORTATION LINES", + 190 + ], + [ + "Small Room In Single Room Occupancy", + 100 + ], + [ + "Sweet home in NYC", + 139 + ], + [ + "Private room close to the Central Park", + 50 + ], + [ + "Stylish Room in Times Square near Broadway Shows", + 339 + ], + [ + "XL Williamsburg Full Apartment for rent", + 129 + ], + [ + "Spacious & Bright 1 Bedroom in S. Williamsburg", + 200 + ], + [ + "Beautiful Bedroom in Trendy Neighborhood!", + 76 + ], + [ + "3-Bedroom Townhouse in Bed-Stuy, Brooklyn.", + 125 + ], + [ + "Sonder | The Nash | Original Studio + Rooftop", + 231 + ], + [ + "Unique West Village Loft", + 300 + ], + [ + "Slice of New York. Enjoy Ethnicity and culture!!", + 140 + ], + [ + "Sonder | The Nash | Alluring Studio + Rooftop", + 165 + ], + [ + "The cutest little bungalow in Rockaway!", + 300 + ], + [ + "Spacious Private Bedroom in a 3 bedroom apt.", + 63 + ], + [ + "Feel at home at this beautiful 2Br apartment!", + 65 + ], + [ + "Amazing views in the center of it all. Look at the Empire State Building right from your bed!", + 290 + ], + [ + "Cozy Greenpoint Gem near park and hip amenities!", + 59 + ], + [ + "Cozy Room in Lovely East Village Apartment!", + 55 + ], + [ + "Private Room", + 40 + ], + [ + "Artsy, quiet haven in the Bronx’s little Ireland", + 80 + ], + [ + "7 train to visit New York City at your fingertips", + 450 + ], + [ + "Quiet & Clean Living Room in Astoria", + 35 + ], + [ + "Vinyl Studio for Music Lovers", + 69 + ], + [ + "Bright, beautiful duplex apartment in Bushwick", + 80 + ], + [ + "Brand new Luxury apartment in a Luxury building", + 250 + ], + [ + "Cozy UES Apartment", + 225 + ], + [ + "BROOKLYN 2BR RESIDENCE CLOSE TO TRAIN/Manhattan", + 135 + ], + [ + "Enjoy Summer in the West Village.", + 168 + ], + [ + "HUGE Private Union Square/East Village Apartment", + 250 + ], + [ + "Cozy clean quiet room with lock and key #1", + 50 + ], + [ + "Clean, Private BDR and BATHROOM in LES/Chinatown!", + 125 + ], + [ + "Simple,clean,cozy room with lock and key #2 ,", + 50 + ], + [ + "The Grand Clinton Hill AirBnB", + 70 + ], + [ + "Brooklyn classy suite (7day minimum)", + 110 + ], + [ + "Beckoning ”Bed-Stay” 2 BR Suite in Bed-Stuy", + 180 + ], + [ + "1BR SoHo Apt w/ your own private backyard.", + 300 + ], + [ + "[NEWLY RENOVATED] - SMACK DAB IN THE ❤️ of NYC", + 489 + ], + [ + "Cozy apartment w/ Magnificent View!", + 69 + ], + [ + "Manhattan Lifestyle by Melanie (Females Only)", + 53 + ], + [ + "Charming bedroom in the heart of Flatiron", + 99 + ], + [ + "2 - Private room in Yogi's BIG Midtown Manhattan", + 115 + ], + [ + "Spacious, clean room in midtown west.", + 150 + ], + [ + "1 - Private room in Yogi's BIG Midtown Manhattan", + 69 + ], + [ + "Cozy private room in the heart of NYC 51E1", + 99 + ], + [ + "Private Room Right Off L Train", + 42 + ], + [ + "Stylish & Convenient 2BR off Park Ave", + 220 + ], + [ + "Comfy room in large, dog-friendly apt w/ balcony", + 65 + ], + [ + "4mins to Manhattan Bound 7train; 10mins to LGA (1)", + 40 + ], + [ + "Bright Private Bed/Bath in the Heart of Ft Greene", + 105 + ], + [ + "Private Room 15 min to Midtown Manhattan", + 79 + ], + [ + "Bed-Stuy Modern and Minimal", + 60 + ], + [ + "Wyndham Midtown 45 in NYC", + 488 + ], + [ + "Bed-Stuy Bookhouse", + 95 + ], + [ + "Habitación privada cerca aeropuerto la Guardia.", + 45 + ], + [ + "Spacious and peaceful Park Slope apartment!", + 139 + ], + [ + "Super Sunny Room in Ditmas Park", + 56 + ], + [ + "Homey Room in StuyTown", + 55 + ], + [ + "Cozy and Modern Bedroom in Williamsburg", + 68 + ], + [ + "Sonder | Stock Exchange | Unique 1BR + Lounge", + 221 + ], + [ + "❋ FAB BROOKLYN ROOM ❋ PRIVATE ENSUITE, 2 BED'S ;-)", + 58 + ], + [ + "Beautiful bed room and separate bathroom", + 40 + ], + [ + "Fresh, Spacious 2-Bed with Garage Parking", + 189 + ], + [ + "Beautiful bedroom and full bathroom", + 40 + ], + [ + "Cute, Vintage Studio on UES Close to Express Q", + 250 + ], + [ + "New York Comfort Stay!", + 135 + ], + [ + "Private studio with balcony near LGA and Manhattan", + 55 + ], + [ + "Cozy & Modern, 1 bed apt in Hell’s Kitchen!!", + 169 + ], + [ + "Cozy East Village Apartment", + 100 + ], + [ + "Stylish Room w/ 2 Twin Beds in Times Square", + 324 + ], + [ + "Place like home", + 90 + ], + [ + "Private 2 Bedroom APT Close to City & Expressway.", + 95 + ], + [ + "Modern, Private Bedroom in East Harlem", + 75 + ], + [ + "In the Heart of Astoria", + 140 + ], + [ + "Brooklyn sun kissed studio apartment!", + 90 + ], + [ + "Brooklyn stylish studio apartment!", + 90 + ], + [ + "3 Bedroom Artist Loft in Williamsburg Prime", + 223 + ], + [ + "Cozy Apartment", + 150 + ], + [ + "IVORY COAST ROOM\nIs your home away from home", + 70 + ], + [ + "Stevie's", + 45 + ], + [ + "Luxurious 1BR Gorgeous City View High Elevation", + 260 + ], + [ + "Cozy, Confortable and Nice place in Bay Ridge", + 53 + ], + [ + "NYUW05-3:Columbus university Central Park one room", + 97 + ], + [ + "Cozy Clean Clutter-free Apartment with Office", + 140 + ], + [ + "Dapper W.Village Studio w/Doorman, close to subway by Blueground", + 321 + ], + [ + "10 min to Manhattan: Cozy share", + 25 + ], + [ + "Brooklyn modern studio apartment!", + 104 + ], + [ + "Classic Hells Kitchen Haven", + 95 + ], + [ + "Brooklyn charming studio apartment!", + 90 + ], + [ + "Live like a true New Yorker!", + 150 + ], + [ + "Bedroom & common area w/ private back yard.", + 50 + ], + [ + "Bed-Stuy townhome ideal for families/entertaining", + 300 + ], + [ + "VIP", + 80 + ], + [ + "San Carlos Hotel Executive Junior Suite(B)up to 4", + 375 + ], + [ + "Furnished room in Manhattan Apt!", + 40 + ], + [ + "Cozy Apartment near NYC Central Park & Riverside", + 325 + ], + [ + "Sunny studio in Manhattan near Central Park", + 175 + ], + [ + "Quiet Private Room in Heart of Jamaica smoke ok!", + 33 + ], + [ + "Casa Linda on Linden - 8 minutes to JFK Airport", + 170 + ], + [ + "Park views and city fun for July & August", + 130 + ], + [ + "Loft on Ludlow (LES/Chinatown)", + 200 + ], + [ + "Sonder | The Nash | Relaxed 1BR + Rooftop", + 212 + ], + [ + "Amazing location 10min to the city", + 38 + ], + [ + "Big, brt rm w/ king bed+ pvt bath in HK/MT West", + 110 + ], + [ + "Air conditioned Excellent Private Room for 1", + 42 + ], + [ + "Spacious 1 Bedroom in the West Village", + 197 + ], + [ + "Luxury building studio, swimmingpool, pet friendly", + 160 + ], + [ + "The Artist", + 80 + ], + [ + "BEST SIDE OF BED-STUY", + 48 + ], + [ + "Room in Astoria", + 100 + ], + [ + "Bed-Style! One bedroom apt. in trendy neighborhood", + 125 + ], + [ + "Private room - Midtown West elevator building", + 200 + ], + [ + "Luxury Studio High Rise 10 mins from Times Sq NY!", + 130 + ], + [ + "Williamsburg 2-Story Penthouse, Large Private Deck", + 400 + ], + [ + "Private room in a perfect location in the city", + 90 + ], + [ + "Cozy place to stay, 30 min away from Manhattan.", + 50 + ], + [ + "Huge brooklyn duplex", + 45 + ], + [ + "Cozy, spacious room in Bed-Stuy", + 55 + ], + [ + "Bright Designer 1 Bedroom in Heart of Manhattan", + 180 + ], + [ + "Dash Production loft", + 239 + ], + [ + "beautifulROOM/Safe&comfortable/ near LG& JFK", + 50 + ], + [ + "Comfortable Single Room - 15min Manhattan", + 50 + ], + [ + "Brand new charming modern apartment", + 149 + ], + [ + "Brooklyn Room with 2 Chill Guys", + 33 + ], + [ + "Able to walk to free ferry in Manhattan. Many,Bus", + 100 + ], + [ + "Distinctive 1BR in Midtown East by Sonder", + 177 + ], + [ + "\"Color Me Time Sq.\" Interactive Room in Manhattan", + 64 + ], + [ + "Comfy Sofa Bed in Living Room", + 30 + ], + [ + "Centrally Located Beautiful Escape", + 35 + ], + [ + "Private Room in quiet XL East Village apartment!", + 68 + ], + [ + "Ladies Only NYC", + 44 + ], + [ + "Bed Stuy Modern", + 60 + ], + [ + "Pleasant 1BR in Midtown East by Sonder", + 177 + ], + [ + "New! Sunny Loft/Studio in Greenpoint!", + 50 + ], + [ + "Perfect Loft - Minutes from Manhattan - Big Comfy", + 300 + ], + [ + "Manhattan Wall Street Luxury Apartment Experience", + 300 + ], + [ + "Room in Crown Heights Apt", + 400 + ], + [ + "EAST 141 FACE HARLEM\nNEAR TO YANKE STADIUM", + 39 + ], + [ + "Modern Gramercy Park/NoMad Flat near Union Square", + 219 + ], + [ + "Brooklyn Awesomely Huge and Hip Apartment", + 80 + ], + [ + "COZY NYC!!!", + 70 + ], + [ + "X Night", + 77 + ], + [ + "X Live", + 80 + ], + [ + "Bedroom in Prime Bushwick", + 50 + ], + [ + "THE STUDIO LODGE BROOKLYN", + 60 + ], + [ + "★Pvt Room in 4BR House ★ Backyard ★Laundry ★ Room1", + 47 + ], + [ + "Near Yankee Stadium", + 50 + ], + [ + "The Inspired Artist", + 95 + ], + [ + "Chabla Residence. The perfect stay, when away", + 260 + ], + [ + "Modern Brooklyn Residence", + 159 + ], + [ + "Loft bed", + 55 + ], + [ + "Chic and Cosy Private Room in Hells Kitchen", + 120 + ], + [ + "Modern & Cozy 2 BR Private Apartment in Brooklyn", + 135 + ], + [ + "Stylish Industrial Theater District Apartment", + 325 + ], + [ + "Luxurious Family apartment-20min to Manhattan", + 190 + ], + [ + "SPACIOUS SUNNY ROOM NEAR SUBWAY AND HUDSON rIVER", + 52 + ], + [ + "Spacious and sunny room with private bathroom", + 60 + ], + [ + "Cozy Midtown NYC Studio (East 59th and 2nd)", + 199 + ], + [ + "Luxurious townhouse, 2bd w/Loft+2bath+High-ceiling", + 200 + ], + [ + "2 bathrooms; 10mins LGA: 4mins 7train (2)", + 45 + ], + [ + "Private room for rent in crescent east New York", + 60 + ], + [ + "Comfy Room III", + 52 + ], + [ + "Modern Cozy-4mins to 7train; 30mins to City (3)", + 45 + ], + [ + "Private room,1 min from Subway,20 min to Manhattan", + 45 + ], + [ + "❤️ SUPERCUTE BROOKLYN BEDROOM", + 49 + ], + [ + "CHARMING BEDROOM❤️HEART OF BROOKLYN", + 55 + ], + [ + "Homely shared living room,1 min from Subway(E,F).", + 35 + ], + [ + "Private and cozy bedroom in Bushwick", + 60 + ], + [ + "Tranquil Manhattan Room close to Trains", + 65 + ], + [ + "Cozy room w/ Laundry in Building + 3 Bathrooms!", + 33 + ], + [ + "A Relaxing, Blessed Apartment #3 (Hotel Style)", + 100 + ], + [ + "Private Bedroom in Manhattan", + 45 + ], + [ + "HUGE & Sunny Two Bedroom Apartment in Brooklyn", + 95 + ], + [ + "Guest Room in a Warm, friendly Artist's Home", + 175 + ], + [ + "2BR in Hell's Kitchen w/ Gym + Pool close to the subway by Blueground", + 446 + ], + [ + "Big Room in Times Square", + 140 + ], + [ + "1200 SQR FT stylish loft June-July 2019", + 110 + ], + [ + "Brand new renovated retreat 5 min from JFK!", + 65 + ], + [ + "Beauty of Brooklyn and short ride to Manhattan.", + 150 + ], + [ + "Spacious Studio in the UES 94th st (30 days MIN)", + 99 + ], + [ + "Private room in Astoria... 20 min to the city.", + 55 + ], + [ + "East Village Plant Studio", + 128 + ], + [ + "Uniware( only for GUYS)", + 28 + ], + [ + "UES Apartment near Central Park(20 mins TimesSq)", + 180 + ], + [ + "Private Loft - WALKING DISTANCE to JFK and Casino", + 115 + ], + [ + "Super Cute 2 Beds in the East village", + 133 + ], + [ + "1 room in 2BR luxury Apartment in Bushwick", + 65 + ], + [ + "Charming 2 Bedroom, Your Cozy Brooklyn Homebase!", + 115 + ], + [ + "COZY BEAUTIFUL HOUSE ! 2 min from the train", + 150 + ], + [ + "Sweet, Cozy and Blessed Apartment #2 (Hotel Style)", + 100 + ], + [ + "1920's Historic Home near JFK and LGA Airport", + 122 + ], + [ + "Cozy room in bright, spacious apartment", + 35 + ], + [ + "3blocks to 7 train-30mins to City Exploration (4)", + 39 + ], + [ + "Laundry + Free Cleaning & WiFi - 5min to Metro", + 35 + ], + [ + "Airy, Large Room W'burg - 15 mins to Manhattan", + 59 + ], + [ + "Jackson Heights coziest private room", + 30 + ], + [ + "Welcome in the Sam Suite (only for GUYS)", + 25 + ], + [ + "TAO's Cozy Empire in Brooklyn, NY (One Female)", + 60 + ], + [ + "Your Own Apartment in Lower Manhattan", + 175 + ], + [ + "Two Bedrooms Tonhouse", + 325 + ], + [ + "Private Room Aprtmnt shared 12 mins from Manhattan", + 115 + ], + [ + "Madison Flat", + 120 + ], + [ + "NY on a Budget: Minimal Decor, Center of the City", + 55 + ], + [ + "Green & Cozy Home in NYC's Staten Island", + 100 + ], + [ + "Private place. Close to everything NY has to offer", + 50 + ], + [ + "Luxury 3 BR loft for the ideal NYC experience!", + 131 + ], + [ + "cozy bedroom", + 50 + ], + [ + "Great UWS Room - 10 mins from Times Square", + 100 + ], + [ + "Vibrant Apartment By The Beach", + 66 + ], + [ + "BEST LOCATION! Charming Renovated Apt Union Square", + 190 + ], + [ + "MONTHLY* CENTRAL PARK 3 BED/2 BATH LINCOLN SQUARE!", + 370 + ], + [ + "Cute Apartment with a terrace near Central Park", + 220 + ], + [ + "Sunny Upper East Side one bedroom apartment", + 165 + ], + [ + "Peaceful home in Brooklyn (2 beds for 3 guest)", + 99 + ], + [ + "Twin Bed in the heart of Downtown Manhattan", + 65 + ], + [ + "Incredible 1 Bedroom in the Heart of Greenpoint!", + 70 + ], + [ + "Greenpoint Stay for Couple or Single Traveler", + 120 + ], + [ + "Private Apt (2 Bedrooms includes 1 Bath & Kitchen)", + 145 + ], + [ + "Stylish bedroom in new luxurious industrial apt #1", + 90 + ], + [ + "A Sweet Suite in a Brooklyn Mansion", + 100 + ], + [ + "Stylish bedroom in new luxurious industrial apt #2", + 90 + ], + [ + "Cozy Shared Room In Hell’s Kitchen Manhattan", + 65 + ], + [ + "Olive’s Guest Quarters #1", + 175 + ], + [ + "Sunny first floor West Village getaway", + 170 + ], + [ + "Spacious shared room in newly renovated house", + 35 + ], + [ + "Bright twin room in 1 min walk to M/J trains", + 45 + ], + [ + "Amazing private room near subway (M,J, L,G trains)", + 64 + ], + [ + "Private room with bathroom close to M/J trains", + 80 + ], + [ + "Massive Modern State of the Art Luxury Home", + 90 + ], + [ + "Location!! Sunny Room in MidCentury Soho Apt", + 105 + ], + [ + "Location!! 2 Bedrooms in MidCentury Soho Apt", + 230 + ], + [ + "Huge cozy room in Upper Manhattan", + 65 + ], + [ + "Large bedroom with 200SF outdoor patio", + 60 + ], + [ + "Sunny&Spacious 1BR, Luxury BLDG, GYM,ROOF,LAUNDRY", + 170 + ], + [ + "Spacious Bedroom With Queen-Size Bed", + 65 + ], + [ + "Guest House", + 55 + ], + [ + "Your own sanctuary! Private Floor, 3min to subway", + 95 + ], + [ + "Home Away from home", + 107 + ], + [ + "Sonder | 21 Chelsea | Airy Studio + Rooftop", + 209 + ], + [ + "Cozy & Calm", + 35 + ], + [ + "2 Bedroom Clean & Simple in Manhattan", + 199 + ], + [ + "Gorgeous and Sunny Studio on The Upper West Side", + 112 + ], + [ + "Warm and welcoming studio in heart of Chinatown!!!", + 200 + ], + [ + "Furnished private room 5 minutes from Subway", + 50 + ], + [ + "P", + 25 + ], + [ + "2bd BOUTIQUE Apartament in the heart of MANHATTAN", + 299 + ], + [ + "Private Room in Cozy Nolita Apartment", + 100 + ], + [ + "2 bedrooms in upper east side #14", + 185 + ], + [ + "Very nice room - 15min away to Manhattan", + 50 + ], + [ + "Luxe Long Island City Space Minutes From Manhattan", + 89 + ], + [ + "Entire Large one bedroom close to all areas of NYC", + 90 + ], + [ + "Cozy Studio in Prime Lower East Side", + 200 + ], + [ + "Private room in Astoria... 20 min to the city.", + 80 + ], + [ + "Cute & Close to Everything! Plus a Patio!", + 150 + ], + [ + "Private room with a balcony on the water", + 200 + ], + [ + "Sunny Bed-Stuy Apartment Next to Subway", + 117 + ], + [ + "Charming cozy 1 bedroom in the heart of Greenpoint", + 117 + ], + [ + "Large 2 bedroom Williamsburg loft apartment", + 180 + ], + [ + "Enchanting quiet NOLITA sanctuary loft", + 150 + ], + [ + "Private Room with Own Entrance in Williamsburg!", + 93 + ], + [ + "UWS queen sunny private room by Columbia UNI&Cpark", + 75 + ], + [ + "Sun lit private room in WIlliamsburg", + 60 + ], + [ + "En-suite Bed-Stuy room; Well stocked; Private bath", + 81 + ], + [ + "Private room in a Bohemian JP Loft! a", + 70 + ], + [ + "Spring near Beautiful Columbia and Central Park!", + 79 + ], + [ + "Room for 2 Per diem $50 rental up to 30 days max", + 21 + ], + [ + "Spend a Night or Seven with a Living NYC Artist!", + 35 + ], + [ + "Common single room#5", + 40 + ], + [ + "Luxury NYC Rental / Affordable / Roosevelt Island", + 80 + ], + [ + "70' Luxury MotorYacht on the Hudson", + 7500 + ], + [ + "温馨小宅,安静干净,环境优美!", + 75 + ], + [ + "Midtown Pied-à-Terre Close to Central Park", + 225 + ], + [ + "Wonderful bedroom", + 70 + ], + [ + "Bright & Cozy 2 BR Apt + Rooftop Williamsburg", + 168 + ], + [ + "Clean and warm place", + 55 + ], + [ + "RAVENWOOD: Modern Hipster Retreat in Williamsburg", + 89 + ], + [ + "Light Filled Room in EV", + 62 + ], + [ + "Amazing Room, Amazing Location!!", + 62 + ], + [ + "Chic Room in Trendy EV!", + 68 + ], + [ + "Spacious comfy apt near L/G/J/M with covered patio", + 200 + ], + [ + "Nice Room in this EV Gem!", + 62 + ], + [ + "Superior Room in Gramercy!", + 62 + ], + [ + "XtraLarge Room SuperComfortable Bed 15mntsToTimeSq", + 75 + ], + [ + "Newly Renovated Garden Apartment", + 200 + ], + [ + "Amazing location at great price", + 250 + ], + [ + "Comfortable room in bushwick", + 80 + ], + [ + "Retro room in Astoria - 15m to Manhattan", + 85 + ], + [ + "Modern 2BDR. Great Location, Quiet, 24/7 Doorman", + 195 + ], + [ + "West 84th Street by (Hidden by Airbnb)", + 3613 + ], + [ + "Stylish new luxury apartment", + 225 + ], + [ + "beautiful shared apt in Midtown", + 75 + ], + [ + "Private Room in Gorgeous Duplex Apartment", + 90 + ], + [ + "Comfortable Shared Apt in Times Square", + 75 + ], + [ + "Cozy and shared apt in hells&kitchen", + 75 + ], + [ + "The Brooklyn Experience", + 143 + ], + [ + "shared room in heart of Manhattan Times Square", + 75 + ], + [ + "Overnight Bed, Cozy Shared Room in Times Square", + 75 + ], + [ + "NEW TOP FLOOR APT. IN BUSHWICK PRIME LOCATION", + 75 + ], + [ + "Private hotel room in the heart of Times Square", + 299 + ], + [ + "Homey, large space 15 mins from Mid Town Manhat!", + 42 + ], + [ + "HOSTEL MY REFUGE PAISA", + 35 + ], + [ + "Aiden’s Red Door @ Crown Heights", + 82 + ], + [ + "Spacious Room in Chill Ridgewood Avail. Sept - Oct", + 60 + ], + [ + "Airy Sunlit BedStuy BnB", + 46 + ], + [ + "Spacious Midtown 1BR, w/ Balcony, Fitness center + Doorman by Blueground", + 343 + ], + [ + "✨Unique space, private bath, close to subway!", + 80 + ], + [ + "Stunning apartment in Williamsburg !", + 150 + ], + [ + "Artists Created Peaceful, Spacious, Manhattan NYC", + 75 + ], + [ + "Room for 2 Persons Center of Downtown NYC", + 86 + ], + [ + "Zen Sanctuary! Stunning View, Prime Location", + 319 + ], + [ + "Cozy & Affordable Room in 3 Story Brownstone", + 100 + ], + [ + "★★ Spacious Single House | Close to Everything! ★★", + 260 + ], + [ + "Cosy private bedroom in UES/Harlem", + 70 + ], + [ + "Stay at the \"Claudette\" guest room in SoHa", + 100 + ], + [ + "Morden spacious Private room near subway M/J/L/G", + 64 + ], + [ + "Quite clean queen size bedroom", + 50 + ], + [ + "^^Dynamic Private Budget Room. 20 min to City", + 65 + ], + [ + "Lovely Budget Private Room 20 min to city", + 65 + ], + [ + "Brand New Upper East Living", + 117 + ], + [ + "Large 2 Bed Woodside apt 10 Minutes from Manhattan", + 125 + ], + [ + "Gorgeous 2 bedroom apartment in the East village", + 249 + ], + [ + "cozy bedroom close to Time Square, Manhattan", + 93 + ], + [ + "Brand New BK Duplex in the Center of it All!!!", + 400 + ], + [ + "Cozy Studio in tree-lined Park Slope Brooklyn", + 135 + ], + [ + "Cozy Boutique Studio | Heart of NYC", + 150 + ], + [ + "A great place to relax after being in the city", + 50 + ], + [ + "Charming and homie Sunnyside apartment", + 100 + ], + [ + "A Lofted Piece of New York", + 250 + ], + [ + "A Sweet Garden Suite in a Brooklyn Mansion", + 100 + ], + [ + "Modern East Village Studio In A Great Location", + 168 + ], + [ + "Cozy room in BK -FEMALE ONLY", + 40 + ], + [ + "UWS - Pre-War Building- Large space", + 82 + ], + [ + "Room in a Comfy Brooklyn Apartment", + 85 + ], + [ + "Cozy place located in the Heart of Manhattan", + 160 + ], + [ + "Five minutes from Central Manhattan", + 160 + ], + [ + "ROOM FOR TWO 15 MINUTES WALL STREET, NO CLEAN FEE", + 72 + ], + [ + "Decatur street Limestone an Urban Zen experience", + 150 + ], + [ + "Luxury NYC Rental/Affordable /Roosevelt Island 2", + 80 + ], + [ + "Cozy house , very quiet , clean room !", + 60 + ], + [ + "LOVE this Bed-Stuy Open Concept @SpotlessRock", + 80 + ], + [ + "Central Park 2 Bed Apt. Steps from Park & Subway", + 150 + ], + [ + "Luxurious 3 Bedroom Home on LES/Chinatown Border", + 250 + ], + [ + "DITMAS PARK/FLATBUSH Private Rm with LOTS of Light", + 45 + ], + [ + "3 person shared room at the heart of Brooklyn", + 35 + ], + [ + "A very conducive private area near to train statn", + 50 + ], + [ + "Home", + 443 + ], + [ + "Luxury 2BDR in Prime Area, Doorman, Elevator", + 195 + ], + [ + "Large Chelsea Bedroom!", + 83 + ], + [ + "Sunny, plant filled, heavenly room", + 50 + ], + [ + "Hermoso Cuarto para compartir en familia", + 70 + ], + [ + "Prime 1 bedroom Doorman Gym RoofDeck 5221", + 260 + ], + [ + "Prime Location 44stDoorman Gym Studio!5217", + 175 + ], + [ + "habitacion amplia y privada a 20 min de manhattan", + 42 + ], + [ + "Sonder | Stock Exchange | Sleek 3BR + Laundry", + 520 + ], + [ + "Charming European Apt with City View's + Terrace", + 300 + ], + [ + "Prime Location One Bed Doorman Gym Deck!5223", + 250 + ], + [ + "Perfect studio in Midtown", + 175 + ], + [ + "34th and 6th Ave - Doorman Gym Roofdeck 1 bed 5234", + 170 + ], + [ + "habitacion con entrada privada a 20 min de manhat", + 42 + ], + [ + "\"Bushwick in Manhattan\" Interactive, Private Room", + 73 + ], + [ + "Private room in Lower East Side", + 95 + ], + [ + "Bright and Spacious Queens Townhouse", + 100 + ], + [ + "Comfortable & Private One Bedroom Apt in NYC!", + 160 + ], + [ + "Clean Room in Bushwick Brooklyn", + 45 + ], + [ + "Crown Heights LUXURY Kingston Apt", + 250 + ], + [ + "Lovely room in a great location !!", + 60 + ], + [ + "Ladies Only Shared Room", + 35 + ], + [ + "Modern and Spacious Brooklyn Apartment", + 160 + ], + [ + "Beautiful one bedroom in Astoria NY private Room", + 69 + ], + [ + "Spacious 3people room close to Broadway-J/M trains", + 35 + ], + [ + "Sunny Private Room w Pool, Sauna, Gym + More", + 49 + ], + [ + "Chic 2 bedroom Brownstone with garden 17m to MHTN.", + 110 + ], + [ + "Modern East Williamsburg Apartment", + 94 + ], + [ + "Spacious Room in 4 BR!", + 82 + ], + [ + "Morden 3 person shared room fully furnished.", + 35 + ], + [ + "Travelers Paradise Steps from Empire State Bld", + 299 + ], + [ + "Bright and Quiet near Union Square in the Village", + 120 + ], + [ + "Times Square", + 382 + ], + [ + "Boho Studio in West Village- PRIME LOCATION", + 204 + ], + [ + "BEAUTIFUL 1 BED ROOM 10 MINS FROM JFK", + 55 + ], + [ + "Classy apartment in downtown \nEverything you need", + 279 + ], + [ + "Tu Tranquilidad no tiene precio", + 52 + ], + [ + "Brand new home in Staten island!", + 300 + ], + [ + "Spacious Luxury 2B2B in the Heart of Manhattan", + 388 + ], + [ + "Cozy room in Brooklyn's historical district", + 40 + ], + [ + "Luxury Two Bedroom on High Floor with Great Views", + 195 + ], + [ + "Bright room in Bushwick", + 40 + ], + [ + "Bright UES apt close to everything 24hr doorman", + 109 + ], + [ + "2, 3 or 4 Floors, Heart of Greenwich Village", + 400 + ], + [ + "Exclusive Dream room 8 mins from JFK Smoking OK!", + 45 + ], + [ + "Wonderful 3 people room near M,J, L,G trains", + 35 + ], + [ + "NYUW05-2: Centra Park one bedroom by river", + 70 + ], + [ + "NYUW05-4:Columbus university Central Park one room", + 70 + ], + [ + "Entire spacious 1 bd apt. Easy commute to City.", + 130 + ], + [ + "Big private room", + 70 + ], + [ + "Cozy NYC Studio with Great Light & Comfort!", + 99 + ], + [ + "Private Comfortable Room", + 75 + ], + [ + "Ysa's room", + 24 + ], + [ + "Sunny 2-Bedroom Union Square Apartment", + 220 + ], + [ + "Prospect Lefferts Garden Private rm 30 min to Nyc", + 50 + ], + [ + "Small room for only you :)", + 39 + ], + [ + "Adorable walk-up on the high line—with views!", + 175 + ], + [ + "Stylish Manhattan Bedroom!!", + 70 + ], + [ + "Oasis in the Jungle", + 350 + ], + [ + "Studio apt in the East Village", + 120 + ], + [ + "New Modern Apartment at Center of Manhattan", + 129 + ], + [ + "Very quite and convenient location.", + 50 + ], + [ + "Two Bedroom Apt 25 Min From Midtown Manhattan", + 35 + ], + [ + "Beautiful Spacious Brooklyn Room #1", + 45 + ], + [ + "UPPER WEST SIDE: Renovated Private Cozy Room & BR", + 82 + ], + [ + "Perfect Getaway in West Village Duplex", + 180 + ], + [ + "Queens Studio.", + 55 + ], + [ + "Beautiful Cozy Bedroom In Astoria, NYC", + 65 + ], + [ + "Perfect Place to just Sleep while you explore NYC", + 84 + ], + [ + "Bright Beautiful 1br Apt in Hipster neighborhood.", + 150 + ], + [ + "COZY 1 BED ROOM 10 MINS FROM JFK AND TRAIN STATION", + 55 + ], + [ + "Exclusive home near JFK and Long Island Rail Road.", + 70 + ], + [ + "Master bedroom in sunny, renovated, corner apt", + 78 + ], + [ + "Beautiful Brownstone Apartment in Sugar Hill", + 148 + ], + [ + "Sweet", + 350 + ], + [ + "Beautiful, spacious three bedroom apt with terrace", + 285 + ], + [ + "Northern Manhattan Bicycle & Guitar Oasis", + 129 + ], + [ + "Luxury 2 bedroom/2 bathroom apartment in Manhattan", + 370 + ], + [ + "luxury apartment in east village", + 150 + ], + [ + "Harlem Musicians Home !!", + 85 + ], + [ + "Spacious studio on quiet tree lined street", + 75 + ], + [ + "Majestic Mansion LifeStyle :)", + 2600 + ], + [ + "Great studio in Carroll Gardens.", + 110 + ], + [ + "Furnished Upper West Side near Central Park", + 80 + ], + [ + "Light Filled 1BDRM in Clinton Hill", + 100 + ], + [ + "Quintessential West Village Getaway", + 250 + ], + [ + "Beautiful 1 Bedroom", + 150 + ], + [ + "Victorian Brooklyn Spacious Living!", + 110 + ], + [ + "Charming Red Hook loft with yard", + 122 + ], + [ + "Luxury 2BR/2BA by Grand Central with views", + 375 + ], + [ + "Essex House in front of Central Park!", + 399 + ], + [ + "Absolutely stunning 3bed 1ba, Thank me later!", + 201 + ], + [ + "1 Private BR in the heart of Fidi!", + 150 + ], + [ + "New Luxury Brooklyn Apartment Near Manhattan", + 95 + ], + [ + "Art/Musician Loft Space in Greenpoint", + 69 + ], + [ + "Most Convenient Apartment in Upper Manhattan", + 75 + ], + [ + "The Heart of the Bronx", + 103 + ], + [ + "Beautiful Brownstone in Bed-Suy Brooklyn", + 150 + ], + [ + "COZY ROOM IN THE HEARTOF BROOKLYN (420 FRIENDLY)", + 46 + ], + [ + "Quiet Bright Park Slope BK room w/private bathroom", + 95 + ], + [ + "Clean Beautiful New apartment renovated in 2019", + 35 + ], + [ + "Incredible Location! Flatiron 4BR Loft!", + 199 + ], + [ + "Beautiful room in Brooklyn, 2 min ocean and train", + 80 + ], + [ + "Best Hood in NYC. Private Bedroom in ASTORIA!!", + 62 + ], + [ + "Comfortable quiet single room in beautiful Astoria", + 65 + ], + [ + "Artsy apartment in Crown Heights next to Subway", + 85 + ], + [ + "Center Located OneBedroom CloseTo LGA Train7/E/F", + 109 + ], + [ + "Large Studio close to everything", + 90 + ], + [ + "Bed-Stuy 2 Bed/2 Bath - Newly Renovated", + 175 + ], + [ + "Central, spacious, beautiful, well-appointed 1-br", + 190 + ], + [ + "One bedroom apartment in the Heart of Williamsburg", + 170 + ], + [ + "Spacious apt in NYC minutes away from midtown", + 130 + ], + [ + "Brooklyn Heights Contemporary Gem, 3 Bed, 2 Bath", + 600 + ], + [ + "Bright and Spacious in Bed Stuy, Brooklyn", + 100 + ], + [ + "Cool, clean and confortable 1 bedroom in Bushwick", + 150 + ], + [ + "LUXE bedroom in HUGE 2BR APT! Wash/Dry! Terrace!", + 79 + ], + [ + "Beautiful Bright TriBeCa Loft - steps from Soho!", + 290 + ], + [ + "Brenda's Palace", + 110 + ], + [ + "Private room for CAT LOVERS", + 50 + ], + [ + "#2 Make yourself at home. (close to LGA and JFK)", + 53 + ], + [ + "A beautiful, Bright , Specious 2 Bedroom apt", + 80 + ], + [ + "LES Bachelor/ette Pad", + 200 + ], + [ + "#4 Cozy studio, 2 blocks from CENTRAL PARK", + 180 + ], + [ + "Treat yourself to Complete, Private Tranquility", + 80 + ], + [ + "LUXURY 2BED 2 BATH/ LINCOLN CENTER", + 260 + ], + [ + "SPACIOUS 4BR/2BA APT W/PRIVATE OUTDOOR SPACE UWS", + 190 + ], + [ + "Beautiful Spacious Brooklyn Room #2", + 45 + ], + [ + "Private large bedroom with skylight in Loft.", + 75 + ], + [ + "Sunny studio in great location", + 100 + ], + [ + "E. Williamsburg/Bushwick/Bedstuy Private Bedroom", + 75 + ], + [ + "Homely Peaceful Apartment. Close to JFK", + 50 + ], + [ + "Lower East Side at East Broadway 2b", + 125 + ], + [ + "Split level entire 2Bedroom Apt.", + 95 + ], + [ + "Clean and convenient in the heart of Brooklyn", + 126 + ], + [ + "Cozy Fully Furnished", + 150 + ], + [ + "Cozy Bedroom on Upper west near Columbia U", + 40 + ], + [ + "Cozy, charming, quiet and modern one bedroom apt!", + 125 + ], + [ + "30 days minimum Time square West Midtown apartment", + 4100 + ], + [ + "#2 Cozy 1 bedroom apartment,2 block to CENTRALPARK", + 180 + ], + [ + "#3 Cozy Studio , 2 blocks from Central Park", + 165 + ], + [ + "Cozy Studio Apt Brooklyn Close to Brighton & Coney", + 85 + ], + [ + "Beautiful Bed-Stuy Brownstone w/ Outdoor Oasis", + 199 + ], + [ + "Private room in light + plant filled zen oasis!!", + 90 + ], + [ + "Comfy Kips Bay 1BR w/ Gym, Doorman + Sundecks, walk to MSG by Blueground", + 263 + ], + [ + "Furnished East Village Studio Apartment", + 89 + ], + [ + "Private, Sunny Room in Prime Williamsburg", + 65 + ], + [ + "Sunny loft- private room & private living-room", + 45 + ], + [ + "Harlem Quite haven 15 minutes to Time Square !!!!!", + 70 + ], + [ + "Manhattan luxury studio(near Columbia Circle)", + 250 + ], + [ + "Beautiful apartment in Bedstuy Brooklyn", + 60 + ], + [ + "Gorgeous bedroom w/ensuite bath-East Williamsburg", + 65 + ], + [ + "Midtown East Gem with PRIVATE Terrace", + 130 + ], + [ + "GORGEOUS 1-bdrm with PRIVATE YARD & washer/dryer", + 135 + ], + [ + "Large 1 Bedroom Apartment", + 140 + ], + [ + "San Carlos Hotel One Bedrm Suite/3 beds, up to 6", + 399 + ], + [ + "Comfy Brooklyn escape w/ quick access to Manhattan", + 75 + ], + [ + "Artsy and bright Studio apartment in Brooklyn", + 89 + ], + [ + "Huge Designer Loft- View of New York City Skyline!", + 250 + ], + [ + "renovated sunnyside with NY city views", + 131 + ], + [ + "Quiet Room ideal for Students or young workers NYC", + 58 + ], + [ + "Stunning 3 bedroom in townhouse right on Union Sq", + 700 + ], + [ + "The Sweet", + 120 + ], + [ + "Stylish Bedroom!! Manhattan!!!", + 100 + ], + [ + "Manhatan Stylish Bedroom", + 85 + ], + [ + "Welcome home", + 215 + ], + [ + "Entire place on the upper east side", + 199 + ], + [ + "Garden Apartment in Bushwick", + 150 + ], + [ + "Spacious bedroom walking distance from Columbia!", + 85 + ], + [ + "Beautiful bedroom w/private bath-E.Williamsburg", + 85 + ], + [ + "LARGE PRIVATE ROOM IN GREAT NEIGHBORHOOD! UES.", + 98 + ], + [ + "The Australian Bear-Rug Master Bedroom in NYC", + 293 + ], + [ + "East Village sanctuary.", + 125 + ], + [ + "The Love Shack", + 65 + ], + [ + "NYC cozy apartment close to staten island ferry", + 85 + ], + [ + "Welcome", + 120 + ], + [ + "large & spacious bedroom-Williamsburg", + 69 + ], + [ + "Spacious/Comfortable Close to Yankee Stadium/City", + 63 + ], + [ + "1 BR Suite in Midtown Manhattan", + 250 + ], + [ + "The Shambhala House", + 58 + ], + [ + "Luxury City Lights Suite", + 310 + ], + [ + "Magical Brooklyn Space *20 MIN to Manhattan!*", + 41 + ], + [ + "Midtown Manhattan Suite", + 261 + ], + [ + "Astoria Spacious Room \nAll included,Great location", + 80 + ], + [ + "NO CLEANING FEE! 1.5 blocks from 2 train. Fridge!", + 39 + ], + [ + "Brand New 1BR prime UES~W/D the unit Best Value", + 180 + ], + [ + "Private Patio and Bathroom - Two Bedroom (Girls)", + 100 + ], + [ + "Sonder | The Biltmore | Sunny Studio + Rooftop", + 175 + ], + [ + "Bright Private Room", + 44 + ], + [ + "Sonder | The Biltmore | Cozy Studio + Kitchen", + 177 + ], + [ + "Convenient, Convenient and Comfortable", + 49 + ], + [ + "Comfy and Convenient Private Room", + 44 + ], + [ + "Visitors Dream", + 44 + ], + [ + "Beautiful Cozy room in Hell’s Kitchen,Times Square", + 149 + ], + [ + "Royal Court", + 300 + ], + [ + "Huge Apartment with Amazing City Views", + 140 + ], + [ + "Quiet, Private room in Brooklyn Brownstone", + 35 + ], + [ + "Manhattan luxury building super large studio", + 140 + ], + [ + "Modern 1 Bedroom in Brooklyn", + 75 + ], + [ + "Spacious Room w/ oversized closet in East Harlem", + 90 + ], + [ + "King Size Dream Room", + 74 + ], + [ + "ST MARKS /heart of EAST VILLAGE sleep up to 8", + 396 + ], + [ + "1 stop away from Manhattan- HUGE Williamsburg room", + 70 + ], + [ + "Bedroom in NYC - Minutes to Central Park!!", + 100 + ], + [ + "Bedroom in NYC!! - Minutes to Central Park!!", + 100 + ], + [ + "Bedroom in NYC - Minutes to Central Park!!", + 100 + ], + [ + "NYC Bedroom!! - Minutes to Central Park!!", + 180 + ], + [ + "Amazing Studio in the heart of Midtown Manhattan", + 220 + ], + [ + "Sunny and Bright Brooklyn Duplex", + 195 + ], + [ + "Luda and David Nest to share.", + 75 + ], + [ + "Luxury Suite in Midtown Manhattan", + 310 + ], + [ + "STUNNING BRAND NEW 2 BDR APT IN GREENPOINT, BKLN", + 300 + ], + [ + "Sunny room, Downtown NY, 2 Bridges, Chinatown L", + 85 + ], + [ + "Comfort room in Downtown NYC, Chinatown, Soho W", + 85 + ], + [ + "COZY Room @Williamsburg (10 mins to Manhattan)", + 65 + ], + [ + "Manhattan Club Suite", + 310 + ], + [ + "Sunny Bedroom in Ridgewood Apartment!", + 50 + ], + [ + "2 Rooms in pvt house-15 mins to NYC & free ferry", + 78 + ], + [ + "Spacious Manhattan Club Suite", + 275 + ], + [ + "1 BR Suite in Midtown Manhattan", + 250 + ], + [ + "1 room in private house - 15 mins to NYC & Ferry", + 50 + ], + [ + "Luxury Metropolitan Suite", + 275 + ], + [ + "Cozy room in Downtown Manhattan, 2 Bridges, Soho Y", + 85 + ], + [ + "Beautiful Bright Brooklyn BedRoom *20 Min to City*", + 41 + ], + [ + "Big, Quiet Apartment with Two Cats, Central Park", + 144 + ], + [ + "Astoria Bedroom 20 minutes away from the city", + 69 + ], + [ + "Charming place in the heart of Manhattan.", + 230 + ], + [ + "Crashpad in Clinton Hill", + 69 + ], + [ + "Spacious bedroom in Williamsburg", + 40 + ], + [ + "Cozy East Village walk up", + 151 + ], + [ + "Harlem Sanctuary 1", + 275 + ], + [ + "beautiful studio apt in the village", + 180 + ], + [ + "Harlem Sanctuary 2", + 55 + ], + [ + "Large private bedroom in prime West Village!", + 120 + ], + [ + "studio appt", + 350 + ], + [ + "Room in Washingtom Heights (Manhattan)", + 60 + ], + [ + "安静 干净 温暖的小屋", + 75 + ], + [ + "10 min to Manhattan, no cleaning fee!", + 110 + ], + [ + "Gym, Rooftop, Pool Lux mater bedroom/private bath", + 129 + ], + [ + "Rooftop pool view Lux private room", + 129 + ], + [ + "Bed-Stuy, Brooklyn apt w/ rooftop & skyline view.", + 55 + ], + [ + "LUXURIOUS! Private Bedroom/Bath near Central Park", + 217 + ], + [ + "Nice Manhattan room close to Apollo & transpo!", + 37 + ], + [ + "Beautiful 2BR in Vibrant Area!", + 299 + ], + [ + "Calm Comfortable Brooklyn Retreat", + 120 + ], + [ + "Quiet, East Village Bedroom for Sublet (Queen bed)", + 65 + ], + [ + "Sunset Park Retreat - 3 blocks from train station!", + 135 + ], + [ + "Spacious room and private bath in Williamsburg", + 75 + ], + [ + "Spectacular Luxury Park Slope Brownstone", + 700 + ], + [ + "Lincoln Center Haven - private room with ensuite", + 159 + ], + [ + "Brooklyn 1 Bedroom Apartment", + 100 + ], + [ + "Designers apartment on the Upper East, 2 entrances", + 100 + ], + [ + "Wake up to Statue of Liberty view", + 300 + ], + [ + "Gorgeous queen size oasis", + 85 + ], + [ + "Sunny Happy Artist room close to train", + 45 + ], + [ + "Spacious & Bright Brooklyn Getaway near trains", + 75 + ], + [ + "Sunny and Zen room in Chelsea", + 100 + ], + [ + "Cozy Room in BK Brownstone w/ Breakfast", + 45 + ], + [ + "Urban Oasis Junior", + 135 + ], + [ + "StudioAptWithSeparateKitchen-20min from Manhattan", + 71 + ], + [ + "First Class King Suite Midtown Manhattan | Outdoor Restaurant Terrace", + 210 + ], + [ + "Beautiful, large, sunny private bedroom available", + 70 + ], + [ + "Bright & Comfortable East Village Oasis", + 165 + ], + [ + "PARADISE HOME", + 165 + ], + [ + "Modern studio/private entrance/superb location", + 55 + ], + [ + "First Class Suite in Midtown Manhattan | Manhattan Skyline View", + 209 + ], + [ + "Large Charming 1-Bedroom apt in Brownstone", + 125 + ], + [ + "NYC Luxury | Penthouse Suite + Private Outdoor Terrace + Tub", + 794 + ], + [ + "Midtown Manhattan Space | Chic Design + Outdoor Terrace + Rain Shower", + 146 + ], + [ + "Corner Room in Midtown Manhattan | Outdoor Terrace + Fitness Center", + 197 + ], + [ + "Private Terrace + Outdoor Cold Water Soaking Tub | Midtown Manhattan", + 297 + ], + [ + "Room with a View | Enjoy the Manhattan Skyline + Outdoor Terrace", + 166 + ], + [ + "Midtown Manhattan Room | Outdoor Terrace + Co-working Space", + 166 + ], + [ + "Chic Room in Midtown Manhattan | Outdoor Restaurant Terrace + Smart TV", + 135 + ], + [ + "180 Degree View of Midtown Manhattan + Hudson River + Empire State", + 500 + ], + [ + "Quiet Oasis in Brooklyn with Garden Patio", + 90 + ], + [ + "Sun drenched private apartment", + 140 + ], + [ + "Bright, spacious Brooklyn Loft with large terrace", + 80 + ], + [ + "Williamsburg Resort 15 Mins. to Manhattan!", + 200 + ], + [ + "Luxury Apartment with Balcony", + 200 + ], + [ + "Loft on the Brooklyn Waterfront", + 250 + ], + [ + "Nice and Cozy 2 bedrooms apartment near Manhattan", + 190 + ], + [ + "Angela's Sweet Suite (Shared-Females Only)", + 35 + ], + [ + "Sunny Brooklyn apartment", + 125 + ], + [ + "Stylish 2 bedroom in the heart of manhattan", + 280 + ], + [ + "1860’s Vanderbilt Mansion - 19th century details", + 249 + ], + [ + "Soho 1 Bedroom Apartment Near Tons of Restaurants", + 200 + ], + [ + "Subletting an amazing room!!!", + 75 + ], + [ + "East Harlem room with private bathroom!", + 124 + ], + [ + "Unique & Stylish Apartment in Chelsea", + 120 + ], + [ + "Large room with private bathroom in East Harlem!", + 125 + ], + [ + "Private Room in 4 Bedroom Apartment in Upper West", + 37 + ], + [ + "Rento cómoda habitación para pareja oh persona sol", + 58 + ], + [ + "Short term Queen size sofa-bed in living room", + 95 + ], + [ + "Room in a Stylish & Dreamy Brooklyn loft", + 100 + ], + [ + "Extra Large Central Park/UWS Furnished Room", + 105 + ], + [ + "Beautiful 1.5 Bedroom Oasis, Heart of Williamsburg", + 214 + ], + [ + "Flushing entire apartment in prime location", + 250 + ], + [ + "Confortable y limpio", + 32 + ], + [ + "Luxury Miami style apartment", + 160 + ], + [ + "Large Parlor Apt Williamsburg Brooklyn NY House", + 165 + ], + [ + "Charming and Luxury 1 Bedroom Apartment", + 300 + ], + [ + "Spectacular apartment in Astoria near everywhere", + 70 + ], + [ + "Room with own living room, 1 stop from Manhattan", + 51 + ], + [ + "Brand new 2 bedroom apartment near yankee stadium", + 85 + ], + [ + "Lovely bedroom in Brooklyn", + 75 + ], + [ + "UPPER WEST SIDE:Renovated Private Spacious Rm & BR", + 111 + ], + [ + "Bright Top Floor + Private Terrace in Williamsburg", + 150 + ], + [ + "Quiet Studio with Balcony near Central Park", + 175 + ], + [ + "Spacious 1BR on W 72nd! A dream UWS location!", + 180 + ], + [ + "THIES IN HARLEM .", + 165 + ], + [ + "Luxury redefined: Splendid sleep in the skies", + 395 + ], + [ + "Spacious Artistic 1 Bedroom Loft & High Ceilings", + 90 + ], + [ + "Private Bathroom & Private Bedroom in Clinton Hill", + 52 + ], + [ + "Alphabet Place II by (Hidden by Airbnb)", + 1145 + ], + [ + "Chic renovated historic 1BR with garden", + 225 + ], + [ + "Spacious 2bd apt in the heart of Manhattan", + 250 + ], + [ + "Soho Loft III by (Hidden by Airbnb)", + 1306 + ], + [ + "SKY VIEW 1 BEDROOM, 1 MIN TO SUBWAY", + 135 + ], + [ + "Our place in Williamsburg", + 150 + ], + [ + "Specious light room near Broadway(M,J, L,G trains)", + 35 + ], + [ + "SPACIOUS ROOMS FOR RENT", + 40 + ], + [ + "★1800ft²/195m²★3-Levels★Deck★Walk Score 96★Office★", + 336 + ], + [ + "Looks Like A Calvin Klein Ad! Manhattan Loft", + 320 + ], + [ + "Private NYC Studio--Near Central Park + East River", + 150 + ], + [ + "Stunning Sunny Studio", + 250 + ], + [ + "Private room in gated community: walk to ferry!", + 46 + ], + [ + "Sunny Large Studio Elevator Doorman Gym UN 5226", + 140 + ], + [ + "Warm Spacious Bedroom in Historical Harlem!!!", + 75 + ], + [ + "Classic modern bedroom-close to everything", + 60 + ], + [ + "Sexy, Cozy Loft for work and play", + 400 + ], + [ + "Hell's Kitchen Cuteness!!", + 208 + ], + [ + "#Private office bedroom PC WiFi Print Scan", + 79 + ], + [ + "Charming Studio", + 208 + ], + [ + "Beautiful room in spacious Ft. Greene split level", + 72 + ], + [ + "Gorgeous modern style room near Central Park", + 90 + ], + [ + "Don't miss this BRIGHT, SUNNY getaway in Queens", + 70 + ], + [ + "Modern Brand New 3 Bedroom/2 Baths In Hip Brooklyn", + 220 + ], + [ + "Times Square entire apartment Heart of Big apple!!", + 200 + ], + [ + "Comfortable Stay in Historic, Brooklyn Brownstone", + 525 + ], + [ + "2BR Apartment in Brownstone Brooklyn!", + 140 + ], + [ + "Studio in Brooklyn", + 80 + ], + [ + "The Crescent. Newly renovated, 5 mins from JFK", + 95 + ], + [ + "Brooklyn 1BR Full Apartment Great Location", + 65 + ], + [ + "Lucio's Room #3 a unos minutos del JFK y LGA", + 75 + ], + [ + "Cozy haven in the Upper East Side.", + 125 + ], + [ + "Spacious bright bedroom w/4 windows", + 75 + ], + [ + "Newly renovated shared room in great neighborhood", + 35 + ], + [ + "Shared room on a boarder of Williamsburg!!!", + 35 + ], + [ + "Spacious Room with Balcony", + 55 + ], + [ + "Executive private room with full size bed- M train", + 64 + ], + [ + "Astória Queens Bedroom close to the Subway M R .", + 60 + ], + [ + "SOHO LOFT APARTMENT, PRIME NYC LOCATION", + 450 + ], + [ + "Private Room 2 min to Train, TONS of Natural Light", + 47 + ], + [ + "Clean & Modern Getaway in Williamsburg", + 163 + ], + [ + "Cozy Brand New Private Room - Steps from M Train", + 47 + ], + [ + "Bright, Williamsburg bedroom with private balcony", + 75 + ], + [ + "Charming 2 bedroom apartment in Manhattan", + 196 + ], + [ + "Comfy 2 bedroom apartment in Manhattan", + 174 + ], + [ + "NEW Spacious & Sunny 1 Bed in Vinegar Hill", + 295 + ], + [ + "E community that is commercially (Website hidden by Airbnb) smoke", + 60 + ], + [ + "Rooftop & Backyard in the Heart of Williamsburg", + 100 + ], + [ + "Bushwick /Brooklyn Garden apartment", + 199 + ], + [ + "Private Room in Prime Location - Newly Renovated", + 47 + ], + [ + "Designer Renovated Madison Avenue 1 Bedroom Apt", + 105 + ], + [ + "Ultra Modern Sleek Sunny Private Bedroom in House", + 50 + ], + [ + "sofa bed room with outdoor event space", + 100 + ], + [ + "Sunny, Spacious West Village Two-bed/Two-bath", + 595 + ], + [ + "Less is More - in West Chelsea", + 185 + ], + [ + "Room in Wonderful and Secure Private House", + 35 + ], + [ + "King-size sunny bedroom by JMZ and G trains.", + 70 + ], + [ + "Artist apartment in the heart of Brooklyn!", + 80 + ], + [ + "Entire Floor In Landmarked Building", + 210 + ], + [ + "Comfy and cozy room 20 mins away from Manhattan.", + 45 + ], + [ + "Live Inside of a Painting in Williamsburg, BK", + 110 + ], + [ + "CHIC ASTORIA STUDIO**Near Subway**15minToCity", + 109 + ], + [ + "CHIC EAST VILLAGE LOFT STEPS TO UNION SQUARE", + 180 + ], + [ + "Comfy bedroom in apt share 20 mins to City!", + 39 + ], + [ + "Spacious designer’s flat.", + 245 + ], + [ + "Charming Cozy Apartment, Bushwick Brooklyn", + 150 + ], + [ + "KEW GARDEN HILLS BEST.", + 132 + ], + [ + "Sunny Studio Great View", + 139 + ], + [ + "Full Private Studio - No Roommate Hassle", + 130 + ], + [ + "Hudson river and Central Park big room", + 228 + ], + [ + "Amazing Hudson river two bedroom apartment", + 236 + ], + [ + "A home away from home, You will be at home.", + 70 + ], + [ + "Specious Room in Manhattan", + 97 + ], + [ + "Cozy private room, walking distance from LGA, RM-3", + 55 + ], + [ + "Nice Apartment in Brooklyn", + 150 + ], + [ + "BedStuy Private Room (D6)", + 49 + ], + [ + "BedStuy Private Room (D7)", + 49 + ], + [ + "Modern Private Room & Bathroom - Bushwick", + 65 + ], + [ + "Cozy room next to the L train", + 50 + ], + [ + "1 BR Luxury Apt on Metro Ave in E Williamsburg", + 110 + ], + [ + "Spacious green#3", + 45 + ], + [ + "BedStuy Private Room (D5)", + 49 + ], + [ + "Camping/Glamping in NYC!", + 150 + ], + [ + "Cozy Private Room, Walking Distance From LGA, Rm 4", + 55 + ], + [ + "Two-Level Garden Apartment in the Heart of Harlem", + 195 + ], + [ + "U W S Sunny Queen size bedroom near Columbia UNI*", + 75 + ], + [ + "Cozy Private Room, Walking Distance From LGA, Rm 5", + 55 + ], + [ + "In Times Square Cozy Shared Female Apt", + 59 + ], + [ + "Cozy, Shared Apt in Manhattan only For Female", + 59 + ], + [ + "Cozy Private Room, Walking Distance From LGA, Rm 6", + 55 + ], + [ + "Gorgeous Lower Manhattan studio for summer sublet", + 135 + ], + [ + "West village quiet and stylish large 1 bedroom", + 248 + ], + [ + "Quiet Room in 3bed apt. Near Grand Central. NYC", + 48 + ], + [ + "Charming 2BR/2BA on Upper West Side", + 300 + ], + [ + "Cozy kosher home for your stay in NYC", + 55 + ], + [ + "Manhattan XTRA space & luxury for 12. Free Parking", + 560 + ], + [ + "BedStuy Private Room (D8)", + 52 + ], + [ + "Midtown Manhattan great location (Gramacy park)", + 5100 + ], + [ + "Large private bedroom New York", + 65 + ], + [ + "Sunny apartment on L train in Bushwick/Ridgewood", + 89 + ], + [ + "Residence Near JFK (T1F/ TB4)", + 39 + ], + [ + "Charming Upper West Side Apartment", + 133 + ], + [ + "Very comfortable QNS bed judge yourselfg", + 65 + ], + [ + "Large Sunny 3Bedroom Apartment with Office", + 150 + ], + [ + "AC Hotel New York Downtown-7 Nights Min", + 169 + ], + [ + "AC Hotel New York Downtown-7 Nights Min", + 169 + ], + [ + "A Brooklyn Launch Pad", + 70 + ], + [ + "Four Points by Sheraton New York Downtown-7 Nights", + 169 + ], + [ + "feel home", + 65 + ], + [ + "Aloft Manhattan Downtown - Financial District", + 169 + ], + [ + "Heart of NYC Full Home! 3Beds.2BR.2Bath. Kitchen.", + 380 + ], + [ + "2 Bdrm Apt in Heart of Greenwich Village", + 300 + ], + [ + "Park Slope, Brooklyn", + 120 + ], + [ + "LUXURY APARTMENT", + 200 + ], + [ + "New York City!! Times Square Home!!!", + 285 + ], + [ + "Newly renovated garden flat in historic Brooklyn", + 175 + ], + [ + "Moxy NYC Downtown-7 Nights Min", + 169 + ], + [ + "干净卫生的环境房,欢迎订房", + 60 + ], + [ + "Private 1st Floor with all amenities. Not shared", + 70 + ], + [ + "Aloft Manhattan Downtown-7 Nights Min", + 169 + ], + [ + "Four Points by Sheraton New York Downtown-7 Nights", + 169 + ], + [ + "Four Points by Sheraton New York Downtown-7 Nights", + 169 + ], + [ + "Cozy Williamsburg Bedroom Available", + 70 + ], + [ + "Aloft Manhattan Downtown - Financial District", + 169 + ], + [ + "AC Hotel New York Downtown-7 Nights Minimum", + 169 + ], + [ + "Manhattan Luxury Private Bedroom!!!", + 90 + ], + [ + "Manhattan Luxury Private Bedroom!!", + 90 + ], + [ + "Manhattan Luxury Private Bedroom", + 90 + ], + [ + "Manhattan Luxury Private Bedroom!", + 90 + ], + [ + "Bronx Beauty", + 109 + ], + [ + "Bright, cozy getaway in the center of all..", + 144 + ], + [ + "Extra Large Midtown East 1 Bedroom Elevator", + 142 + ], + [ + "Private Room in the heart of financial district", + 250 + ], + [ + "Lavish Private Room with own Bathroom/Williamsburg", + 80 + ], + [ + "BedStuy Private Room (D3)", + 58 + ], + [ + "Great Room In Bed-stuy! J TRAIN", + 50 + ], + [ + "Beautiful and Modern 2 Bed- 20 Min To Manhattan", + 89 + ], + [ + "Modern Loft Like Spacious Studio - northern Harlem", + 159 + ], + [ + "X-Large Private room in newly renovated apartment", + 60 + ], + [ + "Sunny/Bright apartment / top floor East Harlem", + 160 + ], + [ + "Bright, Modern, Luxurious 2BDR in Williamsburg", + 499 + ], + [ + "Spacious Studio", + 25 + ], + [ + "Bedroom with Empire State view", + 120 + ], + [ + "Location, Location, Location Close to Central Park", + 124 + ], + [ + "Private Room with Private Bathroom Newly Renovated", + 70 + ], + [ + "Comfortable and spacious bedroom suite in Brooklyn", + 70 + ], + [ + "Your own Loft like Studio Apartment sunny near all", + 127 + ], + [ + "Industrial bedroom 1 minute to Subway", + 69 + ], + [ + "Cozy modern room in Bushwick", + 150 + ], + [ + "Sun Lit Brooklyn 2 Bedroom Apt w Roof Views", + 295 + ], + [ + "Sustainable event space and rooftop for photoshoot", + 800 + ], + [ + "Cozy shared place in Midtown, close to everything", + 95 + ], + [ + "Central Location: Excellent travelers bed", + 32 + ], + [ + "Spacious bedroom in the heart of the West Village", + 70 + ], + [ + "Suite Houston - Free Street Parking & WIFI", + 180 + ], + [ + "Beautiful sunny bedroom in central Williamsburg", + 74 + ], + [ + "Sunny Cozy Economic Garden Bedroom 4GR", + 49 + ], + [ + "Big Room space in Harlem", + 81 + ], + [ + "Luxury, Location, and Convenience - **RARE FIND**", + 898 + ], + [ + "FEMALE SHARED ROOM 3 Single Beds Near Subway-1", + 25 + ], + [ + "Nice and comfortable place for short stay.", + 100 + ], + [ + "Beautiful 600 ft studio in Soho", + 230 + ], + [ + "HOTEL ROOM LIKE “L”\nAFFORDABLE PRICE", + 59 + ], + [ + "Cute room close to M train", + 55 + ], + [ + "Artists Corner", + 100 + ], + [ + "Beautiful Cozy Shared Apt in Manhattan", + 45 + ], + [ + "Warm&clean private room near Times Square", + 138 + ], + [ + "Jungle room in hip Bushwick", + 60 + ], + [ + "Rochester's Place Comfy Cozy Crown Heights NYC", + 85 + ], + [ + "Comfortable clean overnight bed by Central Park", + 49 + ], + [ + "Charming Garden Apt Close to Central Park", + 160 + ], + [ + "Shared apartment by the Central Park", + 45 + ], + [ + "a brand new cozy shared apartment by Central Park", + 60 + ], + [ + "Beautiful cozy shared apartment by Central Park", + 55 + ], + [ + "Overnight a brand new apartment in upper east side", + 45 + ], + [ + "Entire Cozy 3 Bedroom in private home", + 150 + ], + [ + "Luxury 1 Bedroom Loft", + 69 + ], + [ + "Bright nordic room in pastel colors", + 59 + ], + [ + "Comfort room close to Columbia University", + 87 + ], + [ + "Sweet Single Room", + 65 + ], + [ + "BEST location in Williamsburg", + 85 + ], + [ + "1 BR Gem w/ Private Patio in East Village", + 300 + ], + [ + "★Single Room in Backpackers Accommodation★", + 55 + ], + [ + "Huge shared space East Village Female guests only", + 70 + ], + [ + "Cozy place located in the Heart of Manhattan", + 95 + ], + [ + "Cozy&Charming NYC style apt in the heart of SoHo", + 240 + ], + [ + "Furnished Bedroom in House w/ LAUNDRY & GARDEN", + 50 + ], + [ + "large room in a 4 bedroom (2bath) apartment", + 65 + ], + [ + "Mi casa, tu casa!", + 240 + ], + [ + "Private Room by Bushwick with Piano & Guitar", + 47 + ], + [ + "Relaxing abode in LES", + 120 + ], + [ + "Comfortable 3 Bedroom Loft Apartment", + 54 + ], + [ + "Tribeca Apt w/ Rooftop Views", + 200 + ], + [ + "Midtown 2 BED Large Kitchen Free Breakfast Great", + 419 + ], + [ + "Cozy Place Right Next to Central Park", + 95 + ], + [ + "Sun-filled Private BR in Luxury Chinatown Apt", + 150 + ], + [ + "Treat Your self", + 55 + ], + [ + "BR in Luxe Chinatown Apt w/ Private Balcony & Bath", + 200 + ], + [ + "21min to Manhattan & Safe Neighborhood&PrivateRoom", + 35 + ], + [ + "Quiet Apartment with Private Backyard", + 78 + ], + [ + "Artist Heaven Garden Loft", + 450 + ], + [ + "Stylish Brownstone with Stainless Steel Kitchen", + 167 + ], + [ + "Large private bedroom 15 min from Manhattan", + 65 + ], + [ + "Luxe Modern Private Townhome", + 88 + ], + [ + "Super comfy Bushwick getaway, 4 min. from the M!", + 40 + ], + [ + "Home Sweet Home", + 175 + ], + [ + "Unique Private Suite", + 135 + ], + [ + "Cozy and Sunny Bedroom in Private Apartment", + 70 + ], + [ + "Private Bedroom in Original Bed-Stuy Apartment", + 109 + ], + [ + "Cozy shared room in the middle of Manhattan", + 95 + ], + [ + "Cozy Place in the Middle of Manhattan", + 95 + ], + [ + "Beautiful upper west side apt share", + 65 + ], + [ + "Room available in BedStuy condo w/ private yard", + 50 + ], + [ + "Room available in BedStuy condo w/ private yard", + 56 + ], + [ + "Sun Drenched Williamsburg Gem", + 125 + ], + [ + "Large Modern Studio in East Village", + 160 + ], + [ + "Le Chateau Boutique in Le Brooklyn , NY ! Voila !", + 99 + ], + [ + "Williamsburg Charm", + 120 + ], + [ + "Private, Beautiful Upper Eastside Townhome", + 950 + ], + [ + "Spacious Two-Bedroom Apartment with Private Garden", + 110 + ], + [ + "Eclectic Space for Chill and Creative Energies", + 45 + ], + [ + "Duplex Townhouse in Heart of Williamsburg", + 327 + ], + [ + "Apartment minutes from manhattan", + 110 + ], + [ + "NYC SWEET OASIS (POOL, PATIO,& OUTSIDE SPACE)", + 190 + ], + [ + "Convenient and comfy", + 120 + ], + [ + "Top Floor Two Bedroom at Top of Manhattan", + 99 + ], + [ + "Designer Loft", + 350 + ], + [ + "Comfortable Room with Private Bath - 15 min to JFK", + 50 + ], + [ + "Private bedroom on historic street in Manhattan", + 80 + ], + [ + "Top room with a view Quiet Easy A-train downtown", + 57 + ], + [ + "Spacious room in Brooklyn. Only girls please", + 38 + ], + [ + "Quiet & Cozy Central Park Charmer", + 140 + ], + [ + "#5 STUDIO one block to train station", + 165 + ], + [ + "Hamilton Heights Full Floor Garden Apt", + 200 + ], + [ + "The Park Townhouse - Jewel of Fort Greene", + 750 + ], + [ + "Clean, cool and modern downtown apartment", + 150 + ], + [ + "#6 Cozy Studio, one block from train station", + 165 + ], + [ + "1 Bedroom, Pvt Living Space & Bath- Till May 30th", + 50 + ], + [ + "private room for women, central location in NYC", + 65 + ], + [ + "Spacious private bedroom in East Village / StMarks", + 125 + ], + [ + "Germania's Deluxe Palace", + 250 + ], + [ + "Highclass clean and calm", + 50 + ], + [ + "Spacious NEW studio in Brooklyn near NYC subway!", + 115 + ], + [ + "Full bedroom with private access and courtyard", + 70 + ], + [ + "Sunny BedStuy hideaway near clubs + 30 min to City", + 40 + ], + [ + "Room in te heart of manhattan - prime location!", + 80 + ], + [ + "New to Market, Extended Stay Studio in Park Slope", + 85 + ], + [ + "Sunny, spacious Apt. near Prospect Park", + 120 + ], + [ + "Beautiful, eclectic large Soho-Tribeca 2-Bed Apt", + 300 + ], + [ + "Two amazing bedrooms in the heart of East Village", + 260 + ], + [ + "Private Room in Light-Filled Loft", + 80 + ], + [ + "Huge private apartment in Manhattan", + 74 + ], + [ + "Spacious private bedroom in Washington Heights", + 60 + ], + [ + "2BR High Ceiling Zen Sanctuary in Artsy Bushwick", + 100 + ], + [ + "Clean and comfortable private room in NYC", + 47 + ], + [ + "Entire Apartment in Park Slope Brownstone", + 245 + ], + [ + "Spacious 1-bedroom apartment in Pelham Parkway", + 75 + ], + [ + "Private Garden Apartment in Park Slope Brownstone", + 135 + ], + [ + "The beautiful room with your own bathroom", + 65 + ], + [ + "Penthouse with Manhattan views", + 130 + ], + [ + "[Entire place] Comfy Apt in Prime Location", + 173 + ], + [ + "Cozy Studio in the Heart of Spanish Harlem", + 100 + ], + [ + "Sunny 1-Bedroom close to Manhattan", + 120 + ], + [ + "The Yorkville Club House", + 105 + ], + [ + "Mid Century modern room 1 minute to Subway", + 72 + ], + [ + "Vintage Brooklyn Room 1 minute to Subway", + 79 + ], + [ + "Cozy and quiet studio by Central Park", + 140 + ], + [ + "Special!! Near NYC up to 4+ people", + 49 + ], + [ + "luxury apartment near wall street", + 134 + ], + [ + "BEAUTIFUL CONDO IN HEART OF HELLS KITCHEN !!", + 160 + ], + [ + "A great amount of space for a family!", + 140 + ], + [ + "One bedroom apartment in Williamsburg", + 120 + ], + [ + "New York at its BEST!", + 50 + ], + [ + "Walk distance to Central Park, 10min Time Square", + 120 + ], + [ + "Brooklyn Brownstone — BedStuy Garden Apartment", + 155 + ], + [ + "Beautiful, Comfortable Studio", + 260 + ], + [ + "Beautiful Private apartment, Sunset Park Brooklyn", + 130 + ], + [ + "Trendy and Modern Room in Bushwick", + 70 + ], + [ + "Room In Manhattan Close to Everything", + 89 + ], + [ + "Close to JFK", + 42 + ], + [ + "Upper East Fun and Sunny 1B1B Very Close to Subway", + 159 + ], + [ + "Cozy Private Bedroom in Manhattan", + 70 + ], + [ + "THE WHITE HOUSE BEDROOM 3", + 50 + ], + [ + "WALK TO FREE SI FERRY FROM FURNISHED STUDIO APT", + 99 + ], + [ + "COZY&CHARMING ROOM - CLOSE TO MANHATTAN", + 50 + ], + [ + "Large Beautiful Apartment in Peter Cooper Village", + 130 + ], + [ + "Cozy Studio in Queens zZZ", + 99 + ], + [ + "STEINWAY..The heart of Astoria", + 60 + ], + [ + "Large Room in Brownstone Townhouse (2nd fl)", + 90 + ], + [ + "Coming soon: stunning Upper West Side apartment", + 1000 + ], + [ + "Cozy NoHo Studio Apartment", + 106 + ], + [ + "New Furnished Modern Two-Bedroom Apartment", + 115 + ], + [ + "Close to city in trendy Queens! Females only", + 38 + ], + [ + "中城西豪华客厅!", + 69 + ], + [ + "Private Room near to Manhattan", + 65 + ], + [ + "Cozy vibes next to Prospect Park/Botanical Gardens", + 75 + ], + [ + "Bright and Spacious East Village Apartment", + 250 + ], + [ + "Chic modern 1 bedroom apartment in Astor Place", + 275 + ], + [ + "Cozy And Stylish Modern Home", + 249 + ], + [ + "Class, Comfort, Convenience In The Heart of NYC", + 799 + ], + [ + "Spacious apt, New building in trendy Bushwick!", + 147 + ], + [ + "Sunny 1 Bedroom Apt in Bed-Stuy Brownstone", + 110 + ], + [ + "Crown Heights Studio", + 90 + ], + [ + "Massive, Incredible Brand New East Village Loft", + 62 + ], + [ + "Kings palace close to jfk, Belmont track & casino", + 600 + ], + [ + "Bedroom in Soho for working professional", + 67 + ], + [ + "Comfortable master room in Brooklyn close to train", + 58 + ], + [ + "Nightly or long sublet. (12x12 room in 2BR)", + 120 + ], + [ + "STOP n SLEEP Large - LGA LaGuardia Airport and JFK", + 39 + ], + [ + "Chic+Charming Soho Loft Apartment [True 1BR]", + 235 + ], + [ + "Manhattan Treasure (Harlem Find)", + 182 + ], + [ + "The New Harlemites", + 150 + ], + [ + "One bedroom apartment in mid-town", + 120 + ], + [ + "1 Bedroom studio 15Mins from JFK,30 mins by carLGA", + 100 + ], + [ + "new years eve week", + 350 + ], + [ + "Entire Luxurious Condominium Near JFK Airport", + 90 + ], + [ + "Sonder | Stock Exchange | Pristine Studio + Lounge", + 194 + ], + [ + "Best of Brooklyn: Prospect Park", + 145 + ], + [ + "Sonder | Stock Exchange | Stunning 3BR + Kitchen", + 470 + ], + [ + "Sonder | Stock Exchange | Relaxed 1BR + Lounge", + 247 + ], + [ + "Sunny Bedroom in Ridgewood/Bushwick", + 50 + ], + [ + "Sonder | 21 Chelsea | Vibrant 1BR + Rooftop", + 260 + ], + [ + "Sunlit Bedroom with Private Terrace - Williamsburg", + 80 + ], + [ + "Spacious Williamsburg Duplex w/ Private Patio", + 210 + ], + [ + "bellissima stanza privata in east harlem NYC", + 70 + ], + [ + "Private, warm & inviting contemporary space.", + 33 + ], + [ + "Private bedroom in the heart of east village", + 80 + ], + [ + "Large Private room minutes to Times Square", + 62 + ], + [ + "Comfy & Cheerful Oasis in Vibrant Neighborhood", + 171 + ], + [ + "Entire studio with separate kitchen & dining room!", + 125 + ], + [ + "West Village Town House \nWith Private Backyard", + 350 + ], + [ + "LUXURY 2bedrm w/ Outdoor Patio - TimeSq/42nd & 9th", + 395 + ], + [ + "Sunny Private bedroom in convenient location", + 72 + ], + [ + "Only for airline crew, pilots and flight attendant", + 70 + ], + [ + "BKLYN Cozy B&B", + 55 + ], + [ + "Urban Zen Oasis", + 225 + ], + [ + "MASTER ROOM\nClose to the JFK and LGA airport", + 57 + ], + [ + "Chic Blush Freesia", + 99 + ], + [ + "Feel free and at home In my cozy apartment.", + 35 + ], + [ + "Chic Blush Shine", + 89 + ], + [ + "★ Private Room in great location near Times Square", + 135 + ], + [ + "Home away from home!! (4A)", + 85 + ], + [ + "Spacious one bedroom Suit! (2T)", + 85 + ], + [ + "Sun Lit Room in Ridgewood/Bushwick 25 mins to NYC", + 60 + ], + [ + "Modern Suite in Bed-Stuy", + 60 + ], + [ + "Cozy 2 bedroom Manhattan apartment", + 219 + ], + [ + "Cozy 3BR/2BA in LES - Close to Subway - Sleeps 9", + 442 + ], + [ + "LAVISH 3 Bedroom in Williamsburg!!", + 250 + ], + [ + "Sunny Astoria One-Bedroom With Stunning NYC Views", + 160 + ], + [ + "Large, Bright, Full Home in Greenpoint w/ Backyard", + 240 + ], + [ + "Modern & Cozy Room with PRIVATE balcony!", + 80 + ], + [ + "Entire apartment in the heart of Williamsburg", + 190 + ], + [ + "Sanctuary in the Heart of Williamsburg!", + 199 + ], + [ + "Musical loft sanctuary with private roof deck", + 250 + ], + [ + "Luxury Chelsea Loft with Private Elevator", + 949 + ], + [ + "Sun soaked private room with all the amenities!", + 60 + ], + [ + "Beautiful Fifth Avenue Studio with Garden", + 180 + ], + [ + "Heaven", + 59 + ], + [ + "2 BRM Heart of Time Square", + 300 + ], + [ + "1 Bedroom open floor garden apartment", + 120 + ], + [ + "seconds from subway, 30 min drive to city,solo tra", + 39 + ], + [ + "A Nice Room", + 50 + ], + [ + "HUGE, SUNNY room in Financial District", + 150 + ], + [ + "CATALINA’S ROOM\n Close to JFK and LGA airport", + 51 + ], + [ + "Spacious private room for rent.", + 100 + ], + [ + "Great Room with WC", + 60 + ], + [ + "Artist Loft: Clean, Cozy, Sun Filled, Plant Oasis", + 250 + ], + [ + "Private room in loft (check out my pictures)!!!!", + 68 + ], + [ + "Our sanctuary", + 100 + ], + [ + "Bohemian Brooklyn Suite with 2 Private Terraces", + 189 + ], + [ + "Charming 1BD Astoria Penthouse", + 98 + ], + [ + "Sunny 4 bedrooms in Manhattan", + 400 + ], + [ + "Homey and spacious 1BR Apt, near Prospect Park", + 110 + ], + [ + "Astoria Center Location", + 49 + ], + [ + "Designer's spacious 4bedrooms Manhattan apt", + 300 + ], + [ + "Brooklyn sunny room! Short or long term stay", + 30 + ], + [ + "Center of the Universe Stay", + 135 + ], + [ + "A GREY DOOR - BED-STUY.", + 113 + ], + [ + "Private Studio Space in Windsor Terrace Brooklyn", + 55 + ], + [ + "Location Location Location! Basic, Clean & Cheap!", + 100 + ], + [ + "Charming Soho large 1 bedroom apartment style loft", + 285 + ], + [ + "Big room with king bed", + 45 + ], + [ + "Contemporary Brooklyn Lifestyle Apt /JFK Airport", + 195 + ], + [ + "Amazing Cortelyou road", + 78 + ], + [ + "Alojamiento Betsaida.", + 42 + ], + [ + "Cozy studio for the best rest", + 110 + ], + [ + "Stylish NYC Apartment Right Next to Subway", + 99 + ], + [ + "Sunny big room in East Williamsburg", + 47 + ], + [ + "DEMETRIO’S ROOM\nClose to JFK and LGA Airport", + 51 + ], + [ + "Sunny And Spacious Apartment In Chelsea", + 170 + ], + [ + "RV camper for the outdoor lovers", + 100 + ], + [ + "Master bedroom in Luxury High Rise", + 125 + ], + [ + "Still NYC... Grymes Hill, Staten Island", + 115 + ], + [ + "HOSTEL MY REFUGE PAISA(Camarote#2abajo)", + 43 + ], + [ + "Rad Chelsea 2BR w/ Sundeck, Doorman + Rooftop views by Blueground", + 439 + ], + [ + "Gorgeous Gramercy Park 2BR w/ Large private terrace, Gym + Doorman", + 348 + ], + [ + "PRIME WEST VILLAGE STUDIO APARTMENT", + 150 + ], + [ + "Cozy bedroom with patio in townhouse in Brooklyn", + 50 + ], + [ + "Comfortable and spacious bedroom in Brooklyn", + 57 + ], + [ + "HOSTEL MY REFUGE PAISA (Camarote#1 arriba)", + 43 + ], + [ + "shared apt only for female near Times Square", + 65 + ], + [ + "Hotel Room at Midtown 45 at New York City", + 250 + ], + [ + "Great Apartment super close to the train.", + 160 + ], + [ + "Spacious and sunny one bedroom", + 130 + ], + [ + "Sonder | Stock Exchange | Calming 3BR + Laundry", + 505 + ], + [ + "Art Deco Charm in the heart of The Village!", + 425 + ], + [ + "Art Deco Charm in the heart of The Village!", + 425 + ], + [ + "Spacious, Clean and Modern 2 Bedroom Suite", + 150 + ], + [ + "clean room with private bath, 10 Mins to city", + 50 + ], + [ + "Cozy Guest Quarters in East Village Penthouse!", + 62 + ], + [ + "Lovely apartment 2 bedrooms 2 bathrooms in UWS", + 380 + ], + [ + "Comfy’s Bedroom Close Subway", + 49 + ], + [ + "New 2 Bed 1 Bath in the UES #6131", + 206 + ], + [ + "Lower East Side Studio", + 123 + ], + [ + "Nolita Gem", + 145 + ], + [ + "Amazing New 1 Bedroom in the UES #6132", + 206 + ], + [ + "Cozy Corner", + 75 + ], + [ + "Gorgeous, Large Brownstone with Backyard & Parking", + 350 + ], + [ + "Large room in sunny Williamsburg apt, HUGE BALCONY", + 76 + ], + [ + "AMAZING 3 BEDROOM APARTMENT IN FLUSHING QUEENS", + 200 + ], + [ + "No Cleaning Fee! 1.5 blocks to 2 Train. 9pm-9am", + 35 + ], + [ + "B-comfortable queen size bed try it yourself", + 49 + ], + [ + "“Mi casa es tu casa” “My home is your home” NYC", + 150 + ], + [ + "Comfy Home ~ 1st Floor", + 150 + ], + [ + "QUIET 1BR apartment CLOSE to EVERYTHING", + 195 + ], + [ + "spacious, apt. near bars/parks/museums/restaurants", + 140 + ], + [ + "Bay parkway Private room", + 35 + ], + [ + "Huge Room For Rent Close to JFK and the Q train", + 65 + ], + [ + "Private Room Near Q Train in Brooklyn", + 65 + ], + [ + "Cozy Room For Girls Only:2 Minutes Walk To Q Train", + 65 + ], + [ + "Brand new private apartment 5 minutes from JFK!", + 50 + ], + [ + "Comfortable Sofa Bed For Rent In NYC. Female ONLY", + 40 + ], + [ + "Sofa Bed For Rent Near The Q Train: Girls Only.", + 40 + ], + [ + "Beautiful Private Home in Bushwick, Brooklyn!", + 180 + ], + [ + "Beautiful Chelsea townhouse bedroom", + 115 + ], + [ + "Uptown Minimalist Chic", + 69 + ], + [ + "A beautiful Gem", + 40 + ], + [ + "SMALL ROOM NO WINDOW, NO AIR CONDITIONER V-ROOM", + 39 + ], + [ + "Union Square Private Double & Single Bed w/ Shower", + 99 + ], + [ + "Central Herald Sq.1BR w/ Roofdeck, Gym next to the subway by Blueground", + 334 + ], + [ + "Share in cozy 1BR", + 40 + ], + [ + "MARCELO’S ROOM \nClose to JFK airport and LGA", + 38 + ], + [ + "Premium FiDi 1BR w/ Roofdeck, Gym + Doorman near Wall St. by Blueground", + 332 + ], + [ + "Cozy room in Soho", + 64 + ], + [ + "Bright One Bedroom Loft", + 100 + ], + [ + "Beautiful Chelsea Townhouse bedroom", + 110 + ], + [ + "Large Comfy 2Bdrm Apt in Williamsburg, Brooklyn", + 245 + ], + [ + "Cosy apartment in heart of the East Village", + 135 + ], + [ + "Your Next Vacation Should be Here...Walk to TimeSq", + 299 + ], + [ + "Brand New Studio~W/D in unit~Prime Gramercy", + 150 + ], + [ + "Spacious,Quite,beautiful room in Astoria-Ditmars", + 53 + ], + [ + "Sonder | Theater District | Airy 1BR + City View", + 212 + ], + [ + "5BR Designer Loft in Soho/TriBeCa! Best Location!", + 299 + ], + [ + "Cozy and Comfortable Studio Apartment", + 110 + ], + [ + "Bright Large Room, only 30mins to Times Square", + 60 + ], + [ + "My awesome room :0)", + 70 + ], + [ + "Vacate NYC.", + 65 + ], + [ + "Spacious yellow room in Brooklyn", + 90 + ], + [ + "Charming 1BR next to subway & walk to Central Park", + 174 + ], + [ + "Nolita! Cute one bedroom (Website hidden by Airbnb) Location!", + 260 + ], + [ + "Brooklyn Spacious Sunny Apartment", + 200 + ], + [ + "Clean and quiet Brooklyn room 35 mins from Soho", + 50 + ], + [ + "The Pineapple tree (Girls shared room only)", + 24 + ], + [ + "Large Bedroom with privet bathroom", + 35 + ], + [ + "Cozy and beautiful room for a couple", + 70 + ], + [ + "★Affordable Clean Private Room#1 in Hell' kitchen★", + 110 + ], + [ + "Highland Park 2 bedroom share", + 85 + ], + [ + "Beautiful Home in Heart of Brooklyn", + 95 + ], + [ + "Private House in Trendy Crown Heights", + 425 + ], + [ + "Modern & Spacious in trendy Crown Heights", + 150 + ], + [ + "Charming Room in Clean Apt! Soho!", + 119 + ], + [ + "Large Cozy Prospect Lefferts II", + 45 + ], + [ + "Queen Room", + 135 + ], + [ + "Standard Queen Room", + 100 + ], + [ + "Standard Queen", + 219 + ], + [ + "Double Room with Two Double Beds", + 159 + ], + [ + "East Village Bedroom", + 50 + ], + [ + "Cozy Bedroom in Bed-Stuy apartment", + 150 + ], + [ + "HOSTEL MY REFUGE PAISA (CAMAROTE#4 Parte Baja)", + 34 + ], + [ + "Olive's Guest Quarters #2", + 175 + ], + [ + "Private Bedroom in Williamsburg Apt!", + 109 + ], + [ + "Comfortable,spacious and luxurious homely settings", + 140 + ], + [ + "Comfy and quiet bed for women travelers", + 26 + ], + [ + "Olive's Guest Quarters #3", + 175 + ], + [ + "Perfectly Located Near Restaurants, Shops, & Sites", + 299 + ], + [ + "Sonder | Stock Exchange | Amazing 1BR + Sofa Bed", + 234 + ], + [ + "Sonder | Stock Exchange | Cozy 1BR + Laundry", + 230 + ], + [ + "Sonder | Stock Exchange | Sunny 1BR + Kitchen", + 230 + ], + [ + "Hamilton Heights Home Away from Home! (30-Day Min)", + 125 + ], + [ + "Sonder | The Biltmore | Charming 1BR + Rooftop", + 217 + ], + [ + "Sonder | The Biltmore | Warm Studio + Rooftop", + 182 + ], + [ + "Sonder | The Biltmore | Cozy Studio + Rooftop", + 152 + ], + [ + "The Sunshine Palace", + 125 + ], + [ + "Sonder | The Biltmore | Serene 1BR + City View", + 219 + ], + [ + "Sonder | The Biltmore | Sunny 1BR + City View", + 207 + ], + [ + "Charming 2BR Apt! Popular Neighborhood!", + 289 + ], + [ + "STYLISH 2 BEDROOM APART. IN PRIME UPPER WEST SIDE", + 330 + ], + [ + "Hustler's Paradise 2 (Semi Private)", + 29 + ], + [ + "★ CLEAN/ELEGANT TWO BEDROOM APARTMENT ★", + 289 + ], + [ + "NiceA apt in trendy Brooklyn", + 150 + ], + [ + "Large furnished studio, East 56 St., NYC", + 120 + ], + [ + "A Comfortable Room", + 40 + ], + [ + "Sonder | Stock Exchange | Sunny 1BR + Laundry", + 228 + ], + [ + "Sonder | Stock Exchange | Warm Studio + Laundry", + 203 + ], + [ + "JFK Airport Layovers Special 6 minutes away", + 49 + ], + [ + "Charming Williamsburg 30 day min stay 2 br /2 bath", + 183 + ], + [ + "Glamorous 3 Bedroom/3 Bath Brownstone", + 800 + ], + [ + "Pleasant Room on Pleasant Avenue, NYC", + 50 + ], + [ + "Lower East Side Gem", + 149 + ], + [ + "Cozy private bedroom 15 min from Manhattan", + 55 + ], + [ + "Premier room in Downtown NY, Two Bridges,Chinatown", + 108 + ], + [ + "Priv room in an immaculate Apt,near Cent Park, UWS", + 160 + ], + [ + "1718公馆套房", + 60 + ], + [ + "Cute private room in Washington Heights!", + 52 + ], + [ + "Central Manhattan Ladies Only (Shared)", + 39 + ], + [ + "Cozy room in Downtown Manhattan, Two Bridges, Soho", + 89 + ], + [ + "Brooklyn room close to the train, L,C,A,Zand J", + 57 + ], + [ + "Brooklyn room close to Subways to Manhattan", + 57 + ], + [ + "New bedroom in nice apartment. Close to hospital!", + 40 + ], + [ + "Great room close to the Subways L,A,C,Z and J", + 55 + ], + [ + "Brand New Duplex 3BR~W/D in the unit.", + 290 + ], + [ + "Clean and comfortable private room in NYC", + 45 + ], + [ + "1 Bedroom nestled in Bushwick/East Williamsburg", + 150 + ], + [ + "A room where you can find peace and rest!", + 50 + ], + [ + "Charming 1 bedroom apartment with private patio", + 165 + ], + [ + "Amazing 1 Bedroom Apt! Near the SI Ferry!!", + 68 + ], + [ + "BEST location beautiful 1BR apartment in Manhattan", + 195 + ], + [ + "Woodhaven Castle", + 45 + ], + [ + "曼哈顿108街转租!", + 66 + ], + [ + "MASTER BEDROOM WITH A LOT OF LIGHT IN ASTORIA", + 40 + ], + [ + "Hip Midtown West 2BR w/ roomy sundeck, gym, near Times Sq by Blueground", + 309 + ], + [ + "Airy Midtown West 1BR w/ roomy sundeck, gym, near Times Sq by Blueground", + 240 + ], + [ + "Open Midtown West 1BR w/ roomy sundeck, gym, near Times Sq by Blueground", + 240 + ], + [ + "Smart Midtown West Studio w/ sundeck, gym, near Times Sq. by Blueground", + 219 + ], + [ + "Spacious and bright — Ft. Greene — best location", + 125 + ], + [ + "Bright, renovated apartment close to subway+city", + 130 + ], + [ + "A Delightful Room", + 50 + ], + [ + "Home Away From Home at Mosholu pkwy", + 51 + ], + [ + "Flatbush Apartment near 2,5 train", + 82 + ], + [ + "Airy Apartment in the Heart of West Village/SoHo", + 200 + ], + [ + "Cozy Bright Prospect Park Studio", + 150 + ], + [ + "Stylish Designer 3 Bedroom Apartment", + 360 + ], + [ + "Remote William", + 400 + ], + [ + "Private Rm Near JFK, Beach & St. John E Hospital", + 45 + ], + [ + "Comfort room in Downtown NY, Two Bridges,Chinatown", + 89 + ], + [ + "Sunny Sunset Park Large Bedroom near subway", + 75 + ], + [ + "Small studio", + 75 + ], + [ + "Cozy bedroom in Sunset Park apartment", + 47 + ], + [ + "5 ★ Stay in Manhattan (Cozy & Family Friendly)", + 105 + ], + [ + "Tu tranquilidad no tiene precio", + 90 + ], + [ + "Modern,spacious and peaceful apartment", + 75 + ], + [ + "A Living Room", + 30 + ], + [ + "Sophisticated Brownstone Duplex", + 499 + ], + [ + "3BR Family Home in Prime Queens Neighborhood", + 250 + ], + [ + "Alexander Hamilton( For Guys ONLY)", + 24 + ], + [ + "English style home in Brooklyn New York", + 79 + ], + [ + "Private Entrance Spacious 5 BD Apartment Manhattan", + 280 + ], + [ + "Immaculate Private Bedroom & Bathroom (Room A)", + 75 + ], + [ + "ALEX SPACE #5", + 58 + ], + [ + "Close to Manhattan ( S ).", + 55 + ], + [ + "Contemporary Brooklyn Lifestyle Apt /JFK Airport 1", + 65 + ], + [ + "Contemporary Brooklyn Lifestyle Apt /JFK Airport 2", + 65 + ], + [ + "COUCH SURF in Gorgeous apt. Have own open room!", + 63 + ], + [ + "Spacious aptmt sleeps 4 AND addtn blowup mattress", + 250 + ], + [ + "Artist LOFT in Bushwick - 15min from Manhattan", + 200 + ], + [ + "Light-Filled Studio, Steps to Subway", + 104 + ], + [ + "Habitación amplia , a 15 minutos del airport LGA", + 65 + ], + [ + "RENTING MY SOFA. ASTORIA ,NY", + 45 + ], + [ + "Beautiful Apt in the Heart of the Upper East Side", + 175 + ], + [ + "Studio on East Williamsburg", + 65 + ], + [ + "Cozy 1 br Apt In Uptown Manhattan", + 150 + ], + [ + "New York City Luxury Bedroom", + 215 + ], + [ + "Midtown 2 Bed United Nations Loc, Full Kitchen", + 419 + ], + [ + "New York City Luxury Bedroom!!", + 215 + ], + [ + "Gorgeous and Huge One BR and sofa bed in LR too!", + 195 + ], + [ + "Sun filled Brooklyn Apartment", + 225 + ], + [ + "Beautiful Room in Williamsburg Loft", + 65 + ], + [ + "Monthly**Lux 2bed/2bath* Flatiron Midtown Doorman!", + 306 + ], + [ + "BRIGHT WILLIAMSBURG ROOM WITH BALCONY", + 90 + ], + [ + "Elegant Park BrownStone Duplex 3Bedroom/3Bath", + 700 + ], + [ + "Cozy industrial loft in the heart of Williamsburg", + 200 + ], + [ + "Magical cozy studio in the heart of West village", + 230 + ], + [ + "Prime Williamsburg 2BR w/ NYC View -Long Term Only", + 150 + ], + [ + "Vibrant area, bohemian vibe", + 55 + ], + [ + "New York at Christmas Time! Dec. 17-20", + 600 + ], + [ + "Cozy, Friendly Apt Share for Young Professionals", + 68 + ], + [ + "Spacious Room in North Williamsburg!", + 70 + ], + [ + "Dollhouse Studio", + 79 + ], + [ + "Cozy, Comfy, Clean Mondern 2-Story Condo", + 175 + ], + [ + "WHOLE APARTMENT, 15 MINUTES TO MANHATTAN", + 140 + ], + [ + "1 & 1/2 Bd Garden apt around corner from river", + 180 + ], + [ + "comfortable & cozy qns size bed Feel it yourself", + 37 + ], + [ + "Luxury 3 Double-Bed Park Slope Apt Steps from Park", + 395 + ], + [ + "Brooklyn Bliss 2", + 75 + ], + [ + "Brooklyn Bliss 3", + 50 + ], + [ + "Cozy bedroom in a shared apartment. Private room.", + 85 + ], + [ + "Cozy and sunny 2 bedroom apartment", + 130 + ], + [ + "Time Square 2 bedroom apt", + 225 + ], + [ + "Timbuktu suits Bamako", + 150 + ], + [ + "Comfortable Bedroom in Cute Boerum Hill Area", + 105 + ], + [ + "One bedroom apartment in the heart of astoria", + 85 + ], + [ + "Cozy apartment by Central Park", + 69 + ], + [ + "Cozy apartment by Central Park", + 60 + ], + [ + "Cozy apartment by Central Park", + 85 + ], + [ + "Shared Room in Manhattan", + 60 + ], + [ + "Close to everything: Artsy fartsy share", + 41 + ], + [ + "Bright modern loft in Crown Heights brownstone", + 130 + ], + [ + "Best Location! Spacious 3BR in Center of NYC!", + 149 + ], + [ + "Hudson Yards Penthouse Luxury Sublet", + 100 + ], + [ + "Light filled Townhouse in Historic Central Harlem", + 600 + ], + [ + "Sonder | The Biltmore | Chic 1BR + City View", + 227 + ], + [ + "Sonder | The Biltmore | Stylish 1BR + Sofa Bed", + 244 + ], + [ + "July 4th Special! 1 bedroom in NYC", + 150 + ], + [ + "Sonder | Stock Exchange | Tasteful 3BR + Laundry", + 472 + ], + [ + "Sonder | Stock Exchange | Stunning 3BR + Sofa Bed", + 474 + ], + [ + "Sonder | Stock Exchange | Restful Studio + Laundry", + 214 + ], + [ + "Sonder | Stock Exchange | Polished 1BR + Sofa Bed", + 235 + ], + [ + "Sonder | Stock Exchange | Relaxed 1BR + Kitchen", + 244 + ], + [ + "Sonder | Stock Exchange | Polished 3BR + Kitchen", + 495 + ], + [ + "1 sunny Bedroom in a Boho style apartment", + 60 + ], + [ + "Sonder | Stock Exchange | Laid-Back 2BR + Sofa Bed", + 398 + ], + [ + "PRIDE Perfect! Bright, Clean & New W. Village Flat", + 260 + ], + [ + "Very huge apartment in the heart of Williamsburg.", + 230 + ], + [ + "Fantastic new luxury single beach studio in NYC!", + 95 + ], + [ + "Sonder | Stock Exchange | Airy 1BR + Sofa Bed", + 229 + ], + [ + "Spacious private room in the heart of Astoria", + 90 + ], + [ + "Sonder | Stock Exchange | Warm 1BR + Laundry", + 240 + ], + [ + "Convienent Brooklyn (Fort Greene) Bedroom", + 90 + ], + [ + "Sonder | Stock Exchange | Brilliant 1BR + Kitchen", + 236 + ], + [ + "Sonder | Stock Exchange | Calming 1BR + Lounge", + 229 + ], + [ + "Cozy studio in the heart of cobble hill", + 160 + ], + [ + "Sonder | Stock Exchange | Cozy 1BR + Lounge", + 229 + ], + [ + "Cozy studio in Chelsea NYC", + 154 + ], + [ + "Penthouse Duplex with outdoor space Murray Hill", + 200 + ], + [ + "Hostal , full size bed ( bottom bunk) shared room", + 35 + ], + [ + "Rad Clubhouse: 2 Private Rooms + Diner Kitchen", + 169 + ], + [ + "Cozy Room with Private Bath in Bay Ridge (Room B)", + 75 + ], + [ + "Duplex Penthouse with private roof in Williamsburg", + 240 + ], + [ + "Comfy Room w Private Bath in Bay Ridge (Room C)", + 75 + ], + [ + "BIENVENIDOS MI CASA ES TU CASA", + 50 + ], + [ + "Private Bedroom in a Prewar Gramercy Building!", + 95 + ], + [ + "Massive Private rm Private Entrance HEART of Wb", + 120 + ], + [ + "Comfortable Room near the center of Manhattan.", + 60 + ], + [ + "Sonder | Stock Exchange | Central 1BR + Kitchen", + 229 + ], + [ + "Cozy studio in great location on Upper East Side", + 130 + ], + [ + "Halsey Street Commode", + 100 + ], + [ + "Sonder | Upper East Side | Chic 1BR + Sofa Bed", + 164 + ], + [ + "Large studio for 2", + 150 + ], + [ + "Luxe Modern Tribeca Studio", + 355 + ], + [ + "Sonder | Upper East Side | Airy 1BR + Gym", + 150 + ], + [ + "UPPER WEST SIDE ZEN CASITA CLOSE TO COLUMBIA UNI!", + 89 + ], + [ + "Prime Location!Cozy 2BR in West Village!", + 1799 + ], + [ + "Imperial", + 45 + ], + [ + "Park Avenue # Central Park # Luxury # 2 Bedroom", + 395 + ], + [ + "UPPER EAST SIDE BEST ROOM", + 70 + ], + [ + "Modern Brooklyn Getaway", + 134 + ], + [ + "Large, Bright, Luxury Chelsea Studio/ Best Area!!!", + 200 + ], + [ + "Charming 3BR w/Private Backyard. 15min to Manh", + 215 + ], + [ + "Manhattan Lux King Sized Room, Lots of Light", + 85 + ], + [ + "Great Brooklyn location! Spacious apartment.", + 350 + ], + [ + "Spacious Brooklyn Room for 1 or 2 Guests.", + 48 + ], + [ + "Private bedroom in new and spacious apartment", + 65 + ], + [ + "Cozy Midtown West 1BR w/ roomy sundeck, gym, near Times Sq by Blueground", + 271 + ], + [ + "★Warm + Welcoming BEDSTUY - Private2BR on J/M/Z★", + 125 + ], + [ + "Light-filled master Bedroom by the Cloisters", + 70 + ], + [ + "WEST VILLAGE Bohemian flat in neo-Tudor town house", + 250 + ], + [ + "Modern, Airy & Sunny Apt in Brownstone Brooklyn!", + 159 + ], + [ + "Prime West Village: Art & Foodie Heaven", + 155 + ], + [ + "Executive Living off Fifth Ave and Central Park", + 159 + ], + [ + "Cozy Downtown Unit - 3 bedrooms, 2 full baths", + 699 + ], + [ + "Instagram Dream Townhouse in Times Sq.", + 300 + ], + [ + "Family Friendly East Village Brownstone 2-Floors", + 165 + ], + [ + "Chill East Village Get-Away", + 140 + ], + [ + "Quiet and comfy Room in the heart of Williamsbourg", + 75 + ], + [ + "Spacious bedroom with washer and dryer unit.", + 51 + ], + [ + "Fresh", + 80 + ], + [ + "Astoria Apt", + 700 + ], + [ + "Chill East Williamsburg Apartment", + 90 + ], + [ + "Brooklyn Loft Living in Bedstuy / Clinton Hill", + 64 + ], + [ + "NEWLY-RENOVATED APARTMENT, 35 MINS FROM MANHATTAN", + 150 + ], + [ + "★COLUMBUS CIRCLE★FULL FLOOR LOFT~5 Beds@BROADWAY", + 549 + ], + [ + "Cozy Bushwick Studio - Great Location", + 100 + ], + [ + "6 Guests! Close to JFK-Manhattan(30 min \"A\" train)", + 149 + ], + [ + "Beautiful Park Slope Apartment with outdoor space", + 50 + ], + [ + "2 Bedroom APT in Beautiful Brooklyn Heights", + 550 + ], + [ + "温暖的双人房间", + 65 + ], + [ + "Midtown West Hotel - Hudson Twin Single", + 99 + ], + [ + "Midtown West Hotel - Empire Triple Room", + 199 + ], + [ + "Wood + brick + Bushwick", + 60 + ], + [ + "Greenwich/West Village Sunny real one bedroom apt!", + 154 + ], + [ + "Charming and Beautiful Home with Outdoor Space", + 120 + ], + [ + "A Pleasant Room", + 50 + ], + [ + "The Stop at Fordham Manor", + 70 + ], + [ + "My home is open to everyone!", + 60 + ], + [ + "Small room for female guests only", + 26 + ], + [ + "Contemporary Brooklyn Lifestyle Apt /JFK Airport 3", + 65 + ], + [ + "Sensational Midtown East Dream Near E/M Trains", + 250 + ], + [ + "Private room in Mckibbin Lofts. Rooftop access", + 70 + ], + [ + "Nice basement studio apt on East Williamsburg", + 65 + ], + [ + "HABITACIÓN COMPARTIDA PARA MUJERES AVENTURERAS!", + 25 + ], + [ + "Spacious 2 Bedroom apartment in Astoria", + 115 + ], + [ + "Luxury 3 Bed FiDi Charm Doorman Elevator | Laundry", + 325 + ], + [ + "Guest Bedroom in light-filled Williamsburg Loft", + 75 + ], + [ + "Hotel-like Private Room, KING Bed 25 min NYC", + 50 + ], + [ + "Chefs apt w/ art, plants, books & strong coffee", + 65 + ], + [ + "Spacious Studio with easy access to NYC", + 70 + ], + [ + "Lady's Powder Room", + 39 + ], + [ + "Modern Private Bath and Furnished Room Near Train", + 75 + ], + [ + "Cozy West Village apt", + 170 + ], + [ + "Large living room, near transit, gym, super clean", + 80 + ], + [ + "Beautiful & Tranquil Private Room in Williamsburg", + 71 + ], + [ + "Hostal: 1 full size mattress bottom floor bunk bed", + 33 + ], + [ + "Private! Studio New Modern Close To JFK LGA NYC :)", + 100 + ], + [ + "quiet inwood space", + 70 + ], + [ + "Marriott Vacation Club Pulse New York City", + 275 + ], + [ + "Cozy Central Park Pad Close To Everything!", + 274 + ], + [ + "Boerum Hill modern duplex with private backyard!", + 140 + ], + [ + "Clean & Cozy apartment in East Village", + 130 + ], + [ + "Shar's Hideaway comfortable 1 bedroom suite", + 49 + ], + [ + "Fully furnished studio, 10 mins away from JFK.", + 100 + ], + [ + "Shared room y Times Square", + 85 + ], + [ + "Lovely Sunny 1br in Bushwick", + 65 + ], + [ + "LUXURY Building in the Heart of Manhattan!", + 150 + ], + [ + "SPECTACULAR LOFT OVERLOOKING THE MANHATTAN SKYLINE", + 250 + ], + [ + "SPECTACULAR LOFT OVERLOOKING THE MANHATTAN SKYLINE", + 250 + ], + [ + "Little Italy/Lower East Side/ 3BR A+ Location!", + 139 + ], + [ + "Cozy & Huge 1-Bed Apt in Harlem : Sparkling Clean", + 110 + ], + [ + "Bright apt in the heart of the lower east side!", + 180 + ], + [ + "West 57th Club by Hilton Club Studio Available", + 300 + ], + [ + "Spanish Harlem! Next to the 6 train in Manhattan!", + 300 + ], + [ + "Modern Astoria Apartment", + 200 + ], + [ + "Home away in a cozy apartment in Times Square.", + 220 + ], + [ + "E. WILLIAMSBURG ROOM WITH PRIVATE BALCONY", + 69 + ], + [ + "The Blue Room by LGA/Kennedy Airporst & NYC!", + 45 + ], + [ + "PRIME COZY HUGE Bedroom in Heart of NYC (RARE!!)", + 119 + ], + [ + "Amazing 1BR apartment in heart of Astoria", + 125 + ], + [ + "Designer Madison Ave Studio with Brand New Kitchen", + 145 + ], + [ + "Private Bathroom Bedroom Near Subway", + 59 + ], + [ + "M&C Garden, located in the heart of Astoria Ny", + 225 + ], + [ + "\"Sea Gate\" Sunny, cozy, very clean studio app", + 125 + ], + [ + "Comfortable apartment in the heart of Brooklyn.", + 100 + ], + [ + "Fabulous 3BR/3BA NoMad Midtown LOFT", + 800 + ], + [ + "Cute and cozy, great downtown Manhattan location!", + 53 + ], + [ + "Packaged for one plus groups (ENSUITE KING ROYAL)", + 100 + ], + [ + "Is a beautiful place for recharge good energy....", + 150 + ], + [ + "Sunny Modern Studio Near Columbus Circle", + 140 + ], + [ + "MI CASA ES TÚ CASA", + 53 + ], + [ + "Style in the heart of Williamsburg w/ private bath", + 89 + ], + [ + "subway 1 min away, manhattan 10 min.", + 90 + ], + [ + "Sunny Private Room close to Manhattan(Green)", + 66 + ], + [ + "3 Bedroom Spacious Apartment", + 115 + ], + [ + "Cozy Studio in the heart of NYC", + 120 + ], + [ + "Uptown 1-bdr apartment. 2 stops to Times Sq!", + 165 + ], + [ + "Rad Midtown West 2BR w/ roomy sundeck, gym, near Times Sq by Blueground", + 353 + ], + [ + "Sun-Filled 3 Bedroom Apartment in Bronx", + 115 + ], + [ + "Zen Room in Artist’s Apartment", + 120 + ], + [ + "Beautiful Veteran owned townhome", + 137 + ], + [ + "Sunny Long Island City Studio", + 150 + ], + [ + "Beautiful private Brooklyn room with kitchenette", + 4200 + ], + [ + "Big Studio, 2 Queen beds with separate entrance", + 129 + ], + [ + "SUNNY SUMMER SUBLET", + 100 + ], + [ + "Island Dream", + 220 + ], + [ + "Charming RM w/ own bath. Easy Midtown & LGA access", + 59 + ], + [ + "starlight of washington heights", + 100 + ], + [ + "LUX high-rise apt in timesSQ with Huds river view", + 199 + ], + [ + "COZY ROOM IN PRIME MID EAST CLOSE TO EVERYTHING!!!", + 100 + ], + [ + "Entire Apartment in Flushing , Queens.", + 115 + ], + [ + "Spectacular 2bedroom near Subway-Cafes-Shop & MORE", + 349 + ], + [ + "Private 2A Room in 4BR/2BA APT in Hell's Kitchen", + 110 + ], + [ + "Brooklyn Couples Retreat w/ spa bathroom", + 75 + ], + [ + "The best building in Bed-Stuy", + 60 + ], + [ + "Lower East Side Classic Vibes", + 170 + ], + [ + "LARGE ROOM - FIT 2-3 GUESTS - SAFE & RENOVATED", + 56 + ], + [ + "All the restaurants and bars you can ask for", + 80 + ], + [ + "Bushwick apartment, thoughtful details", + 99 + ], + [ + "Cozy farmhouse in NYC. 2 bdrms; 2 full baths. WiFi", + 85 + ], + [ + "Studio sized room in Midtown-East Manhattan", + 100 + ], + [ + "Welcome homey ! Your new artist friend :)", + 117 + ], + [ + "Williamsburg 30 days min. 2bath/en suite 2bedroom", + 249 + ], + [ + "FURNISHED NEW STUDIO EAST VILLAGE/SOHO/BOWERY", + 120 + ], + [ + "Bright & Cheerful w/ Laundry & Free Cleaning!", + 36 + ], + [ + "Access to public transportation\nNear shopping area", + 100 + ], + [ + "Gotham City oasis 10 min to the city", + 31 + ], + [ + "Modern and Cozy Queen Bedroom (Shared)", + 75 + ], + [ + "Amazing Queen Bedrose UES (Shared)", + 78 + ], + [ + "Azur Queen Bedroom UES (Shared)", + 75 + ], + [ + "Shared Room and Exp Heart of Manhattan", + 85 + ], + [ + "Furnished modern studio luxury elevator building", + 160 + ], + [ + "3 bedroom Apartment a few blocks from Union Square", + 290 + ], + [ + "*Private room with new bedroom set and mattress", + 50 + ], + [ + "Brooklyn share next to train 25 min to Manhattan", + 35 + ], + [ + "LOVELY 1 BED ROOM 10 MIN FR JFK WITH PRIVATE PORCH", + 67 + ], + [ + "✭Spacious home in 2 unit house next to subway!✭", + 265 + ], + [ + "Gorgeous, light & bright apt in Bed Stuy + yard", + 180 + ], + [ + "Spacious, Light-Filled One-Bedroom in Williamsburg", + 180 + ], + [ + "Great bars nearby & Quick 3min walk to Metro", + 36 + ], + [ + "The Sweet Spot 2- Private Apt with a court yard", + 55 + ], + [ + "Trendy NYC Private Bedroom in Upper West Side", + 60 + ], + [ + "Upper East Two Bed w/ 3 Beds | Sleeps 6 | Near Q", + 250 + ], + [ + "Stunning Private Bedroom in Prime NYC/by Columbia!", + 60 + ], + [ + "Ideal for Student: Upper West Side Private Bedroom", + 60 + ], + [ + "RARE | Romantic Studio ♥ West Village Landmark", + 250 + ], + [ + "Cozy room in Brooklyn Safe Area. 30m to D,N/Town", + 65 + ], + [ + "New Private Bedroom in Prime NYC / Upper West Side", + 60 + ], + [ + "Vibrant Private Bedroom in Central Upper West Side", + 60 + ], + [ + "Luxury 2 Bed 2 Full Bath Walk to Times Square", + 420 + ], + [ + "**Private Room in Newly Renovated Apartment", + 60 + ], + [ + "Spacious Private space in Park Slope", + 155 + ], + [ + "Artsy Private Bedroom in UWS - Near Columbia U!", + 60 + ], + [ + "Newly Renovated Private Bedroom Near Columbia U!", + 60 + ], + [ + "Quaint East Village Apartment", + 100 + ], + [ + "Dreamy Private Bedroom in Prime NYC Location (UWS)", + 60 + ], + [ + "Stylish Private Room in Upper West Side, Manhattan", + 60 + ], + [ + "Upper West Side/Central Park Sleek Private Bedroom", + 60 + ], + [ + "Sunny Private Bedroom in Upper West Side", + 60 + ], + [ + "Sonder | Stock Exchange | Vibrant 2BR + Sofa Bed", + 255 + ], + [ + "Sonder | Stock Exchange | Collected 1BR + Laundry", + 229 + ], + [ + "Sonder | Stock Exchange | Stunning 1BR + Sofa Bed", + 235 + ], + [ + "Charming and Bright Apt. in Heart of Williamsburg", + 175 + ], + [ + "Modern Private Bedroom in Upper West Side", + 60 + ], + [ + "Private Bedroom in Prime Location, Upper West Side", + 60 + ], + [ + "211 east 34 st Room 1", + 40 + ], + [ + "Studio in an Upscale Beautiful Neighborhood", + 60 + ], + [ + "Beautiful, Cozy & Private Bedroom in Bushwick BKLN", + 50 + ], + [ + "Huge Room In Lovely Apartment. 30 Min To Manhattan", + 60 + ], + [ + "Sonder | Stock Exchange | Smart 2BR + Sofa Bed", + 390 + ], + [ + "Convenient & Cozy Upper West Side 2 Beds Apartment", + 140 + ], + [ + "Sonder | Stock Exchange | Timeless 3BR + Sofa Bed", + 475 + ], + [ + "Cozy Home Nested Between Soho and The West Village", + 150 + ], + [ + "Sonder | Stock Exchange | Vintage 1BR + Sofa Bed", + 228 + ], + [ + "Cutely designed room in Williamsburg apartment", + 70 + ], + [ + "Rustic Room East Williamsburg 15 Min to Manhattan", + 54 + ], + [ + "Luxury Corner Apt&bigTerrace. Water&city view 55Fl", + 350 + ], + [ + "\"The Grand Budapest\" room in Brooklyn!", + 55 + ], + [ + "Private Room in PRIME Manhattan Location", + 79 + ], + [ + "Modern west village one bedroom", + 250 + ], + [ + "Cozy, Friendly Apt Share For Young Professionals", + 64 + ], + [ + "Cozy, Friendly Apt Share for Young Professionals", + 65 + ], + [ + "Packaged for one and groups (QUEEN B)", + 90 + ], + [ + "BIG BEDROOM CLOSE TO LA GUARDIA AIRPORT FREE WIFI", + 44 + ], + [ + "Beautiful Park Slope summer 1-bedroom sublet", + 101 + ], + [ + "3min to Grand Ave subway, newly built in 2015", + 33 + ], + [ + "Private & Quiet Oasis in the Center of NYC", + 162 + ], + [ + "Amazing private room 5 min time square", + 105 + ], + [ + "Rooftop Terrace Penthouse 2 Bed Near Central Park", + 420 + ], + [ + "BrooklynRoom", + 46 + ], + [ + "Laundry + Free Cleaning - 5min to Metro", + 36 + ], + [ + "Spacious Room in great location", + 45 + ], + [ + "Large East Village Private Room & Private bathroom", + 119 + ], + [ + "Spanish Harlem magical place full of life .", + 90 + ], + [ + "Sunny-Junior-one bedroom-Prospect/Lefferts garden", + 120 + ], + [ + "2 bedroom on the Brighton Beach by the ocean", + 160 + ], + [ + "Comfy basement suite", + 65 + ], + [ + "Middle of Manhattan", + 100 + ], + [ + "Private Spacious Bedroom in lush green Fort George", + 35 + ], + [ + "Birdman movie Room in Brooklyn.30 Min to Manhattan", + 55 + ], + [ + "Beautiful condo in quiet Parkchester, close to NYC", + 85 + ], + [ + "Modern 2 Br Apartment in Brooklyn. Close to NYC", + 88 + ], + [ + "BRIGHT, STUNNING ROOM WITH AMAZING VIEWS.", + 160 + ], + [ + "Master Bedroom in Bushwick Minutes from Subways", + 70 + ], + [ + "Sunny Summer Space in Brooklyn’s Stuyvesant East", + 76 + ], + [ + "Master Bedroom w/Private bath Artsy Apt in Bushwik", + 90 + ], + [ + "Relax in SoHo with private outdoor space", + 200 + ], + [ + "Cozy Queen Bedroom Private Half Bathroom in Harlem", + 59 + ], + [ + "Sunnyside room close to subway, Midtown & LGA.", + 35 + ], + [ + "Sunny", + 160 + ], + [ + "Duplex Penthouse w Sprawling Outdoor Terrace", + 300 + ], + [ + "Great 1BR in Times Square with terrace and view", + 269 + ], + [ + "A+ Chelsea Location! MSG, Javits, Penn!", + 99 + ], + [ + "Charming private bedroom in Hell’s Kitchen", + 65 + ], + [ + "Cozy big Apt, Manhattan, Columbia, Central Park", + 34 + ], + [ + "Convenient, bright 1Bdr in Williamsburg, Brooklyn", + 150 + ], + [ + "2 BDR apt in Brownstone Greenpoint Williamsburg", + 185 + ], + [ + "High floor, sunny, clean and cozy FiDi apt:)", + 165 + ], + [ + "Lexi's Global Retreat in Flatbush! (New Host!!)", + 125 + ], + [ + "Middle town luxury studio close to penn station", + 150 + ], + [ + "Artist's Harlem Apartment", + 100 + ], + [ + "Luxurious Rooms", + 88 + ], + [ + "Huge private room in convenient south Brooklyn", + 99 + ], + [ + "NYC High End Upper East Side Central Park Gem Home", + 151 + ], + [ + "Crown Heights Amazing", + 105 + ], + [ + "TRIBECA-Huge One Bedroom Doorman Apt", + 345 + ], + [ + "Beautiful Studio", + 150 + ], + [ + "Putnam Townhome", + 57 + ], + [ + "Perfect Location!", + 120 + ], + [ + "Modern yet Cozy! Awesome Roommates and Near Metro!", + 34 + ], + [ + "Cute, comfy room in beautiful Brooklyn brownstone", + 65 + ], + [ + "Perfect Midtown East 1 Bed Just One Flight Stairs", + 200 + ], + [ + "Cozy Sm Room Furnished!", + 47 + ], + [ + "Cozy Brooklyn Getaway", + 100 + ], + [ + "SoHo + Greenwich Penthouse Escape! Cozy Studio!", + 129 + ], + [ + "Beautiful 2BR Bed Stuy Apartment", + 150 + ], + [ + "Charming Studio with Fantastic Location", + 165 + ], + [ + "Sunny Private Room close to Manhattan(Blue)", + 66 + ], + [ + "Comfy Bronx home away from home", + 35 + ], + [ + "Sunny Private Room close to Manhattan(Yellow)", + 63 + ], + [ + "Spacious, natural light room in EAST WILLIAMSBURG", + 65 + ], + [ + "Cute room in HK", + 100 + ], + [ + "Beautiful room in East Village spacious apartment", + 180 + ], + [ + "Dapper 1BR in Upper East Side w/ Doorman + Gym, next to Central Park", + 352 + ], + [ + "Greenpoint Sunrise Studio (Private / Entire Apt)", + 150 + ], + [ + "Studio in doorman building in Tribeca", + 225 + ], + [ + "Luxurious 2BR Midtown Manhattan Perfect Location Fantastic views", + 360 + ], + [ + "Privacy in a shared Space!! Males Only Plz", + 28 + ], + [ + "NEW- Sunny and Modern Cobble Hill 1 Bedroom", + 170 + ], + [ + "Room in heart of NoHo/East Village", + 61 + ], + [ + "Location! Room in Bklyn 10 minutes to Manhattan B2", + 79 + ], + [ + "Epic 3bdr 2bath next to the best rooftop bars", + 325 + ], + [ + "Privacy in a Shared Space! Males only plz", + 28 + ], + [ + "Clean and comfortable Upper East Side location", + 100 + ], + [ + "The Green Place", + 199 + ], + [ + "NEW COZY STUDIO WITH LARGE PRIVATE OUTDOOR SPACE", + 200 + ], + [ + "Gorgeous Apartment on the Upper West Side", + 300 + ], + [ + "Sunny, Spacious, Cozy, Charming Brooklyn Abode", + 145 + ], + [ + "Location! Room in Bklyn 10 minutes to Manhattan B3", + 81 + ], + [ + "Location! Room in Bklyn 10 minutes to Manhattan U1", + 81 + ], + [ + "Location! Room in Bklyn 10 minutes to Manhattan U2", + 81 + ], + [ + "Location! Room in Bklyn 10 minutes to Manhattan U3", + 81 + ], + [ + "Appartment-2 rooms", + 100 + ], + [ + "Location! Room in Bklyn 10 minutes to Manhattan B1", + 81 + ], + [ + "Affordable Luxury 2 Bedroom & 2 Bath In Brooklyn", + 165 + ], + [ + "Sunny and spacious home in Greenpoint", + 75 + ], + [ + "HUGE Master Suite in Spacious Duplex", + 92 + ], + [ + "The Guest House", + 70 + ], + [ + "Eclectic Private BR in Ridgewood Woodbine", + 34 + ], + [ + "New renovation cozy home 12 min train to Manhattan", + 65 + ], + [ + "Unique Private BR in Ridgewood Woodbine", + 34 + ], + [ + "TW #5 Private Rm - 1st Fl. Queen Bed 1 to 2 Guests", + 60 + ], + [ + "Sunny Private BR in Ridgewood Woodbine", + 34 + ], + [ + "Charming Studio in the heart of Upper East Side", + 140 + ], + [ + "Cozy Modern Townhouse Garden Apt", + 95 + ], + [ + "Stylish Private BR in Ridgewood Woodbine", + 34 + ], + [ + "Cozy Room near Prospect Park!", + 40 + ], + [ + "Shopping , City, Close the water Distance", + 60 + ], + [ + "Bright & designed apartment in Brooklyn", + 120 + ], + [ + "Stuyvesant Heights quiet private Apartment", + 130 + ], + [ + "Free Cleaning & WiFi, Quick Walk to Metro-Modern!", + 35 + ], + [ + "Clinton Hill/Bed Stuy Artist Retreat", + 189 + ], + [ + "Mi casa es tu casa, habitación 2", + 44 + ], + [ + "Stuyvesant Heights quiet private Apt - 2 bedrooms", + 135 + ], + [ + "Private room in Manhattan", + 55 + ], + [ + "Executive room for professional.", + 199 + ], + [ + "Luxury studio w/doorman,gym,sauna,washer/dryer", + 400 + ], + [ + "Amazing 3 Bed Apt, Less than 5 mins to Manhattan", + 129 + ], + [ + "Bright & Cozy Apartment walking distance to Subway", + 225 + ], + [ + "Nest", + 75 + ], + [ + "Free Cleaning & WiFi-Near Train + Bars & Nightlife", + 35 + ], + [ + "Centrally located on Broadway -Quick walk to metro", + 35 + ], + [ + "Best Location in NYC! 4BR Steps to Central Park!", + 159 + ], + [ + "Private room close to the JFK airport", + 36 + ], + [ + "chill zone", + 190 + ], + [ + "Bright and Chill Room in Bushwick for two friends!", + 70 + ], + [ + "Charming 2Bdr in Park Slope with roof deck", + 186 + ], + [ + "Modern and bright 2Bed 2Bath Bushwick, Brooklyn", + 150 + ], + [ + "Cozy room with turquoise accent in historic Harlem", + 75 + ], + [ + "Artsy apt in the heart of Brooklyn -- Near all!", + 75 + ], + [ + "Sunny and Cozy in Upper Manhattan", + 45 + ], + [ + "Large, Peaceful Private Room in Bushwick", + 68 + ], + [ + "3 Bedroom Full house - 15mins to NYC/Ferry", + 135 + ], + [ + "Manhattan Ave Apartment 2 stops from Times Square", + 103 + ], + [ + "Beautiful duplex apartment by Times Square", + 85 + ], + [ + "Entire Studio Apartment Over Looking Central Park", + 200 + ], + [ + "Central Park North Max-Room", + 95 + ], + [ + "LGA / Midtown, Prime room space w/ elevator +more", + 56 + ], + [ + "Queens SPACIOUS Bedroom, 1–3 people, 25 min to NYC", + 90 + ], + [ + "Nice room in Brooklyn, Safe area 30m to D,N/Town", + 60 + ], + [ + "ONLY WOMEN/CAMAS PARA MUJER/HABITACIÓN COMPARTIDA", + 24 + ], + [ + "Cozy Artist's Haven Brooklyn Apartment", + 45 + ], + [ + "Private Room@Columbia University neighborhood", + 44 + ], + [ + "Spacious, Sunny, and quiet sanctuary in FlatbushBK", + 120 + ], + [ + "Large 1BR apt. in luxury West Village building.", + 450 + ], + [ + "Couch(sofácama), only women, near LGA & Manhattan", + 24 + ], + [ + "Private Bedroom In 5BR Apt W 2 Baths Near 3 Trains", + 34 + ], + [ + "Your Private Oasis In A Shared Apt, Near 3 Trains!", + 34 + ], + [ + "Absolutely Beautiful!", + 98 + ], + [ + "Your New Private Bedroom Awaits! Near Good Transit", + 34 + ], + [ + "Beautiful 2 bedroom 2 bathroom in East Harlem", + 500 + ], + [ + "Spacious Private Room W 3 Nearby Trains, In Queens", + 34 + ], + [ + "Sleek & Sunny Private Bedroom With 3 Local Trains", + 34 + ], + [ + "New, Adorable Williamsburg One-Bedroom", + 195 + ], + [ + "Sunny Private BR in Ridgewood Woodbine", + 34 + ], + [ + "Room w/Loft & Private Bathroom, Private Entrance", + 62 + ], + [ + "Shared Couch in Shared Studio", + 20 + ], + [ + "Modern Private BR in Ridgewood Woodbine", + 34 + ], + [ + "Trendy Private BR in Ridgewood Woodbine", + 34 + ], + [ + "Peaceful Private BR in Ridgewood Woodbine", + 34 + ], + [ + "24hr access recording studio with on call engineer", + 75 + ], + [ + "Comfortable! 2 Bed Rm Apt. in House~20 min to NYC", + 75 + ], + [ + "Beautiful Private Room in Upper East Side #8", + 95 + ], + [ + "Stylish 4 BR APT in Ridgewood Woodbine", + 34 + ], + [ + "#1 Shared ROOM 4YOU for 6 guests", + 25 + ], + [ + "Manhattan/帝国大夏/ time square【3】", + 130 + ], + [ + "Cozy room with 3 windows.", + 40 + ], + [ + "#2 ROOM 4LEDY (4 guests)", + 45 + ], + [ + "NEW! Beautiful room in flat w/ rooftop in SOHO :)", + 150 + ], + [ + "Spacious, Light-Filled, Private Bklyn 2-Bedroom", + 220 + ], + [ + "Antonio's place", + 85 + ], + [ + "Super Spacious Room! Private bathroom! LES/Soho", + 135 + ], + [ + "211 east 34 stRoom 3", + 42 + ], + [ + "Comfy Room in Williamsburg! Close to 3 subways!", + 75 + ], + [ + "The Eagle's Nest", + 85 + ], + [ + "Beautiful studio apartment in a perfect location", + 140 + ], + [ + "Private Bedroom Modern Fully Renovated Harlem Apt", + 99 + ], + [ + "Cozy Three-Bedroom Apartment - Brooklyn", + 140 + ], + [ + "Steps away from Manhattan!", + 250 + ], + [ + "Entire 2BR Modern, Luxurious Apt in East Village", + 190 + ], + [ + "Perfect 2 Bedrooms in Upper East Side #8", + 175 + ], + [ + "Private Room with Backyard Access!", + 65 + ], + [ + "Private & Cozy Room in Bushwick", + 65 + ], + [ + "Gorgeous 2br apartment on Madison Ave", + 339 + ], + [ + "Large modern one bedroom apartment -1 block subway", + 175 + ], + [ + "Centrally Located 2 Bedroom, 1 Bath", + 700 + ], + [ + "Bienvenidos a casa", + 65 + ], + [ + "Quaint City Island.Come and enjoy our home", + 100 + ], + [ + "Brand New Luxury 2 Bed Condo in East Williamsburg!", + 249 + ], + [ + "Authentic apartment in the heart of Williamsburg,", + 84 + ], + [ + "Central Park West Private Room", + 500 + ], + [ + "2BR Prime West Village location!", + 149 + ], + [ + "Nice neighborhood and very close to subway", + 85 + ], + [ + "Room with GARDEN", + 79 + ], + [ + "Luxury High Rise with Private Balcony", + 225 + ], + [ + "Splendid 1 bdrm in West Village NYC", + 160 + ], + [ + "Comfortable Private Room with everything you need!", + 54 + ], + [ + "Beautiful Cozy Private Room!", + 53 + ], + [ + "A Beautiful Williamsburg Apartment Available Today", + 90 + ], + [ + "RM#1-Blue room w/balcony 30 min NYC; all airports", + 65 + ], + [ + "Gorgeous, sunny and cosy Williamsburg 2 bed Apt", + 130 + ], + [ + "Sun-drenched apartment in Washington Heights", + 55 + ], + [ + "1890 Townhouse Penthouse Centered S Williamsburg", + 250 + ], + [ + "Sunlight Large Studio in Heart of Harlem", + 130 + ], + [ + "Gorgeous room near Washington Square", + 90 + ], + [ + "Gorgeous flat in vibrant Bushwick", + 80 + ], + [ + "211 east 34 st Room 9", + 40 + ], + [ + "Room 4 ( 8 by 12)", + 40 + ], + [ + "Cozy lil Williamsburg walk-up with a resident dog", + 75 + ], + [ + "Manhattan Studio with Great Location!", + 200 + ], + [ + "Room 2 ( 10 by 10)", + 40 + ], + [ + "Near Brooklyn Museum, Barclays, Transit, & Banks", + 80 + ], + [ + "Hang The World In Your Memory© (SLEEPS 1 to 5)", + 150 + ], + [ + "The Zen Home", + 69 + ], + [ + "Cozy Morningside Park, Next to Columbia University", + 130 + ], + [ + "Luxury FiDi Terrace Apt by Seaport & WTC", + 200 + ], + [ + "Modern Duplex in Artsy Williamsburg", + 110 + ], + [ + "Spacious Bedroom near Prospect Park", + 54 + ], + [ + "Doesn't get better than this! Cozy Spacious Room", + 54 + ], + [ + "Relaxing, comfy, and stress-free apartment.", + 50 + ], + [ + "Lovely Brooklyn Bedroom", + 49 + ], + [ + "Skyline view 1BR condo with balcony", + 150 + ], + [ + "Private room", + 60 + ], + [ + "Comfy bedroom with natural light", + 60 + ], + [ + "HUGE Dumbo apartment with private rooftop!", + 100 + ], + [ + "Comfortable and Cozy Home", + 55 + ], + [ + "Private room near Columbia University", + 69 + ], + [ + "Ingrid’s Columbia Apt", + 40 + ], + [ + "Its the Brooklyn way!", + 180 + ], + [ + "SummerWintersGetaway- 8 mins from JFK", + 350 + ], + [ + "Williamsburg Home", + 66 + ], + [ + "Sunny and spacious Bushwick haven", + 120 + ], + [ + "Cozy apartment In Manhattan", + 69 + ], + [ + "Bright&staylish room 15min from LaGuardia&20minJFK", + 70 + ], + [ + "Luxury New Private Duplex in Manhattan", + 350 + ], + [ + "Wow! Close to all of NYC in Lower East Side", + 179 + ], + [ + "Sunny HUGE bedroom", + 115 + ], + [ + "Beautiful private bedroom in UES/East Harlem", + 90 + ], + [ + "LARGE LUXURIOUS BEDROOM CLOSE TO MANHATTAN", + 65 + ], + [ + "BEAUTIFUL PRIVATE ROOM CLOSE TO MANHATTAN", + 50 + ], + [ + "SUNNY ROOM", + 45 + ], + [ + "McDonald", + 100 + ], + [ + "Alphabet City Room", + 83 + ], + [ + "COZY PRIVATE ROOM. 5min walk to the L train!", + 72 + ], + [ + "Modern large 3Bedrm w Washer/Dryer Next to Subway", + 98 + ], + [ + "One bedroom in Chelsea", + 110 + ], + [ + "WEST VILLAGE Bohemian flat in neo-Tudor town house", + 250 + ], + [ + "Comfy private room with new interior!", + 72 + ], + [ + "High comfort private room! New interior design.", + 73 + ], + [ + "Private studio next to Penn", + 250 + ], + [ + "Cozy room in Richmond hill", + 150 + ], + [ + "X Light", + 77 + ], + [ + "Private & Cozy Room 1B near Columbia Univ", + 120 + ], + [ + "Bedroom in Huge and Sunny Williamsburg Apartment!", + 165 + ], + [ + "Cozy/Beautiful studio in Times Square. Sleep 2", + 199 + ], + [ + "Gorgeous Rooftop Views / Seconds From Train", + 120 + ], + [ + "Clean Comfortable and Private.", + 49 + ], + [ + "Cute, Convenient Bushwick 1-Bedroom (sleeps 6)", + 149 + ], + [ + "Cozy, Friendly Apt Share for Young Professionals", + 68 + ], + [ + "Single Bedroom with private roof top", + 75 + ], + [ + "Large Private Room in Brownstone (4th fl)", + 90 + ], + [ + "Cozy, Quintessential Brooklyn Carriage House", + 150 + ], + [ + "MONTAUK HEIGHTS", + 89 + ], + [ + "Sonder | Stock Exchange | Ideal 1BR + Kitchen", + 228 + ], + [ + "Sonder | Stock Exchange | Timeless 1BR + Kitchen", + 256 + ], + [ + "Sonder | Stock Exchange | Ideal 1BR + Laundry", + 188 + ], + [ + "Sonder | Stock Exchange | Ideal 1BR + Sofa Bed", + 240 + ], + [ + "Sonder | Stock Exchange | Superior 2BR + Kitchen", + 255 + ], + [ + "2 Bedroom Sunny Apartment Near Prospect Park", + 199 + ], + [ + "Sonder | Stock Exchange | Superior 1BR + Laundry", + 228 + ], + [ + "Beautiful, Furnished 1 Bedroom on Upper West Side", + 166 + ], + [ + "Private small room in 3 bdr apt - East Village", + 99 + ], + [ + "Unique peaceful apart smartly located in Astoria", + 150 + ], + [ + "Small Private Room in 3 bdr apt - East Village", + 99 + ], + [ + "Blogger's apartment (w/ a ring light!) in Brooklyn", + 150 + ], + [ + "Penthouse with huge deck and city views", + 250 + ], + [ + "Elegant Villa in the Heart of Manhattan!", + 790 + ], + [ + "Manhattan 2BR W/ Garden, Laundry, Near Subway", + 161 + ], + [ + "Lower East side/Soho/Chinatown room fits 3 people", + 123 + ], + [ + "Stylish Large 2 Bedroom, Perfect Location", + 299 + ], + [ + "Bronx, Little Italy, Arthur Ave, Fordham, Yanks.", + 49 + ], + [ + "A Perfect Studio", + 125 + ], + [ + "Lovely LES/SOHO/Chinatown room can fit 3 people!", + 123 + ], + [ + "Walk to Columbia University", + 120 + ], + [ + "Private Master Suite.", + 75 + ], + [ + "Entire studio First Floor Walk to all", + 190 + ], + [ + "Astoria Prime- 5 Min to LaGuardia/20 Min to NYC!", + 225 + ], + [ + "Paper moon private room. Best Bushwick location!", + 50 + ], + [ + "Cozy Bedroom in a New York EDITION Apartment", + 95 + ], + [ + "Queen Bedroom in Modern Manhattan Apartment", + 59 + ], + [ + "Lovely Hudson Yards Stonehouse near Penn Station", + 250 + ], + [ + "Private Room in Queens NYC", + 65 + ], + [ + "Sonder | Wall Street | Superior 3BR + Rooftop", + 616 + ], + [ + "Sonder | Stock Exchange | Superior 2BR + Sofa Bed", + 408 + ], + [ + "Affordable Studio Close to All the Action", + 100 + ], + [ + "Sonder | Wall Street | Superior 1BR + Rooftop", + 264 + ], + [ + "3000 sq ft daylight photo studio", + 6800 + ], + [ + "KingSize Dream Room", + 75 + ], + [ + "CLEAN & SPACIOUS ROOM CLOSE TO MANHATTAN", + 50 + ], + [ + "BRIGHT ROOM CLOSE TO MIDTOWN MANHATTAN", + 60 + ], + [ + "Ocean-themed Studio Minutes from the Beach!", + 80 + ], + [ + "Pat's place (shared female only).", + 49 + ], + [ + "Open Midtown 2BR w/ Doorman, Gym, 5 min walk to Subway, by Blueground", + 377 + ], + [ + "Charming NoMad Studio w/ Gym + Doorman by Blueground", + 274 + ], + [ + "Gramercy Park 1BR w/ Great Views, Gym, W/D, near the subway by Blueground", + 314 + ], + [ + "Stately Gramercy Park 1BR w/ WD, Gym, Doorman, near Subway by Blueground", + 314 + ], + [ + "Brand New & Beautiful. 1 min toTrain /15Min to JFK", + 199 + ], + [ + "Library Suite with Antique Touches - mid-Bushwick", + 85 + ], + [ + "Lower East/Little Italy 5BR Loft! Prime Downtown!", + 239 + ], + [ + "cozy private studio in greenpoint..", + 118 + ], + [ + "ARTIST ABODE CLOSE TO APOLLO AND SCHOMBURG CENTRE", + 90 + ], + [ + "Beautiful Brooklyn Brownstone", + 91 + ], + [ + "Spacious Light-Filled Room in Williamsburg Loft", + 90 + ], + [ + "Cozy , clean and comfortable", + 100 + ], + [ + "Beautiful colonial near Belmont Race \nTract", + 180 + ], + [ + "Two floor apartment near Central Park", + 250 + ], + [ + "Entire Gorgeous Greenpoint Duplex", + 205 + ], + [ + "E & J private stay.", + 69 + ], + [ + "PRIVATE HOUSE VERY CLOSE TO SUBWAY LINE", + 92 + ], + [ + "== TRAVELHOLIC Rooms (Modern Decor / Clean) ==", + 59 + ], + [ + "3BR Times Square Loft ! Heart of City!", + 149 + ], + [ + "Sonder | Stock Exchange | Superior 2BR + Laundry", + 396 + ], + [ + "Sonder | Stock Exchange | Dreamy Studio + Kitchen", + 215 + ], + [ + "Amazing 2 bedroom apt . Recently renovated.", + 120 + ], + [ + "*** HEART OF MANHATTAN (Herald Square) ***", + 99 + ], + [ + "BRIGHT SUNNY ONE BEDROOM APT WITH TERRACE", + 99 + ], + [ + "Laid Back Williamsburg Apartment", + 100 + ], + [ + "Beautiful&Clean 1 KING BDR apt in Chelsea LONGTERM", + 180 + ], + [ + "Homey, Friendly Apt Share Next To Subway", + 68 + ], + [ + "East Village 1BR - Sleek, Modern, Urban Oasis!", + 169 + ], + [ + "Homey, Friendly Apt Share Next to Subway", + 66 + ], + [ + "Charming, quiet and lovely Brooklyn Heights Studio", + 160 + ], + [ + "Prime Gramercy! **12 months lease!", + 89 + ], + [ + "Homey, Friendly Apt Share Next To Subway", + 68 + ], + [ + "Cozy Room in Classic Crown Heights", + 70 + ], + [ + "Newly Renovated Multimedia Studio", + 40 + ], + [ + "HUGE Room. Lower East Side! Perfect location!", + 90 + ], + [ + "Modern Studio in Washington Heights!", + 90 + ], + [ + "Beautiful Room in Chic Area!", + 99 + ], + [ + "Couch surfing at the sanctuary", + 50 + ], + [ + "Safari in Brooklyn!", + 57 + ], + [ + "2 beautiful bedroom apt .with 2 main subway line", + 200 + ], + [ + "1 BR apartment in gut renovated historic building", + 111 + ], + [ + "Entire Apartment With Space For Two", + 130 + ], + [ + "Beautiful Bright Private Room!", + 119 + ], + [ + "Large soho apt", + 194 + ], + [ + "Private Bedroom in Amazing Location! Times Square!", + 500 + ], + [ + "Amazing Times Square Location! Private BR in Loft!", + 500 + ], + [ + "Private room- Astoria Modern", + 125 + ], + [ + "Renovated 2BR in trendy Williamsburg, Brooklyn", + 200 + ], + [ + "Crash pad #2", + 65 + ], + [ + "Dramatic quiet light filled 18' high E village apt", + 245 + ], + [ + "Beautiful little apartment on the Upper East Side", + 150 + ], + [ + "Private Room by Emmons, beaches. B, Q trains.", + 60 + ], + [ + "Beautiful Place in the Heart of Williamsburg", + 75 + ], + [ + "Private Room in a Beautiful Ridgewood Apartment", + 100 + ], + [ + "Luxury Hudson yards apartment on the High line", + 590 + ], + [ + "Charming East Village Penthouse Studio Apartment", + 130 + ], + [ + "Harlem Time Capsule", + 550 + ], + [ + "Excellent chill spot in gowanus", + 100 + ], + [ + "Flamingo Paradiso East", + 100 + ], + [ + "Ash’s Place in Hell’s Kitchen", + 200 + ], + [ + "Walking distance to Central Park", + 150 + ], + [ + "Gorgeous Apt on the Upper East Side", + 130 + ], + [ + "Cozy, convenient Upper West Side studio", + 115 + ], + [ + "Modern Brick Exposed Brooklyn Apartment!", + 95 + ], + [ + "Quiet and clean apartment in nyc", + 111 + ], + [ + "Bay Ridge is rated Convenient, safe neighborhood", + 200 + ], + [ + "Luxurious life in Manhattan", + 198 + ], + [ + "Bright, Light & Airy 1 Bedroom in Kips Bay", + 149 + ], + [ + "Master Room in Harlem Duplex", + 140 + ], + [ + "The Power Tower", + 140 + ], + [ + "The Beatiful place", + 55 + ], + [ + "Peaceful, fully equipped, home away from home!", + 60 + ], + [ + "Cute Private Room in Washington Heights", + 49 + ], + [ + "Luxury Condo Steps Away From Hudson Yards NYC", + 195 + ], + [ + "Comfortable Room in NYC in Harlem area", + 78 + ], + [ + "Bohemian Artist’s Studio in Victorian Neighborhood", + 140 + ], + [ + "Huge Upper Manhattan Apartment (1st)", + 85 + ], + [ + "Soulful studio space near Yankees Stadium", + 107 + ], + [ + "1 bedroom in North Slope with Queen bed & futon", + 140 + ], + [ + "靠近机场,交通购物两便利大房间#1", + 45 + ], + [ + "Dog Friendly, 1-Bedroom apt, close to subway", + 75 + ], + [ + "2 bedroom apt in Brooklyn. Close to subway", + 180 + ], + [ + "Clean and spacious room in charming Greenpoint", + 70 + ], + [ + "Private room in apartment near Central Park/6Train", + 169 + ], + [ + "1850 Sq Brownstone duplex with backyard", + 350 + ], + [ + "Spanish Harlem magical place. Mezzanine bed", + 90 + ], + [ + "Wyndham Midtown 45 at New York City", + 500 + ], + [ + "1 block off the beach in Arverne, NY. Clean space", + 54 + ], + [ + "Large one of a kind designer loft in Williamsburg!", + 170 + ], + [ + "Cozy apartment at heart of Brooklyn", + 92 + ], + [ + "Big room prime location WaHe uptown manhattan", + 59 + ], + [ + "1 BR Large Luxury Furnished Ap. Near Central Park", + 190 + ], + [ + "Cozy Brooklyn Camper van.", + 70 + ], + [ + "Luxe Sunny Scandinavian Loft in Downtown NYC", + 365 + ], + [ + "Roomy, sun-drenched, one-bedroom apartment", + 150 + ], + [ + "Bright, Spacious Studio near Water in Lux Highrise", + 208 + ], + [ + "Empty Spacious Unfurnished 1 Bedroom Apartment", + 70 + ], + [ + "Luxury pad by the beach", + 75 + ], + [ + "Better Than A Hotel Room, Times Sq. Hell's Kitchen", + 150 + ], + [ + "Ideal Studio - Top Prime Location", + 135 + ], + [ + "East Village Dream Apartment - Best Rooftop View", + 210 + ], + [ + "Clean and Quiet room", + 44 + ], + [ + "西藏民居", + 85 + ], + [ + "Awesome Room in Beautiful Williamsburg Loft", + 79 + ], + [ + "Spacious Bedroom in Washington Heights, Manhattan", + 60 + ], + [ + "Bright & clean space in lively Bushwick!", + 75 + ], + [ + "Bedroom in the Heart of Brooklyn", + 75 + ], + [ + "Spacious & Awesome Room in Brooklyn!", + 75 + ], + [ + "Spacious brownstone in peaceful, shady block", + 195 + ], + [ + "Spacious & Modern Room in a Prime Location!", + 75 + ], + [ + "New Apartment & Newly Furnished in Prime Location!", + 75 + ], + [ + "Bright 1BR in Heart of Williamsburg, Brooklyn", + 100 + ], + [ + "*female only* cozy room, summer sublet", + 24 + ], + [ + "Cozy, peaceful, and cute.", + 60 + ], + [ + "Cosy bedroom in Williamsburg", + 60 + ], + [ + "Perfect 2 Bedroom Apartment in Hot Spot", + 250 + ], + [ + "3BR Times Square! Great Location! W/D!", + 149 + ], + [ + "A light filled historical", + 126 + ], + [ + "Rare find!! Stylish duplex top floor all yours!", + 130 + ], + [ + "Central Park-Time Square-All Major Subways", + 190 + ], + [ + "Large basement-level studio", + 90 + ], + [ + "Beautiful Clean & Quiet Room! Rm#3", + 69 + ], + [ + "Extra Luxury Loft with private elevator & terrace", + 945 + ], + [ + "PERFECT LOCATION, LUSH AND CHIC DOWNTOWN ROOM", + 155 + ], + [ + "Boutique 4 Bedroom/2 Bath Home by Central Park", + 450 + ], + [ + "Cozy Studio in Gramercy with Private Backyard", + 178 + ], + [ + "211 east34 st Room 6", + 40 + ], + [ + "Huge Townhouse in New York City", + 690 + ], + [ + "211 east 34 Room 5 ( 8 by 10 )", + 32 + ], + [ + "The Library", + 250 + ], + [ + "211 east 34 Room 7", + 35 + ], + [ + "211 East 34 St Room 8 (10 by 12)", + 35 + ], + [ + "Cozy room in Harlem next to 2/3 train", + 45 + ], + [ + "Spacious, Bright BK Two-Bed with Vintage Flare", + 295 + ], + [ + "Sonder | Stock Exchange | Gorgeous 1BR + Sofa Bed", + 244 + ], + [ + "Sonder | Stock Exchange | Divine 2BR + Kitchen", + 409 + ], + [ + "Sonder | Stock Exchange | Original 1BR + Laundry", + 185 + ], + [ + "Comfort Haven", + 95 + ], + [ + "Sonder | Stock Exchange | Gorgeous 1BR + Kitchen", + 230 + ], + [ + "Sonder | 116 John | Laid-Back Studio + Gym", + 100 + ], + [ + "Sonder | 116 John | Ideal 1BR + Gym", + 164 + ], + [ + "One master bedroom near Q10,Q24 BUS STOP, A train", + 78 + ], + [ + "Quiet Studio Apartment Near Prospect Park + Subway", + 105 + ], + [ + "14th Street Oasis", + 165 + ], + [ + "Bright and Artful 2-Bedroom in Fort Greene", + 250 + ], + [ + "Quaint And Cozy Stop Over", + 28 + ], + [ + "Iconic New York penthouse with wraparound terrace", + 225 + ], + [ + "BedStuy Private Room (M1)", + 54 + ], + [ + "Beautiful 1 bedroom near to Time’s Square", + 240 + ], + [ + "BEACH 2 BDR, 2 BTH NEW YORK, BRIGHTON BEACH", + 275 + ], + [ + "Private entrance with views. 25 mins to Manhattan", + 55 + ], + [ + "A Cute and cozy two bedrooms apartment.", + 250 + ], + [ + "Sweet Home near Columbia", + 50 + ], + [ + "LIC luxury building with indoor pool and lounge", + 135 + ], + [ + "Boutique room for families w/ rooftop & breakfast", + 370 + ], + [ + "An urban retreat from the city’s hustle and bustle", + 430 + ], + [ + "Refined luxury suite with relaxed residential vibe", + 159 + ], + [ + "Near Hudson Yards & Times Square w/ breakfast", + 390 + ], + [ + "Sleek Times Square suite with rooftop & breakfast", + 410 + ], + [ + "Entire 3 Bedroom in Central Chelsea Location", + 265 + ], + [ + "Spacious with amazing views 1 bedroom apartment", + 150 + ], + [ + "Manhattan room near Apollo. 5 mins walk to subway!", + 38 + ], + [ + "Cozy Bed-Stuy 1BR- easy access to Manhattan", + 101 + ], + [ + "Sunny top floor 1BR in Victorian Brooklyn", + 120 + ], + [ + "New HUGE gorgeous 1 BR next to Prospect Park!", + 150 + ], + [ + "Beautiful Apartment in Luxury building", + 225 + ], + [ + "Livingroom for you staying", + 55 + ], + [ + "The Green Place I", + 199 + ], + [ + "Delightful Lower East Side Two Bedroom Apartment", + 200 + ], + [ + "Big Bedroom near Columbia University and 1 line", + 59 + ], + [ + "Quiet Uptown Stay in Historic Building", + 75 + ], + [ + "CRASH PAD near LGA JFK", + 28 + ], + [ + "Brand New, Beautiful LES Apartment", + 73 + ], + [ + "Sonder | Stock Exchange | Gorgeous 1BR + Laundry", + 210 + ], + [ + "Sky luxury building 1b1b summer rental", + 199 + ], + [ + "Sunny, Quiet, Green Studio near Central Park & MET", + 120 + ], + [ + "Sonder | 116 John | Restful Studio + Gym", + 164 + ], + [ + "Old style Bk", + 45 + ], + [ + "Whimsical music room in an Artsy W’burg 3br", + 78 + ], + [ + "Tons of Bars & Cafes nearby! Quick Walk to Metro", + 38 + ], + [ + "Amazing Area - Quick walk to Metro - Spacious!", + 38 + ], + [ + "Sonder | Stock Exchange | Sleek 1BR + Kitchen", + 256 + ], + [ + "Sonder | Stock Exchange | Superior 3BR + Kitchen", + 468 + ], + [ + "Sonder | Stock Exchange | Superior 1BR + Kitchen", + 229 + ], + [ + "Amazing 3BR private triplex in historic townhouse!", + 1000 + ], + [ + "Bright and Spacious Apartment in Bay Ridge", + 89 + ], + [ + "The Grand Blue Hideaway Near The Park", + 150 + ], + [ + "Sunlit Apartment in the \"Friends Building\"", + 500 + ], + [ + "Fully renovated 1 bedroom apartment", + 74 + ], + [ + "Sonder | Stock Exchange | Divine 1BR + Lounge", + 217 + ], + [ + "Sonder | Stock Exchange | Divine Studio + Laundry", + 203 + ], + [ + "Chic, Spacious, Bright BK 2-Bedroom w/ Backyard", + 305 + ], + [ + "Private room in spacious, cozy Brooklyn home.", + 65 + ], + [ + "NYC Summer Housing", + 127 + ], + [ + "Spacious, studio w/ great lighting in heart of BK", + 99 + ], + [ + "Amazing Area - Free Laundry, Cleaning & WiFi!", + 37 + ], + [ + "Cozy big room Perfect for 2 adults and an infant", + 50 + ], + [ + "Charming Park Slope 2BR (15 Minutes to Manhattan!)", + 195 + ], + [ + "private room in new luxury building", + 36 + ], + [ + "Private bedroom located in Downtown Manhattan", + 120 + ], + [ + "Stay with a native New Yorker!", + 120 + ], + [ + "2 Bedroom/2 Bath Hell’s Kitchen Gem with views.", + 499 + ], + [ + "Emergency sleeping for backpacking or Couchsurfer", + 35 + ], + [ + "Lovely stay near LGA. Lux condo RM, private bath!", + 67 + ], + [ + "Freedom Tower View - pvt Br. Queen size bed", + 60 + ], + [ + "Private Bedroom, LGBTQ Friendly", + 75 + ], + [ + "Apartment for rent in EV, ten min from WSP", + 63 + ], + [ + "★INCREDIBLE LOCATION★HELLO TIMES SQ & CENTRAL PARK", + 189 + ], + [ + "Cozy lil room in the coolest Brooklyn neighborhood", + 80 + ], + [ + "Lux RM near 61St Station, laundry elevator & more!", + 59 + ], + [ + "amazing, homey, plant-filled and spacious retreat", + 65 + ], + [ + "Woodside condo room close to Midtown / LGA.", + 59 + ], + [ + "ZEN LIVING RM CLOSE 2 COLUMBIA UNI & CENTRAL PRK!", + 50 + ], + [ + "suit No.1", + 55 + ], + [ + "Beautiful Williamsburg Townhouse 4 bed / 2.5 bath", + 650 + ], + [ + "Homey Tribeca Studio w/ Pool, Roofdeck, Gym & View by Blueground", + 267 + ], + [ + "Stunning Chelsea 1BR w/ Doorman, Roofdeck, BBQs & Lounge by Blueground", + 316 + ], + [ + "Hip FiDi Studio w/ Resident's Bar, Golf Simulator, Pro Gym by Blueground", + 229 + ], + [ + "Lux FiDi 1BR w/ Resident's Bar, Golf Simulator, Pro Gym, by Blueground", + 262 + ], + [ + "Quiet & Modern Serene Bedroom near J subway train", + 63 + ], + [ + "QUIET SPACIOUS BEDROOM IN THE HEART OF MANHATTAN", + 95 + ], + [ + "Cozy home, away from home. 15 mins from downtown.", + 45 + ], + [ + "Chic Private Room | Only 1 Stop from Manhattan!", + 58 + ], + [ + "Newly Renovated, Unbeatable Location Private Room", + 58 + ], + [ + "Large Beautiful Room in Prime BK, 10 Min to City!!", + 58 + ], + [ + "Clean & Cozy Guestroom in Harlem-Heights", + 50 + ], + [ + "Feel-Good Decor, Lux Private Room & Great Location", + 58 + ], + [ + "Big, Bright, Beautiful Roommate Share in Prime BK", + 58 + ], + [ + "Spacious Modern Flat in the Heart of Williamsburg", + 100 + ], + [ + "Peaceful and Cozy Room in Bushwick", + 63 + ], + [ + "Crash Pad in Jackson Heights", + 27 + ], + [ + "Massive Private Bedroom in Brooklyn Heights", + 125 + ], + [ + "Sonder | Stock Exchange | Sunny 3BR + Sofa Bed", + 470 + ], + [ + "Studio Apt in the Heart of Flatiron", + 225 + ], + [ + "Sonder | Stock Exchange | Brilliant 1BR + Laundry", + 229 + ], + [ + "Sonder | Stock Exchange | Stunning 3BR + Laundry", + 470 + ], + [ + "Sonder | Stock Exchange | Brilliant 1BR + Sofa Bed", + 228 + ], + [ + "Stunning Private Apt, Perfect Location Premium Bed", + 239 + ], + [ + "Spacious Room in 3 Bedroom BK Apt!", + 40 + ], + [ + "Private Room In Little Italy", + 59 + ], + [ + "Cool newly renovated 1BR Apt overlooking Park", + 150 + ], + [ + "2 bed.Full apartment. L Train.15 min away from NYC", + 99 + ], + [ + "Adorable room 2", + 99 + ], + [ + "Amazing 3BR Apartment - Incredible Location", + 380 + ], + [ + "conveniently located to highway !", + 125 + ], + [ + "Brooklyn Sunny Apartment", + 50 + ], + [ + "CHARMING APT. IN MANHATTAN! 2 FULL BATH & 7 BEDS", + 300 + ], + [ + "Bright and Artsy 2 Bedroom Apartment", + 100 + ], + [ + "Cozy apartment in a safe neighborhood", + 200 + ], + [ + "Awesome 3 bedroom apartment in best location", + 320 + ], + [ + "Hip budget friendly room 20 min from Manhattan!", + 52 + ], + [ + "Luxury 2 Bedrooms 2 bathrooms High-rise", + 304 + ], + [ + "★ Discounted!!★ NEAR TIMES SQUARE", + 239 + ], + [ + "Beautiful private Master Bedroom in\nBushwick!", + 65 + ], + [ + "Sun Filled Studio In the Heart of the East Village", + 300 + ], + [ + "Private Room in a Brand New Apt / Quiet Building", + 60 + ], + [ + "NEW APT - 15 MINS TO MANHATTAN!", + 79 + ], + [ + "Private Room Near Staten Island Ferry", + 50 + ], + [ + "Luxury UWS 2 bed 1.5 bath Summer Sublet", + 350 + ], + [ + "Amazing Luxury Apt in the middle of Manhattan", + 539 + ], + [ + "Chelsea Luxury & Cozy 2 Bedroom Apartment", + 249 + ], + [ + "Charming and Elegant Apartment by Central Park", + 250 + ], + [ + "Stunning 2 Bedrooms Apt Central Park West", + 249 + ], + [ + "LOW PRICE! up to 4+ people-Near LGA / JFK AIRPORT", + 49 + ], + [ + "Top Of New York City Luxury 2Bedroom -with Terrace", + 499 + ], + [ + "Private Apt w/2 Queen beds close to NY Attractions", + 87 + ], + [ + "The Perfect 2 Bedroom Designer Flat in L.E.S.", + 250 + ], + [ + "The Perfect Chic 2BR/1BA Designer Flat in L.E.S.", + 250 + ], + [ + "Clean w/ lovely interiors. Nice loc Woodside room!", + 60 + ], + [ + "comfortable room, 25min from manhattan", + 50 + ], + [ + "SUMMER DEAL! Duplex: 2 Bedrooms with Private Yard", + 350 + ], + [ + "Gorgeous Tribeca 2BR w/ Amazing city views + Gym by Blueground", + 426 + ], + [ + "22min from Manhattan", + 50 + ], + [ + "Cozy 1 Bedroom Close To Manhattan", + 101 + ], + [ + "Spacious private bedroom in Manhattan.", + 60 + ], + [ + "Two bedrooms/ 1.5 restrooms in welcoming home!", + 100 + ], + [ + "Beautiful apartment in prime Soho NYC", + 250 + ], + [ + "Private Queen bedroom, wonderful view", + 250 + ], + [ + "Quiet and cozy 1 bedroom apartment", + 168 + ], + [ + "Beautiful private room in Manhattan", + 90 + ], + [ + "Luxury Soho Executive Suite", + 150 + ], + [ + "Beautiful room in Manhattan", + 70 + ], + [ + "Sonder | The Biltmore | Stunning 1BR + Sofa Bed", + 222 + ], + [ + "Airy Bushwick Home with Back Yard", + 70 + ], + [ + "***Awesome bedroom in the heart of Manhattan***", + 200 + ], + [ + "A Little Sumptin' on Sumpter", + 48 + ], + [ + "Sonder | The Biltmore | 1BR", + 699 + ], + [ + "MODERN APT WITH AN AMAZING CITY VIEW IN MIDTOWN", + 249 + ], + [ + "Blocks to the High Line * West Village Home for 10", + 577 + ], + [ + "Room in Bright Authentic New York Style Apartment", + 46 + ], + [ + "Stunning View of Manhattan with Balcony", + 50 + ], + [ + "Comfy Room in the Heart of Queens", + 125 + ], + [ + "Comfy Jfk Room to crash", + 39 + ], + [ + "Sunny & Spacious Room", + 27 + ], + [ + "Great 3 Bedroom Apartment - Incredible Location", + 380 + ], + [ + "BRIGHT, chic, Huge room with PRIVATE BATHROOM", + 75 + ], + [ + "Penthouse Spectacular NYC Skyline Views", + 499 + ], + [ + "Flat at EMPIRE STATE BUILDING! \ndoorman & rooftop", + 299 + ], + [ + "Room 2. Bunk beds available for two adults.", + 65 + ], + [ + "Huge, Bright Room in Prime Williamsburg", + 200 + ], + [ + "Sonder | The Biltmore | Chic 1BR + City View", + 157 + ], + [ + "Safe & lively, tons of restaurants & bars nearby!", + 145 + ], + [ + "Architecturally Designed East Village Oasis", + 240 + ], + [ + "Gorgeous Super Large 2 Bedroom apartment", + 299 + ], + [ + "Adorable Room w/Gym Access-Hamilton Hts Manhattan", + 53 + ], + [ + "Sonder | The Biltmore | Spacious 1BR + Kitchen", + 699 + ], + [ + "Sonder | Stock Exchange | Intimate 1BR + Kitchen", + 247 + ], + [ + "3 Bedroom Apartment in Midtown - Amazing Deal", + 311 + ], + [ + "NEW - STEPS TO SUBWAY, NO STOP TO MANHATTAN!", + 99 + ], + [ + "Private big room in upper east side", + 60 + ], + [ + "Cozy 2 Bedroom in Luxury Building", + 299 + ], + [ + "Smoke n Mirrors", + 250 + ], + [ + "Bianchi Soho", + 150 + ], + [ + "Top 3BR Apartment in THE BEST LOCATION", + 370 + ], + [ + "Cozy studio located in midtown west", + 195 + ], + [ + "Private room in Williamsburg", + 85 + ], + [ + "Newly renovated loft on quiet block", + 93 + ], + [ + "Midtown West Hotel - Boutique Queen", + 199 + ], + [ + "Private room in Brooklyn", + 45 + ], + [ + "Super Great Bright Room, 15mins to NYC w/ desk", + 120 + ], + [ + "Beautiful 3 Bedroom 15 Minutes To Manhattan NYC", + 189 + ], + [ + "Time Square South - Sunny Lux Twin Hotel Room", + 129 + ], + [ + "Beautiful apartment in Manhattan!", + 280 + ], + [ + "Tons of Bars & Cafes nearby! Quick Walk to Metro", + 38 + ], + [ + "Modern One Bedroom - Greenpoint", + 150 + ], + [ + "Cozy Studio with Patio Close to the Subway", + 145 + ], + [ + "Great Eclectic Studio Apt in Brooklyn !!!!!!", + 95 + ], + [ + "5min walk to Metro+Laundry, Cleaning, & AC!", + 33 + ], + [ + "BedStuy Private Room (M2)", + 65 + ], + [ + "Perfect 2 Bedroom Apt on East River, Williamsburg", + 220 + ], + [ + "曼哈顿 林肯中心 Manhattan Lincoln Center 5分钟到西59/66地铁站", + 139 + ], + [ + "Entire Apt. In Brooklyn. 25 minutes to Manhattan.", + 125 + ], + [ + "UWS 3BR/2BTH Apt, 1 block from Central Park", + 500 + ], + [ + "Sonder | 21 Chelsea | Stunning 1BR + Rooftop", + 277 + ], + [ + "☆ Times Square- Home Away From Home", + 180 + ], + [ + "Sonder | The Biltmore | Spacious 1BR + Kitchen", + 699 + ], + [ + "Intimate 1BR in Midtown East by Sonder", + 162 + ], + [ + "Well lit room in FiDi, Manhattan-June,July sublet", + 52 + ], + [ + "2 Bedroom apt in LES with a private roof top", + 176 + ], + [ + "Upscale Luxury High Rise with Amazing Terrace", + 500 + ], + [ + "Bedroom + Private Office by Barclays Ctr", + 68 + ], + [ + "Sonder | 11th Ave | Airy 1BR + Gym", + 182 + ], + [ + "Gorgeous spacious 1 bedroom apartment", + 86 + ], + [ + "Spacious, sunny room in Queens/Brooklyn", + 30 + ], + [ + "Sonder | Upper East Side | Airy 1BR + Gym", + 150 + ], + [ + "Sonder | 11th Ave | Restful 1BR + Gym", + 189 + ], + [ + "Convenient ground floor duplex - no stairs!", + 155 + ], + [ + "Midtown Manhattan - Cozy Triple Room", + 199 + ], + [ + "Sonder | The Nash | Classic 1BR + Fitness Center", + 200 + ], + [ + "Waterfront 2 bd apt. Amazing views to Manhattan!", + 270 + ], + [ + "Manhattan Time Square South-Sunny Queen Room", + 199 + ], + [ + "Manhattan Chelsea - Cozy Queen Room", + 199 + ], + [ + "Time Square Modern Cozy Queen", + 199 + ], + [ + "Good Day New York - Comfy Queen", + 199 + ], + [ + "Madison Square Garden - Sunny Queen", + 199 + ], + [ + "Manhattan West - Cozy Single Room", + 129 + ], + [ + "Manhattan Chelsea Cozy Single", + 149 + ], + [ + "Good Day New York - Sunny Single", + 149 + ], + [ + "Sonder | Wall Street | Peaceful 1BR + Sofa Bed", + 257 + ], + [ + "Contemporary 1BR in Hell's Kitchen by Sonder", + 185 + ], + [ + "Madison Square Sunny Twin Hotel Room", + 149 + ], + [ + "Midtown West - Comfort Twin Single Hotel", + 149 + ], + [ + "Manhattan Midtown West - Modern Single Hotel Room", + 159 + ], + [ + "30ST & 8th Ave Hotel - Twin Single Room", + 159 + ], + [ + "Time Square South - Clean Triple Hotel Room", + 219 + ], + [ + "Midtown Boutique Hotel - Cozy Single", + 159 + ], + [ + "Midtown West Hotel - Bright Queen Room", + 219 + ], + [ + "Spacious and beautiful 4BR with backyard", + 275 + ], + [ + "✴ COZY Astoria NYC ✴ 1BDR & 1 BATH APT", + 113 + ], + [ + "Private room in queens", + 50 + ], + [ + "Entire Magnificent Townhouse", + 249 + ], + [ + "Sonder | 11th Ave | Stunning 1BR + Gym", + 182 + ], + [ + "Simple 1BR in Midtown East by Sonder", + 190 + ], + [ + "Amazing 5 bed/2 bath Duplex 10 min from Manhattan!", + 595 + ], + [ + "Verrazano bridge garden house", + 68 + ], + [ + "Hotel-like Cottage Private Room KING Bed 25min NYC", + 50 + ], + [ + "NYC Private Room in Manhattan", + 135 + ], + [ + "Stunning 2Bedroom Apartment in LES Hot Spot", + 120 + ], + [ + "Cozy Room for Female Guests/ just 30sec to Subway!", + 65 + ], + [ + "Sonder | 11th Ave | Modern 1BR + Gym", + 189 + ], + [ + "2 bedroom 2 bathroom with garden heart of Bushwick", + 90 + ], + [ + "Lovely 1BR in Hell's Kitchen by Sonder", + 187 + ], + [ + "Sonder | The Nash | Original 1BR + Rooftop", + 202 + ], + [ + "Comfy Sunnyside Room, Midtown in less than 30!", + 43 + ], + [ + "Sonder | The Nash | Relaxed 1BR + Fitness Center", + 200 + ], + [ + "Delightful 1BR in Midtown East by Sonder", + 190 + ], + [ + "Sonder | 11th Ave | Vibrant 1BR + Gym", + 184 + ], + [ + "Sonder | 11th Ave | Polished 1BR + Gym", + 187 + ], + [ + "Beautiful and cozy place 2 min walk from subway", + 60 + ], + [ + "Room with sofa bed or air mattress", + 2000 + ], + [ + "Sonder | The Biltmore | Modern 1BR + Rooftop", + 215 + ], + [ + "Sonder | The Nash | Cozy 1BR + Fitness Center", + 200 + ], + [ + "Nice sunny room in great part of Bed Stuy", + 50 + ], + [ + "Spacious + beautiful Garden apt in brick townhouse", + 335 + ], + [ + "Big and bright with private entrance", + 50 + ], + [ + "Brilliant like studio apartment close to Manhattan", + 89 + ], + [ + "Very quiet two twin beds room 温馨双单人床小屋", + 70 + ], + [ + "Great New York-korea town Shared room", + 65 + ], + [ + "Newly Renovated 2 bedroom in Heart of Times Square", + 225 + ], + [ + "A.Hamilton(for GUYS only)", + 18 + ], + [ + "B, Hamilton( For GUYS ONLY)", + 22 + ], + [ + "Astoria's Retreat 10min away from the city. Prkg", + 199 + ], + [ + "Cozy Living Room Futon", + 20 + ], + [ + "Sonder | The Nash | Edgy 1BR + Fitness Center", + 204 + ], + [ + "Master Bed Room With Private Bathroom #1", + 70 + ], + [ + "Spacious UES place. Flexible check-in/out. Subway.", + 155 + ], + [ + "Fully renovated brick house floor in Brooklyn", + 95 + ], + [ + "Private bedroom and bathroom 15 mins from the city", + 72 + ], + [ + "Big and Bright Room in South Bronx Artist Home!", + 65 + ], + [ + "Red Violet", + 75 + ], + [ + "East Flatbush Charmer", + 40 + ], + [ + "★ Huge Three Bedroom Centrally Located ★", + 450 + ], + [ + "Contemporary studio in Manhattan", + 150 + ], + [ + "Quiet, Safe, Clean Room", + 75 + ], + [ + "Empire state building neighbor", + 300 + ], + [ + "NYC Manhattan Private Room", + 135 + ], + [ + "NYC Manhattan Private Room! Private Bathroom!!", + 135 + ], + [ + "I rent out brand new 2br/2bath apt in Chinatown", + 300 + ], + [ + "Room in Astoria - few steps from subway Ditmars", + 30 + ], + [ + "A space like a home", + 100 + ], + [ + "Apartment", + 48 + ], + [ + "Mi Rincón acogedor!", + 40 + ], + [ + "Tribeca 3.5 Bedroom Loft", + 750 + ], + [ + "Charming, newly renovated prime Park Slope Studio", + 150 + ], + [ + "BK Cozy Couch", + 50 + ], + [ + "Williamsburg historic apt. summer sublet!", + 109 + ], + [ + "ROOM # 3 near to JFK & LGA Airport", + 56 + ], + [ + "Penthouse with breath taking views of the skyline.", + 199 + ], + [ + "Charming One-Bedroom East Village Apartment", + 120 + ], + [ + "Nice House, clean space", + 80 + ], + [ + "NYC 2-bedrooms apartment @ Brooklyn", + 95 + ], + [ + "Cozy private room 10 min to Columbia Univiersity", + 50 + ], + [ + "Spacious private bedroom upper manhattan NYC", + 70 + ], + [ + "Great location in Hells kitchen", + 110 + ], + [ + "Comfortable 2 bedroom Condo (Chelsea)", + 259 + ], + [ + "Fantastic 2 Bedroom Apartment", + 190 + ], + [ + "Jfk min away. Welcome to the beach! Fun,sand,surf", + 875 + ], + [ + "Bedroom w full kitchen & living room - no stairs!", + 100 + ], + [ + "2 Bedroom, sleeps 6, Luxury apt, outside of NYC!", + 200 + ], + [ + "2 Bedrooms and a Comfy Couch On Washington", + 100 + ], + [ + "Large Renovated 2 br Apt called Home Crown Heights", + 80 + ], + [ + "Times Square Hidden Gem 2 Bedroom Apartment", + 249 + ], + [ + "Amazing Apartment infront of Williamsburg Bridge!", + 300 + ], + [ + "NYC Lux. Condo", + 150 + ], + [ + "Beautiful Manhattan TOWNHOUSE APARTMENT w Deck", + 128 + ], + [ + "Brooklyn Brownstone (Private Room)", + 120 + ], + [ + "Private, 2-story apartment, near the Highline", + 134 + ], + [ + "Nice 3Beds/2bedroom Apartment, 5min TIME SQUARE.", + 389 + ], + [ + "Chilling in Brooklyn in a cool culture vibe", + 38 + ], + [ + "[Special Price] Have a nice trip with my room!", + 70 + ], + [ + "Great 3Bedroom Apt in Stunning Location", + 380 + ], + [ + "Bedstuy Cozy Room with Private Bathroom", + 75 + ], + [ + "Private, Cozy Escape! Near all!", + 115 + ], + [ + "2 Bedroom Empire State Building Apartment", + 239 + ], + [ + "Beautiful Studio in the heart of Williamsburg", + 140 + ], + [ + "Top floor West Village apartment with city views", + 180 + ], + [ + "Single Bedroom around Columbia University", + 45 + ], + [ + "MIN WALK TO TRAIN/STORES/FOOD PLACES/NEAR HOSPITAL", + 29 + ], + [ + "One little beautiful room in an 3bedroom apartment", + 27 + ], + [ + "Great home for the summer ONLY", + 70 + ], + [ + "3BR Apartment in Bushwick, 1 min to Train!", + 210 + ], + [ + "Heart of SoHo: Spring Street 3 Bed Loft", + 499 + ], + [ + "Bright Furnished Room in Midtown East!", + 109 + ], + [ + "Manhattan Tourists' warm home 3", + 129 + ], + [ + "New renovated a comfortable apartment in manhattan", + 60 + ], + [ + "Gracious Art-Deco 2 Bed Home on Tree-lined street", + 299 + ], + [ + "Brooklyn Townhouse Apartment with Outdoor Space", + 150 + ], + [ + "Spacious 3 bedroom duplex with private backyard", + 140 + ], + [ + "Williamsburg big studio", + 94 + ], + [ + "Huge Williamsburg Studio with Private Terrace", + 300 + ], + [ + "Bright and Sunny SoHo Gem", + 160 + ], + [ + "Amazing Cozy 2 Bedroom | Heart of Lower Manhattan!", + 200 + ], + [ + "BedStuy Penthouse Duplex 1BR", + 132 + ], + [ + "Entire sunny apartment in Crown Heights", + 97 + ], + [ + "Comfort Room in Downtown New York, Chinatown, Soho", + 67 + ], + [ + "Magnificent Penthouse Suite in Midtown Manhattan", + 395 + ], + [ + "Luxury for Single Traveler", + 139 + ], + [ + "3 Bedroom Loft Like Unit 5 minutes from train", + 129 + ], + [ + "Brooklyn artist studio", + 100 + ], + [ + "Greenpoint - Sun Filled Room in Unique Loft Space", + 65 + ], + [ + "Hamilton Heights sanctuary", + 50 + ], + [ + "Charming Room In Little Italy", + 51 + ], + [ + "Sonder | 116 John | Cozy 1BR + Gym", + 130 + ], + [ + "Little Italy Room", + 59 + ], + [ + "Mi casa es tu casa, Habitación 1", + 50 + ], + [ + "Great location, private bedroom with two windows.", + 55 + ], + [ + "Private Room in East Williamsburg - Clean & Comfy!", + 89 + ], + [ + "Large room close to Metro ,20min to TQ", + 60 + ], + [ + "1 BD Apt in Luxury Building - Crown Heights NYC", + 175 + ], + [ + "Clean Room in Upper West Side Near Columbia Uni", + 85 + ], + [ + "2BR in Bushwick! 20 min to Manhattan!", + 170 + ], + [ + "Cozy Private Bedroom", + 60 + ], + [ + "Bedroom", + 50 + ], + [ + "Sonder | 116 John | Spacious 1BR + Gym", + 130 + ], + [ + "Sonder | 116 John | Modern Studio + Gym", + 100 + ], + [ + "South Bronx Suite", + 120 + ], + [ + "Columbia campus 2 bedrooms apartment", + 200 + ], + [ + "Manhattan Private Room & Bathroom", + 95 + ], + [ + "2 Bedroom Apt w private entrance & backyard", + 120 + ], + [ + "Your own studio in the heart of Chelsea", + 129 + ], + [ + "Master Bed Decatur 3F Room#1", + 70 + ], + [ + "Central Park Strawberry Fields*2 Bed*Elevator*", + 230 + ], + [ + "Perfect 1 Bedroom in Nolita", + 250 + ], + [ + "Homely ROOM IN BROOKLYN", + 60 + ], + [ + "Cozy Bushwich Decatur 3F Room #4", + 50 + ], + [ + "Sonder | Upper East Side | Chic 1BR + Sofa Bed", + 150 + ], + [ + "Comfortable Futon Couch in Brooklyn", + 24 + ], + [ + "Private bedroom in Brooklyn near A/C train", + 79 + ], + [ + "Cosy luxury studio for sublet on upper west side", + 180 + ], + [ + "Modern 1500sf Loft Home: 3 Bedroom + 2 Full Baths", + 359 + ], + [ + "Sonder | 116 John | Vibrant 2BR + Gym", + 179 + ], + [ + "Perfect Studio in LES Hot Spot - best Location!", + 135 + ], + [ + "Sonder | 11th Ave | Sunny 1BR + Gym", + 189 + ], + [ + "Amazing 2 BR Ap,10min walk 2 Empire state building", + 299 + ], + [ + "Sonder | 116 John | Relaxed Studio + Gym", + 100 + ], + [ + "Cosy shiny bedroom close to Manhattan 25min", + 70 + ], + [ + "Beautiful apartment in Manhattan!", + 250 + ], + [ + "Elegant Top Floor 3BD/2 Bath in Chelsea", + 499 + ], + [ + "Amazing luxury apartment in Manahttan!", + 300 + ], + [ + "500 sq ft Studio with Private Bathroom", + 64 + ], + [ + "Bright, cozy 1 bedroom near Central Park", + 35 + ], + [ + "COSY BEDROOM CLOSE TO MANHATTAN, Brooklyn", + 59 + ], + [ + "Magical space in prime Williamsburg", + 69 + ], + [ + "1st floor loft space with beautiful yard", + 120 + ], + [ + "Stunning Chelsea/West Vill. Floor Thru LOFT 4BEDs", + 349 + ], + [ + "Stunning NYC World Trade Center Dreamstyle studio", + 168 + ], + [ + "Splendid LOFT 6BED/3BATH - steps to Central PARK", + 589 + ], + [ + "Clean, Modern Sun-filled 2BD Home in Midtown East", + 325 + ], + [ + "Big Bed brooklyn, convenient close trains", + 63 + ], + [ + "Luxury 2 Bed / 2 Bath River and City View.", + 265 + ], + [ + "Amazing room in heart of East Village", + 100 + ], + [ + "Posh East Village 1BR in Walk Up Building near Subway by Blueground", + 271 + ], + [ + "Bright & Beautiful Park Slope One-Bedroom", + 175 + ], + [ + "Dapper East Village 1BR in Walk Up Building near Subway, by Blueground", + 271 + ], + [ + "Gorgeous East Village 1BR in Walk Up Building near Subway, by Blueground", + 285 + ], + [ + "St Marks PL", + 200 + ], + [ + "Delightful 3 Bedroom in Central Midtown Location", + 449 + ], + [ + "Cozy apartment in Midtown!", + 200 + ], + [ + "BIG SPACIOUS 1 BED IN BROOKLYN HIGH CEILINGS", + 100 + ], + [ + "Snazzy East Village 1BR in Walk Up Building near Subway, by Blueground", + 298 + ], + [ + "Relaxing bohemian space in Bushwick", + 75 + ], + [ + "Large private Room nearly JFK 8 mins", + 60 + ], + [ + "Sonder | The Biltmore | Spacious 1BR + Kitchen", + 699 + ], + [ + "Queen Room", + 65 + ], + [ + "Cozy Private Room - Only 25 mins to Manhattan ;)", + 55 + ], + [ + "Sonder | The Biltmore | Stunning 1BR + Sofa Bed", + 699 + ], + [ + "Luxury 2 bdr/2 bath prime Williamburg", + 192 + ], + [ + "Superior 1BR in FiDi by Sonder", + 699 + ], + [ + "Large 1 BR *** Featured on This Old House", + 279 + ], + [ + "South Bronx Suite Two", + 120 + ], + [ + "Lovely Studio in FiDi by Sonder", + 699 + ], + [ + "Perfect West Village apt - best location in NYC!", + 350 + ], + [ + "Pleasant 1BR in Midtown East by Sonder", + 217 + ], + [ + "Hell's Kitchen Luxury (East Room)", + 112 + ], + [ + "Studio Apartment in BoroPark Brooklyn NY", + 120 + ], + [ + "Full 2 bedroom apartment in East Village by Marios", + 173 + ], + [ + "#4 ROOM 4FAMILY (4 guests) Train 3 Kingston Ave", + 45 + ], + [ + "Yellow ButterFly", + 110 + ], + [ + "La Greka (Couch Surfing)", + 25 + ], + [ + "Central Park West: 3 Bedroom + 2 Bath Jewel-box", + 438 + ], + [ + "Large Private Room with Courtyard", + 49 + ], + [ + "Lavidaloca plc", + 99 + ], + [ + "Beautiful house in Jamaica near JFK & LGA", + 175 + ], + [ + "Sonder | The Biltmore | Bright 1BR + Workspace", + 154 + ], + [ + "TIMES SQUARE-4 BEDROOM- DELUX-ART APARTMENT", + 650 + ], + [ + "Live Brooklyn II - 2 Bedroom Apt 5 Min to Subway!", + 247 + ], + [ + "Tremendous East Village Apt!", + 140 + ], + [ + "Apartment in the Heart Of Brooklyn", + 125 + ], + [ + "Amazing Place - ASTORIA", + 55 + ], + [ + "Manhattan Private Luxury Bedroom!!!!!", + 90 + ], + [ + "Holiday VILLA EXCLUSIVE", + 35 + ], + [ + "Splendid Upper E. Side LOFT Central Park 4BEDs/2BA", + 380 + ], + [ + "Gorgeous Duplex LOFT 1.5BATH 4BEDs - East Village", + 299 + ], + [ + "Heart of Williamsburg living for 1-5 msg!", + 70 + ], + [ + "Two bed apartment in the heart of Williamsburg", + 180 + ], + [ + "Sonder | 21 Chelsea | Vibrant Studio + Rooftop", + 209 + ], + [ + "Sonder | The Biltmore | Stunning 1BR + Sofa Bed", + 159 + ], + [ + "Sonder | Stock Exchange | Incredible 3BR + Laundry", + 463 + ], + [ + "Sonder | The Biltmore | Spacious 1BR + Kitchen", + 220 + ], + [ + "Lovely 1BR in Hell's Kitchen by Sonder", + 187 + ], + [ + "Sonder | The Biltmore | Bright 1BR + Sofa Bed", + 215 + ], + [ + "Sonder | The Biltmore | Stunning 1BR + Sofa Bed", + 159 + ], + [ + "Sonder | 116 John | Comfortable 1BR + Gym", + 130 + ], + [ + "Comfy room with WiFi. Mins to Central Park!", + 38 + ], + [ + "Bushwick Art Collective: Bedroom C (sub-level)", + 90 + ], + [ + "Luxury apt with East River views in Greenpoint, NY", + 200 + ], + [ + "Full-renovated my own 1 bedroom apartment", + 140 + ], + [ + "Bright, Sunny and Budget friendly rental", + 40 + ], + [ + "Captivating Central Park TownHouse 3Bed/2BA", + 399 + ], + [ + "Bayside Room", + 40 + ], + [ + "Entire Flat in Perfect Location (Nolita)", + 200 + ], + [ + "Renovated Apartment in Brooklyn - Steps to G Train", + 90 + ], + [ + "South Bronx Gathering Place", + 145 + ], + [ + "Gorgeous room near the heart of Times Square", + 190 + ], + [ + "ROOM # 6 near to JFK & LGA airport", + 58 + ], + [ + "✴ Brand New & Quiet ✴ East Village ✴ 2BR Apt", + 341 + ], + [ + "The Sunshine Palace 2", + 175 + ], + [ + "BEAUTIFUL Cozy 2 BEDS APT Upper East Side", + 280 + ], + [ + "ROOM # 4 near to JFK & LGA airport", + 58 + ], + [ + "SHANEL'S 2 BR Apt 5 mins from JFK", + 150 + ], + [ + "Bright & Sunny Bushwick room w/ Rooftop & Balcony", + 90 + ], + [ + "ROOM # 7 Near to JFK & LGA airport", + 53 + ], + [ + "Gorgeous Central Park Penthouse", + 299 + ], + [ + "ROOM # 8 near to JFK & LGA airport", + 53 + ], + [ + "Upper West 1 Bedroom / 1 Bath. Lincoln Center", + 190 + ], + [ + "2 BR Apt close to LGA, JFK & Midtown (2A)", + 179 + ], + [ + "1 Bed/ 1 Bath / Columbus Circle/ Balcony", + 190 + ], + [ + "STUNNING 2BR ON MCCARREN PARK WITH PARKING SPOT!", + 700 + ], + [ + "Bay windows/Huge room FULLY FURNISHED", + 49 + ], + [ + "Beautiful Studio Steps from Subway (BLUE)", + 85 + ], + [ + "1 Bed/ 1 Bath / Columbus Circle/ High Floor", + 190 + ], + [ + "Cozy Room in the Upper East Side", + 49 + ], + [ + "Charming And Cozy Extra Large Private Room+Parking", + 50 + ], + [ + "Ridgewood Love", + 149 + ], + [ + "MASTER ROOM # 1 near To JFK & LaGuardia airport", + 80 + ], + [ + "MASSIVE zen garden Master BR in Chelsea", + 85 + ], + [ + "Sunny, convenient and comfortable!", + 94 + ], + [ + "Gorgeus Double Room, Hell's Kitchen!", + 95 + ], + [ + "Simply but comfy", + 42 + ], + [ + "Spacious 1 bed apartment with private terrace", + 250 + ], + [ + "Cozy private Studio Suite", + 145 + ], + [ + "Beaut room 10min away from the city with Prkg Avbl", + 79 + ], + [ + "Stunning views - prime Gramercy/Flatiron location!", + 389 + ], + [ + "SINGLE ROOM AVAILABLE IN JAMAICA NEAR JFK & LGA", + 50 + ], + [ + "Clean and comfortable place", + 150 + ], + [ + "Large room min away from city/Prkg available", + 110 + ], + [ + "SINGLE ROOM AVAILABLE IN JAMAICA NEAR JFK & LGA", + 50 + ], + [ + "*Charismatic 1 BR Apartment in Heart of Chelsea*", + 159 + ], + [ + "Sonder | 116 John | Relaxed 1BR + Gym", + 130 + ], + [ + "5mins Waterfront, McCarren, 25mins to Times Sq", + 61 + ], + [ + "Sonder | 116 John | Polished 2BR + Gym", + 179 + ], + [ + "Cozy Bronx Apartment Near Yankee Stadium!!!", + 130 + ], + [ + "Convenient room in Hell’s Kitchen", + 120 + ], + [ + "GORGEOUS WEST CHELSEA TWO BEDROOM with roof deck!", + 195 + ], + [ + "Charming Private Bedroom in the Trees", + 70 + ], + [ + "Cozy spacious 1 be avail for June", + 45 + ], + [ + "Queen size room suitable for family of 4", + 75 + ], + [ + "Huge room w/ king size bed in coop brownstone", + 75 + ], + [ + "Sunny Private Room close to Manhattan (purple)", + 76 + ], + [ + "Luxurious apartment, accessible 2 transportations", + 50 + ], + [ + "Luxury 2 Bedroom Apartment", + 220 + ], + [ + "Cosy crisp clean pad in Williamsburg", + 100 + ], + [ + "cute comfortable & furnished heart of times square", + 141 + ], + [ + "*PRIVATE* Bedroom near Central Park", + 175 + ], + [ + "SPECTACULAR LOFT OVERLOOKING THE MANHATTAN SKYLINE", + 200 + ], + [ + "SPECTACULAR LOFT OVERLOOKING THE MANHATTAN SKYLINE", + 200 + ], + [ + "Entire Apartment -the best for relax and enjoy NYC", + 240 + ], + [ + "Hamilton Heights is fancy!", + 100 + ], + [ + "Huge One Bedroom Haven In The Heart Of Manhattan", + 150 + ], + [ + "The Brooklyn Nook Beautiful furnished private room", + 60 + ], + [ + "A little Gem in the heart of Boerum Hill Brooklyn.", + 182 + ], + [ + "Harlem Residence 3", + 55 + ], + [ + "Cozy and humble room in a great neighborhood!", + 55 + ], + [ + "2 BR apt close to LGA / JFK / Midtown (2B)", + 150 + ], + [ + "Duplex great stay City center", + 688 + ], + [ + "LIC 1BR Large Living Room - Great View Summer Apt", + 123 + ], + [ + "Lower East Side with a View", + 230 + ], + [ + "2 BR Apt close to LGA,JFK & Midtown (3A)", + 179 + ], + [ + "La Kings Highway unwinding", + 70 + ], + [ + "Warm, Comfortable, and Joyful Loft in Brooklyn", + 180 + ], + [ + "2 BR Apt close to LGA, JFK & Midtown (3B)", + 179 + ], + [ + "Large 1-bed in a beautiful doorman condo", + 150 + ], + [ + "Stylish, Dog-friendly Williamsburg One-Bedroom", + 240 + ], + [ + "Home Away from Home", + 130 + ], + [ + "NEW ! Chic Designer Blue", + 89 + ], + [ + "Your Sanctuary next to Times Square New York", + 150 + ], + [ + "Cozy one bed room 15 minutes' away from Manhattan", + 88 + ], + [ + "Full floor of our gorgeous Harlem brownstone", + 165 + ], + [ + "Heart of Times Square modern apartment", + 160 + ], + [ + "SUMMER SALE! Huge 3 Bedroom/ 2Bath Full-Floor LOFT", + 379 + ], + [ + "Lovely and affordable place in the Bronx", + 36 + ], + [ + "Pat's Place2", + 32 + ], + [ + "Your New York Retreat next to Times Square", + 200 + ], + [ + "Room w/washer dryer updated apt. near Whole Foods", + 98 + ], + [ + "Ideal Bedroom in a Friendly Neighborhood", + 99 + ], + [ + "Sunny room in brownstone coop", + 65 + ], + [ + "Private Studio Suite", + 115 + ], + [ + "Four points by Sheraton NY Downtown", + 270 + ], + [ + "Spacious room 2mins from 52st-Woodside 7 train!", + 54 + ], + [ + "1 Bedroom , Beautiful Spacious Brownstone\n Apt", + 100 + ], + [ + "Comfy pad", + 100 + ], + [ + "Big studio in Luxury building downtown Manhattan", + 230 + ], + [ + "AC New York Downtown AC Hotel by Marriott", + 270 + ], + [ + "Brand New Luxury Apartment by Prospect Park", + 75 + ], + [ + "Sunny and spacious room in South Williamsburg", + 85 + ], + [ + "Spacious Manhattan Apartment", + 449 + ], + [ + "Sophisticated Central Park LOFT - 4BEDs/2BATHs", + 399 + ], + [ + "Peaceful loft ‘2’", + 85 + ], + [ + "Large clean 2 bdroom/ 1 bath apt near manh", + 100 + ], + [ + "Some of the Best Food in all New York City", + 82 + ], + [ + "A Home Away from Home!", + 65 + ], + [ + "纽约曼哈顿中城临近高校舒适公寓-仅限女性入住", + 100 + ], + [ + "A private bedroom in Chelsea , Manhattan.", + 85 + ], + [ + "Spacious Room in a charming brownstone apartment", + 95 + ], + [ + "#1 NY Perfect Destination . Hells' kitchen!!", + 290 + ], + [ + "Brownstone Oasis with Garden Perfect For a Family", + 190 + ], + [ + "The BEAUTY & the EAST/free street parking & WIFI", + 120 + ], + [ + "*20%OFF-Amazing Heart of NYC! Steps to subway!", + 161 + ], + [ + "Ideal Tribeca Studio w/ Gym, W/D, Doorman, Pool, View by Blueground", + 305 + ], + [ + "Gorgeous Tribeca Studio w/ Gym, W/D, Doorman, Pool, View, by Blueground", + 269 + ], + [ + "Spacious and welcoming studio apartment", + 113 + ], + [ + "Dream-nest with elements of class and \"flavor\"!!", + 135 + ], + [ + "\"In The Heights\" Luxurious triplex in historic TH", + 595 + ], + [ + "Your Luxury Manhattan Mansion! Quiet, Near it all.", + 250 + ], + [ + "Modern 2BED/2BATH In Midtown East - 3BEDs", + 299 + ], + [ + "Williamsburg Spacious room w/ Balcony and Bathroom", + 69 + ], + [ + "Penthouse with Manhattan Views", + 149 + ], + [ + "Gracious Loft in Perfect Midtown Location", + 199 + ], + [ + "Striking 1,500sf Full-Floor 3BD Loft in Flatiron", + 399 + ], + [ + "Beautiful bedroom is Bushwick", + 50 + ], + [ + "Sumptin' Simple on Sumpter", + 48 + ], + [ + "Fantastic 2 bedroom Apt near Subway, Cafes & More", + 365 + ], + [ + "\"In the Heights\" King Size Br w/shared baths.", + 75 + ], + [ + "\"In the Heights\" Love: 2 Queen beds. beautiful br.", + 150 + ], + [ + "Large sunny bedroom 5 mins from SI ferry", + 50 + ], + [ + "\"In The Heights\" King Br w/on-suite shared bath.", + 150 + ], + [ + "Big one bed room-upper east side", + 200 + ], + [ + "Splendid 2BED/2BATH Midtown EAST LOFT", + 250 + ], + [ + "\"In The Heights\" 2 Queen Beds in Huge Private Br.", + 150 + ], + [ + "Private bedroom located in the heart of Harlem", + 150 + ], + [ + "Astonishing 2 Bd Apartment in the Upper East Side", + 350 + ], + [ + "Fabulous 2Bedroom/1.5Baths Duplex near Broadway", + 335 + ], + [ + "Lovely and affordable place in the Bronx", + 40 + ], + [ + "Designer 4 Bedroom + 2Bath Duplex Condo in Midtown", + 399 + ], + [ + "Hello! This is a very cozy space in Williamsburg.", + 100 + ], + [ + "Beautiful three bedroom on Wall Street!", + 320 + ], + [ + "Quiet, Convenient 1-Bedroom in Morningside Heights", + 150 + ], + [ + "Amazing Studio at the Time square area/51B", + 120 + ], + [ + "Mini Casa", + 69 + ], + [ + "Spacious Modern 2bd Whole Flat @ Heart of Brooklyn", + 250 + ], + [ + "Sunny Private Sanctuary w High Ceilings", + 64 + ], + [ + "Amazing apartment on Wall Street!", + 340 + ], + [ + "Private bedroom#2 for female in shared housing", + 40 + ], + [ + "Room w/ lots of Natural Light. Near 69st 7 train.", + 47 + ], + [ + "Cozy and bright bedroom next to the train station", + 49 + ], + [ + "Private Modern Studio in South Slope, Brooklyn!", + 119 + ], + [ + "Cozy sun-fillled Astoria RM near Broadway station.", + 48 + ], + [ + "Double Room", + 65 + ], + [ + "LUXURY Brownstone, 13 ft ceilings, exposed brick", + 250 + ], + [ + "Tranquility on Times Square VIP Room King Bed", + 325 + ], + [ + "Unique 3Bedroom apartment 2block from Times Square", + 485 + ], + [ + "Charming Bedstuy Brownstone", + 110 + ], + [ + "A sunlit spacious room in Soho", + 115 + ], + [ + "Large, Bright & Cozy Retreat-2 in B'klyn", + 55 + ], + [ + "Cozy Studio! Easy Access to Train to Manhattan!", + 99 + ], + [ + "Spacious 1 BDRM w/ Backyard of DREAMS in Manhattan", + 148 + ], + [ + "Fabulous gut renovated apt 15 minutes to Midtown", + 95 + ], + [ + "Chelsea gem in the middle of Manhattan.", + 300 + ], + [ + "Two private rooms", + 95 + ], + [ + "An ideal place for your peace of mind", + 70 + ], + [ + "Awesome Private Room", + 50 + ], + [ + "Beautiful Room in BK!", + 40 + ], + [ + "New York Modern Apartment", + 145 + ], + [ + "Bedstuy Brownstone apartment with a backyard", + 65 + ], + [ + "Midtown East Amazing 2BR Prime Area", + 149 + ], + [ + "( GREEN ROOM) Private in a Beautiful Town House", + 42 + ], + [ + "Prime Midtown!Steps to Grand Central!", + 89 + ], + [ + "Cozy Beautiful 2 bedrooms apartment.", + 300 + ], + [ + "Super Spacious room in Brooklyn", + 43 + ], + [ + "Villa in Astoria", + 78 + ], + [ + "Bed only ladys, near LaGuardia & Manhattan", + 25 + ], + [ + "1 Bed in the Living Room Shared Stay for Male", + 25 + ], + [ + "Donat Apartment", + 103 + ], + [ + "DELIGHTFUL 3Bed Upper East Side LOFT ~CENTRAL PARK", + 349 + ], + [ + "1 BEDROOM BASEMENT APARTMENT NEXT TO ASTORIA PARK", + 150 + ], + [ + "Cozy, Furnished Room in Prime UWS W70s/Columbus", + 55 + ], + [ + "Very charming apartment in Carroll Gardens", + 157 + ], + [ + "Wall St - FiDi - Art Deco Luxury Apartment", + 160 + ], + [ + "Gracious 5 Bedroom/2Bath Home by Central Park West", + 479 + ], + [ + "Chelsea one bedroom with private terrace", + 280 + ], + [ + "Bright & Meditative room in Williamsburg!", + 69 + ], + [ + "Gorgeous 7-bed-Lush garden-Midtown1stop-Breakfast", + 499 + ], + [ + "\"The quick get a way\"", + 35 + ], + [ + "Private Loft Room w/Bathroom", + 60 + ], + [ + "Big private room at Brooklyn close to the subway", + 58 + ], + [ + "Sunny two-bedroom apt in Jackson Heights, Queens", + 120 + ], + [ + "Amazing room at Brooklyn close to subway station", + 58 + ], + [ + "Gorgeous 4-bed-Lush garden-Midtown1stop-Breakfast", + 299 + ], + [ + "Gorgeous 3-bed-Lush garden-Midtown1stop-Breakfast", + 299 + ], + [ + "Great room at Brooklyn close to the subway station", + 58 + ], + [ + "Comfortable room at Brooklyn close to the subway", + 58 + ], + [ + "Gorgeous LIC-Lush garden-Midtown1stop-Breakfast", + 99 + ], + [ + "Friend Hostel", + 100 + ], + [ + "Cozy LIC-Beautiful garden-Midtown1stop-Breakfast", + 79 + ], + [ + "Fantastic Duplex LOFT 2BED/1.5BATH by Metro", + 299 + ], + [ + "Cozy studio - heart of Manhattan!", + 200 + ], + [ + "Room in NyCs Local Fave Neighborhood", + 128 + ], + [ + "NYC 3 bed, full frnshd Apt, city 5 mins - Monthly", + 149 + ], + [ + "Best private room A in Brooklyn close to Subways", + 58 + ], + [ + "Lovely LIC-Lush garden-Midtown1stop-Breakfast", + 89 + ], + [ + "Beautiful LIC-Lush garden-Midtown1stop-Breakfast", + 99 + ], + [ + "Cute LIC-Beautiful garden-Midtown1stop-Breakfast", + 79 + ], + [ + "Cutest LIC-Beautiful garden-Midtown1stop-Breakfast", + 89 + ], + [ + "Spacious bright classic apt in Ridgewood", + 155 + ], + [ + "AMAZING ONE MONTH SUBLET IN WILLIAMSBURG!", + 99 + ], + [ + "420 + Sunny! Private room w/balcony", + 65 + ], + [ + "Budget LIC-Beautiful garden-Midtown1stop-Breakfast", + 79 + ], + [ + "Gorgeous Midtown West LOFT 3BEDS/1.5BATH XL", + 399 + ], + [ + "Hippie vibe spot", + 70 + ], + [ + "IDEAL location in Brooklyn, Cozy private room", + 80 + ], + [ + "Quirky 1 BR / Studio in Heart of East Village", + 600 + ], + [ + "SUNNY PRIVATE ROOM & BACKYARD in ♥︎ WILLIAMSBURG", + 90 + ], + [ + "Cozy home away from home", + 100 + ], + [ + "Great Apartment spacious quiet neighborhood 2BedR", + 125 + ], + [ + "Beautiful Room + Private Bath Same St As Subway!", + 60 + ], + [ + "Comfort in Quaint Jewel of Hudson Heights", + 91 + ], + [ + "Private bedroom in high-rise at Times Square", + 130 + ], + [ + "2 Bedroom the NYs Most Poppin Neighborhood", + 250 + ], + [ + "Sunny West Village Artist Loft", + 140 + ], + [ + "Home away from home", + 29 + ], + [ + "cozy and extremely convenient apartment", + 134 + ], + [ + "Bedroom in NYC - Minutes to Central Park!!!", + 125 + ], + [ + "★ ❤ 1 Sunny apartment for family and friends ★ ❤ ♛", + 119 + ], + [ + "小房间", + 200 + ], + [ + "Huge and Bright Apartment on Wall Street", + 360 + ], + [ + "Central Manhattan Shared Ladies Apartment", + 43 + ], + [ + "Amazing three bedroom apartment in Manhattan!", + 280 + ], + [ + "THE STUDIO LODGE NYC", + 60 + ], + [ + "Use entire space 3 level home just redone 35%off", + 309 + ], + [ + "1 bedroom in the heart of Chelsea, Highline", + 215 + ], + [ + "Big, Sunny Room with Rooftop View-Midtown West", + 150 + ], + [ + "Cozy, Brooklyn Room in the \"Middle of Everything!\"", + 49 + ], + [ + "Beautiful Apartment in Hamilton Heights", + 115 + ], + [ + "FULLY RENOVATED APARTMENT - BRAND NEW", + 85 + ], + [ + "Beautiful, large West Village apartment", + 500 + ], + [ + "FULLY RENOVATED SECOND FLOOR FRONT VIEW APARTMENT", + 85 + ], + [ + "1 bedroom in lovely 2 bdr apartment (Manhattan)", + 69 + ], + [ + "little heaven", + 70 + ], + [ + "Brand new apartment. 2 month sublet", + 40 + ], + [ + "BRKLYN SIMPLE ROOM", + 40 + ], + [ + "\"Hop and Skip to NYC\"", + 135 + ], + [ + "The Logan’s Oasis - 8 min. to JFK & 20 min. to LGA", + 90 + ], + [ + "Mott Haven Dorm-Bed G", + 28 + ], + [ + "Large Private room queen bed near kitchen", + 37 + ], + [ + "Luxurious Apartment in Brooklyn", + 150 + ], + [ + "Charming studio near Columbus Circle", + 170 + ], + [ + "2 BR/2.5 BTH W/ 12 FT. CEILINGS NEAR CENTRAL PARK!", + 750 + ], + [ + "Double room in UPW minutes from Central Park", + 85 + ], + [ + "Home away from home", + 254 + ], + [ + "Sunlit Brooklyn Bedroom perfect for Summer", + 50 + ], + [ + "Mott Haven Dorm-Bed H", + 28 + ], + [ + "★Spacious bedroom in Midtown | Centrally Located★", + 140 + ], + [ + "No Stairs 2BR near Times Square - very private!!", + 367 + ], + [ + "Prime apt in the heart of the LES", + 130 + ], + [ + "Cozy UWS Studio Near Riverside Park", + 165 + ], + [ + "Madinina 2", + 55 + ], + [ + "Serene + Spacious Bushwick Oasis", + 45 + ], + [ + "15 min to Manhattan ENTIRE 1 big Br. APARTMENT", + 96 + ], + [ + "Stay in a Brownstone coop", + 70 + ], + [ + "Large Room Summer Sublease - Astoria NYC", + 35 + ], + [ + "Cozy/Simple Private Room#1 in Broadway AVE", + 60 + ], + [ + "Charming East Village 1 Bedroom Apt close to all", + 150 + ], + [ + "Stunning Time Square NYC Home Manhattan!!", + 345 + ], + [ + "Quiet Room Next to Times Square and Bryant Park", + 100 + ], + [ + "Comfort of a home!! Quiet Suite in Times Square", + 100 + ], + [ + "Near Times Square, Rockefeller, Bryant Park, &more", + 100 + ], + [ + "Spacious Room near Rockefeller Ctr & Times Square", + 100 + ], + [ + "Perfect Spot Between Bryant Park and Times Square", + 100 + ], + [ + "Spacious Private Queen in Heart of New York City!", + 100 + ], + [ + "Quiet Room * Family Friendly * Near Times Square", + 100 + ], + [ + "Bright and Spacious Bushwick Room", + 65 + ], + [ + "Private bedroom Cozy and Warm for girls ONLY", + 65 + ], + [ + "Williamsburg 2 Bed Condo-Sleeps 7", + 259 + ], + [ + "TIMES SQUARE Cozy private room", + 100 + ], + [ + "Large Studio Loft Centrally Located", + 78 + ], + [ + "Stylish apartment in the heart of New York", + 178 + ], + [ + "Brand New PRIVATE garden level- Close to airport", + 135 + ], + [ + "Sunny spacious room full of good energy", + 45 + ], + [ + "Sunny Quiet Bedroom Two Express Stops to Manhattan", + 70 + ], + [ + "Gorgeous Midtown West LOFT - 4BEDs/2BATHs", + 265 + ], + [ + "J & G Comfort Cove: Feel of luxury and tranquility", + 140 + ], + [ + "Brand new 2 bedroom, Steps To Manhattan", + 130 + ], + [ + "Beautiful brand new studio/1BR", + 175 + ], + [ + "Chelsea Pines Inn - Single", + 109 + ], + [ + "Chelsea Pines Inn - One Bedroom Suite", + 199 + ], + [ + "Chelsea Pines Inn - Hide Away Suite", + 299 + ], + [ + "Chelsea Pines Inn - Superior Queen", + 159 + ], + [ + "Brand New & Clean Lower East Side 2BR Apt", + 341 + ], + [ + "30 mins to Times Square!! 15 mins LGA, 25mins JFK!", + 153 + ], + [ + "Bright & Cozy 3BR Apartment in Wall Street", + 320 + ], + [ + "Sophisticated 3 Bedroom/ 2Bath in Union Square NYC", + 549 + ], + [ + "Entire Third floor 3 bedroom", + 60 + ], + [ + "Whole-floor 2Bdrm Apt in NYC’s Theater District", + 290 + ], + [ + "3BR Loft near Times Square! Best Location!", + 149 + ], + [ + "Quiet & Peaceful Duplex Garden Apartment", + 150 + ], + [ + "Downtown Brooklyn Luxury Studio", + 150 + ], + [ + "Cozy and Sunny apartment in Bed-Stuy, Brooklyn", + 59 + ], + [ + "Cozy Bushwick apartment in a great location", + 90 + ], + [ + "Brooklyn's Finest - UL", + 165 + ], + [ + "cosy room, high ceiling and private bathroom", + 130 + ], + [ + "Penn room 14", + 38 + ], + [ + "NYC- Cozy and Quiet 2 bedroom apt", + 255 + ], + [ + "Spacious East Village 1 BR Apartment", + 175 + ], + [ + "room in sunny, charming, vintage style apartment", + 95 + ], + [ + "30 mins to Times Square!! 15 mins LGA, 25mins JFK!", + 110 + ], + [ + "Luxury Sky Loft: 2 Bedroom/ 2 Baths on Madison Ave", + 599 + ], + [ + "Spacious brownstone apartment and garden", + 160 + ], + [ + "Penn room 13", + 38 + ], + [ + "Williamsburg studio- view of downtown Manhattan", + 200 + ], + [ + "Sunny Greenwich Village Studio with Piano", + 175 + ], + [ + "Penn room 12", + 38 + ], + [ + "Penn room 11", + 38 + ], + [ + "Charming Cobble Hill Brownstone Apartment", + 250 + ], + [ + "apartment for 6ppl in SOHO", + 243 + ], + [ + "My Comfy Condo", + 100 + ], + [ + "Steps to Central Park", + 100 + ], + [ + "Are You Ready for Central Park State of Mind?", + 400 + ], + [ + "Steps to Times Square", + 350 + ], + [ + "Are You Ready for Central Park State of Mind?", + 475 + ], + [ + "Mesmerizing Central Park View Awaits You!", + 475 + ], + [ + "Stunning View of Central Park", + 425 + ], + [ + "Heart of Midtown Manhattan", + 450 + ], + [ + "Manhattan Accommodation Across Central Park", + 375 + ], + [ + "Staycation Next to Central Park", + 450 + ], + [ + "Luxuriate in Captivating Beauty of Central Park", + 500 + ], + [ + "Steps to Fifth Avenue Shopping Area", + 425 + ], + [ + "Are You Ready for Central Park State of Mind?", + 450 + ], + [ + "Fall in Love with Central Park Again and Again", + 450 + ], + [ + "Are You Ready for Central Park State of Mind?", + 425 + ], + [ + "Corner Studio w abundance of natural light, SoHo", + 100 + ], + [ + "Accessible Queen room, your sanctuary in SoHo", + 100 + ], + [ + "High floor king bed, your sanctuary in SoHo", + 100 + ], + [ + "King modern room, your sanctuary in SoHo", + 100 + ], + [ + "Queen modern room, your sanctuary in SoHo", + 100 + ], + [ + "King Suite with sofa bed, your sanctuary in SoHo", + 100 + ], + [ + "High floor Corner King w panoramic views of SoHo", + 100 + ], + [ + "Modern Luxury Queen Room Near Central Park", + 100 + ], + [ + "Luxury King Room Near Central Park", + 100 + ], + [ + "Modern One Bedroom Suite Near Central Park", + 100 + ], + [ + "Modern Private King Room Near Central Park", + 100 + ], + [ + "Modern Two Queen Near Central Park", + 100 + ], + [ + "Modern King Bed roll-in shower Near Central Park", + 100 + ], + [ + "Midtown Manhattan Penthouse", + 100 + ], + [ + "Large Midtown Manhattan Penthouse", + 100 + ], + [ + "Midtown Manhattan Private Alcove Suite", + 100 + ], + [ + "Midtown Manhattan Penthouse", + 100 + ], + [ + "Midtown Manhattan Stunner - Private Suite", + 100 + ], + [ + "Midtown Manhattan - Private room", + 100 + ], + [ + "Midtown Manhattan Stunner - Private room", + 100 + ], + [ + "Midtown Manhattan upscale residences", + 100 + ], + [ + "Midtown Manhattan Room for up to 4 guests", + 100 + ], + [ + "Nobel Expereices - Central Park & Carnegie Hall", + 100 + ], + [ + "Delue Expereinces around Central Park with Family", + 100 + ], + [ + "Premier King Room close to Central Park & 5th Ave", + 100 + ], + [ + "Luxury ADA King Room close to Central Park", + 100 + ], + [ + "Spacious Luxuary Kind Bed in Prime Central Park", + 100 + ], + [ + "Steps from Times Square and Central Park", + 100 + ], + [ + "Cozy 1bd Apartment in Upper East Side", + 211 + ], + [ + "Room with Two Beds in Times Square", + 300 + ], + [ + "Broadway Facing Room on High Floor", + 100 + ], + [ + "Comfortable 280 sq ft guest room on floors 19-22", + 100 + ], + [ + "Room with Two Double Beds on Floors 19-22", + 100 + ], + [ + "Luxury Room with Two Queen Beds", + 100 + ], + [ + "Luxury Room between Times Square and Central Park", + 100 + ], + [ + "Large Room with Pull-out Sofa and Balcony", + 100 + ], + [ + "One Bedroom Suite", + 100 + ], + [ + "Spacious One King Bed Junior Suite in Times Square", + 100 + ], + [ + "Large King Studio steps away from Times Square", + 100 + ], + [ + "Luxury 2 Queen beds studio with city view", + 100 + ], + [ + "Large 2 Queen beds steps away from Times Square", + 100 + ], + [ + "Corner Junior Suite Room with One King Bed", + 100 + ], + [ + "Spacious 2 Queen beds steps away from Times Square", + 100 + ], + [ + "One Bedroom Penthouse Suite in Times Square", + 100 + ], + [ + "Spacious Studio-Style Junior Suite Two Queen beds", + 100 + ], + [ + "Deluxe King Bed Mobility Accessible Roll-in Shower", + 100 + ], + [ + "Junior Suite 2 Queen Beds Mobility Accessible Tub", + 100 + ], + [ + "Deluxe King Room steps away from Times Square", + 100 + ], + [ + "Luxury City View Studio with one King bed", + 100 + ], + [ + "Tribute Suite in the heart of Times Square", + 100 + ], + [ + "Corner Suite between Central Park and Times Square", + 100 + ], + [ + "Enormous Suite near Central Park, Times Square", + 300 + ], + [ + "Renovated Executive Suite near Central Park", + 100 + ], + [ + "Accessible between Times Square & Central Park", + 100 + ], + [ + "Accessible room with Roll-In Shower, Times Square", + 100 + ], + [ + "Large Accessible Suite in Times Square", + 100 + ], + [ + "Spacious 450 sq ft King Room near Times Square", + 100 + ], + [ + "550 Square Feet Suite near Central Park", + 100 + ], + [ + "Perfect Suite Retreat in Times Square", + 100 + ], + [ + "A Studio fit for a King", + 100 + ], + [ + "Family Room to fit all of YOU!", + 100 + ], + [ + "Ultimate 800 sqf Grand Suite in Times Square", + 100 + ], + [ + "ADA Compliant Studio Room near Central Park", + 100 + ], + [ + "Beautiful 3 bedroom in Manhattan!", + 290 + ], + [ + "Brand new huge 3 bedroom apartment.", + 400 + ], + [ + "Central Park Condo", + 250 + ], + [ + "5★ clean, 150ft² bedroom, 10min to Union Square", + 60 + ], + [ + "Enjoy Yourself in Classic East Village 1BR", + 150 + ], + [ + "FURNISHED 2 BEDROOM HUDSON HEIGHTS 6/15 - 8/15", + 100 + ], + [ + "Gorgeous Bushwick Townhome", + 425 + ], + [ + "Modern One Bedroom in the Hudson Yards", + 175 + ], + [ + "Large 1 Bedroom Apartment in Chelsea", + 275 + ], + [ + "Huge Family Apt in Times Square - private elevator", + 945 + ], + [ + "Quaint Private Room in Vibrant Bronx Neighborhood", + 47 + ], + [ + "Minimalist House", + 79 + ], + [ + "Welcoming you to my comfy & New Yorkish studio", + 179 + ], + [ + "Modern and perfectly located 1BD (East Village)", + 150 + ], + [ + "Cute Bushwick One-Bedroom with Great Backyard", + 154 + ], + [ + "450 West", + 65 + ], + [ + "Sun-Drenched Williamsburg Artist Loft", + 109 + ], + [ + "Light-filled loft with greenhouse and terrace", + 280 + ], + [ + "Bushwick penthouse", + 60 + ], + [ + "Bushwickian Paradise", + 100 + ], + [ + "Newly renovated Spacious 4 bedroom flat!", + 500 + ], + [ + "NEW Sunny Light filled 1BR Apartment in Brooklyn!", + 149 + ], + [ + "♕ Historic Modern Designer SoHo Sun Drenched Home!", + 620 + ], + [ + "Private room in Premium-Luxury apartment", + 210 + ], + [ + "Large UES studio Central Park close, 1 bk to Q sub", + 155 + ], + [ + "Luxury Boutique Private One-bedroom Apartment", + 98 + ], + [ + "Clean room, 10 min away from the city. PRKG AVBL", + 65 + ], + [ + "UES Beautiful 1 Bed Blocks from Central Park w/ AC", + 200 + ], + [ + "Bedstuy On 4th.", + 115 + ], + [ + "Quiet, Top Floor Apt in West Village Townhouse", + 285 + ], + [ + "Large renovated apartment, brand new furniture.", + 140 + ], + [ + "1 bdroom available in Williamsburg", + 72 + ], + [ + "Nice bedroom with comfy Simmons bed -1min to train", + 54 + ], + [ + "Perfect room for road warrior 20mins to Manhattan", + 90 + ], + [ + "Full brownstone on gorgeous Brooklyn Heights block", + 500 + ], + [ + "Beautiful One Bedroom in Stunning Luxury High-Rise", + 215 + ], + [ + "Close to LGA/Manhattan. Spacious Apartment in JH.", + 86 + ], + [ + "Hip, lofty apt in historic townhouse w backyard", + 305 + ], + [ + "Only 20 mins. to manhattan via N & W trains", + 99 + ], + [ + "Fabulous 2Bed 2Bath- Gym-Drman-Roof-Playr-High end", + 340 + ], + [ + "Exquisite 2 Bed/2Bath all modern and High end Furn", + 340 + ], + [ + "Fifth Avenue Ultra Luxurious Large 3 Bed- Gym/Dorm", + 560 + ], + [ + "One Bedroom Apartment Near Prospect Park", + 125 + ], + [ + "Amazing House in Brooklyn ! Best deal in the area", + 90 + ], + [ + "Bedroom in central Bushwick", + 50 + ], + [ + "Small back room 420friendly & breakfast", + 70 + ], + [ + "Quiet and Clean", + 100 + ], + [ + "Gorgeous Well-Lit Home 5 Min To Grand Central", + 350 + ], + [ + "Sunny Private Bedroom in Uptown Manhattan", + 115 + ], + [ + "Look at that Suite City View!", + 100 + ], + [ + "Private Bedroom in Sunny Manhattan Apartment", + 105 + ], + [ + "Harbor View for Two!", + 100 + ], + [ + "Enjoy the Suite Life with a Harbor View!", + 100 + ], + [ + "Magnificent View of the Statue of Liberty!", + 100 + ], + [ + "Harbor View for a King!", + 100 + ], + [ + "Lower Manhattan for the Family!", + 100 + ], + [ + "The City That Never Sleep, with a View!", + 100 + ], + [ + "Private Sunny Uptown Manhattan Bedroom", + 105 + ], + [ + "( BLUE ROOM ) Private in Beautiful Town House", + 100 + ], + [ + "Large Queen Room Near Flatiron Building & Union Sq", + 350 + ], + [ + "Penthouse room in Williamsburg with ensuite toilet", + 73 + ], + [ + "Large King Room Near Flatiron Building & Union Sq", + 300 + ], + [ + "2 Queen Bed Spacious Room near Flatiron & Union Sq", + 250 + ], + [ + "370 sq ft King Room near Flatiron & Union Sq", + 500 + ], + [ + "Grand Deluxe King with Outdoor Terrace", + 250 + ], + [ + "700 sqft Manhattan Suite near Flatiron & Union Sq", + 350 + ], + [ + "775 sqft Park Ave. Suite near Flatiron & Union Sq", + 300 + ], + [ + "980 sqft Royalton Suite near Flatiron & Union Sq", + 350 + ], + [ + "Park Avenue Suite with Large Outdoor Terrace", + 400 + ], + [ + "980 sqft Royalton Suite with Large Outdoor Terrace", + 350 + ], + [ + "Luxury condo 10 mins from Times Sq NY!", + 150 + ], + [ + "Modern and Spacious", + 150 + ], + [ + "Luxe Sunny Balcony Views*NoHo", + 325 + ], + [ + "Light-filled duplex brownstone close to subway", + 100 + ], + [ + "Huge Apt in Luxury Building - LIC, Queens", + 185 + ], + [ + "Apartment around the park", + 69 + ], + [ + "Beautiful, Quiet, Private Bedroom in West Midtown", + 140 + ], + [ + "Nice Room", + 85 + ], + [ + "Gorgeous Brand New 3 Bed/2 Bath in Prime NYC!", + 140 + ], + [ + "Cozy/Simple Private Room#2 in Bushwick Broadway", + 60 + ], + [ + "J & G Comfort Cove: Serenity Queen Room", + 120 + ], + [ + "Art and Plant filled 2 BR APT near L Train.", + 150 + ], + [ + "Fort Greene -- Urban Oasis With Patio", + 150 + ], + [ + "Pleasant & comfortable furnished studio apartment", + 110 + ], + [ + "Perfect Harlem home for couples/small families", + 120 + ], + [ + "Contemporary Designer 2BD/2Bath Duplex by Cen Park", + 400 + ], + [ + "Master BR in luxury building - BROOKLYN", + 50 + ], + [ + "Joy & Gladness double room", + 100 + ], + [ + "Just Renovated home. Heart of Manhattan.", + 250 + ], + [ + "2nd bedrm in duplex apt. ground floor! no stairs", + 125 + ], + [ + "J & G Comfort Cove Luxurious King Room", + 130 + ], + [ + "Luxurious Superior Two Bedroom Apt Gym Lincoln C", + 299 + ], + [ + "Spectacular Duplex 4Bdr 3Bath Lincoln C 2,000 Sqft", + 950 + ], + [ + "Designer luxurious 3Bed/2Bath Apt w/Gym, Doorman", + 580 + ], + [ + "Luxurious Penthouse 3bed/2bath Apt w/Gym, Doorman", + 583 + ], + [ + "Luxurious Doorman Building-2 Bedroom-Lincoln C-Gym", + 275 + ], + [ + "LYRIC - Hotel Deluxe Studio Suite with Kitchen", + 299 + ], + [ + "LYRIC - 2 Bedroom Suite, 2 Bath, Kitchen", + 650 + ], + [ + "LYRIC - 1 Bedroom Executive Suite, 2 Bath, Kitchen", + 309 + ], + [ + "Artistic Home Near Metro with Backyard/Balcony", + 223 + ], + [ + "XL Quiet Top Floor Harborview 5m to Ferry, RUMC", + 55 + ], + [ + "Bright, modern, cozy 1 bed with amazing view", + 200 + ], + [ + "Cozy Two-Bedroom - Close To Manhattan", + 140 + ], + [ + "Beautiful & Comfortable Manhattan Rooms", + 65 + ], + [ + "Your edgy Residence in LES!", + 250 + ], + [ + "Peaceful loft “3”", + 85 + ], + [ + "Lofty living in Greenpoint", + 275 + ], + [ + "Amazing one bedroom near transportation.", + 55 + ], + [ + "Large, Sunny, Quiet Room in Harlem, New York City", + 49 + ], + [ + "Cozy Two Bedroom Apartment in Bedstuy (Whole Apt)", + 94 + ], + [ + "Peaceful Private Room in Huge Brooklyn Apartment", + 70 + ], + [ + "Summer spot!", + 70 + ], + [ + "Bedroom Near Queens Center Mall", + 34 + ], + [ + "Imperial 2", + 45 + ], + [ + "Trendy Apartment In Soho / LES Neighborhood", + 390 + ], + [ + "Small NYC Apt near Flushing, Walk to 7 Train", + 129 + ], + [ + "Cozy Home in Safe Neighborhood Near Times Square", + 310 + ], + [ + "Comfy apt. Mid Manhattan - Female ONLY!", + 78 + ], + [ + "One of a Kind Williamsburg Artist Studio Loft", + 200 + ], + [ + "Brand new luxury apartment near Yankee Stadium", + 115 + ], + [ + "Sun-drenched apartment in the heart of Brooklyn", + 275 + ], + [ + "Shakti House!FLATIRON, UNION SQ PARK,WEST VILLAGE.", + 170 + ], + [ + "Top-Floor Duplex 2Bedroom/2Bath on charming street", + 349 + ], + [ + "Cozy bedroom with Comfy Simmons bed -1min to train", + 48 + ], + [ + "West 80's Private Bedroom Walk to Central Park", + 97 + ], + [ + "Mid-century-bricks exposed in Manhattan/ 2 beds", + 120 + ], + [ + "Sonder | Stock Exchange | Warm Studio + Lounge", + 222 + ], + [ + "On Top Of The Ridge (Wood)", + 48 + ], + [ + "Great bright room in Brooklyn", + 43 + ], + [ + "Iconic West 57 Street/Central park/Junior 1Bedroom", + 150 + ], + [ + "Private 1br Apartment for Your Brooklyn Experience", + 94 + ], + [ + "Private Condo Room w Ground Level Entrance", + 55 + ], + [ + "The Feel Good in Ridgewood", + 48 + ], + [ + "4 Rooms 3 Bedroom Pre War Central Park West Condo.", + 285 + ], + [ + "Surf-N-Sleep By the Sea Studio", + 95 + ], + [ + "Sonder | 116 John | Welcoming 2BR + Rooftop", + 179 + ], + [ + "Sonder | 116 John | Dashing Studio + Rooftop", + 100 + ], + [ + "Sonder | Theater District | Warm Studio + Kitchen", + 164 + ], + [ + "Sonder | The Nash | Sleek 2BR + Fitness Center", + 302 + ], + [ + "Комната на Bay Pway", + 75 + ], + [ + "Sonder | 116 John | Ideal Studio + Gym", + 100 + ], + [ + "Newly Renovated Convenient Real 2 Bedrm Queen beds", + 325 + ], + [ + "Sonder | 116 John | Lovely Studio + Gym", + 100 + ], + [ + "Sonder | 116 John | Sun-Filled 1BR + Gym", + 130 + ], + [ + "Sonder | 116 John | Relaxed 1BR + Gym", + 130 + ], + [ + "Sonder | 21 Chelsea | Quaint 1BR + Rooftop", + 254 + ], + [ + "Sonder | 116 John | Warm Studio + Gym", + 100 + ], + [ + "Beautiful, Gut-Renovated Central Park 1BR", + 224 + ], + [ + "Empire CIty - King Lux King Room", + 999 + ], + [ + "Large Private room - Convenient and safe location", + 35 + ], + [ + "Magnificent 1Bedroom in the Lower East Side", + 160 + ], + [ + "15 mins to the City", + 69 + ], + [ + "Super Cute Studio with Amazing View of Manhattan", + 220 + ], + [ + "Summer home in NYC 5-Bedroom Private House", + 189 + ], + [ + "The Clifton Place", + 120 + ], + [ + "Beautiful 2 Bedroom with Large Private Terrace", + 140 + ], + [ + "The duplex of city center", + 15 + ], + [ + "Peaceful Apartment in Lefferts Gardens", + 250 + ], + [ + "Beautiful new 2 bed in East Williamsburg", + 249 + ], + [ + "Lovely Ensuite Room with own entrance", + 49 + ], + [ + "New York City!!! Luxury Bedroom!!", + 75 + ], + [ + "Spacious One Bedroom in Hell’s Kitchen", + 300 + ], + [ + "Entire gorgeous sunny 1 bd/1 bath apt in Astoria", + 200 + ], + [ + "Beautiful Brooklyn Brownstone Production Space", + 2500 + ], + [ + "Dreamy Nolita 1BR w/ W/D, Heated Bathroom, above SoHo cafe, by Blueground", + 314 + ], + [ + "Close to the city and Bronx Lebanon hospital", + 43 + ], + [ + "Expansive Upper West Side 2BR w/ W/D, near Central Park, by Blueground", + 381 + ], + [ + "Spacious Upper West Side 2BR w/ W/D, near Central Park, by Blueground", + 377 + ], + [ + "Lovely Newly Renovated 2 Bdrm-Union Sq & E Village", + 299 + ], + [ + "Dapper East Village 1BR w/ Gym, W/D, Doorman, near Subway, by Blueground", + 306 + ], + [ + "Heart of Queens NY. Close to Midtown. Lots of room", + 120 + ], + [ + "Manhattan Beach Condo", + 150 + ], + [ + "Large room in fantastic Williamsburg location!", + 85 + ], + [ + "Amazing 1 bdr in Upper East Side", + 180 + ], + [ + "BRIGHT DESIGNER FLAT heart of Greenwich Village", + 420 + ], + [ + "Best Midtown Location! 5 Bedrooms!", + 299 + ], + [ + "Charming Garden Flat in the Heart of Chelsea", + 245 + ], + [ + "SUMMER RENTAL 1BDR ON THE OCEAN IN BROOKLYN $3200", + 110 + ], + [ + "Romantic Garden Studio near Manhattan!", + 135 + ], + [ + "Simple Comforts", + 65 + ], + [ + "3Bdrm home w/Parking! 10min Manhattan,5min Airport", + 146 + ], + [ + "Comfy and Classic Brooklyn Brownstone 1 Bedroom!", + 125 + ], + [ + "New 2 Bedrooms Apt Right in Times Square", + 400 + ], + [ + "My NYC Dream Home II", + 175 + ], + [ + "Artist's Loft! A+ Location! Central Park/5th ave!", + 159 + ], + [ + "Sun-drenched private room in 1BR Harlem apt", + 49 + ], + [ + "Shared Room 4 FEMALE Guests 30mins to Manhattan-1", + 20 + ], + [ + "Spacious 1 bedroom apartment 15min from Manhattan", + 125 + ], + [ + "Clean big private room in new apartment building", + 64 + ], + [ + "Prime Location near Central Park and Museum Mile.", + 99 + ], + [ + "Cozy music lovers cat house right above the Train", + 88 + ], + [ + "Beautiful apartment in the heart of Brooklyn.", + 119 + ], + [ + "Cozy 2 Bedroom Condominium", + 199 + ], + [ + "LOVELY 1 BED APT", + 115 + ], + [ + "Furnished room for girl in Astoria-15mins to city", + 36 + ], + [ + "Comfortable Studio! Easy Access to Manhattan!", + 99 + ], + [ + "Entire 1 bedroom apt in the heart of Queens by JFK", + 100 + ], + [ + "Studio for a couple visiting New York City", + 99 + ], + [ + "Comfortable home for all your needs!!!", + 150 + ], + [ + "Spacious Manhattan room mins to Central Park!", + 34 + ], + [ + "Heart of Manhattan! 3BR Near Time Square!", + 199 + ], + [ + "Amazing One Bedroom at the Time Square Area/72B", + 150 + ], + [ + "Cozy & Charming Oasis in Williamsburg Brooklyn", + 240 + ], + [ + "Lincln Ctr alcove studio w terrace and great views", + 175 + ], + [ + "靠近机场交通方便双人房#3", + 45 + ], + [ + "New 4 bedroom Sunny Boutique Apt Steps from Train", + 350 + ], + [ + "Great room in creative Bushwick", + 70 + ], + [ + "King's Airbnb", + 180 + ], + [ + "Massive One Bedroom with Office /Yoga Room /Yard", + 149 + ], + [ + "Queens Village Morden 93", + 69 + ], + [ + "Boutique Studio Apt", + 70 + ], + [ + "Balcony Private Room with Private Bath En-suite", + 35 + ], + [ + "Private room with Central Park view", + 92 + ], + [ + "New 4-P Family Rm w/ Private Bath Close to Subway", + 75 + ], + [ + "Comfortable Private Room & Bathroom En-suite", + 75 + ], + [ + "2 Bedroom in the heart of Bushwick", + 125 + ], + [ + "Newly Renovated Place 47 Buffalo 1F Room#1", + 60 + ], + [ + "Sun-filled gem near the water and transportation", + 35 + ], + [ + "Loft/apartment in Soho", + 107 + ], + [ + "Amazing big apartment in UWS Manhattan, 2 bdr", + 250 + ], + [ + "Sharing Bunk Beds with Backpacking and Couchsurfer", + 75 + ], + [ + "Beautiful Bright Room in Brooklyn", + 62 + ], + [ + "BROOKLYN GROUP ROOM", + 100 + ], + [ + "Beautiful studio next to Manhattan NY!", + 150 + ], + [ + "1976 Chris Craft “Hudson”", + 130 + ], + [ + "Modern 4 Bedroom & 2 Bath! EZ Access to Manhattan!", + 299 + ], + [ + "Studio step away from Time square/53D", + 130 + ], + [ + "Lower East Side Gem", + 250 + ], + [ + "Sunlight filled, large one-bedroom, apartment.", + 70 + ], + [ + "Cozy Private Apartment in Historic Harlem", + 92 + ], + [ + "Private furnished room with skylight", + 60 + ], + [ + "Charming room in Fort Greene prewar apt. building.", + 100 + ], + [ + "Awsome room with private door to the deck!", + 44 + ], + [ + "Far West Village loft", + 175 + ], + [ + "TIME SQUARE 2 bedroom apartment", + 350 + ], + [ + "Sunny and Luxurious Penthouse Loft in West Harlem", + 290 + ], + [ + "Cozy 2 Bedroom in the East Village", + 200 + ], + [ + "Cozy Bedroom NYC", + 94 + ], + [ + "1B. Studio & Stay 30 minutes to Midtown Manhattan", + 50 + ], + [ + "Luxurious Smart Home in Gramercy Park", + 690 + ], + [ + "Home sweet Home", + 60 + ], + [ + "Large, clean and tasteful apartment in Gramercy", + 250 + ], + [ + "Fabolous 1bd Apartment in Upper East Side New York", + 210 + ], + [ + "STUNNING 4 BEDROOM DUPLEX LUXURY BUILD. ROOF & GYM", + 400 + ], + [ + "Reliable vacation Home", + 60 + ], + [ + "STYLISH 2 BEDROOM IN LUXURY BUILDING ROOF & GYM", + 300 + ], + [ + "Beautiful Duplex North of Chelsea (Penn Station)", + 300 + ], + [ + "Room in 4 bed 2 bath by J train with Queen bed", + 36 + ], + [ + "Artsy bedroom w/garden & private bathroom .", + 119 + ], + [ + "MODERN AND NEWLY 4 BEDS / 2 BATHS IN LUXURY BUILD.", + 300 + ], + [ + "Your Dreamaker on Times Square NYC", + 91 + ], + [ + "Cozy/quiet home amongst hippest NYC neighborhoods", + 200 + ], + [ + "Shared Apartment 1 bed in the living room Qsubway", + 20 + ], + [ + "Your Haven on Times Square in NYC", + 150 + ], + [ + "Awesome, Large, Sunny\nThree Bedroom House!!!", + 350 + ], + [ + "2br Apartment 30min from Manhattan", + 87 + ], + [ + "Sweet Sunshine", + 98 + ], + [ + "Leafy, Quiet One Bedroom, W. Village", + 150 + ], + [ + "Super private room and bath with private entrance", + 60 + ], + [ + "Neat, luxury apartment bedroom for rent!", + 86 + ], + [ + "A HOME GROWS AND AWAIT'S YOU IN BROOKLYN", + 240 + ], + [ + "Unique Home Besides Times Square!! NYC!!!", + 255 + ], + [ + "PARK VIEW ROOM W DOUBLE CLOSET", + 40 + ], + [ + "Artsy 1BR loft style in East Village (IT, PT, EN)", + 180 + ], + [ + "Beautiful private room 20-25 min from Times Square", + 55 + ], + [ + "BIG ROOM GREAT LOCATION", + 75 + ], + [ + "Beautiful Room in Manhattan", + 60 + ], + [ + "Adorable cozy apartment near access to all #3", + 75 + ], + [ + "Entire 1 Bedroom Apartment with Rooftop Access", + 100 + ], + [ + "Bedroom with a Backyard", + 70 + ], + [ + "Perfect Manhattan apartment", + 250 + ], + [ + "Bright room in newly renovated duplex apartment", + 99 + ], + [ + "Cozy, renovated Upper East Side apartment", + 210 + ], + [ + "Nice room", + 55 + ], + [ + "JUST 4.5 MILES FROM MANHATTAN, NEAR THE TRAIN", + 169 + ], + [ + "NEW-Amazing 1 Bed. Apt., 10 Mins. to Manhattan!", + 89 + ], + [ + "Cozy Storefront Loft (with shag rug)", + 40 + ], + [ + "Private Room in prime Brooklyn", + 40 + ], + [ + "Loft-style Designer Studio", + 130 + ], + [ + "Beautiful apartment on UWS for couple or single!", + 150 + ], + [ + "Private area for comfortable and pleasant stay.", + 36 + ], + [ + "Five-star luxury Apt in Chelsea !", + 333 + ], + [ + "private room w/ separate entrance in quiet area", + 45 + ], + [ + "Entire Newly Renovated 2 Bedroom Private Home", + 199 + ], + [ + "New York sleeping share Couchsurfer & Backpacking", + 75 + ], + [ + "Charming studio steps from Brooklyn Bridge!", + 200 + ], + [ + "Huge 1 Bedroom in LES", + 200 + ], + [ + "B-COZY ROOM DORM STYLE 1 GIRL NEEDED TO SHARE NICE", + 30 + ], + [ + "Mini mansion", + 100 + ], + [ + "Newly Renovated Modern Home", + 60 + ], + [ + "J- COZY ROOM FOR 1 FEMALE FREE WIFI & COFFEE", + 30 + ], + [ + "Beach Front Escape - Rockaway Surf Beach!", + 275 + ], + [ + "Modern and fun 2 bdrm in Williamsburg, Brooklyn", + 275 + ], + [ + "Lux Apt in Heart of Downtown *GREAT LOCATION", + 255 + ], + [ + "30day min High flr apt in the center of Manhattan", + 250 + ], + [ + "Home SWEET Home for a day or 2", + 50 + ], + [ + "Wonderful Williamsburg", + 43 + ], + [ + "Bright, sunny, home in Clinton Hill w/amazing roof", + 85 + ], + [ + "Bright and beautiful One bedroom apt in Soho.", + 250 + ], + [ + "Pann Station \\ Javits Center Apartment", + 100 + ], + [ + "Luxury Manhattan Suite & uninterrupted views", + 449 + ], + [ + "Brooklyn brownstone 1st floor studio apt.", + 150 + ], + [ + "Kings Highway Cozy House", + 200 + ], + [ + "Live on Ludlow. Renovated, comfortable apartment", + 350 + ], + [ + "Stay Near the Williamsburg Bridge!", + 500 + ], + [ + "Spacious Studio in the East Village, NYC", + 150 + ], + [ + "Cozy room at Downtown Manhattan, Chinatown, Soho", + 85 + ], + [ + "Stunning Luxury Apartment", + 110 + ], + [ + "Beautiful Brownstone apt in Crown Heights Brooklyn", + 120 + ], + [ + "Garden + Sunroom Townhouse Near Central Park!", + 300 + ], + [ + "Cozy bedroom in a spacious apt with a backyard", + 50 + ], + [ + "Massive 3 BR/2 BR + Dinning Room Prime Manhattan", + 585 + ], + [ + "Renovated with your own bathroom next to Columbia!", + 73 + ], + [ + "Private area Smoking/non smoking, great area", + 40 + ], + [ + "One Bedroom 12/3 & 12/4 -Rockefeller Tree Lighting", + 150 + ], + [ + "Huge Morden Ultra Luxurious Loft", + 349 + ], + [ + "Sunny bedroom in Chinatown !", + 80 + ], + [ + "Luxury 1 bedroom w/ Comfy Casper Mattress", + 84 + ], + [ + "The Penthouse on Tompkin Sq Park", + 200 + ], + [ + "Easy Breezy Beautiful Crown Heights One Bedroom", + 85 + ], + [ + "Sonder | 116 John | Cozy Studio + Gym", + 100 + ], + [ + "Clean and comfortable private room", + 55 + ], + [ + "Romantic Brand New Oceanfront Studio in Arverne", + 100 + ], + [ + "Modern Upperwest Side Condo", + 350 + ], + [ + "Inviting , Cozy and Clean and room like home.", + 125 + ], + [ + "Quiet Private Room near Subway", + 35 + ], + [ + "Clean and Sunny room in Astoria", + 75 + ], + [ + "Hotel-like Small PrivateRoom Single Bed 25 Min NYC", + 35 + ], + [ + "Bensonhurst", + 60 + ], + [ + "Sanctuary Studio in Long Island City", + 83 + ], + [ + "Cozy bedroom in the hearth of NYC!", + 130 + ], + [ + "BEAUTIFUL 4BEDS / 2 BATHS - ROOF & GYM", + 275 + ], + [ + "Sleep comfort", + 54 + ], + [ + "步行9分钟到缅街中心的独立电梯房", + 99 + ], + [ + "COZY APARTMENT IN LUXURY BUILDING", + 225 + ], + [ + "Simple", + 120 + ], + [ + "15分钟到纽约城市广场,下楼即是地铁站", + 86 + ], + [ + "步行9分钟到法拉盛缅街中心的电梯房,提供免费矿泉水可乐", + 59 + ], + [ + "Harlem Roots Chic Apt", + 75 + ], + [ + "No.3", + 45 + ], + [ + "Confortable studio", + 90 + ], + [ + "Large Family Room/ parking available", + 110 + ], + [ + "Bright & Modern Brooklyn Apartment", + 100 + ], + [ + "Washington Square Park Studio", + 250 + ], + [ + "Huge Bedroom w/bathroom next to Columbia U!", + 80 + ], + [ + "Clean and Bright Classic Manhattan!", + 250 + ], + [ + "Trendy open concept Williamsburg loft apartment", + 300 + ], + [ + "Cozy bedroom in East Village apt!", + 65 + ], + [ + "Dikeman comfort is a very special Airbnb !!!!", + 38 + ], + [ + "Spacious Greenpoint Loft", + 150 + ], + [ + "Duplex 4 bed apt fantastic place for 10", + 350 + ], + [ + "One Bedroom Williamsburg Apartment", + 250 + ], + [ + "Hudson Yards 2 bedrooms apartment- 4-5 ppl", + 269 + ], + [ + "Digital Nomad Artist Studio (Cat Lovers Only)", + 85 + ], + [ + "Furnished Room available in New Building with AC", + 250 + ], + [ + "BRIGHT ROOMY studio in the heart of East Village!", + 315 + ], + [ + "Spacious Deluxe Accommodation in the heart of NYC!", + 100 + ], + [ + "Sonder | 116 John | Dashing 1 BR + Gym", + 130 + ], + [ + "Double bed in living room - heart of Manhattan", + 70 + ], + [ + "SOHO Industrial Chic Apartment with balcony", + 139 + ], + [ + "COZY PRIVATE STUDIO WITH GARDEN CLOSE TO MANHATTAN", + 149 + ], + [ + "Sonder | 116 John | Vibrant Studio + Gym", + 110 + ], + [ + "sunny quiet apartment, right next to subway", + 120 + ], + [ + "Exclusive Modern Deluxe Room in the heart of NYC!", + 100 + ], + [ + "Sonder | 116 John | Vibrant Studio + Rooftop", + 110 + ], + [ + "Private bedroom with private bathroom in Brooklyn", + 90 + ], + [ + "Bay Ridge private house", + 200 + ], + [ + "Mott Haven Dorm AA", + 28 + ], + [ + "Charming Artists Apartment near Central Park UES", + 125 + ], + [ + "Art-Gallery Penthouse: 3BD Home in Midtown East", + 499 + ], + [ + "BIG SUNNY PRIVATE ROOM in BOHEMIAN WILLIAMSBURG", + 92 + ], + [ + "Mott Haven Dorm BB", + 28 + ], + [ + "Cozy room in Elmhurst", + 59 + ], + [ + "TheGreystone", + 99 + ], + [ + "★Pvt Room in 4BR House ★ Backyard ★Laundry ★ Room2", + 39 + ], + [ + "Charming & Cozy Bedroom in Manhattan", + 100 + ], + [ + "★Pvt Room in 4BR House ★ Backyard ★Laundry ★Room 3", + 43 + ], + [ + "Mott Haven Dorm DD", + 28 + ], + [ + "Luxury Private Bedroom + Private Bathroom", + 180 + ], + [ + "Mott Haven Dorm CC", + 28 + ], + [ + "Beautiful Maison In the Heart of MANHATTAN", + 460 + ], + [ + "Bohemian Artist in Ridgewood", + 50 + ], + [ + "Chez vous en famille", + 75 + ], + [ + "prime central park location - 2 mins to subway", + 109 + ], + [ + "哥伦比亚大学附近步行3分钟高档公寓主卧暑期降价转租", + 65 + ], + [ + "NEW! Chic Designer Vanilla", + 89 + ], + [ + "Modern 3 Bedroom! Easy Access to Manhattan!", + 199 + ], + [ + "little sweet room(4)", + 42 + ], + [ + "Quiet, luxury 1BR--15minutes to Manhattan!", + 90 + ], + [ + "Suit3", + 42 + ], + [ + "Prime Williamsburg", + 65 + ], + [ + "步行9分钟到法拉盛缅街中心的电梯房,提供免费矿泉水可乐", + 69 + ], + [ + "Great Duplex in Gramercy (private bedroom + bath)", + 1900 + ], + [ + "Beautiful Studio Steps from Subway (ORANGE)", + 85 + ], + [ + "Private Group Studio Apartment", + 195 + ], + [ + "M's Place", + 320 + ], + [ + "2 Mins Walking Distance to Empire State Building!", + 100 + ], + [ + "Enjoy the view of Empire State Building!", + 100 + ], + [ + "A+ 700 sqft. 1BR! Walk to Col. Cir., Central Park", + 172 + ], + [ + "Charming Studio in Meatpacking District/Chelsea", + 220 + ], + [ + "Ins Style Duplex Apt bedroom w/ private bathroom", + 55 + ], + [ + "Sun-drenched 2BR Oasis in Williamsburg/Greenpoint", + 185 + ], + [ + "Bright and Sunny Urban Getaway", + 200 + ], + [ + "Beautiful Studio Steps from Subway (GREEN)", + 85 + ], + [ + "Quiet, Warm Room 47 Buffalo 1F Room#3", + 50 + ], + [ + "Modern and new Duplex next to A train", + 175 + ], + [ + "Spacious 2 br Apartment with Home Office", + 75 + ], + [ + "New Studio on Historic Street", + 95 + ], + [ + "HARLEM: Renovated, Cozy. 15min train to Times Sq", + 57 + ], + [ + "Brooklyns own by nyc 2nd biggest: prospect park", + 120 + ], + [ + "Cozy one bedroom apartment with modern touch!", + 115 + ], + [ + "Sun-drenched Brooklyn town home large 3 bedroom", + 278 + ], + [ + "Spacious Park Slope Apartment", + 190 + ], + [ + "The Little Italian Manor", + 100 + ], + [ + "Prospect Park gem! Charming & chic 2 bedroom apt!", + 190 + ], + [ + "Beautiful 1 Bedroom in the heart of Williamsburg", + 150 + ], + [ + "Brand new in the heart of Bushwick", + 140 + ], + [ + "Sobro", + 100 + ], + [ + "Sunny days in the West Village!", + 180 + ], + [ + "Brooklyn Art Cove", + 80 + ], + [ + "Central Park West private room and bathroom", + 59 + ], + [ + "Spacious East Village/Alphabet City Apt", + 98 + ], + [ + "*Family Friendly* Room I Rooftop BAR I Near Macys", + 100 + ], + [ + "Cozy private room", + 80 + ], + [ + "Comfortable Bushwick bedroom", + 50 + ], + [ + "Single room (2)", + 32 + ], + [ + "Heart of the city", + 110 + ], + [ + "Stylish Room in Swanky Bushwick Apartment", + 51 + ], + [ + "Extra room 420friendly & breakfast", + 80 + ], + [ + "Cozy One Bedroom Apartment", + 68 + ], + [ + "Luxury 1 bedroom, 1 bathroom in Manhattan", + 150 + ], + [ + "Charming Hell’s Kitchen Studio", + 289 + ], + [ + "A friendly place to stay", + 90 + ], + [ + "Your own private, fully furnished large room.", + 65 + ], + [ + "(= RENT ME RENT ME =)", + 212 + ], + [ + "Gigi’s Room", + 40 + ], + [ + "UN Artists Full Floor Loft - 3 Bedroom/2 Bath", + 500 + ], + [ + "Sunny Private Room in Huge Manhattan Apartment", + 65 + ], + [ + "Private room in heart of crown heights", + 60 + ], + [ + "步行9分钟到法拉盛缅街中心的电梯房,提供免费矿泉水可乐", + 99 + ], + [ + "Upper East Side 1Br - Near Central Park", + 82 + ], + [ + "Entire home in Crown Heights, Brooklyn", + 90 + ], + [ + "Spacious Bedroom in Brooklyn Very Close to Subway", + 51 + ], + [ + "Great room for 2 or 3 people close to the trains", + 56 + ], + [ + "Eclectic, Colorful, Trendy Williamsburg Studio", + 265 + ], + [ + "Beautiful private bedroom in Brooklyn", + 56 + ], + [ + "Hidden gem! Private home in heart of NY village", + 219 + ], + [ + "Bedroom + den + bath w/ sep. entry in Bed Stuy!", + 68 + ], + [ + "Cosy 2-bedroom apartment on UES/East Harlem", + 300 + ], + [ + "The Red Brick Abode, in the heart of Williamsburg", + 160 + ], + [ + "Cozy Studio in Manhattan, Upper East Side", + 250 + ], + [ + "Cozy and bright room with a spectacular view", + 125 + ], + [ + "3 Bedrooms Entire House for Rent", + 199 + ], + [ + "Great Private Room with 2 Beds Near Metro", + 68 + ], + [ + "Large Two Floor Apartment in Hip Bushwick Area", + 120 + ], + [ + "A lovely place of Zen, sunny, clean & comfortable.", + 85 + ], + [ + "Mott Haven Dorm EE", + 28 + ], + [ + "West Village Garden Studio-", + 175 + ], + [ + "Uptown Experience on Central Park", + 123 + ], + [ + "Charming 1br in Morningside Heights", + 140 + ], + [ + "Premier room in Downtown NYC, Spacious and Private", + 90 + ], + [ + "Modern renovated private Apt/Washer & dryer.", + 120 + ], + [ + "Brooklyn Home", + 250 + ], + [ + "Modern elegant Studio in ❤ of West Village", + 250 + ], + [ + "Artist Room, Cozy Crown Heights", + 29 + ], + [ + "Room in 3-BR NY Apt near Central Park", + 50 + ], + [ + "New! Modern Midtown East Sanctury", + 479 + ], + [ + "Bohemian private space in Brooklyn's heart", + 75 + ], + [ + "Shiny, comfy room, 10 minutes to Downtown Flushing", + 50 + ], + [ + "Chic One Bedroom apartment", + 85 + ], + [ + "Clean comfortable room", + 150 + ], + [ + "The Secret Garden", + 60 + ], + [ + "Amazing location apt in NYC part2 Women only!", + 110 + ], + [ + "A little oasis in the big city!", + 225 + ], + [ + "Clean Two Bedroom Apt in Lower East Side/Chinatown", + 175 + ], + [ + "Village: Cozy Spacious Condo.", + 500 + ], + [ + "Sublet in the upper west side", + 79 + ], + [ + "Spacious 3 br/2bath balcony views in heart of NYC", + 490 + ], + [ + "NY Oasis With Patio. Near Park, Dining & More!", + 94 + ], + [ + "2 bedrooms-Apartment @ Brooklyn, Near D Subway", + 140 + ], + [ + "Mott Haven Dorm FF", + 28 + ], + [ + "Master Suite in Brooklyn Art Cove", + 80 + ], + [ + "Cozy Private Room in Prime Location", + 40 + ], + [ + "Upper East Side! Studio Near Museum Mile!", + 109 + ], + [ + "Shared room in Hell's Kitchen near Times Square 1", + 75 + ], + [ + "Private Lrg bedroom shared aprtmnt 12mins from NYC", + 115 + ], + [ + "Bushwick Brand new 3 bed 3 baths", + 328 + ], + [ + "Home away from home, cozy and amenable.", + 114 + ], + [ + "Yu", + 55 + ], + [ + "Cozy East Village Studio - Backyard Space", + 166 + ], + [ + "Central park North Two Bedroom", + 325 + ], + [ + "Stylish 2 bedrooms Downtown Manhattan Chinatown", + 200 + ], + [ + "Hostal Home - Welcome Home", + 80 + ], + [ + "BEST LOCATION IN MANHATTAN!! COZY ONE BEDROOM!!", + 499 + ], + [ + "AMAZING 2 BEDROOMS IN HEART OF CHELSEA!!!", + 499 + ], + [ + "Designer New Apartment in Nomad / Flatiron", + 250 + ], + [ + "Vibrant Spacious Artist Friendly Apt in Brooklyn!", + 100 + ], + [ + "Fantastic Apartment in Greenpoint", + 120 + ], + [ + "Bright Private room in Brooklyn Chinatown", + 58 + ], + [ + "Cuarto con ambiente Familiar solo adultos", + 50 + ], + [ + "Cozy & clean place - 15min from Manhattan", + 52 + ], + [ + "Subway M/R<2min>& 7 Line<5min> Quiet neighborhood", + 33 + ], + [ + "Spacious Washington Heights Oasis with Laundry", + 90 + ], + [ + "Experience the cozy #VanLife in NYC/East Village!", + 89 + ], + [ + "Sunny New York Apartment w/ 2 Spacious Bedrooms!", + 217 + ], + [ + "cozy manhattan hideaway", + 150 + ], + [ + "Beauty, Shared Room Near Central Park 4", + 76 + ], + [ + "East Village Room", + 70 + ], + [ + "Shared apt by Central Park Near Times Square 2", + 75 + ], + [ + "AWESOME LOCATION!! NEWLY REMODELED APARTMENT!!", + 650 + ], + [ + "Cozy apartment ,Shared Room Heart of Manhattan 5", + 75 + ], + [ + "AMAZING ONE MONTH SUBLET IN WILLIAMSBURG!!!", + 99 + ], + [ + "Times Square & Central Park Plus Design", + 249 + ], + [ + "Beauty Apt ,Shared Room in Hell's Kitchen 6", + 75 + ], + [ + "Gateway to Harlem Luxury", + 70 + ], + [ + "Shared Room By Times Square near Central Park 3", + 75 + ], + [ + "Glamp In a Cozy Spacious Camper Van In NYC!", + 85 + ], + [ + "Cozy apartment, new and super clean!", + 75 + ], + [ + "Fantastic West Harlem Brownstone", + 90 + ], + [ + "MASSIVE loft in the Lower East Side", + 450 + ], + [ + "Home in Washington Height's Historic District", + 300 + ], + [ + "Steps away from Columbia University/ Morningside P", + 195 + ], + [ + "Fantastic Midtown Elegance", + 300 + ], + [ + "Prime location - 2 Bedroom Penthouse Views", + 500 + ], + [ + "5 min walk to Times Square! Sleeps 5. Very clean.", + 199 + ], + [ + "Whole floor(2bedroom) for group in safe Area", + 145 + ], + [ + "Heights VI", + 99 + ], + [ + "Home McDonald", + 77 + ], + [ + "Comfortable double room with balcony(舒适双人房带阳台)", + 55 + ], + [ + "Private Pristine Studio in Brooklyn", + 90 + ], + [ + "NYC Ocean Front Suburb", + 100 + ], + [ + "Amazing 2 BDRM in Heart of SOHO/LITTLE ITALY", + 175 + ], + [ + "Clarkson Loft the gem of east Flatbush", + 60 + ], + [ + "Large, luxury, one bedroom with veranda & garden", + 125 + ], + [ + "Sun-drenched 1 bedroom in Clinton Hill/Bed-Stuy", + 120 + ], + [ + "Gay friendly", + 50 + ], + [ + "2BR LUXARY DUPLEX LOFT Downtown Brooklyn (4+ Days)", + 395 + ], + [ + "Heights II", + 99 + ], + [ + "High View of the River", + 200 + ], + [ + "Big Sunny Room in the heart of Greenpoint, BK", + 55 + ], + [ + "Cozy 2 Bed 1 Bath- Sutton place", + 225 + ], + [ + "Fully Renovated 1 Bedroom- Washer Dryer", + 200 + ], + [ + "The Bulls Horn's", + 300 + ], + [ + "Gorgeous 2 Bed 1 Bath - Sutton Place", + 220 + ], + [ + "The Bridge View- Sutton Place", + 300 + ], + [ + "Fully Renovated One Bedroom- Sutton place", + 190 + ], + [ + "High End Renovated Apartment - Sutton place", + 300 + ], + [ + "Renovated Sutton Place Apartment- Free Gym", + 300 + ], + [ + "The River View- Sutton Place", + 190 + ], + [ + "Beautiful 2 Bedrooms in upper East #5", + 200 + ], + [ + "Central Hall Colonial with Free Parking Bus EXP NY", + 1250 + ], + [ + "Become a New Yorker in Bushwick!", + 70 + ], + [ + "Spacious Harlem Home in Manhattan!", + 799 + ], + [ + "AMAZING 3 BEDROOM APT IN BROOKLYN NY", + 659 + ], + [ + "Stylish One Bedroom Apartment!!", + 650 + ], + [ + "SPACIOUS 3 BEDROOM APARTMENT In BROOKLYN!!", + 650 + ], + [ + "Great Location in Chinatown and Little Italy", + 260 + ], + [ + "Gorgeous, stylish 3 Bedroom Apt in Greenpoint, BK", + 250 + ], + [ + "Stunning 2Bed/2BA + 300sqft deck by the river!", + 399 + ], + [ + "Cozy & Comfortable Private Room", + 55 + ], + [ + "Long Island City for Dreamers", + 130 + ], + [ + "金城发双人房 suit2 queens size bed", + 43 + ], + [ + "Newly Renovated 5 Bed 2 Bath Spacious Apartment.", + 475 + ], + [ + "Modern Loft in East Williamsburg (Morgan Ave)", + 200 + ], + [ + "Charming Private Bedroom", + 55 + ], + [ + "☆ ❣ Cozy 2 ideal location| private entrance ☆ ❣", + 99 + ], + [ + "✰ RARE FIND ✰ PRIVATE PATIO ✰", + 289 + ], + [ + "AMAZING TWO BDRM IN MIDTOWN MANHATTAN!!", + 499 + ], + [ + "SWEET STUDIO 4 BLOCKS FROM THE BEACH! 15min to NYC", + 61 + ], + [ + "Room with a private bathroom in modern BK building", + 55 + ], + [ + "❀ Bright and cozy townhouse | Ideal for families ❀", + 180 + ], + [ + "Beautiful apartment in Gravesend(Girls share room)", + 25 + ], + [ + "PureVia (Girls shared room only)", + 25 + ], + [ + "The Pineapple tree (Girls shared room only)", + 25 + ], + [ + "My available bedroom", + 55 + ], + [ + "X", + 80 + ], + [ + "Private Roof with Great View of NYC", + 60 + ], + [ + "West Village GEM on Charles St!", + 299 + ], + [ + "Large spacious room", + 24 + ], + [ + "Sunny 1BR in the Heart of the Lower East Side", + 125 + ], + [ + "Artistic Studio on the Upper East Side", + 180 + ], + [ + "Entire sunlit Little Italy apartment", + 95 + ], + [ + "Beautiful 1BR, water view next to Madison Square", + 250 + ], + [ + "Minimalist, Designer Apt Flooded with Sun & Views", + 200 + ], + [ + "Private home next to beach,transport,parking", + 299 + ], + [ + "Elegant 2 Bed.-10 min to Manhattan", + 93 + ], + [ + "Beautiful Luxury Brownstone Apt in Brooklyn", + 225 + ], + [ + "Enjoy NY under the lights of the Empire State.", + 310 + ], + [ + "Amazing Townhouse Experience with Private Garden", + 1000 + ], + [ + "Spacious sunny 1 bedroom, steps away from subway", + 90 + ], + [ + "Spacious 2 Bedroom - Quiet and Easily Accessible", + 120 + ], + [ + "Sunny bedroom in Brooklyn", + 90 + ], + [ + "1 room for a cozy night or 2", + 75 + ], + [ + "Hideaway in Morning-side Heights", + 75 + ], + [ + "Spacey Bushwick Loft! Perfect location! Big Room!", + 64 + ], + [ + "Exceptional Upper West Side Oasis", + 249 + ], + [ + "Private room: One Cherry", + 44 + ], + [ + "New Hotel-Like Private Room KING Bed 25 min NYC", + 50 + ], + [ + "阳台大双人房 (queens size room with balcony )", + 55 + ], + [ + "dumbo gem with garden sleeps 3.", + 400 + ], + [ + "Cool studio in Brooklyn Heights", + 150 + ], + [ + "Lovely LES apartment", + 110 + ], + [ + "Cozy and convenient studio in Chelsea", + 93 + ], + [ + "Newly Renovated 4 Bed 2 Bath Spacious Apartment", + 370 + ], + [ + "COSY KINGDOM IN UPTOWN", + 129 + ], + [ + "New 9 Bed 4 Full Bath 3000 SF Spacious Apartment", + 830 + ], + [ + "amazing 3 BR 1 Bath in Hanover sq.", + 196 + ], + [ + "Amazing 2 Bed 2 Bath with Gym in the UWS #6104", + 250 + ], + [ + "Bedroom + Private Bath + Backyard in Bedstuy", + 90 + ], + [ + "“Epic” The highest apartment in New York", + 440 + ], + [ + "Light filled room in Bushwick for the summer!", + 52 + ], + [ + "Gorgeous 1 bedroom apt in Williamsburg Brooklyn", + 105 + ], + [ + "Sunset Park Rustic Bed Room for 2 W/AC", + 40 + ], + [ + "Grand Central/United Nations-New 2Beds2Baths", + 159 + ], + [ + "➖PRIVATE ROOFTOP ➖ LUXURY LIVING IN NEW YORK CITY!", + 489 + ], + [ + "Airbnb on the Bruckner in the Bronx.", + 125 + ], + [ + "Spectacular 2 bed 2 bath with W/D in the APT #6117", + 310 + ], + [ + "3 Bedroom Williamsburg Duplex 15 min to Manhattan!", + 203 + ], + [ + "1 Super Cozy Bedroom in Downtown Manhattan", + 165 + ], + [ + "Chic Sunlit Williamsburg Apartment w/Private Patio", + 154 + ], + [ + "Sunset House", + 27 + ], + [ + "Whole house next to 2/5 trains- 30min to Manhattan", + 220 + ], + [ + "Upper East Side Spacious STUDIO", + 300 + ], + [ + "2 bedroom apt in Wburg near Grand St", + 150 + ], + [ + "Happy Home 3", + 13 + ], + [ + "Most wonderful 2 BR Apartment in Lower Manhattan", + 200 + ], + [ + "Your Hide-A-Way in New York City-Times Square", + 300 + ], + [ + "Private Master Bedroom with Private Bathroom", + 89 + ], + [ + "Entire 1 bedroom Suite All yours!!", + 289 + ], + [ + "Gorgeous 4 Bedroom 4 Bath Apt at West Village", + 650 + ], + [ + "Charming town of Tottenville right outside NYC", + 70 + ], + [ + "HUGE 3 BEDROOMS IN BEST PART OF BROOKLYN!!", + 399 + ], + [ + "Magical Duplex in the Heart of Manhattan!", + 590 + ], + [ + "Bushwick Enclave with Backyard - ByCrochet", + 110 + ], + [ + "Affordable 2 bedroom in hell's kitchen", + 289 + ], + [ + "Gramercy Park Studio Apartment (Max 2 people)", + 117 + ], + [ + "Luxurious apartment by Columbus square", + 250 + ], + [ + "PentHouse In FiDi", + 150 + ], + [ + "Upper Eastside Brownstone on E89th", + 125 + ], + [ + "Beautiful Bedroom in Bushwick", + 50 + ], + [ + "Cosy two-bedroom Prospect Park Apartment", + 160 + ], + [ + "West 55th street, Lux 1bd Serviced Apartment", + 229 + ], + [ + "Luxury 2 Beds in Midtown with Amazing Views #6111", + 265 + ], + [ + "Amazing apartment by Columbus square", + 200 + ], + [ + "Gem of east Flatbush", + 7500 + ], + [ + "Gorgeous apartment by Columbus square", + 200 + ], + [ + "Home away from Home.", + 120 + ], + [ + "Amazing midtown apartment near Times square", + 200 + ], + [ + "Summer stay in Brooklyn", + 50 + ], + [ + "Gorgeous midtown apartment near Times square", + 200 + ], + [ + "Cozy Studio Apartment on the Upper East Side", + 130 + ], + [ + "Luxury High Rise, Water Front View with Balcony", + 188 + ], + [ + "Oriana - Luxury High Rise", + 150 + ], + [ + "Awesome midtown apartment near Times square", + 200 + ], + [ + "Incredible Industrial Loft 1BR in Williamsburg", + 375 + ], + [ + "R1 Private Queen Room LGA JFK Manhattan 15 min!", + 85 + ], + [ + "Calming & Bright 1 BR Apt in Upper West Side", + 93 + ], + [ + "Cozy Lenox Hill Studio", + 175 + ], + [ + "Roomy & Spacious Modern Bedroom near J train", + 65 + ], + [ + "\"Treehouse\" in the East Village with Private Patio", + 275 + ], + [ + "Get up and Go, Small comfy Studio in the Bronx", + 75 + ], + [ + "R2 Private Queen Room LGA JFK Manhattan 15 min!", + 85 + ], + [ + "Ft. Greene Loft", + 150 + ], + [ + "R3 Private Queen Room LGA JFK Manhattan 15 min!", + 68 + ], + [ + "Gorgeous Chelsea apartment", + 450 + ], + [ + "Brooklyn's Finest", + 150 + ], + [ + "Cozy Private Bedroom in Brownstone, Bed-Stuy", + 63 + ], + [ + "Gorgeous Apartment in a Historic Brownstone", + 90 + ], + [ + "You can find everything in the neighborhood.", + 42 + ], + [ + "Cozy Home Away from Home", + 75 + ], + [ + "Home in Harlem", + 106 + ], + [ + "Nice 1 Bedroom in Washington Heights", + 125 + ], + [ + "Comfy room close to M train. 18mins to Manhattan", + 50 + ], + [ + "Cute and Modern Luxury Apartment in Times Square", + 199 + ], + [ + "Large one bedroom in the heart of Williamsburg", + 155 + ], + [ + "Spacious, modern, clean, rooftop, near all subways", + 175 + ], + [ + "Gorgeous 2bed 2bath on 26flr, 10m from Time Square", + 199 + ], + [ + "Sunny Room in Williamsburg Loft", + 120 + ], + [ + "Spacious Brooklyn Apt with Garden Oasis - Gowanus", + 135 + ], + [ + "Spacious Private Studio- 15 min ride to Manhattan!", + 101 + ], + [ + "SUPER COZY APARTMENT IN HEART OF SOHO!!!", + 299 + ], + [ + "AMAZING TWO BEDROOMS IN BEST PART OF SoHo!!", + 268 + ], + [ + "Spacious 2BR duplex in charming brownstone", + 120 + ], + [ + "Great apartment minutes away from Times square", + 200 + ], + [ + "River View Studio!", + 150 + ], + [ + "Beautiful Large Room in Uptown Manhattan", + 55 + ], + [ + "Sunny Private 1BR Suite w/Kitchen/Bath @A/C Lines", + 85 + ], + [ + "Cozy Sunset Park Private Bed Room for 2 w/AC", + 45 + ], + [ + "Times Square 3BR Loft! Amazing Location!", + 2500 + ], + [ + "Massive & Convenient 2 Bedroom, 1.5 bath Central", + 550 + ], + [ + "New Studio in the UES with Gym and Pool #6126", + 150 + ], + [ + "Great views, great location, great apartment!", + 194 + ], + [ + "✨Modern NYC bedroom │5 minutes to Empire State✨", + 140 + ], + [ + "Private Living Room in the Heart of Chelsea", + 89 + ], + [ + "Beautiful Summer Home in the East Village!", + 175 + ], + [ + "Stylish, Spacious Cobble Hill 1-bedroom, nr trains", + 151 + ], + [ + "Sunny Fresh Hamilton Heights Bedroom", + 54 + ], + [ + "Casual Boho Chic 1 Bed Apt in NYC's Midtown East", + 120 + ], + [ + "Cozy Room in Gorgeous Home in Bronx Little Italy", + 55 + ], + [ + "Bright Bedstuy Bedroom", + 50 + ], + [ + "Sonder | 116 John | Airy 1BR + Gym", + 137 + ], + [ + "Sonder | 116 John | Relaxed 1BR + Rooftop", + 137 + ], + [ + "R4 Private Queen Room LGA JFK Manhattan 15 min!", + 70 + ], + [ + "Sonder | 116 John | Bright 1BR + Rooftop", + 137 + ], + [ + "R5 Private King Room LGA JFK Manhattan 15 min!", + 65 + ], + [ + "Beautiful Brooklyn Vintage Townhouse Apartment", + 120 + ], + [ + "Sonder | 116 John | Cozy Studio + Rooftop", + 117 + ], + [ + "Spacious Bushwick/Bed-stuy Apartment w/ Backyard", + 90 + ], + [ + "Beautiful Private Master Bedroom in West Midtown", + 150 + ], + [ + "Sonder | 116 John | Stylish 1BR + Gym", + 137 + ], + [ + "Magnificent mid town apartment near Times square", + 250 + ], + [ + "R6 Private Studio LGA JFK Manhattan 15 min!", + 99 + ], + [ + "Beautiful studio in Elmhurst Apt close to train!", + 75 + ], + [ + "(A) Private Twin Single Room LGA JFK Manhattan 15m", + 55 + ], + [ + "Bright & cozy room in Brooklyn Brownstone", + 40 + ], + [ + "Meyers inn", + 250 + ], + [ + "Modern Studio- Midtown, Hell’s Kitchen", + 200 + ], + [ + "Spacious, bright & charming 1-bedroom in East Vil.", + 180 + ], + [ + "Private Oasis in the heart of the East Village", + 250 + ], + [ + "Sunny minimalistic loft in Clinton Hill!", + 200 + ], + [ + "East village charming 1 bedroom", + 152 + ], + [ + "NEAR 5th AVE RENOVATED STUDIO IN BROOKLYN", + 245 + ], + [ + "July/Aug Sublet Available Huge Sunny Room", + 40 + ], + [ + "4Bed Penthouse! Terrace! Location! 5th Ave", + 459 + ], + [ + "New Apartment in Manhattan - New York City", + 350 + ], + [ + "(B) Private Single Twin Room LGA JFK Manhattan 15m", + 55 + ], + [ + "(C) Private Single Room Twin LGA JFK Manhattan 15m", + 55 + ], + [ + "Luxury Duplex in the Heart of New York City", + 650 + ], + [ + "(E) Private Queen Room LGA JFK Manhattan 15m", + 70 + ], + [ + "LUX dope PRIME Williamsburg w/ Roof & Gym Sleeps 5", + 350 + ], + [ + "Homey 4 Bedroom Just Minutes to Midtown Manhattan", + 275 + ], + [ + "Sunny East Village Room Across from the Subway", + 78 + ], + [ + "Cozy bedrooms in Manhattan 18mins from Time Square", + 105 + ], + [ + "Perfect peace private room in Brooklyn", + 60 + ], + [ + "Hello! This is a very cozy space in Williamsburg!!", + 149 + ], + [ + "LOW PRICED HOME AWAY FROM HOME", + 35 + ], + [ + "Place to be Private room 2", + 36 + ], + [ + "Private room 1", + 38 + ], + [ + "Place to be( 3bedroom apartment)", + 120 + ], + [ + "Small bedroom in cozy Inwood top floor apartment!", + 50 + ], + [ + "Private Room in Inwood!", + 32 + ], + [ + "Private room in Upper East Side #5", + 95 + ], + [ + "Enjoy Brooklyn... visit Manhattan", + 150 + ], + [ + "Beach Haven", + 100 + ], + [ + "FLATIRON LOFT 5 STAR", + 850 + ], + [ + "Cozy & Convenient 1bed/bath in Crown Heights BK", + 145 + ], + [ + "Large 7 Bed minutes from Midtown Manhattan!", + 650 + ], + [ + "Renovated 2bedroom apt by Grand Central, sleeps 6!", + 175 + ], + [ + "Cozy 1bd apartment in Midtown", + 190 + ], + [ + "Home w/ Huge Backyard Near Prospect Park", + 140 + ], + [ + "Stunning Townhouse Studio by Bloomingdales", + 169 + ], + [ + "Best Street in Soho! Awesome Sunny Private Room", + 85 + ], + [ + "\"Dave's Island Suite\"", + 68 + ], + [ + "clean + cute room in williamsburg", + 80 + ], + [ + "Beyond the Valley of the Doll House", + 65 + ], + [ + "Railway large one bedroom gem on upper east side.", + 210 + ], + [ + "Luxury 4bed/2bath in Prime Upper West", + 699 + ], + [ + "Quiet room with private bath, gorgeous backyard", + 79 + ], + [ + "Private Bedroom from Modern House.", + 89 + ], + [ + "Stylish and Modern basement near LaGuardia Airport", + 80 + ], + [ + "Charming and Cozy Studio Apartment!!", + 130 + ], + [ + "Private Room in Heart of Williamsburg!", + 70 + ], + [ + "Huge window bedroom in Brooklyn Chinatown", + 60 + ], + [ + "Three windows Bedroom in Brooklyn Chinatown", + 58 + ], + [ + "One bedroom in Murray Hill", + 135 + ], + [ + "Modern house (2 BR Apt) • 30 Mins from Time Square", + 150 + ], + [ + "Comfy Bedroom in Brooklyn Chinatown", + 58 + ], + [ + "Private room 1 min away from subway!", + 40 + ], + [ + "Spacious sunny condo with private yard", + 300 + ], + [ + "Spacious & Quaint 1 Bed in Midtown", + 245 + ], + [ + "Private room with Queen Size Bed and Work Space", + 35 + ], + [ + "=== HAPPY TRAVELS / Near Columbia University ===", + 59 + ], + [ + "3Bed/2Bath-LowerEastSide With Elevator!", + 600 + ], + [ + "Quiet apartment 501 Upper east side/Manhattan", + 150 + ], + [ + "Private Bedroom Stylish, Cozy Apartment- Gramercy", + 245 + ], + [ + "Private apartment535\nREVIEWS ON PROFILE/Manhattan", + 145 + ], + [ + "Heart of upper east 83\nManhattan/Great location", + 145 + ], + [ + "Beautiful studio 96\nWalk to Central Park/Manhattan", + 145 + ], + [ + "Private studio 79REVIEWS-CHECK PROFILEManhattan", + 145 + ], + [ + "Sunfilled upper west side 1BD apt near park/subway", + 158 + ], + [ + "studio519 with bathroom\nMaNHTAn\nReviews on profile", + 145 + ], + [ + "Spacious Home - 10 minutes from Central Park", + 50 + ], + [ + "White Cove Williamsburg", + 165 + ], + [ + "Cozy 2 bedroom in the heart of Astoria", + 174 + ], + [ + "Private studio 539\nManhattan/Reviews-check profile", + 150 + ], + [ + "Luxury, Gorgeous 1-Bed Apt in Hell's Kitchen", + 239 + ], + [ + "Cozy 1bedroom apt/Manhattan/East side", + 150 + ], + [ + "Cute Nest in the Heart of Bushwick artist hood", + 80 + ], + [ + "Clean, Modern, Rustic LIC APT", + 200 + ], + [ + "Bedroom W/ Private Bathroom in the heart of SOHO", + 100 + ], + [ + "Awesome location", + 69 + ], + [ + "Great located 1bd apartment 59\nManhattan/East side", + 150 + ], + [ + "Private bedroom 5 minutes to La Guardia airport", + 60 + ], + [ + "Luxury 3/2 in Prime Lower East with Elevator!", + 499 + ], + [ + "Charming townhouse", + 300 + ], + [ + "Comfy Cozy", + 55 + ], + [ + "Charming E. Village 2 Bedroom: Steps to the Park!", + 300 + ], + [ + "Duplex apartment", + 200 + ], + [ + "Urban Zen in Historic Stuyvesant Heights", + 140 + ], + [ + "Amazing 4 Bedrooms 4 Bathrooms sleeps 9", + 399 + ], + [ + "Spectacular 2 bed 2 bath with W/D in the APT #6116", + 310 + ], + [ + "Lovely 2Bed Apt Heart of Downtown! Steps to Train!", + 250 + ], + [ + "Upscale Studio in Brooklyn", + 110 + ], + [ + "Spacious 2 Bed on Park with Washer/Dryer #6113", + 300 + ], + [ + "Amazing 1 bed 1 bath in full service bld #6118", + 180 + ], + [ + "Magic★★Flat close to Brooklyn Bridge ★★", + 250 + ], + [ + "Charming KING Room w Backyard, Trains Williamsburg", + 79 + ], + [ + "2 bedroom on Chinatown", + 200 + ], + [ + "Spectacular 2 Bed 2 Bath on Park Avenue #6112", + 300 + ], + [ + "Sunnyside Gardens Historic Home - Sweet and Green", + 200 + ], + [ + "Spectacular 1 bed 1 bath in full service bld #6119", + 190 + ], + [ + "Cute studio in heart of LES. F train 3 mins away.", + 120 + ], + [ + "Amazing Furnished Studio in Midtown East #6120", + 150 + ], + [ + "3BR Whole Apt In Mill Basin. Private Entrance", + 299 + ], + [ + "#8 Hotel-Like 1 Bedroom Apartment KINGBed near JFK", + 48 + ], + [ + "Amazing Furnished 2 Bed on Park Ave with Gym #6110", + 300 + ], + [ + "Stylish Studios near Central Park", + 100 + ], + [ + "Awesome Renovated Room in Brooklyn NYC", + 68 + ], + [ + "Stylish 1 bd apartment in the heart of NYC", + 173 + ], + [ + "Beautiful Renovated Modern Townhouse", + 850 + ], + [ + "Clean and quiet Room in brand new 2 BR apartment", + 50 + ], + [ + "3bdrm 1fl home w/parking!Close to ManhattanAirport", + 169 + ], + [ + "Bright One Bdr Apartment in Center of Manhattan", + 85 + ], + [ + "Brooklyn Escape", + 175 + ], + [ + "Stunning Studio in Lux Building in the UWS #6115", + 150 + ], + [ + "Entire floor in historic Harlem brownstone", + 118 + ], + [ + "Heaven on Bedford- Truly 3bd/2bath with backyard", + 399 + ], + [ + "Cozy Apartment perfect for NYC vacation", + 108 + ], + [ + "Bright Private Apt in Ideal Location Manhattan", + 160 + ], + [ + "JFK park view", + 248 + ], + [ + "Williamsburg Gem, 2 bed/2bath", + 160 + ], + [ + "Cozy Studio Midtown East", + 190 + ], + [ + "Bright One Bdr Apartment in Center of Manhattan", + 130 + ], + [ + "3 bedroom, 2 baths duplex apt w/all new furniture", + 225 + ], + [ + "Spacious 1 bed in the heart of Manhattan", + 175 + ], + [ + "Park Slope Sweet Home 1 Bedroom August Rental", + 80 + ], + [ + "Private Room and Bathroom - Gym, Laundry, Roof", + 130 + ], + [ + "Pvt studio with pvt entrance&pvt bathroom near JFK", + 60 + ], + [ + "Not so Ordinary Lexington Pied-à-terre", + 102 + ], + [ + "\"ADORABLE CENTRAL 1BD LITTLE ITALY/SOHO\"", + 129 + ], + [ + "True Entire One Bedroom Apartment in Manhattan", + 131 + ], + [ + "Cosy room in the heart of Bushwick!", + 80 + ], + [ + "Bowery Loft with Private Deck", + 100 + ], + [ + "The Sahara", + 200 + ], + [ + "Lex Penthouse with Private Roof Top Terrace", + 975 + ], + [ + "bay ridge & sunset park furnished apartment", + 4200 + ], + [ + "Your Home In The Heart Of Bedstuy, Brooklyn!", + 80 + ], + [ + "Amazing duplex - 5bed/4bath in prime Williamsburg", + 895 + ], + [ + "Apartment near JFK and Manhattan", + 150 + ], + [ + "Amazing 2 Bed in Luxury Building with Gym #6105", + 290 + ], + [ + "New Luxury 1 Bed in UWS Building with Gym #6128", + 170 + ], + [ + "New Lux 1 Bed in UWS steps to Central Park #6124", + 170 + ], + [ + "Charming apartment next to the bridge", + 70 + ], + [ + "AMAZING 3 BDRM IN MEATPACKING/CHELSEA/HIGHLINE!!", + 499 + ], + [ + "Penthouse rooftop room 20Min To Manhattan!!", + 37 + ], + [ + "AMAZING 5 BEDS CHELSEA/MEATPACKING. BEST LOCATION!", + 447 + ], + [ + "A 29 units apt building...In a middle class area .", + 35 + ], + [ + "AMAZING 2 BEDS IN MEATPACKING/CHELSEA MARKET!!", + 447 + ], + [ + "Large 3Bed/2Bath: Elevator + Wash/Dryer!", + 600 + ], + [ + "Modern Skyline Penthouse Room & 20min to NYC!", + 37 + ], + [ + "SoHo- 1BD Apt- Incredible Location! With Rooftop", + 255 + ], + [ + "Cozy 2Bed in the Heart of East Village!", + 320 + ], + [ + "MODERN TOWN-HOME 8BR/5BA + TERRACE Williamsburg", + 795 + ], + [ + "Your own room in Manhattan!", + 65 + ], + [ + "ENTIRE Home! 10BR/6BA + Private Garden SLEEPS 20+", + 995 + ], + [ + "BEAUTIFUL BUDGET STAY IN BROOKLYN 25MINS TO D/TOWN", + 56 + ], + [ + "AMAZING! 7bd/4ba TownHome + PATIO - 10 Mins To NYC", + 695 + ], + [ + "Full Service 3 Bedroom Apartment-Washer Dryer", + 300 + ], + [ + "Brand New Furnished Studio on Park Avenue #6121", + 150 + ], + [ + "entire apartment for rent", + 1800 + ], + [ + "Amazing 3bd/2ba Town-Home In Prime Williamsburg", + 295 + ], + [ + "Comfort and Safe Stay IN Brooklyn 25mins to D/Town", + 56 + ], + [ + "Amazing duplex - 5bed/4bath in prime Williamsburg", + 595 + ], + [ + "Luxury 3 Bed 2 Bath Murry Hill", + 300 + ], + [ + "Room steps away from TIMES SQUARE", + 119 + ], + [ + "Murray Hill SPacious 2 Bedroom-river View", + 300 + ], + [ + "Newly Renovated Cozy Studio on Park Avenue #6130", + 150 + ], + [ + "Nice and cozy ✌ holiday apartment✿", + 195 + ], + [ + "The City View- 2 Bed 2 Bath", + 300 + ], + [ + "DUPLUXURY Apartment 5 Star Duplex", + 900 + ], + [ + "2 Bedroom 1 Bathroom Marry Hill", + 210 + ], + [ + "Modern Home 3 bed/1 bath 10 minutes to Manhattan", + 295 + ], + [ + "Converted 2 Bed 1 Bath Murry Hill", + 225 + ], + [ + "Luxury studio in Manhattan", + 120 + ], + [ + "East River View- 2 Bed 1 Bath", + 250 + ], + [ + "Luxury 3 Bed in The Big Apple", + 600 + ], + [ + "2 Bed 1 Bath Cozy Apartment", + 220 + ], + [ + "Central Park 4 Bed Steps to Train + Ground floor!", + 450 + ], + [ + "New Amazing Studio on Park Avenue #6123", + 150 + ], + [ + "SPACIOUS 1 BED AMAZING VIEW", + 200 + ], + [ + "Sun-Splashed Midtown 3BED Penthouse LOFT", + 399 + ], + [ + "Luxurious one bed high floor", + 200 + ], + [ + "Cozy 2-Bedroom Loft Blocks away to Apollo Theater", + 300 + ], + [ + "Photo Studio Loft with a Terrace", + 389 + ], + [ + "Amazing 6bd/2ba Duplex w/ Patio 5 mins to NYC", + 495 + ], + [ + "1 Bedroom 1 Bathroom Murray Hill", + 200 + ], + [ + "COUCH, ONLY LADYS, cerca a Manhattan", + 28 + ], + [ + "High End One Bed One Bath Murry Hill", + 200 + ], + [ + "Bedroom for sublet with GREAT VIEW in prime area", + 72 + ], + [ + "High end one Bedroom Apatment", + 200 + ], + [ + "Spacious Room in a Renovated Apt in Brooklyn NYC", + 75 + ], + [ + "Brand New One Bedroom Apartment in Bushwick", + 160 + ], + [ + "Nature Sanctuary", + 85 + ], + [ + "In the heart of Bronx, Fordham University, Bx Zoo", + 73 + ], + [ + "Spacious, Sunny, Beautiful: 142/Brdway (Long-term)", + 100 + ], + [ + "Beautiful Brooklyn Vacation Home!", + 88 + ], + [ + "Spacious Room in the heart of Manhattan", + 150 + ], + [ + "Quiet LES private room with private half bathroom", + 125 + ], + [ + "Comfy Sofa Bed in shared space (girls only)", + 30 + ], + [ + "Furnished Apartment in Queens", + 75 + ], + [ + "Sonder | 116 John | Sleek Studio + Gym", + 100 + ], + [ + "Sonder | 116 John | Quaint Studio + Gym", + 100 + ], + [ + "Sonder | 116 John | Comfortable Studio + Gym", + 100 + ], + [ + "Sonder | 180 Water | Pleasant 2BR + Rooftop", + 302 + ], + [ + "Large 2bed/2bath Steps to Central Park!", + 400 + ], + [ + "Airy 1BR in Hell's Kitchen by Sonder", + 180 + ], + [ + "Sonder | 11th Ave | Lovely 1BR + Gym", + 189 + ], + [ + "Sonder | 180 Water | Bold Studio + Rooftop", + 175 + ], + [ + "Beautiful 3 bedroom close to Times Square, NYC", + 189 + ], + [ + "Large Private Room next Empire State Building", + 145 + ], + [ + "Amazing 3 Bed on Park Ave with Washer/Dryer #6114", + 350 + ], + [ + "Awesome Renovated Studio in Brooklyn NYC", + 92 + ], + [ + "Exquisite Park Slope Paradise", + 300 + ], + [ + "Cozy Corner next to the Empire State Building", + 60 + ], + [ + "Exceptional 1BR in Midtown East by Sonder", + 177 + ], + [ + "Charming 1BR in Midtown East by Sonder", + 230 + ], + [ + "Superior 1BR in Midtown East by Sonder", + 177 + ], + [ + "Sonder | Upper East Side | Stylish 1BR + Sofa Bed", + 160 + ], + [ + "Sonder | Upper East Side | Lovely 1BR + Gym", + 184 + ], + [ + "Sonder | The Nash | Playful 1BR + Rooftop", + 194 + ], + [ + "Brand new 2 BEDROOMS BROOKLYN", + 400 + ], + [ + "Sonder | The Nash | Bold 1BR + Rooftop", + 200 + ], + [ + "Luxury 5BR/2Bath Steps to Central Park!", + 550 + ], + [ + "Sonder | The Nash | Vibrant 1BR + Grilling Area", + 202 + ], + [ + "Sonder | 21 Chelsea | Classic 1BR + Rooftop", + 275 + ], + [ + "Sonder | 21 Chelsea | Sophisticated 1BR + Rooftop", + 277 + ], + [ + "Intimate 1BR in Midtown East by Sonder", + 162 + ], + [ + "Sonder | Theater District | Bright 1BR + City View", + 217 + ], + [ + "UWS brownstone with Grdn, Guest Bdrm, 2 bthrms", + 180 + ], + [ + "Best Value ❤️Memorable Vacation", + 149 + ], + [ + "Cozy private room by the 7 train", + 50 + ], + [ + "Amazing 3 bedroom in Williamsburg", + 295 + ], + [ + "Cozy room close to the airport.", + 70 + ], + [ + "Amazing 3bd/2ba Apt w/ Roofdeck 5 mins to NYC", + 295 + ], + [ + "Amazing 6 bedrooms on two floors in Williamsburg", + 495 + ], + [ + "7BR Lux Townhouse w/ Patio! Best Village Location!", + 1099 + ], + [ + "Gorgeous newly renovated 2 bedroom apartment", + 129 + ], + [ + "3 Bedroom Apt in Times Square", + 400 + ], + [ + "Times Square room With Access to a Terrance", + 181 + ], + [ + "Luxurious 3 BEDROOM IN THE HEART OF TimeSqaure", + 428 + ], + [ + "One bedroom in Williamsburg, Brooklyn", + 123 + ], + [ + "Lucky journey 幸运旅程", + 88 + ], + [ + "Shared room sofa bed (girls only)", + 20 + ], + [ + "New! Entire private luxury apt near 3 trains!", + 89 + ], + [ + "Hidden Oasis steps from stadium minutes from City", + 42 + ], + [ + "温馨旅店(2)", + 80 + ], + [ + "Cozy Room in Charming Sunny Loft", + 150 + ], + [ + "Bright Top Floor Tower - Two Blocks from Q Train", + 111 + ], + [ + "❤️A Private Studio On Roof, Private bath + Deck", + 90 + ], + [ + "Your own apartment in Lower Manhattan", + 109 + ], + [ + "NEWLY RENOVATED!!! LUCAS 1BR APT NEAR JFK/LGA", + 68 + ], + [ + "Cozy Room 4 Min Walk From Train", + 38 + ], + [ + "Small Private Room in Upper East Side #5", + 69 + ], + [ + "Amazing 2 bedrooms apt close to Central Park", + 360 + ], + [ + "The best home away from home!", + 145 + ], + [ + "Joyful", + 120 + ], + [ + "4 Bedrooms 4 Baths at Midtown East Manhattan", + 650 + ], + [ + "Greenpoint Williamsburg only min to the city", + 250 + ], + [ + "HUGE & COZY 3 BEDROOMS IN HEART OF MANHATTAN!!", + 599 + ], + [ + "Luxury studio in Manhattan New York", + 200 + ], + [ + "New Studio in UWS steps from Central Park #6122", + 150 + ], + [ + "Small Studio/Private Room - Heart of East Village", + 100 + ], + [ + "New! Modern 2/1 Steps to Central Park!", + 330 + ], + [ + "Cozy Studio in UWS Luxury Building with Gym #6107", + 150 + ], + [ + "Spacious Midtown East Studio", + 179 + ], + [ + "Beautiful Studio in the heart of Midtown", + 185 + ], + [ + "Cozy Central Park Studio!: 2Min to Train", + 200 + ], + [ + "Renovated Private Bedroom in Upper Manhattan", + 50 + ], + [ + "4 Bedrooms 4 Bathrooms at Sutton Place Manhattan", + 650 + ], + [ + "Beautiful Studio APT in the heart of K-TOWN", + 180 + ], + [ + "Beautiful Shared apt in Times Square 3", + 75 + ], + [ + "3000 sq. ft. Designer Loft in the heart of NYC", + 700 + ], + [ + "The Sutton Place 2 Bedroom Apartment", + 300 + ], + [ + "Central Cozy Cobble Hill Gem", + 220 + ], + [ + "Lovely Studio APT in the center of K-TOWN", + 180 + ], + [ + "BEAUTIFUL ROOM WITH GARDEN VIEW!", + 60 + ], + [ + "Bohemian bed & breakfast in the heart of Astoria!", + 75 + ], + [ + "Family Place in❤️of Manhattan", + 155 + ], + [ + "Wonderful Studio Apt in the middle of K-TOWN", + 180 + ], + [ + "Gorgeous Studio Apt in the area of K-TOWN", + 180 + ], + [ + "Cozy & Clean Studio Apt in K-TOWN", + 180 + ], + [ + "#GorgeousLowerEast2BedroomGem! #3minWalktoTrain!", + 400 + ], + [ + "BIG APARTMENT. NEW AC ROOM, HUDSON RIVER. COMFY.", + 60 + ], + [ + "Private Room w/a Patio in Center of Manhattan!", + 135 + ], + [ + "Cozy,Shared Place in Heart of Manhattan WEST 4", + 79 + ], + [ + "Sunny Apt on Treelined Street 2 blocks from trains", + 100 + ], + [ + "Shared room in Midtown Near Times Square 5", + 77 + ], + [ + "Cozy 1 Bedroom Apartment near Yankee Stadium", + 59 + ], + [ + "Shared,Cozy Room İn Times Square 6", + 77 + ], + [ + "Sonder | 116 John | Vibrant 1BR + Gym", + 137 + ], + [ + "Heart of the East Village Apartment", + 100 + ], + [ + "Shared Apt by Central Park in Hell's Kitchen 7", + 69 + ], + [ + "Private Room near Times Square 1", + 120 + ], + [ + "Bronx, Little Italy, Arthur Ave, Fordham, Yanks.", + 69 + ], + [ + "Private Room İn Hell's Kitchen 2", + 120 + ], + [ + "TimeSquare High-level modern apartment 1BDR!", + 180 + ], + [ + "Beautiful Spacious Apartment! Comfortable Place.", + 60 + ], + [ + "Awesome Apt 7 Beds Sleeps 12 in Brooklyn By Train", + 200 + ], + [ + "10 Beds Sleeps 15 Laundry in Apt in Williamsburg", + 549 + ], + [ + "COZY PRIVATE ROOM / PRIVATE BATHROOM IN BROOKLYN", + 50 + ], + [ + "Spacious home with views of Gramercy Park", + 136 + ], + [ + "Summer in ny", + 65 + ], + [ + "Midtown Steal by Rockefeller Center", + 125 + ], + [ + "❤❤❤ Luxe 3bdrm + Parking 10 mins to Manhattan", + 295 + ], + [ + "Modern Luxury near Gramercy Park: 3 Bed/2 Bath", + 385 + ], + [ + "Gorgeous Downtown Flat With Huge Rooftop Terrace", + 479 + ], + [ + "Comfy Space in Living Room, Midtown Manhattan", + 99 + ], + [ + "Private 2 beds Studio w/sofa Near ESB", + 260 + ], + [ + "LGA,TimeSquare,JFK,Queens PrivateBD,BHroom", + 45 + ], + [ + "Charming 1 Bedroom Apartment In The Heart of NYC", + 235 + ], + [ + "Habitacion confortable. Entrada independiente...", + 87 + ], + [ + "New 1 bedroom apartment in luxury building", + 198 + ], + [ + "★★Cute flat in ❤ of Manhattan★★", + 275 + ], + [ + "Trendy One Bedroom Apartment in UES", + 134 + ], + [ + "Amazing Location! 1 Bedroom Apartment Downtown", + 199 + ], + [ + "Lucky's Sunshine Fabulous Hideaway", + 59 + ], + [ + "Luxury new East Williamsburg 1 bedroom apartment.", + 198 + ], + [ + "Big one bedroom apt, new and beautiful.", + 11 + ], + [ + "NYC 25 min from Staten IS Ferry Cozy 1br house", + 80 + ], + [ + "法拉盛中心地段单身客房", + 50 + ], + [ + "Comfy Home ~ 2nd Floor", + 150 + ], + [ + "Monica’s cozy room", + 140 + ], + [ + "Home away from Home (2 Bedroom Apartment)", + 181 + ], + [ + "Cozy 4BR in FIDI, next to Wall St & One World Trad", + 395 + ], + [ + "Summer in a sunny, top floor twin", + 45 + ], + [ + "Balcony with Room! Close to LGA and JFK.", + 65 + ], + [ + "NYC Prime Location! Beautiful Big Apartment! Enjoy", + 57 + ], + [ + "Cozy Brooklyn getaway", + 65 + ], + [ + "Three Blocks to Times Square & Central Park", + 400 + ], + [ + "LUXURY 2ND FL,4BR/2 FUL BTH,SLEEP 8+,15MIN-JFK/LGA", + 325 + ], + [ + "Clean, Cozy, Private Bath & Bedroom Apartment", + 99 + ], + [ + "Gorgeous Large private room near LGA (#5)", + 90 + ], + [ + "3 Bedroom Apartment near Central Park", + 600 + ], + [ + "Large private room with a queen bed near LGA (#4)", + 70 + ], + [ + "Private small room with a queen bed near LGA (#03)", + 60 + ], + [ + "Coote Luxe Suite - Modern and Comfortable APT", + 100 + ], + [ + "Bushwick Gardens apt", + 89 + ], + [ + "Beautiful, Spacious, Sunny 1 Bed apt. with Rooftop", + 255 + ], + [ + "HUGE triplex with rooftop and private garden", + 350 + ], + [ + "Beautiful Apartment in Brooklyn", + 88 + ], + [ + "Sunny Apt by Park, Blvd , BK Museum & Library", + 65 + ], + [ + "New Cozy Suite in Private home on quiet street .", + 160 + ], + [ + "Sunny Studio by Central Park!", + 180 + ], + [ + "⋆ Luxury FiDi Terrace Apt w/ Brooklyn Bridge views", + 299 + ], + [ + "UES loft near hospitals", + 250 + ], + [ + "Cozy 2BDR on mulberry st little italy/china town", + 190 + ], + [ + "Bright, loft-style room in prime Williamsburg", + 100 + ], + [ + "Peaceful.", + 50 + ], + [ + "Divine Harlem Getaway", + 150 + ], + [ + "Theater District / Times Sq / Central Park - 1 BDR", + 160 + ], + [ + "Hudge Appartment in Manhattan", + 80 + ], + [ + "Prime location West Village private room", + 150 + ], + [ + "Best views in the city is here", + 140 + ], + [ + "MASTER ROOM # 2 Near from JFK & LGA Airport.", + 75 + ], + [ + "downtown brooklyn dream stay", + 279 + ], + [ + "Brooklyn's Gorgeous Garden Apt. 25' to Downtown.", + 169 + ], + [ + "Center of Hipster Astoria 4bd 2bath 2blocks Subway", + 395 + ], + [ + "Highly nice area beautiful place too visit", + 80 + ], + [ + "Comfort", + 300 + ], + [ + "Quiet modern 2BR in Hells Kitchen with elevator", + 285 + ], + [ + "005 Comfy and Pleasant Shared Room", + 30 + ], + [ + "Apartamento compartido NYC.", + 22 + ], + [ + "Gorgeous Apartment near Time Square", + 390 + ], + [ + "Gorgeous Apt close to ❤️Times Square❤️", + 500 + ], + [ + "Superb apartment in❤of Manhattan★", + 500 + ], + [ + "Private Room in 2BD near Grand Central", + 500 + ], + [ + "Designer owned, newly renovated Bed Stuy flat", + 97 + ], + [ + "Amazing Williamsburg Apartment", + 150 + ], + [ + "Entire one-bedroom apartment in heart of Harlem!", + 125 + ], + [ + "Downtown Manhattan apartment", + 200 + ], + [ + "Gorgeous 2BR Apartment in Manhattan Center", + 294 + ], + [ + "West Village Gem! Like Paris", + 165 + ], + [ + "#2 Hotel-like Private Room KING Bed near JFK", + 50 + ], + [ + "NY style 2 Bedroom apartment", + 295 + ], + [ + "The aqua roon or the peach room", + 100 + ], + [ + "SPACIOUS, bright 3BD apartment", + 180 + ], + [ + "The Glamper Van", + 89 + ], + [ + "Cozy Private Studio near Times Square", + 199 + ], + [ + "Gorgeous Private Studio near Central Park", + 199 + ], + [ + "Gorgeous, spacious Brooklyn Studio", + 110 + ], + [ + "Huge light & plant-filled Williamsburg condo", + 250 + ], + [ + "Huge bedroom with private access to backyard.", + 70 + ], + [ + "A Simple Studio.", + 99 + ], + [ + "Greenpoint / East Williamsburg Oasis", + 125 + ], + [ + "3 rooms apartment in Downtown Flushing!", + 90 + ], + [ + "Modern Spacious Apartment", + 210 + ], + [ + "Nice quiet room available in manhattan", + 50 + ], + [ + "Cozy, Charming and Accessible UES Apartment", + 150 + ], + [ + "Large, Cozy Escape in B'klyn.", + 55 + ], + [ + "Williamsburg Railroad Apartment", + 200 + ], + [ + "Bay Ridge comfortabel house", + 150 + ], + [ + "Girls only", + 50 + ], + [ + "Luxurious cozy private room near LGA (#02)", + 60 + ], + [ + "Luxurious Large private room near LGA (#01)", + 70 + ], + [ + "Great bedroom near yankee stadium", + 34 + ], + [ + "Down town Flushing facing botanical garden", + 50 + ], + [ + "Fantastic 2 Bedroom Apt Near Times Square", + 350 + ], + [ + "Exclusive renovated 1bd apt in Hell's Kitchen", + 225 + ], + [ + "Quiet garden suite w/ kitchenette & backyard patio", + 130 + ], + [ + "Like Warm Apple Pie!", + 151 + ], + [ + "Cozy Studio apartment", + 75 + ], + [ + "Evergreen Modern | ♥ Lovely Room for 2 ♥", + 65 + ], + [ + "Spacious Bushwick Home w/ Zen Garden & Yoga Loft", + 100 + ], + [ + "2-bedroom Queens apartment with backyard", + 150 + ], + [ + "Cute, clean, quiet room in trendy east village", + 68 + ], + [ + "Rare Spacious City Apartment - WIFI & GYM", + 650 + ], + [ + "Luxury & Stylish 2BR in Manhattan next to Time Sq", + 425 + ], + [ + "Luxury & Bright 2BR, Midtown Manhattan", + 445 + ], + [ + "Bedroom in heart of Cobble Hill BK w/ private roof", + 1750 + ], + [ + "Modern 2BR Apartment in Financial District", + 225 + ], + [ + "2 Bedroom modern Apt in Upper West Side", + 220 + ], + [ + "This adorable one bedroom on West 21st St/Chelsea", + 154 + ], + [ + "Gorgeous Room Private Bathroom in Luxury Apartment", + 98 + ], + [ + "Quiet Manhattan Apartment", + 210 + ], + [ + "Beautiful and comfortable Upper East Side location", + 140 + ], + [ + "Room for rent. WiFi included. Near shopping center", + 70 + ], + [ + "Coolest affordable room in Williamsburg!", + 52 + ], + [ + "Outstanding 2BR apartment 5 min from Javits", + 295 + ], + [ + "Huge 2x Bedroom Apt in Premium Upper West Side :)", + 339 + ], + [ + "The Academy - walk to subway + tons of culture!", + 87 + ], + [ + "Private room with shared bathroom and kitchen", + 100 + ], + [ + "Stylish and cosy, newly renovated apartment.", + 160 + ], + [ + "New Large home away from home 15 min from midtown", + 250 + ], + [ + "Beautiful 25th Floor Room", + 65 + ], + [ + "Boho escape in Upper Manhattan", + 135 + ], + [ + "Williamsburg Modern Designer Loft on L Train", + 300 + ], + [ + "Sunny, roomy one-bedroom across from Prospect Park", + 94 + ], + [ + "Luxury & Cozy Penthouse in Manhattan", + 390 + ], + [ + "Room by Prospect Park", + 50 + ], + [ + "Bright & Cozy 3BR, Midtown Manhattan,", + 450 + ], + [ + "Cozy and clean 2BR apt in Chelsea", + 289 + ], + [ + "Quiet & Cozy East Village Studio with Work Space!", + 175 + ], + [ + "Wow Fabulous Hell's Kitchen Place", + 300 + ], + [ + "FANTASTIC Large 1 Bedroom near Columbus Circle.", + 400 + ], + [ + "5MinTrainSmallSmallCozyRoomIndustryCityLutheranH", + 30 + ], + [ + "Cozy 1 bedroom w/twin bed & futon in Park Slope", + 49 + ], + [ + "Quaint Ground Floor Midtown 1 Bed | Outdoor Patio", + 210 + ], + [ + "Brooklyn Live Style. The way Adults live in NY...", + 150 + ], + [ + "PVT room w/ mini fridge 20 mins from NYC airports", + 40 + ], + [ + "Luxury Apartment in Manhattan", + 191 + ], + [ + "Magnificent Fort Greene Home- 3 Floors", + 550 + ], + [ + "Spacious 1 Bedroom in the Heart of Greenpoint", + 110 + ], + [ + "Spare Room Available.. Bedstuy, 20 mins to City!", + 39 + ], + [ + "Beautiful Carrol Gardens Apartment", + 250 + ], + [ + "STUNNING 2 bed apartment in Greenpoint,BK", + 225 + ], + [ + "Big Spacious Bedroom 20 mins from Time Square.", + 65 + ], + [ + "Cozy 1 Bed in Midtown East", + 235 + ], + [ + "Apartment in Riverdale NY", + 109 + ], + [ + "At Home in the Big City! *New York*", + 300 + ], + [ + "Luxury 3BR in Upper West Side with swimming pool", + 590 + ], + [ + "Beautiful Apartment close to Time Square", + 171 + ], + [ + "⚡Stylish Apt in Trendy Location!! ⭐", + 249 + ], + [ + "PRIVATE, NEWLY RENOVATED BEDROOM, 10 MINS FROM JFK", + 65 + ], + [ + "PRIVATE, NEWLY RENOVATED BEDROOM, 10 MINS FROM JFK", + 49 + ], + [ + "Sweet Astoria Home", + 100 + ], + [ + "Terrific Beach Front Condominium - Rockaway Beach", + 96 + ], + [ + "ENTIRE FLOOR,huge bedrooms,near SOHO,Chinatown,LES", + 585 + ], + [ + "Dope Bushwick Bedroom", + 40 + ], + [ + "Only Ladys, twin bed, near La Guardia&Manhattan", + 25 + ], + [ + "Habitación compartida(Only Women), cerca Manhattan", + 29 + ], + [ + "Sunny one bedroom for July-Aug", + 80 + ], + [ + "Financial Dis 2 BR 1 Bath luxury apartment", + 200 + ], + [ + "Luxury 2BR Dumbo Brooklyn. Amazing Views!!", + 350 + ], + [ + "ONLY LADYS/ 3 CAMAS PARA MUJERES EN QUEENS.", + 25 + ], + [ + "Sunny Williamsburg Room w/ Access to Garden!", + 75 + ], + [ + "Soho 2 Bedroom Apartment", + 350 + ], + [ + "My Premium 1 bedroom Home in the Upper East Side", + 179 + ], + [ + "Bushwick gem one block from the train Citibike", + 50 + ], + [ + "Luxury Apartment in Cambria Heights", + 160 + ], + [ + "Apartment in Centre of New York City", + 150 + ], + [ + "Very spacious 1 bed with dishwasher & free laundry", + 99 + ], + [ + "温馨旅店(1)", + 80 + ], + [ + "Peaceful East Village Apartment", + 110 + ], + [ + "Affordable Suite Steps from Central Park", + 399 + ], + [ + "Outstanding & Luxury 2BR in Manhattan, next to TS", + 425 + ], + [ + "Beautiful 2BR APT in Hell's Kitchen!", + 250 + ], + [ + "Studio - Steps from Central Park and Times Square", + 399 + ], + [ + "Modern City Suites - Near Central Park", + 399 + ], + [ + "Two Bathroom Suite steps from Central Park", + 399 + ], + [ + "2BEDROOM APARTMENT NY CITY", + 500 + ], + [ + "My Lovely and Spacious Home in the West Village :)", + 179 + ], + [ + "Spacious and stylish 2BR in NoMad - brand new", + 299 + ], + [ + "Sonder | 116 John | Modern Studio + Rooftop", + 124 + ], + [ + "Sonder | 116 John | Lovely Studio + Rooftop", + 124 + ], + [ + "Amazing 3BR 2B Apt in Times Square", + 420 + ], + [ + "Charming Pre War Apartment in the Lower East Side", + 109 + ], + [ + "Peaceful Private BR in Bedstuy Madison", + 42 + ], + [ + "Our lovely 3 Bedroom in the Upper East Side :)", + 279 + ], + [ + "Sunny Private BR in Bedstuy Madison", + 42 + ], + [ + "Charming Brooklyn Brownstone", + 125 + ], + [ + "Private bedroom near EVERYTHING", + 60 + ], + [ + "Modern Private BR in Bedstuy Madison", + 42 + ], + [ + "UWS beauty, quaint, Central Park is 1 block", + 150 + ], + [ + "Modern peaceful room in lively East Williamsburg", + 75 + ], + [ + "Spacious + Modern 2 BR 1.5 Bath in premium UES", + 229 + ], + [ + "温馨旅店(3)", + 110 + ], + [ + "2 bedroom house 15 min from Jfk", + 99 + ], + [ + "Quaint Essential", + 86 + ], + [ + "Closed to any kind of restaurant, mall", + 90 + ], + [ + "Beautiful Room in 2Br Apartment near Prospect Park", + 46 + ], + [ + "Luxury 1 bedroom apt closet to Central park.", + 140 + ], + [ + "Beautiful Ditmas Park", + 99 + ], + [ + "⭐ Oversized 4BR Loft In Prime Location!", + 499 + ], + [ + "Sunset Suite in Spectacular E. Village Penthouse!", + 125 + ], + [ + "Clean and Cozy", + 47 + ], + [ + "Private Sunny Room in Williamsburg, Brooklyn - NY", + 60 + ], + [ + "YAYA's COZY One-Bedroom in a Beautiful Brownstone", + 110 + ], + [ + "Master bedroom in Bed-Stuy", + 50 + ], + [ + "Cozy Brooklyn Bedroom in Art-Filled Apartment", + 66 + ], + [ + "Big 1 bedroom apartment 15 minutes from Manhattan!", + 130 + ], + [ + "The Manhattan Club Luxury Junior Suite", + 365 + ], + [ + "Beautiful 3bd Village Home", + 319 + ], + [ + "Massive NYC Getaway 20 mins to time square with AC", + 57 + ], + [ + "Stylish SoHo Apartment", + 150 + ], + [ + "Summer Retreat In New Modern Apartment", + 195 + ], + [ + "Beautiful 1BR apt in the heart of East Village!", + 120 + ], + [ + "Studio apartment - Harlem heart", + 99 + ], + [ + "3 Bedroom by MSG + Empire State", + 500 + ], + [ + "Home of the Yankees", + 70 + ], + [ + "OCEAN Room only for “1 lady”\nSolo Travelers !!!!!", + 55 + ], + [ + "Gorgeous & Spacious Tribeca Loft Style Apartment", + 600 + ], + [ + "One bedroom Apt with Balcony located close to JFK", + 150 + ], + [ + "east williamsburg cozy chill lofted space", + 100 + ], + [ + "PRIME NOMAD: MASSIVE ROOM IN BOHEMIAN ART LOFT", + 120 + ], + [ + "City Outside! Tranquility Inside +Private Terrace", + 229 + ], + [ + "Airy Bedroom in Spacious Brooklyn Brownstone", + 67 + ], + [ + "Big Room w Private Entrance in Bohemian Art Loft", + 125 + ], + [ + "Luxury Apt very close to public transport", + 100 + ], + [ + "Cozy and private room close to LGA.", + 55 + ], + [ + "Great Studio in Hells Kitchen Next to Times Square", + 209 + ], + [ + "New Spacious Condo! Near all, 7Mins to Midtown!", + 290 + ], + [ + "Grace and Peace", + 75 + ], + [ + "Stunning Gramercy Studio", + 100 + ], + [ + "Mott Haven Dorm GG", + 28 + ], + [ + "across from crotona Park pool down the block", + 100 + ], + [ + "Luxury Living in Greenpoint", + 250 + ], + [ + "Mott Haven Private Dorm AA", + 60 + ], + [ + "Brooklyn room 4mins to 2,5,3,4 trains to Manhattan", + 89 + ], + [ + "For business or pleasure 4 mins to 2,5,3,4 trains", + 69 + ], + [ + "Nights and weekends 4 mins to 2,5,3,4, trains", + 79 + ], + [ + "Blue Room", + 60 + ], + [ + "Fantastic Apartment in Manhattan Center", + 210 + ], + [ + "Charming One Bedroom on the Upper East Side", + 170 + ], + [ + "gorgeous apartment in financial district", + 227 + ], + [ + "Stunning Park Slope Duplex (15 Mins to Manhattan!)", + 450 + ], + [ + "Big Ole Bed in BK", + 51 + ], + [ + "Perfect 4b4b place for groups in dawntawn", + 500 + ], + [ + "Expansive and Bright Loft in Williamsburg", + 175 + ], + [ + "Steps to Yankee Stadium ⚾ Minutes to Times Square", + 88 + ], + [ + "Designer Brooklyn townhouse with private yard", + 500 + ], + [ + "Park Slope Studio w/3 beds (15 Mins to Manhattan!)", + 165 + ], + [ + "2 Big Rooms in Brooklyn NY 1 block from Subway!", + 100 + ], + [ + "Bedroom in Penthouse Apartment", + 140 + ], + [ + "Whole apartment for your stay.", + 80 + ], + [ + "Bright Park Slope 2 Bed (15 Minutes to Manhattan!)", + 195 + ], + [ + "PRIME Chelsea Modern Luxury Home *****", + 225 + ], + [ + "Relax in our Modern & Cozily renovated Urban Oasis", + 140 + ], + [ + "Nice and cozy Studio in Midtown Manhattan", + 131 + ], + [ + "AMAZING 1 BEDROOM !!! NEAR TIMES SQUARE", + 163 + ], + [ + "WEST VILLAGE Duplex Diamond", + 995 + ], + [ + "LUXURY LOFT 20 MIN TO MANHATTAN - GYM,ROOF&LAUNDRY", + 275 + ], + [ + "Sunny private bedroom in Brooklyn, 20min to Mnhttn", + 70 + ], + [ + "Cozy Airy w/Plenty of Sunlight Decatur 3FL RM#3", + 70 + ], + [ + "Gorgeous 2BR Apartment in East Village", + 348 + ], + [ + "Spacious Bushwick Room, 5 min walk to L & M Train", + 60 + ], + [ + "Spacious & Sunny Decatur 2F Room#3", + 60 + ], + [ + "Beautiful Brooklyn Brownstone next to Park", + 945 + ], + [ + "Warm Cozy Decatur 2F bedroom #4", + 70 + ], + [ + "Bright 2BR in Bed-Stuy (20 Minutes to Manhattan!)", + 159 + ], + [ + "Centralized fun in Harlem", + 159 + ], + [ + "Modern Cozy UES apartment", + 125 + ], + [ + "Spacious And Sunny Luxurious 1 Bedroom Apartment", + 200 + ], + [ + "Unique Private BR in Bedstuy Madison", + 42 + ], + [ + "Spacious 5 BED, 2 Full BATH (15 mins to Manhattan)", + 395 + ], + [ + "Authentic Style Private BR in Bedstuy Madison", + 42 + ], + [ + "BIG 1 BDR Apartment -close to Times Square", + 150 + ], + [ + "Brooklyn Style 5 BR Apt in Bedstuy Madison", + 208 + ], + [ + "Decent room for rent", + 110 + ], + [ + "High End Upper East Stunner", + 142 + ], + [ + "HUGE Manhattan Apt. right next to Central Park", + 198 + ], + [ + "Lovely studio in the heart of East Village", + 165 + ], + [ + "Born to Be ALIVE in Hell's Kitchen", + 500 + ], + [ + "Entire Apartment in Bushwick w/ Private Backyard", + 100 + ], + [ + "Cozy room", + 130 + ], + [ + "Breathtaking Balcony Views in the Big Apple", + 500 + ], + [ + "Charming, bright one-bedroom", + 110 + ], + [ + "Sweet Home Vacation", + 35 + ], + [ + "Modern Oversized 3bedroom Home", + 319 + ], + [ + "Modern one-bedroom in heart of Manhattan", + 150 + ], + [ + "Chelsea HIGHLINE Prime Location", + 300 + ], + [ + "Beautiful Renovated Duplex in Historic Townhouse", + 295 + ], + [ + "Ornate cozy Victorian studio at Central Park", + 150 + ], + [ + "Private Duplex with the BEST views of Manhattan", + 369 + ], + [ + "Gigantic room 1 block to train with AC, fast WIFI", + 59 + ], + [ + "Great Astoria Apartment", + 95 + ], + [ + "LES Dream", + 74 + ], + [ + "HUGE, Bright Private Room NEXT TO CENTRAL PARK!", + 100 + ], + [ + "The Cobble Hill Experience 3 Bedroom", + 329 + ], + [ + "***Entire Apartment 5 mins to JFK***", + 100 + ], + [ + "Spacious bedroom w/ private bathroom! TRULY LOVELY", + 100 + ], + [ + "Gorgeous Bright Chic NYC 2Bath in Chelsea", + 444 + ], + [ + "BEAUTIFUL APARTMENT IN THE CENTER OF WEST VILLAGE", + 250 + ], + [ + "Spacious 1 BR W/ adjustable Queen bed. Comfy!", + 150 + ], + [ + "twin bed in hostel style shared room", + 25 + ], + [ + "Light-filled Williamsburg Loft", + 550 + ], + [ + "Penthouse on the beach 3 floors of art, fun,surf,", + 900 + ], + [ + "Yellow Room", + 50 + ], + [ + "Twin bed in hostel with other guests", + 25 + ], + [ + "★2,200sq Duplex w/Backyard near Fort Greene Park★", + 220 + ], + [ + "Stylish Home Near Hells Kitchen", + 200 + ], + [ + "Modern Manhattan 2 bedroom apartment", + 250 + ], + [ + "Spacious for big family or groups. Well located", + 350 + ], + [ + "Outstanding 2 bedrooms close to Times Square", + 375 + ], + [ + "Bright & stylish 2BR in Manhattan", + 395 + ], + [ + "Charming East Village 1 Bedroom!", + 150 + ], + [ + "Stylish 2 BR Apartment in downtown Manhattan", + 280 + ], + [ + "•Bright and Cozy room in an elegant apartment•", + 40 + ], + [ + "Modern 3 BR, 2 BATH Triplex (Washer/Dryer)", + 300 + ], + [ + "My Home is your Home, cozy East Village", + 225 + ], + [ + "comfortable, clean, sweet, conveniently located", + 58 + ], + [ + "Young adults getaway 20mins to time square,AC room", + 59 + ], + [ + "Cute Brooklyn Nook on Quiet, Tree-lined Street", + 45 + ], + [ + "Private Cozy Studio in Flushing(5K)", + 96 + ], + [ + "Bright, Crown Heights 2BR (15 Mins to Manhattan!)", + 275 + ], + [ + "Amazing Views in The Heart of Time Square", + 305 + ], + [ + "Cozy and bright room in Williamsburg", + 71 + ], + [ + "Quiet and cosy room in Midtown Manhattan", + 90 + ], + [ + "Lovely Fam hse, one lg quest private BR on 2nd fl", + 45 + ], + [ + "Indépendant space in charming Williamsburg.", + 50 + ], + [ + "Talk about a great location! Close to everything!", + 114 + ], + [ + "Home away home in NY", + 100 + ], + [ + "Bushwick garden just a block to L train.", + 120 + ], + [ + "Beautiful room in beautiful apartment super clean", + 130 + ], + [ + "The Shunammite Room - 2 Kings 4:10", + 110 + ], + [ + "Bright, quiet EV 1br w/ courtyard- perfect loca!", + 175 + ], + [ + "Spacious, Crown Heights 3BR (15 mins to Manhattan)", + 260 + ], + [ + "Fort Greene Park Hideaway! Quiet, Sunny, and Cozy", + 209 + ], + [ + "Spacious Home Away from Home", + 125 + ], + [ + "Brand New 2 Bedroom Apartment Next To Times Square", + 249 + ], + [ + "Amanecer espectacular con terraza privada", + 55 + ], + [ + "Room in Lower East Side -- deck access!", + 130 + ], + [ + "One Of The Kind Loft 《Williamsburg》", + 490 + ], + [ + "Cozy room in an apartment in Bushwick!", + 45 + ], + [ + "Burnett comfy home away from home", + 60 + ], + [ + "2 bedroom family residence in Gramercy!", + 300 + ], + [ + "Stunning UWS Apartment", + 900 + ], + [ + "Huge 1br/studio in the heart of Williamsburg", + 225 + ], + [ + "LARGE PERFECT 1 bedroom Clean and Chic w/ JACUZZI", + 205 + ], + [ + "LUX Big Apple Apartment near the UN w/ WasherDryer", + 400 + ], + [ + "Great 2 bedrooms close to Central Park", + 360 + ], + [ + "UN Dream Apt NYC", + 307 + ], + [ + "Luxury Private Home NYC Connection", + 199 + ], + [ + "Amazing 2 bedrooms in the heart of the Upper East", + 320 + ], + [ + "Beautiful Shared Place in Hell's Kitchen", + 85 + ], + [ + "Sunny Spacious NYC Location", + 55 + ], + [ + "Prime Trendy Hells Kitchen Cozy Studio", + 189 + ], + [ + "Center of NYC*Dream in your dream Apt*6beds", + 920 + ], + [ + "East Village Gem 2/2", + 500 + ], + [ + "Tri-Level Apartment W/ Balcony Empire State Views", + 225 + ], + [ + "Marvelous apartment in KipsB", + 400 + ], + [ + "ONE HOTEL STYLE DUPLEX - 5 STARS", + 900 + ], + [ + "Union Square 1 Bedroom Quiet & Clean", + 225 + ], + [ + "Room in a Luxury Apartment + Gym + AC + Laundry", + 89 + ], + [ + "Times Square area - Cute 1 Bedroom Apartment", + 170 + ], + [ + "Stay in LIC- Only 10 Minutes From Midtown!", + 65 + ], + [ + "JavitsCenter Private Oasis 7beds 2bath", + 800 + ], + [ + "AMAZING CHELSEA Apartment HUGE space", + 210 + ], + [ + "Coziest & magical beds behind living room curtains", + 55 + ], + [ + "Cozy and Bright 2 bedroom 2 full bathroom apt", + 390 + ], + [ + "Spacious Duplex Family Home | 10 min to Midtown", + 275 + ], + [ + "West Village Amazing Living 2 Baths", + 750 + ], + [ + "Heart and Soul of East Village", + 450 + ], + [ + "Casa Renovare (Recycle House) Crown Heights 4BR", + 295 + ], + [ + "Roberta's New York Paradise", + 50 + ], + [ + "CENTER of the WORLD NYC--LargeGroups--SPACE--6beds", + 930 + ], + [ + "1 Bedroom in Luxury Williamsburg building", + 75 + ], + [ + "Elmhurst Front Bedroom", + 49 + ], + [ + "it is a warm, quiet environment to relaxation al", + 70 + ], + [ + "Private room in the Financial District!", + 90 + ], + [ + "Beautiful 1BR Apt. by Times Square and Bryant Park", + 350 + ], + [ + "Spacious & Bright 3BRs Near Subways, Parks, Shops", + 599 + ], + [ + "Feel like a home & few steps walking to City Mall.", + 36 + ], + [ + "New private studio & separate entry for adults", + 70 + ], + [ + "Feel Like a Home,Shopping Mall Walking Distance !!", + 36 + ], + [ + "Room for travel and work", + 70 + ], + [ + "Relaxing Stylish Room Near Train and Attractions 2", + 150 + ], + [ + "Cozy house in Woodside, comfortable are!!", + 35 + ], + [ + "Cozy Room& Area in Queens♪", + 40 + ], + [ + "Spacious Apartment in the heart of Williamsburg", + 230 + ], + [ + "The Place to be private room 3", + 40 + ], + [ + "Stunning & Unique 2-Bed, 2-Bath Downtown Apartment", + 459 + ], + [ + "Gorgeous Two Bedroom Apartment Columbias Campus", + 100 + ], + [ + "Sunnny & Huge bedroom with Plants", + 95 + ], + [ + "Grand opening 25%off 3 floors all for your self", + 196 + ], + [ + "1-3 months term NEW 1BR in a great bldg w rooftop", + 110 + ], + [ + "Gorgeous One Bedroom Apartment With Private Garden", + 179 + ], + [ + "☕Perfect 2-bdr close to Times Square ✨", + 330 + ], + [ + "Sunny 1 bedroom at EAST VILLAGE( L train -1st Ave)", + 78 + ], + [ + "Spacious 2Bedroom Village Home", + 349 + ], + [ + "Light-filled comfortable entire apartment", + 75 + ], + [ + "Luxury condo walking distance from Times Square", + 700 + ], + [ + "Sunny charming room right by Classon av G", + 38 + ], + [ + "Brand New Renovated East Williamsburg quiet apt", + 177 + ], + [ + "COMFORT & CONVENIENCE IN THE BEST ASTORIA LOCATION", + 140 + ], + [ + "Great Space and Location", + 50 + ], + [ + "Light-Filled Apartment with Beach Views", + 200 + ], + [ + "Classy and CLEAN Designer Home in NYC 2bath", + 950 + ], + [ + "CHELSEA CENTRAL LUXURY 2BATHS", + 332 + ], + [ + "Tulum Oasis 2 baths Washer Dryer in Unit", + 416 + ], + [ + "Beautiful sunny room in prime location", + 75 + ], + [ + "Room/house nearby JFK airport Spri", + 60 + ], + [ + "Entire Beautiful Modern Apartment!", + 126 + ], + [ + "Basic Brooklyn \nSafe/Clean/Easy\nAccomadations", + 86 + ], + [ + "Private Room in Manhattan 15 min. from Midtown!", + 50 + ], + [ + "Stunning Views in the heart of Brooklyn", + 75 + ], + [ + "Hell's Kitchen /Times Sq - Comfortable 2 BDR Flat", + 255 + ], + [ + "Perfect Room in the heart of the West Village", + 100 + ], + [ + "3 Bedroom duplex in 2 Family House Brooklyn", + 170 + ], + [ + "Furnished Apartment in Queens, NY", + 65 + ], + [ + "Huge Private Suite in shared apt", + 59 + ], + [ + "One Bedroom Apartment in a Doorman Building", + 169 + ], + [ + "Cozy Apartment minutes to Central Park", + 145 + ], + [ + "Modern Apt with Beautiful Views in Manhattan", + 249 + ], + [ + "Beautiful / Sunny One Bedroom, Heart of NoLita", + 500 + ], + [ + "Long Island City Luxury Studio for Rent", + 80 + ], + [ + "Furnished large room in 2br apt for Female on UES", + 99 + ], + [ + "Crown Heights 3BR, 2 BATH (15 mins to Manhattan!)", + 245 + ], + [ + "Comfy & Quiet 1 Bedroom", + 49 + ], + [ + "Cute Bright 1 Bedroom apartment in Bushwick", + 67 + ], + [ + "Room in Minimalist Apartment", + 66 + ], + [ + "Bright 3BR, 2 FULL BATH (15 MINS to MANHATTAN!)", + 250 + ], + [ + "6BR, 4 Bath (2 Separate Apts) 15 Mins to Manhattan", + 475 + ], + [ + "★Long-term★Discount★NYC Blue Room Garden View", + 42 + ], + [ + "Spend Thanksgiving in New York City", + 750 + ], + [ + "Lush apartment with space and charm.", + 50 + ], + [ + "Lovely private bedroom by Columbia University", + 109 + ], + [ + "2BR LUXARY DUPLEX LOFT Downtown (Monthly)", + 350 + ], + [ + "Cozy Private Bedroom By Columbia University", + 109 + ], + [ + "vacation New York", + 55 + ], + [ + "Cozy bedroom in Long Island City", + 80 + ], + [ + "Sunny & Clean Apartment", + 50 + ], + [ + "Spacious 2BR+Kitchenette Near Parks, Cafes, Subway", + 289 + ], + [ + "Lovely Room with Deck Window Near Pratt", + 65 + ], + [ + "Cozy 1 bedroom apt in Manhattan", + 210 + ], + [ + "A room in 3-bedroom apartment", + 75 + ], + [ + "Spacious Apartment perfect to relax and enjoy .", + 125 + ], + [ + "Close to Manhattan! Comfortable area to stay♪", + 37 + ], + [ + "Baisley Best - 4 minutes from JFK Airport", + 160 + ], + [ + "Casa Luna LGA Airport", + 70 + ], + [ + "Super Jackpot \nCentral Park, 6 and Q Train!Takeit", + 78 + ], + [ + "Leverich 102", + 50 + ], + [ + "Woodside61 201", + 41 + ], + [ + "Kihazi 001", + 43 + ], + [ + "Kz65st d", + 33 + ], + [ + "43ave c", + 33 + ], + [ + "87st 302", + 32 + ], + [ + "Your perfect getaway with a friendly hostess!", + 48 + ], + [ + "87st 204", + 34 + ], + [ + "87st304", + 30 + ], + [ + "87st 203", + 32 + ], + [ + "Large and bright one bedroom in bedstuy", + 120 + ], + [ + "2部屋でのシェア 10畳 駅から徒歩3分 ブルックリンの大人気エリア:ウィリアムズバーグから3駅", + 28 + ], + [ + "2部屋でのシェア ブルックリンの大人気エリアのウィリアムズバーグから3駅 駅から徒歩3分の好立地 ", + 33 + ], + [ + "Sunny room in prime location", + 80 + ], + [ + "Entire Loft, Sunny 2 BR in Brooklyn Navy Yard", + 78 + ], + [ + "Cozy summer relaxation", + 75 + ], + [ + "Elegant Room in Upper Manhattan-18min Time Square", + 79 + ], + [ + "Private room in 2bed apt by subway & Prospect Park", + 30 + ], + [ + "Spacious Studio", + 130 + ], + [ + "Magical Room In the heart of Greenwich Village", + 200 + ], + [ + "Brooklyn Heights Oasis", + 399 + ], + [ + "Cute place", + 55 + ], + [ + "2 Bedroom Apartment Rental in Upper West Side", + 153 + ], + [ + "Springfield Room rental", + 50 + ], + [ + "Mesmerizing city views Financial District/Wall st", + 250 + ], + [ + "Artist Charming 1Bedroom in Ft Greene, by park", + 160 + ], + [ + "1 room available in Manhattan 3, A, B, C, D trains", + 80 + ], + [ + "Luxury 3 bedroom home close to LaGuardia 8 guests", + 235 + ], + [ + "PRIVATE suite / luxury building / west Chelsea", + 250 + ], + [ + "An Amazing Creative Loft ", + 190 + ], + [ + "SunCatCoffeeRest Fort, Under Trees & Reggae", + 52 + ], + [ + "Cozy bedroom", + 42 + ], + [ + "City Gem 15 minutes from Midtown Manhattan", + 250 + ], + [ + "Beautiful & huge apartment in great location", + 115 + ], + [ + "Luxury and stylish 2-BR condo clsoe to LGA Airport", + 149 + ], + [ + "SUNNY GREEN OAISIS IN BEDSTUY/CLINTON HILL", + 80 + ], + [ + "Decorator's Apt in Mansion Off 5th Ave", + 250 + ], + [ + "Upper East Side Luxury Mansion Off 5th Ave", + 225 + ], + [ + "Room # 5 Near from JFK & LGA Diner 7/24 open", + 60 + ], + [ + "Room in Upper East - Central Park", + 85 + ], + [ + "Cool Flex Room in Luxury apartment.", + 39 + ], + [ + "Trendy & Modern Bushwick Brooklyn Apartment", + 95 + ], + [ + "HUGE LGBT Townhouse w KingBed & Backyard @Bushwick", + 350 + ], + [ + "BEST LOCATION IN SUNNYSIDE-15 MINUTES TO MANHATTAN", + 78 + ], + [ + "Enchanted Harlem Gem", + 382 + ], + [ + "JUST 4.4 MILES FROM MANHATTAN NEAR TRAIN", + 124 + ], + [ + "Private bedroom with private bathroom!", + 150 + ], + [ + "EXPERIENCE LUXURY IN AIRBNB", + 150 + ], + [ + "Harlem Summer Cottage", + 90 + ], + [ + "COZY Private Room, Queens/Jackson Heights/Elmhurst", + 60 + ], + [ + "Room-cabin in Hell's kitchen", + 86 + ], + [ + "Amazing Chelsea 4BR Loft!", + 2995 + ], + [ + "Brownstone Brooklyn Private Room with a View", + 69 + ], + [ + "Cozy NYC Studio in Hell’s Kitchen/ Midtown West", + 145 + ], + [ + "Modern sunlit luxury studio in Chelsea/Flatiron", + 249 + ], + [ + "Light Airy, Private Bath, Oasis 15 min to Midtown", + 55 + ], + [ + "COZY 2BR AT TIMES SQUARE - IN HEART OF MANHATTAN", + 125 + ], + [ + "Prime Modern 2 BR East Village Apt nearby Subway", + 199 + ], + [ + "Charming English Basement Studio", + 229 + ], + [ + "Quiet neighborhood near many stores", + 199 + ], + [ + "Private Studio Non Shared Pvt Washer/Dryer", + 50 + ], + [ + "2 Floor Minimalist Loft located in Lower Chelsea!", + 225 + ], + [ + "SUNNY Entire Apartment in Williamsburg BROOKLYN", + 180 + ], + [ + "Close to manhattan but way out of the hustle", + 62 + ], + [ + "Beautifu 3 BR in Times Sq: Best Location in NYC", + 480 + ], + [ + "Cute 2 bedroom apt. -ferry ride to Manhattan", + 48 + ], + [ + "Entire luxury apartment for rent. Sleeps 4 or five", + 250 + ], + [ + "Manhattan Best Location Comfortable Space -1~2p", + 120 + ], + [ + "Beautiful Astoria Studio", + 125 + ], + [ + "Beautiful light and airy 2 bed in luxury building", + 249 + ], + [ + "Amazing Charm 1 bedroom Convertible 2 bedroom", + 300 + ], + [ + "Sun filled gem in the heart of Williamsburg", + 198 + ], + [ + "MODERN 3 BEDROOM APARTMENT NEAR CENTRAL PARK", + 250 + ], + [ + "A Private and Comfy, Bohemian Room", + 66 + ], + [ + "Fabulous 3BR in Prime Times Square", + 335 + ], + [ + "Near JFK and LIRR, Room", + 95 + ], + [ + "Modern Family Home w/ Patio | 10 min to Manhattan", + 300 + ], + [ + "Luxury 2 BR Home in Hudson Yards", + 330 + ], + [ + "Design haven with private backyard & greenhouse", + 131 + ], + [ + "Sleep in large quiet bedroom with sunny garden", + 99 + ], + [ + "Private Room in Bronx, close to everything!", + 56 + ], + [ + "Amazing 2 Bedroom Apt in Prime Chelsea", + 305 + ], + [ + "Beautiful Chelsea Entire Two Bedroom Apartment", + 195 + ], + [ + "Classy Gramercy Apartment", + 250 + ], + [ + "Clean minimal 2 bedroom top floor apartment", + 200 + ], + [ + "Cozy Spacious Studio One stop from Manhattan NY!", + 150 + ], + [ + "B- BEAUTIFUL CLASSIC SHARED ROOM DOORM STYLE WIFI", + 30 + ], + [ + "Brownstone Duplex in Heart of Community", + 250 + ], + [ + "Tea Factory", + 500 + ], + [ + "Lincoln Center Luxury River View High Rise Condo", + 165 + ], + [ + "Boho Chic Apartment short walk from Central Park!", + 260 + ], + [ + "Amazing apartment Times Square", + 145 + ], + [ + "Spacious room in Manhattan Upper East Size", + 140 + ], + [ + "Luxury Brooklyn apartment private clean", + 150 + ], + [ + "jungle oasis loft in red hook", + 199 + ], + [ + "Room in queens", + 70 + ], + [ + "Room for jfk passengers", + 41 + ], + [ + "A Peaceful getaway for individuals or couples.", + 69 + ], + [ + "Prime Bushwick Spacious Studio", + 119 + ], + [ + "Sleep in quiet bedroom with sunny garden", + 75 + ], + [ + "Lower East Side 2 Bedroom", + 185 + ], + [ + "Charming Brooklyn Garden apt - historic Macdonough", + 125 + ], + [ + "Large Studio near Time Square, UN, and much more!", + 220 + ], + [ + "Luxury 360 City views in Manhattan close to T Sq", + 550 + ], + [ + "Brownstone apartment in cozy Brooklyn neighborhood", + 100 + ], + [ + "Cosy Apartment with great amenities in lux bl", + 150 + ], + [ + "NEW LUXURY BUSHWICK BUILDING", + 225 + ], + [ + "Spacious, bright and modern private room for two.", + 86 + ], + [ + "West Village Loft on the water", + 270 + ], + [ + "Sunny and homey private room with bathroom", + 69 + ], + [ + "Room in queens house for rent", + 90 + ], + [ + "Sun-filled Plant Oasis Bedroom w/ Private Bathroom", + 63 + ], + [ + "3BR/1.5BA East Harlem - Families, Space , Quiet!", + 350 + ], + [ + "Charming One Bedroom in Central Williamsburg", + 121 + ], + [ + "The Stonewall Room at Incentra Village House", + 999 + ], + [ + "Renovated Master Bedroom 47 Buffalo 3F Room#1", + 60 + ], + [ + "Newly Renovated Apartment 47 Buffalo 3F Room#2", + 60 + ], + [ + "New Stunning 1 Bed in Midtown East #6133", + 180 + ], + [ + "Cozy Room, kitchen bathroom & Patio Brooklyn NY", + 80 + ], + [ + "2 Rooms in Brooklyn NY, 1 block from Subway!", + 80 + ], + [ + "The dream", + 500 + ], + [ + "Cozy Quiet Bedroom 47 Buffalo 3F Room#3", + 60 + ], + [ + "Alcove Studio in the Heart of Chelsea!", + 180 + ], + [ + "Clean Private Room HELL'S KITCHEN A/C TV", + 90 + ], + [ + "Modern Royal Suite in Manhattan - New York City!", + 299 + ], + [ + "Loft in the Village", + 180 + ], + [ + "*New* Modern 2 Bedroom in Brooklyn Sleeps up to 8", + 125 + ], + [ + "Massive 3 BR home near LGA Airport and Manhattan", + 225 + ], + [ + "Newly Renovated Apartment 47 Buffalo 3F Room#4", + 60 + ], + [ + "Magnificent place, clean and comfy", + 125 + ], + [ + "Two Bedroom Apartment with Kitchen and Four Beds.", + 279 + ], + [ + "Eclectic, one of a kind West Village apartment", + 250 + ], + [ + "Northside Williamsburg Stunner", + 4500 + ], + [ + "EXCLUSIVE Apartment ~ NEW LUXURY boutique building", + 300 + ], + [ + "Sunlit LGBTQ+ Cozy Private Queen Room @Bushwick", + 180 + ], + [ + "Private room in NYC!! Walking to Central Park!!", + 85 + ], + [ + "15 min to Manhattan! 6-20 July discountprice 1200", + 150 + ], + [ + "Private Room in Luxury Penthouse Apartment", + 175 + ], + [ + "Private studio in Central Harlem brownstone", + 110 + ], + [ + "Massive 2 Bedrooms 2 Bath Private Elevator", + 450 + ], + [ + "Entire Midwood Brooklyn apartment newly renovated!", + 120 + ], + [ + "Central Park/Times Square Luxury Suite", + 358 + ], + [ + "Billion Dollar View Luxury Apt in Hudson Yard", + 235 + ], + [ + "Light filled private apartment in bed-stuy!", + 200 + ], + [ + "More Comfy Bushwick", + 175 + ], + [ + "Sunny Practical Apt in Williamsburg BK!!!", + 139 + ], + [ + "曼哈顿奢侈公寓次卧Manhattan luxury apartment second bedroom", + 55 + ], + [ + "2 BEDROOM APT HEART OF WILLIAMSBURG", + 150 + ], + [ + "4BD Newly Renovated Home in NY- TIME SQUARE", + 700 + ], + [ + "Amazing 2 bedroom Times Square", + 450 + ], + [ + "Gorgeous 3BR townhouse+backyard! Close to subway!", + 200 + ], + [ + "10 minutes from JFK airport & Belmont Stakes", + 75 + ], + [ + "Get Together/ Small party space", + 250 + ], + [ + "washer/dryer private room 20 min from time square", + 50 + ], + [ + "Original Artists Loft in Williamsburg", + 230 + ], + [ + "Raz and Jesse's Ridgewood Apartment", + 71 + ], + [ + "Bright, minimalist studio in charming Clinton Hill", + 140 + ], + [ + "Luxury apartment in the heart of Bedstuy, Brooklyn", + 42 + ], + [ + "1 BR apt next to Washington Sq (Manhattan)", + 300 + ], + [ + "Spacious Two Bedroom-Prime Manhattan Midtown Loc", + 342 + ], + [ + "Cozy and luxurious apt in heart of Upper East Side", + 290 + ], + [ + "Garden Room_1", + 70 + ], + [ + "Charming 3BR Apt in Downtown Manhattan", + 321 + ], + [ + "New York City - Walking from Central Park", + 75 + ], + [ + "New York City!! Walking to Central Park!!", + 95 + ], + [ + "New York City!! Walking to Central Park LOCATION!!", + 100 + ], + [ + "Your Next Stay Should be Here...Cute Stylish Condo", + 200 + ], + [ + "A huge studio by the Fulton Station", + 175 + ], + [ + "Area is family oriented, public transportation", + 150 + ], + [ + "Gallery", + 75 + ], + [ + "Stylish Spacious 1 bedroom in Amazing Location", + 189 + ], + [ + "Dazzling Large 3 Bedroom Just Minutes To Manhattan", + 275 + ], + [ + "Visiting New York City?\nStay in Da Bronx!", + 75 + ], + [ + "Spacious & Sunny 1 BR Apartment In Midtown W Patio", + 189 + ], + [ + "An Astorians cozy room for you :)", + 50 + ], + [ + "Cozy Spacious Near TIMES SQUARE", + 269 + ], + [ + "August 25-28 Manhatten! Total suite sleeps 4 or 5.", + 299 + ], + [ + "1 bedroom for 2 in a stunning Manhattan apartment", + 150 + ], + [ + "AMAZING BIG BRIGHT LOFT APARTMENT IN BROOKLYN", + 190 + ], + [ + "Luxury apartment with private roof access", + 100 + ], + [ + "1 BR w/ PRIVATE GARDEN and BBQ GRILL!!! in BK", + 250 + ], + [ + "Fun 3 Bedroom Just Minutes to Manhattan!!", + 250 + ], + [ + "Charming 2BR Apartment in Midtown Manhattan", + 347 + ], + [ + "Cozy South Williamsburg Room- Best Location in BK", + 75 + ], + [ + "Alphabet City Summer!", + 50 + ], + [ + "Bright and Airy Williamsburg Apartment", + 250 + ], + [ + "Renovated huge 1bd 1ba 10 minutes from Manhattan", + 120 + ], + [ + "Brand New Couples Brooklyn Apartment", + 82 + ], + [ + "Close to Jamaica Hosp, Train F,E, Airtrain,JFK", + 45 + ], + [ + "Bright & Sunny 1Bed in Prime Williamsburg Location", + 140 + ], + [ + "Corona's Gem", + 250 + ], + [ + "Walk To Columbia Uni & Central Park- 1Min To Train", + 220 + ], + [ + "\"HAPPYNEST\" CANARSIE", + 110 + ], + [ + "Cozy 2 bedrooms apt in Times Square 4-5ppl", + 275 + ], + [ + "Bright, Spacious, Royal Luxury Escape", + 160 + ], + [ + "Fabulous 3 bedroom apartment 10 Min from Manhattan", + 225 + ], + [ + "3 Bed/2Bath - Fresh and clean,central Manhattan", + 500 + ], + [ + "Beautiful apartment in the heart of West Village!", + 295 + ], + [ + "Live like a local!", + 190 + ], + [ + "Amazing place, 15 minutes from Manhattan", + 125 + ], + [ + "Central Park West Apartment King", + 99 + ], + [ + "The Emerald Suite (A Gem In A Historic Mansion)", + 100 + ], + [ + "Owners duplex in beautiful bed stuy brownstone", + 225 + ], + [ + "Luxury High Rise-Corner View-Walk to Times Square", + 350 + ], + [ + "12th Floor Harlem Apartment w/ Sunlight and View", + 120 + ], + [ + "The Sunshine Suite in a Brooklyn Mansion", + 90 + ], + [ + "Beautiful room w/ private bathroom in Williamsburg", + 65 + ], + [ + "Sunny Room in Heart Of Bushwick Jefferson L train", + 67 + ], + [ + "Gorgeous apartment in heart of Manhattan", + 295 + ], + [ + "Botanical Home", + 70 + ], + [ + "Extremely Large 2 Bedroom Midtown Apartment", + 299 + ], + [ + "Private room 20mins away from the Big Apple", + 40 + ], + [ + "Gorgeous 1 BDR Apartment- 2 blocks to Times Sq.", + 190 + ], + [ + "Studio Apartment in the heart of Chelsea", + 198 + ], + [ + "Artistic Private Attic w/Backyard/Near Metro", + 168 + ], + [ + "Modern 2BD in Astoria-10 min to Central Park", + 289 + ], + [ + "Luxurious living in heart of Astoria", + 225 + ], + [ + "☀SOHO☀ Sunny & Spacious ➽ Sleeps 3 ⊹", + 171 + ], + [ + "Private room 25 min to Manhattan", + 60 + ], + [ + "Prime Williamsburg Bedroom For You", + 66 + ], + [ + "Great private outdoor space near LES skate park", + 77 + ], + [ + "Sunny and Spacious in East Village, Alphabet City.", + 125 + ], + [ + "Pink", + 50 + ], + [ + "Gay friendly private room, 20 minutes to Manhattan", + 85 + ], + [ + "Big 3 Bedroom Apartment in Prime Midtown Manhatten", + 349 + ], + [ + "Spectacular Room available in Luxury Soho Apt", + 400 + ], + [ + "The Crown Spacious Apartment", + 140 + ], + [ + "Brooklyn Brownstone Charm", + 125 + ], + [ + "Cool Summer Vibes UWS Pent House w/ rooftop", + 1200 + ], + [ + "Stay good stay cheap in Manhattan", + 90 + ], + [ + "Live good live cheap in Manhattan", + 90 + ], + [ + "Spacious Studio ⭐in the heart of NYC", + 220 + ], + [ + "Cozy 3 bedroom apt / Lower East Side", + 400 + ], + [ + "The perfect 3BR apartment", + 215 + ], + [ + "Sun drenched apartment in the heart of Brooklyn", + 250 + ], + [ + "perfect 2BR Apt near wall st", + 170 + ], + [ + "Quiet, private room in Hell's Kitchen (Midtown)", + 94 + ], + [ + "Spacious Duplex - Straight ride from JFK", + 195 + ], + [ + "2 BR apartment in the financial dis.", + 175 + ], + [ + "Brooklyn Apartment/ Guaranteed Perfect Stay", + 30 + ], + [ + "Harlem 1 bedroom in a 2bedrooms long stay only", + 40 + ], + [ + "2 Family house in Brooklyn sleeps up to 23", + 400 + ], + [ + "1 lovely bedroom in the heart of Midtown Manhattan", + 100 + ], + [ + "Stylish studio by Fulton station", + 185 + ], + [ + "FREE Private Parking, HOME AWAY FROM HOME", + 149 + ], + [ + "Modern 2 Bedroom Apartment East Village", + 226 + ], + [ + "Two Bedroom in 2 Family House in Brooklyn", + 150 + ], + [ + "Kips Bay Manhattan 2 Bedroom Huge Apartment", + 214 + ], + [ + "Prime Bed-Stuy Brownstone with Private Backyard", + 45 + ], + [ + "Brand new artist 2 Bedroom lots of Natural light!", + 177 + ], + [ + "2 Bedroom Apartment East Village Amazing Location", + 250 + ], + [ + "Spacious Full Floor Loft near Hudson Yards", + 489 + ], + [ + "2 Bedroom Times Square/Central Park |LOCATION|", + 250 + ], + [ + "MidCentury Triplex near Times Square/Hells Kitchen", + 650 + ], + [ + "Lower East Side 2 Bedroom Apartment", + 250 + ], + [ + "Beautiful huge studio blocks from Central Park!", + 150 + ], + [ + "CRASH PAD IN NYC", + 30 + ], + [ + "2 Bedroom Apartment Amazing Location", + 250 + ], + [ + "2 BEDROOMS best Brooklyn area", + 400 + ], + [ + "AMAZING 3 BEDROOMS BROOKLYN", + 400 + ], + [ + "2 BEDROOMS BROOKLYN BRAND NEW!", + 350 + ], + [ + "Amazing 3 BEDROOMS Brooklyn", + 500 + ], + [ + "Luxury 2BR/2Bath in Times SQ", + 489 + ], + [ + "LUX Studio 10 mins to Central Park!!", + 78 + ], + [ + "Marie's Cottage", + 99 + ], + [ + "Scandanavian Loft in Gramercy Park", + 450 + ], + [ + "A SWEET TASTE OF THE SUMMER IN BROOKLYN", + 300 + ], + [ + "STUNNING 3 BEDROOMS DUPLEX", + 500 + ], + [ + "Cozy Boerum Hill", + 200 + ], + [ + "BROOKLYN 2 BEDROOMS", + 500 + ], + [ + "Cosy space,10mins from Manhattan!!", + 85 + ], + [ + "Bright, New & Quiet Bushwick Apt close subway L/J", + 129 + ], + [ + "Brand New 2BR in Times Square**WALK EVERYWHERE", + 385 + ], + [ + "Room steps away from TIME SQUARE", + 119 + ], + [ + "World Trade Center NYC Loft", + 189 + ], + [ + "Chic, modern Studio with balcony access", + 89 + ], + [ + "Bright, sunlit modern place in trendy neighborhood", + 100 + ], + [ + "TRANQUIL HAVEN W/PRIVATE BATH-8 MINS TO JFK RM.#1", + 65 + ], + [ + "The Skylight Suite in a Historic Brooklyn Mansion", + 100 + ], + [ + "Bright and cozy studio - separate kitchen in UES", + 220 + ], + [ + "Pretty 1 BDR Apt in Times SQ / Theater District", + 190 + ], + [ + "Amazing Getaway on The Upper East Side", + 200 + ], + [ + "Speakeasy Vibes Above a Bar in Popular Bushwick", + 125 + ], + [ + "Sunny Northern Nook", + 100 + ], + [ + "2Br Apartment in Soho - Enough said, right?!", + 230 + ], + [ + "cute, quite, one bedroom Gramercy apartment", + 160 + ], + [ + "Beautiful 2 Bedroom Apt Near Times Square", + 185 + ], + [ + "Stylish studio by Fulton station", + 185 + ], + [ + "Luminous bedroom in Williamsburg", + 80 + ], + [ + "Entire Floor 3Br/2Ba Times Sq Apt", + 450 + ], + [ + "World luxury", + 70 + ], + [ + "Trendy 3Bd City Apartment next to the Park! ❤️", + 340 + ], + [ + "Modern 2 BEDROOM PRIME Upper East Side APT.", + 249 + ], + [ + "** Location~Location~Location in Time Square **", + 120 + ], + [ + "Very close to Subway, Jamaica Hosp, Airtrain, JFK", + 35 + ], + [ + "Private Room in Manhattan near Central Park", + 108 + ], + [ + "NYC Diamond New 5 star 2nd floor Loft 5beds 2baths", + 288 + ], + [ + "Very cosy apartment in uptown Manhattan", + 150 + ], + [ + "1.5 Bedroom Penthouse with Private Garden & Office", + 199 + ], + [ + "Upper West Side Sweet&Cozy STUDIO", + 135 + ], + [ + "Enchanted room 5 mins from JFK/ LGA 15 mins away", + 75 + ], + [ + "Stunning Apartment near Time Square", + 223 + ], + [ + "Wonderful 1 Bedroom Apartment (NYU CAMPUS)", + 150 + ], + [ + "Cozy and nice apartment in Upper East Side", + 120 + ], + [ + "Beautiful Luxury Studio on Wall St- Sleeps up to 4", + 199 + ], + [ + "The perfect summer NYC gem", + 300 + ], + [ + "COMFORTABLE PRIVATE ROOM in Williamsburg", + 80 + ], + [ + "Modern cozy stay", + 60 + ], + [ + "Bright Lusurious 2 BedRoom 3 BED Apartment in NY", + 450 + ], + [ + "Amazing private room!!!near subway & Central Park2", + 88 + ], + [ + "Spacious private room near Columbia University 2", + 89 + ], + [ + "Oversized Studio in the Heart of Midtown", + 185 + ], + [ + "1BEAUTIFUL ROOM WITH AIR CONDITION SHEEPSHEAD BAY", + 50 + ], + [ + "Nice private room. Central Park. Near subway2", + 88 + ], + [ + "Modern designed room in Manhattan! near B/C train2", + 89 + ], + [ + "Bright, Airy, Downtown Oasis :)", + 300 + ], + [ + "❤️$7 MILLION TOWNHOME--MINUTES TO TIMES SQUARE❤️", + 575 + ], + [ + "3 BEDROOMS IN BROOKLYN", + 600 + ], + [ + "Newly renovated private room close to Central Park", + 88 + ], + [ + "Amazing private room near central park and subway2", + 88 + ], + [ + "Cozy Home Just Minutes From Midtown Manhattan", + 225 + ], + [ + "Beautiful Townhouse - Center of NYC 4br/2ba", + 800 + ], + [ + "Sunny, spacious Brooklyn apt - solo woman only", + 30 + ], + [ + "Spacious RM in Home w/Backyard/Balcony/Near Metro", + 79 + ], + [ + "Fully furnished APT located close to Manhattan", + 220 + ], + [ + "Sunny Unit. New ! Quiet. Near the UN", + 172 + ], + [ + "Newly renovated 1 bedroom apartment!", + 99 + ], + [ + "Charming Attic RM with Backyard/Porch/Near Metro", + 58 + ], + [ + "Spacious private room Central Park & Columbia2", + 89 + ], + [ + "Brand New Spacious 2 Bedroom Apt Near Times Square", + 220 + ], + [ + "4 Bedroom apartment in 2 family house in Brooklyn", + 190 + ], + [ + "Cozy Attic RM in Home w/Backyard/Patio/Near Metro", + 55 + ], + [ + "Cute Attic RM with Backyard/Patio/Near Metro", + 55 + ], + [ + "Geraldine's 1 BR APT 5 min from JFK", + 65 + ], + [ + "Charming Apartment a few steps from Soho!", + 202 + ], + [ + "Cute house close to manhattan", + 60 + ], + [ + "Luxury and Relaxation in Midtown East", + 475 + ], + [ + "Best Views of Times Square", + 305 + ], + [ + "Spacious Private Room for 2ppl-Close to Manhattan", + 60 + ], + [ + "Riverside Domino Park-LARGE 2 & a 1/2 :-) Bedroom", + 262 + ], + [ + "Flushing - downtown", + 70 + ], + [ + "Fort Greene Duplex- Live and Work Space", + 300 + ], + [ + "1 room in the coolest neighborhood, good lighting", + 74 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Sweet Home", + 200 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Sunny Private BR Apt in Fort Greene Cumberland", + 48 + ], + [ + "Freshly furnished private room - GREAT Location!", + 48 + ], + [ + "Your Private Oasis In A Shared Apt, Near 3 Trains!", + 48 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Zen East Williamsburg w/ yard", + 199 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Stylish Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Artsy Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Modern Private BR in Fort Greene Cumberland", + 48 + ], + [ + "Airy Private BR In Fort Greene Cumberland", + 48 + ], + [ + "Modern Private BR in Fort Greene Cumberland", + 48 + ], + [ + "1BR Loft in Williamsburg, High Ceilings", + 200 + ], + [ + "Cozy Studio ⭐ Premium Location in the Village!", + 249 + ], + [ + "West 15th Street Cozy Chelsea 1bd Serviced Apt", + 209 + ], + [ + "Rento mi sofá cama , en mi apartamento. Vivo solo", + 45 + ], + [ + "Large Full Floor Apartment in Heart of Times Sqr!!", + 210 + ], + [ + "Spacious Upper West Side Bedroom", + 100 + ], + [ + "Historic Manhattan Home to make your stay special!", + 900 + ], + [ + "Apartment with basement private entrance", + 180 + ], + [ + "Modern Loft in Times Square/Hells Kitchen District", + 300 + ], + [ + "Cozy Nights In The Village", + 400 + ], + [ + "Cozy super affordable room", + 38 + ], + [ + "Charming large 2 bedroom + 2 bath Ditmas park apt", + 150 + ], + [ + "BEAUTIFUL MADISON AVE STUDIO -- EXPERIENCED HOST!", + 140 + ], + [ + "Designer 1 Bedroom in Serviced Doorman Building", + 175 + ], + [ + "I have private bathrooms i have a lovely dresser", + 60 + ], + [ + "1 bedroom, shared apartment/living.", + 35 + ], + [ + "Explore NYC in Stylish Contemporary Studio", + 219 + ], + [ + "Design XL large one bedroom apartment in Chelsea", + 350 + ], + [ + "BedStuyBeauty", + 85 + ], + [ + "Mid-Century Modern near Madison Square Park", + 450 + ], + [ + "Be happy in New York", + 55 + ], + [ + "NYC Beach House with Yard.", + 99 + ], + [ + "Cozy room in the heart of SoHo", + 70 + ], + [ + "Beautiful large master bedroom suite", + 60 + ], + [ + "Riverdales finest!", + 99 + ], + [ + "Elegant 2bdrm apt in the Center of NYC", + 300 + ], + [ + "Brand New One bedroom UpperEastSide", + 349 + ], + [ + "Classic Williamsburg 2 bedroom loft, with rooftop!", + 264 + ], + [ + "Astoria 2nd Floor", + 149 + ], + [ + "Gorgeous Luxury Studio!!", + 220 + ], + [ + "Beautiful studio basement in Bushwick", + 58 + ], + [ + "I LOVE NYC STUDIO .", + 100 + ], + [ + "AMAZING TWO BEDROOMS IN THE BEST PART OF BROOKLYN!", + 299 + ], + [ + "2 BEDROOM RIGHT IN THE MIDDLE OF MANHATTAN!!", + 299 + ], + [ + "Harmonious Bright Bedroom", + 55 + ], + [ + "Forest Hills Charming 1 bdrm apartment!", + 75 + ], + [ + "4BR/3BA Triplex w/ Patio (Empire State Building!)", + 850 + ], + [ + "Sunny. Free Parking available on street.", + 44 + ], + [ + "Gorgeous 1BR Upper West Side *NEW LISTING *", + 200 + ], + [ + "La Guardia Aiport My Place 1", + 49 + ], + [ + "Brooklyn - Bushwick/ Pool, Gym, Sauna, Rooftop.", + 60 + ], + [ + "gorgeous boho soho apartment!", + 203 + ], + [ + "Cute Apartment steps from Time Square", + 211 + ], + [ + "Huge room in Brooklyn for rent", + 38 + ], + [ + "Beautiful place in❤️of Manhattan ⌚Times Square", + 350 + ], + [ + "Spacious Modern Studio in Brooklyn Close to Subway", + 100 + ], + [ + "Airy and bright artist’s loft space in Fort Greene", + 150 + ], + [ + "★★★Chic place in center of Manhattan★★★", + 320 + ], + [ + "NIGHT CRAS PAD", + 28 + ], + [ + "Prospect Park Hostel- Male Long Term Stay-3", + 25 + ], + [ + "Male Shared room 1 bed in the bedroom long term", + 25 + ], + [ + "Duplex Residence with Breathtaking NYC View!", + 1750 + ], + [ + "Prospect Park Hostel- Male Long Term Stay-1", + 25 + ], + [ + "⚡Quiet Home in Center of Village", + 249 + ], + [ + "Private studio and backyard, 12 mins drive to JFK", + 60 + ], + [ + "Great Flat in Chelsea:)", + 240 + ], + [ + "Chelsea Condo - Near Restaurants, Shops, & Trains!", + 325 + ], + [ + "1 bedroom apt 35min away from the city.", + 95 + ], + [ + "Lux 2BR apt City View:)", + 250 + ], + [ + "Best CoLiving next to Bushwick! 2", + 38 + ], + [ + "Newly renovated shared room in great neighborhood2", + 35 + ], + [ + "Cozy bedroom in Astoria next to subway", + 100 + ], + [ + "Luxury apt with Statue of Liberty view", + 200 + ], + [ + "GOOD VYBZ BROOKLYN", + 60 + ], + [ + "A Comfy room in 3-bedroom apartment", + 69 + ], + [ + "MODERN LOFT STUDIO IN CENTRE MANHATTAN (SLEEP 4)!", + 159 + ], + [ + "Executive private room with full size bed-M train2", + 63 + ], + [ + "Amazing private room!!! near subway & Broadway2", + 64 + ], + [ + "The Hot Spot", + 34 + ], + [ + "Lavish Private Room with Bathroom/Williamsburg2", + 79 + ], + [ + "Sweet-room", + 45 + ], + [ + "Lovely Private 1 bed + 1 bath in my shared duplex", + 119 + ], + [ + "Artist apartment in the heart of two bridges", + 165 + ], + [ + "Spread Love it's Brooklyn", + 80 + ], + [ + "Entire Apartment Near Times Square & Central Park", + 150 + ], + [ + "Cozy Apartment", + 75 + ], + [ + "Rooms in the new hipster area of Brooklyn, NYC 1", + 35 + ], + [ + "Williamsburg Oasis: 2BR with Washer-Dryer!", + 259 + ], + [ + "Brownstone BK heaven", + 100 + ], + [ + "Times Square Studio -- Central location yet quiet", + 180 + ], + [ + "WEST VILLAGE Bohemian flat in neo-Tudor town house", + 200 + ], + [ + "Cozy Apartment Located in Midtown/Times Square", + 395 + ], + [ + "Sunny Spacious Room in UWS near Central Park", + 150 + ], + [ + "Glorious Garden Apt Getaway", + 97 + ], + [ + "Spacious Bushwick 3BR, 2.5 Bath (Steps to Subway!)", + 475 + ], + [ + "Budget-Friendly 1 Bedroom 1 Bath near Wall St", + 250 + ], + [ + "Modern Bushwick 2BR (15 Minutes to Manhattan!)", + 200 + ], + [ + "Spacious Bushwick 5BR, 3.5 BATH (Steps to Subway!)", + 650 + ], + [ + "Luxury Apartment in Amazing Williamsburg! Sleeps 7", + 184 + ], + [ + "Apartment for rent in Spanish Harlem", + 89 + ], + [ + "1 bdrm condo/ rooftop pool, jacuzzi, water views!", + 189 + ], + [ + "37th Floor Apt w/ Views in Prime Brooklyn Location", + 198 + ], + [ + "Bedroom in Hell’s Kitchen, Queen sized.", + 125 + ], + [ + "★ AMAZING★ TIME SQUARE/ 2 Bedroom 3 Bed Apartment", + 500 + ], + [ + "Sophisticated Midtown/Hell's Kitchen Apartment", + 275 + ], + [ + "Cozy Private Bedroom in Upper West Side", + 130 + ], + [ + "Malls, Resturants, Parks, Beaches, Musems, Gyms", + 31 + ], + [ + "Private, cozy, comfortable, it feels like home", + 85 + ], + [ + "Upper West, cozy and clean appartment", + 50 + ], + [ + "Chelsea room near Highline", + 105 + ], + [ + "A luxury Bronx living", + 100 + ], + [ + "Large and Quiet Home with Nice Cats", + 300 + ], + [ + "Lovely Park Slope House with Beautiful Garden", + 275 + ], + [ + "Spacious 1 Bedroom in the heart of Chelsea", + 290 + ], + [ + "Beautiful Ground Floor Upper East Side Apartment", + 160 + ], + [ + "Art and Adventure Steps from Central Park", + 178 + ], + [ + "Experience the Passion of Hospitality", + 60 + ], + [ + "Garden Flat", + 85 + ], + [ + "Architect Designed Industrial Oasis in Greenpoint", + 200 + ], + [ + "A sunny room within a catering studio’s loft space", + 95 + ], + [ + "Charming 1BR apt, Penn Station:)", + 220 + ], + [ + "Master Room in FiDi - Private Bathroom", + 145 + ], + [ + "Clean Cozy Home", + 55 + ], + [ + "离缅街步行9分钟的电梯独立房间,提供免费矿泉水可乐", + 99 + ], + [ + "Cute & Cozy studio in Prospect Park", + 97 + ], + [ + "Hotel like stay in beautiful Brooklyn", + 249 + ], + [ + "Private Room in Ground Floor Apt w/Backyard access", + 90 + ], + [ + "Quiet Cozy Clean Home", + 55 + ], + [ + "Cozy room in Brooklyn", + 50 + ], + [ + "Extra Large Posh Prime Soho Apartment 1 Bedroom", + 249 + ], + [ + "COZY APT CLOSE TO LGA & JFK AND TRANSPORTATION", + 200 + ], + [ + "Family-Friendly 3BR Luxury in Tribeca, (1900 sqft)", + 950 + ], + [ + "30-min to Manhattan Quiet Big House in Great Neck", + 149 + ], + [ + "Perfect location in Soho!", + 180 + ], + [ + "3 bedroom house on a beach & 50 min to Manhattan", + 109 + ], + [ + "SUPER BRIGHT & SPACIOUS BROOKLYN GEM", + 50 + ], + [ + "2 NICE ROMANTIC ROOM WITH AIR CONDITION BROOKLYN", + 50 + ], + [ + "Modern room in the heart of Brooklyn", + 100 + ], + [ + "EMPIRE STATE BUILDING", + 85 + ], + [ + "Nolita Gem 2 bedroom One bath", + 179 + ], + [ + "FLATBUSH PLACE TO STAY AND GO attractions nearby", + 50 + ], + [ + "3 Bedroom house in 2 family house.", + 190 + ], + [ + "Brooklyn’s Delight nearJFK & LGA", + 120 + ], + [ + "Kew Gardens/Flushing \"Pet Friendly\" avail Fr 6/13", + 90 + ], + [ + "New Luxury Manhattan Apartment", + 750 + ], + [ + "Charming Moroccan style Rooms on Upper West Side", + 90 + ], + [ + "A Treasure by The Water", + 200 + ], + [ + "Small cozy bedroom in the heart of Manhattan.", + 280 + ], + [ + "Bright & beautiful loft - heart of Williamsburg!", + 200 + ], + [ + "Beautiful One Bedroom with Huge Private Terrace", + 130 + ], + [ + "Kajou1, 100% privacy, 100% independent.", + 65 + ], + [ + "Bright Bohemian Gem in the Lower East Side", + 120 + ], + [ + "Stylish 1BR by East River", + 197 + ], + [ + "Master Room 315-B", + 67 + ], + [ + "Charming 1.5 Bed Apartment Upper East Side", + 250 + ], + [ + "NEW Bedroom w/Private Toilet (Great Study Space)", + 35 + ], + [ + "Upscale Deluxe Queen Hotel Room in Soho!", + 100 + ], + [ + "Your Own Private Hideaway Junior Suite in Soho!", + 100 + ], + [ + "Private Deluxe Queen Room with Patio View in Soho!", + 100 + ], + [ + "Your own Penthouse with Private Terrace in Soho!", + 100 + ], + [ + "New Gorgeous 2 BED apt Lower East Side", + 350 + ], + [ + "Peace home in Bedford Stuyvesant Brooklyn", + 65 + ], + [ + "Private quiet studio", + 50 + ], + [ + "Lofty spacious sun drenched home", + 250 + ], + [ + "Private room in a clean two bedroom apartment", + 55 + ], + [ + "Two-Bedroom Apartment in Meatpacking District", + 299 + ], + [ + "#1 Hotel-Like Private Room King Bed Near JFK", + 50 + ], + [ + "Central Park Area Luxury Condo, BEST CITY VIEW", + 499 + ], + [ + "Beautiful Sunny & Bright Brooklyn Apartment.", + 120 + ], + [ + "Private Single Room 4 min walk to subway", + 36 + ], + [ + "驿站", + 49 + ], + [ + "Lower East Side Gem - Perfect location", + 170 + ], + [ + "Private Patio Williamsburg 2BD/2BA Next to Subway!", + 465 + ], + [ + "Quaint cozy room in Flushing Queens, in big apt", + 46 + ], + [ + "North Williamsburg Retreat", + 120 + ], + [ + "Amazingly lit with views over entire manhattan.", + 175 + ], + [ + "1 Bedroom Park Slope Apartment w/ Private Patio", + 150 + ], + [ + "Room for rent for 2 Free parking pets welcomed", + 70 + ], + [ + "Sun filled 1br in the heart of Bushwick", + 55 + ], + [ + "Clean and cozy", + 95 + ], + [ + "Subway 1 min , Manhattan 10 min. Modern & Cozy", + 50 + ], + [ + "Large quite apartment across from beautiful park", + 250 + ], + [ + "★Official & Only 6★Star Airbnb w/ TempurPedic Bed", + 57 + ], + [ + "Zen-Oasis, Entire Apartment Only 8 min from JFK!!", + 85 + ], + [ + "Náser's on Lexington Ave 3bds /2ba", + 300 + ], + [ + "Cozy room in family home near subway", + 40 + ], + [ + "舒适单人房(Comfort single room)", + 35 + ], + [ + "Bright, Clean and Spacious 2 bdrm top floor!", + 89 + ], + [ + "Private room in the heart of the Heights", + 60 + ], + [ + "Elissa's Private Room/clean/quiet", + 49 + ], + [ + "A dreamy stay", + 100 + ], + [ + "离缅街步行9分钟的电梯单间,提供免费矿泉水可乐", + 99 + ], + [ + "Spacious and bright room, with easy commute in nyc", + 67 + ], + [ + "Perfectly Located Apartment in Gramercy", + 100 + ], + [ + "FLATBUSH PLACE TO COME AND GO \n1 out of 2 listing", + 50 + ], + [ + "King bed, doorman, mod, new & pristine in Brooklyn", + 159 + ], + [ + "Beautiful New Entire Parkview 3bed 2.5bath", + 250 + ], + [ + "West Village Sanctuary", + 240 + ], + [ + "Small One Bedroom in Manhattan", + 135 + ], + [ + "Cozy one bedroom apartment in the Bronx", + 60 + ], + [ + "Entire 3 bedroom apartment in beautiful Harlem", + 160 + ], + [ + "Private Studio Upper East Side", + 125 + ], + [ + "Private room in big house in Bushwick", + 50 + ], + [ + "Perfect Large Apt for your NYC Stay!", + 800 + ], + [ + "Spacious Room_2", + 68 + ], + [ + "Bright & Cozy Studio next to Columbia University", + 165 + ], + [ + "2 BR Modern Apt, Extra Lofted Bed, BK Heights", + 600 + ], + [ + "Luxury Full Floor SoHo Loft | 3 Bed/2 Bath", + 900 + ], + [ + "Giant One-Bedroom In Heart Of Historic Area", + 80 + ], + [ + "Big Room (up to 3 people)", + 90 + ], + [ + "Stunning Midtown Apt near U.N. and Central Park", + 175 + ], + [ + "Unique Furnished Apt in UES Mansion Off 5th", + 180 + ], + [ + "Quiet Apartment for Large Groups", + 600 + ], + [ + "Clean warm.peaceful.joyful.respectful", + 65 + ], + [ + "Comfy Apt - heart of Williamsburg. 10min to city", + 139 + ], + [ + "20 minutes to Manhattan, spacious apt in Ridgewood", + 110 + ], + [ + "Spacious shared room in modern Bed-Stuy 2", + 32 + ], + [ + "Small Room in FiDi", + 145 + ], + [ + "Summer sublet in south slope", + 109 + ], + [ + "TIMES SQUARE! Minutes Away, Studio Apartment", + 350 + ], + [ + "Private Single Room in UWS near to Central Park", + 60 + ], + [ + "The Garden Apartment", + 95 + ], + [ + "SoHo SoHo SoHo", + 275 + ], + [ + "Brand New Modern 3 Bedroom Greenpoint apartment!", + 187 + ], + [ + "Great view, 1 BR right next to Central Park!", + 100 + ], + [ + "Modern & Charming Lower East Side Apartment", + 250 + ], + [ + "Luxury Building one stop from midtown Manhattan !!", + 149 + ], + [ + "Spacious private room, subway on same block", + 70 + ], + [ + "Private Room For The Night", + 80 + ], + [ + "JAVITS Beautiful Stay for your NYC Vacation *****", + 843 + ], + [ + "Large Crownheights Apartment Sublet", + 67 + ], + [ + "Luxury building close to Yankees stadium", + 150 + ], + [ + "Cozy & Super Clean 2 Bedrooms Private", + 129 + ], + [ + "Francesco’s Manhattan Bedroom w/Private Bathroom", + 70 + ], + [ + "Convenient Center of Times Square 3 Bedroom Apt!!!", + 140 + ], + [ + "Cozy Brooklyn bedroom close to Manhattan et al", + 46 + ], + [ + "CLEAN CHIC CHELSEA NYC", + 213 + ], + [ + "Huge, private bedroom next to train and PARK!", + 59 + ], + [ + "Bayridge Brooklyn NYC!Beautiful Space", + 65 + ], + [ + "Comfort, Safety, Style, Right by L Train", + 75 + ], + [ + "Luxury Studio-Wall Street Awesome View & King Bed", + 225 + ], + [ + "Eastnest, amazing couch for your stay.", + 66 + ], + [ + "The Artist's Loft", + 200 + ], + [ + "Sunny 4 br 2 bath duplex in the heart of Manhattan", + 395 + ], + [ + "Time square Hell’s Kitchen 2bedroom", + 400 + ], + [ + "Beautiful studio loft on Wall St for 4", + 215 + ], + [ + "Modern townhouse convenient to everything", + 500 + ], + [ + "Private, Cozy, Safe, Two Blocks from L Train", + 75 + ], + [ + "Minimal, Private Loft Two Blocks from L Train", + 145 + ], + [ + "7minutesSubway. Maimonides&IndustryCity", + 46 + ], + [ + "Union Square/East Village Flat", + 179 + ], + [ + "Charming 1 Bedroom Apartment (Discounted)", + 132 + ], + [ + "Private Bedroom Shared Kitchen and Bath #2", + 79 + ], + [ + "Beautiful Brownstone Entire Apartment In Manhattan", + 150 + ], + [ + "A large room in 2br apartment", + 90 + ], + [ + "Artsy Parisian Apt in Greenwich Village", + 450 + ], + [ + "Your PRIME 2 Bedroom Apartment in best Area LES", + 210 + ], + [ + "Downtown Bronx Studio 15 min ride to Manhattan", + 69 + ], + [ + "Beautiful apartment in the heart of Harlem", + 120 + ], + [ + "Great Apartment close to Time Square", + 209 + ], + [ + "Our slice of the Big Apple - good for large groups", + 800 + ], + [ + "Loft Studio Apartment - Bushwick - Jefferson L", + 128 + ], + [ + "CONEY ISLAND BEACH close to Manhattan New York", + 149 + ], + [ + "3 Bedroom NEAR SUBWAY & SOHO A+ LOCATION", + 429 + ], + [ + "Beautiful Manhattan Bdwy Apt Close to Columbia!", + 135 + ], + [ + "MODERN APARTMENT MINUTES AWAY FROM MANHATTAN", + 95 + ], + [ + "Luxurious Studio High rise Condo Near Manhattan!", + 160 + ], + [ + "Beautiful NYC Broadway Apartment next to Subway!", + 130 + ], + [ + "Best Value ❤ Memorable Vacation in NYC", + 320 + ], + [ + "2 bedroom kitchen/ bath/1 block from #3& L train", + 87 + ], + [ + "Clean Affordable Luxury Studio on Wall St", + 205 + ], + [ + "Beautiful charming 3 bedroom apt off broadway", + 305 + ], + [ + "Charming manhattan 1 bedrooms in the city", + 144 + ], + [ + "Cozy 2 bedroom apartment near JFK", + 167 + ], + [ + "Spacious Williamsburg Apartment (PERFECT location)", + 100 + ], + [ + "AMAZING LOCATION IN WILLIASMBURG", + 168 + ], + [ + "Luxurious Penthouse Mid Manhattan, next to Times S", + 425 + ], + [ + "Charming 1 Bedroom On Broadway, next to subway!", + 115 + ], + [ + "7MinutesSubway.Maimonides&IndustryCityRoom", + 46 + ], + [ + "7minutesToSubway.NearMaimonidesSmallRoom", + 38 + ], + [ + "Large Private Room with Modern amenities", + 60 + ], + [ + "The High Rise Apartment", + 300 + ], + [ + "Modern Sunny Studio in Lower East Side", + 159 + ], + [ + "Cozy/Comfortable/Clean, 3 Bedroom/2 Bathroom", + 600 + ], + [ + "Large 2bed apt Southside Williamsburg walkup", + 185 + ], + [ + "Cozy studio in the UES (30 days min)", + 99 + ], + [ + "Great 1 Bedroom Loft in Cool SoBro Area", + 140 + ], + [ + "Effortlessly Tasteful 1BR in Prime East Village", + 290 + ], + [ + "AMAZING 2 BEDROOM SPTEPS FROM SUBWAY", + 180 + ], + [ + "Charming Sunny and Quiet Designer Suite", + 170 + ], + [ + "Battery Park Studio with a View", + 200 + ], + [ + "Empire State Studio Apt", + 170 + ], + [ + "the Horizon View", + 400 + ], + [ + "Captivatingly Cozy 2 Bedroom Apartment", + 99 + ], + [ + "ULTRA LUXURIOUS 5 STAR DUPLEX -- EXPERIENCED HOST!", + 425 + ], + [ + "Hudson Yards 1 Bedroom (LGBT friendly)", + 175 + ], + [ + "Luggage storage only No Beds Available.", + 20 + ], + [ + "The City Horizon", + 350 + ], + [ + "Modern 2 Bed! Easy Access to Manhattan!", + 149 + ], + [ + "Nicely Orgonized Three Bedrrom Apartment", + 350 + ], + [ + "STUDIO LOFT WITH GARDEN CENTER OF WILLIAMSBURG", + 220 + ], + [ + "Fully Renovated One Bedroom", + 200 + ], + [ + "Bright, Spacious & Charming 1-bed Brownstone Apt", + 170 + ], + [ + "High Floor One Bedroom Apartment", + 200 + ], + [ + "High Floor One Bedroom", + 175 + ], + [ + "BRAND NEW APT CLOSE TO SUBWAY WILLIAMSBURG", + 161 + ], + [ + "Astoria Modern 3 Bedroom near Steinway", + 300 + ], + [ + "LGBT welcome for Pride Greenwich Village", + 125 + ], + [ + "Spacious room with balcony near downtown Manhattan", + 80 + ], + [ + "BEST LOCATION IN WILLIAMSBURG, CLOSE TO SUBWAY", + 160 + ], + [ + "High Floor two Bed One Bath", + 190 + ], + [ + "Welcome Palace!!!", + 75 + ], + [ + "New Luxury NYC Two-Bedroom with Perfect Views", + 365 + ], + [ + "BRAND NEW , STEPS FROM SUBWAY, 5 MIN TO MANHATTAN", + 150 + ], + [ + "Private Furnished Room, Cozy, Quiet & Perfect", + 55 + ], + [ + "Central Park/ Times Square -Bright and Quiet 1 BDR", + 190 + ], + [ + "Shared Apartment in a cool neighborhood", + 80 + ], + [ + "Spacious modern apartment in the heart of Astoria", + 75 + ], + [ + "Charming Modern Entire One Bedroom!", + 130 + ], + [ + "Laid back and homey, roof access, bidet, vibes af", + 78 + ], + [ + "Charming Moroccan-style Rooms on Upper West Side", + 90 + ], + [ + "Private Queen Bedroom with WiFi near Central Park!", + 85 + ], + [ + "Beautiful big room. Women only", + 39 + ], + [ + "Peace and Comfort", + 75 + ], + [ + "Designer large studio in Brooklyn Heights", + 150 + ], + [ + "Bright Spacious CrashPad , NextDoor To Subway", + 37 + ], + [ + "Luggage drop off ONLY! Close to LGA & JFK", + 12 + ], + [ + "Manhattan ☯ Brooklyn | Best of Both❤️", + 300 + ], + [ + "Stylish / Unique Greenpoint Studio", + 110 + ], + [ + "Queen Bed Artist Apt by Bushwick w/ Piano & Guitar", + 54 + ], + [ + "nice room in bedstuy E", + 45 + ], + [ + "Cozy One BR near Manhattan!- 15min to Time Square.", + 119 + ], + [ + "\"The quick get Away #2\"", + 35 + ], + [ + "Luxury, Cozy & Modern apartment in Brooklyn", + 190 + ], + [ + "Luxury Wall Street Apartment", + 220 + ], + [ + "Center of Manhattan, 24hrs security doorman. Wi-Fi", + 99 + ], + [ + "Beautiful 1 bedroom steps from Central Park!", + 200 + ], + [ + "Beautiful peacefull \nCalm", + 65 + ], + [ + "Cozy Private Room in Brooklyn!", + 50 + ], + [ + "Recording Studio", + 60 + ], + [ + "Room in a cozy Brooklyn apartment", + 41 + ], + [ + "Duplex Apartment 3 bedroom 2 bath (6 guest)", + 350 + ], + [ + "NYC Apt. By the Beach", + 70 + ], + [ + "Nice house 35 min subway to manhattan", + 54 + ], + [ + "Cozy room for NYC summer rental", + 100 + ], + [ + "Great place, safety lovely convenient location", + 100 + ], + [ + "Comfortable and spacious room with private rooftop", + 90 + ], + [ + "2 bedrooms/1.5 bath East Village Cozy Apartment", + 196 + ], + [ + "CozySuite near F Train & LIRR\nMin 2 guests", + 78 + ], + [ + "Huge room @ a Gorgeous apt + beautiful back yard", + 100 + ], + [ + "Fantastic 2BRM - 2 Minute Walk to Times Square", + 320 + ], + [ + "Lovely Stylish Trendy Studio", + 129 + ], + [ + "Walking to Central Park!!! Private bedroom!!", + 80 + ], + [ + "The New York House", + 85 + ], + [ + "LARGE ROOM WITH PRIVATE ENTRANCE IN RIDGEWOOD", + 40 + ], + [ + "Huge studio in a doorman bld in midtown manhattan", + 140 + ], + [ + "Private room!", + 100 + ], + [ + "NYC private room super clean and cozy", + 56 + ], + [ + "Ferry to Manhattan, private, newly renovated", + 100 + ], + [ + "2 bd 2 bath Penthouse Apartment Manhattan", + 180 + ], + [ + "Gorgeous Central Park Sanctuary", + 150 + ], + [ + "Lovely New Private Room in Brooklyn!", + 65 + ], + [ + "Patty Home", + 100 + ], + [ + "Private room Shared Kitchen and Bath #1", + 75 + ], + [ + "Peaceful Studio", + 95 + ], + [ + "Zebra Room", + 65 + ], + [ + "Impeccable Private one&half bedroom and full bath", + 49 + ], + [ + "Stunning, clean and quiet studio in Little Italy!", + 120 + ], + [ + "Large Bushwick Bedroom in Newly Renovated Aprtment", + 40 + ], + [ + "WOODSIDE COMFORTABLE ROOM 15 MINUTES FROM THE CITY", + 90 + ], + [ + "Prime Midtown 2 Bdrm apt near Central Park & 5 Ave", + 249 + ], + [ + "Clean & Modern 3BR - Incredible Midtown Location !", + 300 + ], + [ + "A Very Special Apt - Lots of Light and Space", + 800 + ], + [ + "Heart of the Big Apple Close to Broadway", + 400 + ], + [ + "☀Bright & sunny townhouse | Perfect for families ☀", + 240 + ], + [ + "Modern Studio Few Steps From Times Square", + 400 + ], + [ + "Perfect place to stay in Bushwick in a shared room", + 49 + ], + [ + "3 bedroom beautiful, cozy apt close to Times Sq.", + 179 + ], + [ + "!!Renovated shared room in great neighborhood!!", + 35 + ], + [ + "Steps to Times Square Modern Apt ♥", + 400 + ], + [ + "Entire apt in the hearth of EAST VILLAGE!", + 250 + ], + [ + "1-Bedroom Sweet Spot in Carroll Gardens!", + 129 + ], + [ + "Huge Bushwick 4BR apt w/private baths, sleeps 12!", + 475 + ], + [ + "Quiet home, near Columbia Presbyterian & trains!", + 35 + ], + [ + "Beautiful room in Bushwick", + 10 + ], + [ + "Delightful, Spacious Ditmas Park One Bedroom", + 90 + ], + [ + "Harlem 1 bedroom Private Room - Modern", + 100 + ], + [ + "***Cozy artist loft in heart of Williamsburg***", + 200 + ], + [ + "Amazing Luxury on Striver’s Row", + 125 + ], + [ + "Bed in a shared dormitory next to Brooklyn bridge", + 50 + ], + [ + "Cute 1 bdr in UWS & Morningside Heights", + 135 + ], + [ + "Brooklyn Botanical Hideaway", + 199 + ], + [ + "Gorgeous East Village 2BR / 2BA & Patio", + 295 + ], + [ + "Large Private Chic and Cosy Room in Hells Kitchen", + 140 + ], + [ + "Luxury Junior Suite - Manhattan Club Near Park", + 358 + ], + [ + "Sunny Summer Sublet entire Gorgeous Studio", + 89 + ], + [ + "Manhattan Club Luxury Junior Suite - Best Location", + 358 + ], + [ + "Private Cabins @ Chelsea, Manhattan", + 85 + ], + [ + "Sweet and Simple", + 111 + ], + [ + "Fabulous 1-bedroom apartment in Clinton Hill", + 100 + ], + [ + "Charming 2 Bedroom (Converted) Loft -Wall St for 5", + 265 + ], + [ + "*Prime 2BR* in Central East Village +Free Laundry", + 295 + ], + [ + "High Ceiling 5 BEDS up to 10 people in Times Sq.!", + 417 + ], + [ + "Suzy ville", + 65 + ], + [ + "Perfect Times Square Apartment", + 150 + ], + [ + "1 Private bedroom in a spacious Wburg Apartment", + 57 + ], + [ + "안전하고 조용한 숙소", + 75 + ], + [ + "Bright & Peaceful Loft in Park Slope/Greenwood", + 180 + ], + [ + "Modern Manhattan Apartment", + 59 + ], + [ + "Comfortable private bedroom in Apartment", + 54 + ], + [ + "Rooms in the new hipster area of Brooklyn, NYC 2", + 40 + ], + [ + "Steps from Central Park, private bdrm, 2 full bath", + 350 + ], + [ + "Heart of Bushwick home", + 230 + ], + [ + "Room with a View", + 95 + ], + [ + "Modern 3BED LOFT Near Metro & Madison Sq.Park", + 299 + ], + [ + "AUC Stay Room 315-3", + 55 + ], + [ + "Midtown 2 Bedroom w King bed near Madison Ave", + 239 + ], + [ + "NEW!! Hip spot in the Heightz, MANHATTAN", + 51 + ], + [ + "Gorgeous Super Clean Guest Suite", + 74 + ], + [ + "Private big bedroom w/ access to kitchen- Flushing", + 40 + ], + [ + "Jackson Heights stay near everything", + 120 + ], + [ + "AMAZING APARTMENT BROWNSTONE CONFI AND BIG!", + 200 + ], + [ + "GREAT APARTMENT, VERY COMFORTABLE, 5 mins to SOHO!", + 200 + ], + [ + "CHARM APT IN LOWER EAST SIDE, WALKING EVERYWHERE", + 200 + ], + [ + "GREAT LOFT STYLE APT, HEART OF LOWER EAST SIDE", + 200 + ], + [ + "Manhattan Lux ♔", + 450 + ], + [ + "Beautiful shared room in 20 min to Manhattan", + 32 + ], + [ + "Wonderful private room with entire ameneties", + 58 + ], + [ + "Cheap price near Timesquare", + 63 + ], + [ + "Amazing twin room in newly renovated house", + 45 + ], + [ + "AMAZING MANHATTAN SKYLINE VIEW", + 55 + ], + [ + "Best place to stay ⚓⚓⚓ with friends", + 210 + ], + [ + "Renovated apartment near 1 train ( & Columbia)", + 65 + ], + [ + "Fully equipped room that's 3 mins from L train!2", + 31 + ], + [ + "Bright shared room in newly renovated house", + 35 + ], + [ + "Cozy private room in newly renovated house", + 72 + ], + [ + "Spacious shared room in modern Bed-Stuy/ M,J,Z,G", + 34 + ], + [ + "Charming Stylish Apartment in Soho/Nolita", + 225 + ], + [ + "Diamond place ✿✿ to rest in NYC center", + 300 + ], + [ + "Charming and quiet 2 bedroom on Washington Ave", + 100 + ], + [ + "Amazing private room with private bathroom", + 80 + ], + [ + "Cozy Studio on Upper East", + 130 + ], + [ + "My comfy room", + 100 + ], + [ + "Spectacular Apartment in the Heart of NYC", + 219 + ], + [ + "Room in Luxury Building by Yankee Stadium.", + 65 + ], + [ + "perfect location to experience the Big Apple", + 150 + ], + [ + "**SUMMER OFFER**Healers LOFT: Tranquil and Light", + 297 + ], + [ + "Times Square NYC", + 100 + ], + [ + "Luxury Central Park Apartment", + 450 + ], + [ + "Shared big room in a duplex apartment", + 60 + ], + [ + "Newly Renovated Apartment (47 Buffalo 1F Room #2)", + 60 + ], + [ + "Affordable Luxury & Comfort in Manhattan. For 5.", + 235 + ], + [ + "Private bedroom with lovely, spacious shared area", + 67 + ], + [ + "HOTEL ROOM STYLE STUDIO IN THE EAST VILLAGE", + 120 + ], + [ + "Beautiful 3 bedroom apartment in East Williamsburg", + 226 + ], + [ + "Comfortable Private Room", + 25 + ], + [ + "Large Times Sq/Midtown/Broadway Luxury High-rise", + 350 + ], + [ + "No Sleep Till Brooklyn!", + 275 + ], + [ + "Artist Bedroom in BUSHWICK NEXT to L and M Train", + 65 + ], + [ + "Fordham University Bronx Get Away #4", + 39 + ], + [ + "Private Large Bedroom Apt w/ Bathroom (NO KITCHEN)", + 99 + ], + [ + "A unique cozy 2 bedroom apartment", + 100 + ], + [ + "Private BR in Eco-Friendly East Village Apt", + 85 + ], + [ + "Studio Style Basement in Shared Apartment", + 60 + ], + [ + "Casa de Marko", + 300 + ], + [ + "Room 1: Spacious Queen w/ Closet & Light breakfast", + 75 + ], + [ + "Gorgeous 2 Bedroom apartment in Bushwick...", + 140 + ], + [ + "spacious sun-lit brooklyn apt by water", + 130 + ], + [ + "Best Block in Soho Peaceful Private Room", + 75 + ], + [ + "Elegant Times Square Apartment, with City Views!!!", + 251 + ], + [ + "Old world oasis of calm nestled in a vibrant hood", + 75 + ], + [ + "Comfy room in South Williamsburg- Big Screen TV", + 100 + ], + [ + "Modern Bright 3bd/2ba (10 mins to NYC) w Roof Deck", + 295 + ], + [ + "Stunning Brownstone Apt in Historic Fort Greene", + 310 + ], + [ + "Comfy King-size Bedroom in NYC", + 69 + ], + [ + "1 pvt room w bath in fully furnished luxuary 2BHK", + 125 + ], + [ + "Friendly hosts", + 51 + ], + [ + "Big sunny room for women only", + 80 + ], + [ + "ENTIRE Home! 5BR/2BA + Private Garden Williamsburg", + 395 + ], + [ + "3 BEDROOMS IN BROOKLYN", + 450 + ], + [ + "Brand new 2 BEDROOMS BROOKLYN", + 500 + ], + [ + "Sun-drenched Loft", + 99 + ], + [ + "Cozy 1 BR by St. George Ferry., 2nd Floor apt.", + 42 + ], + [ + "ROOM in safe clean apt NEAR SUBWAY", + 50 + ], + [ + "Brand new one bedroom UpperEastSide", + 249 + ], + [ + "Homey & Cozy room in queens!", + 49 + ], + [ + "NEW! CHARMING 2 BEDROOM APARTMENT IN MANHATTAN", + 210 + ], + [ + "Perfect Two Bed Railroad Style Apartment", + 225 + ], + [ + "The Outback Private's Escape", + 59 + ], + [ + "Bright clean near metro", + 35 + ], + [ + "Brownstone apt 2 bedrooms rent the entire apt", + 90 + ], + [ + "Beautiful and spacious house in Forest Hills NY", + 250 + ], + [ + "Clinton Hill Dupex", + 125 + ], + [ + "Nice Suite in Astoria 20min to Manhattan", + 80 + ], + [ + "Beautiful 3 bedroom apartment in East Williamsburg", + 200 + ], + [ + "Brooklyn Home I", + 98 + ], + [ + "Bedroom + Ensuite Bath + Backyard in Bedstuy", + 105 + ], + [ + "Brand NEW 2br/2bath in Lower Manhattan", + 285 + ], + [ + "Spacious ROOM in Luxury Condo with Gym & BBQ", + 159 + ], + [ + "Prime location! 5BR with 3BA Townhouse + Patio!", + 279 + ], + [ + "Spacious Private Room on Quiet Tree-Lined Street", + 60 + ], + [ + "Harlem Retreat", + 91 + ], + [ + "studio type large next to LGA/JFK/Manhattan20 min", + 99 + ], + [ + "Cute and convenient near Central Park", + 130 + ], + [ + "Private clean studio for adults *", + 70 + ], + [ + "Private Bedroom in cozy apartment", + 52 + ], + [ + "Bedroom in a Loft 12 minutes from Soho", + 69 + ], + [ + "LOVELY separate apartment in Bedstuy brownstone", + 118 + ], + [ + "Luxury;Threes Company's Shared Room", + 30 + ], + [ + "Prospect Park /Park Slope Huge Apartment", + 195 + ], + [ + "Cute studio with adorable cat", + 125 + ], + [ + "Spacious modern room close to Manhattan!!", + 79 + ], + [ + "Comfortable 2BR Apartment in City Center ♛", + 300 + ], + [ + "International Shared Wiggle Room BEST for Groups", + 30 + ], + [ + "Private room close to Manhattan (L and M train)", + 79 + ], + [ + "Trendy Queen Bed room w/private Bath in Bushwick", + 59 + ], + [ + "wait until later", + 2000 + ], + [ + "Shared Spaces in Candlelight;Quiescence w Relaxing", + 30 + ], + [ + "Trendy Williamsburg Apartment", + 79 + ], + [ + "Prime Williamsburg - 2BR - 10 min to Manhattan!", + 80 + ], + [ + "Room in Central Harlem Close to Everything!!", + 75 + ], + [ + "Nice Room with Water Views", + 115 + ], + [ + "A Shared Space in a Shared Room", + 30 + ], + [ + "Great studio located in Heart of Chelsea", + 175 + ], + [ + "Backyard Sleeping", + 89 + ], + [ + "NYC Lower Eastside loft room", + 150 + ], + [ + "Share Room;Relaxing Guaranteed;Or REFUND !!", + 30 + ], + [ + "Beautiful Midtown Apt by Grand Central, Sleeps 5!", + 150 + ], + [ + "Private Yard / Williamsburg / 10 min to Manhattan", + 80 + ], + [ + "The Heartbeat of Harlem", + 160 + ], + [ + "ROOM 1", + 43 + ], + [ + "NEW ENTIRE HOME BEAUTIFUL 3BED/2.5BATH DUPLEX", + 260 + ], + [ + "Centrally Located Private 2BR Residence ♛", + 300 + ], + [ + "Beautiful Midtown Apt by Grand Central, Sleeps 4!", + 145 + ], + [ + "Best SOHO LOCATION, 2 BEDROOMS", + 400 + ], + [ + "Shared Spaces;Safe,Great Location 15 to Times Sq", + 30 + ], + [ + "Private Studio steps from Herald Square ☆", + 250 + ], + [ + "Studio w Laundry Minutes from Major Attractions ☆", + 250 + ], + [ + "Palace of Perhaps (Bushwick/Ridgewood)", + 48 + ], + [ + "BRAND NEW! Brooklyn 2 bedrooms", + 400 + ], + [ + "❥❥❥NYC apt: 4min/subway, 25m/city, 20m/LGA,JFK❥❥❥", + 145 + ], + [ + "The N residence", + 140 + ], + [ + "❥❥1*NYC Cozy: 4min/subway, 25m/city, 20m/LGA,JFK❥❥", + 60 + ], + [ + "Large Midtown Apartment by Grand Central, Sleeps 4", + 145 + ], + [ + "Prime East Village *Sunny & Spacious* 2BR Flat", + 315 + ], + [ + "Midtown 2 BR Private Apt for Urban Dwellers ✧", + 300 + ], + [ + "Charming Authentic NYC Home 12 min to Manhattan", + 95 + ], + [ + "Trendy East Village apt for 4! Street level apt", + 199 + ], + [ + "Amazing Brooklyn 1Bd with Private Balcony", + 100 + ], + [ + "❥❥2*NYC Cozy: 4min/subway, 25m/city, 20m/LGA,JFK❥❥", + 60 + ], + [ + "Private 1BR Apt 3min from Times Square", + 250 + ], + [ + "Cosy Bedroom in CITY CENTER", + 150 + ], + [ + "NEW MODERN & CLASSIC ENTIRE 2BED PRIVATE ENTRANCE", + 160 + ], + [ + "PAULINE'S PLACE 1 BR APT 5 Min from JFK", + 70 + ], + [ + "PRIVATE BR 5min to TIMES SQ", + 150 + ], + [ + "Lovely Spacious Studio in Bedstuy", + 90 + ], + [ + "Private 2BR apartment in Historic Hell’s Kitchen", + 300 + ], + [ + "Prospect Park Historic 1BR near 2,5,Q, B, S trains", + 1400 + ], + [ + "Bright & Modern East Village Apartment", + 97 + ], + [ + "Apartment Walking Distance to Central Park", + 150 + ], + [ + "Premier Two Queens close to Central Park", + 300 + ], + [ + "Two Doubles in Historical Central Park Hotel", + 250 + ], + [ + "Carnegie Hall Two Queens with Corner View", + 300 + ], + [ + "Spacious 2 Bed, 2 Bath in Vibrant East Village", + 325 + ], + [ + "The Jamaica Experience", + 44 + ], + [ + "Shared Spaces;15 m to Times SQ;Safest Area in NY", + 30 + ], + [ + "Host yr PARTY in style -Manhattan ROOF TOP for 25", + 750 + ], + [ + "Nice thing", + 115 + ], + [ + "Elegant private bedroom in sunny modern home #1", + 80 + ], + [ + "Lux 23rd Fl. Wall St. Apartment", + 135 + ], + [ + "Private rooms And Matchless Location", + 49 + ], + [ + "Cool palce ✌✌✌ for 2 people", + 270 + ], + [ + "big studio loft with private rooftop", + 200 + ], + [ + "Apartment in Williamsburg", + 200 + ], + [ + "マンハッタン、駅から徒歩4分でどこに行くのにも便利な場所!女性の方希望,キレイなお部屋。", + 70 + ], + [ + "Share Room;Cozy;Silent and Safe 15 m to Times Sq", + 30 + ], + [ + "Comfortable Stay near Yankee Stadium", + 80 + ], + [ + "PRIME SOHO / Nolita 2 bedroom apartment", + 249 + ], + [ + "Location is Everything, plus all this! NYC Luxury", + 400 + ], + [ + "AMAZING ONE BED IN MEATPACKING/CHELSEA MARKET!!", + 399 + ], + [ + "Share;Almost Heart of Manhattan;Safe and Silent !!", + 30 + ], + [ + "Share Spaces;Almost Manhattan #1 Safety,Silent !!", + 30 + ], + [ + "New room! Cute & clean. Close to train. Wood floor", + 45 + ], + [ + "Sunny, Spacious, Beautiful Apt", + 295 + ], + [ + "Luxury High Rise Condominium 2 Bedroom", + 449 + ], + [ + "PRIVACY CHELSEA BEAUTY WITH PRIVATE ENTRANCE", + 249 + ], + [ + "King bed. New room! Wood floors. Train is close", + 48 + ], + [ + "2 Bedroom Apartment in SoHo", + 400 + ], + [ + "Best manhattan view and 5 min into manhattan", + 149 + ], + [ + "Amazing Location in Williamsburg with 4 Bedrooms", + 350 + ], + [ + "Homey and modern 1BR", + 125 + ], + [ + "Queen Sized Bedroom with Frontal Ocean View", + 120 + ], + [ + "Manhattan Apartment Near it All!", + 249 + ], + [ + "Prime Midtown West! Spacious & Renovated 3BR!", + 299 + ], + [ + "Massive Victorian Home with Parking!", + 195 + ], + [ + "Brooklyn Home II", + 101 + ], + [ + "Rose's Brooklyn Oasis - Close to Subway!", + 40 + ], + [ + "Elegant private bedroom in sunny modern home #2", + 90 + ], + [ + "Rose's Brooklyn Oasis 2 - Close to Subway!", + 35 + ], + [ + "A lovely room in a great house close to RUMC.", + 50 + ], + [ + "Relax comfortably 1BR w/AC in the Heart of Queens1", + 70 + ], + [ + "2 Bed/2 Bath Upper East Manhattan Luxury Doorman", + 400 + ], + [ + "Deluxe bedroom w/ 2 beds - 3 Stops to Times Square", + 59 + ], + [ + "A Stylist's entire apt (2BDs) in heart of NYC!!", + 290 + ], + [ + "Great Room! Great Price! \nCan wait to see you !", + 48 + ], + [ + "Private Cozy Apartment", + 85 + ], + [ + "Cozy private Apartment in great area 30min to NYC", + 75 + ], + [ + "Gorgeous Room in Chic Apartment! PRIVATE BACKYARD", + 60 + ], + [ + "BEAUTIFUL MINI GYM, ELEVATOR, QUEEN SIZE BEDROOM", + 80 + ], + [ + "Cozy Room w/ Private Lounge Nolita", + 95 + ], + [ + "Fully equipped 2 bedroom/Heart of Bushwick.", + 225 + ], + [ + "Spacious apartment with amazing natural light", + 150 + ], + [ + "Bedroom in Downtown Brooklyn Near Manhattan", + 90 + ], + [ + "Cozy Home in the suburbs", + 50 + ], + [ + "Charming \"Library\" Apt, Heart of Greenwich Village", + 175 + ], + [ + "CENTRAL PARK APARTMENT \nBEST LOCATION IN NYC", + 249 + ], + [ + "Affordable 3 beds / 2 baths Grand central gem", + 399 + ], + [ + "Studio at Hilton Club Residence - Manhattan's Best", + 380 + ], + [ + "Brickwall 3BR 5bed 10pl - Prime location Times Sq.", + 399 + ], + [ + "Home Away, JFK Apartment", + 79 + ], + [ + "Great affordable space for large groups up to 30", + 649 + ], + [ + "Rare Spacious 2 Bedroom apartment with yard...", + 160 + ], + [ + "Studio at Hilton Club Residence - Manhattan's Best", + 380 + ], + [ + "⍟Times Square | The Feeling of Home in Manhattan⍟", + 450 + ], + [ + "Luxury new 1 bed apartment in East Williamsburg", + 198 + ], + [ + "The waterview quiet area and just everything", + 200 + ], + [ + "20 Min to Manhattan, Big 3 bed RM Apt in Ridgewood", + 195 + ], + [ + "Sparkling 3BR near subway/beach - with a yard!", + 140 + ], + [ + "Single Professional Room with Private Bath", + 55 + ], + [ + "Comfy house close to Central Brooklyn", + 59 + ], + [ + "LIC Jackson park luxury apartment Queen Plaza", + 65 + ], + [ + "Private room in Greenwich Village", + 125 + ], + [ + "Large room in a cozy and very clean apt", + 70 + ], + [ + "Lovely*Bright Place in Brooklyn/ Nearby L, G train", + 85 + ], + [ + "Private Balcony & Rooftop Deck in New Building", + 115 + ], + [ + "Cozy bedroom 25 min from Manhattan", + 50 + ], + [ + "Sunny and clean bedroom 25 min from Manhattan", + 50 + ], + [ + "Bright private bedroom 25 min from Manhattan", + 58 + ], + [ + "Chelsea Sunroof", + 200 + ], + [ + "Beautiful apt with prime LES location", + 280 + ], + [ + "2 BATHROOMS Times Sq. Duplex for upto 8 people", + 379 + ], + [ + "TriBeCa / Fidi in the sky", + 200 + ], + [ + "The Gallery Bed & Breakfast in Bed-Stuy, Brooklyn", + 175 + ], + [ + "Cozy UWS Only two blocks away from Central Park!", + 150 + ], + [ + "Francesco’s Manhattan Private Room w/private bath", + 70 + ], + [ + "Basement apartment in single family home", + 80 + ], + [ + "Beautiful location for enjoy in NYC", + 65 + ], + [ + "Charming & Stylish Home in Chelsea", + 260 + ], + [ + "Big comfortable private bedroom in Upper Manhattan", + 50 + ], + [ + "Sunlit Fabulous \"Treehouse\" in Greenwich Village", + 160 + ], + [ + "Urban Oasis Apartment for Fam or Friends", + 100 + ], + [ + "Great place", + 80 + ], + [ + "one privet bedroom cheap price perfect for singel", + 35 + ], + [ + "Modern double bed in large duplex (in Gramercy)", + 85 + ], + [ + "Brooklyn Apt: Redhook", + 100 + ], + [ + "The Clifton Eastern Room", + 75 + ], + [ + "Murray Hill studio", + 140 + ], + [ + "Stunning, Renovated 2bed/1.5bath Apt in Prime LES!", + 299 + ], + [ + "Private bedroom in a PENTHOUSE apartment", + 62 + ], + [ + "Private Affordable room in the heart of Harlem NYC", + 45 + ], + [ + "Room with private bathroom in Brooklyn", + 55 + ], + [ + "Entire Luxurious Spacious Studio! NYC!", + 99 + ], + [ + "Large Bright Studio,Sleeps 5 w/2 Queen Beds&Futon", + 130 + ], + [ + "Brand new 3 BD apartment a minute from G train", + 300 + ], + [ + "Carlos apartment", + 75 + ], + [ + "Townhouse in Bed Stuy with beautiful garden", + 350 + ], + [ + "Spacious, Luxury Duplex with Outside Deck", + 195 + ], + [ + "Bright & quiet room 25 min from Downtown Manhattan", + 60 + ], + [ + "Cozy, sun-drenched, 1st floor apt in Astoria / LIC", + 110 + ], + [ + "Master Bedroom with Private Bathroom", + 70 + ], + [ + "Cozy bedroom close to Manhattan", + 50 + ], + [ + "Bedroom with Private bathroom", + 80 + ], + [ + "Medical Student Apartment D-Shared", + 33 + ], + [ + "Luxury Brooklyn Condo only 30 min to NYC", + 399 + ], + [ + "Luxury Penthouse – Chelsea – Manhattan", + 350 + ], + [ + "Spacious Room Steps to Prospect Park (built 2017)", + 100 + ], + [ + "Serene modern space in the heart of greenpoint!", + 95 + ], + [ + "luxury apt in long lsland city \n1min to subway", + 46 + ], + [ + "SPACIOUS STUDIO FLAT In Tree-Lined Neighborhood", + 86 + ], + [ + "Feel like home room in Manhattan", + 85 + ], + [ + "Cozy one bedroom in the city!!", + 66 + ], + [ + "Perfect NYC crib for Explorers & Travelers", + 105 + ], + [ + "Custom home by lake and NYC", + 199 + ], + [ + "☕ ✈Fantastic Room ⚡⚡ ✈", + 150 + ], + [ + "Cozy 2 Bedroom apartment next to Manhattan!!", + 135 + ], + [ + "Renovated 2 Bedroom next to Manhattan!!!", + 120 + ], + [ + "Brand new fully furnished studio apartment!", + 120 + ], + [ + "Authentic Chelsea Studio Loft", + 89 + ], + [ + "Cozy 1 Bedroom Apartment next to Manhattan!!!", + 135 + ], + [ + "Renta de Habitación a una cuadra de Central Park", + 43 + ], + [ + "Stunning Full Floor Apartment in the Village", + 500 + ], + [ + "Entire Apartment. One block to Bars, Coop, Qtrain.", + 130 + ], + [ + "Spacious 3 Bedroom 5 mins way from Manhattan!!!", + 139 + ], + [ + "Massive Sun Filled East Village Bedroom with Roof", + 150 + ], + [ + "Sonder | 116 John | Cozy Studio + Laundry", + 180 + ], + [ + "Sonder | 116 John | Tasteful 2BR + Gym", + 270 + ], + [ + "Private studio. Near Bars & Q-train. Gay friendly", + 70 + ], + [ + "Hope Garden", + 130 + ], + [ + "Penthouse Apartment with *Private* Rooftop", + 275 + ], + [ + "Magnificent Royal Townhouse in NEW YORK CITY!", + 650 + ], + [ + "2 TWIN BEDS (OR 1 KING BED) IN A BOUTIQUE HOTEL", + 160 + ], + [ + "Cozy 2/1 apartment in Heart of Brooklyn", + 120 + ], + [ + "Newly Furnished 2 Bed 1 Bath", + 220 + ], + [ + "Sutton Place High Rise", + 190 + ], + [ + "Newly renovated and modern apartment in Manhattan", + 61 + ], + [ + "Super Nice Flat in Nolita, NYC", + 189 + ], + [ + "Ginger Home", + 70 + ], + [ + "Affordable Midtown East 2 bedrooms/2 bathrooms", + 199 + ], + [ + "concrete jungle, dreams are made, Studio nextdoor", + 145 + ], + [ + "Recording Studio Overnight Stays. Downton Bklyn", + 100 + ], + [ + "Charming 2 bed's in Midtown East Near U.N", + 180 + ], + [ + "Clinton Midtwon WesT", + 190 + ], + [ + "THE HEART OF MIDTOWN WEST", + 190 + ], + [ + "The Brooklyn Plaza", + 70 + ], + [ + "Sunny 5Br 4Ba - Townhouse on Upper East Side", + 1100 + ], + [ + "LUXIRIOUS ONE BEDROOM MIDTWON WEST", + 190 + ], + [ + "close to LGA, JFK LIRR , (private parking)", + 49 + ], + [ + "LUXUARY 2 BEDROOM APARTMENT", + 190 + ], + [ + "1BD SAFE & AFFORDABLE WITH TV FULLY RENOVATED", + 36 + ], + [ + "Amazing 2 Br 2bath upper east side prime location", + 340 + ], + [ + "THE HEART OF THE WEST", + 300 + ], + [ + "MIDTOWN WEST APARTMENT", + 300 + ], + [ + "Comfy 2 bedroom Close To Manhattan", + 101 + ], + [ + "HIGHR RISE IN MIDTOWN WEST", + 190 + ], + [ + "Private room with a sofa bed in Greenpoint BK", + 50 + ], + [ + "PrivateRoom Queens 1block7train 15minManhattan LGA", + 50 + ], + [ + "Sunny room in a 2 bedroom shared apartment", + 80 + ], + [ + "*NEW* Bright Spacious Brooklyn 2 Bedroom Sleeps 9", + 125 + ], + [ + "TRANQUIL HAVEN-8 MINS TO JFK/LIRR/AIRTRAIN RM#2.", + 60 + ], + [ + "Special 1 Bedroom in Prime Location Upper East", + 200 + ], + [ + "Cozy room available in Brooklyn for July", + 40 + ], + [ + "1BD WITH PRIVATE BATHROOM - VERY COZY & 42 INCH TV", + 55 + ], + [ + "Heart of Astoria", + 110 + ], + [ + "Cozy Classic Convenient Apartment Near The Park", + 100 + ], + [ + "Lovely & Spacious 2 Bedroom Apartment", + 225 + ], + [ + "Artist’s Live/Work Space", + 60 + ], + [ + "Discounted! Quiet 1 BR next to Times Square", + 225 + ], + [ + "Industrial artsy loft in Williamsburg", + 199 + ], + [ + "Cozy, sunny entire two bedroom Bed-Stuy apartment", + 100 + ], + [ + "E Z Living In Harlem", + 225 + ], + [ + "Beautiful private room in 3br apartment!", + 50 + ], + [ + "Beautiful beach apartment", + 250 + ], + [ + "Cozy 2 Bd Apartment in Near Central Park New York", + 350 + ], + [ + "Water View in Battery Park near Statue of Liberty", + 199 + ], + [ + "2 bd 2 bathroom Apartment in Upper East Side", + 350 + ], + [ + "Sunny, Comfortably Cozy, Private Room", + 45 + ], + [ + "Private room overlooking backyard in Bushwick", + 65 + ], + [ + "Triplex loft in Williamsburg/MacCarren Park", + 199 + ], + [ + "Cozy and Modern 3BR for upto 6 ppl - 4min to metro", + 169 + ], + [ + "3 COZY LIGHT ROOM BROOKLYN", + 50 + ], + [ + "Stylish and Comfortable 3 Bedrooms in Williamsburg", + 210 + ], + [ + "Centrally located spacious 1-bedroom apartment", + 95 + ], + [ + "Room with Private Bathroom near Times Square", + 189 + ], + [ + "Artists cave", + 145 + ], + [ + "Bright Designer's Flat in E Williamsburg", + 159 + ], + [ + "Best Location! Massive 5BR Townhouse w/ Deck!", + 299 + ], + [ + "TWO BEDROOM IN BEST PART OF BROOKLYN!! SLEEPS 6!!", + 399 + ], + [ + "Quiet space in Brooklyn", + 85 + ], + [ + "SO CHILL!! Very spacious and cozy bk apartment !!", + 75 + ], + [ + "Cute East village one bedroom apartment for 3", + 145 + ], + [ + "Comfortable and modern one bedroom in Midtown West", + 168 + ], + [ + "NEW Modern Entire 2Bed Parkview Unforgettable", + 150 + ], + [ + "Gorgeous 3 bedroom close to Manhattan", + 225 + ], + [ + "1 bedroom apt close to Times Square", + 177 + ], + [ + "West village gem with private backyard", + 199 + ], + [ + "Luxury Spacious Up To 5 Bedroom House in Brooklyn", + 139 + ], + [ + "Amazing apartment half block away from the subway", + 50 + ], + [ + "MIDTOWN EAST 2 BEDROOM", + 300 + ], + [ + "MURRAY HILL LUXURY 2 BEDROOMS", + 280 + ], + [ + "Bright 3bd/1ba Apartment in the heart of Brooklyn", + 295 + ], + [ + "MURRAY HILL LUXURY APARTMENT", + 280 + ], + [ + "★ Easy Access to the Best of Brooklyn - Tree Top ★", + 116 + ], + [ + "Beautiful Designed Studio Right of Grand Central!!", + 155 + ], + [ + "Large 2Bedroom Apartment right off Grand Central!!", + 175 + ], + [ + "Open floor plan, 1,000 Sq ft in Bed-Stuy", + 120 + ], + [ + "Private Bathroom Bedroom Close to Subway", + 59 + ], + [ + "Beautiful 2 bedroom by Grand Central and the UN!!!", + 155 + ], + [ + "Large Apt with Patio, walking to Times Square!!!!!", + 165 + ], + [ + "Stunning Duplex in prime Park Slope!", + 250 + ], + [ + "Large Apartment with Patio, Walk to Times Square!!", + 165 + ], + [ + "Big 1 Bedroom located in Union Square", + 295 + ], + [ + "Spacious room in beautiful Manhattan apartment!", + 150 + ], + [ + "Luxury 5 Bedroom | 3 Bathroom South Street Seaport", + 750 + ], + [ + "Spacious Williamsburg Loft/Apartment", + 140 + ], + [ + "Bohemian Garden Apartment", + 115 + ], + [ + "Charming Studio in the heart of the West Village", + 199 + ], + [ + "Williamsburg Apartment", + 140 + ], + [ + "Sunny spacious quiet bedroom with a full bath.", + 80 + ], + [ + "BEAUTIFUL WEST VILLAGE APARTMENT", + 151 + ], + [ + "Brooklyn @ Bedford", + 75 + ], + [ + "Gorgeous Duplex 2BED/1.5BA Modern", + 288 + ], + [ + "Cozy Large Sunny Artist Retreat 10min to Manhattan", + 188 + ], + [ + "Oversize Brooklyn duplex with backyard!", + 195 + ], + [ + "Large 2-bedroom 2-bath Apt by Central Park", + 250 + ], + [ + "Beautiful apartment. Coolest area of Bed-Stuy!", + 50 + ], + [ + "Light filled studio apt with expansive city view", + 100 + ], + [ + "Empire State Jazz! Superb location!", + 99 + ], + [ + "Brooklyn's Best Location ~ Kingsland Paradise", + 125 + ], + [ + "Private Bedroom in Bushwick Townhouse", + 50 + ], + [ + "Layton Apt. Is Only 20 Min Ride into Manhattan, NY", + 78 + ], + [ + "Cozy 2 bedroom apt in Astoria / Long Island City", + 215 + ], + [ + "*Nice and Cozy private Bedroom*", + 60 + ], + [ + "Large bedroom in super large elevator building", + 100 + ], + [ + "Scandinavian style 1Br with city view", + 175 + ], + [ + "Private floor in historic Bed Stuy next to subway", + 87 + ], + [ + "Santa’s Party House", + 150 + ], + [ + "A Modern Studio in the heart of Midtown West", + 177 + ], + [ + "spacious room, subway, LIRR &private parking", + 54 + ], + [ + "Cozy perfection in the middle of everything", + 115 + ], + [ + "Sunny, quiet 2 BR apt in the heart of Manhattan", + 223 + ], + [ + "Clean Quiet 1BR in lovely doorman FiDi building", + 220 + ], + [ + "private room & bathroom, 500 ft away from beach.", + 75 + ], + [ + "Luxury 3 Stops to Times Square", + 125 + ], + [ + "LUXURY apartment in the upper east side .", + 115 + ], + [ + "Brooklyn.", + 50 + ], + [ + "Entire apartment 3BDR 2BR", + 250 + ], + [ + "Modern Astoria \"Crib\"", + 125 + ], + [ + "bushwick dream", + 189 + ], + [ + "Modern & Hip Building - Quiet Room - Elevator!", + 89 + ], + [ + "★ AMAZING★ TIME SQUARE/ 2 Bedroom 3 Bed APT", + 500 + ], + [ + "Spacious, cozy and bright bedroom in Sunset Park", + 50 + ], + [ + "south bronx luxury amenities building", + 220 + ], + [ + "Private Room in Ridgewood 25 mins from Manhattan!!", + 60 + ], + [ + "Convenient Private Master Room Prime Time Square!", + 65 + ], + [ + "Convenient Private Room in Middle of Times Square!", + 70 + ], + [ + "Beautiful bedroom in NYC! Minutes to Central Park!", + 80 + ], + [ + "Stunning bedroom!! Walking to Central Park!!!", + 80 + ], + [ + "GRAND OPENING 3 levels tons of sunlights 25%off", + 309 + ], + [ + "Awesome private room with queen-size bed", + 78 + ], + [ + "The Foodie Pad", + 119 + ], + [ + "Spectacular Sunny 3Br | 2Ba", + 600 + ], + [ + "Dreamy bright Nook", + 50 + ], + [ + "Cute, Tidy Room in the Best Part of Crown Heights!", + 65 + ], + [ + "Amazing West Village ✌ Location is ♕NYC", + 323 + ], + [ + "Backyard in BK, Modern Reno, Sleeps 6, Walk 2train", + 300 + ], + [ + "2bdrms lrg prime Williamsburg apt in townhouse", + 170 + ], + [ + "Cozy and Clean entire home", + 1500 + ], + [ + "STUNNING SPACIOUS KING SIZE -BEDROOM NEAR COLUMBIA", + 174 + ], + [ + "Cozy Private Room in Ditmars Astoria", + 56 + ], + [ + "Trendy&Fun Family Home|15min to Midtown Manhattan", + 350 + ], + [ + "Best Location in NYC | 2 Bedroom Gem!", + 350 + ], + [ + "Spacious Modern Apt. Near JFK Airport and Trains", + 129 + ], + [ + "Brand new 1Bedroom apartment with private terrace", + 175 + ], + [ + "Luxury 2 bed in Crown Heights.", + 150 + ], + [ + "A Place to stay in Brooklyn", + 150 + ], + [ + "THE WHITE HOUSE BEDROOM 1", + 125 + ], + [ + "New Cozy Studio on the UES with Gym and Pool #6127", + 180 + ], + [ + "Empire State Building Area", + 229 + ], + [ + "Updated Studio apartment, clean and fresh", + 99 + ], + [ + "Room in a lovely loft with waterfront view", + 80 + ], + [ + "Brand New 1 Bed in Full Service Building #6125", + 170 + ], + [ + "LOFTED BED IN CONVERTED FACTORY LOFT NEAR 2 METROS", + 63 + ], + [ + "Sonder | 116 John | Classic 1BR + Gym", + 198 + ], + [ + "Sonder | 116 John | Classic Studio + Gym", + 180 + ], + [ + "NYC West Village Charming 2 Bedroom APT", + 550 + ], + [ + "Huge 1 bedroom w/ a backyard near the heart of nyc", + 90 + ], + [ + "LOVELY 1 BR APARTMENT IN THE HEART OF GREENPOINT", + 130 + ], + [ + "Sonder | 116 John | Vibrant Studio + Fitness Room", + 135 + ], + [ + "Sonder | 116 John | Vibrant 1BR + Fitness Room", + 165 + ], + [ + "Sonder | 116 John | Stunning 1BR + Rooftop", + 165 + ], + [ + "Exquisite 3Br 2Ba Gem in UES", + 600 + ], + [ + "Charming Room 1 with 2 Beds Close to 2 Metros", + 70 + ], + [ + "Full size bedroom in a duplex, private garden view", + 65 + ], + [ + "TOTALLY RENOVATED LARGE APT. MINUTES TO MANHATTAN", + 230 + ], + [ + "Bright and Spacious Apartment in East Williamsburg", + 60 + ], + [ + "Cozy and beautiful studio near Times Square", + 135 + ], + [ + "Cozy room with Queen Bed close to Columbia Uni", + 49 + ], + [ + "HUGE Brick studio apartment SECONDS from subway!", + 156 + ], + [ + "2 Bedroom w/ King Bed in Greenpoint BK", + 300 + ], + [ + "Cozy & Modern Chelsea Studio", + 269 + ], + [ + "JFKQueensComfort. Private Room -Welcome Long Stays", + 35 + ], + [ + "Dikeman comfort", + 125 + ], + [ + "3 Bedroom Apartment in Forest Hills. Sleeps 8.", + 250 + ], + [ + "Harlem Hidden Gem,Clean, Affordable and Convenient", + 80 + ], + [ + "#3 Hotel-Like LOFT Private Room KING Bed Near JFK", + 50 + ], + [ + "Cozy 3bdr Brooklyn Home in East Flatbush", + 300 + ], + [ + "A wonderfull suite in Brooklyn", + 67 + ], + [ + "Three Bedroom Apartment Steps from Union Square", + 400 + ], + [ + "Modern house (2 BR Apt) • 30Mins from Time Square1", + 169 + ], + [ + "Modern Cozy Apartment in the heart of Willamsburg", + 75 + ], + [ + "Home away from home", + 140 + ], + [ + "Tropical Bushwick Paradise", + 50 + ], + [ + "Cozy Private Room Near Fordham University Bronx #5", + 39 + ], + [ + "Get away Private Bedroom in New York City #6", + 39 + ], + [ + "Best Memories in ❤️ NYC", + 350 + ], + [ + "Private apartment in bronx ##2", + 99 + ], + [ + "Newly Renovated Apartment in a Brooklyn Brownstone", + 275 + ], + [ + "Eclectic Love Boat, \"VACILANDA\" Far Rockaway", + 120 + ], + [ + "Home Away Home,NextDoor To Subway, Accommodates 10", + 282 + ], + [ + "Spread Love its the Brooklyn Way!", + 185 + ], + [ + "3BR, 1.5 Bath in Bushwick (10 Mins to Manhattan!)", + 275 + ], + [ + "A Harlem Haven", + 110 + ], + [ + "sweet Bushwick spot with backyard", + 90 + ], + [ + "McCarren Park 3 Bed/2 Bath with private terrace", + 299 + ], + [ + "Cozy apartment in the heart of Williamsburg", + 75 + ], + [ + "Enchanting Studio with Amenities", + 168 + ], + [ + "Large Sunlit Private Queen Bed Room Crown Heights", + 30 + ], + [ + "Modern Boho Lux 2 Bed 2 Bath Haven + Quiet Garden", + 495 + ], + [ + "*Modern Upper East Side Studio *", + 100 + ], + [ + "Large Bright Private Queen bedroom Crown Heights!", + 30 + ], + [ + "Cozy room at heart of Astoria ...", + 79 + ], + [ + "gorgeous bedroom near Yankee Stadium", + 53 + ], + [ + "Luxury Hi-End Brooklyn Brownstone with backyard", + 595 + ], + [ + "Welcome to the best area of Williamsburg, NY", + 500 + ], + [ + "Large studio - Heart of Union Square for 3-5 ppl!", + 189 + ], + [ + "Unbeatable & Massive Midtown 3 Bedroom Apt", + 299 + ], + [ + "Smart Bedroom in Artistic Williamsburg Apartment", + 70 + ], + [ + "Luxury apartment in Manhattan midtown!", + 350 + ], + [ + "Waterside Studio", + 80 + ], + [ + "Ozone Park Tudor Village", + 80 + ], + [ + "THE WHITE HOUSE BEDROOM 2", + 100 + ], + [ + "3 Bedroom Loft Like Triplex 2.5 Bath with Garden.", + 200 + ], + [ + "Cozy nest in the East Village", + 180 + ], + [ + "Private basement studio with backyard access.", + 45 + ], + [ + "1 bedroom overlooking STONEWALL - PRIDE WEEKEND.", + 750 + ], + [ + "#4 Hotel-Like LOFT Private Room KING bed near JFK", + 50 + ], + [ + "Rise & Shine: Home in Ditmas, Brooklyn!", + 75 + ], + [ + "Clean, Elegant luxury and close to everything!", + 135 + ], + [ + "Spacious 1 Bedroom Apt in East Williamsburg", + 150 + ], + [ + "Prospect ave moments from Yankee Stadium", + 150 + ], + [ + "Splendid 4Br 2Ba | Steps From Midtown!", + 600 + ], + [ + "Private Bedroom en-suite Bathroom - Manhattan", + 99 + ], + [ + "Private Bed n Bath w/ Breakfast and Taxi!", + 85 + ], + [ + "Private Cozy Three Bedroom apartment for 8", + 190 + ], + [ + "LES Living in Bohemian Inspired Studio", + 129 + ], + [ + "Charming one-bedroom apartment in Williamsburg", + 89 + ], + [ + "Trendy4BR 2Baths Family Home| 10 min to Midtown", + 375 + ], + [ + "Cozy studio in the Heart of Bedstuy. Modern design", + 90 + ], + [ + "Modern Chic 2Br 2Ba | Lux Elevator Building", + 450 + ], + [ + "Luxury 2 bed 2 bath with outdoor space (5D)", + 220 + ], + [ + "1 Bedroom in a Washington Heights Apartment", + 50 + ], + [ + "Penthouse duplex 2 BR with private rooftop (7E)", + 220 + ], + [ + "Cozy NYC room 25min to Times Square", + 60 + ], + [ + "Luxury Penthouse in Union Square / East Village", + 225 + ], + [ + "Queen Room near Flushing and Arthur Ashe Stadium- Breakfast Included", + 100 + ], + [ + "beautiful 2 bedroom skylight apt", + 100 + ], + [ + "Huge 1 Bedroom Apt +balcony", + 280 + ], + [ + "Master Bedroom in Your Cozy Queens Getaway", + 65 + ], + [ + "Bright Breezy Sleeping Pad NextdoorTo Subway/Pratt", + 45 + ], + [ + "Private studio in Crown Heights triplex townhouse", + 62 + ], + [ + "Gorgeous 2BR / 2BA & Patio in Prime East Village", + 315 + ], + [ + "Large 6 bedroom 15 minutes to Manhattan", + 500 + ], + [ + "Stylish duplex in Midtown East /UN w/ terrace", + 399 + ], + [ + "Sunny , spacious, luxury building off Bedford Ave.", + 164 + ], + [ + "Dope Yurt in Brooklyn", + 60 + ], + [ + "Get Inspired in Soho | 1 Bedroom", + 180 + ], + [ + "Luxury 2BR loft near Empire State Building", + 499 + ], + [ + "King Bay Area", + 35 + ], + [ + "Cozy Budget 2 Bedroom Apt in Times Square", + 229 + ], + [ + "Private room for rent", + 50 + ], + [ + "Room near NYU, New School, Union Square, Chelsea", + 79 + ], + [ + "**Central Park* UWS Luxury 4 Bed/2 Bath Sleeps 8!!", + 307 + ], + [ + "Bright Chelsea Entire 2 Bedroom Apartment", + 225 + ], + [ + "Lovely North Park Slope Private Garden Apartment", + 145 + ], + [ + "Sunny huge Apartment", + 85 + ], + [ + "Prime Williamsburg Apt with Tons of Natural Light", + 110 + ], + [ + "Nice house private room", + 40 + ], + [ + "Sun-drenched LGBT Cozy Private QueenRoom @Bushwick", + 180 + ], + [ + "New Sophisticated 4BR/2.5BA NYC Midtown Apt", + 299 + ], + [ + "1 Bed Just off the J", + 60 + ], + [ + "New Glamorous 4 Bedroom/3 BA Duplex in Murray Hill", + 199 + ], + [ + "New Massive 4BR/3.5BA Townhouse near Park Ave", + 299 + ], + [ + "Stunning Bedroom in NYC!! Walking to Central Park!", + 80 + ], + [ + "Stunning Bedroom NYC!! Walking to Central Park!!", + 80 + ], + [ + "★ Retreat to a Stylish 4BR in NYC ★", + 450 + ], + [ + "Great Room Great Location Williamsburg", + 115 + ], + [ + "Bed Stuy Brooklyn Room AVail", + 100 + ], + [ + "Huge bedroom in Morningside Heights townhouse", + 150 + ], + [ + "Private, cozy room in Astoria!!!", + 85 + ], + [ + "2BR Getaway in Modern Luxury Building", + 375 + ], + [ + "Home In Briarwood Queens NYC | Near Subway & JFK", + 105 + ], + [ + "Luxury apartment in Midtown Manhattan!", + 179 + ], + [ + "My Vintage Brooklyn Hideaway (Williamsburg)", + 250 + ], + [ + "Penthouse large 1 BR with huge terrace (7C)", + 195 + ], + [ + "2BR Midtown Times Square!", + 189 + ], + [ + "Penthouse duplex with 2 balconies! (7D)", + 195 + ], + [ + "Cozy Central Park West Residence", + 150 + ], + [ + "Room with Two Beds near Flushing and Arthur Ashe Stadium-Breakfast Included!", + 100 + ], + [ + "Spacious Room w/Kitchen in Prime Manhattan", + 100 + ], + [ + "Spacious room near Bed- Stuy", + 55 + ], + [ + "Sonder | 116 John | Polished Studio + Gym", + 699 + ], + [ + "Livingroom near Columbia University in Manhattan", + 30 + ], + [ + "True 1-Bedroom in Waterfront Luxury Building", + 350 + ], + [ + "Amazing Apartment in Upper East near Guggenheim", + 230 + ], + [ + "Cozy 2Bd apartment in Little Italy New York", + 350 + ], + [ + "Private Room in heart of East Village", + 100 + ], + [ + "Cat Lover's Room in Bushwick w/Queen Bed", + 49 + ], + [ + "Sonder | 116 John | Simple Studio + Gym", + 699 + ], + [ + "Immaculate, Grand, Clean Apartment Near the Subway", + 190 + ], + [ + "The Moses Suite 2", + 110 + ], + [ + "Rooms in the new hipster area of Brooklyn, NYC 3", + 30 + ], + [ + "★NYC Place with Private Garden★sleep 4★", + 99 + ], + [ + "舒适的带空调单间", + 63 + ], + [ + "Chill & Cozy bedroom in the heart of Brooklyn.", + 45 + ], + [ + "House of Monkey playful space for kids and family", + 220 + ], + [ + "Cute modern one bedroom apartment near Gramercy", + 179 + ], + [ + "Times Square modern and contemporary studio", + 249 + ], + [ + "Comfortable Living Space", + 60 + ], + [ + "舒适的阳光朝南单间-与哥大咫尺之遥", + 250 + ], + [ + "Modern abode in Bedsty BK", + 200 + ], + [ + "Unheard real 2 bedrooms apartment on Park avenue", + 290 + ], + [ + "Trip to NYC, US OPEN, Comfort, Clean and Close all", + 88 + ], + [ + "Lovely 2 bed 2 bath home - Upper East Side", + 199 + ], + [ + "Prime Nolita/Soho/Little Italy studio apt", + 125 + ], + [ + "$79.00 per night in the safest neighborhood in NYC", + 79 + ], + [ + "Spacious 6BR in Bushwick (10 Mins to Manhattan!)", + 550 + ], + [ + "SoHa Bliss - Central Park North 2 Bed / 1 Bath", + 300 + ], + [ + "E Z Living In Harlem 2", + 225 + ], + [ + "nO placE likE iT-2 Beds & Loft Room @McCarren Park", + 260 + ], + [ + "Sweet Sunny Apt in prime Park Slope Location", + 185 + ], + [ + "3BR Duplex in Bushwick (10 Minutes to Manhattan!)", + 280 + ], + [ + "LGBTQIA+ friendly 2 br in queer, artsy Bushwick", + 249 + ], + [ + "Very cozy private bedroom The heart of Astoria", + 90 + ], + [ + "Affordable Private Room in the Heart of Harlem NYC", + 47 + ], + [ + "Penn House~~~~5 mins from JFK", + 128 + ], + [ + "PLUSH RENOVATED APARTMENT CLOSE TO MANHATTAN!", + 220 + ], + [ + "纽约的家", + 258 + ], + [ + "Cozy Private Studio in Queens New York", + 90 + ], + [ + "Stunning Private Room in Heart of NYC with Jacuzzi", + 400 + ], + [ + "Calming Place", + 79 + ], + [ + "中央公园旁的单间", + 100 + ], + [ + "Very Clean Private Room Near Buses & Restaurants!!", + 66 + ], + [ + "Urban Oasis w/3br in the Middle of Manhattan", + 425 + ], + [ + "Comfortable 3 bedroom in Heart of Manhattan", + 425 + ], + [ + "Classic, Urban with a splash of Glam! Near Metro", + 235 + ], + [ + "Lovely Private Room, 5 mins to Yankee Stadium!", + 84 + ], + [ + "Fully Furnished Studio Apartment Midtown East", + 135 + ], + [ + "Modern apartment - 5mins walk to Grand Central", + 100 + ], + [ + "5 Star Modern Hotel, With Beautiful Midtown Views!", + 346 + ], + [ + "Luxury private bed and huge bath With amenities !", + 80 + ], + [ + "Perfect apartments for living in❤️Manhattan", + 200 + ], + [ + "East Harlem Studio Sleeps 3", + 125 + ], + [ + "Marvelous Studio Available 5mins from Times SQ NY!", + 170 + ], + [ + "Bright Row House with Garden by Prospect Park", + 125 + ], + [ + "Budget Friendly Private Room with NYC Locals", + 65 + ], + [ + "Private Townhome in Midtown East near UN", + 1600 + ], + [ + "Best Looking Townhouse in Brooklyn-GQ Magazine", + 800 + ], + [ + "SMH's Abode", + 200 + ], + [ + "BedStuy/Clinton Hill 2-Story Apt 1 Block to Subway", + 100 + ], + [ + "Stunning 2 Bed 15 min from Midtown w/ Backyard", + 250 + ], + [ + "My comfy space", + 44 + ], + [ + "Only August. 14 ft Ceiling Loft in Williamsburg.", + 112 + ], + [ + "Bright, contemporary and best location", + 122 + ], + [ + "Iconic Tribeca Loft", + 380 + ], + [ + "Gorgeous Harlem Hideout | Close to Everything", + 60 + ], + [ + "Williamsburg loft less than one block from L", + 90 + ], + [ + "Rise & Shine: Treetop Apartment, Brooklyn!", + 100 + ], + [ + "Private Room in Luxury Apt Building - NYC", + 225 + ], + [ + "Spacious 1BR Flat near King’s Theatre", + 120 + ], + [ + "Beautiful, spacious apartment in great location", + 95 + ], + [ + "Single Room on the Upper West Side", + 60 + ], + [ + "50% off! Trendy Wburg, private yard", + 59 + ], + [ + "Noho Modern 2 +2 Living", + 420 + ], + [ + "Spacious and Modern Hideout | Close to Everything", + 60 + ], + [ + "Townhouse Apt. w/Backyard-20 min train to City!", + 150 + ], + [ + "Newly Renovated Bright Studio In the East Village", + 140 + ], + [ + "Williamsburg Domino Park Prime Location 2 bedroom", + 285 + ], + [ + "Brooklyn 3BD family oasis w/ walk to Prospect Park", + 135 + ], + [ + "Stunning High Ceiling 2 Bedroom Apt!", + 199 + ], + [ + "2 Twin Beds Room", + 69 + ], + [ + "Cobble Hill 2 Bedroom Garden Apartment Near Subway", + 289 + ], + [ + "Spread Love it's the Brooklyn Way x 2", + 70 + ], + [ + "Quiet Bedroom in Modern Chelsea Apartment", + 105 + ], + [ + "Newly Renovated Bright Studio In The East Village", + 129 + ], + [ + "Private Room + Outdoor Space in Modern Chelsea Apt", + 105 + ], + [ + "Vibrant Private Room in Greenwich Village", + 116 + ], + [ + "Top Floor Fort Greene Park Manhattan Views!", + 199 + ], + [ + "3bedroom First Floor apt in prime Williamsburg", + 196 + ], + [ + "New Boutique Sunny Luxury Williamsburg Condo", + 175 + ], + [ + "Brooklyn family apartment", + 128 + ], + [ + "★Large Full Floor Apartment in Heart of Times Sqr★", + 250 + ], + [ + "Beautiful Aptin heart of williamsburg .Sleeps 4", + 100 + ], + [ + "Downtown NYC - Across From the Freedom Tower!", + 150 + ], + [ + "A Private Room in a Unique Apartment in Bushwick!", + 60 + ], + [ + "2beds Room steps to LGA, CitiField, JFK Manhattan", + 80 + ], + [ + "Spacious & clean room 25 minutes from Manhattan", + 80 + ], + [ + "50% off! Futon, yard access, trendy wburg", + 57 + ], + [ + "50% off! Sliding door yard access, trendy wburg", + 59 + ], + [ + "Huge room on the Upper West Side!!!", + 130 + ], + [ + "The Empress den", + 50 + ], + [ + "Urban Heaven in the City! Near Yankee Stdm/Harlem", + 75 + ], + [ + "Perfect Weekend Stay", + 85 + ], + [ + "One Bedroom Oasis in the Heart of Brooklyn", + 45 + ], + [ + "PERFECT CHIC DOWNTOWN APARTMENT", + 350 + ], + [ + "Private Comfortable Room near Subway", + 50 + ], + [ + "Spacious, light studio in heart of Alphabet City", + 119 + ], + [ + "Large Cozy Newly Renovated 1 Bedroom Private Apt", + 120 + ], + [ + "Greatest view in nyc , biggest room also!", + 200 + ], + [ + "3 Bed Astoria Dream By N/W Train | Street Parking", + 190 + ], + [ + "Heart of NYC! - Large, Spacious, Bright 1 Bedroom!", + 133 + ], + [ + "Half rental fee the first month in Brooklyn!", + 50 + ], + [ + "Serenity", + 123 + ], + [ + "CHARMING THREE BEDROOM APARTMENT IN MANHATTAN", + 260 + ], + [ + "Penthouse Lofts + Private Terrace!", + 599 + ], + [ + "Waterfront 1 BR 2 Bath w/ Pool Prime Williamsburg", + 300 + ], + [ + "Private 1 bedroom studio bed and breakfast", + 250 + ], + [ + "Amazing Bedroom , two stops from Times Square! LIC", + 79 + ], + [ + "Riverside Drive Apartment", + 129 + ], + [ + "River views in the heart of NYC", + 185 + ], + [ + "Beautiful Bedroom steps away from Central Park", + 75 + ], + [ + "Amazing*Quiet*Sunny*Bedroom*PrivateLivingRm*Charm*", + 62 + ], + [ + "Private Cozy Room near Subway", + 49 + ], + [ + "Comfortable place to stay, downtown Manhattan, NYC", + 65 + ], + [ + "Stylish 2 Beds Apartment with Private Parking", + 140 + ], + [ + "Bright, airy & cute Single Bedroom in Williamsburg", + 180 + ], + [ + "Sunny 1 Bedroom in Historic Lower East Side", + 143 + ], + [ + "Sunny and Spacious room near CUMC", + 52 + ], + [ + "Comfy room near Columbia Uni medical school", + 54 + ], + [ + "Private room like studio in shared APT", + 60 + ], + [ + "Beautiful Sheepshead Bay experience.", + 300 + ], + [ + "Comfortable room in Brooklyn 30 min to Manhattan", + 50 + ], + [ + "Cozy private bedroom in Chinatown/Lower East Side", + 71 + ], + [ + "Amazing One Bedroom near Times Square", + 168 + ], + [ + "Cosy LES Apartment", + 195 + ], + [ + "Bedroom in Astoria 20min to Manhattan", + 50 + ], + [ + "Brand New Hamilton Heights Apartment", + 50 + ], + [ + "★★ 4Br 2Ba Getaway in Chelsea ★★", + 800 + ], + [ + "Grand and Bright Home in Historic Park Slope", + 168 + ], + [ + "SHANGRI-LUZ: Urban Oasis", + 45 + ], + [ + "Clinton Hill CrashPad Near Subway/Citibike/Pratt", + 40 + ], + [ + "1 Large Apartment in Williamsburg", + 150 + ], + [ + "Home Away From Home in the Bronx", + 75 + ], + [ + "NYC Traveler’s dream", + 70 + ], + [ + "Spectacular Views of NYC - 54th Floor Corner Apt", + 250 + ], + [ + "Spacious 2BR Manhattan/NYC apt. Mins. to time sq.", + 139 + ], + [ + "Comfortable luxury apartment with Manhattan views", + 345 + ], + [ + "Modern and Charming Greenpoint by the Park", + 220 + ], + [ + "Unique 4bed/2Bath Place Close to Subway, Food&MORE", + 399 + ], + [ + "Soho Comfort", + 125 + ], + [ + "Apartment in Kensington area of Brooklyn", + 169 + ], + [ + "Gorgeous Views in a Shared Space", + 105 + ], + [ + "★Premier Queen Room with Balcony ★", + 99 + ], + [ + "24+Day Stay:1000 sq Bsmt Apartment Great Living", + 70 + ], + [ + "Cosy Bedroom in the Heart of Manhattan", + 125 + ], + [ + "637 Hawthorne Street", + 150 + ], + [ + "Cozy ,quiet with lots of attractions near by", + 151 + ], + [ + "Bright and Cozy Room - Renovated Williamsburg Apt", + 80 + ], + [ + "Room in cozy Brooklyn apartment", + 49 + ], + [ + "Centrally Located 1BDR With Furnished Patio", + 320 + ], + [ + "Luxury Spacious Cityview Studio, Lots of Sunshine!", + 116 + ], + [ + "Beautiful Rooftop Home -Upper East Side -", + 149 + ], + [ + "Spacious private room - minutes to Manhattan train", + 100 + ], + [ + "Cozy Sunlit Brooklyn Apt (GREEN ROOM)", + 90 + ], + [ + "Good Bedroom close to the Subways L,J,A,C and Z", + 60 + ], + [ + "Bushwicks Finest!! Enjoy a long weekend or week!!!", + 56 + ], + [ + "Charming entire apartment in Hell's Kitchen", + 15 + ], + [ + "Be our guest!", + 40 + ], + [ + "Cozy and Renovated Private Studio", + 82 + ], + [ + "Trendy and Modern Apartment in New York City", + 350 + ], + [ + "New Spacious 3BR/1BA Apt mins to Columbia University", + 99 + ], + [ + "Gorgeous sunny room in fabulous Brooklyn duplex", + 99 + ], + [ + "Private Spacious Artist’s Bedroom In Manhattan", + 48 + ], + [ + "Beautiful and light-filled Park Slope studio", + 100 + ], + [ + "Cute & Clean Chinatown 1 bedroom!", + 146 + ], + [ + "LUXRY SPACE IN WILLIAMSBURG - 10 MIN TO CITY", + 150 + ], + [ + "1 bdr in heart of Harlem", + 80 + ], + [ + "A cute guest unit in Brooklyn", + 67 + ], + [ + "Live in style @ the BEST LOCATION in MANHATTAN", + 180 + ], + [ + "Comfortable 2 bedroom apartment in HK 4-5ppl", + 269 + ], + [ + "Manhatten dream apt thats just like home.", + 110 + ], + [ + "Lovely Two Bedroom Next to Central Park", + 279 + ], + [ + "GRAMERCY + WIGWAM = FUN!!!", + 650 + ], + [ + "Sun Filled | Grand | Studio in Heart of SoHo", + 150 + ], + [ + "Cozy Room in the heart of Williamsburg!", + 48 + ], + [ + "Home Away From Home", + 129 + ], + [ + "Luxury 2 bed in great neighborhood", + 150 + ], + [ + "Luxury, Doorman, Steps From United Nations,", + 134 + ], + [ + "Sunlit Room in Cozy Apartment", + 50 + ], + [ + "2 Bedroom Fits 4 In Downtown NYC", + 225 + ], + [ + "Awesome comfy 1st fl walk up across from subway", + 125 + ], + [ + "Spacious Sunny Private Bedroom with Windows", + 44 + ], + [ + "Best in Greenwood 1min walk 15min Manhattan", + 75 + ], + [ + "Cozy Apartment in the Historic Village of FiDi!", + 180 + ], + [ + "Large 1 Bedroom Apartment, Steps to Central Park!!", + 135 + ], + [ + "Breezy Plant Filled Oasis w/ Warm Miminalism", + 180 + ], + [ + "Full Service amenities Designer Modern New Studio", + 180 + ], + [ + "Views, modern layout, elevator, sweet LES.", + 125 + ], + [ + "Spacious room in historic brownstone", + 50 + ], + [ + "Great deal-private-NON shared apt in Chelsea", + 240 + ], + [ + "Private Room Dumbo", + 75 + ], + [ + "The blue house", + 125 + ], + [ + "Charming and Spacious 2 Bedroom Midtown Apt", + 244 + ], + [ + "Amazing Wiliamsburg Private Room", + 95 + ], + [ + "Beautiful room in Williamsburg", + 95 + ], + [ + "Charming room in Williamsburg", + 90 + ], + [ + "Modern & Hip Building-Lower East Side- Elevator!", + 209 + ], + [ + "Delightful room in Williamsburg", + 90 + ], + [ + "✨Superb Room- 2 Queen Beds ✨", + 149 + ], + [ + "Comfortable & independent apartment in Queens NY", + 120 + ], + [ + "Spacious Sunny Apartment (July 4 to 7)", + 100 + ], + [ + "Huge, Clean & Quiet room in a 2 BR Apt", + 77 + ], + [ + "A clean, comfortable private room near Bowne park", + 48 + ], + [ + "★Premier Queen Room with Balcony ★", + 99 + ], + [ + "RARE | Entire 2-bed apt ♥ 0 min to M/L train", + 150 + ], + [ + "The clean, cozy room next to a beautiful park.", + 49 + ], + [ + "Nice room to rent 1", + 40 + ], + [ + "Cozy entire apt in Queens near St. John's Univ", + 68 + ], + [ + "Large bedroom with private bathroom is suit", + 75 + ], + [ + "Luxury building Brand new Apartment in Chelsea!", + 250 + ], + [ + "Nice house room 2 near van cortlandt park", + 40 + ], + [ + "Newly Renovated 1 BD w/ AC & Netflix in Queens (2)", + 50 + ], + [ + "✨Superb Room- 2 Queen Beds and Balcony ✨", + 159 + ], + [ + "LARGE COZY ROOM FOR 2people +1(child)+AMENITIES )", + 120 + ], + [ + "Colorful + Comfortable Downtown NYC Apartment", + 180 + ], + [ + "Lovely Private Corner Room in Bushwick", + 55 + ], + [ + "Beachside Serenity", + 75 + ], + [ + "Small Private Room in Upper East Side #8", + 69 + ], + [ + "Cozy, perfect located, Room in the middle of NYC", + 185 + ], + [ + "Cozy single room in Manhattan", + 42 + ], + [ + "Luxury TriBeCa Apartment at an amazing price", + 6500 + ], + [ + "Cozy room in Brooklyn, Park Slope", + 42 + ], + [ + "Cozy apartment, amazing location!", + 99 + ], + [ + "Charming prewar 1 bedroom in vibrant Midtown East", + 229 + ], + [ + "BEAUTIFUL ONE BEDROOM, PRIVATE BACKYARD. Manhattan", + 200 + ], + [ + "4FE Chelsea Studio Exclusively Yours", + 125 + ], + [ + "Private room w/ Loft Bed, Desk, Quick Ride to City", + 50 + ], + [ + "Chelsea Loft Living - Perfect for LARGE groups", + 1050 + ], + [ + "Spectacular 2 Bedroom, 2 1/2 Bath", + 385 + ], + [ + "Private Studio-Bedroom in Duplex in Williamsburg", + 99 + ], + [ + "Private room in a spacious, clean, cozy apartment.", + 50 + ], + [ + "Chic room, excellent location!", + 75 + ], + [ + "Williamsburg 2nd Fl 2bed Floor thru Apt townhouse", + 155 + ], + [ + "SHORT TERM STAY", + 90 + ], + [ + "True 1 bedroom, with add'l pull out couch", + 300 + ], + [ + "Sunlit, cozy and tranquil one bedroom in Brooklyn", + 115 + ], + [ + "Airy, light-filled, charming and zen duplex", + 210 + ], + [ + "Great Room; by Park / River; 15 min to Manhattan", + 70 + ], + [ + "Trendy and Tranquil Brooklyn Duplex", + 172 + ], + [ + "Artist Luxe Loft Prime Williamsburg", + 270 + ], + [ + "NYC Trip! Safe,Walk to train, 20 min toTime Square", + 80 + ], + [ + "Stylish bedroom, two stops from Times Square! LIC", + 79 + ], + [ + "Comfy Private Room Shared Bath/Kitchen", + 75 + ], + [ + "Convenient family friendly entire 2br in Bushwick.", + 250 + ], + [ + "In the heart of the LES a sunny and charming room!", + 120 + ], + [ + "The Emperors Den", + 60 + ], + [ + "Private Rock and roll room 1blk from train", + 100 + ], + [ + "Luxury 800sq ft loft in the heart of Little Italy!", + 202 + ], + [ + "Private room in Central Park North", + 90 + ], + [ + "Private Room in Lower East Side", + 75 + ], + [ + "An inspiring loft in Williamsburg", + 110 + ], + [ + "Cosy Sunny room near Prospect Park", + 50 + ], + [ + "Great Apartment only $79 per night \nGreat area", + 79 + ], + [ + "Large private room in the heart of Williamsburg", + 109 + ], + [ + "Charming suite on Historic block", + 170 + ], + [ + "Private Room In Hamilton Heights Manhattan", + 70 + ], + [ + "Amazing Room! Awesome Price!\nCan’t wait to meet U!", + 68 + ], + [ + "Luxury apartment 2 min to times square", + 1308 + ], + [ + "Cosy Private room, weekly cleaner", + 70 + ], + [ + "Apartment In Hamilton Heights Manhattan", + 125 + ], + [ + "Shared BR for Overnight Sleep", + 65 + ], + [ + "Luxury One Bedroom Apartment on Wall Street 3 Beds", + 255 + ], + [ + "Beautiful place walking distance from Central Park", + 320 + ], + [ + "3 Bedroom Penthouse minutes from JFK and Manhattan", + 130 + ], + [ + "★ Premier Room with 2 Queen Beds ★", + 119 + ], + [ + "Comfortable King Size Bed-Block away from D Train", + 50 + ], + [ + "Luxury Private One Bedroom in the Upper East Side", + 165 + ], + [ + "Beautiful Private Room in Sunny Greenpoint", + 75 + ], + [ + "Sunny, Comfortable Room in Historic Heights!", + 46 + ], + [ + "cozy apt in midtown", + 70 + ], + [ + "Beautiful One Bedroom in Astoria", + 75 + ], + [ + "Clean, quiet, lux BR in Midtown", + 147 + ], + [ + "Cozy Shared BR in East Side\n(Female Guests Only)", + 69 + ], + [ + "AMAZING LARGE ONE BEDROOM IN WILLIAMSBURG!!", + 299 + ], + [ + "Large Sunny Apartment-By Subway-Lower East Side", + 164 + ], + [ + "Bright Bushwick room with view of park", + 55 + ], + [ + "Great Greenpoint location!", + 85 + ], + [ + "Cosy room Bushwick", + 37 + ], + [ + "Spacious Clinton Hill Apartment", + 95 + ], + [ + "The Game Room", + 390 + ], + [ + "Brand new cozy 1 bedroom apartment in Brooklyn", + 100 + ], + [ + "Private Room in the most convenient location!", + 80 + ], + [ + "Central location, Manhattan. 1-bed Apt", + 185 + ], + [ + "An Urban Oasis in Brooklyn", + 148 + ], + [ + "Stylish apartment near Central Park!", + 170 + ], + [ + "Amazing big East Village apt with vintage details", + 197 + ], + [ + "Upper Court Room", + 69 + ], + [ + "Serene Storefront Studio, a private cozy hideaway", + 97 + ], + [ + "The Game Room Place", + 122 + ], + [ + "PRIVATE TIMES SQUARE TOWNHOUSE", + 560 + ], + [ + "Plush And Spacious 2 Bedroom Flat In Manhattan", + 315 + ], + [ + "2 Bed 1 Bath Manhattan Apartment", + 222 + ], + [ + "New York City escape", + 90 + ], + [ + "Comfortable cosy room", + 56 + ], + [ + "Like a Cottage in the Sky!", + 175 + ], + [ + "Astonishing Nomad Apt in the Center Of Manhattan", + 350 + ], + [ + "Luxury Penthouse 3bed/2bath Apt w/Gym, Doorman", + 583 + ], + [ + "Amazing 2 Bedroom in the Village!", + 200 + ], + [ + "Central Harlem Lux, near to all major restaurants.", + 175 + ], + [ + "Trendy King Bedroom w/private Bath in Bushwick", + 69 + ], + [ + "Penthouse with Skyline View & Terrace", + 125 + ], + [ + "Lovely Studio near Franklin Ave", + 85 + ], + [ + "Garden Apartment in Artist’s Historical Brownstone", + 190 + ], + [ + "Flushing Hideout", + 25 + ], + [ + "7 minutes away from JFK", + 34 + ], + [ + "***New*** Explore the NYC in this Brooklyn Oasis", + 150 + ], + [ + "金城发大床房 Suit1", + 55 + ], + [ + "Lovely room with full size bed(suit3)", + 42 + ], + [ + "East 60s NYC. Heart of midtown manhattan", + 209 + ], + [ + "Stunning ! All new near U.N. & Central Park", + 179 + ], + [ + "Great soho Designer furniture modern home", + 300 + ], + [ + "NYC apartment located in Midtown Manhattan", + 150 + ], + [ + "Bright, spacious 1br in Harlem | Near 4/5/6 train", + 100 + ], + [ + "Nice central bushwick room with backyard", + 45 + ], + [ + "LUXE LOFT NYC's BEST NEIGHBORHOOD", + 350 + ], + [ + "Simple + Cute + Spacious Studio (Perfect for 1-2)", + 149 + ], + [ + "Charming Area! Private Room!", + 99 + ], + [ + "Luxury Furnished Apartment in Heart of Astoria", + 100 + ], + [ + "Huge New Basement w/Queen Bed in Bushwick", + 39 + ], + [ + "Dreamy brownstone with cozy room, big closet, bike", + 49 + ], + [ + "Luxury Private Bedroom and bathroom in Midtown", + 129 + ], + [ + "Luxury 1 bed in UWS Finest Building with Gym #6109", + 180 + ], + [ + "Williamsburg Waterfront Apartment", + 150 + ], + [ + "Bright and Sunny home away from home.", + 40 + ], + [ + "Very Cozy Van", + 89 + ], + [ + "ROSE QUARTZ 1 BEDROOM", + 300 + ], + [ + "Private large room, 15 minutes to Times Square.", + 59 + ], + [ + "Very Comfy Van", + 89 + ], + [ + "Cozy Camper Van", + 89 + ], + [ + "THE BEST 1 bedroom apt in Astoria, seriously, best", + 99 + ], + [ + "Comfy 2 bedroom apartment in Brooklyn", + 150 + ], + [ + "Modern and Beautiful Riverdale Apartment", + 150 + ], + [ + "Amazing Studio in the UWS with Gym #6108", + 150 + ], + [ + "Fire Escape Bedroom in Artist Loft.", + 80 + ], + [ + "Family-Friendly 2BR Apt. in Beautiful Fort Greene", + 250 + ], + [ + "Perfect location, beautiful apartment in the City", + 185 + ], + [ + "1BR steps away from Time Square", + 250 + ], + [ + "Bright & Cozy Brooklyn Apartment", + 145 + ], + [ + "Lovely 1BR Apartment Central Park/ Columbus Circle", + 170 + ], + [ + "Beautiful unique artist loft!", + 51 + ], + [ + "Room in Charming Williamsburg Townhouse", + 90 + ], + [ + "WaHi Walk Up", + 80 + ], + [ + "Large room(Brooklyn) - 20 min to Manhattan+comfort", + 80 + ], + [ + "Elegant private bedroom in sunny modern home #3", + 90 + ], + [ + "Spacious Private Room in Williamsburg", + 55 + ], + [ + "Private Room in Central Park North #2", + 85 + ], + [ + "Luxury Chelsea Studio", + 300 + ], + [ + "Stunning Penthouse Over the High Line", + 550 + ], + [ + "Cozy warm", + 55 + ], + [ + "Sunlit Design Loft 2bdroom", + 99 + ], + [ + "Private Room In a Beautiful Tree-Lined Brownstone", + 50 + ], + [ + "Cristina's place", + 60 + ], + [ + "Very Large/Spacious Private Bedroom in Manhattan", + 85 + ], + [ + "Sunny room in Brooklyn, Sunset Park", + 45 + ], + [ + "Cool Studio in SoHo, Manhattan", + 240 + ], + [ + "convenient 5min away from jfk 20 min lga airport", + 150 + ], + [ + "Quiet 1BR Apt in West Village/NYU", + 229 + ], + [ + "In the heart of the Upper East Side, Manhattan", + 200 + ], + [ + "Modern room with balcony", + 135 + ], + [ + "A Cozy Bed Dream in Manhattan", + 75 + ], + [ + "Spacious Studio Near Manhattan -15 min to Time SQ!", + 115 + ], + [ + "Rare Find - 9bd/3ba Duplex - 15 mins to Manhattan", + 595 + ], + [ + "Lovely 3 bedroom w/ 4beds & 2 bathroom in Queens", + 280 + ], + [ + "SOHO One bedroom Good vibes Perfect location", + 200 + ], + [ + "Semi-Private Brooklyn Quiet Sundrenched Apartment", + 150 + ], + [ + "Space to breath in Crown Heights", + 75 + ], + [ + "Kosy apt w modern new furniture in the heart of NY", + 175 + ], + [ + "Sunset Park Upgraded Apartment", + 200 + ], + [ + "Luxury new private studio one stop to Manhattan4", + 180 + ], + [ + "Entire 3 Bedroom apt next to Barclay’s center", + 250 + ], + [ + "Spacious and Sunny Bushwick Artist's Loft", + 250 + ], + [ + "Refreshing apt in the heart of downtown", + 157 + ], + [ + "COSY 2BR APARTMENT IN LOWER EAST SIDE", + 198 + ], + [ + "Amazing and clean apartment-15 min to Central Park", + 60 + ], + [ + "Private and cozy room, steps to LGA and Manhattan", + 78 + ], + [ + "Manhattan ♥ 2BR apartment", + 320 + ], + [ + "Amazing Condo In Amazing Part of an Amazing City-2", + 50 + ], + [ + "BEAUTIFUL 2 BEDROOM APARTMENT BY TIMES SQUARE", + 250 + ], + [ + "NYC oasis in Gramercy", + 250 + ], + [ + "Modern and Hip Brooklyn Brownstone!", + 110 + ], + [ + "Cozy Kips Bay Apartment", + 130 + ], + [ + "Free Cleaning & WiFi, Quick Walk to Metro-Modern!", + 35 + ], + [ + "Room with Amazing location in Manhattan", + 73 + ], + [ + "Cozy place by Times Square", + 69 + ], + [ + "30 mins to Times Square!! 15 mins LGA, 25mins JFK!", + 67 + ], + [ + "NYC full spacious apartment.", + 300 + ], + [ + "Best location in ny", + 69 + ], + [ + "Master bedroom in luxury building", + 150 + ], + [ + "Beautiful room near central park", + 69 + ], + [ + "Wonderful Summer Vacation Getaways For Weekenders", + 85 + ], + [ + "Cozy room in Nyc", + 69 + ], + [ + "Stylish room in midtown", + 69 + ], + [ + "Honest clean living", + 95 + ], + [ + "SUMMER RENTAL IN SUNNY SPACIOUS ROOM", + 54 + ], + [ + "Beautiful 2 bedroom Apartment on Prime Upper East!", + 150 + ], + [ + "Cozy room in Brooklyn Bushwick", + 39 + ], + [ + "July sublet in Bushwick", + 45 + ], + [ + "2 Bedroom Home away from home", + 150 + ], + [ + "Bright and cozy room in Greenpoint with loft", + 85 + ], + [ + "Beautiful, Spacious room in prime Williamsburg!", + 70 + ], + [ + "Cute 1 Bedroom Bungalow-Steps to Beach&Subway", + 139 + ], + [ + "Amazing 2 bed 2 bath in Williamsburg", + 250 + ], + [ + "Harlem Hot Spot", + 132 + ], + [ + "BEST DEAL 2 BR APT IN MANHATTAN! 6 BEDS AVAILABLE!", + 195 + ], + [ + "HUGE Tribeca/SOHO Loft - 2,200 Square Feet!!", + 500 + ], + [ + "1910 Original Rockaway Bungalow", + 150 + ], + [ + "The place is a brand new gut renovated apartment.", + 100 + ], + [ + "Park side Apt in front of Forest Park", + 50 + ], + [ + "Beautiful bedroom in traditional NYC apt!", + 70 + ], + [ + "Veneta New York suite", + 561 + ], + [ + "Gorgeous 1 family home in Astoria; 2 floors", + 200 + ], + [ + "Cozy private room with ensuite, 25min to Manhattan", + 60 + ], + [ + "*TIMES SQ CENTRAL*", + 209 + ], + [ + "Spacious and light-filled 2.5 bedroom in Ridgewood", + 55 + ], + [ + "1 Bedroom Bungalow-Rockaway-By Beach&Subway", + 159 + ], + [ + "Classy East Village Enclave", + 220 + ], + [ + "Beautiful Brooklyn", + 115 + ], + [ + "Cozy Brooklyn Home on a Tree-lined Block", + 220 + ], + [ + "Cozy Studio near JFK and LaGuardia Newly Renovated", + 99 + ], + [ + "Bushwick Michael", + 75 + ], + [ + "My Cozy Two Bedroom Apt in Soho - Very Conve", + 250 + ], + [ + "Bedstuy Home of The Greats (Stuyvesant Heights)", + 65 + ], + [ + "Financial District,wall street,PV ROOM,FEMALE ONLY", + 90 + ], + [ + "AMAZING 3 BEDROOM APARTMENT NEAR UNION SQUARE", + 250 + ], + [ + "The most convenient place in Brooklyn", + 250 + ], + [ + "Crown Heights Haven", + 38 + ], + [ + "Luxury apartment in the “heart of queens”", + 65 + ], + [ + "~TIMES SQ CENTRAL~", + 209 + ], + [ + "Peace, Love and Sunshine", + 200 + ], + [ + "Cozy Apartment in Midtown West", + 75 + ], + [ + "Ridgewood Deal", + 35 + ], + [ + "Private and cozy bedroom, for rent.", + 50 + ], + [ + "Private and Cozy Bedroom.", + 50 + ], + [ + "A luxury one-bedroom apartment", + 150 + ], + [ + "Home near the park", + 33 + ], + [ + "Spacious room near Brooklyn Botanic Gardens", + 46 + ], + [ + "Summer Oasis Brooklyn Apartment", + 65 + ], + [ + "Spacious decorated 2 BR minutes from Central Park.", + 250 + ], + [ + "The coziest garden apartment in Harlem!!", + 100 + ], + [ + "Cozy Two Bedroom Apartment in the East Village", + 225 + ], + [ + "I promise you ,you'll never want to leave!", + 89 + ], + [ + "Studio (200 sq ft.) near Times Square!", + 134 + ], + [ + "Tiny Room only for “1 lady” :)\nSolo Travelers !!!!", + 50 + ], + [ + "Convenient and Spacious Sugar Hill Apartment", + 45 + ], + [ + "Luxury 1 BD Full Bed w/ AC & Netflix in Queens (3)", + 55 + ], + [ + "Sleeping Easy on the East Side! 1 Bed/1 Bath", + 199 + ], + [ + "Pirate's den", + 90 + ], + [ + "Premier room in Downtown Manhattan", + 98 + ], + [ + "Cozy, Spacious and private apartment in NYC", + 125 + ], + [ + "Stylish 1 Bedroom in the Heart of the LES", + 179 + ], + [ + "an L.E.S. Jewel-in-the-Crown of Chinatown!", + 260 + ], + [ + "South Park Slope 2 BR Garden-Level - Brand New!", + 250 + ], + [ + "Large Apartment by Central Park with an Elevator!!", + 115 + ], + [ + "Historic Beach Bungalow-Steps to train- By Beach", + 129 + ], + [ + "2 Bedroom 10 Minutes from JFK on the 1st floor", + 250 + ], + [ + "BRAND NEW KING 2br Airports& Times Sq MINUTES away", + 199 + ], + [ + "Quaint Little Reader’s Retreat in Hudson Heights.", + 99 + ], + [ + "Large Apartment by Union Sqaure with an Elevator!!", + 125 + ], + [ + "Historic Rockaway Beach Bungalow-By Subway & Beach", + 139 + ], + [ + "VJ'S 5 HOUR YACHT TOUR", + 1000 + ], + [ + "Moroccan Lounge*", + 95 + ], + [ + "* Brooklyn's Prospect Park Perfection *", + 90 + ], + [ + "Your relaxing escape - studio apartment in NYC", + 150 + ], + [ + "♥~Cutest apartment in the East Village~♥", + 215 + ], + [ + "VIP Pristine Luxury 2BED Prime Midtown west", + 245 + ], + [ + "Pristine Bedroom in Historic Harlem Neighborhood", + 100 + ], + [ + "✰ Manhattan Bridge ✰ STUDIO / w. Private Backyard", + 155 + ], + [ + "Charming brownstone in the heart of Brooklyn!", + 122 + ], + [ + "Woman Flower Youth Hostel(only for girls )", + 35 + ], + [ + "Comfortable apartment in BUSHWICK by GATES stop(J)", + 80 + ], + [ + "House by the beach side", + 65 + ], + [ + "Sunny room in Sunset Park, Brooklyn", + 45 + ], + [ + "Connected rooms with single twin bed per room", + 45 + ], + [ + "Two Bedrooms with Four Beds, Bathroom, Kitchenette", + 229 + ], + [ + "Luxurious Studio One Stop To Manhattan!", + 200 + ], + [ + "Private bedroom withWiFi minutes from Central Park", + 78 + ], + [ + "Comfy Artistic Private Studio in Brooklyn", + 110 + ], + [ + "The Perfume Lab Inspiration Duplex of Brooklyn", + 135 + ], + [ + "Private Bedroom in the Heart of Chelsea!", + 999 + ], + [ + "Available for 4th July to 6th July", + 200 + ], + [ + "Lovely Room in Williamsburg", + 50 + ], + [ + "Next to Times Square/Javits/MSG! Amazing 1BR!", + 2999 + ], + [ + "2BR Near Museum Mile! Upper East Side!", + 1999 + ], + [ + "Room in Artsy Loft in the Upper West Side", + 200 + ], + [ + "Small private room 2 windows", + 50 + ], + [ + "Spacious Modern Apt Steinway Piano Lincoln Center", + 195 + ], + [ + "Book a room with views!", + 70 + ], + [ + "ROMANTIC SUNSET YACHT CRUISE & FIREWORKS", + 600 + ], + [ + "Green flat with patio in New York artistic best", + 150 + ], + [ + "Furnished room for rent in Bronx SINGLE FEMALE", + 25 + ], + [ + "Quite boutique type time share", + 180 + ], + [ + "Light, airy, spacious room in the heart of BK!", + 80 + ], + [ + "Calm, quiet space with natural creations.", + 35 + ], + [ + "Cozy bedroom in BUSHWICK by GATES stop J Train!!!", + 55 + ], + [ + "Quiet Studio in the UWS by Central Park", + 162 + ], + [ + "Comfortable Main Bedroom in Brooklyn", + 95 + ], + [ + "Cozy, serene sanctuary for one", + 80 + ], + [ + "A specious and bright 1 bedroom in hart of Queens", + 50 + ], + [ + "Stream-Pressed Paradise (Laundry Room Setup)", + 30 + ], + [ + "Beautiful 1-br with Spectacular View", + 250 + ], + [ + "Classic Brooklyn Apartment", + 125 + ], + [ + "Spacious 2 story home in the heart of Manhattan", + 190 + ], + [ + "$2000 / Huge 1br - Cobble Hill | 8/1 start", + 70 + ], + [ + "Bushwick Central Avenue, between L and J train.", + 50 + ], + [ + "Private studio in New York most artistic Bushwick", + 120 + ], + [ + "Perfect room in Brooklyn", + 45 + ], + [ + "Beautiful Bushwick bedroom w/backyard balcony!", + 75 + ], + [ + "bensonhurst area", + 85 + ], + [ + "Large Sunny Room Available", + 59 + ], + [ + "Room with private bathroom", + 69 + ], + [ + "Entire Spacious Apartment in UWS near Central Park", + 275 + ], + [ + "Light Filled 1-BDR Apartment Bed-Stuy / Bushwick", + 95 + ], + [ + "The Perfect Upper East Side Apartment", + 161 + ], + [ + "Ladies Flower Youth Hostel(only for girls )", + 30 + ], + [ + "New Unit w/ Private Gym in Bushwick (10% off!)", + 125 + ], + [ + "Beautiful Sun-Drenched Private Room South Slope", + 80 + ], + [ + "Sunny & Spacious apartment in Crown Heights", + 99 + ], + [ + "Best 1 bedroom apartment in NYC", + 85 + ], + [ + "Woman Flower (only for girls )", + 35 + ], + [ + "Violet. flower Youth Hostel(only for girls )", + 35 + ], + [ + "Sunny, Spacious 2-bd Chelsea Apt", + 750 + ], + [ + "Super Cool & Friendly Pad in Prime AreaofBushwick", + 44 + ], + [ + "Bright and Cozy Uptown Retreat", + 120 + ], + [ + "Beautiful apartment steps away from Central Park", + 125 + ], + [ + "Big Room close to LGA Airport. Cuarto Grande.", + 40 + ], + [ + "Best Location! 3BR / 1 BA Chelsea! Steps to Penn!", + 234 + ], + [ + "PVT spacious room in queens near airports", + 39 + ], + [ + "3min to subway - Modern 3BR with walk-in closet", + 167 + ], + [ + "A homey home.", + 200 + ], + [ + "New Studio Great Location in NYC", + 225 + ], + [ + "Room with a private bathroom", + 70 + ], + [ + "Large River view room with king size bed", + 70 + ], + [ + "little Oasis in New York artistic best Bushwick", + 120 + ], + [ + "Beautiful apartment in old-style Brooklyn", + 103 + ], + [ + "Spacious getaway room in the heart of Bedstuy", + 66 + ], + [ + "Beautiful studio in far rockaway", + 55 + ], + [ + "✨Executive Room One King Bed and Kitchenette✨", + 89 + ], + [ + "Authentic Williamsburg Loft", + 200 + ], + [ + "✨Marvelous Room One Queen and One Full Bed✨", + 89 + ], + [ + "Bohemian studio in Midtown", + 120 + ], + [ + "1 bedroom in beautiful, bohemian East Village apt", + 100 + ], + [ + "Garden flat in most artistic New York Bushwick", + 160 + ], + [ + "Fantastic Location in Brooklyn", + 135 + ], + [ + "Private queen bedroom next to Empire State Bldg", + 150 + ], + [ + "Best luxury deal in Manhattan.", + 199 + ], + [ + "HUGE BEDROOM WITH PATIO ON HISTORIC LENOX AVE!!!", + 150 + ], + [ + "Private BR in Two-Floor Hip Bushwick Apartment", + 70 + ], + [ + "Upper East Side Apt By The Water", + 150 + ], + [ + "Entire cozy apartment with Manhattan views", + 120 + ], + [ + "Three Bedroom - Newly Renovated- Close to all!", + 200 + ], + [ + "Minimal Rockaway Beach Studio-By Subway,JFK&Beach", + 99 + ], + [ + "New York Guest House Private Shared Room", + 67 + ], + [ + "Prospect Park Gem! One Room One Block from Park!", + 150 + ], + [ + "Great location. Great view. Brand new Apartment", + 250 + ], + [ + "REAL 1BR+ Entire Apt+ Pet ok+ Amazing location!!", + 125 + ], + [ + "Sunny SoHo Penthouse w/ Pvt. Terrace!", + 600 + ], + [ + "NYC Cozy Apt", + 117 + ], + [ + "Older 1st Floor in Rockaway House-By Subway&Beach", + 99 + ], + [ + "Deluxe Private Unit in Spacious Bedstuy Apartment", + 60 + ], + [ + "Queens room", + 34 + ], + [ + "Large Designer One Bedroom on West 72nd", + 240 + ], + [ + "Great space, very large room, excellent location", + 130 + ], + [ + "Room in furnished & light-filled BRKLYN apartment", + 50 + ], + [ + "Spacious 3 bedroom in the heart of Brooklyn", + 85 + ], + [ + "1 room in bushwick", + 40 + ], + [ + "Welcome home buddies in NYC", + 60 + ], + [ + "✨Spacious bedroom│walkable to UN, Empire State✨", + 150 + ], + [ + "Designer duplex in historic Brooklyn Brownstone", + 150 + ], + [ + "Sky View beautiful apt in Williamsburg New York", + 170 + ], + [ + "Top on Manhattan", + 138 + ], + [ + "Walk to Times SQ! Simple room in heart of NYC", + 85 + ], + [ + "READY BED GO the goal is to make u feel at home", + 75 + ], + [ + "金城发suit3. (single room with twin bed)", + 35 + ], + [ + "Large room(Brooklyn) - 20 min to the beach+comfort", + 100 + ], + [ + "TRANQUIL HAVEN -8MINS TO JFK/LIRR/AIRTRAIN#3.", + 50 + ], + [ + "Small Comfy space", + 41 + ], + [ + "~MANHATTAN CENTRAL~", + 249 + ], + [ + "Amazing private bedroom next to Central Pk & Sub", + 137 + ], + [ + "Beautiful Cozy Room, 20mn to FREE ferry", + 65 + ], + [ + "Spacious Soho Loft", + 270 + ], + [ + "Gorgeous 5th FL Walk-up Historic Harlem Sugar Hill", + 199 + ], + [ + "Chic Room in Williamsburg + Backyard +Washer Dryer", + 91 + ], + [ + "Home away from home 2BDR apartment", + 160 + ], + [ + "Exposed brickwall flat in the heart of Greenpoint", + 115 + ], + [ + "Greenwich Village Private Room and shared Bath", + 200 + ], + [ + "★Pvt Room in 4BR House ★ Backyard ★Laundry ★ Room4", + 46 + ], + [ + "Enjoy your friendly stay at my place", + 50 + ], + [ + "Classic Brooklyn Loft (East Williamsburg/Bushwick)", + 100 + ], + [ + "Union Square Private Apt", + 150 + ], + [ + "❥❥❥*NYC Room: 4min/subway, 25m/city, 20m/LGA,JFK❥❥", + 55 + ], + [ + "Upper East Site Luxury 2 Bed rooms", + 220 + ], + [ + "spacious space privated room #1", + 39 + ], + [ + "Brand New Private 5 bedrooms apartment ##5", + 178 + ], + [ + "Spacious private room #2", + 29 + ], + [ + "spacious private room #3", + 33 + ], + [ + "Single bed step to Citi Field, LGA, JFK,Manhattan", + 45 + ], + [ + "2bed bedroom step to LGA, JFK bus to Manhattan", + 75 + ], + [ + "Private Room: Have your own and share some comm", + 70 + ], + [ + "Quaint And Cozy Beach House Close To All!!", + 125 + ], + [ + "Huge 3 bdrm apartment on the beach paradise", + 350 + ], + [ + "Chill in Style - A Music Producer's Dream Pad", + 242 + ], + [ + "Great room in an amazing loft - style apartment", + 88 + ], + [ + "2 Bedroom Family Apartment in a Quiet Neighborhood", + 195 + ], + [ + "Midtown 34th st 1 Br apt with patio!", + 400 + ], + [ + "Amazing bedroom with Backyard close to Manhattan", + 77 + ], + [ + "Amazing 1BR Apartment near Columbia University", + 150 + ], + [ + "Sun filled apartment in SoHo/Nolita", + 180 + ], + [ + "Times Square River View", + 125 + ], + [ + "Cozy, modern room close to Manhattan for 2 guests", + 50 + ], + [ + "Perfect Location - Midtown Manhattan Modern 2BD!", + 220 + ], + [ + "Lovely 2 bedroom on Prospect Park, near subway", + 100 + ], + [ + "Best Brooklyn room w/ bathroom close to Manhattan", + 77 + ], + [ + "Comfortable Brooklyn room close to Manhattan!", + 77 + ], + [ + "LaGuardia airport hub and very close to Manhattan", + 45 + ], + [ + "Small and Cozy room only 4 stations to Manhattan!", + 77 + ], + [ + "Cozy bedroom in a great Apartment", + 51 + ], + [ + "Humble Hutch in the Heights", + 85 + ], + [ + "Spacious bedroom only 4 stations to Manhattan!", + 77 + ], + [ + "A Home Away From Home", + 40 + ], + [ + "Gorgeous bedroom in Brooklyn close to Manhattan!", + 77 + ], + [ + "Adorable apartment decorated with local art.", + 200 + ], + [ + "Beautiful Brooklyn room close to Manhattan!", + 77 + ], + [ + "Small Bedroom, simple & clean. Nice apt. Yard.", + 51 + ], + [ + "Beautiful home on Staten Island, walk to ferry", + 100 + ], + [ + "Heart of Harlem Studio", + 125 + ], + [ + "big nice warm place in Stuytown", + 99 + ], + [ + "One Bedroom Walk to Central Park or Times Square!", + 190 + ], + [ + "Luxury one bedroom in Fort Green", + 200 + ], + [ + "Big Beautiful Apartment on Flatbush ave near Park", + 199 + ], + [ + "Charming TriBeCa Loft - Avail for Summer", + 250 + ], + [ + "Private Bedroom in a Prewar Gramercy Building!*", + 135 + ], + [ + "Elegant Spacious UES private room", + 120 + ], + [ + "Manhattan cute sofa bed", + 100 + ], + [ + "Luxury new private studio one stop to Manhattan", + 180 + ], + [ + "Cozy Wall Street Studio", + 170 + ], + [ + "10 Mins to Manhattan - 3 Bdr, Duplex Entire House", + 95 + ], + [ + "Nyc Beach Getaway(20 mins from airport)", + 39 + ], + [ + "Private 1 bedroom apartment", + 100 + ], + [ + "❤️Ever best located cozy flat❤️", + 330 + ], + [ + "Private Bedroom in Duplex in Williamsburg", + 109 + ], + [ + "Cozy 1BR Apartment in Upper East Side New York", + 230 + ], + [ + "room in 3-bedroom house , Central Brooklyn", + 55 + ], + [ + "Modern, Spacious Brooklyn Museum Home", + 150 + ], + [ + "Modern Luxury in Brooklyn's Premier Neighborhood", + 100 + ], + [ + "Prime West Village One Bedroom", + 299 + ], + [ + "NYC STYLE - SUBWAY AREA 10 MINUTES TO TIMES SQUARE", + 180 + ], + [ + "FUNKY FLATBUSH FLAT", + 159 + ], + [ + "Brand New & Cozy Private Bedroom w/ Full Bed !!", + 60 + ], + [ + "Gossip Girl Pied-à-terre @ Central Park and Plaza", + 225 + ], + [ + "On the Waterfront Is Yours!", + 94 + ], + [ + "FANTASTIC APT IN THE HEART OF THE EAST VILLAGE", + 207 + ], + [ + "Hell's Kitchen Heaven", + 170 + ], + [ + "Quiet crash pad in Bushwick", + 40 + ], + [ + "Furnished Bedroom in FiDi Apt for Sublet", + 57 + ], + [ + "Clean & Spacious 2 BR in DwnTwn NYC, Walk to UNSQ!", + 300 + ], + [ + "Bright and sunny clean, cute Upper East side oasis", + 210 + ], + [ + "Cozy bright room with half bath and bunk beds", + 90 + ], + [ + "Good-looking Room", + 70 + ], + [ + "PRIME LOCATION, Private 2BR in UNION SQUARE", + 400 + ], + [ + "This is your Happy Place in Brooklyn NYC", + 45 + ], + [ + "Cozy, bohemian vibe private room", + 50 + ], + [ + "Art and View authentic Williamsburg Loft", + 280 + ], + [ + "Bright and sunny top floor, spacious apartment", + 150 + ], + [ + "Cable and wfi, L/G included.", + 16 + ], + [ + "Open light loft in the heart of Manhattan", + 300 + ], + [ + "【Brooklyn N, R地铁口 45街阳光主卧7月短租】限女生,Only girls", + 30 + ], + [ + "Beautiful, Sunny Loft Studio in Heart of Chelsea", + 181 + ], + [ + "Room on the garden in co-op brownstone", + 58 + ], + [ + "No-frills master bedroom in spacious Bushwick flat", + 55 + ], + [ + "Private Room in a beautiful 2 BR apartment", + 40 + ], + [ + "Great apartment in downtown NYC for August", + 105 + ], + [ + "Sunny Jr 1 Bed in Clinton Hill", + 84 + ], + [ + "Brooklyn hot party place with jaccuzi", + 450 + ], + [ + "Dream House", + 379 + ], + [ + "Gorgeous Room in Manhattan-20mins to Times Square", + 79 + ], + [ + "Enormous Sunlit Manhattan Room-18m Times Sqr", + 95 + ], + [ + "Cozy Tiny Room with Prvate Toilet-18m to Times Sqr", + 45 + ], + [ + "Spacious room near subway", + 55 + ], + [ + "NYC/ 1st Floor ✰ Prime Duplex ✰ w/ Movie Theatre", + 165 + ], + [ + "Bedroom + Private Bathroom. 20 min. to Manhattan", + 65 + ], + [ + "Fresh & Bright Private Room near J train", + 65 + ], + [ + "Light-filled loft full of happy plants", + 60 + ], + [ + "Cozy two bedroom nestled in trendy Gramercy", + 250 + ], + [ + "New Renovated Cozy Private 1 Bedroom Apartment", + 129 + ], + [ + "(2RW) Chic Chelsea Studio Just for You", + 109 + ], + [ + "Beautiful Prospect Heights Brooklyn Townhouse", + 450 + ], + [ + "3 Bedroom Apartment in Upper West Side Manhattan", + 520 + ], + [ + "Gorgeous 4 BR Apt in the Heart of Nolita!", + 316 + ], + [ + "HugeHipHome 5BR 2 Bath w/ Yard 15 min to Midtown!", + 450 + ], + [ + "Cozy Sunnyside Apartment", + 74 + ], + [ + "Eclectic and Peaceful Suite with Private Bathroom", + 75 + ], + [ + "Home Away From Home", + 37 + ], + [ + "Manhattan On The Hill", + 349 + ], + [ + "Wonderful studio apartment by the ocean line", + 150 + ], + [ + "Simple, Safe, Clean", + 44 + ], + [ + "Private room in spacious East Village oasis", + 72 + ], + [ + "Adorable TriBeCa neighborhood easy subway access!", + 169 + ], + [ + "BEAUTIFUL BEDROOM IN NICE AREA UPTOWN NYC!", + 120 + ], + [ + "A large bedroom with a king size bed in Queens.", + 70 + ], + [ + "Sunny Spacious Long Island City Apartment", + 250 + ], + [ + "Tasteful & Trendy Brooklyn Brownstone, near Train", + 1369 + ], + [ + "Cozy and Beautiful Park Slope One Bedroom", + 150 + ], + [ + "Room 2: Sunny Queen W Private Bathroom & Breakfast", + 75 + ], + [ + "Private Room Near JFK, St John's Hospital, & Beach", + 45 + ], + [ + "2bed Home on Quiet Block Right by The Action", + 299 + ], + [ + "LIC Family Apt w/ Plenty of Sleeping Space", + 350 + ], + [ + "Lavish 1br apartment in New York's Upper East Side", + 269 + ], + [ + "Spacious Upper East Side 1BR apt near attractions", + 269 + ], + [ + "Spacious 1 Bedroom With Private Garden", + 100 + ], + [ + "Full size room", + 65 + ], + [ + "Staten Island Resort minutes from ferry! Amazing!!", + 450 + ], + [ + "Room 3: Cozy Room w Large Closet & Light Breakfast", + 68 + ], + [ + "Stunning & Stylish Brooklyn Luxury, near Train", + 1749 + ], + [ + "Bright sunny large BK room in shared space", + 150 + ], + [ + "Amazing 2 Bedrooms with a HUGE living room!!", + 275 + ], + [ + "Your 1B1B Home in Midtown Clean Cozy & Comfy", + 320 + ], + [ + "A sunny and huge 1 bedroom in a big private house", + 60 + ], + [ + "Best location in Bay Ridge. Cozy and private room.", + 46 + ], + [ + "Welcoming, Cozy 2 bedroom Home.", + 185 + ], + [ + "Great apartment Times Square-Bryant Park", + 325 + ], + [ + "Modern Room in Heart of Harlem", + 75 + ], + [ + "A Brooklyn totally private guest unit", + 100 + ], + [ + "My Cozy Apartment!\nMy apartment has the best view!", + 75 + ], + [ + "Spacious 1 bedroom Open Concept Apt in E Flatbush.", + 63 + ], + [ + "Sunny Loft top location in Bushwick / Ridgewood", + 140 + ], + [ + "Cosy and quiet studio near Columbia University", + 103 + ], + [ + "Perfect Place to stay in Manhattan", + 65 + ], + [ + "Sunny room with private entrance in shared home", + 45 + ], + [ + "July Steal! Up to one month sublet", + 70 + ], + [ + "Quiet, cozy and clean walkup in Greenpoint", + 75 + ], + [ + "Lg and Lovely 2 bedroom in Astoria. Sleeps up to 8", + 169 + ], + [ + "Cute Bedroom in the heart of Bushwick", + 43 + ], + [ + "TRANQUIL HAVEN -8MINS TO JFK/LIRR/AIRTRAIN.", + 250 + ], + [ + "Great Soho Apartment \" Renovated & Clean \"", + 285 + ], + [ + "Co-working Professional Respite UWS", + 100 + ], + [ + "Luxurious Apartment in a Brooklyn Brownstone", + 275 + ], + [ + "Cheery 1BR in Chelsea w/Gym, Doorman, great Rooftop views by Blueground", + 321 + ], + [ + "Convenient Midtown 1BR w/ Gym, W/D, Doorman, Baclony, by Blueground", + 303 + ], + [ + "Ample SoHo 2BR w/ W/D, View of Kemare Sq., near Subway, by Blueground", + 466 + ], + [ + "Premium Chelsea 1BR w/ Gym, W/D, Doorman, Sundeck, Cinema, by Blueground", + 338 + ], + [ + "Stunning Chelsea 1BR w/ Gym, W/D, Doorman, Sundeck, Cinema, by Blueground", + 343 + ], + [ + "Quaint Tribeca Studio w/ Gym, W/D, Doorman, Garage, Valet, by Blueground", + 269 + ], + [ + "Elegant Chelsea 2BR w/ Elevator", + 421 + ], + [ + "Lux Tribeca Studio w/ Pool + Gym + View near City Hall by Blueground", + 314 + ], + [ + "Your Private Duplex Mansion in the HEART of NYC!", + 333 + ], + [ + "Nice and cozy apartment", + 38 + ], + [ + "Modern Room in the Jungles (15 min to Downtown)", + 75 + ], + [ + "Photography Rooftop for Creatives :)", + 80 + ], + [ + "3Bed - Spanish Harlem Getaway 2 blocks to 1 train", + 202 + ], + [ + "Clinton Hill Oasis, Next To Subway/Citibike,", + 35 + ], + [ + "Alphabet City Cul de Sac, 3 roommates", + 40 + ], + [ + "Cosy 1 bedroom NYC apartment close to Manhattan.", + 150 + ], + [ + "Private Bedroom in Newly Renovated Apartment", + 39 + ], + [ + "Luxury Sun-filled Private Room near Time Square", + 120 + ], + [ + "Cozy Private Room in Crown Heights", + 45 + ], + [ + "Nice and Comfy room with a Queen Size Bed!!", + 40 + ], + [ + "Modern, Artistic, Cheap & Chic", + 107 + ], + [ + "Cute bedroom in ideal location in Williamsburg", + 59 + ], + [ + "Brooklyn Soul", + 110 + ], + [ + "Nice and large room to rent in a 2 beds apt", + 40 + ], + [ + "Amazing and very large bedroom", + 188 + ], + [ + "Room at cool flat at the coolest place Brooklyn", + 70 + ], + [ + "Spacious 1BR 5 min from JFK international Airport", + 60 + ], + [ + "Newyork guest house", + 75 + ], + [ + "Private bedroom & bathroom in Greenpoint BK", + 195 + ], + [ + "Quiet Brooklyn Room: Gym, Pool, Sauna, Hot Tub", + 55 + ], + [ + "Your family in NYC", + 35 + ], + [ + "Central Park Hidden Gem 5*", + 239 + ], + [ + "Private room in Williamsburg", + 99 + ], + [ + "Charming and Spacious Harlem Nest", + 75 + ], + [ + "Welcome Palace 2 !!!", + 75 + ], + [ + "Lovely Home Away", + 200 + ], + [ + "Central Park European 2 Bedroom 2 bath duplex", + 400 + ], + [ + "Manhattan Rooms by Central Park & 6 green train", + 90 + ], + [ + "Great room in ⚓NYC⚓", + 215 + ], + [ + "4min walk to Times Square! Cozy and very clean!", + 239 + ], + [ + "Sunny Room in the heart of Williamsburg", + 75 + ], + [ + "Quiet and safe neighborhood close to the bus", + 100 + ], + [ + "Sunny Studio steps from Wall Street", + 75 + ], + [ + "Spacious Bushwick Room w/ Window and Central Air", + 65 + ], + [ + "Zen Room in Creative Apt- <3 of Williamsburg", + 115 + ], + [ + "Simple Clean Single Room in Bushwick", + 50 + ], + [ + "Private bedroom near the water and Columbia", + 59 + ], + [ + "Spacious Sun-Filled Artist Oasis", + 75 + ], + [ + "Suite in NY's new Movie Studio Land", + 79 + ], + [ + "Cozy Private Budget room", + 40 + ], + [ + "Studio close to Manhattan", + 150 + ], + [ + "Spoon's Mom's House", + 75 + ], + [ + "It's up to you, New York, NEW YORK!", + 300 + ], + [ + "Private Room In Renovated Brooklyn Brownstone!", + 45 + ], + [ + "Gorgeous 3 BR with backyard 15 minutes from Soho", + 200 + ], + [ + "Beautiful 2 BR apt, UWS", + 240 + ], + [ + "The Little Castle in Astoria", + 150 + ], + [ + "Beautiful apartment /1 min walk from Time Square", + 400 + ], + [ + "Home Away from Home", + 80 + ], + [ + "Vegan/cruelty free home", + 80 + ], + [ + "Your Finest room in Gramercy", + 57 + ], + [ + "SUPER COZY 2 BEDS IN BEST PART OF CHELSEA!!", + 299 + ], + [ + "Queen Bed in Queens **Amazing Astoria Location**", + 55 + ], + [ + "Beautiful Large Bedroom in the Heart of Harlem", + 60 + ], + [ + "Private bedroom in a townhouse", + 150 + ], + [ + "Gorgeous large 3 bedroom apartment in Williamsburg", + 200 + ], + [ + "Large NEW 2 bedroom in Brooklyn", + 180 + ], + [ + "Beautiful duplex with terrace. Up to 6 people.", + 430 + ], + [ + "Spacious brand new 2 bedrooms apartment ##2", + 98 + ], + [ + "Cozy brand new 3 bedrooms apartment, HugeSpace ##3", + 128 + ], + [ + "Cozy Spacious Queens Private Room #1", + 38 + ], + [ + "Get Away NYC Queens Bedroom #2", + 38 + ], + [ + "NYC Traveler Get Away Private ROOM #3", + 39 + ], + [ + "Spacious brand new room getaway traveler NYC #4", + 39 + ], + [ + "Brand New Privated Room for NYC Traveler", + 39 + ], + [ + "One bedroom without roomies, close to everything", + 110 + ], + [ + "Stunning Luxury Loft in NYC's Best Neighborhood", + 349 + ], + [ + "2-MONTH SUBLEASE (WITH EARLY MOVE-IN)", + 33 + ], + [ + "Fidi 1 Bedroom", + 57 + ], + [ + "Duplex studio renovated new bathroom own entrance", + 80 + ], + [ + "Spacious room in a two bathroom apartment.", + 50 + ], + [ + "★Long-term★Discount★Sunny NYC Room Near Subway", + 47 + ], + [ + "Large 1 bedroom with backyard grill", + 250 + ], + [ + "Bright & modern West Village unit w/ elevator", + 200 + ], + [ + "EAST VILLAGE Apt. (ABC City) w/awesome Roof Deck", + 85 + ], + [ + "✨Marvelous Room One Queen,One Full Bed and Balcony", + 139 + ], + [ + "Hip Neighborhood/Private Bedroom in Modern Duplex", + 85 + ], + [ + "Super Modern, Clean, Quiet Apartment in Flatlands!", + 78 + ], + [ + "Cozy bedroom in diverse neighborhood near JFK", + 28 + ], + [ + "✨Superb King Room , City View✨", + 101 + ], + [ + "PRIVATE ROOM IN STATEN ISLAND -FOR LADIES ONLY", + 54 + ], + [ + "[Female Only]Private Room near Columbia University", + 49 + ], + [ + "Bright quiet and Comfortable", + 48 + ], + [ + "Spacious", + 57 + ], + [ + "Sunny, adorable 1BR apartment in Greenpoint", + 115 + ], + [ + "Harlem lounge", + 40 + ], + [ + "Old World Charm Meets Modern Brooklyn", + 200 + ], + [ + "Bright, quiet railroad style apartment", + 75 + ], + [ + "Madeline’s Place", + 120 + ], + [ + "Relax with simplicity!", + 45 + ], + [ + "Luxury appartment, special edition for musicians.", + 74 + ], + [ + "Queen size bedroom close to Columbia", + 60 + ], + [ + "845 Bushwick Ave.", + 45 + ], + [ + "Very Clean Private Room Near Buses & Restaurants!!", + 66 + ], + [ + "Exposed Brick", + 120 + ], + [ + "Large studio with tall ceiling near Central Park", + 100 + ], + [ + "Sunny Bedroom with renovated rooftop + balcony!", + 30 + ], + [ + "Shh!@Belindas", + 200 + ], + [ + "Perfectly Located Studio in FiDi has all you need!", + 158 + ], + [ + "Clean One Bedroom", + 350 + ], + [ + "Harman st Loft", + 165 + ], + [ + "Amazing ,quiet, cozy, 1 bedroom on Union Square E", + 299 + ], + [ + "Little Italy Studio in Soho - Sleeps up to 4!", + 176 + ], + [ + "Comfy room 15 mins to JFK near lots of good food", + 55 + ], + [ + "Gorgeous brand new Studio Apt 5 min from Manhattan", + 85 + ], + [ + "Shared living space in the Bronx!", + 50 + ], + [ + "**Bright Luxury Apt in Financial District+Balcony", + 225 + ], + [ + "Cozy bedroom in East Village apt!", + 70 + ], + [ + "Comfort home", + 185 + ], + [ + "Lovely one-bedroom;\nBrooklyn Heights", + 115 + ], + [ + "Wonderful Oasis in the heart of New York city", + 88 + ], + [ + "Chelsea Corner Unit Overlooking the Highline", + 450 + ], + [ + "Lower East Side 1-Bedroom", + 198 + ], + [ + "Spacious studio in the heart of downtown Astoria", + 75 + ], + [ + "Magical Brooklyn Brownstone", + 400 + ], + [ + "Comfort home", + 185 + ], + [ + "Spacious Astoria Apartment in a Prime Location!", + 50 + ], + [ + "15 mins to LOVE NYC in a NEW Elegant NY Style 1BR", + 200 + ], + [ + "✨Superior King Room , Manhattan View✨", + 101 + ], + [ + "Peace in NYC", + 350 + ], + [ + "CHELSEA BEAUTY Prime location", + 215 + ], + [ + "Amazing True Loft/ Bed-Stuy/ Full Weekly Cleaning.", + 120 + ], + [ + "Piano duplex in New York artistic best Bushwick", + 170 + ], + [ + "Spacious 3 Bedroom Duplex w/ Huge Backyard", + 180 + ], + [ + "Cozy basement studio in Brooklyn", + 80 + ], + [ + "Incredibly large room, excellent location!", + 60 + ], + [ + "Manhattan Apartment Private Close to Subway", + 139 + ], + [ + "✨Premier King Room , City View✨", + 101 + ], + [ + "HUGE LUXURY CONDO – INCREDIBLE WATER VIEWS", + 750 + ], + [ + "Private Times Square Room with Pool/Gym", + 180 + ], + [ + "seagate pravite house 5 mins away from beach", + 99 + ], + [ + "Family Friendly Apt in Midtown East", + 325 + ], + [ + "Comfortable clean Bedstuy private room", + 45 + ], + [ + "3 Bedroom Apt in Ridgewood, 20 Min to Manhattan", + 110 + ], + [ + "Rockaway Beach Apartment Blocks from Ocean", + 150 + ], + [ + "Wonderful apartment close to Metro", + 107 + ], + [ + "Hidden gem! Cozy home in heart of Lower East Side", + 235 + ], + [ + "Clean, modern, and comfy 1bd apt Manhattan-Harlem", + 137 + ], + [ + "Room W/private bathroom.3 min to park and subway", + 70 + ], + [ + "A shared room in Manhattan", + 60 + ], + [ + "Cozy Nice Spot for ladies. Close to subway & Park", + 39 + ], + [ + "1 bed available in a 2bd/1ba Bushwick Gem", + 125 + ], + [ + "Premium Spot for female. Close to subway & Park", + 40 + ], + [ + "Deluxe Bedroom w/ 2 Beds - 3 stops to Times Square", + 89 + ], + [ + "Lovely spot for female. Close to subway & Park", + 40 + ], + [ + "Cozy 4 Bedrooms Apt - 3 stops to Times Square", + 396 + ], + [ + "Cozy bedroom - 3 Stops to Times Square", + 89 + ], + [ + "Homely spot for female. Close to subway &Park", + 40 + ], + [ + "LUXURY RENTAL NYC - Hell’s Kitchen", + 220 + ], + [ + "Nice bedroom - 3 Stops to Times Square", + 89 + ], + [ + "Modern private room with great location!", + 62 + ], + [ + "Queen size bed in long island city", + 45 + ], + [ + "SMALL STUDIO IN EXCELLENT GREENPOINT LOCATION!", + 85 + ], + [ + "Sharp Upper East Side 2BR w/ Gym + W/D near the MET by Blueground", + 393 + ], + [ + "Smart Nolita 1BR w/ W/D near famous cafes by Blueground", + 316 + ], + [ + "Dapper Hell's Kitchen 2BR w/ Gym + W/D + Doorman by Blueground", + 385 + ], + [ + "Trendy Hell's Kitchen 1BR w/ Gym + W/D + Doorman by Blueground", + 267 + ], + [ + "Beautiful Williamsburg 2BR w/ Skyline views + Gym by Blueground", + 278 + ], + [ + "Hip East Village 1BR w/ Gym, W/D, Doorman, near Union Sq., by Blueground", + 365 + ], + [ + "1 BDRM SPACIOUS ,QUIET, EAST VILLAGE ARTIST OASIS", + 178 + ], + [ + "newyork guest house shared room", + 75 + ], + [ + "Near the city", + 50 + ], + [ + "Sunlight charming apt. in the heart of Brooklyn", + 111 + ], + [ + "Brand new 1 bedroom steps from Soho!", + 150 + ], + [ + "Diamond in the Rough", + 50 + ], + [ + "Cozy 1 bedroom in East Williamsburg", + 99 + ], + [ + "Sunny, Cozy, Private Room In The Heart of Bushwick", + 84 + ], + [ + "Massive Master Bedroom w Private Bathroom", + 110 + ], + [ + "Studio on West 14th Street and 7th Avenue", + 144 + ], + [ + "CHEAP AND COZY ROOM JUST 20 MIN AWAY FROM TIMES SQ", + 50 + ], + [ + "Little hideaway at the East Village!", + 100 + ], + [ + "Spacious 2BR in Beautiful Brooklyn Heights", + 550 + ], + [ + "Sunny & spacious room in a 3 Br - Williamsburg", + 80 + ], + [ + "New York cutest studio", + 90 + ], + [ + "Room in Beautiful Bed-Stuy Apartment", + 60 + ], + [ + "A BEAUTIFUL SPACE IN HEART OF WILLIAMSBURG", + 499 + ], + [ + "Two bedroom cute apartment in the lower east side", + 198 + ], + [ + "Nice studio 4 people next to Times Square.", + 245 + ], + [ + "LIC Garden House Top Floor | 10 Min to Manhattan", + 375 + ], + [ + "US Open special 2-bed luxury condo", + 369 + ], + [ + "Luxury private room apt near Central Park (UES)", + 150 + ], + [ + "Mid-century Modern Studio on UWS", + 150 + ], + [ + "Ocenfront Glamping in Queens", + 250 + ], + [ + "Room in Beautiful Duplex 4BR 2BA Nostrand av (A,C)", + 45 + ], + [ + "Spacious Room w/ AC, Laundry, WiFi + Free Cleaning", + 32 + ], + [ + "Room for rent - Right by Bedford ave L train", + 60 + ], + [ + "Wyndham Midtown 45 New York City 1 Bedroom Deluxe", + 380 + ], + [ + "Murray Hill Masterpiece", + 129 + ], + [ + "Luxury & Spacious 1500 ft² MANHATTAN Townhouse", + 700 + ], + [ + "Rustic Garden House Apt, 2 stops from Manhattan", + 350 + ], + [ + "Home Sweet Home", + 50 + ], + [ + "Sunnyside, Queens 15 Mins to Midtown Clean & Comfy", + 46 + ], + [ + "1900s 1 Bed Rockaway Beach Bungalow-ByMTA&Beach", + 89 + ], + [ + "Nice & Lovely room in LIC.5 stops to Times Square", + 60 + ], + [ + "House feeling in Caroll Garden", + 170 + ], + [ + "Luxury | Private room |Balcony|Parking included", + 110 + ], + [ + "Cozy Room with Private Bathroom", + 105 + ], + [ + "3 Br ✰ Prime Williamsburg ✰ | 5 min to Manhattan ✰", + 245 + ], + [ + "Romantic studio in New York artistic best Bushwick", + 120 + ], + [ + "Private room in beautiful Williamsburg loft!", + 65 + ], + [ + "Williamsburg: private bright bedroom - cosy appt", + 70 + ], + [ + "City and water views, 1 BR w/ private terrace!", + 250 + ], + [ + "Modern room in luxury apartment", + 130 + ], + [ + "Bright & Cheerful! Modern w/ Laundry + Fast WiFi", + 35 + ], + [ + "Huge Room", + 46 + ], + [ + "Laundry + Central AC - Modern Style - Near Metro", + 35 + ], + [ + "Private Room 10 mins away from Central Park", + 100 + ], + [ + "Brooklyn Loft : Comfort & Sunset City Views", + 119 + ], + [ + "Comfortable bedroom to enjoy your visit in NYC!", + 60 + ], + [ + "5min to Metro - Tons of Restaurants! Free Cleaning", + 40 + ], + [ + "Queen size bedroom in two bed apt with great light", + 50 + ], + [ + "Cozy Private Bedroom Just For You", + 55 + ], + [ + "Sunny private bedroom in Bushwick (Halsey street)", + 80 + ], + [ + "Lovely Privet Bedroom with Privet Restroom", + 129 + ], + [ + "Best room in nyc", + 140 + ], + [ + "Duplex penthouse with terrace, prime UES location", + 250 + ], + [ + "Crash at a sofabed.Unique apt In the heart of NYC", + 260 + ], + [ + "Serene Room 5 mins from JFK / 15 mins from LGA", + 75 + ], + [ + "Beautiful Sunny Space in Crown Heights Brooklyn.", + 41 + ], + [ + "Downtown NYC Convenient Private Room", + 80 + ], + [ + "Luxury large studio in Chelsea, at the Highline!", + 225 + ], + [ + "No.2 with queen size bed", + 45 + ], + [ + "Home away from home", + 50 + ], + [ + "Private house Apartment", + 80 + ], + [ + "Beverley Road - Close to subway Q and B.", + 43 + ], + [ + "Skyscraper Ultimate Luxury at the Heart of BKLYN.", + 235 + ], + [ + "Cute double room for the perfect Yankee fan", + 125 + ], + [ + "1A. Studio & Stay. 30 minutes to Midtown Manhattan", + 70 + ], + [ + "private room in Astoria", + 49 + ], + [ + "Location! View! X- Large Studio w/ Washer/Dryer!", + 140 + ], + [ + "Seas The Moment", + 235 + ], + [ + "The Bushwick Backhouse Loft.", + 70 + ], + [ + "Hudson Yards 1 BR / 1 Bath", + 155 + ], + [ + "Brooklyn Loft with great train views", + 150 + ], + [ + "Hell's Kitchen charming apartment", + 145 + ], + [ + "Amazing flex room in financial district with view", + 99 + ], + [ + "1B-1B apartment near by Metro", + 100 + ], + [ + "Endless Elegance in Brooklyn", + 140 + ], + [ + "My Minimalist Sanctuary - Harlem Living", + 100 + ], + [ + "Bright & Cheerful! Near Metro + Bars & Cafes", + 39 + ], + [ + "Sunny Upper West Side Apt. 3mins from Central Park", + 143 + ], + [ + "UWS Spacious Master Bedroom Sublet", + 75 + ], + [ + "Big & Beautiful room with 2 beds!", + 95 + ], + [ + "Spacious, simple, private bath", + 50 + ], + [ + "2 bedroom apt, 10 mins from JFK, Subway, & Beach!", + 80 + ], + [ + "Midtown bedroom in Manhattan", + 200 + ], + [ + "Sunny, quiet, and cool bedroom in a two bedroom.", + 59 + ], + [ + "Entire first floor apartment in Park Slope", + 100 + ], + [ + "2B2B/3 beds entire place in luxury building", + 180 + ], + [ + "Beautiful studio Apt. in Harlem (near Red Rooster)", + 110 + ], + [ + "Welcome to Quite Cozy", + 50 + ], + [ + "Central East Village Apartment", + 80 + ], + [ + "Stuyvesant comfort (Private bathroom)", + 50 + ], + [ + "Entire 3 Bedroom Astoria Apartment", + 169 + ], + [ + "Lovely private room in the heart of Williamsburg", + 60 + ], + [ + "Private Room in Brooklyn, 5minutes from Subway", + 80 + ], + [ + "Stuyvesant Luxury", + 50 + ], + [ + "Brooklyn's finest", + 200 + ], + [ + "Huge Private 3 Bedroom Art Apartment in Manhattan", + 170 + ], + [ + "2BRs on Spacious Apt. in Bushwick", + 50 + ], + [ + "Cozy SunDrenched 1 BR close to Transportation!", + 90 + ], + [ + "LUXURY, PRIVATE APT ACROSS FROM EMPIRE STATE", + 199 + ], + [ + "Sunny Modern Studio Apartment in Williamsburg", + 225 + ], + [ + "FLATBUSH HANG OUT AND GO", + 20 + ], + [ + "Brand New 3-Bed Apt in the Best Location of FiDi", + 475 + ], + [ + "Cozy Private Room with Rooftop Space on Top Floor", + 50 + ], + [ + "Sunny and Spacious Private Bedroom in Manhattan", + 60 + ], + [ + "Cozy Queen bed in Quiet Bedstuy!", + 47 + ], + [ + "Feels Like Home", + 80 + ], + [ + "Massive Master Bedroom in Manhattan Apartment", + 70 + ], + [ + "Massage Spa. Stay overnight. Authors Artist dream.", + 800 + ], + [ + "❥❥NYC Apt: 4min/subway, 25m/city, 20m/LGA,JFK❥❥", + 140 + ], + [ + "Astoria Luxury Studio Aprtment near Broadway", + 210 + ], + [ + "LUXURY MANHATTAN PENTHOUSE+HUDSON RIVER+EMPIRE BLD", + 350 + ], + [ + "☆ HUGE, SUNLIT Room - 3 min walk from Train !", + 45 + ], + [ + "West Village Studio on quiet cobblestone street", + 205 + ], + [ + "Private 5 star room", + 33 + ], + [ + "#5 New Hotel-Like Private Room KING bed near JFK", + 37 + ], + [ + "#6 New Hotel-Like Private Room QUEEN Bed near JFK", + 34 + ], + [ + "Cute plant friendly studio in hip Brooklyn area!", + 180 + ], + [ + "Studio in Manhattan(独立出入)", + 65 + ], + [ + "Large studio at Union Square! for 3-5 ppl", + 159 + ], + [ + "#7 New Hotel-Like Private Room KING bed near JFK", + 35 + ], + [ + "Cozy Private Room in Bushwick, Brooklyn", + 30 + ], + [ + "Sunny&quiet paradise in the WV with open views", + 202 + ], + [ + "Gorgeous Brooklyn Penthouse Apartment w/City Views", + 150 + ], + [ + "Perfectly Located Organic Getaway", + 55 + ], + [ + "Large 3 bed, 2 bath , garden , bbq , all you need", + 345 + ], + [ + "❥NYC Apt: 4min/subway, 25m/city, 20m/LGA,JFK❥", + 85 + ], + [ + "2beds Private Room Step to LGA, CitiFiled, Midtown", + 68 + ], + [ + "two girls room , I speak Chinese and English", + 93 + ], + [ + "纽约罗岛Roosevelt Island整租或合租 窗外美景 设施全 家具新 到曼哈顿方便 性价比高", + 145 + ], + [ + "One bedroom Manhattan Upper East Side Apartment", + 120 + ], + [ + "Private room in a nice Brooklyn apartment", + 130 + ], + [ + "Comfortable & Big room with 2 beds!", + 93 + ], + [ + "Private Bedroom & PRIVATE BATHROOM in Manhattan", + 95 + ], + [ + "1 bedroom in sunlit apartment", + 80 + ], + [ + "CozyHideAway Suite", + 58 + ], + [ + "The place you were dreaming for.(only for guys)", + 25 + ], + [ + "Heaven for you(only for guy)", + 25 + ], + [ + "Cozy, Sunny Brooklyn Escape", + 45 + ], + [ + "Cozy, clean Williamsburg 1- bedroom apartment", + 99 + ], + [ + "A LARGE ROOM - 1 MONTH MINIMUM - WASHER&DRYER", + 35 + ], + [ + "Nycity-MyHome", + 260 + ], + [ + "Brooklyn paradise", + 170 + ], + [ + "Short Term Rental in East Harlem", + 50 + ], + [ + "Welcome all as family", + 140 + ], + [ + "Cozy, Air-Conditioned Private Bedroom in Harlem", + 60 + ], + [ + "Studio sized room with beautiful light", + 42 + ], + [ + "Room for rest", + 45 + ], + [ + "Gorgeous 1.5 Bdr with a private yard- Williamsburg", + 120 + ], + [ + "The Raccoon Artist Studio in Williamsburg New York", + 120 + ], + [ + "Peaceful space in Greenpoint, BK", + 54 + ], + [ + "Bushwick _ Myrtle-Wyckoff", + 40 + ], + [ + "Sunny Bedroom NYC! Walking to Central Park!!", + 75 + ], + [ + "Brooklyn Oasis in the heart of Williamsburg", + 190 + ], + [ + "Stunning Bedroom NYC! Walking to Central Park!!", + 75 + ], + [ + "Comfy 1 Bedroom in Midtown East", + 200 + ], + [ + "Garden Jewel Apartment in Williamsburg New York", + 170 + ], + [ + "Spacious Room w/ Private Rooftop, Central location", + 125 + ], + [ + "QUIT PRIVATE HOUSE", + 65 + ], + [ + "Charming one bedroom - newly renovated rowhouse", + 70 + ], + [ + "Affordable room in Bushwick/East Williamsburg", + 40 + ], + [ + "Sunny Studio at Historical Neighborhood", + 115 + ], + [ + "43rd St. Time Square-cozy single bed", + 55 + ], + [ + "Trendy duplex in the very heart of Hell's Kitchen", + 90 + ] + ], + "hoverinfo": "text", + "hovertemplate": "Name: %{customdata[0]}
Price: $%{customdata[1]}", + "lat": [ + 40.64749, + 40.75362, + 40.80902, + 40.68514, + 40.79851, + 40.74767, + 40.68688, + 40.76489, + 40.80178, + 40.71344, + 40.80316, + 40.76076, + 40.66829, + 40.79826, + 40.7353, + 40.70837, + 40.69169, + 40.74192, + 40.67592, + 40.79685, + 40.71842, + 40.68069, + 40.67989, + 40.68001, + 40.68371, + 40.65599, + 40.86754, + 40.76715, + 40.86482, + 40.7292, + 40.82245, + 40.81305, + 40.72219, + 40.8213, + 40.6831, + 40.66869, + 40.68876, + 40.70186, + 40.63702, + 40.71401, + 40.7229, + 40.66278, + 40.69673, + 40.79009, + 40.81175, + 40.65944, + 40.74771, + 40.68111, + 40.68554, + 40.69142, + 40.68043, + 40.78635, + 40.7042, + 40.73506, + 40.73961, + 40.70881, + 40.72004, + 40.75531, + 40.72401, + 40.7221, + 40.71185, + 40.74623, + 40.77065, + 40.67811, + 40.69, + 40.75979, + 40.67343, + 40.72649, + 40.70933, + 40.72298, + 40.80164, + 40.72162, + 40.76342, + 40.83139, + 40.68346, + 40.72828, + 40.76865, + 40.75038, + 40.6932, + 40.74138, + 40.71154, + 40.82915, + 40.71851, + 40.65401, + 40.7114, + 40.69723, + 40.71833, + 40.72334, + 40.72912, + 40.71156, + 40.70032, + 40.68233, + 40.68634, + 40.68035, + 40.70984, + 40.70093, + 40.79764, + 40.82803, + 40.74008, + 40.68413, + 40.82279, + 40.67967, + 40.83927, + 40.73096, + 40.71332, + 40.66941, + 40.68373, + 40.71459, + 40.8092, + 40.68157, + 40.75527, + 40.68698, + 40.7288, + 40.66853, + 40.7254, + 40.74294, + 40.71942, + 40.77823, + 40.72555, + 40.66831, + 40.82754, + 40.66499, + 40.77842, + 40.72245, + 40.65593, + 40.71923, + 40.778, + 40.85879, + 40.68332, + 40.81618, + 40.68414, + 40.72392, + 40.73494, + 40.71341, + 40.76754, + 40.73442, + 40.63188, + 40.6873, + 40.68296, + 40.6863, + 40.73409, + 40.71561, + 40.6857, + 40.74028, + 40.68281, + 40.71596, + 40.71492, + 40.72354, + 40.71165, + 40.69101, + 40.73474, + 40.67386, + 40.71536, + 40.6741, + 40.79295, + 40.73226, + 40.71363, + 40.77711, + 40.68559, + 40.77456, + 40.71088, + 40.74559, + 40.68306, + 40.70207, + 40.76123, + 40.66858, + 40.82704, + 40.68843, + 40.6783, + 40.64524, + 40.70641, + 40.83232, + 40.71045, + 40.72518, + 40.70666, + 40.69098, + 40.73756, + 40.81526, + 40.73423, + 40.82374, + 40.68863, + 40.70382, + 40.80549, + 40.71627, + 40.67994, + 40.67992, + 40.67868, + 40.76834, + 40.68237, + 40.74031, + 40.76307, + 40.71882, + 40.6693, + 40.77333, + 40.72319, + 40.74859, + 40.67252, + 40.76244, + 40.69546, + 40.71722, + 40.70234, + 40.71546, + 40.7195, + 40.76548, + 40.80234, + 40.6787, + 40.81035, + 40.83075, + 40.79958, + 40.71625, + 40.6829, + 40.72773, + 40.72861, + 40.70979, + 40.68656, + 40.72752, + 40.729, + 40.81219, + 40.77185, + 40.68926, + 40.72821, + 40.7672, + 40.73012, + 40.7403, + 40.80931, + 40.8251, + 40.6585, + 40.76193, + 40.72052, + 40.70411, + 40.73401, + 40.71756, + 40.7589, + 40.72003, + 40.73194, + 40.79163, + 40.8118, + 40.81583, + 40.72654, + 40.80021, + 40.80942, + 40.71961, + 40.74358, + 40.80335, + 40.71445, + 40.75749, + 40.64446, + 40.7268, + 40.688, + 40.63536, + 40.63627, + 40.63518, + 40.72477, + 40.74238, + 40.72945, + 40.70763, + 40.63481, + 40.75384, + 40.64106, + 40.66793, + 40.81309, + 40.88057, + 40.68236, + 40.72185, + 40.68503, + 40.86648, + 40.7069, + 40.72807, + 40.6778, + 40.68317, + 40.6761, + 40.67586, + 40.71702, + 40.72321, + 40.77956, + 40.68276, + 40.71368, + 40.72956, + 40.71069, + 40.70863, + 40.82888, + 40.67319, + 40.67846, + 40.6715, + 40.72681, + 40.71904, + 40.71031, + 40.81322, + 40.67732, + 40.68076, + 40.79603, + 40.71492, + 40.80393, + 40.80082, + 40.82976, + 40.683, + 40.78971, + 40.67817, + 40.73119, + 40.71943, + 40.78, + 40.70514, + 40.86713, + 40.73198, + 40.72542, + 40.83494, + 40.71659, + 40.72966, + 40.72898, + 40.87207, + 40.77728, + 40.72646, + 40.71015, + 40.71903, + 40.80892, + 40.80276, + 40.77635, + 40.72488, + 40.71398, + 40.71876, + 40.66552, + 40.73749, + 40.76248, + 40.68674, + 40.6848, + 40.70516, + 40.72329, + 40.73776, + 40.73738, + 40.67542, + 40.73842, + 40.6926, + 40.69441, + 40.72399, + 40.6824, + 40.68949, + 40.68819, + 40.7205, + 40.72451, + 40.73813, + 40.67591, + 40.72843, + 40.71271, + 40.66966, + 40.71965, + 40.68613, + 40.68048, + 40.68314, + 40.75961, + 40.67473, + 40.69305, + 40.67174, + 40.71055, + 40.69465, + 40.68413, + 40.73877, + 40.74893, + 40.79406, + 40.68795, + 40.85295, + 40.72413, + 40.66918, + 40.71125, + 40.78558, + 40.71577, + 40.73861, + 40.72577, + 40.58615, + 40.67086, + 40.82773, + 40.68505, + 40.72911, + 40.77944, + 40.74503, + 40.67539, + 40.8054, + 40.78491, + 40.69088, + 40.67555, + 40.75835, + 40.66527, + 40.71895, + 40.75579, + 40.82399, + 40.81822, + 40.76434, + 40.67705, + 40.69263, + 40.68448, + 40.74412, + 40.73067, + 40.70665, + 40.72063, + 40.67644, + 40.80481, + 40.72533, + 40.68569, + 40.64302, + 40.72939, + 40.79918, + 40.66862, + 40.81333, + 40.72473, + 40.70925, + 40.73215, + 40.71109, + 40.7463, + 40.71823, + 40.651, + 40.68626, + 40.74488, + 40.67632, + 40.72212, + 40.67456, + 40.71363, + 40.6755, + 40.72274, + 40.6858, + 40.67535, + 40.72255, + 40.72094, + 40.72485, + 40.80473, + 40.72217, + 40.71943, + 40.74249, + 40.79264, + 40.65749, + 40.80474, + 40.72831, + 40.71541, + 40.79765, + 40.78508, + 40.89747, + 40.72008, + 40.75725, + 40.7102, + 40.67359, + 40.72674, + 40.81156, + 40.80497, + 40.7385, + 40.72937, + 40.72587, + 40.82426, + 40.71624, + 40.68101, + 40.68669, + 40.71534, + 40.68288, + 40.72489, + 40.70867, + 40.67963, + 40.6798, + 40.74346, + 40.77724, + 40.72972, + 40.74102, + 40.71309, + 40.83096, + 40.71323, + 40.67212, + 40.71023, + 40.80523, + 40.72636, + 40.72185, + 40.72351, + 40.6809, + 40.80525, + 40.74, + 40.80006, + 40.70283, + 40.84468, + 40.68252, + 40.74342, + 40.67853, + 40.6788, + 40.77886, + 40.72578, + 40.66085, + 40.80113, + 40.78569, + 40.82411, + 40.68131, + 40.85811, + 40.70667, + 40.60452, + 40.7932, + 40.68768, + 40.80224, + 40.71473, + 40.80518, + 40.80827, + 40.72901, + 40.73476, + 40.69055, + 40.7735, + 40.67505, + 40.72974, + 40.70925, + 40.72315, + 40.73939, + 40.74112, + 40.72019, + 40.72133, + 40.75744, + 40.75695, + 40.8296, + 40.79056, + 40.73631, + 40.86466, + 40.71312, + 40.71297, + 40.73712, + 40.69242, + 40.73862, + 40.7158, + 40.68262, + 40.73217, + 40.76311, + 40.74695, + 40.67497, + 40.66788, + 40.76684, + 40.68967, + 40.67946, + 40.66944, + 40.72566, + 40.7709, + 40.71943, + 40.74249, + 40.74033, + 40.7969, + 40.83403, + 40.65513, + 40.65589, + 40.70275, + 40.68897, + 40.67617, + 40.67595, + 40.76415, + 40.83127, + 40.68497, + 40.82922, + 40.71137, + 40.76739, + 40.73089, + 40.6755, + 40.68812, + 40.7694, + 40.68634, + 40.7093, + 40.713, + 40.75895, + 40.68186, + 40.68364, + 40.71893, + 40.82802, + 40.68765, + 40.71413, + 40.58422, + 40.71973, + 40.69025, + 40.73826, + 40.73049, + 40.72956, + 40.73854, + 40.75877, + 40.67688, + 40.70051, + 40.71712, + 40.60742, + 40.68741, + 40.75627, + 40.79816, + 40.61927, + 40.8078, + 40.61922, + 40.68275, + 40.71813, + 40.71892, + 40.816, + 40.82748, + 40.68634, + 40.72229, + 40.72956, + 40.72595, + 40.71193, + 40.68012, + 40.74233, + 40.67424, + 40.80486, + 40.80307, + 40.68653, + 40.74267, + 40.68749, + 40.68645, + 40.68999, + 40.61077, + 40.71126, + 40.67855, + 40.72416, + 40.68516, + 40.73507, + 40.71611, + 40.67964, + 40.76189, + 40.72645, + 40.66293, + 40.69046, + 40.83001, + 40.79239, + 40.72709, + 40.72599, + 40.68309, + 40.79442, + 40.76166, + 40.70163, + 40.75575, + 40.80903, + 40.74581, + 40.66414, + 40.74, + 40.75348, + 40.72066, + 40.71746, + 40.70257, + 40.72264, + 40.73833, + 40.73268, + 40.71892, + 40.77679, + 40.71693, + 40.73685, + 40.68501, + 40.66068, + 40.67722, + 40.68975, + 40.69221, + 40.72969, + 40.6893, + 40.70832, + 40.68016, + 40.70875, + 40.85888, + 40.8679, + 40.6889, + 40.75127, + 40.67607, + 40.73834, + 40.7347, + 40.71876, + 40.73787, + 40.73066, + 40.73291, + 40.85099, + 40.68707, + 40.7184, + 40.67495, + 40.71582, + 40.81068, + 40.81122, + 40.73129, + 40.71628, + 40.78558, + 40.7146, + 40.79493, + 40.6623, + 40.73693, + 40.73641, + 40.73794, + 40.58147, + 40.79771, + 40.81512, + 40.7373, + 40.73708, + 40.73652, + 40.73693, + 40.73784, + 40.73674, + 40.73783, + 40.73714, + 40.73731, + 40.74965, + 40.73793, + 40.68197, + 40.70271, + 40.7116, + 40.69241, + 40.72004, + 40.74511, + 40.74599, + 40.68946, + 40.68226, + 40.67855, + 40.71408, + 40.68618, + 40.67379, + 40.70554, + 40.74031, + 40.74618, + 40.81872, + 40.59251, + 40.59101, + 40.59262, + 40.69142, + 40.76928, + 40.68338, + 40.72953, + 40.70523, + 40.74025, + 40.73378, + 40.72087, + 40.64468, + 40.7193, + 40.73312, + 40.69778, + 40.72534, + 40.82151, + 40.72059, + 40.74558, + 40.79433, + 40.81055, + 40.6711, + 40.67962, + 40.76217, + 40.76128, + 40.72313, + 40.7177, + 40.78448, + 40.78304, + 40.68737, + 40.74139, + 40.71992, + 40.71905, + 40.70741, + 40.73349, + 40.89557, + 40.64277, + 40.79111, + 40.79951, + 40.71647, + 40.75114, + 40.66431, + 40.74579, + 40.70278, + 40.74409, + 40.68812, + 40.72454, + 40.71073, + 40.71028, + 40.65772, + 40.68884, + 40.6865, + 40.75282, + 40.76373, + 40.73388, + 40.85774, + 40.72257, + 40.72723, + 40.69135, + 40.70513, + 40.73301, + 40.79793, + 40.80285, + 40.70642, + 40.68156, + 40.77368, + 40.68631, + 40.65992, + 40.67847, + 40.81371, + 40.72868, + 40.73168, + 40.65689, + 40.7928, + 40.77117, + 40.73729, + 40.66984, + 40.82977, + 40.68492, + 40.68255, + 40.67392, + 40.73879, + 40.73321, + 40.80671, + 40.6433, + 40.71601, + 40.68106, + 40.68131, + 40.67264, + 40.67889, + 40.7241, + 40.70766, + 40.71422, + 40.76001, + 40.66441, + 40.73362, + 40.73119, + 40.74494, + 40.69657, + 40.67106, + 40.80748, + 40.68991, + 40.76147, + 40.68174, + 40.68538, + 40.70839, + 40.69018, + 40.68128, + 40.72948, + 40.68353, + 40.72506, + 40.72891, + 40.7253, + 40.75295, + 40.71947, + 40.71283, + 40.77338, + 40.67385, + 40.76856, + 40.73908, + 40.7625, + 40.69755, + 40.67335, + 40.80497, + 40.70736, + 40.73683, + 40.76444, + 40.7389, + 40.77611, + 40.73806, + 40.73661, + 40.73857, + 40.711, + 40.70686, + 40.73857, + 40.71095, + 40.70918, + 40.71685, + 40.7909, + 40.71143, + 40.737, + 40.66469, + 40.68855, + 40.71653, + 40.69309, + 40.70638, + 40.71629, + 40.68622, + 40.71635, + 40.77272, + 40.72509, + 40.66795, + 40.72582, + 40.80637, + 40.64387, + 40.7968, + 40.79596, + 40.78012, + 40.77508, + 40.71532, + 40.68786, + 40.70793, + 40.79044, + 40.72668, + 40.62318, + 40.82286, + 40.82451, + 40.69348, + 40.78443, + 40.67679, + 40.79107, + 40.70215, + 40.67339, + 40.72209, + 40.73171, + 40.69213, + 40.73237, + 40.64354, + 40.80343, + 40.70462, + 40.71394, + 40.6339, + 40.73028, + 40.8076, + 40.66485, + 40.71279, + 40.73294, + 40.83456, + 40.72091, + 40.71819, + 40.73887, + 40.77892, + 40.71336, + 40.77688, + 40.71368, + 40.7761, + 40.77471, + 40.68625, + 40.725, + 40.74016, + 40.75023, + 40.78867, + 40.66604, + 40.63593, + 40.71638, + 40.86658, + 40.71179, + 40.76186, + 40.71417, + 40.82772, + 40.63602, + 40.63759, + 40.63611, + 40.803, + 40.79526, + 40.75763, + 40.77577, + 40.77631, + 40.76774, + 40.81169, + 40.75782, + 40.83177, + 40.73104, + 40.74253, + 40.64372, + 40.72886, + 40.71868, + 40.72143, + 40.71682, + 40.67725, + 40.66888, + 40.67188, + 40.74964, + 40.65846, + 40.78164, + 40.71515, + 40.72986, + 40.66039, + 40.66898, + 40.75407, + 40.70712, + 40.74553, + 40.77584, + 40.79967, + 40.80142, + 40.70507, + 40.67962, + 40.66847, + 40.7376, + 40.71148, + 40.67425, + 40.72899, + 40.72488, + 40.72212, + 40.68534, + 40.62109, + 40.78161, + 40.75643, + 40.67407, + 40.59721, + 40.80491, + 40.80334, + 40.87039, + 40.704, + 40.87991, + 40.62766, + 40.7685, + 40.76082, + 40.74238, + 40.80151, + 40.83434, + 40.73677, + 40.71151, + 40.68581, + 40.68636, + 40.70994, + 40.76013, + 40.70621, + 40.72172, + 40.72049, + 40.71068, + 40.74125, + 40.83091, + 40.7824, + 40.72634, + 40.82703, + 40.78521, + 40.66106, + 40.72123, + 40.70339, + 40.66009, + 40.67939, + 40.76494, + 40.80192, + 40.79314, + 40.7453, + 40.72812, + 40.7093, + 40.64791, + 40.75453, + 40.72057, + 40.7234, + 40.71121, + 40.68979, + 40.73448, + 40.65937, + 40.68599, + 40.79477, + 40.5781, + 40.72278, + 40.71472, + 40.66924, + 40.67259, + 40.69321, + 40.71348, + 40.75816, + 40.70537, + 40.68722, + 40.73111, + 40.72212, + 40.66626, + 40.72978, + 40.68838, + 40.71804, + 40.68559, + 40.77995, + 40.7559, + 40.76291, + 40.74406, + 40.73041, + 40.6764, + 40.70279, + 40.67436, + 40.83559, + 40.79234, + 40.83451, + 40.74826, + 40.67763, + 40.68472, + 40.65408, + 40.67302, + 40.70633, + 40.77548, + 40.73775, + 40.70917, + 40.7108, + 40.72507, + 40.82726, + 40.82669, + 40.67078, + 40.728, + 40.65814, + 40.71517, + 40.66859, + 40.70054, + 40.74572, + 40.78911, + 40.68813, + 40.81128, + 40.77593, + 40.73903, + 40.71164, + 40.75193, + 40.74906, + 40.71756, + 40.8179, + 40.64814, + 40.81611, + 40.62897, + 40.77555, + 40.6397, + 40.67267, + 40.64205, + 40.66034, + 40.68699, + 40.72183, + 40.71986, + 40.68881, + 40.81669, + 40.86717, + 40.72981, + 40.86929, + 40.80533, + 40.7476, + 40.73357, + 40.73204, + 40.81713, + 40.72917, + 40.7061, + 40.70147, + 40.76719, + 40.74134, + 40.8162, + 40.71613, + 40.71746, + 40.66933, + 40.68905, + 40.67615, + 40.7111, + 40.68944, + 40.72106, + 40.67747, + 40.73123, + 40.72152, + 40.72147, + 40.66604, + 40.71012, + 40.71856, + 40.80661, + 40.72203, + 40.68229, + 40.65955, + 40.77137, + 40.67796, + 40.6933, + 40.7502, + 40.71285, + 40.76487, + 40.66387, + 40.72893, + 40.73009, + 40.72955, + 40.72693, + 40.82537, + 40.71137, + 40.74428, + 40.67579, + 40.74087, + 40.68723, + 40.7182, + 40.74679, + 40.71739, + 40.77099, + 40.7195, + 40.75636, + 40.68834, + 40.68586, + 40.71164, + 40.70743, + 40.68545, + 40.65854, + 40.61269, + 40.67858, + 40.70821, + 40.66158, + 40.72457, + 40.71689, + 40.66221, + 40.79313, + 40.68444, + 40.75632, + 40.67996, + 40.67369, + 40.67211, + 40.79183, + 40.71456, + 40.71668, + 40.67862, + 40.68721, + 40.72162, + 40.75541, + 40.69011, + 40.66641, + 40.67828, + 40.71483, + 40.8687, + 40.5822, + 40.72686, + 40.68825, + 40.78451, + 40.82392, + 40.71384, + 40.7952, + 40.73942, + 40.65524, + 40.66153, + 40.59274, + 40.72701, + 40.68607, + 40.71345, + 40.73214, + 40.72903, + 40.67823, + 40.79842, + 40.72232, + 40.72454, + 40.77799, + 40.69227, + 40.7276, + 40.75782, + 40.72756, + 40.84937, + 40.68549, + 40.64229, + 40.79218, + 40.73951, + 40.7139, + 40.70753, + 40.73044, + 40.69964, + 40.67709, + 40.75296, + 40.67717, + 40.68586, + 40.68543, + 40.69849, + 40.74348, + 40.68679, + 40.75086, + 40.71915, + 40.64625, + 40.71577, + 40.70278, + 40.77108, + 40.68812, + 40.82823, + 40.74377, + 40.69432, + 40.82749, + 40.66777, + 40.71423, + 40.72719, + 40.74341, + 40.66051, + 40.72915, + 40.74767, + 40.82822, + 40.73067, + 40.72246, + 40.80762, + 40.67786, + 40.80719, + 40.74129, + 40.77761, + 40.76413, + 40.66119, + 40.78339, + 40.80654, + 40.78111, + 40.67147, + 40.75532, + 40.70762, + 40.7311, + 40.66199, + 40.73176, + 40.71606, + 40.72184, + 40.72829, + 40.69043, + 40.74403, + 40.74552, + 40.6744, + 40.79358, + 40.7014, + 40.72924, + 40.75919, + 40.83064, + 40.76184, + 40.82445, + 40.72006, + 40.71872, + 40.72855, + 40.76304, + 40.70878, + 40.64437, + 40.72987, + 40.77424, + 40.68752, + 40.65841, + 40.75578, + 40.69271, + 40.70587, + 40.64882, + 40.69073, + 40.72515, + 40.72564, + 40.78024, + 40.6599, + 40.7964, + 40.74664, + 40.71788, + 40.67356, + 40.81757, + 40.68052, + 40.86821, + 40.67981, + 40.68251, + 40.72718, + 40.72363, + 40.72697, + 40.72274, + 40.68343, + 40.73514, + 40.73481, + 40.80053, + 40.73971, + 40.75767, + 40.80165, + 40.68328, + 40.72819, + 40.68411, + 40.68269, + 40.70779, + 40.70202, + 40.72603, + 40.68522, + 40.67391, + 40.67436, + 40.81199, + 40.68586, + 40.65204, + 40.78292, + 40.71603, + 40.82446, + 40.7641, + 40.79785, + 40.76961, + 40.73047, + 40.6772, + 40.71328, + 40.66732, + 40.66488, + 40.78837, + 40.68232, + 40.73252, + 40.59783, + 40.72437, + 40.77115, + 40.67859, + 40.72304, + 40.77032, + 40.72692, + 40.6806, + 40.72949, + 40.67649, + 40.71099, + 40.73041, + 40.7197, + 40.60399, + 40.72372, + 40.70989, + 40.80797, + 40.72466, + 40.71552, + 40.69464, + 40.6877, + 40.69079, + 40.70001, + 40.77247, + 40.75128, + 40.86345, + 40.86284, + 40.73413, + 40.74026, + 40.73474, + 40.71316, + 40.8347, + 40.69082, + 40.74124, + 40.67465, + 40.72203, + 40.7839, + 40.68533, + 40.70397, + 40.68084, + 40.68379, + 40.72188, + 40.67963, + 40.69249, + 40.6686, + 40.76985, + 40.76257, + 40.68466, + 40.79183, + 40.77471, + 40.67293, + 40.73587, + 40.69945, + 40.7072, + 40.67376, + 40.7256, + 40.6916, + 40.79196, + 40.81726, + 40.71655, + 40.68375, + 40.70958, + 40.72091, + 40.66959, + 40.68066, + 40.71447, + 40.68372, + 40.76408, + 40.76876, + 40.66839, + 40.74519, + 40.74285, + 40.80352, + 40.71455, + 40.65826, + 40.7324, + 40.71402, + 40.80338, + 40.7592, + 40.68935, + 40.73326, + 40.73082, + 40.71382, + 40.77975, + 40.68517, + 40.74609, + 40.72625, + 40.77428, + 40.72812, + 40.71657, + 40.65193, + 40.73485, + 40.70074, + 40.73607, + 40.72095, + 40.67639, + 40.79913, + 40.50868, + 40.72389, + 40.73727, + 40.68648, + 40.79512, + 40.76206, + 40.69382, + 40.78455, + 40.87114, + 40.71827, + 40.63358, + 40.82312, + 40.8224, + 40.76376, + 40.75703, + 40.74648, + 40.72294, + 40.82732, + 40.6951, + 40.71256, + 40.6795, + 40.7256, + 40.73045, + 40.737, + 40.71227, + 40.75164, + 40.67189, + 40.72381, + 40.73337, + 40.68304, + 40.75743, + 40.7419, + 40.76758, + 40.74189, + 40.76934, + 40.78363, + 40.72171, + 40.76803, + 40.71695, + 40.67574, + 40.75663, + 40.64573, + 40.74004, + 40.68863, + 40.7779, + 40.78194, + 40.6883, + 40.73354, + 40.8014, + 40.69922, + 40.70653, + 40.76287, + 40.70249, + 40.78754, + 40.741, + 40.74027, + 40.77516, + 40.7589, + 40.72771, + 40.71157, + 40.71112, + 40.74272, + 40.64895, + 40.86186, + 40.68888, + 40.67947, + 40.79591, + 40.68796, + 40.67138, + 40.77382, + 40.68418, + 40.68773, + 40.62764, + 40.70719, + 40.73456, + 40.74166, + 40.67166, + 40.77987, + 40.77329, + 40.7195, + 40.70866, + 40.80829, + 40.80114, + 40.62879, + 40.61676, + 40.79417, + 40.75286, + 40.73477, + 40.7453, + 40.80314, + 40.74888, + 40.74851, + 40.67635, + 40.78002, + 40.69445, + 40.75772, + 40.80373, + 40.66481, + 40.68757, + 40.7056, + 40.67722, + 40.71407, + 40.72912, + 40.68305, + 40.68161, + 40.71428, + 40.70234, + 40.77563, + 40.72866, + 40.69096, + 40.69114, + 40.72482, + 40.67406, + 40.77392, + 40.76422, + 40.76221, + 40.69128, + 40.86737, + 40.72177, + 40.74034, + 40.73105, + 40.68902, + 40.67793, + 40.70995, + 40.72756, + 40.68906, + 40.6967, + 40.70751, + 40.67507, + 40.79507, + 40.72225, + 40.6582, + 40.74723, + 40.60183, + 40.66084, + 40.71796, + 40.72558, + 40.80748, + 40.79854, + 40.74869, + 40.63324, + 40.71819, + 40.72582, + 40.74225, + 40.73016, + 40.60213, + 40.68344, + 40.68341, + 40.71534, + 40.74746, + 40.74687, + 40.68712, + 40.73795, + 40.71055, + 40.85956, + 40.68811, + 40.70985, + 40.67473, + 40.82655, + 40.67471, + 40.80155, + 40.80745, + 40.72576, + 40.67641, + 40.82398, + 40.68724, + 40.79241, + 40.77042, + 40.71625, + 40.80351, + 40.74056, + 40.66983, + 40.67942, + 40.71927, + 40.76216, + 40.73867, + 40.73844, + 40.70866, + 40.69127, + 40.70061, + 40.81073, + 40.80517, + 40.76761, + 40.64431, + 40.73616, + 40.65989, + 40.76352, + 40.71141, + 40.74092, + 40.81908, + 40.75154, + 40.78361, + 40.72849, + 40.72369, + 40.72661, + 40.7232, + 40.71714, + 40.59193, + 40.78674, + 40.78747, + 40.74975, + 40.70226, + 40.74231, + 40.71778, + 40.7296, + 40.57728, + 40.73454, + 40.71729, + 40.85963, + 40.7229, + 40.80529, + 40.68736, + 40.6258, + 40.72064, + 40.80145, + 40.76412, + 40.71955, + 40.81161, + 40.6747, + 40.74314, + 40.73158, + 40.70608, + 40.68371, + 40.67652, + 40.72699, + 40.76372, + 40.68391, + 40.77938, + 40.7189, + 40.64294, + 40.66777, + 40.67968, + 40.72863, + 40.75583, + 40.71592, + 40.65142, + 40.72408, + 40.73233, + 40.67958, + 40.80193, + 40.68522, + 40.75754, + 40.8584, + 40.72714, + 40.70118, + 40.68116, + 40.75982, + 40.68785, + 40.68444, + 40.68468, + 40.75383, + 40.77638, + 40.76361, + 40.76605, + 40.70022, + 40.78227, + 40.64073, + 40.70369, + 40.64232, + 40.80826, + 40.77466, + 40.67679, + 40.70745, + 40.71203, + 40.75666, + 40.69594, + 40.71988, + 40.759, + 40.77016, + 40.69254, + 40.71572, + 40.75039, + 40.71435, + 40.83556, + 40.72439, + 40.7179, + 40.73997, + 40.77734, + 40.67453, + 40.78027, + 40.76078, + 40.80343, + 40.85914, + 40.69407, + 40.69377, + 40.77032, + 40.75612, + 40.73461, + 40.72578, + 40.81381, + 40.74527, + 40.71813, + 40.71606, + 40.64047, + 40.6953, + 40.79767, + 40.73652, + 40.7982, + 40.71247, + 40.68798, + 40.80461, + 40.68191, + 40.73364, + 40.73164, + 40.71502, + 40.74997, + 40.71188, + 40.68176, + 40.73186, + 40.70719, + 40.71818, + 40.84448, + 40.72762, + 40.65545, + 40.82294, + 40.81915, + 40.71222, + 40.73403, + 40.67708, + 40.72232, + 40.73761, + 40.79863, + 40.77775, + 40.85082, + 40.72877, + 40.88757, + 40.76553, + 40.71703, + 40.72034, + 40.82169, + 40.77445, + 40.68356, + 40.73545, + 40.65954, + 40.65875, + 40.80118, + 40.8678, + 40.75351, + 40.65586, + 40.72381, + 40.77452, + 40.7666, + 40.70308, + 40.77043, + 40.66882, + 40.67759, + 40.70773, + 40.73493, + 40.68561, + 40.77483, + 40.82536, + 40.69075, + 40.7449, + 40.85262, + 40.67338, + 40.70538, + 40.68537, + 40.7176, + 40.71956, + 40.68015, + 40.82974, + 40.78592, + 40.67504, + 40.72591, + 40.70747, + 40.71786, + 40.68631, + 40.83329, + 40.68216, + 40.68418, + 40.73159, + 40.76108, + 40.73698, + 40.73842, + 40.70876, + 40.71986, + 40.72721, + 40.83378, + 40.70947, + 40.76704, + 40.7119, + 40.78728, + 40.70281, + 40.69319, + 40.74117, + 40.80586, + 40.68515, + 40.73713, + 40.68194, + 40.68509, + 40.63547, + 40.67138, + 40.74082, + 40.68871, + 40.67228, + 40.71988, + 40.77171, + 40.72699, + 40.6916, + 40.73227, + 40.80139, + 40.74263, + 40.69764, + 40.85604, + 40.67309, + 40.72825, + 40.82513, + 40.7445, + 40.75979, + 40.76883, + 40.82258, + 40.82238, + 40.79106, + 40.82173, + 40.68443, + 40.82233, + 40.68615, + 40.73131, + 40.69413, + 40.72103, + 40.73319, + 40.72166, + 40.69379, + 40.67231, + 40.75284, + 40.81024, + 40.80997, + 40.72125, + 40.69763, + 40.71622, + 40.67507, + 40.76744, + 40.73336, + 40.67869, + 40.63132, + 40.80394, + 40.67828, + 40.68407, + 40.67919, + 40.73588, + 40.68334, + 40.66229, + 40.7349, + 40.6938, + 40.68673, + 40.67378, + 40.83783, + 40.62908, + 40.72632, + 40.77627, + 40.70738, + 40.77613, + 40.77837, + 40.85123, + 40.73184, + 40.71921, + 40.71699, + 40.74372, + 40.78417, + 40.77389, + 40.71969, + 40.7225, + 40.69165, + 40.7529, + 40.66059, + 40.71733, + 40.67922, + 40.76188, + 40.72876, + 40.68062, + 40.73126, + 40.73075, + 40.73345, + 40.6763, + 40.70366, + 40.7466, + 40.74712, + 40.71892, + 40.71593, + 40.71541, + 40.77886, + 40.76194, + 40.75665, + 40.84714, + 40.76074, + 40.8129, + 40.70234, + 40.62961, + 40.73574, + 40.71312, + 40.69691, + 40.66251, + 40.72003, + 40.7141, + 40.70694, + 40.68941, + 40.7077, + 40.71275, + 40.78689, + 40.78429, + 40.7016, + 40.68196, + 40.64651, + 40.73031, + 40.76714, + 40.76, + 40.6593, + 40.76014, + 40.80712, + 40.68099, + 40.86585, + 40.67525, + 40.67771, + 40.73118, + 40.7106, + 40.77815, + 40.71427, + 40.71731, + 40.68646, + 40.73132, + 40.71171, + 40.84764, + 40.7704, + 40.85016, + 40.67434, + 40.66893, + 40.72977, + 40.76488, + 40.7123, + 40.6489, + 40.80925, + 40.72957, + 40.72034, + 40.79279, + 40.80845, + 40.6483, + 40.76616, + 40.67422, + 40.80215, + 40.71373, + 40.73818, + 40.84058, + 40.66958, + 40.79541, + 40.78844, + 40.68681, + 40.68707, + 40.85081, + 40.77366, + 40.64902, + 40.82719, + 40.82316, + 40.73404, + 40.68344, + 40.67813, + 40.68411, + 40.70933, + 40.82579, + 40.69208, + 40.6101, + 40.8032, + 40.732, + 40.65307, + 40.67121, + 40.68777, + 40.64534, + 40.68586, + 40.73746, + 40.81368, + 40.68598, + 40.71518, + 40.71335, + 40.82764, + 40.65514, + 40.70502, + 40.66033, + 40.76113, + 40.69132, + 40.69494, + 40.67996, + 40.78615, + 40.75088, + 40.7525, + 40.71437, + 40.69982, + 40.74791, + 40.734, + 40.78933, + 40.75374, + 40.68015, + 40.68252, + 40.82264, + 40.73084, + 40.68485, + 40.72668, + 40.74207, + 40.68194, + 40.71216, + 40.7686, + 40.82434, + 40.80706, + 40.73276, + 40.71156, + 40.68145, + 40.68753, + 40.66485, + 40.82124, + 40.82085, + 40.68496, + 40.73425, + 40.64388, + 40.79626, + 40.80776, + 40.72676, + 40.801, + 40.72784, + 40.6734, + 40.71078, + 40.723, + 40.69901, + 40.66414, + 40.72361, + 40.73356, + 40.73949, + 40.70159, + 40.67852, + 40.67665, + 40.74605, + 40.7642, + 40.67573, + 40.68863, + 40.84408, + 40.68336, + 40.71579, + 40.7886, + 40.78775, + 40.70715, + 40.68713, + 40.687, + 40.72615, + 40.75893, + 40.74435, + 40.73194, + 40.7189, + 40.74641, + 40.68618, + 40.75444, + 40.77543, + 40.70163, + 40.69958, + 40.74848, + 40.70434, + 40.69097, + 40.763, + 40.81378, + 40.70627, + 40.7078, + 40.81071, + 40.6943, + 40.67555, + 40.64942, + 40.67296, + 40.76662, + 40.67607, + 40.73194, + 40.81177, + 40.65908, + 40.70447, + 40.72836, + 40.77464, + 40.71684, + 40.6745, + 40.7099, + 40.72493, + 40.79531, + 40.73377, + 40.72256, + 40.67942, + 40.70424, + 40.7982, + 40.66167, + 40.85235, + 40.71765, + 40.71687, + 40.71081, + 40.72538, + 40.69437, + 40.69288, + 40.63463, + 40.72726, + 40.67501, + 40.71916, + 40.80667, + 40.79368, + 40.71149, + 40.69224, + 40.76356, + 40.82421, + 40.73055, + 40.69282, + 40.72792, + 40.69293, + 40.61806, + 40.7282, + 40.80014, + 40.73359, + 40.75751, + 40.76291, + 40.72658, + 40.82892, + 40.73331, + 40.81062, + 40.68859, + 40.80421, + 40.63508, + 40.70162, + 40.80626, + 40.76491, + 40.68556, + 40.74142, + 40.67682, + 40.80684, + 40.75136, + 40.79218, + 40.72399, + 40.72131, + 40.67359, + 40.8278, + 40.78729, + 40.7852, + 40.78558, + 40.73464, + 40.69248, + 40.78954, + 40.73506, + 40.76896, + 40.68364, + 40.7603, + 40.72602, + 40.71927, + 40.77896, + 40.73303, + 40.67319, + 40.68923, + 40.79307, + 40.76249, + 40.79962, + 40.66162, + 40.80132, + 40.81309, + 40.68204, + 40.70607, + 40.76295, + 40.65915, + 40.67541, + 40.76777, + 40.68924, + 40.76777, + 40.68771, + 40.6627, + 40.72031, + 40.70798, + 40.69017, + 40.66974, + 40.67515, + 40.72198, + 40.6787, + 40.82153, + 40.71238, + 40.77421, + 40.70538, + 40.74417, + 40.72538, + 40.67651, + 40.81906, + 40.72351, + 40.72944, + 40.72346, + 40.69872, + 40.69449, + 40.71132, + 40.64871, + 40.74583, + 40.80938, + 40.65743, + 40.68854, + 40.75537, + 40.77054, + 40.718, + 40.72091, + 40.75879, + 40.72008, + 40.6824, + 40.74398, + 40.82943, + 40.69235, + 40.75334, + 40.74112, + 40.8035, + 40.64745, + 40.71454, + 40.71797, + 40.77117, + 40.68753, + 40.81241, + 40.80384, + 40.71886, + 40.73323, + 40.79535, + 40.85933, + 40.70851, + 40.64851, + 40.67881, + 40.77014, + 40.68554, + 40.7265, + 40.62922, + 40.76463, + 40.7744, + 40.67418, + 40.79417, + 40.69935, + 40.67046, + 40.72046, + 40.7239, + 40.67414, + 40.75783, + 40.71273, + 40.72086, + 40.67151, + 40.825, + 40.74573, + 40.68304, + 40.6803, + 40.67685, + 40.79794, + 40.76359, + 40.74361, + 40.73807, + 40.73775, + 40.75959, + 40.71972, + 40.65475, + 40.75964, + 40.72428, + 40.73099, + 40.68532, + 40.72613, + 40.74877, + 40.74197, + 40.6536, + 40.83535, + 40.7017, + 40.66326, + 40.78859, + 40.69034, + 40.81102, + 40.73026, + 40.64699, + 40.80602, + 40.63612, + 40.69305, + 40.78264, + 40.68754, + 40.83695, + 40.68779, + 40.68674, + 40.67271, + 40.74268, + 40.68185, + 40.7457, + 40.73708, + 40.74052, + 40.736, + 40.58408, + 40.66698, + 40.68068, + 40.71852, + 40.66773, + 40.80477, + 40.71744, + 40.72068, + 40.68545, + 40.688, + 40.77103, + 40.67771, + 40.68798, + 40.71353, + 40.72212, + 40.72541, + 40.70974, + 40.68316, + 40.83479, + 40.72065, + 40.80815, + 40.72778, + 40.71928, + 40.66065, + 40.68769, + 40.64024, + 40.66842, + 40.82865, + 40.71446, + 40.6831, + 40.72271, + 40.82101, + 40.68767, + 40.67673, + 40.68312, + 40.80745, + 40.68034, + 40.78898, + 40.72855, + 40.74119, + 40.67659, + 40.72404, + 40.71756, + 40.78892, + 40.67678, + 40.69965, + 40.66582, + 40.77097, + 40.74057, + 40.67173, + 40.71666, + 40.74658, + 40.6866, + 40.72448, + 40.75274, + 40.73125, + 40.73614, + 40.79208, + 40.73032, + 40.77755, + 40.80421, + 40.68018, + 40.83307, + 40.79921, + 40.68247, + 40.68798, + 40.7252, + 40.80815, + 40.73369, + 40.80449, + 40.77068, + 40.68675, + 40.68683, + 40.72845, + 40.72897, + 40.63381, + 40.71813, + 40.7948, + 40.73804, + 40.79025, + 40.74239, + 40.78571, + 40.69814, + 40.84002, + 40.8532, + 40.73135, + 40.69776, + 40.72011, + 40.7593, + 40.7302, + 40.63641, + 40.74568, + 40.68177, + 40.7252, + 40.71374, + 40.74542, + 40.64298, + 40.8506, + 40.80393, + 40.8004, + 40.71646, + 40.76841, + 40.74652, + 40.76636, + 40.64513, + 40.67839, + 40.74984, + 40.73984, + 40.77938, + 40.79631, + 40.63719, + 40.78943, + 40.70823, + 40.80904, + 40.76161, + 40.71976, + 40.76797, + 40.57519, + 40.76703, + 40.71166, + 40.68647, + 40.65176, + 40.83448, + 40.69258, + 40.75962, + 40.67463, + 40.73138, + 40.69486, + 40.6672, + 40.72499, + 40.72434, + 40.68272, + 40.77147, + 40.75099, + 40.85121, + 40.78806, + 40.76247, + 40.82393, + 40.59204, + 40.67394, + 40.71317, + 40.71024, + 40.70653, + 40.69414, + 40.79293, + 40.8035, + 40.74389, + 40.70382, + 40.71908, + 40.69122, + 40.77546, + 40.72992, + 40.69652, + 40.71333, + 40.71704, + 40.68764, + 40.67322, + 40.81691, + 40.76168, + 40.71038, + 40.78104, + 40.8291, + 40.68185, + 40.66521, + 40.6412, + 40.69107, + 40.80545, + 40.68287, + 40.69822, + 40.69324, + 40.7084, + 40.67321, + 40.68065, + 40.6458, + 40.7149, + 40.82427, + 40.77244, + 40.78323, + 40.76398, + 40.67157, + 40.80707, + 40.74119, + 40.66134, + 40.81388, + 40.68388, + 40.65994, + 40.74984, + 40.78815, + 40.68445, + 40.74331, + 40.68201, + 40.68843, + 40.68919, + 40.70518, + 40.7084, + 40.69585, + 40.6824, + 40.70117, + 40.70971, + 40.65641, + 40.81291, + 40.66886, + 40.71737, + 40.78747, + 40.7216, + 40.70735, + 40.70794, + 40.68013, + 40.67731, + 40.70946, + 40.7191, + 40.71787, + 40.66812, + 40.71634, + 40.73104, + 40.68322, + 40.72948, + 40.7433, + 40.7132, + 40.79475, + 40.70894, + 40.73532, + 40.69424, + 40.76788, + 40.68846, + 40.73305, + 40.84346, + 40.73384, + 40.80777, + 40.75728, + 40.70706, + 40.68809, + 40.64342, + 40.72098, + 40.82612, + 40.72805, + 40.73227, + 40.80274, + 40.69582, + 40.76248, + 40.67396, + 40.68799, + 40.68371, + 40.67782, + 40.72353, + 40.65833, + 40.71063, + 40.68325, + 40.68645, + 40.65393, + 40.77444, + 40.6844, + 40.72188, + 40.69081, + 40.76062, + 40.74265, + 40.85704, + 40.85677, + 40.67915, + 40.71058, + 40.74019, + 40.67475, + 40.66701, + 40.76592, + 40.65335, + 40.71925, + 40.71571, + 40.71276, + 40.70392, + 40.76417, + 40.69811, + 40.72512, + 40.73896, + 40.6838, + 40.71833, + 40.71657, + 40.68243, + 40.74913, + 40.75032, + 40.73981, + 40.68608, + 40.86446, + 40.76934, + 40.77207, + 40.70816, + 40.82343, + 40.67275, + 40.71652, + 40.69774, + 40.88166, + 40.80861, + 40.71101, + 40.69376, + 40.80862, + 40.67421, + 40.80887, + 40.80998, + 40.71449, + 40.68208, + 40.64734, + 40.74318, + 40.76178, + 40.72685, + 40.68842, + 40.67927, + 40.72631, + 40.6842, + 40.72758, + 40.75639, + 40.67738, + 40.67274, + 40.73432, + 40.68822, + 40.8266, + 40.66945, + 40.72122, + 40.71327, + 40.69074, + 40.72411, + 40.76175, + 40.73268, + 40.64895, + 40.833, + 40.7041, + 40.71668, + 40.72383, + 40.79801, + 40.74572, + 40.68732, + 40.76723, + 40.72466, + 40.68298, + 40.76977, + 40.72456, + 40.69731, + 40.8469, + 40.67071, + 40.68695, + 40.72756, + 40.6775, + 40.68996, + 40.72352, + 40.62347, + 40.76893, + 40.80684, + 40.72991, + 40.69243, + 40.72463, + 40.74342, + 40.67611, + 40.63947, + 40.69916, + 40.82036, + 40.72587, + 40.69063, + 40.6918, + 40.70759, + 40.68444, + 40.69648, + 40.74206, + 40.72347, + 40.79813, + 40.8392, + 40.73078, + 40.67317, + 40.73721, + 40.71419, + 40.74449, + 40.74036, + 40.65671, + 40.64674, + 40.71406, + 40.6937, + 40.72418, + 40.68584, + 40.76781, + 40.71385, + 40.63899, + 40.66453, + 40.76924, + 40.72998, + 40.71362, + 40.768, + 40.86457, + 40.68714, + 40.63427, + 40.78622, + 40.73556, + 40.71444, + 40.82407, + 40.68238, + 40.81623, + 40.68669, + 40.67427, + 40.76391, + 40.67947, + 40.70444, + 40.7262, + 40.70823, + 40.7223, + 40.72193, + 40.68665, + 40.64965, + 40.73193, + 40.69979, + 40.8057, + 40.73458, + 40.80028, + 40.67265, + 40.72638, + 40.72732, + 40.80759, + 40.64187, + 40.6762, + 40.67471, + 40.76582, + 40.80533, + 40.6891, + 40.69045, + 40.76199, + 40.70901, + 40.69301, + 40.71915, + 40.81384, + 40.71867, + 40.73695, + 40.77864, + 40.69077, + 40.74632, + 40.68872, + 40.76035, + 40.69054, + 40.71215, + 40.72247, + 40.71608, + 40.74234, + 40.68786, + 40.7703, + 40.76084, + 40.7245, + 40.69332, + 40.75029, + 40.71501, + 40.75028, + 40.70952, + 40.68007, + 40.71862, + 40.68505, + 40.6862, + 40.80427, + 40.7204, + 40.72267, + 40.67838, + 40.70582, + 40.80011, + 40.6747, + 40.72822, + 40.68411, + 40.71202, + 40.71471, + 40.82124, + 40.74776, + 40.66405, + 40.67171, + 40.80108, + 40.77006, + 40.7057, + 40.65936, + 40.70121, + 40.71804, + 40.66021, + 40.69197, + 40.68639, + 40.6882, + 40.73051, + 40.71, + 40.69336, + 40.69289, + 40.63591, + 40.68084, + 40.62666, + 40.68329, + 40.71041, + 40.74461, + 40.72686, + 40.69399, + 40.76387, + 40.85652, + 40.66751, + 40.79004, + 40.73988, + 40.70919, + 40.71908, + 40.78357, + 40.63863, + 40.58426, + 40.68249, + 40.72307, + 40.71938, + 40.6839, + 40.66448, + 40.77448, + 40.75431, + 40.8033, + 40.72317, + 40.75676, + 40.7282, + 40.68864, + 40.8061, + 40.78981, + 40.7133, + 40.72411, + 40.71171, + 40.78024, + 40.64361, + 40.72915, + 40.74409, + 40.72853, + 40.78808, + 40.68585, + 40.80355, + 40.72887, + 40.75909, + 40.77787, + 40.72545, + 40.68034, + 40.73078, + 40.79255, + 40.62733, + 40.73732, + 40.74033, + 40.64919, + 40.82453, + 40.73494, + 40.71702, + 40.70951, + 40.76142, + 40.71188, + 40.73158, + 40.83399, + 40.76792, + 40.62947, + 40.73254, + 40.7529, + 40.72694, + 40.69015, + 40.70939, + 40.72149, + 40.74611, + 40.72079, + 40.70188, + 40.76476, + 40.7257, + 40.73082, + 40.67477, + 40.76752, + 40.71239, + 40.68572, + 40.81606, + 40.69017, + 40.82184, + 40.70863, + 40.73051, + 40.69385, + 40.7513, + 40.70537, + 40.64308, + 40.83942, + 40.72391, + 40.71915, + 40.7086, + 40.81307, + 40.6848, + 40.78013, + 40.7338, + 40.76866, + 40.63205, + 40.68468, + 40.68019, + 40.67179, + 40.68656, + 40.77118, + 40.66623, + 40.68471, + 40.72831, + 40.70773, + 40.8117, + 40.70045, + 40.75238, + 40.68708, + 40.68005, + 40.73119, + 40.68553, + 40.70617, + 40.76364, + 40.64233, + 40.76544, + 40.68194, + 40.74096, + 40.72531, + 40.73089, + 40.72866, + 40.68978, + 40.73433, + 40.6526, + 40.72047, + 40.7854, + 40.72379, + 40.61135, + 40.71084, + 40.76464, + 40.79221, + 40.73681, + 40.76493, + 40.76703, + 40.76671, + 40.71346, + 40.66139, + 40.69143, + 40.74011, + 40.79053, + 40.76359, + 40.81326, + 40.71108, + 40.59684, + 40.76394, + 40.66359, + 40.8174, + 40.68208, + 40.72509, + 40.7157, + 40.66759, + 40.88296, + 40.66907, + 40.72668, + 40.74722, + 40.80339, + 40.7977, + 40.71251, + 40.7138, + 40.66874, + 40.81976, + 40.74072, + 40.7337, + 40.68242, + 40.76796, + 40.7672, + 40.69383, + 40.65763, + 40.64928, + 40.7189, + 40.75224, + 40.77532, + 40.72646, + 40.73487, + 40.85287, + 40.72124, + 40.70833, + 40.70306, + 40.71906, + 40.81027, + 40.72182, + 40.63304, + 40.74035, + 40.6776, + 40.70758, + 40.7474, + 40.71316, + 40.66231, + 40.66182, + 40.71985, + 40.67629, + 40.79377, + 40.75622, + 40.67394, + 40.79086, + 40.77084, + 40.72716, + 40.7179, + 40.76135, + 40.72076, + 40.76081, + 40.68972, + 40.65769, + 40.70911, + 40.82138, + 40.72105, + 40.76358, + 40.79858, + 40.74609, + 40.78031, + 40.76708, + 40.76549, + 40.70982, + 40.71973, + 40.74148, + 40.765, + 40.72569, + 40.73236, + 40.74188, + 40.80012, + 40.84367, + 40.77219, + 40.80247, + 40.69194, + 40.66946, + 40.78952, + 40.74314, + 40.79692, + 40.77648, + 40.67247, + 40.69696, + 40.69366, + 40.72714, + 40.74563, + 40.74849, + 40.70942, + 40.76451, + 40.74244, + 40.78448, + 40.76421, + 40.731, + 40.68968, + 40.80266, + 40.78852, + 40.71078, + 40.71697, + 40.67528, + 40.68931, + 40.74881, + 40.76456, + 40.71284, + 40.80395, + 40.69009, + 40.69169, + 40.70818, + 40.71481, + 40.70658, + 40.72131, + 40.65987, + 40.72495, + 40.68273, + 40.72311, + 40.78277, + 40.81157, + 40.77631, + 40.7312, + 40.70683, + 40.71295, + 40.67204, + 40.72878, + 40.53884, + 40.86317, + 40.7187, + 40.67749, + 40.73747, + 40.71875, + 40.76391, + 40.81569, + 40.68366, + 40.74107, + 40.7001, + 40.68585, + 40.70498, + 40.67191, + 40.73246, + 40.69023, + 40.69096, + 40.80126, + 40.81748, + 40.74166, + 40.8145, + 40.71261, + 40.82519, + 40.72644, + 40.68909, + 40.73689, + 40.71594, + 40.69048, + 40.71454, + 40.72569, + 40.64738, + 40.71618, + 40.69493, + 40.74386, + 40.85557, + 40.7221, + 40.72018, + 40.73679, + 40.68385, + 40.82557, + 40.65083, + 40.73285, + 40.71766, + 40.72982, + 40.68135, + 40.80964, + 40.71216, + 40.73865, + 40.75, + 40.69168, + 40.73135, + 40.71817, + 40.73196, + 40.74392, + 40.73544, + 40.76547, + 40.6784, + 40.68674, + 40.76129, + 40.7525, + 40.68897, + 40.82097, + 40.70714, + 40.64469, + 40.72369, + 40.66516, + 40.72969, + 40.71417, + 40.67522, + 40.68489, + 40.80738, + 40.69322, + 40.6889, + 40.77593, + 40.82597, + 40.72485, + 40.76254, + 40.67143, + 40.72335, + 40.76906, + 40.72394, + 40.84278, + 40.72898, + 40.78618, + 40.68864, + 40.75562, + 40.77585, + 40.71338, + 40.80491, + 40.74386, + 40.7582, + 40.72838, + 40.68283, + 40.68185, + 40.75283, + 40.74599, + 40.76316, + 40.67593, + 40.71845, + 40.7366, + 40.68305, + 40.7789, + 40.74855, + 40.72934, + 40.72589, + 40.71216, + 40.68413, + 40.75669, + 40.71394, + 40.75375, + 40.73311, + 40.64448, + 40.70343, + 40.76296, + 40.72617, + 40.70289, + 40.64674, + 40.75406, + 40.66173, + 40.70711, + 40.70565, + 40.68166, + 40.75066, + 40.68285, + 40.68442, + 40.69181, + 40.74793, + 40.68049, + 40.76981, + 40.72587, + 40.72749, + 40.75463, + 40.68374, + 40.68323, + 40.70505, + 40.71863, + 40.73892, + 40.6406, + 40.73673, + 40.74676, + 40.71351, + 40.70727, + 40.76019, + 40.70561, + 40.72147, + 40.64913, + 40.72745, + 40.7706, + 40.77785, + 40.68396, + 40.67814, + 40.75876, + 40.67801, + 40.68516, + 40.67138, + 40.81056, + 40.82954, + 40.80029, + 40.76425, + 40.69309, + 40.74276, + 40.71477, + 40.69414, + 40.68474, + 40.67963, + 40.72083, + 40.82438, + 40.67689, + 40.74404, + 40.77453, + 40.71278, + 40.71715, + 40.72709, + 40.7161, + 40.71758, + 40.7193, + 40.76143, + 40.71532, + 40.80026, + 40.70576, + 40.69135, + 40.68492, + 40.73772, + 40.70602, + 40.67982, + 40.76135, + 40.72373, + 40.75887, + 40.71674, + 40.6912, + 40.83645, + 40.69356, + 40.71972, + 40.73419, + 40.69117, + 40.80688, + 40.85258, + 40.71576, + 40.80874, + 40.76247, + 40.72815, + 40.7582, + 40.72997, + 40.68437, + 40.82024, + 40.72318, + 40.80447, + 40.67769, + 40.79629, + 40.68626, + 40.66583, + 40.68605, + 40.70139, + 40.80419, + 40.74328, + 40.63803, + 40.72575, + 40.70604, + 40.76435, + 40.7193, + 40.75401, + 40.80009, + 40.68508, + 40.76266, + 40.85516, + 40.72187, + 40.7281, + 40.74423, + 40.73925, + 40.71746, + 40.67475, + 40.80844, + 40.7334, + 40.71688, + 40.77924, + 40.71842, + 40.68528, + 40.72139, + 40.71286, + 40.8233, + 40.72811, + 40.78122, + 40.76876, + 40.67694, + 40.71367, + 40.66579, + 40.69484, + 40.70022, + 40.76636, + 40.6713, + 40.77021, + 40.65899, + 40.72493, + 40.81381, + 40.72796, + 40.70978, + 40.74163, + 40.72823, + 40.72679, + 40.70608, + 40.72539, + 40.7282, + 40.76838, + 40.78468, + 40.64605, + 40.67122, + 40.72862, + 40.77906, + 40.69937, + 40.71871, + 40.66362, + 40.79859, + 40.80168, + 40.72754, + 40.77556, + 40.67468, + 40.67148, + 40.71971, + 40.68248, + 40.73943, + 40.78918, + 40.84082, + 40.81402, + 40.72886, + 40.76316, + 40.78813, + 40.70618, + 40.76663, + 40.77, + 40.76485, + 40.67497, + 40.69025, + 40.7838, + 40.66952, + 40.71002, + 40.8639, + 40.79321, + 40.71044, + 40.66928, + 40.76273, + 40.90804, + 40.63524, + 40.71861, + 40.8083, + 40.72778, + 40.80446, + 40.81615, + 40.71695, + 40.76542, + 40.70493, + 40.71914, + 40.78021, + 40.86888, + 40.68631, + 40.6841, + 40.69641, + 40.73967, + 40.66687, + 40.69594, + 40.86317, + 40.73003, + 40.74873, + 40.74897, + 40.82475, + 40.78081, + 40.65391, + 40.76709, + 40.78605, + 40.80034, + 40.7577, + 40.72977, + 40.72, + 40.7282, + 40.71491, + 40.73985, + 40.7582, + 40.72329, + 40.75832, + 40.82486, + 40.81639, + 40.70039, + 40.64532, + 40.79675, + 40.81858, + 40.81728, + 40.72635, + 40.6283, + 40.6839, + 40.72782, + 40.73858, + 40.76589, + 40.76749, + 40.67559, + 40.66719, + 40.68673, + 40.76326, + 40.76473, + 40.71257, + 40.70781, + 40.71892, + 40.68671, + 40.72148, + 40.66539, + 40.66118, + 40.73987, + 40.74817, + 40.70371, + 40.7552, + 40.72717, + 40.65398, + 40.69767, + 40.73187, + 40.77376, + 40.80163, + 40.72852, + 40.6856, + 40.71589, + 40.71542, + 40.80121, + 40.73075, + 40.79053, + 40.72577, + 40.79981, + 40.72829, + 40.80797, + 40.75184, + 40.73246, + 40.77895, + 40.6922, + 40.77928, + 40.85667, + 40.74282, + 40.7672, + 40.67659, + 40.74071, + 40.82078, + 40.77127, + 40.74221, + 40.71215, + 40.71524, + 40.66551, + 40.67828, + 40.76874, + 40.70491, + 40.74374, + 40.71955, + 40.6863, + 40.70731, + 40.75053, + 40.72323, + 40.73033, + 40.66806, + 40.73899, + 40.72532, + 40.73397, + 40.66952, + 40.68637, + 40.81233, + 40.71715, + 40.7018, + 40.68171, + 40.73303, + 40.69142, + 40.74409, + 40.71864, + 40.66646, + 40.81286, + 40.82347, + 40.70674, + 40.70958, + 40.69134, + 40.80033, + 40.68773, + 40.71131, + 40.71044, + 40.72247, + 40.71651, + 40.72864, + 40.68041, + 40.76165, + 40.73552, + 40.68476, + 40.66983, + 40.64717, + 40.70867, + 40.71371, + 40.75774, + 40.74611, + 40.66876, + 40.67321, + 40.73408, + 40.77519, + 40.71243, + 40.74978, + 40.69286, + 40.70716, + 40.72477, + 40.74409, + 40.72287, + 40.76352, + 40.63832, + 40.69067, + 40.77452, + 40.72045, + 40.77747, + 40.76204, + 40.67281, + 40.70981, + 40.70381, + 40.68803, + 40.75426, + 40.78835, + 40.77822, + 40.76263, + 40.70988, + 40.73646, + 40.74961, + 40.69472, + 40.73192, + 40.72859, + 40.79994, + 40.70765, + 40.72587, + 40.69193, + 40.72546, + 40.77517, + 40.69636, + 40.66261, + 40.77782, + 40.72675, + 40.71872, + 40.82532, + 40.68162, + 40.70177, + 40.72553, + 40.7686, + 40.65022, + 40.66639, + 40.64759, + 40.83454, + 40.71973, + 40.71258, + 40.73236, + 40.82029, + 40.78881, + 40.72975, + 40.76304, + 40.76466, + 40.70912, + 40.63592, + 40.71296, + 40.72552, + 40.72722, + 40.77924, + 40.81143, + 40.72476, + 40.69312, + 40.71558, + 40.7147, + 40.68409, + 40.74193, + 40.77073, + 40.76613, + 40.71, + 40.68362, + 40.72934, + 40.79478, + 40.70171, + 40.67927, + 40.78689, + 40.68342, + 40.68478, + 40.83191, + 40.74487, + 40.72356, + 40.81968, + 40.77459, + 40.85098, + 40.71978, + 40.71473, + 40.67177, + 40.76197, + 40.75667, + 40.76141, + 40.69346, + 40.72615, + 40.76213, + 40.6966, + 40.72767, + 40.73545, + 40.74527, + 40.7836, + 40.79752, + 40.68922, + 40.73107, + 40.71587, + 40.6864, + 40.68232, + 40.75874, + 40.70014, + 40.76337, + 40.70751, + 40.70451, + 40.68497, + 40.72671, + 40.68926, + 40.77874, + 40.69112, + 40.77464, + 40.7604, + 40.76252, + 40.82252, + 40.6591, + 40.74855, + 40.812, + 40.68214, + 40.71557, + 40.70218, + 40.77608, + 40.71354, + 40.71364, + 40.71328, + 40.81562, + 40.72456, + 40.81333, + 40.74106, + 40.76, + 40.75764, + 40.71725, + 40.74259, + 40.73818, + 40.67892, + 40.66587, + 40.72358, + 40.82811, + 40.78401, + 40.76293, + 40.78328, + 40.71735, + 40.72422, + 40.68775, + 40.68683, + 40.78731, + 40.69972, + 40.84058, + 40.84119, + 40.7759, + 40.84531, + 40.7278, + 40.73776, + 40.69587, + 40.69093, + 40.73087, + 40.71577, + 40.71292, + 40.75701, + 40.71539, + 40.72053, + 40.73747, + 40.74361, + 40.78616, + 40.74798, + 40.74047, + 40.79558, + 40.68019, + 40.72764, + 40.82649, + 40.68631, + 40.71969, + 40.71527, + 40.72572, + 40.78605, + 40.7834, + 40.70039, + 40.73311, + 40.74262, + 40.70046, + 40.78835, + 40.73879, + 40.83426, + 40.74364, + 40.73823, + 40.74502, + 40.77266, + 40.86467, + 40.70147, + 40.79476, + 40.73588, + 40.76402, + 40.70054, + 40.80922, + 40.70511, + 40.72926, + 40.70949, + 40.73215, + 40.67167, + 40.72672, + 40.76437, + 40.74495, + 40.74163, + 40.74383, + 40.77331, + 40.70422, + 40.66296, + 40.81085, + 40.75, + 40.77226, + 40.77775, + 40.60918, + 40.60931, + 40.72082, + 40.71895, + 40.8002, + 40.79859, + 40.73295, + 40.78158, + 40.67112, + 40.67232, + 40.73411, + 40.66155, + 40.78531, + 40.78574, + 40.73205, + 40.74422, + 40.79891, + 40.72847, + 40.73046, + 40.7829, + 40.7196, + 40.73341, + 40.78021, + 40.68835, + 40.7732, + 40.71801, + 40.68255, + 40.76886, + 40.72599, + 40.73876, + 40.72832, + 40.78409, + 40.7444, + 40.74344, + 40.71357, + 40.75361, + 40.70517, + 40.72706, + 40.74999, + 40.70943, + 40.76427, + 40.73532, + 40.72959, + 40.7461, + 40.57645, + 40.74622, + 40.79432, + 40.74438, + 40.80119, + 40.70868, + 40.72569, + 40.72537, + 40.655, + 40.7272, + 40.73817, + 40.74438, + 40.7095, + 40.68766, + 40.78345, + 40.68107, + 40.7358, + 40.76726, + 40.77018, + 40.67632, + 40.73357, + 40.74215, + 40.7604, + 40.75225, + 40.7335, + 40.78498, + 40.71947, + 40.73323, + 40.76292, + 40.71969, + 40.68123, + 40.78269, + 40.76904, + 40.79822, + 40.69982, + 40.77859, + 40.73052, + 40.73521, + 40.74398, + 40.71725, + 40.74576, + 40.71558, + 40.76895, + 40.77477, + 40.77715, + 40.78103, + 40.76486, + 40.75786, + 40.88579, + 40.76182, + 40.69329, + 40.70825, + 40.68497, + 40.72035, + 40.72988, + 40.76774, + 40.76096, + 40.67262, + 40.72153, + 40.76532, + 40.70544, + 40.62455, + 40.63449, + 40.72664, + 40.78263, + 40.73259, + 40.77469, + 40.71627, + 40.74935, + 40.82016, + 40.70972, + 40.68583, + 40.7803, + 40.68554, + 40.72727, + 40.70771, + 40.80269, + 40.70583, + 40.7916, + 40.73374, + 40.76225, + 40.70206, + 40.68568, + 40.69856, + 40.77794, + 40.76054, + 40.72171, + 40.70874, + 40.71216, + 40.84966, + 40.65747, + 40.67026, + 40.81128, + 40.7159, + 40.70941, + 40.6901, + 40.73421, + 40.71165, + 40.66732, + 40.76315, + 40.67286, + 40.73243, + 40.71338, + 40.72946, + 40.76349, + 40.68172, + 40.67935, + 40.65173, + 40.66468, + 40.711, + 40.78092, + 40.73997, + 40.71654, + 40.67657, + 40.72541, + 40.70375, + 40.76046, + 40.6738, + 40.76394, + 40.80021, + 40.67343, + 40.6769, + 40.61518, + 40.69392, + 40.73334, + 40.68843, + 40.64846, + 40.71762, + 40.88437, + 40.7106, + 40.71968, + 40.82039, + 40.70054, + 40.69045, + 40.71919, + 40.71952, + 40.73618, + 40.81904, + 40.71023, + 40.78331, + 40.72916, + 40.68008, + 40.64307, + 40.67019, + 40.71962, + 40.64742, + 40.7186, + 40.78327, + 40.6998, + 40.76589, + 40.7453, + 40.67422, + 40.73169, + 40.72034, + 40.7159, + 40.82301, + 40.83358, + 40.68642, + 40.7809, + 40.6911, + 40.72545, + 40.66586, + 40.82528, + 40.72669, + 40.7851, + 40.64815, + 40.71149, + 40.76453, + 40.71124, + 40.74955, + 40.66443, + 40.72023, + 40.72512, + 40.79926, + 40.73418, + 40.73348, + 40.8049, + 40.72908, + 40.82349, + 40.72598, + 40.67906, + 40.67652, + 40.69011, + 40.67348, + 40.70781, + 40.76852, + 40.72708, + 40.75705, + 40.78474, + 40.68948, + 40.68091, + 40.72559, + 40.72007, + 40.75799, + 40.70669, + 40.73237, + 40.68825, + 40.79841, + 40.76122, + 40.71512, + 40.72574, + 40.68727, + 40.72297, + 40.78645, + 40.78792, + 40.71841, + 40.79838, + 40.68955, + 40.76269, + 40.6895, + 40.72591, + 40.71492, + 40.80121, + 40.80705, + 40.67948, + 40.68075, + 40.72337, + 40.744, + 40.75484, + 40.70933, + 40.71116, + 40.71072, + 40.8151, + 40.72005, + 40.77194, + 40.70451, + 40.62338, + 40.72771, + 40.75066, + 40.77574, + 40.73405, + 40.69587, + 40.7673, + 40.71009, + 40.68844, + 40.6574, + 40.63256, + 40.67349, + 40.81456, + 40.71683, + 40.77979, + 40.74263, + 40.76441, + 40.75879, + 40.79732, + 40.76374, + 40.75879, + 40.72276, + 40.73101, + 40.76152, + 40.70365, + 40.77804, + 40.71934, + 40.67571, + 40.66517, + 40.64426, + 40.72314, + 40.64601, + 40.64447, + 40.64492, + 40.69728, + 40.70558, + 40.76084, + 40.67901, + 40.68287, + 40.81927, + 40.73905, + 40.77929, + 40.63747, + 40.76163, + 40.70657, + 40.81472, + 40.82277, + 40.67454, + 40.87605, + 40.72224, + 40.68709, + 40.8075, + 40.73237, + 40.76518, + 40.72939, + 40.76791, + 40.68027, + 40.71685, + 40.8235, + 40.8029, + 40.64576, + 40.6842, + 40.70819, + 40.79731, + 40.68611, + 40.71075, + 40.73112, + 40.84309, + 40.72002, + 40.78283, + 40.74311, + 40.63113, + 40.8127, + 40.58451, + 40.79249, + 40.71997, + 40.69304, + 40.80546, + 40.67656, + 40.64772, + 40.6883, + 40.69135, + 40.72707, + 40.75529, + 40.70942, + 40.68647, + 40.69911, + 40.67648, + 40.80007, + 40.77231, + 40.77263, + 40.81503, + 40.60375, + 40.79071, + 40.70318, + 40.79733, + 40.76608, + 40.7165, + 40.83012, + 40.77265, + 40.77276, + 40.77107, + 40.70065, + 40.79827, + 40.67318, + 40.68661, + 40.64851, + 40.86646, + 40.82424, + 40.63081, + 40.69616, + 40.80029, + 40.68914, + 40.70719, + 40.69471, + 40.66141, + 40.72839, + 40.77278, + 40.72073, + 40.78061, + 40.76503, + 40.71498, + 40.67228, + 40.77594, + 40.64942, + 40.67265, + 40.71112, + 40.65403, + 40.8098, + 40.73409, + 40.67909, + 40.72816, + 40.71827, + 40.79592, + 40.77645, + 40.67799, + 40.71226, + 40.73282, + 40.8106, + 40.721, + 40.76791, + 40.68852, + 40.7913, + 40.72561, + 40.71675, + 40.70844, + 40.69172, + 40.72786, + 40.70585, + 40.73657, + 40.69987, + 40.63465, + 40.79512, + 40.84192, + 40.71209, + 40.71639, + 40.83677, + 40.77848, + 40.75107, + 40.71262, + 40.74627, + 40.76419, + 40.74749, + 40.80494, + 40.6821, + 40.70934, + 40.66733, + 40.75413, + 40.68274, + 40.68571, + 40.82305, + 40.73701, + 40.74606, + 40.69265, + 40.76711, + 40.84203, + 40.74035, + 40.76479, + 40.74332, + 40.79721, + 40.8084, + 40.80697, + 40.82907, + 40.69574, + 40.83482, + 40.72173, + 40.72595, + 40.72812, + 40.70666, + 40.7678, + 40.77518, + 40.72713, + 40.67795, + 40.67203, + 40.66481, + 40.80091, + 40.69895, + 40.77107, + 40.70024, + 40.76351, + 40.70404, + 40.6582, + 40.69026, + 40.69418, + 40.73942, + 40.7558, + 40.79121, + 40.7221, + 40.68058, + 40.79496, + 40.64468, + 40.68322, + 40.80966, + 40.7625, + 40.68286, + 40.69686, + 40.75927, + 40.73085, + 40.76544, + 40.69226, + 40.81677, + 40.77138, + 40.7645, + 40.73243, + 40.6982, + 40.71813, + 40.68009, + 40.71542, + 40.77249, + 40.84915, + 40.74389, + 40.75606, + 40.71614, + 40.66587, + 40.75967, + 40.72278, + 40.67736, + 40.68998, + 40.78694, + 40.86705, + 40.66044, + 40.64602, + 40.77024, + 40.77852, + 40.69707, + 40.83252, + 40.68235, + 40.68238, + 40.77349, + 40.72105, + 40.81781, + 40.69056, + 40.68671, + 40.74309, + 40.72106, + 40.71173, + 40.73571, + 40.69297, + 40.71418, + 40.72266, + 40.79194, + 40.62578, + 40.68811, + 40.68211, + 40.78414, + 40.67301, + 40.75611, + 40.7642, + 40.74235, + 40.71389, + 40.70012, + 40.80504, + 40.74405, + 40.7339, + 40.83333, + 40.78882, + 40.6435, + 40.7576, + 40.80554, + 40.7202, + 40.77125, + 40.68576, + 40.77589, + 40.83418, + 40.8068, + 40.76147, + 40.7254, + 40.68191, + 40.76123, + 40.77065, + 40.80925, + 40.75546, + 40.73083, + 40.77397, + 40.77297, + 40.78833, + 40.67446, + 40.72733, + 40.72842, + 40.83687, + 40.85711, + 40.68108, + 40.69727, + 40.71484, + 40.68879, + 40.78587, + 40.71055, + 40.80005, + 40.76634, + 40.70665, + 40.77233, + 40.77182, + 40.79193, + 40.7196, + 40.69053, + 40.66977, + 40.74547, + 40.66372, + 40.75625, + 40.85084, + 40.67007, + 40.77105, + 40.71242, + 40.6907, + 40.82149, + 40.71376, + 40.81153, + 40.71046, + 40.71923, + 40.77162, + 40.79972, + 40.67335, + 40.67353, + 40.72965, + 40.6435, + 40.74288, + 40.75494, + 40.6427, + 40.77291, + 40.6847, + 40.73362, + 40.77503, + 40.68105, + 40.74923, + 40.71853, + 40.68183, + 40.67786, + 40.71264, + 40.68006, + 40.69924, + 40.7162, + 40.78352, + 40.66411, + 40.71288, + 40.68432, + 40.74411, + 40.70071, + 40.74923, + 40.69572, + 40.65387, + 40.65267, + 40.73026, + 40.71782, + 40.75293, + 40.71416, + 40.76761, + 40.66449, + 40.65541, + 40.73487, + 40.7241, + 40.73704, + 40.69683, + 40.67512, + 40.7888, + 40.69393, + 40.77435, + 40.71097, + 40.73034, + 40.68322, + 40.6955, + 40.71615, + 40.80071, + 40.63615, + 40.73936, + 40.69414, + 40.83549, + 40.60549, + 40.73726, + 40.76375, + 40.69127, + 40.69137, + 40.74551, + 40.70061, + 40.80879, + 40.75969, + 40.85504, + 40.67024, + 40.73279, + 40.78139, + 40.75971, + 40.68975, + 40.71587, + 40.76794, + 40.73726, + 40.70775, + 40.72292, + 40.67925, + 40.72603, + 40.67479, + 40.7231, + 40.79285, + 40.71433, + 40.77233, + 40.80095, + 40.71593, + 40.69443, + 40.65841, + 40.77222, + 40.78504, + 40.73057, + 40.62019, + 40.68271, + 40.77126, + 40.72525, + 40.68548, + 40.83383, + 40.69666, + 40.70633, + 40.67401, + 40.71662, + 40.68426, + 40.65595, + 40.85719, + 40.66528, + 40.64661, + 40.74227, + 40.65262, + 40.67553, + 40.6769, + 40.71756, + 40.73893, + 40.68494, + 40.70971, + 40.70113, + 40.86786, + 40.73722, + 40.80453, + 40.67729, + 40.68968, + 40.74318, + 40.74873, + 40.76712, + 40.64444, + 40.68596, + 40.7276, + 40.83288, + 40.64638, + 40.65513, + 40.76132, + 40.77748, + 40.6602, + 40.72889, + 40.74475, + 40.72232, + 40.72687, + 40.69405, + 40.74462, + 40.76866, + 40.6728, + 40.78576, + 40.77401, + 40.72916, + 40.83568, + 40.72118, + 40.74897, + 40.79245, + 40.7172, + 40.73229, + 40.74902, + 40.72691, + 40.71477, + 40.73057, + 40.65962, + 40.74221, + 40.78145, + 40.77209, + 40.77224, + 40.80392, + 40.69158, + 40.70442, + 40.70481, + 40.71987, + 40.72293, + 40.70789, + 40.67489, + 40.72592, + 40.78087, + 40.80739, + 40.61098, + 40.75771, + 40.7152, + 40.74175, + 40.7245, + 40.67104, + 40.68541, + 40.69205, + 40.69071, + 40.7177, + 40.66508, + 40.72713, + 40.80399, + 40.7759, + 40.65235, + 40.72126, + 40.82243, + 40.74765, + 40.77766, + 40.67228, + 40.7246, + 40.71848, + 40.76428, + 40.77573, + 40.72488, + 40.81736, + 40.72418, + 40.70124, + 40.72165, + 40.80699, + 40.71662, + 40.76745, + 40.81595, + 40.78276, + 40.6679, + 40.67527, + 40.76282, + 40.68176, + 40.67231, + 40.67668, + 40.63463, + 40.76299, + 40.73666, + 40.70921, + 40.69545, + 40.82584, + 40.68474, + 40.71973, + 40.68452, + 40.64056, + 40.70724, + 40.68208, + 40.68695, + 40.72976, + 40.64553, + 40.67391, + 40.69465, + 40.68898, + 40.71029, + 40.69394, + 40.71572, + 40.71808, + 40.77221, + 40.678, + 40.65516, + 40.67765, + 40.72854, + 40.71765, + 40.73509, + 40.68731, + 40.66257, + 40.71262, + 40.70675, + 40.66638, + 40.74449, + 40.67476, + 40.76552, + 40.66488, + 40.76068, + 40.77737, + 40.68291, + 40.85893, + 40.82165, + 40.88075, + 40.67507, + 40.69117, + 40.64996, + 40.89603, + 40.70667, + 40.67561, + 40.80185, + 40.79739, + 40.73381, + 40.76309, + 40.67499, + 40.64677, + 40.82931, + 40.67138, + 40.68823, + 40.69368, + 40.77059, + 40.68558, + 40.67863, + 40.71042, + 40.77802, + 40.71254, + 40.69802, + 40.7215, + 40.71883, + 40.76429, + 40.74814, + 40.66985, + 40.71981, + 40.79794, + 40.71622, + 40.84919, + 40.68193, + 40.76158, + 40.8365, + 40.72243, + 40.63649, + 40.72928, + 40.66565, + 40.65779, + 40.68331, + 40.65684, + 40.71813, + 40.72652, + 40.69436, + 40.68338, + 40.68717, + 40.7215, + 40.68727, + 40.80118, + 40.82075, + 40.64811, + 40.68252, + 40.7278, + 40.72123, + 40.64964, + 40.70552, + 40.67994, + 40.68554, + 40.74059, + 40.83686, + 40.80801, + 40.7659, + 40.7238, + 40.81198, + 40.67794, + 40.82524, + 40.71207, + 40.68833, + 40.6906, + 40.74156, + 40.66592, + 40.79848, + 40.76016, + 40.66758, + 40.80131, + 40.71338, + 40.71601, + 40.76866, + 40.67658, + 40.74436, + 40.65148, + 40.76572, + 40.75182, + 40.6812, + 40.7898, + 40.67303, + 40.74956, + 40.74644, + 40.67766, + 40.73547, + 40.67751, + 40.68174, + 40.72823, + 40.6774, + 40.71613, + 40.68785, + 40.67592, + 40.73504, + 40.71314, + 40.80407, + 40.68033, + 40.73691, + 40.78206, + 40.70943, + 40.8008, + 40.59601, + 40.7518, + 40.80002, + 40.77449, + 40.6846, + 40.71165, + 40.68562, + 40.77787, + 40.7631, + 40.67517, + 40.71769, + 40.71189, + 40.72096, + 40.72235, + 40.7593, + 40.69236, + 40.68073, + 40.66294, + 40.67045, + 40.80118, + 40.73548, + 40.7381, + 40.72749, + 40.69165, + 40.67731, + 40.68207, + 40.82888, + 40.79269, + 40.73993, + 40.67822, + 40.66939, + 40.70648, + 40.70476, + 40.68975, + 40.81444, + 40.68172, + 40.76884, + 40.6979, + 40.80048, + 40.73535, + 40.70247, + 40.65376, + 40.64082, + 40.6532, + 40.71556, + 40.71347, + 40.73873, + 40.7995, + 40.74549, + 40.79921, + 40.79893, + 40.6851, + 40.78728, + 40.65752, + 40.73953, + 40.68732, + 40.74259, + 40.75045, + 40.73316, + 40.72285, + 40.74934, + 40.74369, + 40.6674, + 40.75958, + 40.74646, + 40.69893, + 40.70972, + 40.66959, + 40.83473, + 40.68687, + 40.58527, + 40.69846, + 40.66691, + 40.65181, + 40.76649, + 40.74722, + 40.81742, + 40.72428, + 40.71866, + 40.65284, + 40.77486, + 40.71626, + 40.65287, + 40.68981, + 40.67978, + 40.7743, + 40.75524, + 40.70586, + 40.67591, + 40.68753, + 40.78818, + 40.64615, + 40.71307, + 40.71122, + 40.76423, + 40.70926, + 40.66911, + 40.85304, + 40.70935, + 40.76125, + 40.70026, + 40.73873, + 40.70885, + 40.71649, + 40.64846, + 40.66955, + 40.78193, + 40.691, + 40.82491, + 40.73817, + 40.67321, + 40.83367, + 40.71959, + 40.80174, + 40.83058, + 40.83132, + 40.83328, + 40.76496, + 40.7939, + 40.71852, + 40.86677, + 40.68572, + 40.67132, + 40.69195, + 40.79191, + 40.71062, + 40.70765, + 40.82967, + 40.69502, + 40.66682, + 40.85083, + 40.7476, + 40.71082, + 40.73165, + 40.7044, + 40.69349, + 40.72012, + 40.77056, + 40.68148, + 40.71122, + 40.7117, + 40.7468, + 40.70791, + 40.76477, + 40.72511, + 40.76844, + 40.77565, + 40.66891, + 40.67505, + 40.73005, + 40.76349, + 40.86689, + 40.67998, + 40.81055, + 40.67183, + 40.68571, + 40.71663, + 40.75812, + 40.79037, + 40.66201, + 40.77343, + 40.82186, + 40.73232, + 40.85529, + 40.71409, + 40.78284, + 40.71266, + 40.68094, + 40.67224, + 40.67432, + 40.71936, + 40.71644, + 40.80493, + 40.72154, + 40.68266, + 40.71204, + 40.81525, + 40.7212, + 40.81511, + 40.80278, + 40.73476, + 40.76717, + 40.71812, + 40.76753, + 40.70706, + 40.6857, + 40.54268, + 40.78478, + 40.80409, + 40.79098, + 40.79219, + 40.6705, + 40.67851, + 40.80422, + 40.68887, + 40.67926, + 40.68422, + 40.68407, + 40.71922, + 40.68448, + 40.72402, + 40.69642, + 40.72044, + 40.8079, + 40.71023, + 40.77097, + 40.63195, + 40.82639, + 40.74064, + 40.771, + 40.68885, + 40.8081, + 40.71788, + 40.74593, + 40.7139, + 40.74977, + 40.80724, + 40.77902, + 40.7208, + 40.78273, + 40.71119, + 40.73877, + 40.81049, + 40.69601, + 40.69088, + 40.73331, + 40.71187, + 40.73689, + 40.82947, + 40.82774, + 40.67619, + 40.70848, + 40.71784, + 40.64246, + 40.74318, + 40.6451, + 40.86176, + 40.68902, + 40.74252, + 40.6825, + 40.73136, + 40.80297, + 40.73041, + 40.75037, + 40.73022, + 40.68388, + 40.69334, + 40.66919, + 40.81792, + 40.72274, + 40.72113, + 40.68476, + 40.72007, + 40.82435, + 40.82447, + 40.68837, + 40.70399, + 40.73622, + 40.76878, + 40.82233, + 40.65732, + 40.71867, + 40.73788, + 40.72165, + 40.72673, + 40.72454, + 40.71466, + 40.82193, + 40.67893, + 40.73334, + 40.68643, + 40.72472, + 40.66123, + 40.71306, + 40.73326, + 40.70228, + 40.68537, + 40.71474, + 40.81813, + 40.8214, + 40.66308, + 40.68761, + 40.75503, + 40.71707, + 40.76189, + 40.73496, + 40.65586, + 40.66518, + 40.64993, + 40.7322, + 40.66252, + 40.83365, + 40.76553, + 40.76524, + 40.71987, + 40.68695, + 40.72832, + 40.6818, + 40.7211, + 40.73711, + 40.8362, + 40.66617, + 40.81464, + 40.72802, + 40.65698, + 40.79805, + 40.80612, + 40.66273, + 40.74767, + 40.80411, + 40.68652, + 40.67089, + 40.85153, + 40.68258, + 40.70204, + 40.809, + 40.72158, + 40.65015, + 40.73002, + 40.65598, + 40.82071, + 40.71659, + 40.76972, + 40.7296, + 40.69283, + 40.6751, + 40.68744, + 40.74596, + 40.73389, + 40.72974, + 40.66529, + 40.66884, + 40.84943, + 40.83473, + 40.71445, + 40.77487, + 40.72061, + 40.68274, + 40.69576, + 40.66748, + 40.75997, + 40.74173, + 40.7055, + 40.84464, + 40.64802, + 40.77995, + 40.692, + 40.73755, + 40.80465, + 40.82544, + 40.72966, + 40.67426, + 40.7638, + 40.70883, + 40.63981, + 40.68184, + 40.69741, + 40.74016, + 40.65554, + 40.63631, + 40.7946, + 40.66981, + 40.66748, + 40.79319, + 40.7942, + 40.76481, + 40.71286, + 40.75193, + 40.82279, + 40.69217, + 40.64894, + 40.70554, + 40.77274, + 40.71749, + 40.74365, + 40.76385, + 40.81954, + 40.68599, + 40.64372, + 40.82603, + 40.7229, + 40.68779, + 40.77242, + 40.79032, + 40.74269, + 40.74493, + 40.80309, + 40.65413, + 40.67927, + 40.72138, + 40.74994, + 40.72705, + 40.69942, + 40.65046, + 40.72135, + 40.6786, + 40.68235, + 40.58363, + 40.6553, + 40.68635, + 40.68949, + 40.77591, + 40.63777, + 40.76043, + 40.63402, + 40.71566, + 40.73568, + 40.76073, + 40.5903, + 40.76882, + 40.78698, + 40.7509, + 40.88855, + 40.6737, + 40.76625, + 40.71952, + 40.71202, + 40.73312, + 40.77448, + 40.62401, + 40.72168, + 40.7411, + 40.76522, + 40.67541, + 40.68412, + 40.70917, + 40.77222, + 40.74911, + 40.73526, + 40.62356, + 40.7729, + 40.68337, + 40.74532, + 40.69437, + 40.6916, + 40.69839, + 40.74189, + 40.80677, + 40.66709, + 40.68138, + 40.67164, + 40.84686, + 40.68908, + 40.68781, + 40.69753, + 40.67472, + 40.69494, + 40.68822, + 40.73632, + 40.77905, + 40.72858, + 40.68769, + 40.68927, + 40.64644, + 40.73419, + 40.64295, + 40.69134, + 40.68592, + 40.71385, + 40.68431, + 40.66827, + 40.73343, + 40.77542, + 40.77579, + 40.77688, + 40.67948, + 40.7284, + 40.67916, + 40.77918, + 40.69825, + 40.77817, + 40.73268, + 40.66935, + 40.69034, + 40.76027, + 40.68473, + 40.7216, + 40.66271, + 40.67862, + 40.74502, + 40.76977, + 40.79508, + 40.72669, + 40.68205, + 40.69141, + 40.6413, + 40.70536, + 40.70914, + 40.77883, + 40.6779, + 40.73538, + 40.80257, + 40.68905, + 40.72533, + 40.71795, + 40.69865, + 40.71985, + 40.68732, + 40.70033, + 40.7001, + 40.69817, + 40.72037, + 40.75068, + 40.72339, + 40.76215, + 40.65136, + 40.77693, + 40.81217, + 40.68237, + 40.68667, + 40.77707, + 40.74944, + 40.64408, + 40.74626, + 40.67256, + 40.71858, + 40.79416, + 40.71623, + 40.65084, + 40.77175, + 40.69411, + 40.68772, + 40.74735, + 40.71726, + 40.73601, + 40.80645, + 40.67472, + 40.73243, + 40.75508, + 40.67609, + 40.74213, + 40.70322, + 40.80581, + 40.7151, + 40.65441, + 40.73967, + 40.76559, + 40.80592, + 40.6825, + 40.81065, + 40.68818, + 40.76403, + 40.84611, + 40.75911, + 40.77632, + 40.72144, + 40.76514, + 40.6872, + 40.67262, + 40.74596, + 40.68826, + 40.6825, + 40.80919, + 40.70716, + 40.68358, + 40.81022, + 40.73986, + 40.7311, + 40.70967, + 40.79253, + 40.79203, + 40.82217, + 40.68961, + 40.72046, + 40.85672, + 40.72793, + 40.8105, + 40.82621, + 40.73254, + 40.69352, + 40.85988, + 40.7012, + 40.75338, + 40.72695, + 40.71601, + 40.73223, + 40.68558, + 40.68098, + 40.71231, + 40.72328, + 40.71283, + 40.64287, + 40.71694, + 40.7012, + 40.73996, + 40.80772, + 40.75882, + 40.86711, + 40.71019, + 40.71031, + 40.68419, + 40.67548, + 40.80384, + 40.76315, + 40.76867, + 40.66082, + 40.70784, + 40.73923, + 40.77885, + 40.72356, + 40.727, + 40.70248, + 40.70315, + 40.74915, + 40.74219, + 40.7662, + 40.79744, + 40.74445, + 40.80293, + 40.77627, + 40.72774, + 40.79082, + 40.69634, + 40.71962, + 40.71863, + 40.73293, + 40.76577, + 40.68252, + 40.74622, + 40.82654, + 40.73016, + 40.71328, + 40.63881, + 40.67767, + 40.64699, + 40.70098, + 40.68655, + 40.72912, + 40.64752, + 40.68127, + 40.72917, + 40.79998, + 40.63888, + 40.77478, + 40.68769, + 40.77376, + 40.68565, + 40.73648, + 40.69291, + 40.76287, + 40.71241, + 40.79903, + 40.83818, + 40.65806, + 40.89022, + 40.70955, + 40.68056, + 40.71159, + 40.70859, + 40.69054, + 40.63592, + 40.72174, + 40.77993, + 40.58581, + 40.68082, + 40.73123, + 40.82019, + 40.72569, + 40.76236, + 40.6998, + 40.6225, + 40.6692, + 40.78802, + 40.7338, + 40.73608, + 40.6847, + 40.58835, + 40.65957, + 40.65575, + 40.83602, + 40.68404, + 40.73824, + 40.68695, + 40.68989, + 40.70684, + 40.72241, + 40.76052, + 40.76053, + 40.78789, + 40.76908, + 40.7495, + 40.69349, + 40.7937, + 40.72168, + 40.68374, + 40.73385, + 40.78124, + 40.70818, + 40.73263, + 40.72471, + 40.74122, + 40.68423, + 40.72915, + 40.6749, + 40.79254, + 40.74712, + 40.78697, + 40.76665, + 40.79563, + 40.81419, + 40.66856, + 40.66021, + 40.79887, + 40.75664, + 40.6742, + 40.73177, + 40.81321, + 40.77571, + 40.74057, + 40.69439, + 40.7094, + 40.72241, + 40.6205, + 40.72829, + 40.67658, + 40.71959, + 40.73957, + 40.72859, + 40.67927, + 40.67053, + 40.70943, + 40.69098, + 40.73377, + 40.73374, + 40.71751, + 40.7083, + 40.7364, + 40.69458, + 40.71223, + 40.70617, + 40.68137, + 40.81488, + 40.79332, + 40.64487, + 40.66714, + 40.76008, + 40.71672, + 40.67652, + 40.78099, + 40.66165, + 40.74933, + 40.76904, + 40.82079, + 40.71981, + 40.79882, + 40.75076, + 40.77237, + 40.64117, + 40.77595, + 40.66336, + 40.71267, + 40.67297, + 40.65271, + 40.82035, + 40.71293, + 40.71957, + 40.70563, + 40.6845, + 40.72942, + 40.723, + 40.71494, + 40.72509, + 40.85749, + 40.7512, + 40.6926, + 40.74946, + 40.80866, + 40.71009, + 40.85722, + 40.70797, + 40.72186, + 40.71713, + 40.79508, + 40.75848, + 40.67081, + 40.69417, + 40.73845, + 40.74533, + 40.75977, + 40.80075, + 40.7948, + 40.74471, + 40.68646, + 40.79365, + 40.65101, + 40.78829, + 40.76957, + 40.68819, + 40.79407, + 40.71305, + 40.65527, + 40.81192, + 40.81225, + 40.82546, + 40.67042, + 40.72699, + 40.77323, + 40.71185, + 40.61938, + 40.73371, + 40.68295, + 40.73152, + 40.68043, + 40.63628, + 40.72777, + 40.79347, + 40.82257, + 40.72818, + 40.68692, + 40.72088, + 40.73057, + 40.66303, + 40.6723, + 40.68781, + 40.73771, + 40.71276, + 40.63762, + 40.67845, + 40.63562, + 40.68316, + 40.70974, + 40.78789, + 40.74433, + 40.74819, + 40.75592, + 40.74892, + 40.8095, + 40.8012, + 40.73923, + 40.74496, + 40.80311, + 40.73731, + 40.73256, + 40.75319, + 40.68084, + 40.6876, + 40.68313, + 40.71421, + 40.81453, + 40.67814, + 40.73455, + 40.64119, + 40.80395, + 40.80452, + 40.68329, + 40.6835, + 40.70591, + 40.80489, + 40.76294, + 40.80655, + 40.75568, + 40.72023, + 40.66972, + 40.80732, + 40.72322, + 40.71891, + 40.66723, + 40.84787, + 40.68163, + 40.67918, + 40.71908, + 40.70457, + 40.81586, + 40.74561, + 40.72102, + 40.72924, + 40.87786, + 40.83456, + 40.85696, + 40.68693, + 40.57718, + 40.66649, + 40.67441, + 40.7525, + 40.62918, + 40.76269, + 40.83428, + 40.70588, + 40.83331, + 40.75974, + 40.73118, + 40.83469, + 40.67152, + 40.81118, + 40.71399, + 40.6878, + 40.72087, + 40.7653, + 40.7908, + 40.72414, + 40.7517, + 40.77222, + 40.71972, + 40.66898, + 40.68852, + 40.70102, + 40.8242, + 40.6501, + 40.68436, + 40.76365, + 40.72607, + 40.72527, + 40.69361, + 40.66202, + 40.66042, + 40.6844, + 40.67017, + 40.76331, + 40.68454, + 40.75977, + 40.79408, + 40.80617, + 40.69587, + 40.72525, + 40.87279, + 40.64047, + 40.70046, + 40.68439, + 40.71236, + 40.64434, + 40.77462, + 40.65301, + 40.81575, + 40.73357, + 40.70452, + 40.7941, + 40.71995, + 40.71413, + 40.75735, + 40.71009, + 40.66693, + 40.70808, + 40.71585, + 40.69013, + 40.67815, + 40.80856, + 40.67425, + 40.8806, + 40.72631, + 40.68634, + 40.72878, + 40.65741, + 40.71381, + 40.68407, + 40.6921, + 40.70794, + 40.7041, + 40.76965, + 40.68387, + 40.71291, + 40.88009, + 40.72651, + 40.69216, + 40.68663, + 40.73131, + 40.63056, + 40.8236, + 40.71273, + 40.68641, + 40.67335, + 40.78156, + 40.65157, + 40.72122, + 40.72333, + 40.72452, + 40.70569, + 40.76177, + 40.63745, + 40.66617, + 40.67284, + 40.76032, + 40.71673, + 40.67823, + 40.74947, + 40.87184, + 40.70989, + 40.7105, + 40.71293, + 40.79145, + 40.70499, + 40.80738, + 40.78732, + 40.67673, + 40.73327, + 40.76468, + 40.67822, + 40.74264, + 40.67879, + 40.74713, + 40.6883, + 40.72884, + 40.75097, + 40.64449, + 40.64335, + 40.68706, + 40.68707, + 40.68627, + 40.69485, + 40.63146, + 40.69562, + 40.63268, + 40.69682, + 40.68786, + 40.82498, + 40.81892, + 40.80985, + 40.72005, + 40.72934, + 40.70495, + 40.71243, + 40.77607, + 40.70293, + 40.65282, + 40.76968, + 40.72126, + 40.68514, + 40.71146, + 40.66355, + 40.74059, + 40.71794, + 40.74411, + 40.7555, + 40.67205, + 40.80709, + 40.66079, + 40.67579, + 40.70599, + 40.76444, + 40.79545, + 40.72784, + 40.62864, + 40.79591, + 40.64076, + 40.76805, + 40.69518, + 40.67495, + 40.65337, + 40.63512, + 40.63995, + 40.78398, + 40.6251, + 40.6888, + 40.71007, + 40.78085, + 40.71906, + 40.72022, + 40.6805, + 40.77375, + 40.70732, + 40.6956, + 40.80849, + 40.69917, + 40.7095, + 40.67412, + 40.75637, + 40.6942, + 40.81619, + 40.7244, + 40.69358, + 40.7078, + 40.67599, + 40.71961, + 40.64251, + 40.71814, + 40.76239, + 40.68312, + 40.70969, + 40.73314, + 40.67196, + 40.68454, + 40.80606, + 40.7661, + 40.62433, + 40.77065, + 40.69389, + 40.66018, + 40.67925, + 40.69525, + 40.74643, + 40.69233, + 40.86496, + 40.72149, + 40.74944, + 40.72401, + 40.76169, + 40.72956, + 40.62735, + 40.73062, + 40.6656, + 40.70956, + 40.7444, + 40.6789, + 40.73293, + 40.72577, + 40.71564, + 40.66423, + 40.63481, + 40.66066, + 40.67417, + 40.68526, + 40.73473, + 40.66302, + 40.76989, + 40.71329, + 40.71543, + 40.88399, + 40.67658, + 40.71722, + 40.72309, + 40.84261, + 40.70729, + 40.68266, + 40.81422, + 40.80653, + 40.69527, + 40.70071, + 40.74588, + 40.75576, + 40.68449, + 40.76273, + 40.68275, + 40.78883, + 40.70013, + 40.6721, + 40.71752, + 40.68724, + 40.68542, + 40.66752, + 40.74724, + 40.7426, + 40.62605, + 40.77065, + 40.78278, + 40.7068, + 40.77715, + 40.73303, + 40.78627, + 40.74366, + 40.73408, + 40.69191, + 40.69108, + 40.6852, + 40.72685, + 40.74808, + 40.73235, + 40.69496, + 40.73093, + 40.71295, + 40.8544, + 40.73545, + 40.77881, + 40.73175, + 40.70948, + 40.69271, + 40.70028, + 40.73539, + 40.78245, + 40.8049, + 40.69863, + 40.68796, + 40.67027, + 40.81774, + 40.80936, + 40.76443, + 40.7681, + 40.65443, + 40.76842, + 40.67566, + 40.68562, + 40.67009, + 40.76496, + 40.75896, + 40.68676, + 40.72156, + 40.79608, + 40.76369, + 40.76386, + 40.73527, + 40.76845, + 40.6869, + 40.76751, + 40.75195, + 40.70439, + 40.71743, + 40.80751, + 40.69341, + 40.80469, + 40.75238, + 40.83048, + 40.67044, + 40.71484, + 40.67484, + 40.75062, + 40.81231, + 40.72184, + 40.70463, + 40.65681, + 40.71912, + 40.68206, + 40.70741, + 40.73341, + 40.69724, + 40.74092, + 40.74305, + 40.72833, + 40.71281, + 40.73045, + 40.73032, + 40.65031, + 40.76051, + 40.73046, + 40.7269, + 40.70407, + 40.67391, + 40.7223, + 40.71613, + 40.73175, + 40.80161, + 40.69276, + 40.7255, + 40.64768, + 40.7555, + 40.78907, + 40.86809, + 40.63621, + 40.7492, + 40.68566, + 40.74742, + 40.68531, + 40.74853, + 40.68147, + 40.76502, + 40.71603, + 40.77254, + 40.72607, + 40.72603, + 40.68568, + 40.66651, + 40.72627, + 40.71436, + 40.6792, + 40.74039, + 40.81599, + 40.73073, + 40.78535, + 40.78667, + 40.74751, + 40.75579, + 40.71845, + 40.81618, + 40.6631, + 40.71104, + 40.73947, + 40.80801, + 40.6845, + 40.6933, + 40.69172, + 40.76261, + 40.6989, + 40.72603, + 40.65337, + 40.71874, + 40.62677, + 40.7681, + 40.80733, + 40.67122, + 40.8067, + 40.73956, + 40.64507, + 40.72623, + 40.7239, + 40.81588, + 40.79008, + 40.68485, + 40.67757, + 40.73541, + 40.63969, + 40.70941, + 40.7786, + 40.77172, + 40.77774, + 40.67761, + 40.69103, + 40.69584, + 40.75259, + 40.7672, + 40.72841, + 40.67683, + 40.71847, + 40.70874, + 40.77859, + 40.70698, + 40.72325, + 40.72242, + 40.68288, + 40.63213, + 40.71759, + 40.68204, + 40.72668, + 40.78, + 40.72046, + 40.76575, + 40.80006, + 40.79872, + 40.72627, + 40.70253, + 40.68578, + 40.72902, + 40.68874, + 40.73858, + 40.69435, + 40.69017, + 40.67054, + 40.71797, + 40.71938, + 40.72478, + 40.71962, + 40.78749, + 40.57321, + 40.71142, + 40.68708, + 40.77126, + 40.70903, + 40.74111, + 40.77431, + 40.78568, + 40.7322, + 40.7132, + 40.7659, + 40.71233, + 40.77626, + 40.75227, + 40.66938, + 40.76049, + 40.63269, + 40.67828, + 40.67849, + 40.80699, + 40.72891, + 40.66025, + 40.70953, + 40.70216, + 40.77891, + 40.69703, + 40.85104, + 40.78802, + 40.66201, + 40.71287, + 40.86682, + 40.66428, + 40.73112, + 40.68039, + 40.79765, + 40.76638, + 40.69024, + 40.69787, + 40.76564, + 40.65783, + 40.69367, + 40.77371, + 40.65339, + 40.72801, + 40.79913, + 40.80479, + 40.80188, + 40.78278, + 40.78368, + 40.67099, + 40.81613, + 40.68499, + 40.85083, + 40.67734, + 40.72951, + 40.66421, + 40.70789, + 40.68858, + 40.68592, + 40.69175, + 40.71873, + 40.72847, + 40.74726, + 40.80066, + 40.73191, + 40.66063, + 40.66825, + 40.72144, + 40.74635, + 40.80743, + 40.73974, + 40.72607, + 40.86626, + 40.72624, + 40.68687, + 40.82272, + 40.69181, + 40.7026, + 40.72169, + 40.79795, + 40.66483, + 40.63826, + 40.67512, + 40.73634, + 40.73577, + 40.77783, + 40.81693, + 40.82636, + 40.69796, + 40.63395, + 40.69947, + 40.76221, + 40.71909, + 40.81071, + 40.77481, + 40.7982, + 40.73014, + 40.68653, + 40.70112, + 40.87829, + 40.66347, + 40.69725, + 40.79849, + 40.72421, + 40.86814, + 40.71331, + 40.73066, + 40.78962, + 40.6489, + 40.74998, + 40.71156, + 40.80521, + 40.71777, + 40.73549, + 40.75607, + 40.8423, + 40.75531, + 40.8002, + 40.78834, + 40.77706, + 40.81056, + 40.74681, + 40.71234, + 40.72736, + 40.71759, + 40.68256, + 40.69945, + 40.68339, + 40.69815, + 40.66767, + 40.71498, + 40.7188, + 40.77473, + 40.68622, + 40.80743, + 40.7373, + 40.71594, + 40.72908, + 40.70388, + 40.62598, + 40.68488, + 40.76063, + 40.78137, + 40.72724, + 40.68348, + 40.70428, + 40.73647, + 40.71256, + 40.73604, + 40.72347, + 40.65188, + 40.64617, + 40.73474, + 40.684, + 40.82257, + 40.77998, + 40.78878, + 40.74685, + 40.75005, + 40.83714, + 40.64687, + 40.73325, + 40.80204, + 40.7671, + 40.66763, + 40.87896, + 40.6771, + 40.69059, + 40.73553, + 40.76885, + 40.82412, + 40.73984, + 40.73505, + 40.73277, + 40.78294, + 40.79994, + 40.83089, + 40.82624, + 40.79917, + 40.69213, + 40.69414, + 40.69454, + 40.82014, + 40.74236, + 40.83335, + 40.76369, + 40.85181, + 40.71452, + 40.62403, + 40.86644, + 40.73337, + 40.66694, + 40.78304, + 40.75034, + 40.72949, + 40.66388, + 40.71906, + 40.83488, + 40.72568, + 40.68157, + 40.70798, + 40.71909, + 40.8552, + 40.61576, + 40.7113, + 40.72937, + 40.76377, + 40.76496, + 40.6875, + 40.82102, + 40.67061, + 40.7401, + 40.77002, + 40.70826, + 40.80583, + 40.67771, + 40.75381, + 40.7191, + 40.65262, + 40.77672, + 40.7811, + 40.67414, + 40.84769, + 40.71171, + 40.6958, + 40.78316, + 40.80985, + 40.71901, + 40.79407, + 40.81208, + 40.75506, + 40.77127, + 40.73033, + 40.76539, + 40.77648, + 40.7668, + 40.6759, + 40.67565, + 40.71839, + 40.71994, + 40.67376, + 40.6803, + 40.75985, + 40.76542, + 40.82083, + 40.73298, + 40.76587, + 40.86335, + 40.66953, + 40.75856, + 40.76575, + 40.75811, + 40.72082, + 40.72312, + 40.73351, + 40.73455, + 40.75186, + 40.81622, + 40.76413, + 40.67068, + 40.81473, + 40.66616, + 40.72809, + 40.7249, + 40.66289, + 40.7309, + 40.80747, + 40.72058, + 40.86821, + 40.82158, + 40.78617, + 40.68711, + 40.68137, + 40.68798, + 40.76612, + 40.77334, + 40.7137, + 40.65687, + 40.75835, + 40.68859, + 40.71765, + 40.78555, + 40.79826, + 40.72712, + 40.73118, + 40.68373, + 40.72523, + 40.72214, + 40.77926, + 40.68596, + 40.72556, + 40.69563, + 40.72557, + 40.7592, + 40.75401, + 40.68402, + 40.78302, + 40.68598, + 40.75943, + 40.82863, + 40.78318, + 40.78882, + 40.72403, + 40.73132, + 40.62949, + 40.70007, + 40.71205, + 40.68853, + 40.79284, + 40.70545, + 40.72887, + 40.80549, + 40.7661, + 40.64722, + 40.83653, + 40.79038, + 40.77963, + 40.77941, + 40.69295, + 40.76679, + 40.6642, + 40.72764, + 40.82458, + 40.76142, + 40.82351, + 40.7396, + 40.77439, + 40.68547, + 40.67569, + 40.73173, + 40.71954, + 40.718, + 40.68175, + 40.79293, + 40.78604, + 40.73346, + 40.7339, + 40.68153, + 40.7157, + 40.726, + 40.64571, + 40.69249, + 40.73108, + 40.79127, + 40.70581, + 40.68589, + 40.65039, + 40.71387, + 40.71191, + 40.73978, + 40.69087, + 40.80797, + 40.66238, + 40.70705, + 40.68851, + 40.80096, + 40.78628, + 40.83719, + 40.74626, + 40.71648, + 40.7118, + 40.72639, + 40.74668, + 40.75398, + 40.76794, + 40.7033, + 40.69084, + 40.69492, + 40.73396, + 40.80649, + 40.76195, + 40.68951, + 40.72499, + 40.68244, + 40.8257, + 40.72401, + 40.80297, + 40.7616, + 40.65057, + 40.73533, + 40.77167, + 40.71399, + 40.68797, + 40.76358, + 40.76198, + 40.71745, + 40.76025, + 40.66171, + 40.65859, + 40.72052, + 40.76904, + 40.6702, + 40.71927, + 40.72518, + 40.71566, + 40.655, + 40.72921, + 40.69492, + 40.67256, + 40.85171, + 40.64961, + 40.77271, + 40.7257, + 40.82396, + 40.72592, + 40.8104, + 40.75583, + 40.7193, + 40.69207, + 40.81995, + 40.78644, + 40.67489, + 40.78697, + 40.69289, + 40.76793, + 40.82768, + 40.80382, + 40.77272, + 40.76638, + 40.78512, + 40.73317, + 40.82393, + 40.77388, + 40.68241, + 40.7136, + 40.83212, + 40.73814, + 40.71596, + 40.72632, + 40.81099, + 40.68348, + 40.8136, + 40.66811, + 40.73444, + 40.6848, + 40.82888, + 40.85658, + 40.752, + 40.80126, + 40.77443, + 40.70574, + 40.76663, + 40.77345, + 40.76865, + 40.69549, + 40.7734, + 40.744, + 40.67489, + 40.71971, + 40.68229, + 40.73287, + 40.68982, + 40.69935, + 40.7135, + 40.7416, + 40.8442, + 40.74128, + 40.72274, + 40.70213, + 40.64009, + 40.7114, + 40.73039, + 40.6908, + 40.66074, + 40.69477, + 40.70985, + 40.69167, + 40.6367, + 40.79863, + 40.7198, + 40.72119, + 40.6536, + 40.68518, + 40.77429, + 40.75572, + 40.80651, + 40.82502, + 40.76689, + 40.72018, + 40.73262, + 40.75614, + 40.79912, + 40.80038, + 40.76888, + 40.72907, + 40.74512, + 40.74607, + 40.68927, + 40.73937, + 40.78171, + 40.79973, + 40.79311, + 40.70131, + 40.70027, + 40.71138, + 40.76586, + 40.71585, + 40.70659, + 40.67893, + 40.71751, + 40.79315, + 40.79973, + 40.81455, + 40.77169, + 40.68234, + 40.73951, + 40.78657, + 40.81535, + 40.74968, + 40.77065, + 40.68563, + 40.73767, + 40.67116, + 40.68467, + 40.67163, + 40.78635, + 40.7119, + 40.81169, + 40.72325, + 40.70828, + 40.71064, + 40.74578, + 40.71395, + 40.65014, + 40.69702, + 40.69738, + 40.72717, + 40.73552, + 40.69439, + 40.71334, + 40.67238, + 40.67895, + 40.72874, + 40.77556, + 40.81088, + 40.75916, + 40.67083, + 40.79264, + 40.71754, + 40.84749, + 40.81214, + 40.81615, + 40.67656, + 40.67906, + 40.61957, + 40.7312, + 40.82784, + 40.73571, + 40.67318, + 40.71181, + 40.81509, + 40.76339, + 40.71717, + 40.74821, + 40.7325, + 40.72649, + 40.65131, + 40.7123, + 40.71174, + 40.79774, + 40.68589, + 40.71573, + 40.83301, + 40.68369, + 40.72513, + 40.72704, + 40.82332, + 40.82501, + 40.69258, + 40.80149, + 40.6984, + 40.73348, + 40.65701, + 40.71383, + 40.70046, + 40.74811, + 40.72619, + 40.76244, + 40.68778, + 40.72229, + 40.69685, + 40.83779, + 40.67915, + 40.78032, + 40.74245, + 40.67851, + 40.68902, + 40.71337, + 40.78143, + 40.72035, + 40.8261, + 40.67507, + 40.69776, + 40.75962, + 40.79796, + 40.69913, + 40.72494, + 40.78825, + 40.71887, + 40.68163, + 40.68171, + 40.77206, + 40.79588, + 40.70016, + 40.6894, + 40.77075, + 40.77183, + 40.74651, + 40.6342, + 40.73196, + 40.77792, + 40.65713, + 40.85198, + 40.67117, + 40.71217, + 40.69294, + 40.69437, + 40.68233, + 40.68897, + 40.75984, + 40.72781, + 40.71172, + 40.69634, + 40.72018, + 40.77871, + 40.73932, + 40.76022, + 40.71883, + 40.80882, + 40.81651, + 40.7637, + 40.71801, + 40.79202, + 40.61959, + 40.7555, + 40.69504, + 40.70936, + 40.7001, + 40.7574, + 40.68916, + 40.77321, + 40.72333, + 40.69169, + 40.71349, + 40.72405, + 40.67725, + 40.72904, + 40.72879, + 40.7223, + 40.71975, + 40.67958, + 40.72454, + 40.79637, + 40.77917, + 40.65627, + 40.73877, + 40.67905, + 40.70973, + 40.71234, + 40.76235, + 40.82291, + 40.68451, + 40.58822, + 40.68811, + 40.77378, + 40.72545, + 40.81004, + 40.82796, + 40.88016, + 40.66845, + 40.83729, + 40.74439, + 40.66596, + 40.75235, + 40.73245, + 40.74317, + 40.75511, + 40.71262, + 40.74156, + 40.76457, + 40.77613, + 40.75456, + 40.68549, + 40.7646, + 40.82775, + 40.79331, + 40.64865, + 40.67995, + 40.80434, + 40.75244, + 40.75248, + 40.76313, + 40.75427, + 40.70468, + 40.67033, + 40.68917, + 40.69711, + 40.68876, + 40.6794, + 40.76497, + 40.7915, + 40.67904, + 40.72771, + 40.67234, + 40.80123, + 40.76308, + 40.66442, + 40.76557, + 40.7945, + 40.68864, + 40.68383, + 40.68617, + 40.70295, + 40.68675, + 40.70816, + 40.77427, + 40.76172, + 40.69253, + 40.70373, + 40.84359, + 40.74632, + 40.79584, + 40.68235, + 40.79228, + 40.64469, + 40.66437, + 40.70092, + 40.72503, + 40.7091, + 40.70777, + 40.77493, + 40.66934, + 40.74246, + 40.76609, + 40.73176, + 40.68515, + 40.74768, + 40.72812, + 40.6868, + 40.68337, + 40.68348, + 40.82376, + 40.67627, + 40.72229, + 40.76042, + 40.72351, + 40.71895, + 40.72999, + 40.82899, + 40.78712, + 40.77692, + 40.72912, + 40.71114, + 40.70037, + 40.79113, + 40.70465, + 40.71983, + 40.68843, + 40.77773, + 40.76974, + 40.76451, + 40.80107, + 40.71763, + 40.71942, + 40.7182, + 40.74583, + 40.66244, + 40.69091, + 40.70765, + 40.72551, + 40.74372, + 40.72829, + 40.68896, + 40.78804, + 40.68266, + 40.67278, + 40.68924, + 40.69191, + 40.71411, + 40.68886, + 40.76719, + 40.58414, + 40.70516, + 40.7643, + 40.70141, + 40.6804, + 40.70969, + 40.6776, + 40.67935, + 40.68559, + 40.69454, + 40.73001, + 40.77904, + 40.62971, + 40.6785, + 40.70583, + 40.69986, + 40.80442, + 40.76203, + 40.7838, + 40.78866, + 40.66003, + 40.72104, + 40.75741, + 40.86648, + 40.68662, + 40.78335, + 40.64919, + 40.74513, + 40.68983, + 40.78343, + 40.64605, + 40.72996, + 40.69268, + 40.6815, + 40.72904, + 40.67006, + 40.6832, + 40.76736, + 40.72011, + 40.7951, + 40.69627, + 40.71396, + 40.66948, + 40.74282, + 40.71633, + 40.69203, + 40.70253, + 40.76332, + 40.68175, + 40.80732, + 40.68234, + 40.71951, + 40.7077, + 40.72219, + 40.77669, + 40.86494, + 40.73933, + 40.79527, + 40.73932, + 40.73055, + 40.77029, + 40.73222, + 40.75163, + 40.72418, + 40.74741, + 40.64132, + 40.74461, + 40.72285, + 40.71009, + 40.78615, + 40.81964, + 40.67308, + 40.71279, + 40.82389, + 40.82191, + 40.69958, + 40.75358, + 40.74383, + 40.71579, + 40.8076, + 40.6945, + 40.68382, + 40.72969, + 40.68998, + 40.74628, + 40.76067, + 40.85062, + 40.78286, + 40.78141, + 40.6461, + 40.66412, + 40.70666, + 40.7583, + 40.66915, + 40.6741, + 40.70083, + 40.65616, + 40.80739, + 40.68528, + 40.76102, + 40.6881, + 40.71806, + 40.73037, + 40.7082, + 40.77716, + 40.78334, + 40.71281, + 40.6763, + 40.68679, + 40.74244, + 40.7813, + 40.74468, + 40.68346, + 40.68744, + 40.76175, + 40.80315, + 40.68939, + 40.67419, + 40.81405, + 40.74141, + 40.68168, + 40.7282, + 40.79717, + 40.72023, + 40.72139, + 40.67917, + 40.75782, + 40.75462, + 40.71763, + 40.69147, + 40.81831, + 40.78096, + 40.67273, + 40.72007, + 40.73835, + 40.80607, + 40.79432, + 40.71959, + 40.66948, + 40.73208, + 40.76537, + 40.72086, + 40.81561, + 40.79751, + 40.78936, + 40.66585, + 40.66599, + 40.7583, + 40.71316, + 40.68306, + 40.7962, + 40.72091, + 40.72251, + 40.87829, + 40.88017, + 40.72101, + 40.75202, + 40.73721, + 40.85465, + 40.7666, + 40.70516, + 40.68045, + 40.75703, + 40.71543, + 40.76543, + 40.71652, + 40.79399, + 40.63182, + 40.71904, + 40.71189, + 40.72076, + 40.6729, + 40.64027, + 40.81007, + 40.78124, + 40.67924, + 40.65833, + 40.79967, + 40.72811, + 40.6726, + 40.68301, + 40.73189, + 40.7912, + 40.7116, + 40.76357, + 40.79492, + 40.74481, + 40.67347, + 40.7313, + 40.67067, + 40.76958, + 40.74045, + 40.7076, + 40.75765, + 40.72954, + 40.70213, + 40.70971, + 40.72514, + 40.77569, + 40.76435, + 40.77595, + 40.6404, + 40.78631, + 40.6216, + 40.72177, + 40.70853, + 40.70739, + 40.77546, + 40.77537, + 40.81419, + 40.71732, + 40.67279, + 40.67777, + 40.73661, + 40.67477, + 40.71505, + 40.75784, + 40.68138, + 40.74602, + 40.67676, + 40.7169, + 40.7921, + 40.65308, + 40.71068, + 40.79641, + 40.71735, + 40.67824, + 40.71281, + 40.6955, + 40.68594, + 40.76263, + 40.78147, + 40.78215, + 40.77645, + 40.67615, + 40.76193, + 40.80535, + 40.68752, + 40.70898, + 40.76159, + 40.71723, + 40.6978, + 40.73272, + 40.79693, + 40.87054, + 40.77209, + 40.69119, + 40.81549, + 40.73718, + 40.7655, + 40.73273, + 40.72536, + 40.71848, + 40.67586, + 40.68386, + 40.70907, + 40.76173, + 40.7606, + 40.68951, + 40.72474, + 40.79213, + 40.71301, + 40.71677, + 40.73345, + 40.83554, + 40.8447, + 40.70171, + 40.79463, + 40.66135, + 40.68574, + 40.69494, + 40.73096, + 40.69604, + 40.69709, + 40.71343, + 40.75977, + 40.80858, + 40.71182, + 40.70126, + 40.74513, + 40.71223, + 40.77407, + 40.77636, + 40.63854, + 40.63953, + 40.78305, + 40.82846, + 40.69105, + 40.77421, + 40.7295, + 40.78151, + 40.71158, + 40.6926, + 40.80954, + 40.78598, + 40.71102, + 40.71759, + 40.68854, + 40.70206, + 40.71124, + 40.75928, + 40.71768, + 40.67467, + 40.74038, + 40.76645, + 40.64801, + 40.73822, + 40.7599, + 40.6375, + 40.76996, + 40.71577, + 40.67404, + 40.76374, + 40.70783, + 40.67034, + 40.72695, + 40.78648, + 40.76332, + 40.78744, + 40.75587, + 40.69454, + 40.72982, + 40.7127, + 40.66809, + 40.68163, + 40.67131, + 40.65621, + 40.68716, + 40.79678, + 40.80657, + 40.73253, + 40.65887, + 40.80516, + 40.77944, + 40.73451, + 40.71135, + 40.70663, + 40.82383, + 40.72981, + 40.79643, + 40.7417, + 40.67365, + 40.82774, + 40.82801, + 40.68074, + 40.74401, + 40.70792, + 40.68833, + 40.76064, + 40.82415, + 40.76761, + 40.65494, + 40.66298, + 40.69237, + 40.70041, + 40.69092, + 40.71508, + 40.77594, + 40.76117, + 40.81502, + 40.59642, + 40.68977, + 40.67116, + 40.68006, + 40.82306, + 40.82153, + 40.80173, + 40.72669, + 40.69605, + 40.68755, + 40.79148, + 40.60059, + 40.69467, + 40.77339, + 40.66437, + 40.72042, + 40.67198, + 40.6856, + 40.71495, + 40.7295, + 40.82227, + 40.74041, + 40.68383, + 40.72862, + 40.80302, + 40.72614, + 40.65649, + 40.74479, + 40.76802, + 40.66811, + 40.62726, + 40.80669, + 40.68383, + 40.66926, + 40.76201, + 40.77776, + 40.759, + 40.76902, + 40.74436, + 40.79462, + 40.78633, + 40.69658, + 40.68093, + 40.73712, + 40.75239, + 40.70827, + 40.66309, + 40.77828, + 40.71526, + 40.66541, + 40.68173, + 40.68247, + 40.69888, + 40.71843, + 40.70573, + 40.74125, + 40.75563, + 40.70709, + 40.8545, + 40.73226, + 40.80177, + 40.72878, + 40.76432, + 40.81617, + 40.76186, + 40.64716, + 40.7249, + 40.69544, + 40.76578, + 40.72402, + 40.65491, + 40.72787, + 40.77484, + 40.77311, + 40.68557, + 40.76771, + 40.68792, + 40.67221, + 40.70629, + 40.67382, + 40.72546, + 40.74084, + 40.73861, + 40.73279, + 40.73973, + 40.70903, + 40.79303, + 40.64858, + 40.7461, + 40.62636, + 40.73765, + 40.66788, + 40.83875, + 40.78785, + 40.69804, + 40.73933, + 40.69358, + 40.799, + 40.68211, + 40.67411, + 40.73885, + 40.85341, + 40.70457, + 40.67986, + 40.72956, + 40.66485, + 40.6774, + 40.72556, + 40.72738, + 40.70429, + 40.73183, + 40.83299, + 40.80446, + 40.69509, + 40.67464, + 40.73075, + 40.71425, + 40.68378, + 40.81186, + 40.6686, + 40.76917, + 40.68436, + 40.68095, + 40.71323, + 40.78866, + 40.73627, + 40.7043, + 40.68076, + 40.70745, + 40.67784, + 40.72259, + 40.67209, + 40.74326, + 40.72825, + 40.80249, + 40.72722, + 40.72578, + 40.67487, + 40.74569, + 40.68894, + 40.75624, + 40.74705, + 40.69165, + 40.694, + 40.63304, + 40.65777, + 40.75045, + 40.77528, + 40.69365, + 40.73433, + 40.6549, + 40.87206, + 40.85535, + 40.76685, + 40.6983, + 40.84522, + 40.71539, + 40.80917, + 40.69482, + 40.79312, + 40.74205, + 40.66305, + 40.68767, + 40.70018, + 40.71186, + 40.66126, + 40.73886, + 40.69076, + 40.68558, + 40.71952, + 40.67092, + 40.68943, + 40.73554, + 40.73666, + 40.77993, + 40.6593, + 40.70713, + 40.69105, + 40.59696, + 40.83242, + 40.71395, + 40.7636, + 40.77461, + 40.80226, + 40.67494, + 40.79368, + 40.69829, + 40.72559, + 40.73117, + 40.58343, + 40.72071, + 40.82313, + 40.74742, + 40.71475, + 40.75755, + 40.74746, + 40.67665, + 40.71208, + 40.72755, + 40.73879, + 40.70696, + 40.65323, + 40.65497, + 40.76235, + 40.66832, + 40.63692, + 40.68856, + 40.70882, + 40.6769, + 40.72533, + 40.74428, + 40.76181, + 40.59968, + 40.67757, + 40.77529, + 40.78026, + 40.75077, + 40.72593, + 40.71813, + 40.7717, + 40.68182, + 40.75104, + 40.82249, + 40.71551, + 40.74352, + 40.69987, + 40.73418, + 40.72665, + 40.68406, + 40.68369, + 40.72937, + 40.81663, + 40.79584, + 40.67734, + 40.79963, + 40.68969, + 40.68054, + 40.76115, + 40.76615, + 40.70892, + 40.70299, + 40.6848, + 40.76387, + 40.7634, + 40.73556, + 40.76494, + 40.83161, + 40.68557, + 40.68481, + 40.76602, + 40.81574, + 40.76909, + 40.67615, + 40.76571, + 40.71538, + 40.73406, + 40.74447, + 40.82205, + 40.68685, + 40.8434, + 40.6631, + 40.67044, + 40.69024, + 40.69195, + 40.76272, + 40.74761, + 40.66087, + 40.65881, + 40.83887, + 40.77045, + 40.71404, + 40.83551, + 40.71074, + 40.68609, + 40.7624, + 40.73305, + 40.74467, + 40.69129, + 40.70565, + 40.66999, + 40.79582, + 40.70612, + 40.76181, + 40.67687, + 40.68607, + 40.73426, + 40.72843, + 40.80843, + 40.67049, + 40.73174, + 40.64321, + 40.81777, + 40.82056, + 40.85396, + 40.77361, + 40.71705, + 40.71966, + 40.84503, + 40.69525, + 40.84347, + 40.73066, + 40.72092, + 40.80177, + 40.78257, + 40.71986, + 40.74294, + 40.6682, + 40.65604, + 40.65546, + 40.62506, + 40.69158, + 40.78182, + 40.68255, + 40.61056, + 40.79093, + 40.65739, + 40.655, + 40.68937, + 40.7317, + 40.72681, + 40.75702, + 40.71755, + 40.84898, + 40.74444, + 40.70463, + 40.69099, + 40.66907, + 40.77122, + 40.71193, + 40.67151, + 40.71544, + 40.73097, + 40.77399, + 40.80015, + 40.73296, + 40.65507, + 40.70893, + 40.81608, + 40.76272, + 40.70336, + 40.72658, + 40.76324, + 40.66905, + 40.65137, + 40.6642, + 40.72905, + 40.80251, + 40.70124, + 40.59535, + 40.85769, + 40.59594, + 40.65118, + 40.70945, + 40.73111, + 40.72566, + 40.81251, + 40.82778, + 40.64913, + 40.69701, + 40.78965, + 40.82753, + 40.67861, + 40.71369, + 40.80672, + 40.76327, + 40.72918, + 40.80469, + 40.70827, + 40.68417, + 40.67909, + 40.72092, + 40.67644, + 40.7175, + 40.69363, + 40.68175, + 40.71061, + 40.72795, + 40.67928, + 40.72805, + 40.7747, + 40.73046, + 40.70462, + 40.74406, + 40.82417, + 40.78913, + 40.67051, + 40.65305, + 40.82855, + 40.68153, + 40.7555, + 40.74197, + 40.82955, + 40.76873, + 40.70406, + 40.70021, + 40.71286, + 40.7576, + 40.72751, + 40.7001, + 40.67413, + 40.8215, + 40.83481, + 40.76224, + 40.68294, + 40.76923, + 40.68373, + 40.77618, + 40.77306, + 40.79331, + 40.80302, + 40.77789, + 40.69561, + 40.85991, + 40.65758, + 40.68534, + 40.78974, + 40.65044, + 40.83514, + 40.72866, + 40.68309, + 40.68282, + 40.74924, + 40.76561, + 40.67812, + 40.677, + 40.80663, + 40.724, + 40.68699, + 40.76632, + 40.7073, + 40.67092, + 40.7095, + 40.6813, + 40.67531, + 40.76196, + 40.6918, + 40.68024, + 40.67731, + 40.70909, + 40.74595, + 40.81645, + 40.73125, + 40.6589, + 40.72322, + 40.85494, + 40.68319, + 40.73398, + 40.83891, + 40.74405, + 40.72705, + 40.77937, + 40.68202, + 40.7711, + 40.70066, + 40.68421, + 40.6792, + 40.7091, + 40.76646, + 40.74033, + 40.71212, + 40.78301, + 40.68897, + 40.72573, + 40.77276, + 40.71811, + 40.80403, + 40.67758, + 40.66568, + 40.70314, + 40.63694, + 40.72019, + 40.79589, + 40.77737, + 40.66012, + 40.8558, + 40.73271, + 40.68927, + 40.71239, + 40.67219, + 40.70506, + 40.70854, + 40.77655, + 40.77842, + 40.70835, + 40.72217, + 40.77556, + 40.64295, + 40.76939, + 40.72102, + 40.78519, + 40.68914, + 40.6801, + 40.66812, + 40.70905, + 40.7254, + 40.7583, + 40.67959, + 40.71491, + 40.75437, + 40.82171, + 40.69226, + 40.72799, + 40.84061, + 40.79733, + 40.66801, + 40.75858, + 40.7729, + 40.73894, + 40.80317, + 40.68411, + 40.82003, + 40.74415, + 40.6878, + 40.72292, + 40.72386, + 40.81732, + 40.73065, + 40.74513, + 40.7726, + 40.70754, + 40.69174, + 40.76545, + 40.715, + 40.76525, + 40.72915, + 40.62105, + 40.64455, + 40.79246, + 40.6896, + 40.72478, + 40.72481, + 40.70212, + 40.67383, + 40.79088, + 40.79082, + 40.76236, + 40.84347, + 40.80593, + 40.71335, + 40.69758, + 40.77107, + 40.70471, + 40.73141, + 40.7189, + 40.65409, + 40.75245, + 40.71375, + 40.8789, + 40.65854, + 40.74905, + 40.70033, + 40.67169, + 40.7778, + 40.74157, + 40.8261, + 40.72102, + 40.69611, + 40.69439, + 40.72846, + 40.68821, + 40.68777, + 40.70152, + 40.77647, + 40.69307, + 40.69454, + 40.69363, + 40.82943, + 40.71122, + 40.8063, + 40.77907, + 40.82209, + 40.66907, + 40.67681, + 40.79372, + 40.82682, + 40.71647, + 40.82505, + 40.77155, + 40.68828, + 40.72704, + 40.71509, + 40.71603, + 40.69476, + 40.71671, + 40.76956, + 40.80906, + 40.77139, + 40.68018, + 40.65406, + 40.68917, + 40.70573, + 40.72956, + 40.73379, + 40.68638, + 40.6863, + 40.65041, + 40.68691, + 40.6864, + 40.74121, + 40.70088, + 40.71047, + 40.7149, + 40.76348, + 40.71228, + 40.82862, + 40.71251, + 40.77554, + 40.68498, + 40.7717, + 40.68449, + 40.71832, + 40.76279, + 40.64032, + 40.77636, + 40.68469, + 40.87765, + 40.74302, + 40.8034, + 40.73182, + 40.62345, + 40.8538, + 40.67417, + 40.71735, + 40.73172, + 40.64802, + 40.70691, + 40.76813, + 40.72684, + 40.70217, + 40.69363, + 40.69442, + 40.69344, + 40.69498, + 40.69292, + 40.81935, + 40.5517, + 40.72232, + 40.77093, + 40.77842, + 40.71124, + 40.65516, + 40.754, + 40.76173, + 40.80796, + 40.64567, + 40.76799, + 40.71758, + 40.78935, + 40.76384, + 40.72492, + 40.74621, + 40.74405, + 40.68336, + 40.67768, + 40.7229, + 40.67953, + 40.71614, + 40.68701, + 40.71288, + 40.69713, + 40.72741, + 40.76115, + 40.76738, + 40.68963, + 40.67616, + 40.72951, + 40.69634, + 40.73101, + 40.76042, + 40.69354, + 40.82896, + 40.72934, + 40.6748, + 40.71604, + 40.7477, + 40.7817, + 40.6777, + 40.75518, + 40.72777, + 40.73536, + 40.72634, + 40.7618, + 40.79788, + 40.70965, + 40.80947, + 40.87093, + 40.82335, + 40.72102, + 40.66149, + 40.69134, + 40.74717, + 40.63555, + 40.69904, + 40.77635, + 40.79092, + 40.68402, + 40.68085, + 40.66923, + 40.75709, + 40.67477, + 40.68401, + 40.6409, + 40.70914, + 40.70399, + 40.6942, + 40.81506, + 40.67215, + 40.71769, + 40.79155, + 40.7701, + 40.69709, + 40.67955, + 40.78155, + 40.76105, + 40.67949, + 40.82846, + 40.73235, + 40.72703, + 40.68459, + 40.71151, + 40.68569, + 40.82442, + 40.74349, + 40.74936, + 40.72753, + 40.66343, + 40.72425, + 40.76164, + 40.68446, + 40.72646, + 40.63676, + 40.84245, + 40.83741, + 40.80991, + 40.67092, + 40.81134, + 40.6825, + 40.70532, + 40.83413, + 40.7254, + 40.77793, + 40.68242, + 40.68568, + 40.82875, + 40.71192, + 40.68245, + 40.84305, + 40.76257, + 40.73261, + 40.84035, + 40.72816, + 40.67554, + 40.8124, + 40.68686, + 40.85882, + 40.68915, + 40.74725, + 40.67652, + 40.71111, + 40.58921, + 40.78234, + 40.70664, + 40.7064, + 40.77727, + 40.72966, + 40.67815, + 40.73342, + 40.84411, + 40.66124, + 40.79816, + 40.75673, + 40.73629, + 40.68051, + 40.78826, + 40.66955, + 40.67975, + 40.68669, + 40.7208, + 40.72661, + 40.65888, + 40.8115, + 40.71462, + 40.77684, + 40.70069, + 40.67406, + 40.80465, + 40.76602, + 40.70763, + 40.74896, + 40.69384, + 40.72399, + 40.78866, + 40.72004, + 40.72362, + 40.80272, + 40.74637, + 40.67529, + 40.6586, + 40.69962, + 40.684, + 40.75749, + 40.75181, + 40.7168, + 40.80386, + 40.76019, + 40.83987, + 40.7058, + 40.7186, + 40.75863, + 40.71724, + 40.69069, + 40.76017, + 40.77526, + 40.6566, + 40.81128, + 40.79842, + 40.67757, + 40.74898, + 40.64685, + 40.68582, + 40.72123, + 40.8251, + 40.77724, + 40.76378, + 40.75621, + 40.72987, + 40.80226, + 40.67743, + 40.72191, + 40.71974, + 40.75102, + 40.71482, + 40.66928, + 40.76365, + 40.72337, + 40.72923, + 40.74089, + 40.75054, + 40.777, + 40.74315, + 40.67331, + 40.72716, + 40.68875, + 40.72708, + 40.71869, + 40.68227, + 40.78926, + 40.64027, + 40.79233, + 40.72003, + 40.74257, + 40.67483, + 40.69315, + 40.66739, + 40.73065, + 40.64944, + 40.64224, + 40.712, + 40.71059, + 40.82366, + 40.76509, + 40.68732, + 40.73405, + 40.82434, + 40.76881, + 40.78073, + 40.76329, + 40.76664, + 40.71014, + 40.77253, + 40.72134, + 40.66216, + 40.6874, + 40.77804, + 40.73905, + 40.69505, + 40.81192, + 40.66798, + 40.69677, + 40.70801, + 40.82135, + 40.73556, + 40.68678, + 40.66746, + 40.5777, + 40.74174, + 40.82122, + 40.71526, + 40.76877, + 40.63438, + 40.67603, + 40.70778, + 40.68994, + 40.71998, + 40.71178, + 40.83776, + 40.69542, + 40.80121, + 40.71546, + 40.77901, + 40.73163, + 40.70776, + 40.71371, + 40.7802, + 40.70472, + 40.85901, + 40.66356, + 40.6681, + 40.72182, + 40.71776, + 40.77889, + 40.79422, + 40.81143, + 40.83562, + 40.81422, + 40.85677, + 40.78428, + 40.71295, + 40.79614, + 40.80686, + 40.73697, + 40.68556, + 40.68901, + 40.70431, + 40.7137, + 40.72551, + 40.68346, + 40.62672, + 40.72342, + 40.74253, + 40.71479, + 40.72014, + 40.80301, + 40.82337, + 40.714, + 40.75531, + 40.76449, + 40.78302, + 40.67998, + 40.65336, + 40.68465, + 40.62674, + 40.74409, + 40.70834, + 40.7755, + 40.79445, + 40.77262, + 40.78078, + 40.58148, + 40.67554, + 40.682, + 40.76497, + 40.68465, + 40.64943, + 40.71046, + 40.67986, + 40.66586, + 40.84819, + 40.67847, + 40.80373, + 40.68403, + 40.68549, + 40.68517, + 40.72587, + 40.71475, + 40.85475, + 40.71905, + 40.76288, + 40.82883, + 40.85228, + 40.78354, + 40.80461, + 40.68537, + 40.66936, + 40.71494, + 40.82903, + 40.68698, + 40.84626, + 40.69755, + 40.68559, + 40.68323, + 40.72745, + 40.67822, + 40.77894, + 40.70839, + 40.71234, + 40.80146, + 40.85457, + 40.73889, + 40.76295, + 40.71448, + 40.79115, + 40.7175, + 40.71335, + 40.75179, + 40.68739, + 40.7137, + 40.75546, + 40.75691, + 40.75532, + 40.65246, + 40.77867, + 40.75717, + 40.71296, + 40.7207, + 40.67905, + 40.73674, + 40.7882, + 40.71544, + 40.78042, + 40.69148, + 40.78203, + 40.7722, + 40.67678, + 40.84656, + 40.78709, + 40.70451, + 40.69756, + 40.67809, + 40.73112, + 40.71063, + 40.58662, + 40.68648, + 40.62449, + 40.71859, + 40.70792, + 40.63822, + 40.77357, + 40.71075, + 40.65263, + 40.72232, + 40.66066, + 40.69793, + 40.72469, + 40.77468, + 40.7234, + 40.69985, + 40.73318, + 40.68728, + 40.84773, + 40.68749, + 40.72666, + 40.68634, + 40.68563, + 40.716, + 40.69322, + 40.71749, + 40.68492, + 40.64345, + 40.70227, + 40.73284, + 40.71959, + 40.74253, + 40.72652, + 40.82782, + 40.69053, + 40.63598, + 40.68068, + 40.68321, + 40.67173, + 40.66083, + 40.62536, + 40.7645, + 40.77032, + 40.75815, + 40.69564, + 40.68608, + 40.68851, + 40.73069, + 40.73623, + 40.8327, + 40.72526, + 40.6795, + 40.8531, + 40.68497, + 40.74039, + 40.79466, + 40.80692, + 40.81356, + 40.75731, + 40.64524, + 40.686, + 40.65597, + 40.6726, + 40.72131, + 40.6756, + 40.68363, + 40.57679, + 40.72786, + 40.73481, + 40.73627, + 40.68351, + 40.70841, + 40.81412, + 40.77072, + 40.71466, + 40.66756, + 40.66117, + 40.68673, + 40.64423, + 40.73148, + 40.68409, + 40.73109, + 40.72098, + 40.72514, + 40.73854, + 40.73789, + 40.74169, + 40.80168, + 40.63025, + 40.80581, + 40.72297, + 40.72852, + 40.62276, + 40.68063, + 40.67194, + 40.72872, + 40.69381, + 40.80627, + 40.79159, + 40.67758, + 40.74853, + 40.81444, + 40.70146, + 40.70365, + 40.67682, + 40.74725, + 40.78185, + 40.6952, + 40.72026, + 40.70778, + 40.85111, + 40.7966, + 40.80066, + 40.72917, + 40.73707, + 40.82159, + 40.74832, + 40.6861, + 40.78775, + 40.76521, + 40.84064, + 40.78576, + 40.76525, + 40.78293, + 40.71818, + 40.71959, + 40.75506, + 40.67883, + 40.71213, + 40.79745, + 40.78587, + 40.67619, + 40.72378, + 40.87494, + 40.76273, + 40.74025, + 40.73637, + 40.74068, + 40.68672, + 40.68541, + 40.74444, + 40.70104, + 40.77643, + 40.68374, + 40.73249, + 40.65628, + 40.6608, + 40.68473, + 40.7188, + 40.72833, + 40.83998, + 40.70104, + 40.77724, + 40.73507, + 40.71399, + 40.71999, + 40.70098, + 40.68217, + 40.75405, + 40.67371, + 40.83001, + 40.82809, + 40.73314, + 40.71193, + 40.70125, + 40.77915, + 40.72361, + 40.72391, + 40.70956, + 40.69385, + 40.78017, + 40.839, + 40.68848, + 40.71258, + 40.67704, + 40.70609, + 40.77006, + 40.74476, + 40.80645, + 40.70745, + 40.69914, + 40.67725, + 40.70933, + 40.71983, + 40.74583, + 40.67766, + 40.7187, + 40.65901, + 40.84543, + 40.70883, + 40.69435, + 40.67699, + 40.71489, + 40.88241, + 40.7105, + 40.75348, + 40.78396, + 40.69271, + 40.77883, + 40.70746, + 40.78885, + 40.70372, + 40.6833, + 40.85516, + 40.76525, + 40.79169, + 40.70885, + 40.75674, + 40.80749, + 40.72066, + 40.68477, + 40.70949, + 40.67731, + 40.79275, + 40.68404, + 40.71345, + 40.78125, + 40.66632, + 40.59225, + 40.7103, + 40.76313, + 40.68303, + 40.69528, + 40.73404, + 40.76235, + 40.71411, + 40.71106, + 40.71599, + 40.6971, + 40.72644, + 40.71762, + 40.72846, + 40.77387, + 40.79276, + 40.64548, + 40.68384, + 40.71339, + 40.71408, + 40.74077, + 40.66683, + 40.74957, + 40.70798, + 40.75545, + 40.80755, + 40.80273, + 40.72672, + 40.66102, + 40.71532, + 40.7487, + 40.61839, + 40.69298, + 40.71161, + 40.71741, + 40.6566, + 40.73235, + 40.69113, + 40.6075, + 40.7453, + 40.84441, + 40.6761, + 40.68521, + 40.77224, + 40.84405, + 40.67485, + 40.67844, + 40.64876, + 40.67674, + 40.71507, + 40.71323, + 40.82948, + 40.70516, + 40.82373, + 40.77077, + 40.71864, + 40.67255, + 40.76015, + 40.80182, + 40.71095, + 40.7666, + 40.75085, + 40.86743, + 40.734, + 40.73992, + 40.72764, + 40.74026, + 40.66753, + 40.72008, + 40.77209, + 40.65168, + 40.7644, + 40.72986, + 40.7007, + 40.72583, + 40.71515, + 40.57872, + 40.79, + 40.68084, + 40.68502, + 40.72174, + 40.77025, + 40.76571, + 40.74696, + 40.74525, + 40.764, + 40.80571, + 40.68579, + 40.71238, + 40.72275, + 40.73408, + 40.80454, + 40.70154, + 40.83771, + 40.68997, + 40.79324, + 40.79726, + 40.6587, + 40.7837, + 40.65208, + 40.6675, + 40.77499, + 40.72781, + 40.71155, + 40.81698, + 40.59428, + 40.59399, + 40.60078, + 40.77086, + 40.66923, + 40.75235, + 40.72152, + 40.74826, + 40.82119, + 40.73742, + 40.80625, + 40.77238, + 40.75055, + 40.70252, + 40.66153, + 40.6832, + 40.71145, + 40.71834, + 40.68626, + 40.67191, + 40.79909, + 40.71839, + 40.76622, + 40.72496, + 40.73963, + 40.74218, + 40.82553, + 40.67289, + 40.73638, + 40.69918, + 40.73399, + 40.82589, + 40.81781, + 40.63489, + 40.74876, + 40.73626, + 40.68683, + 40.77323, + 40.70503, + 40.77209, + 40.67811, + 40.71908, + 40.6815, + 40.82639, + 40.74574, + 40.70608, + 40.70306, + 40.62487, + 40.77205, + 40.70755, + 40.85509, + 40.7791, + 40.79222, + 40.68584, + 40.70313, + 40.85133, + 40.67569, + 40.7101, + 40.68258, + 40.8179, + 40.75628, + 40.70723, + 40.68527, + 40.72872, + 40.70664, + 40.677, + 40.72854, + 40.67922, + 40.7583, + 40.71329, + 40.72911, + 40.82033, + 40.6904, + 40.8017, + 40.76539, + 40.67326, + 40.86719, + 40.58977, + 40.80133, + 40.72101, + 40.65599, + 40.67533, + 40.71214, + 40.74465, + 40.81346, + 40.6746, + 40.76962, + 40.73086, + 40.72721, + 40.82606, + 40.80157, + 40.69224, + 40.71684, + 40.82879, + 40.85131, + 40.73752, + 40.71297, + 40.71198, + 40.66564, + 40.71343, + 40.70338, + 40.68517, + 40.81894, + 40.61814, + 40.6655, + 40.68736, + 40.6801, + 40.78828, + 40.82536, + 40.66058, + 40.83206, + 40.66934, + 40.68781, + 40.7724, + 40.68779, + 40.6777, + 40.7617, + 40.73909, + 40.71966, + 40.74137, + 40.66775, + 40.67711, + 40.71855, + 40.83721, + 40.74327, + 40.79229, + 40.64683, + 40.81287, + 40.68023, + 40.69666, + 40.73391, + 40.6737, + 40.71187, + 40.72699, + 40.78283, + 40.71932, + 40.66526, + 40.76482, + 40.79601, + 40.80133, + 40.63915, + 40.69374, + 40.71681, + 40.78602, + 40.70784, + 40.68606, + 40.7061, + 40.71968, + 40.75529, + 40.73204, + 40.81165, + 40.66205, + 40.71178, + 40.74801, + 40.70054, + 40.68711, + 40.84239, + 40.63314, + 40.7192, + 40.76555, + 40.72299, + 40.71082, + 40.77689, + 40.73783, + 40.71084, + 40.79478, + 40.70569, + 40.69038, + 40.73267, + 40.73592, + 40.66561, + 40.68932, + 40.62787, + 40.79828, + 40.6924, + 40.79052, + 40.66016, + 40.74522, + 40.64372, + 40.6882, + 40.67376, + 40.67904, + 40.68402, + 40.83155, + 40.78071, + 40.69154, + 40.71018, + 40.70168, + 40.70323, + 40.7123, + 40.73082, + 40.73608, + 40.79131, + 40.72639, + 40.70945, + 40.68657, + 40.7611, + 40.79982, + 40.73857, + 40.68018, + 40.82398, + 40.67679, + 40.80132, + 40.71162, + 40.68356, + 40.72865, + 40.73037, + 40.68385, + 40.71661, + 40.6046, + 40.76832, + 40.76127, + 40.73969, + 40.79435, + 40.70161, + 40.68566, + 40.70621, + 40.68207, + 40.74912, + 40.82875, + 40.75885, + 40.75394, + 40.68542, + 40.70877, + 40.69023, + 40.72227, + 40.76177, + 40.69207, + 40.71748, + 40.66136, + 40.71366, + 40.87495, + 40.72287, + 40.68623, + 40.65766, + 40.72006, + 40.78165, + 40.72354, + 40.75529, + 40.67604, + 40.7465, + 40.6913, + 40.63485, + 40.75335, + 40.7142, + 40.8198, + 40.65972, + 40.67885, + 40.74573, + 40.73692, + 40.72132, + 40.71056, + 40.75929, + 40.80144, + 40.71506, + 40.87225, + 40.7262, + 40.78112, + 40.70264, + 40.77583, + 40.68881, + 40.66866, + 40.82608, + 40.74147, + 40.767, + 40.68447, + 40.75549, + 40.67547, + 40.76217, + 40.80748, + 40.76685, + 40.6669, + 40.76561, + 40.72879, + 40.70873, + 40.74024, + 40.77878, + 40.61625, + 40.69093, + 40.66079, + 40.66058, + 40.66037, + 40.74558, + 40.638, + 40.74786, + 40.88238, + 40.68354, + 40.6637, + 40.68972, + 40.68701, + 40.68542, + 40.74688, + 40.68491, + 40.80352, + 40.66913, + 40.67731, + 40.76774, + 40.71444, + 40.71676, + 40.68814, + 40.70737, + 40.7481, + 40.71937, + 40.73401, + 40.58115, + 40.71458, + 40.74798, + 40.77259, + 40.70645, + 40.73742, + 40.62154, + 40.81666, + 40.68649, + 40.77818, + 40.7259, + 40.68662, + 40.66002, + 40.71054, + 40.74121, + 40.70799, + 40.67837, + 40.6345, + 40.68491, + 40.71154, + 40.74642, + 40.81656, + 40.71085, + 40.77635, + 40.68675, + 40.75706, + 40.64465, + 40.73511, + 40.69545, + 40.79596, + 40.85322, + 40.69009, + 40.71374, + 40.81791, + 40.70318, + 40.7342, + 40.76855, + 40.71128, + 40.66922, + 40.7665, + 40.76964, + 40.69297, + 40.70965, + 40.65577, + 40.69047, + 40.75861, + 40.79745, + 40.75443, + 40.68511, + 40.72835, + 40.68982, + 40.70966, + 40.68955, + 40.76966, + 40.6987, + 40.83705, + 40.73212, + 40.7154, + 40.73643, + 40.71354, + 40.69058, + 40.68247, + 40.71968, + 40.69959, + 40.65894, + 40.70793, + 40.76644, + 40.74375, + 40.72298, + 40.87211, + 40.64345, + 40.76037, + 40.76044, + 40.67852, + 40.72278, + 40.73632, + 40.74589, + 40.86623, + 40.69393, + 40.7614, + 40.83174, + 40.67928, + 40.77824, + 40.73727, + 40.77734, + 40.70995, + 40.61291, + 40.67728, + 40.67659, + 40.7618, + 40.76207, + 40.76146, + 40.76015, + 40.65348, + 40.75987, + 40.76036, + 40.76185, + 40.71296, + 40.81456, + 40.71481, + 40.67702, + 40.79304, + 40.8334, + 40.72949, + 40.67367, + 40.66233, + 40.74362, + 40.68908, + 40.73728, + 40.73878, + 40.68587, + 40.65303, + 40.69054, + 40.70944, + 40.76219, + 40.6892, + 40.79866, + 40.68552, + 40.68724, + 40.75129, + 40.68636, + 40.69859, + 40.6904, + 40.84872, + 40.76806, + 40.6888, + 40.7027, + 40.70412, + 40.6886, + 40.74733, + 40.71647, + 40.76716, + 40.73185, + 40.71321, + 40.68175, + 40.70299, + 40.68276, + 40.71966, + 40.6412, + 40.72082, + 40.78787, + 40.77372, + 40.71571, + 40.81103, + 40.85151, + 40.70954, + 40.6613, + 40.8395, + 40.67416, + 40.729, + 40.72982, + 40.74153, + 40.71905, + 40.71332, + 40.71238, + 40.68382, + 40.73376, + 40.68645, + 40.70892, + 40.79487, + 40.82094, + 40.70212, + 40.76493, + 40.66722, + 40.68338, + 40.74229, + 40.69468, + 40.71449, + 40.72148, + 40.71117, + 40.66689, + 40.72215, + 40.63868, + 40.82443, + 40.78748, + 40.77199, + 40.7787, + 40.7214, + 40.72424, + 40.65194, + 40.83019, + 40.76308, + 40.71952, + 40.76257, + 40.73983, + 40.69296, + 40.68666, + 40.71314, + 40.68786, + 40.72253, + 40.6548, + 40.75603, + 40.70748, + 40.76734, + 40.82878, + 40.59627, + 40.58804, + 40.63967, + 40.73659, + 40.76003, + 40.72004, + 40.74508, + 40.61679, + 40.78968, + 40.74198, + 40.69712, + 40.71909, + 40.80054, + 40.69768, + 40.67659, + 40.65146, + 40.69439, + 40.74138, + 40.68637, + 40.78267, + 40.84666, + 40.70588, + 40.66036, + 40.68402, + 40.70035, + 40.72597, + 40.68512, + 40.70376, + 40.77228, + 40.70393, + 40.7339, + 40.72714, + 40.73713, + 40.76441, + 40.80108, + 40.71761, + 40.8122, + 40.7173, + 40.73323, + 40.72691, + 40.72532, + 40.68391, + 40.71199, + 40.80152, + 40.80286, + 40.73256, + 40.7179, + 40.79721, + 40.70479, + 40.64924, + 40.7185, + 40.71488, + 40.76044, + 40.68378, + 40.82231, + 40.76371, + 40.72464, + 40.76348, + 40.76348, + 40.71616, + 40.70043, + 40.66036, + 40.73873, + 40.81961, + 40.67177, + 40.72517, + 40.73407, + 40.80993, + 40.715, + 40.78147, + 40.76497, + 40.74206, + 40.70658, + 40.77252, + 40.76448, + 40.78905, + 40.70703, + 40.66672, + 40.79421, + 40.73857, + 40.79265, + 40.74815, + 40.74723, + 40.74682, + 40.68503, + 40.70781, + 40.7789, + 40.82599, + 40.75671, + 40.69173, + 40.79063, + 40.81254, + 40.67781, + 40.68564, + 40.71996, + 40.77566, + 40.70198, + 40.68153, + 40.80271, + 40.70875, + 40.68928, + 40.78768, + 40.79952, + 40.74438, + 40.85073, + 40.69847, + 40.801, + 40.79126, + 40.67886, + 40.62084, + 40.69246, + 40.67819, + 40.6648, + 40.67618, + 40.69467, + 40.72039, + 40.73104, + 40.76112, + 40.76216, + 40.76194, + 40.76222, + 40.76249, + 40.76021, + 40.76244, + 40.76035, + 40.78567, + 40.78181, + 40.78289, + 40.74462, + 40.71591, + 40.7984, + 40.69489, + 40.63488, + 40.6936, + 40.72297, + 40.76583, + 40.72403, + 40.75328, + 40.7196, + 40.80016, + 40.73006, + 40.68409, + 40.68151, + 40.81398, + 40.68682, + 40.78201, + 40.7818, + 40.69054, + 40.85183, + 40.65371, + 40.724, + 40.7544, + 40.79243, + 40.79229, + 40.73912, + 40.81161, + 40.71947, + 40.82416, + 40.69347, + 40.63504, + 40.6873, + 40.71838, + 40.7166, + 40.70458, + 40.69213, + 40.80418, + 40.76425, + 40.68802, + 40.77138, + 40.65887, + 40.81514, + 40.78551, + 40.77828, + 40.67627, + 40.7681, + 40.74406, + 40.72745, + 40.74379, + 40.74613, + 40.67259, + 40.77734, + 40.65703, + 40.69034, + 40.6969, + 40.81435, + 40.71351, + 40.70711, + 40.71688, + 40.72795, + 40.72294, + 40.68411, + 40.71303, + 40.80481, + 40.84454, + 40.7688, + 40.7587, + 40.80395, + 40.78402, + 40.69039, + 40.64574, + 40.6724, + 40.69382, + 40.69276, + 40.68524, + 40.73669, + 40.6811, + 40.74439, + 40.70809, + 40.81054, + 40.72115, + 40.65452, + 40.68302, + 40.85008, + 40.81142, + 40.756, + 40.6688, + 40.67792, + 40.77098, + 40.7855, + 40.68836, + 40.72815, + 40.68237, + 40.69289, + 40.72442, + 40.79674, + 40.6874, + 40.76578, + 40.68742, + 40.66743, + 40.80594, + 40.5927, + 40.71558, + 40.77703, + 40.71687, + 40.74068, + 40.65231, + 40.66673, + 40.77408, + 40.71845, + 40.72826, + 40.70862, + 40.8046, + 40.67505, + 40.74989, + 40.76807, + 40.75966, + 40.84289, + 40.68835, + 40.71805, + 40.76719, + 40.65326, + 40.72206, + 40.71188, + 40.68485, + 40.73489, + 40.77516, + 40.69454, + 40.74631, + 40.77269, + 40.7736, + 40.68859, + 40.73136, + 40.69682, + 40.8298, + 40.726, + 40.7402, + 40.72332, + 40.7419, + 40.77553, + 40.73055, + 40.65192, + 40.69811, + 40.71813, + 40.77344, + 40.81863, + 40.69899, + 40.72397, + 40.6942, + 40.68297, + 40.71067, + 40.68358, + 40.72074, + 40.67102, + 40.68664, + 40.72968, + 40.70317, + 40.72639, + 40.76551, + 40.71674, + 40.73634, + 40.83621, + 40.76623, + 40.68774, + 40.65459, + 40.87183, + 40.7777, + 40.68115, + 40.72223, + 40.72382, + 40.68403, + 40.6541, + 40.66664, + 40.74138, + 40.82632, + 40.72348, + 40.72568, + 40.7604, + 40.72123, + 40.76193, + 40.75651, + 40.79326, + 40.73022, + 40.75788, + 40.7324, + 40.6536, + 40.7449, + 40.67101, + 40.71892, + 40.70668, + 40.72474, + 40.67921, + 40.76533, + 40.64796, + 40.79435, + 40.66657, + 40.73894, + 40.83663, + 40.70041, + 40.7982, + 40.71643, + 40.68828, + 40.66817, + 40.70684, + 40.70415, + 40.70675, + 40.70866, + 40.68412, + 40.61112, + 40.65702, + 40.65683, + 40.69121, + 40.76812, + 40.85471, + 40.8347, + 40.72621, + 40.68842, + 40.77005, + 40.79033, + 40.70485, + 40.72393, + 40.71255, + 40.76264, + 40.66851, + 40.69683, + 40.6937, + 40.71649, + 40.6852, + 40.69139, + 40.69319, + 40.69464, + 40.75878, + 40.67995, + 40.71706, + 40.80712, + 40.74281, + 40.71818, + 40.72179, + 40.71754, + 40.61363, + 40.75873, + 40.79355, + 40.68538, + 40.83255, + 40.71827, + 40.68785, + 40.7155, + 40.67939, + 40.64456, + 40.70272, + 40.79632, + 40.72299, + 40.69325, + 40.74219, + 40.76546, + 40.79527, + 40.64621, + 40.68726, + 40.75788, + 40.77614, + 40.68582, + 40.83524, + 40.67916, + 40.80441, + 40.67267, + 40.66898, + 40.75871, + 40.69765, + 40.71044, + 40.73888, + 40.72896, + 40.71005, + 40.71781, + 40.6748, + 40.80595, + 40.78363, + 40.7113, + 40.72135, + 40.86717, + 40.72328, + 40.6927, + 40.67026, + 40.78487, + 40.75255, + 40.72525, + 40.74882, + 40.68651, + 40.71279, + 40.70999, + 40.70429, + 40.68677, + 40.67357, + 40.79874, + 40.7359, + 40.72283, + 40.68435, + 40.73525, + 40.70093, + 40.86755, + 40.7972, + 40.71544, + 40.68919, + 40.67031, + 40.73859, + 40.72873, + 40.80492, + 40.67993, + 40.68578, + 40.68618, + 40.69588, + 40.70833, + 40.76446, + 40.71992, + 40.68929, + 40.70548, + 40.71992, + 40.74923, + 40.69499, + 40.61985, + 40.61999, + 40.68956, + 40.82101, + 40.82918, + 40.71965, + 40.68073, + 40.6947, + 40.71335, + 40.71133, + 40.79831, + 40.76364, + 40.80569, + 40.69246, + 40.67924, + 40.7363, + 40.85487, + 40.69158, + 40.6752, + 40.82028, + 40.72877, + 40.69818, + 40.71292, + 40.79024, + 40.72259, + 40.7201, + 40.73456, + 40.71574, + 40.70464, + 40.67545, + 40.68358, + 40.68538, + 40.75834, + 40.7333, + 40.7332, + 40.71475, + 40.73088, + 40.71563, + 40.7208, + 40.68754, + 40.68782, + 40.77268, + 40.79715, + 40.68397, + 40.69649, + 40.77258, + 40.65295, + 40.80445, + 40.69622, + 40.78931, + 40.6756, + 40.84828, + 40.66226, + 40.70583, + 40.7305, + 40.7005, + 40.73031, + 40.69278, + 40.69294, + 40.69197, + 40.70107, + 40.74116, + 40.72457, + 40.7582, + 40.66163, + 40.77877, + 40.70811, + 40.76483, + 40.67628, + 40.73626, + 40.80682, + 40.70735, + 40.67128, + 40.70995, + 40.7631, + 40.72642, + 40.7905, + 40.74482, + 40.78629, + 40.73125, + 40.7272, + 40.72545, + 40.81882, + 40.64028, + 40.67958, + 40.69381, + 40.72819, + 40.82416, + 40.70909, + 40.71431, + 40.66691, + 40.68628, + 40.68211, + 40.67797, + 40.7228, + 40.70403, + 40.72268, + 40.72503, + 40.73378, + 40.76164, + 40.68555, + 40.71894, + 40.73813, + 40.69387, + 40.67047, + 40.76146, + 40.75508, + 40.72644, + 40.68992, + 40.72947, + 40.67885, + 40.78763, + 40.70174, + 40.77016, + 40.70521, + 40.72869, + 40.66664, + 40.67464, + 40.83769, + 40.71479, + 40.74145, + 40.68794, + 40.72044, + 40.80243, + 40.76729, + 40.66539, + 40.72157, + 40.76432, + 40.73529, + 40.81024, + 40.75979, + 40.72261, + 40.73545, + 40.82196, + 40.72138, + 40.75588, + 40.72168, + 40.68398, + 40.69169, + 40.82873, + 40.79708, + 40.7946, + 40.71645, + 40.71711, + 40.66378, + 40.80304, + 40.70794, + 40.80819, + 40.68006, + 40.71969, + 40.67618, + 40.76579, + 40.69508, + 40.82606, + 40.72492, + 40.72962, + 40.68396, + 40.70055, + 40.68833, + 40.72065, + 40.74823, + 40.68725, + 40.64691, + 40.68856, + 40.64939, + 40.71729, + 40.65349, + 40.74627, + 40.80023, + 40.7078, + 40.82681, + 40.83428, + 40.68889, + 40.73943, + 40.78858, + 40.59244, + 40.77976, + 40.70178, + 40.72423, + 40.6898, + 40.66196, + 40.68247, + 40.65918, + 40.69143, + 40.70767, + 40.72911, + 40.70068, + 40.7221, + 40.75277, + 40.81355, + 40.74364, + 40.77742, + 40.67876, + 40.72164, + 40.72309, + 40.76171, + 40.58294, + 40.69927, + 40.71058, + 40.75547, + 40.69172, + 40.71508, + 40.68978, + 40.76448, + 40.7122, + 40.71452, + 40.73448, + 40.79933, + 40.78015, + 40.71934, + 40.74537, + 40.68189, + 40.67647, + 40.71576, + 40.644, + 40.76778, + 40.70649, + 40.80419, + 40.72579, + 40.74603, + 40.76441, + 40.73774, + 40.71546, + 40.7292, + 40.71303, + 40.71376, + 40.67358, + 40.7722, + 40.6846, + 40.72411, + 40.77088, + 40.72228, + 40.68148, + 40.71864, + 40.72927, + 40.72163, + 40.7777, + 40.73579, + 40.75226, + 40.66892, + 40.82622, + 40.82605, + 40.64213, + 40.83523, + 40.64167, + 40.67205, + 40.71928, + 40.65628, + 40.74981, + 40.69496, + 40.69644, + 40.67988, + 40.70647, + 40.79555, + 40.63198, + 40.78271, + 40.66835, + 40.80649, + 40.76735, + 40.71723, + 40.85619, + 40.73059, + 40.68128, + 40.68686, + 40.63767, + 40.67883, + 40.64563, + 40.7138, + 40.74085, + 40.6608, + 40.73778, + 40.71624, + 40.70222, + 40.68482, + 40.76205, + 40.68678, + 40.63014, + 40.68618, + 40.70608, + 40.75538, + 40.70275, + 40.72435, + 40.66514, + 40.68024, + 40.68906, + 40.63968, + 40.73366, + 40.70732, + 40.72261, + 40.73768, + 40.7128, + 40.70414, + 40.71332, + 40.74824, + 40.68141, + 40.68049, + 40.70891, + 40.70414, + 40.73764, + 40.66037, + 40.71326, + 40.6798, + 40.73925, + 40.72528, + 40.72361, + 40.68558, + 40.67541, + 40.68073, + 40.69696, + 40.75864, + 40.74582, + 40.66266, + 40.78235, + 40.71802, + 40.69127, + 40.767, + 40.70862, + 40.7573, + 40.76432, + 40.66707, + 40.70725, + 40.72295, + 40.7787, + 40.65036, + 40.77673, + 40.77085, + 40.69593, + 40.67804, + 40.67628, + 40.68949, + 40.72682, + 40.71011, + 40.62467, + 40.7256, + 40.68544, + 40.64305, + 40.68852, + 40.69141, + 40.70512, + 40.81335, + 40.8051, + 40.81395, + 40.74601, + 40.81211, + 40.64935, + 40.8012, + 40.81095, + 40.68496, + 40.72547, + 40.68799, + 40.71477, + 40.71733, + 40.70884, + 40.71704, + 40.70192, + 40.67065, + 40.7394, + 40.70146, + 40.75737, + 40.69188, + 40.8327, + 40.71612, + 40.77778, + 40.80313, + 40.81189, + 40.71289, + 40.68887, + 40.70552, + 40.66889, + 40.7603, + 40.79042, + 40.7129, + 40.82034, + 40.67758, + 40.72402, + 40.65736, + 40.79452, + 40.80772, + 40.71281, + 40.79955, + 40.68346, + 40.7631, + 40.86464, + 40.82599, + 40.73764, + 40.67215, + 40.72962, + 40.65845, + 40.73528, + 40.7432, + 40.79045, + 40.82652, + 40.68896, + 40.82929, + 40.68857, + 40.66671, + 40.77672, + 40.76372, + 40.794, + 40.83353, + 40.70641, + 40.71272, + 40.76254, + 40.69095, + 40.69342, + 40.69411, + 40.82381, + 40.82112, + 40.67552, + 40.68338, + 40.64813, + 40.70889, + 40.74823, + 40.74466, + 40.75176, + 40.76548, + 40.71379, + 40.75894, + 40.67505, + 40.66293, + 40.72961, + 40.79397, + 40.65591, + 40.80674, + 40.68366, + 40.73049, + 40.80256, + 40.68234, + 40.78323, + 40.71767, + 40.70461, + 40.81208, + 40.72487, + 40.70406, + 40.68973, + 40.73453, + 40.80089, + 40.68692, + 40.72717, + 40.68902, + 40.69962, + 40.77459, + 40.66627, + 40.72475, + 40.7601, + 40.75037, + 40.72028, + 40.69574, + 40.72541, + 40.6862, + 40.71163, + 40.71009, + 40.75013, + 40.72634, + 40.80193, + 40.74334, + 40.7457, + 40.65353, + 40.7438, + 40.71978, + 40.61926, + 40.79203, + 40.81095, + 40.7324, + 40.83431, + 40.80417, + 40.791, + 40.71813, + 40.63118, + 40.6874, + 40.71405, + 40.70854, + 40.72118, + 40.71534, + 40.81835, + 40.79106, + 40.70189, + 40.60633, + 40.80299, + 40.76979, + 40.77756, + 40.76769, + 40.68268, + 40.6851, + 40.78733, + 40.78261, + 40.75203, + 40.75563, + 40.68317, + 40.7438, + 40.7874, + 40.67215, + 40.66307, + 40.73866, + 40.72178, + 40.77865, + 40.7252, + 40.75215, + 40.74559, + 40.81033, + 40.75219, + 40.71959, + 40.77648, + 40.72929, + 40.65551, + 40.79317, + 40.67714, + 40.66393, + 40.68864, + 40.71905, + 40.72002, + 40.68458, + 40.63741, + 40.67791, + 40.68847, + 40.71903, + 40.7187, + 40.68248, + 40.82206, + 40.71242, + 40.77018, + 40.78557, + 40.67763, + 40.6884, + 40.71256, + 40.74376, + 40.70036, + 40.7655, + 40.65429, + 40.83436, + 40.6799, + 40.74036, + 40.67139, + 40.82883, + 40.68716, + 40.76508, + 40.69589, + 40.67034, + 40.6089, + 40.81541, + 40.72399, + 40.66016, + 40.63574, + 40.76205, + 40.65933, + 40.5994, + 40.64153, + 40.73926, + 40.62713, + 40.67293, + 40.69604, + 40.73604, + 40.69463, + 40.8403, + 40.73107, + 40.80188, + 40.72338, + 40.67309, + 40.68548, + 40.69025, + 40.67894, + 40.77679, + 40.57215, + 40.72014, + 40.76377, + 40.65758, + 40.68001, + 40.68022, + 40.79387, + 40.82417, + 40.72644, + 40.70442, + 40.68732, + 40.72811, + 40.68282, + 40.68547, + 40.70803, + 40.66465, + 40.81229, + 40.80591, + 40.70841, + 40.66542, + 40.77368, + 40.64588, + 40.68443, + 40.791, + 40.68589, + 40.71796, + 40.75946, + 40.69855, + 40.81236, + 40.71608, + 40.68665, + 40.78506, + 40.71119, + 40.72831, + 40.69351, + 40.70939, + 40.68599, + 40.85076, + 40.74751, + 40.8508, + 40.76102, + 40.70005, + 40.68167, + 40.81882, + 40.81406, + 40.77484, + 40.72448, + 40.69551, + 40.82364, + 40.75669, + 40.72446, + 40.73351, + 40.71382, + 40.71912, + 40.84805, + 40.72276, + 40.58851, + 40.68405, + 40.73726, + 40.66045, + 40.6735, + 40.79324, + 40.6881, + 40.74633, + 40.71331, + 40.67317, + 40.67982, + 40.85159, + 40.68333, + 40.77148, + 40.84687, + 40.72092, + 40.73999, + 40.6867, + 40.80113, + 40.74229, + 40.68091, + 40.81469, + 40.68792, + 40.68927, + 40.75818, + 40.76104, + 40.69461, + 40.78502, + 40.69451, + 40.68446, + 40.67793, + 40.72674, + 40.67517, + 40.75967, + 40.7459, + 40.76292, + 40.79433, + 40.73678, + 40.71375, + 40.66983, + 40.68658, + 40.67757, + 40.68242, + 40.59029, + 40.76444, + 40.81387, + 40.8127, + 40.65606, + 40.73331, + 40.67202, + 40.86363, + 40.67589, + 40.68229, + 40.80739, + 40.71278, + 40.7088, + 40.7334, + 40.80872, + 40.78824, + 40.8098, + 40.73607, + 40.68202, + 40.64346, + 40.7149, + 40.67621, + 40.82453, + 40.70993, + 40.82312, + 40.69845, + 40.69704, + 40.68266, + 40.74212, + 40.74313, + 40.86274, + 40.74336, + 40.74494, + 40.76352, + 40.68647, + 40.6831, + 40.82651, + 40.6857, + 40.66026, + 40.71264, + 40.78223, + 40.80328, + 40.68053, + 40.68504, + 40.73162, + 40.75421, + 40.74507, + 40.84423, + 40.8061, + 40.68193, + 40.58881, + 40.75743, + 40.74327, + 40.69866, + 40.74148, + 40.78339, + 40.70689, + 40.69113, + 40.69705, + 40.74056, + 40.71607, + 40.69454, + 40.79063, + 40.68528, + 40.75255, + 40.70068, + 40.7829, + 40.67195, + 40.70326, + 40.68542, + 40.70249, + 40.70468, + 40.70387, + 40.71783, + 40.70233, + 40.70619, + 40.70468, + 40.70153, + 40.81483, + 40.67839, + 40.77357, + 40.60788, + 40.88001, + 40.88211, + 40.75194, + 40.72235, + 40.65474, + 40.79882, + 40.63219, + 40.80877, + 40.70694, + 40.6808, + 40.71003, + 40.65757, + 40.72077, + 40.72822, + 40.79996, + 40.72935, + 40.74462, + 40.77059, + 40.77849, + 40.83261, + 40.71158, + 40.76294, + 40.67351, + 40.78101, + 40.68671, + 40.71225, + 40.78086, + 40.70497, + 40.74111, + 40.68332, + 40.70994, + 40.67231, + 40.76387, + 40.72219, + 40.77441, + 40.68854, + 40.64569, + 40.68741, + 40.7305, + 40.73415, + 40.74221, + 40.80689, + 40.72971, + 40.80379, + 40.66443, + 40.7414, + 40.70866, + 40.76222, + 40.80111, + 40.83107, + 40.72184, + 40.76257, + 40.70126, + 40.74447, + 40.70501, + 40.68237, + 40.68096, + 40.69218, + 40.6891, + 40.72966, + 40.64493, + 40.70492, + 40.81411, + 40.71621, + 40.66855, + 40.69695, + 40.73947, + 40.70985, + 40.78718, + 40.74926, + 40.74645, + 40.69588, + 40.71086, + 40.74005, + 40.64362, + 40.68357, + 40.72113, + 40.78128, + 40.70955, + 40.67042, + 40.80755, + 40.73363, + 40.67689, + 40.67053, + 40.72147, + 40.7246, + 40.71631, + 40.69565, + 40.67986, + 40.73337, + 40.81899, + 40.71692, + 40.72555, + 40.63878, + 40.68782, + 40.69457, + 40.75399, + 40.72316, + 40.7357, + 40.76425, + 40.67082, + 40.71987, + 40.71767, + 40.73039, + 40.75709, + 40.6898, + 40.74453, + 40.76312, + 40.80021, + 40.70623, + 40.75543, + 40.80156, + 40.68506, + 40.74086, + 40.80268, + 40.69994, + 40.80247, + 40.71755, + 40.74365, + 40.80049, + 40.69533, + 40.68439, + 40.75793, + 40.79943, + 40.84984, + 40.80009, + 40.71714, + 40.70518, + 40.7167, + 40.66921, + 40.74321, + 40.7468, + 40.84877, + 40.74716, + 40.71413, + 40.73428, + 40.71636, + 40.75837, + 40.61391, + 40.6923, + 40.71502, + 40.58875, + 40.77391, + 40.72395, + 40.76449, + 40.777, + 40.78888, + 40.82861, + 40.78938, + 40.71058, + 40.75995, + 40.73519, + 40.71139, + 40.73518, + 40.6869, + 40.71544, + 40.80356, + 40.76281, + 40.77098, + 40.71449, + 40.70395, + 40.69143, + 40.71846, + 40.72172, + 40.70978, + 40.72578, + 40.7336, + 40.67308, + 40.75654, + 40.82457, + 40.68372, + 40.72686, + 40.68433, + 40.69919, + 40.63982, + 40.65508, + 40.76328, + 40.7699, + 40.71909, + 40.72304, + 40.71122, + 40.70098, + 40.67568, + 40.7695, + 40.69118, + 40.73243, + 40.85597, + 40.72521, + 40.69011, + 40.72131, + 40.6796, + 40.67702, + 40.7393, + 40.71268, + 40.8215, + 40.68179, + 40.6937, + 40.69559, + 40.68279, + 40.76422, + 40.65602, + 40.71106, + 40.72157, + 40.6602, + 40.67973, + 40.60951, + 40.68129, + 40.76637, + 40.79025, + 40.73849, + 40.69881, + 40.85205, + 40.7187, + 40.68857, + 40.75712, + 40.74768, + 40.73523, + 40.68024, + 40.70649, + 40.68432, + 40.72775, + 40.66495, + 40.82036, + 40.81944, + 40.7044, + 40.67857, + 40.67323, + 40.58479, + 40.75403, + 40.69398, + 40.63519, + 40.76633, + 40.72251, + 40.72672, + 40.76885, + 40.70335, + 40.71111, + 40.74052, + 40.68935, + 40.66125, + 40.74192, + 40.76583, + 40.77285, + 40.73175, + 40.70158, + 40.75535, + 40.67603, + 40.76769, + 40.71147, + 40.83713, + 40.64689, + 40.82215, + 40.68426, + 40.6796, + 40.75959, + 40.74763, + 40.75091, + 40.6834, + 40.68817, + 40.72124, + 40.68502, + 40.74904, + 40.65798, + 40.71939, + 40.7566, + 40.71067, + 40.70227, + 40.6917, + 40.67705, + 40.68625, + 40.72913, + 40.71381, + 40.82291, + 40.71212, + 40.74583, + 40.66783, + 40.78129, + 40.67354, + 40.62022, + 40.69485, + 40.75014, + 40.74947, + 40.61059, + 40.74667, + 40.73221, + 40.60991, + 40.6529, + 40.84269, + 40.71608, + 40.73219, + 40.77569, + 40.70726, + 40.68318, + 40.82987, + 40.7331, + 40.74921, + 40.74042, + 40.66827, + 40.69312, + 40.76189, + 40.7076, + 40.66948, + 40.84074, + 40.72126, + 40.7383, + 40.80189, + 40.67427, + 40.71555, + 40.74109, + 40.737, + 40.68973, + 40.7083, + 40.67874, + 40.67872, + 40.85563, + 40.72045, + 40.80083, + 40.79791, + 40.7484, + 40.80377, + 40.68581, + 40.71693, + 40.71848, + 40.74465, + 40.76762, + 40.72569, + 40.69758, + 40.72351, + 40.71062, + 40.75512, + 40.78451, + 40.70011, + 40.80025, + 40.71278, + 40.68929, + 40.68917, + 40.69003, + 40.85296, + 40.69022, + 40.68927, + 40.69702, + 40.68352, + 40.7052, + 40.69132, + 40.71549, + 40.6854, + 40.7354, + 40.80115, + 40.68667, + 40.65603, + 40.69955, + 40.71373, + 40.7079, + 40.69242, + 40.69715, + 40.70343, + 40.71743, + 40.70803, + 40.72731, + 40.684, + 40.63774, + 40.75513, + 40.71982, + 40.76145, + 40.7055, + 40.75644, + 40.80557, + 40.7795, + 40.70111, + 40.79985, + 40.72218, + 40.69542, + 40.77343, + 40.75989, + 40.74475, + 40.76511, + 40.74674, + 40.67811, + 40.79494, + 40.66594, + 40.68274, + 40.68886, + 40.78856, + 40.71475, + 40.68334, + 40.75932, + 40.81525, + 40.73284, + 40.71061, + 40.74267, + 40.72873, + 40.768, + 40.7151, + 40.7027, + 40.7105, + 40.75526, + 40.75548, + 40.75547, + 40.75165, + 40.7281, + 40.68285, + 40.75245, + 40.77887, + 40.76777, + 40.74553, + 40.70788, + 40.73319, + 40.81993, + 40.7124, + 40.64423, + 40.80266, + 40.72573, + 40.73845, + 40.68499, + 40.63939, + 40.76205, + 40.76127, + 40.70136, + 40.68041, + 40.78143, + 40.6795, + 40.70517, + 40.68967, + 40.80679, + 40.72777, + 40.74318, + 40.66766, + 40.77433, + 40.67658, + 40.70939, + 40.69867, + 40.71248, + 40.68355, + 40.65961, + 40.71826, + 40.72995, + 40.7146, + 40.72845, + 40.72528, + 40.71358, + 40.70956, + 40.72018, + 40.68742, + 40.71349, + 40.75249, + 40.79877, + 40.71977, + 40.72362, + 40.78338, + 40.71697, + 40.68389, + 40.73921, + 40.65845, + 40.75535, + 40.79965, + 40.72176, + 40.77006, + 40.71036, + 40.78222, + 40.75849, + 40.76211, + 40.64277, + 40.80965, + 40.71343, + 40.77914, + 40.67797, + 40.64355, + 40.70128, + 40.80089, + 40.76641, + 40.68372, + 40.71519, + 40.6683, + 40.6682, + 40.73178, + 40.7066, + 40.76391, + 40.71288, + 40.75463, + 40.69262, + 40.70511, + 40.71321, + 40.68326, + 40.67697, + 40.74715, + 40.77569, + 40.82488, + 40.71596, + 40.74693, + 40.80577, + 40.80565, + 40.72095, + 40.7734, + 40.67889, + 40.68791, + 40.80214, + 40.71387, + 40.77795, + 40.77354, + 40.71468, + 40.68358, + 40.69352, + 40.72555, + 40.70788, + 40.79505, + 40.68989, + 40.72504, + 40.76365, + 40.71887, + 40.678, + 40.74513, + 40.73266, + 40.68498, + 40.70015, + 40.70468, + 40.66383, + 40.67211, + 40.8224, + 40.68805, + 40.68971, + 40.84111, + 40.75383, + 40.72853, + 40.6766, + 40.71923, + 40.7043, + 40.62802, + 40.81243, + 40.72057, + 40.77832, + 40.6972, + 40.64438, + 40.85369, + 40.69017, + 40.7713, + 40.76016, + 40.70828, + 40.72784, + 40.71868, + 40.72765, + 40.80204, + 40.85415, + 40.72194, + 40.81476, + 40.69836, + 40.73618, + 40.68167, + 40.75363, + 40.67791, + 40.67065, + 40.64125, + 40.73418, + 40.72255, + 40.67115, + 40.71219, + 40.60926, + 40.82205, + 40.68178, + 40.72847, + 40.70299, + 40.65585, + 40.67743, + 40.6938, + 40.66826, + 40.72681, + 40.74123, + 40.78086, + 40.84328, + 40.72305, + 40.68137, + 40.68632, + 40.69579, + 40.76599, + 40.70995, + 40.82137, + 40.72409, + 40.67073, + 40.67112, + 40.78987, + 40.65106, + 40.75748, + 40.6869, + 40.69449, + 40.67804, + 40.69487, + 40.80801, + 40.79927, + 40.82755, + 40.76086, + 40.77001, + 40.88301, + 40.64077, + 40.85911, + 40.5455, + 40.62841, + 40.76128, + 40.68223, + 40.70309, + 40.7579, + 40.76039, + 40.79512, + 40.81464, + 40.72824, + 40.71413, + 40.72749, + 40.72788, + 40.71078, + 40.6419, + 40.72373, + 40.73435, + 40.6, + 40.7241, + 40.67835, + 40.72948, + 40.86789, + 40.62054, + 40.81959, + 40.68635, + 40.7124, + 40.66916, + 40.81067, + 40.70698, + 40.66889, + 40.6283, + 40.70948, + 40.76502, + 40.73637, + 40.68537, + 40.59836, + 40.71525, + 40.76096, + 40.7347, + 40.73105, + 40.73633, + 40.77188, + 40.67173, + 40.76483, + 40.76137, + 40.73858, + 40.6678, + 40.70866, + 40.68211, + 40.64464, + 40.73305, + 40.85362, + 40.73747, + 40.82523, + 40.76095, + 40.65309, + 40.68121, + 40.67889, + 40.72972, + 40.69902, + 40.72342, + 40.68717, + 40.68043, + 40.62857, + 40.71631, + 40.85338, + 40.77455, + 40.82323, + 40.79061, + 40.74654, + 40.75653, + 40.75093, + 40.7816, + 40.83057, + 40.62257, + 40.72595, + 40.69795, + 40.66616, + 40.73524, + 40.66754, + 40.80285, + 40.82117, + 40.70617, + 40.8272, + 40.78174, + 40.66198, + 40.84707, + 40.71111, + 40.88837, + 40.7452, + 40.68602, + 40.7965, + 40.76307, + 40.7368, + 40.74716, + 40.65774, + 40.66012, + 40.62862, + 40.62868, + 40.74451, + 40.65216, + 40.78583, + 40.67831, + 40.74911, + 40.80582, + 40.76859, + 40.76599, + 40.82244, + 40.63421, + 40.80311, + 40.70054, + 40.83746, + 40.72137, + 40.69067, + 40.63378, + 40.71495, + 40.74501, + 40.68863, + 40.76436, + 40.69371, + 40.79771, + 40.72369, + 40.83368, + 40.77372, + 40.64985, + 40.71599, + 40.76974, + 40.75819, + 40.72403, + 40.71602, + 40.77915, + 40.82939, + 40.68293, + 40.7127, + 40.67416, + 40.71109, + 40.70963, + 40.70928, + 40.7595, + 40.74268, + 40.74592, + 40.71116, + 40.76146, + 40.72625, + 40.72321, + 40.8484, + 40.72696, + 40.76041, + 40.82355, + 40.79879, + 40.66852, + 40.71193, + 40.75273, + 40.71915, + 40.69882, + 40.7034, + 40.73572, + 40.72522, + 40.69181, + 40.67352, + 40.73351, + 40.75711, + 40.71978, + 40.69561, + 40.68255, + 40.65661, + 40.73106, + 40.75548, + 40.80109, + 40.75188, + 40.8022, + 40.84747, + 40.68881, + 40.68942, + 40.70588, + 40.71707, + 40.77697, + 40.7465, + 40.75287, + 40.71175, + 40.72529, + 40.71323, + 40.76615, + 40.76799, + 40.85432, + 40.67501, + 40.71978, + 40.72607, + 40.77564, + 40.72815, + 40.72831, + 40.87126, + 40.8037, + 40.66999, + 40.79866, + 40.70337, + 40.63401, + 40.78465, + 40.76301, + 40.72116, + 40.67307, + 40.7568, + 40.74568, + 40.71924, + 40.7139, + 40.78385, + 40.79893, + 40.67968, + 40.82497, + 40.73983, + 40.74088, + 40.71032, + 40.75763, + 40.74534, + 40.67763, + 40.70727, + 40.68251, + 40.80773, + 40.82725, + 40.68053, + 40.7786, + 40.77875, + 40.72767, + 40.76541, + 40.73798, + 40.69498, + 40.70496, + 40.64685, + 40.77964, + 40.76693, + 40.73809, + 40.69504, + 40.7012, + 40.77843, + 40.76326, + 40.71879, + 40.77532, + 40.71297, + 40.81646, + 40.76404, + 40.71435, + 40.74537, + 40.70374, + 40.63682, + 40.69856, + 40.70145, + 40.80096, + 40.72612, + 40.68426, + 40.7298, + 40.67068, + 40.72027, + 40.64291, + 40.6924, + 40.69472, + 40.77799, + 40.76152, + 40.76436, + 40.7696, + 40.71342, + 40.71369, + 40.75601, + 40.72948, + 40.81773, + 40.71263, + 40.69999, + 40.74041, + 40.72689, + 40.68623, + 40.74026, + 40.75744, + 40.72903, + 40.68793, + 40.72184, + 40.6394, + 40.71383, + 40.8294, + 40.72613, + 40.7851, + 40.71323, + 40.69474, + 40.66406, + 40.75547, + 40.7818, + 40.67677, + 40.68347, + 40.79401, + 40.68821, + 40.69872, + 40.64487, + 40.72904, + 40.7657, + 40.72195, + 40.72792, + 40.74648, + 40.72367, + 40.76366, + 40.68665, + 40.74469, + 40.72361, + 40.74854, + 40.75215, + 40.62419, + 40.65918, + 40.69562, + 40.71179, + 40.7633, + 40.72828, + 40.73248, + 40.77205, + 40.74789, + 40.73464, + 40.65685, + 40.72623, + 40.74068, + 40.75731, + 40.7796, + 40.68498, + 40.68173, + 40.76389, + 40.72271, + 40.67902, + 40.81951, + 40.80255, + 40.60676, + 40.72249, + 40.71894, + 40.68528, + 40.73932, + 40.64697, + 40.72564, + 40.82855, + 40.65869, + 40.71795, + 40.80458, + 40.67649, + 40.72075, + 40.71681, + 40.7148, + 40.64779, + 40.66872, + 40.75589, + 40.72917, + 40.79802, + 40.67455, + 40.67521, + 40.76685, + 40.76517, + 40.73008, + 40.69162, + 40.72756, + 40.69589, + 40.74921, + 40.71764, + 40.67786, + 40.69784, + 40.68879, + 40.71006, + 40.72214, + 40.68552, + 40.81281, + 40.80171, + 40.76258, + 40.76069, + 40.77866, + 40.66301, + 40.67858, + 40.84957, + 40.73977, + 40.73464, + 40.71186, + 40.67912, + 40.77065, + 40.67017, + 40.77127, + 40.71848, + 40.72135, + 40.76914, + 40.7083, + 40.72001, + 40.67916, + 40.65336, + 40.6787, + 40.74073, + 40.67397, + 40.69333, + 40.74262, + 40.72014, + 40.78709, + 40.72781, + 40.72979, + 40.67589, + 40.71872, + 40.70828, + 40.80449, + 40.76643, + 40.71412, + 40.7172, + 40.80316, + 40.72976, + 40.68233, + 40.78406, + 40.7571, + 40.67374, + 40.68222, + 40.75758, + 40.70821, + 40.75167, + 40.70428, + 40.6328, + 40.85289, + 40.677, + 40.85041, + 40.68522, + 40.72714, + 40.82305, + 40.68477, + 40.74766, + 40.78322, + 40.69428, + 40.63461, + 40.69492, + 40.71871, + 40.7936, + 40.75819, + 40.62859, + 40.76707, + 40.74576, + 40.59852, + 40.7316, + 40.68697, + 40.66567, + 40.70498, + 40.67255, + 40.75679, + 40.67376, + 40.66687, + 40.60514, + 40.71151, + 40.75594, + 40.82424, + 40.83401, + 40.76366, + 40.83591, + 40.73842, + 40.77442, + 40.76942, + 40.76414, + 40.71358, + 40.7252, + 40.74491, + 40.67168, + 40.76443, + 40.759, + 40.668, + 40.66882, + 40.85845, + 40.74454, + 40.77114, + 40.68861, + 40.64272, + 40.7229, + 40.7644, + 40.80706, + 40.7599, + 40.84874, + 40.7411, + 40.68978, + 40.74509, + 40.66159, + 40.7553, + 40.76512, + 40.67807, + 40.77858, + 40.79494, + 40.76574, + 40.69473, + 40.8005, + 40.58176, + 40.67475, + 40.73406, + 40.775, + 40.68601, + 40.72143, + 40.74279, + 40.73438, + 40.77243, + 40.7171, + 40.71971, + 40.76302, + 40.66852, + 40.7675, + 40.65949, + 40.82248, + 40.70696, + 40.79699, + 40.72895, + 40.64201, + 40.80093, + 40.71065, + 40.81669, + 40.69053, + 40.80864, + 40.71104, + 40.58599, + 40.65315, + 40.75531, + 40.71341, + 40.70076, + 40.65973, + 40.76612, + 40.80745, + 40.71569, + 40.7569, + 40.73631, + 40.77058, + 40.8186, + 40.77812, + 40.74043, + 40.81132, + 40.72774, + 40.76127, + 40.75618, + 40.82219, + 40.8465, + 40.81146, + 40.67763, + 40.86711, + 40.81925, + 40.73138, + 40.76942, + 40.72604, + 40.75115, + 40.7494, + 40.72613, + 40.74049, + 40.73076, + 40.68928, + 40.71319, + 40.70894, + 40.7182, + 40.84478, + 40.69911, + 40.85311, + 40.67553, + 40.67869, + 40.74433, + 40.70353, + 40.64962, + 40.67778, + 40.70021, + 40.69348, + 40.73046, + 40.86729, + 40.77874, + 40.6775, + 40.6945, + 40.75417, + 40.68003, + 40.76196, + 40.68967, + 40.68078, + 40.70867, + 40.80275, + 40.71591, + 40.75902, + 40.80109, + 40.81057, + 40.7057, + 40.63976, + 40.69036, + 40.70438, + 40.80281, + 40.75606, + 40.70548, + 40.67424, + 40.73563, + 40.69609, + 40.7442, + 40.74867, + 40.73523, + 40.73128, + 40.71292, + 40.7567, + 40.76268, + 40.76455, + 40.78481, + 40.71554, + 40.66586, + 40.79333, + 40.84121, + 40.68691, + 40.73122, + 40.71963, + 40.65685, + 40.67722, + 40.8081, + 40.72922, + 40.70302, + 40.769, + 40.72159, + 40.66089, + 40.72311, + 40.76206, + 40.78698, + 40.69937, + 40.79221, + 40.72549, + 40.74336, + 40.71097, + 40.6802, + 40.67129, + 40.79037, + 40.60597, + 40.68338, + 40.70658, + 40.72337, + 40.68721, + 40.68363, + 40.68549, + 40.76628, + 40.7308, + 40.74197, + 40.81147, + 40.69639, + 40.84444, + 40.80769, + 40.79387, + 40.72704, + 40.68858, + 40.76767, + 40.64272, + 40.72212, + 40.68769, + 40.68561, + 40.76114, + 40.70813, + 40.68313, + 40.68519, + 40.73113, + 40.66943, + 40.69096, + 40.68954, + 40.73743, + 40.80519, + 40.6893, + 40.67853, + 40.75556, + 40.72417, + 40.67381, + 40.73458, + 40.7929, + 40.76941, + 40.76385, + 40.72216, + 40.76262, + 40.71248, + 40.73072, + 40.75085, + 40.70953, + 40.72988, + 40.69933, + 40.65631, + 40.74651, + 40.70883, + 40.73557, + 40.69497, + 40.86689, + 40.74382, + 40.65783, + 40.69883, + 40.76374, + 40.66848, + 40.67052, + 40.72285, + 40.65874, + 40.70554, + 40.72582, + 40.72887, + 40.68846, + 40.76285, + 40.74968, + 40.67603, + 40.87157, + 40.80596, + 40.71855, + 40.78671, + 40.72797, + 40.7069, + 40.6965, + 40.76392, + 40.77688, + 40.79714, + 40.69699, + 40.74339, + 40.82226, + 40.80541, + 40.87709, + 40.75216, + 40.71372, + 40.79212, + 40.77837, + 40.7074, + 40.82494, + 40.72227, + 40.72822, + 40.81491, + 40.70544, + 40.66838, + 40.77757, + 40.75994, + 40.6711, + 40.69846, + 40.72189, + 40.81417, + 40.67668, + 40.7941, + 40.72179, + 40.73262, + 40.74746, + 40.69744, + 40.72217, + 40.67653, + 40.68112, + 40.81425, + 40.66795, + 40.79207, + 40.69451, + 40.74226, + 40.6791, + 40.7382, + 40.70573, + 40.71282, + 40.76263, + 40.74153, + 40.74688, + 40.68587, + 40.69349, + 40.68591, + 40.62251, + 40.72476, + 40.77162, + 40.71454, + 40.6503, + 40.71719, + 40.72024, + 40.65012, + 40.80356, + 40.66141, + 40.76786, + 40.77987, + 40.76783, + 40.76801, + 40.76832, + 40.76942, + 40.72569, + 40.6553, + 40.64469, + 40.6583, + 40.82647, + 40.72566, + 40.76348, + 40.67985, + 40.74387, + 40.66776, + 40.7601, + 40.74637, + 40.68653, + 40.64455, + 40.64595, + 40.72143, + 40.70666, + 40.67851, + 40.75531, + 40.77595, + 40.80101, + 40.68699, + 40.75687, + 40.82325, + 40.5974, + 40.59629, + 40.68713, + 40.74044, + 40.6758, + 40.76066, + 40.69402, + 40.66864, + 40.71223, + 40.69689, + 40.66352, + 40.82705, + 40.74569, + 40.80473, + 40.74463, + 40.78172, + 40.70862, + 40.69502, + 40.75935, + 40.80307, + 40.6863, + 40.80049, + 40.72477, + 40.64601, + 40.74085, + 40.68003, + 40.68654, + 40.64335, + 40.72744, + 40.7154, + 40.68915, + 40.74417, + 40.67867, + 40.7449, + 40.68973, + 40.79405, + 40.81999, + 40.64517, + 40.67037, + 40.76135, + 40.71067, + 40.68466, + 40.68757, + 40.68724, + 40.7268, + 40.72247, + 40.81111, + 40.77762, + 40.79807, + 40.6899, + 40.71623, + 40.75251, + 40.673, + 40.75759, + 40.69989, + 40.7232, + 40.70288, + 40.72614, + 40.70726, + 40.58892, + 40.78487, + 40.72314, + 40.70776, + 40.73139, + 40.71873, + 40.72698, + 40.80093, + 40.73744, + 40.70742, + 40.77739, + 40.77029, + 40.72756, + 40.66869, + 40.65061, + 40.6921, + 40.77188, + 40.71434, + 40.8512, + 40.74208, + 40.68785, + 40.72737, + 40.72038, + 40.70574, + 40.72874, + 40.61201, + 40.81345, + 40.73208, + 40.67867, + 40.79717, + 40.72176, + 40.74977, + 40.86703, + 40.80193, + 40.7737, + 40.71594, + 40.66289, + 40.68532, + 40.65228, + 40.82642, + 40.72246, + 40.66588, + 40.68758, + 40.78972, + 40.75891, + 40.67192, + 40.7837, + 40.74502, + 40.80822, + 40.67089, + 40.73258, + 40.7594, + 40.72517, + 40.71256, + 40.6647, + 40.69709, + 40.75454, + 40.70697, + 40.74495, + 40.85479, + 40.72004, + 40.7834, + 40.71334, + 40.71238, + 40.67852, + 40.69161, + 40.64509, + 40.66086, + 40.83559, + 40.71254, + 40.72162, + 40.69342, + 40.59631, + 40.65422, + 40.67939, + 40.76773, + 40.73164, + 40.76352, + 40.72024, + 40.69045, + 40.72281, + 40.72558, + 40.86444, + 40.70994, + 40.81185, + 40.732, + 40.76717, + 40.67036, + 40.8035, + 40.72742, + 40.68282, + 40.80891, + 40.71544, + 40.66255, + 40.8239, + 40.70535, + 40.75633, + 40.70358, + 40.70107, + 40.73001, + 40.72782, + 40.71665, + 40.72786, + 40.6948, + 40.78419, + 40.70415, + 40.64584, + 40.82673, + 40.73658, + 40.80059, + 40.67106, + 40.70246, + 40.70448, + 40.79311, + 40.79423, + 40.73014, + 40.76295, + 40.78607, + 40.68516, + 40.67594, + 40.8243, + 40.71591, + 40.77038, + 40.7606, + 40.66059, + 40.69824, + 40.83013, + 40.78627, + 40.69587, + 40.70842, + 40.71617, + 40.7281, + 40.68357, + 40.82827, + 40.69417, + 40.81614, + 40.75807, + 40.73833, + 40.69342, + 40.74384, + 40.72402, + 40.67846, + 40.69836, + 40.7356, + 40.71253, + 40.68567, + 40.77549, + 40.75242, + 40.82711, + 40.71381, + 40.76642, + 40.72524, + 40.75911, + 40.72479, + 40.77012, + 40.65838, + 40.74271, + 40.68523, + 40.74526, + 40.77942, + 40.71076, + 40.6673, + 40.75687, + 40.68984, + 40.69907, + 40.84487, + 40.67143, + 40.79779, + 40.73975, + 40.67286, + 40.73533, + 40.7048, + 40.70919, + 40.68481, + 40.71083, + 40.69844, + 40.69885, + 40.74283, + 40.68271, + 40.72525, + 40.73868, + 40.7427, + 40.6845, + 40.80447, + 40.76321, + 40.68201, + 40.84699, + 40.80843, + 40.7662, + 40.68878, + 40.79939, + 40.71984, + 40.74809, + 40.75525, + 40.67342, + 40.76236, + 40.69513, + 40.69927, + 40.76935, + 40.74236, + 40.79724, + 40.72403, + 40.77497, + 40.72603, + 40.74406, + 40.79644, + 40.81686, + 40.72697, + 40.81344, + 40.71846, + 40.70782, + 40.73051, + 40.70269, + 40.7232, + 40.70437, + 40.77616, + 40.7605, + 40.67384, + 40.76579, + 40.82411, + 40.69517, + 40.67652, + 40.8398, + 40.72796, + 40.78107, + 40.74188, + 40.68363, + 40.62402, + 40.76331, + 40.79804, + 40.75505, + 40.75997, + 40.76547, + 40.78179, + 40.74799, + 40.78748, + 40.71292, + 40.68766, + 40.80542, + 40.68356, + 40.7303, + 40.70521, + 40.66249, + 40.72647, + 40.69064, + 40.75855, + 40.77707, + 40.82993, + 40.6569, + 40.76018, + 40.71322, + 40.77431, + 40.68698, + 40.64631, + 40.69436, + 40.69647, + 40.7598, + 40.71964, + 40.64873, + 40.7092, + 40.7602, + 40.70198, + 40.68864, + 40.76416, + 40.71704, + 40.76371, + 40.75546, + 40.75145, + 40.7544, + 40.80874, + 40.71244, + 40.78167, + 40.73318, + 40.68172, + 40.69813, + 40.75474, + 40.76362, + 40.71527, + 40.73297, + 40.76637, + 40.71914, + 40.74784, + 40.77912, + 40.77741, + 40.76063, + 40.74702, + 40.68152, + 40.7131, + 40.75856, + 40.66965, + 40.75261, + 40.80118, + 40.71673, + 40.69975, + 40.70484, + 40.72614, + 40.86617, + 40.64735, + 40.72788, + 40.76375, + 40.66905, + 40.74461, + 40.79355, + 40.66563, + 40.76121, + 40.683, + 40.73469, + 40.68375, + 40.72356, + 40.63066, + 40.67936, + 40.77707, + 40.76639, + 40.72765, + 40.72959, + 40.72347, + 40.74507, + 40.72404, + 40.73438, + 40.69029, + 40.66933, + 40.76046, + 40.74138, + 40.72014, + 40.67815, + 40.61949, + 40.72789, + 40.8228, + 40.76405, + 40.77638, + 40.78397, + 40.77234, + 40.79174, + 40.77944, + 40.64905, + 40.70686, + 40.70801, + 40.68805, + 40.72283, + 40.73936, + 40.77161, + 40.68061, + 40.68423, + 40.70644, + 40.75249, + 40.71269, + 40.79912, + 40.73077, + 40.71692, + 40.72837, + 40.66722, + 40.71846, + 40.81897, + 40.68244, + 40.73274, + 40.71474, + 40.7356, + 40.80157, + 40.73419, + 40.68465, + 40.79259, + 40.72518, + 40.72624, + 40.76354, + 40.71676, + 40.76436, + 40.71377, + 40.66641, + 40.69153, + 40.82287, + 40.79598, + 40.75145, + 40.57808, + 40.72919, + 40.7225, + 40.67263, + 40.71108, + 40.71786, + 40.69122, + 40.72201, + 40.67637, + 40.68047, + 40.83819, + 40.70723, + 40.84465, + 40.87842, + 40.72695, + 40.77751, + 40.7576, + 40.73682, + 40.69306, + 40.66675, + 40.80786, + 40.7915, + 40.81293, + 40.75462, + 40.70491, + 40.71514, + 40.71549, + 40.74198, + 40.71896, + 40.69902, + 40.68534, + 40.7228, + 40.78479, + 40.71294, + 40.71968, + 40.75218, + 40.79273, + 40.71824, + 40.71401, + 40.68137, + 40.73486, + 40.7073, + 40.69223, + 40.66447, + 40.77627, + 40.76483, + 40.74966, + 40.68346, + 40.67578, + 40.71035, + 40.75505, + 40.71806, + 40.67246, + 40.7047, + 40.69545, + 40.72787, + 40.69287, + 40.82339, + 40.86227, + 40.70941, + 40.75511, + 40.78228, + 40.68048, + 40.84864, + 40.72741, + 40.67696, + 40.75103, + 40.74097, + 40.701, + 40.76999, + 40.72711, + 40.719, + 40.83735, + 40.73294, + 40.78074, + 40.72893, + 40.70267, + 40.64603, + 40.76507, + 40.71544, + 40.68503, + 40.775, + 40.74961, + 40.7884, + 40.72096, + 40.72502, + 40.66203, + 40.7069, + 40.75572, + 40.71439, + 40.72847, + 40.70943, + 40.70704, + 40.66289, + 40.71801, + 40.69329, + 40.76854, + 40.73763, + 40.74538, + 40.6947, + 40.65822, + 40.69535, + 40.72314, + 40.68925, + 40.72219, + 40.72667, + 40.78758, + 40.72291, + 40.72528, + 40.79312, + 40.79155, + 40.70973, + 40.76646, + 40.72161, + 40.7196, + 40.76747, + 40.67017, + 40.81176, + 40.7116, + 40.75925, + 40.72339, + 40.8113, + 40.75088, + 40.68215, + 40.74449, + 40.77772, + 40.81443, + 40.74081, + 40.6869, + 40.71271, + 40.73491, + 40.72264, + 40.79224, + 40.79285, + 40.73047, + 40.64577, + 40.75735, + 40.79947, + 40.77668, + 40.68914, + 40.70889, + 40.74379, + 40.71914, + 40.79417, + 40.71787, + 40.69182, + 40.72824, + 40.71133, + 40.66548, + 40.79668, + 40.73319, + 40.79632, + 40.879, + 40.76168, + 40.76534, + 40.71605, + 40.68281, + 40.6491, + 40.67159, + 40.65837, + 40.85945, + 40.80887, + 40.7435, + 40.69856, + 40.87045, + 40.75066, + 40.73129, + 40.5888, + 40.75452, + 40.82402, + 40.73537, + 40.68041, + 40.69994, + 40.77557, + 40.84899, + 40.7158, + 40.66261, + 40.69156, + 40.7197, + 40.76465, + 40.70505, + 40.75114, + 40.72278, + 40.78198, + 40.70383, + 40.71409, + 40.70851, + 40.79733, + 40.74015, + 40.81051, + 40.62186, + 40.68632, + 40.70254, + 40.72117, + 40.79335, + 40.80294, + 40.72104, + 40.76365, + 40.68964, + 40.75732, + 40.83907, + 40.69798, + 40.6846, + 40.7894, + 40.77254, + 40.77813, + 40.75591, + 40.76376, + 40.72419, + 40.76373, + 40.7411, + 40.7388, + 40.68315, + 40.68943, + 40.76355, + 40.68817, + 40.85128, + 40.71028, + 40.79382, + 40.77588, + 40.7206, + 40.68632, + 40.85487, + 40.71174, + 40.72443, + 40.76892, + 40.74404, + 40.66971, + 40.76037, + 40.72484, + 40.724, + 40.82241, + 40.73391, + 40.7121, + 40.8096, + 40.68182, + 40.72675, + 40.78743, + 40.68177, + 40.74163, + 40.80473, + 40.7075, + 40.7713, + 40.67939, + 40.74601, + 40.73683, + 40.78339, + 40.73329, + 40.69395, + 40.78763, + 40.69979, + 40.72911, + 40.76656, + 40.72772, + 40.72615, + 40.68983, + 40.68535, + 40.7161, + 40.59592, + 40.75553, + 40.68735, + 40.71642, + 40.78113, + 40.71124, + 40.72636, + 40.73338, + 40.75823, + 40.66737, + 40.78613, + 40.85068, + 40.77877, + 40.82516, + 40.72311, + 40.71255, + 40.67768, + 40.73431, + 40.74538, + 40.71183, + 40.69585, + 40.81319, + 40.71564, + 40.72145, + 40.76472, + 40.72182, + 40.81041, + 40.78591, + 40.72797, + 40.77281, + 40.70138, + 40.66214, + 40.69035, + 40.7795, + 40.68282, + 40.68023, + 40.70479, + 40.7996, + 40.79351, + 40.84369, + 40.71002, + 40.69372, + 40.72776, + 40.76393, + 40.70864, + 40.71584, + 40.80965, + 40.67252, + 40.72637, + 40.7139, + 40.79478, + 40.6858, + 40.84687, + 40.73302, + 40.74603, + 40.75903, + 40.75826, + 40.70564, + 40.73095, + 40.81297, + 40.65343, + 40.67797, + 40.80211, + 40.71165, + 40.69914, + 40.71848, + 40.75182, + 40.6836, + 40.69544, + 40.75598, + 40.75211, + 40.72292, + 40.66872, + 40.83279, + 40.62924, + 40.67682, + 40.73161, + 40.6847, + 40.7638, + 40.76737, + 40.70766, + 40.73288, + 40.82243, + 40.72689, + 40.72309, + 40.72741, + 40.68481, + 40.70968, + 40.85753, + 40.77685, + 40.72536, + 40.78462, + 40.72396, + 40.67806, + 40.76526, + 40.70725, + 40.68719, + 40.68644, + 40.71171, + 40.71002, + 40.7347, + 40.73837, + 40.70702, + 40.70501, + 40.72286, + 40.65497, + 40.71018, + 40.76689, + 40.80319, + 40.73945, + 40.81376, + 40.72826, + 40.69027, + 40.69745, + 40.71355, + 40.69093, + 40.71218, + 40.72132, + 40.79735, + 40.80542, + 40.85617, + 40.79823, + 40.79886, + 40.76941, + 40.70889, + 40.67483, + 40.78572, + 40.72484, + 40.75762, + 40.68216, + 40.67413, + 40.71425, + 40.84335, + 40.68048, + 40.74556, + 40.76227, + 40.68068, + 40.67939, + 40.7709, + 40.85256, + 40.68795, + 40.71849, + 40.7229, + 40.61605, + 40.78987, + 40.76103, + 40.76251, + 40.67157, + 40.65862, + 40.72363, + 40.70665, + 40.71069, + 40.76866, + 40.76719, + 40.70714, + 40.69002, + 40.75553, + 40.76374, + 40.72011, + 40.77472, + 40.72501, + 40.72058, + 40.69072, + 40.84005, + 40.64801, + 40.79665, + 40.78115, + 40.73068, + 40.70111, + 40.66528, + 40.72704, + 40.74835, + 40.72136, + 40.71142, + 40.76928, + 40.72564, + 40.68965, + 40.72478, + 40.71582, + 40.71927, + 40.86458, + 40.71143, + 40.69009, + 40.71731, + 40.71032, + 40.82292, + 40.69886, + 40.65863, + 40.71752, + 40.72066, + 40.76515, + 40.71259, + 40.66996, + 40.71219, + 40.65221, + 40.76275, + 40.6943, + 40.67228, + 40.80774, + 40.7465, + 40.7157, + 40.68664, + 40.80948, + 40.81246, + 40.73703, + 40.74029, + 40.80536, + 40.73866, + 40.67859, + 40.74755, + 40.67924, + 40.77919, + 40.71668, + 40.67748, + 40.76661, + 40.73684, + 40.74231, + 40.75164, + 40.63984, + 40.68402, + 40.78039, + 40.70641, + 40.81613, + 40.78007, + 40.69276, + 40.69911, + 40.69422, + 40.72097, + 40.75435, + 40.81872, + 40.72546, + 40.68275, + 40.81026, + 40.69338, + 40.80196, + 40.72468, + 40.82458, + 40.67809, + 40.74606, + 40.7171, + 40.79682, + 40.7924, + 40.75452, + 40.67726, + 40.70777, + 40.75429, + 40.88165, + 40.71382, + 40.68125, + 40.66519, + 40.70721, + 40.70831, + 40.68777, + 40.76769, + 40.78495, + 40.72304, + 40.7532, + 40.7261, + 40.70835, + 40.72401, + 40.71984, + 40.74899, + 40.80219, + 40.83625, + 40.74761, + 40.73436, + 40.80508, + 40.66909, + 40.68002, + 40.74361, + 40.6776, + 40.83549, + 40.78095, + 40.79622, + 40.77211, + 40.70436, + 40.75246, + 40.68316, + 40.76406, + 40.6454, + 40.70863, + 40.79651, + 40.74572, + 40.68534, + 40.76108, + 40.70393, + 40.74054, + 40.80838, + 40.68901, + 40.66374, + 40.72888, + 40.67695, + 40.79686, + 40.80263, + 40.70983, + 40.76278, + 40.66145, + 40.68406, + 40.80272, + 40.68545, + 40.68379, + 40.72554, + 40.7659, + 40.79509, + 40.71621, + 40.75697, + 40.72422, + 40.66426, + 40.80464, + 40.68608, + 40.68661, + 40.6424, + 40.73168, + 40.65992, + 40.72043, + 40.68673, + 40.71769, + 40.73857, + 40.66931, + 40.72941, + 40.71322, + 40.7233, + 40.72798, + 40.7276, + 40.61952, + 40.69347, + 40.71205, + 40.73419, + 40.80407, + 40.68781, + 40.76561, + 40.76112, + 40.67629, + 40.78494, + 40.68736, + 40.72316, + 40.70435, + 40.75806, + 40.70433, + 40.74391, + 40.79479, + 40.85, + 40.72459, + 40.72846, + 40.76768, + 40.76923, + 40.76933, + 40.7608, + 40.7718, + 40.63013, + 40.70997, + 40.68986, + 40.70796, + 40.82476, + 40.69218, + 40.71462, + 40.71, + 40.73702, + 40.67632, + 40.70794, + 40.7005, + 40.70633, + 40.73429, + 40.71436, + 40.75328, + 40.74695, + 40.8241, + 40.71211, + 40.75965, + 40.65373, + 40.79499, + 40.75658, + 40.66951, + 40.77849, + 40.76359, + 40.68878, + 40.72912, + 40.81109, + 40.63009, + 40.80023, + 40.6186, + 40.77401, + 40.65326, + 40.68574, + 40.71654, + 40.80562, + 40.71954, + 40.72636, + 40.80012, + 40.74509, + 40.78626, + 40.73713, + 40.69472, + 40.73154, + 40.63573, + 40.80462, + 40.71753, + 40.80246, + 40.76871, + 40.73411, + 40.68762, + 40.73033, + 40.77472, + 40.75251, + 40.68378, + 40.82195, + 40.82569, + 40.74106, + 40.68996, + 40.68382, + 40.68389, + 40.66916, + 40.69565, + 40.66759, + 40.71941, + 40.76675, + 40.7162, + 40.63692, + 40.71009, + 40.76994, + 40.76601, + 40.84504, + 40.88422, + 40.6773, + 40.66001, + 40.73123, + 40.73304, + 40.68792, + 40.80172, + 40.71287, + 40.80463, + 40.69444, + 40.68362, + 40.67762, + 40.74186, + 40.68, + 40.72145, + 40.76278, + 40.68675, + 40.69715, + 40.76496, + 40.7651, + 40.74723, + 40.74285, + 40.59878, + 40.73725, + 40.82347, + 40.74987, + 40.75699, + 40.74826, + 40.83288, + 40.66195, + 40.68788, + 40.64463, + 40.75088, + 40.65923, + 40.70168, + 40.76172, + 40.6744, + 40.76444, + 40.68968, + 40.64962, + 40.72133, + 40.74463, + 40.79989, + 40.69616, + 40.76564, + 40.69351, + 40.72117, + 40.72594, + 40.71702, + 40.71964, + 40.73606, + 40.72082, + 40.79566, + 40.77066, + 40.67693, + 40.72116, + 40.75843, + 40.74178, + 40.76, + 40.80569, + 40.73053, + 40.72038, + 40.74302, + 40.71134, + 40.76553, + 40.68881, + 40.66842, + 40.81656, + 40.7179, + 40.80857, + 40.81788, + 40.74098, + 40.72051, + 40.82749, + 40.72823, + 40.78857, + 40.80027, + 40.72449, + 40.69297, + 40.72484, + 40.79443, + 40.72613, + 40.73157, + 40.64218, + 40.6882, + 40.69917, + 40.69227, + 40.73737, + 40.72212, + 40.7109, + 40.72543, + 40.72107, + 40.7203, + 40.70344, + 40.79331, + 40.69048, + 40.76504, + 40.73333, + 40.76206, + 40.76374, + 40.78641, + 40.80929, + 40.6801, + 40.73577, + 40.87663, + 40.72936, + 40.78389, + 40.70935, + 40.7092, + 40.70357, + 40.83113, + 40.67545, + 40.63565, + 40.66352, + 40.76599, + 40.67836, + 40.69133, + 40.83358, + 40.77594, + 40.6502, + 40.6518, + 40.70669, + 40.68552, + 40.68522, + 40.71691, + 40.82083, + 40.71602, + 40.63661, + 40.83424, + 40.80055, + 40.73809, + 40.76476, + 40.64845, + 40.67735, + 40.64637, + 40.66948, + 40.71162, + 40.72061, + 40.73027, + 40.68124, + 40.73558, + 40.74105, + 40.71712, + 40.79569, + 40.72496, + 40.71611, + 40.66782, + 40.67702, + 40.81949, + 40.67042, + 40.76103, + 40.68581, + 40.73052, + 40.71761, + 40.72745, + 40.85147, + 40.82021, + 40.78818, + 40.69335, + 40.71504, + 40.68768, + 40.69134, + 40.82094, + 40.67377, + 40.73524, + 40.68589, + 40.79113, + 40.71988, + 40.63655, + 40.81602, + 40.67835, + 40.68666, + 40.79827, + 40.79471, + 40.80316, + 40.77507, + 40.82023, + 40.80518, + 40.65411, + 40.77227, + 40.80345, + 40.73455, + 40.66593, + 40.7773, + 40.73352, + 40.7412, + 40.71725, + 40.72265, + 40.77254, + 40.75185, + 40.67176, + 40.76646, + 40.71891, + 40.79197, + 40.7209, + 40.71283, + 40.76875, + 40.72276, + 40.72407, + 40.8, + 40.7609, + 40.76339, + 40.71561, + 40.76223, + 40.69084, + 40.71282, + 40.79617, + 40.72939, + 40.76576, + 40.72955, + 40.72935, + 40.69027, + 40.71776, + 40.74566, + 40.7682, + 40.75287, + 40.76278, + 40.69184, + 40.72248, + 40.6576, + 40.72288, + 40.76681, + 40.81047, + 40.73564, + 40.75134, + 40.71197, + 40.76565, + 40.71907, + 40.67815, + 40.68441, + 40.71819, + 40.8226, + 40.71775, + 40.76385, + 40.72974, + 40.80145, + 40.80761, + 40.71209, + 40.8216, + 40.79502, + 40.70657, + 40.68579, + 40.72688, + 40.75992, + 40.72246, + 40.68259, + 40.76379, + 40.76125, + 40.82391, + 40.72792, + 40.69557, + 40.70179, + 40.67239, + 40.77641, + 40.6733, + 40.68786, + 40.76057, + 40.71481, + 40.74423, + 40.69452, + 40.74195, + 40.72691, + 40.79982, + 40.66817, + 40.70663, + 40.74852, + 40.67534, + 40.69573, + 40.6913, + 40.68752, + 40.69224, + 40.60596, + 40.60666, + 40.72126, + 40.78442, + 40.73393, + 40.77633, + 40.72804, + 40.78333, + 40.70848, + 40.71982, + 40.76487, + 40.68735, + 40.68535, + 40.61634, + 40.68307, + 40.70311, + 40.72451, + 40.69237, + 40.78763, + 40.85509, + 40.82545, + 40.76036, + 40.72464, + 40.71229, + 40.587, + 40.73113, + 40.78528, + 40.68777, + 40.79088, + 40.7088, + 40.76542, + 40.73238, + 40.80638, + 40.73528, + 40.6682, + 40.73307, + 40.66044, + 40.64689, + 40.66112, + 40.66201, + 40.6626, + 40.71032, + 40.72969, + 40.74251, + 40.69923, + 40.81192, + 40.73145, + 40.72608, + 40.68004, + 40.7665, + 40.81536, + 40.7243, + 40.72767, + 40.76482, + 40.71813, + 40.76667, + 40.72612, + 40.71813, + 40.87045, + 40.6882, + 40.68394, + 40.74387, + 40.71454, + 40.70888, + 40.76993, + 40.76704, + 40.76457, + 40.78274, + 40.80728, + 40.75943, + 40.70848, + 40.76064, + 40.75864, + 40.76105, + 40.66854, + 40.70629, + 40.79322, + 40.80383, + 40.74443, + 40.63266, + 40.69431, + 40.72522, + 40.66891, + 40.74612, + 40.68651, + 40.73418, + 40.74501, + 40.75622, + 40.73683, + 40.7201, + 40.63443, + 40.74807, + 40.73637, + 40.76355, + 40.75247, + 40.82976, + 40.70774, + 40.72168, + 40.70419, + 40.72515, + 40.76118, + 40.76678, + 40.8292, + 40.64165, + 40.70079, + 40.71947, + 40.74673, + 40.714, + 40.71811, + 40.76234, + 40.76257, + 40.76429, + 40.7655, + 40.85884, + 40.70021, + 40.76555, + 40.68243, + 40.76702, + 40.76693, + 40.76197, + 40.7385, + 40.74836, + 40.76665, + 40.71801, + 40.6948, + 40.63516, + 40.73081, + 40.76704, + 40.72156, + 40.72049, + 40.78306, + 40.72282, + 40.76566, + 40.75342, + 40.73271, + 40.73194, + 40.72143, + 40.74192, + 40.71632, + 40.67797, + 40.79108, + 40.66555, + 40.79961, + 40.71821, + 40.7484, + 40.65234, + 40.75764, + 40.83021, + 40.7692, + 40.7484, + 40.80489, + 40.81437, + 40.74636, + 40.68496, + 40.7687, + 40.74691, + 40.72522, + 40.72051, + 40.6458, + 40.8185, + 40.77578, + 40.79795, + 40.64604, + 40.67946, + 40.70844, + 40.77789, + 40.78366, + 40.8004, + 40.73739, + 40.71374, + 40.80519, + 40.73434, + 40.71844, + 40.72626, + 40.75342, + 40.73036, + 40.8235, + 40.73007, + 40.76109, + 40.72791, + 40.71759, + 40.68336, + 40.72738, + 40.7415, + 40.71432, + 40.69283, + 40.66184, + 40.68538, + 40.66896, + 40.80756, + 40.68974, + 40.72964, + 40.65433, + 40.71578, + 40.71569, + 40.70422, + 40.73383, + 40.71401, + 40.65586, + 40.6809, + 40.68125, + 40.76684, + 40.66249, + 40.65353, + 40.7138, + 40.70293, + 40.73036, + 40.73926, + 40.70728, + 40.71255, + 40.7202, + 40.7049, + 40.7274, + 40.644, + 40.74807, + 40.75578, + 40.67621, + 40.69924, + 40.71147, + 40.71896, + 40.68389, + 40.71081, + 40.73271, + 40.82198, + 40.65986, + 40.6894, + 40.71269, + 40.59195, + 40.72143, + 40.66565, + 40.67264, + 40.78929, + 40.69353, + 40.70749, + 40.81218, + 40.66495, + 40.68608, + 40.67902, + 40.78048, + 40.76453, + 40.76625, + 40.76542, + 40.74892, + 40.74909, + 40.69525, + 40.70926, + 40.66557, + 40.76046, + 40.66086, + 40.74676, + 40.6793, + 40.86615, + 40.78148, + 40.74024, + 40.78469, + 40.71817, + 40.71521, + 40.68247, + 40.69345, + 40.71192, + 40.76322, + 40.68818, + 40.71908, + 40.69261, + 40.76443, + 40.70896, + 40.72778, + 40.69233, + 40.67565, + 40.71607, + 40.74238, + 40.71104, + 40.71282, + 40.73343, + 40.79111, + 40.82011, + 40.78614, + 40.71748, + 40.70249, + 40.74767, + 40.7439, + 40.77481, + 40.77168, + 40.81508, + 40.82042, + 40.67665, + 40.67758, + 40.68715, + 40.77878, + 40.71901, + 40.70431, + 40.76481, + 40.80541, + 40.66719, + 40.72571, + 40.72003, + 40.73342, + 40.73299, + 40.77623, + 40.76455, + 40.7859, + 40.70986, + 40.64722, + 40.82502, + 40.6465, + 40.72537, + 40.72722, + 40.64682, + 40.76276, + 40.73491, + 40.75606, + 40.71854, + 40.71689, + 40.72431, + 40.7237, + 40.68808, + 40.72504, + 40.74071, + 40.75927, + 40.77208, + 40.7939, + 40.66588, + 40.76059, + 40.68945, + 40.76248, + 40.64295, + 40.76498, + 40.78364, + 40.73882, + 40.68624, + 40.75024, + 40.70852, + 40.73105, + 40.74604, + 40.83, + 40.82362, + 40.75199, + 40.71532, + 40.7933, + 40.71841, + 40.65134, + 40.68076, + 40.71858, + 40.72788, + 40.71638, + 40.70973, + 40.6735, + 40.67955, + 40.8046, + 40.76273, + 40.7756, + 40.73048, + 40.73927, + 40.70352, + 40.72336, + 40.71346, + 40.72658, + 40.67665, + 40.76019, + 40.68636, + 40.80085, + 40.76406, + 40.68357, + 40.76438, + 40.78347, + 40.64881, + 40.68512, + 40.78239, + 40.76047, + 40.71742, + 40.83034, + 40.85139, + 40.74622, + 40.83403, + 40.7993, + 40.78146, + 40.82501, + 40.68353, + 40.74963, + 40.71237, + 40.71993, + 40.71273, + 40.72173, + 40.71814, + 40.85292, + 40.65871, + 40.75093, + 40.80137, + 40.70998, + 40.74908, + 40.75065, + 40.71835, + 40.74906, + 40.74711, + 40.74537, + 40.75836, + 40.74677, + 40.71557, + 40.74676, + 40.76316, + 40.74495, + 40.74672, + 40.8686, + 40.72324, + 40.7167, + 40.70623, + 40.6824, + 40.6781, + 40.73628, + 40.82909, + 40.69966, + 40.73004, + 40.68731, + 40.67694, + 40.71074, + 40.79546, + 40.75161, + 40.69791, + 40.72799, + 40.75221, + 40.82203, + 40.79072, + 40.76458, + 40.69425, + 40.71504, + 40.73652, + 40.77668, + 40.71686, + 40.71474, + 40.76262, + 40.76501, + 40.80483, + 40.72515, + 40.80195, + 40.78866, + 40.76244, + 40.71049, + 40.72913, + 40.70872, + 40.68851, + 40.70136, + 40.76343, + 40.78352, + 40.77845, + 40.72762, + 40.69676, + 40.6698, + 40.71777, + 40.74135, + 40.69998, + 40.80681, + 40.74845, + 40.86569, + 40.72809, + 40.72917, + 40.72717, + 40.79586, + 40.72734, + 40.72627, + 40.75164, + 40.75828, + 40.72434, + 40.74556, + 40.81184, + 40.71686, + 40.72088, + 40.71316, + 40.68399, + 40.7666, + 40.68968, + 40.73839, + 40.82364, + 40.77292, + 40.74444, + 40.74396, + 40.73226, + 40.76206, + 40.71741, + 40.72766, + 40.71229, + 40.66409, + 40.72829, + 40.69455, + 40.82915, + 40.73482, + 40.76805, + 40.82624, + 40.64041, + 40.71575, + 40.82353, + 40.72655, + 40.70938, + 40.69459, + 40.7287, + 40.62259, + 40.66218, + 40.72778, + 40.74967, + 40.82083, + 40.7278, + 40.71924, + 40.73719, + 40.73454, + 40.68678, + 40.72888, + 40.72321, + 40.79954, + 40.72712, + 40.72238, + 40.67023, + 40.71274, + 40.67163, + 40.68869, + 40.65132, + 40.6943, + 40.67154, + 40.69453, + 40.67617, + 40.71742, + 40.714, + 40.81566, + 40.68273, + 40.7986, + 40.79616, + 40.7612, + 40.67105, + 40.68729, + 40.82697, + 40.73326, + 40.72697, + 40.68843, + 40.80082, + 40.6896, + 40.68984, + 40.6965, + 40.7863, + 40.68886, + 40.73462, + 40.63066, + 40.69176, + 40.71193, + 40.80986, + 40.71139, + 40.71171, + 40.73956, + 40.72845, + 40.73191, + 40.80729, + 40.82753, + 40.68124, + 40.73076, + 40.82069, + 40.82232, + 40.76266, + 40.76039, + 40.74156, + 40.67176, + 40.7313, + 40.72962, + 40.72034, + 40.74577, + 40.71936, + 40.71119, + 40.68666, + 40.70348, + 40.76947, + 40.74856, + 40.74201, + 40.68513, + 40.71756, + 40.62391, + 40.67622, + 40.7271, + 40.7184, + 40.66939, + 40.74181, + 40.72597, + 40.76256, + 40.85064, + 40.67114, + 40.73321, + 40.69611, + 40.73061, + 40.67418, + 40.69802, + 40.73009, + 40.76407, + 40.77836, + 40.6774, + 40.67762, + 40.72485, + 40.78778, + 40.65382, + 40.71886, + 40.74091, + 40.71276, + 40.7452, + 40.75939, + 40.72354, + 40.76427, + 40.68485, + 40.75979, + 40.68539, + 40.72097, + 40.71975, + 40.72288, + 40.83871, + 40.72152, + 40.73046, + 40.72063, + 40.74441, + 40.76372, + 40.69508, + 40.68353, + 40.80197, + 40.70987, + 40.83379, + 40.73182, + 40.69566, + 40.80057, + 40.79945, + 40.79865, + 40.80926, + 40.71351, + 40.74157, + 40.7664, + 40.7178, + 40.71615, + 40.73375, + 40.79933, + 40.72423, + 40.82774, + 40.77575, + 40.72308, + 40.72435, + 40.7937, + 40.68358, + 40.74953, + 40.72148, + 40.69503, + 40.77349, + 40.7394, + 40.72747, + 40.68594, + 40.72888, + 40.7456, + 40.68142, + 40.76374, + 40.72542, + 40.72774, + 40.73713, + 40.71275, + 40.75763, + 40.79637, + 40.7276, + 40.7191, + 40.72314, + 40.79739, + 40.70524, + 40.73618, + 40.7213, + 40.72895, + 40.60755, + 40.75658, + 40.70491, + 40.80348, + 40.69145, + 40.70379, + 40.79437, + 40.72919, + 40.72888, + 40.69392, + 40.68025, + 40.67174, + 40.79805, + 40.71552, + 40.7075, + 40.72828, + 40.82914, + 40.85592, + 40.69143, + 40.79958, + 40.72299, + 40.67851, + 40.71367, + 40.76722, + 40.70512, + 40.74674, + 40.71215, + 40.69112, + 40.67875, + 40.77026, + 40.70352, + 40.71757, + 40.7533, + 40.76951, + 40.80114, + 40.74392, + 40.7344, + 40.794, + 40.76882, + 40.83, + 40.68007, + 40.6945, + 40.69387, + 40.77791, + 40.62586, + 40.80107, + 40.76544, + 40.79544, + 40.63267, + 40.79534, + 40.70503, + 40.72946, + 40.7631, + 40.73008, + 40.74729, + 40.68851, + 40.6641, + 40.69688, + 40.73133, + 40.65568, + 40.7492, + 40.80033, + 40.73728, + 40.71334, + 40.74443, + 40.7662, + 40.65108, + 40.67035, + 40.69454, + 40.76124, + 40.74666, + 40.71742, + 40.76166, + 40.83473, + 40.66671, + 40.75686, + 40.6729, + 40.6642, + 40.69675, + 40.71523, + 40.69171, + 40.70635, + 40.70154, + 40.78273, + 40.63177, + 40.81052, + 40.76214, + 40.7126, + 40.67146, + 40.66622, + 40.72738, + 40.70727, + 40.7609, + 40.76577, + 40.64543, + 40.67473, + 40.79366, + 40.76646, + 40.73352, + 40.61042, + 40.7388, + 40.71702, + 40.76464, + 40.62296, + 40.78464, + 40.6081, + 40.59607, + 40.7776, + 40.71386, + 40.74701, + 40.80338, + 40.75691, + 40.68203, + 40.68281, + 40.78593, + 40.70161, + 40.81667, + 40.68274, + 40.66404, + 40.71042, + 40.64316, + 40.6627, + 40.82042, + 40.64396, + 40.69288, + 40.67357, + 40.67607, + 40.76322, + 40.68507, + 40.75295, + 40.76195, + 40.68574, + 40.78703, + 40.75619, + 40.80621, + 40.71081, + 40.78162, + 40.79121, + 40.69379, + 40.8471, + 40.64569, + 40.74234, + 40.67843, + 40.70764, + 40.72156, + 40.82317, + 40.75168, + 40.69267, + 40.85598, + 40.79346, + 40.68086, + 40.68545, + 40.77467, + 40.84721, + 40.59606, + 40.69724, + 40.73555, + 40.67434, + 40.81015, + 40.72551, + 40.76367, + 40.62317, + 40.82377, + 40.78165, + 40.75427, + 40.85143, + 40.79939, + 40.6765, + 40.68676, + 40.78986, + 40.80076, + 40.71288, + 40.82284, + 40.76824, + 40.66932, + 40.67741, + 40.67785, + 40.68746, + 40.6858, + 40.77651, + 40.6695, + 40.71424, + 40.76301, + 40.77673, + 40.69177, + 40.67905, + 40.67433, + 40.69358, + 40.74673, + 40.81388, + 40.6732, + 40.67992, + 40.8379, + 40.74651, + 40.74609, + 40.79988, + 40.72174, + 40.74357, + 40.72508, + 40.68597, + 40.6863, + 40.72211, + 40.78923, + 40.69507, + 40.68444, + 40.71141, + 40.71436, + 40.69317, + 40.65003, + 40.73144, + 40.67778, + 40.70526, + 40.66386, + 40.73013, + 40.69414, + 40.71863, + 40.73968, + 40.74796, + 40.67991, + 40.68413, + 40.71077, + 40.72025, + 40.69995, + 40.68805, + 40.67008, + 40.7457, + 40.79037, + 40.73345, + 40.72265, + 40.69886, + 40.71156, + 40.76343, + 40.64465, + 40.71489, + 40.76771, + 40.68797, + 40.68665, + 40.79141, + 40.71855, + 40.71966, + 40.73562, + 40.76486, + 40.71892, + 40.61465, + 40.69363, + 40.72647, + 40.67833, + 40.68379, + 40.7327, + 40.81699, + 40.67887, + 40.71578, + 40.77686, + 40.73466, + 40.71419, + 40.72768, + 40.70086, + 40.75126, + 40.71934, + 40.69433, + 40.82021, + 40.71986, + 40.80985, + 40.71319, + 40.69693, + 40.71852, + 40.80639, + 40.69664, + 40.65398, + 40.69808, + 40.83953, + 40.88808, + 40.68606, + 40.68168, + 40.66564, + 40.64953, + 40.74751, + 40.74896, + 40.74973, + 40.66388, + 40.72315, + 40.71957, + 40.79783, + 40.71852, + 40.74398, + 40.76859, + 40.65436, + 40.70017, + 40.71632, + 40.67104, + 40.75869, + 40.72709, + 40.85823, + 40.73492, + 40.76574, + 40.60077, + 40.72302, + 40.7832, + 40.76278, + 40.86818, + 40.68709, + 40.68577, + 40.71886, + 40.67546, + 40.72948, + 40.79004, + 40.74399, + 40.70206, + 40.69366, + 40.68858, + 40.76165, + 40.76696, + 40.67626, + 40.71402, + 40.69913, + 40.74286, + 40.76705, + 40.68449, + 40.67895, + 40.79182, + 40.74775, + 40.81306, + 40.72963, + 40.67094, + 40.78271, + 40.79753, + 40.72834, + 40.83338, + 40.82385, + 40.7264, + 40.78975, + 40.75009, + 40.69406, + 40.7299, + 40.7235, + 40.69367, + 40.72997, + 40.72566, + 40.68895, + 40.70687, + 40.68706, + 40.73331, + 40.73557, + 40.68645, + 40.68591, + 40.83113, + 40.73988, + 40.71991, + 40.69447, + 40.68018, + 40.67283, + 40.75951, + 40.72853, + 40.80734, + 40.7172, + 40.64875, + 40.70777, + 40.68983, + 40.74666, + 40.71987, + 40.76467, + 40.70732, + 40.71532, + 40.70692, + 40.71906, + 40.6651, + 40.825, + 40.71412, + 40.71448, + 40.68928, + 40.80512, + 40.69032, + 40.76952, + 40.69349, + 40.71362, + 40.67225, + 40.7408, + 40.68811, + 40.72843, + 40.70158, + 40.60951, + 40.6668, + 40.6764, + 40.74706, + 40.57411, + 40.67897, + 40.67689, + 40.68616, + 40.755, + 40.74102, + 40.76295, + 40.77032, + 40.80708, + 40.77929, + 40.8027, + 40.69506, + 40.6859, + 40.66791, + 40.79013, + 40.7441, + 40.75427, + 40.74976, + 40.68678, + 40.80387, + 40.64295, + 40.83723, + 40.79886, + 40.66938, + 40.75685, + 40.77524, + 40.72396, + 40.69892, + 40.78231, + 40.75666, + 40.61155, + 40.75645, + 40.70788, + 40.65412, + 40.65603, + 40.86912, + 40.73058, + 40.81535, + 40.80523, + 40.64179, + 40.80097, + 40.7276, + 40.68256, + 40.71507, + 40.72553, + 40.67755, + 40.7653, + 40.83865, + 40.70123, + 40.69887, + 40.71455, + 40.64945, + 40.73242, + 40.697, + 40.7794, + 40.7388, + 40.71287, + 40.76446, + 40.67706, + 40.86679, + 40.74237, + 40.72112, + 40.64205, + 40.67631, + 40.68696, + 40.6803, + 40.64266, + 40.72215, + 40.72523, + 40.79816, + 40.6643, + 40.79018, + 40.682, + 40.73539, + 40.72999, + 40.88777, + 40.76061, + 40.73804, + 40.75279, + 40.71504, + 40.76797, + 40.6936, + 40.68995, + 40.76175, + 40.77141, + 40.74095, + 40.75981, + 40.76189, + 40.76443, + 40.83365, + 40.76504, + 40.5903, + 40.6713, + 40.73462, + 40.82903, + 40.80554, + 40.71823, + 40.6837, + 40.71113, + 40.80526, + 40.71331, + 40.65846, + 40.64528, + 40.73303, + 40.71327, + 40.74358, + 40.67039, + 40.65058, + 40.79176, + 40.7462, + 40.64681, + 40.76407, + 40.7869, + 40.80806, + 40.76636, + 40.7276, + 40.75979, + 40.6074, + 40.76371, + 40.72381, + 40.67393, + 40.77567, + 40.66323, + 40.68542, + 40.7254, + 40.68729, + 40.81389, + 40.7178, + 40.73117, + 40.66686, + 40.86553, + 40.72088, + 40.66101, + 40.70007, + 40.70807, + 40.72891, + 40.74662, + 40.71377, + 40.77949, + 40.70528, + 40.68403, + 40.70642, + 40.67204, + 40.70373, + 40.73967, + 40.72639, + 40.72689, + 40.68446, + 40.6725, + 40.7297, + 40.6786, + 40.70516, + 40.49979, + 40.7054, + 40.71074, + 40.71414, + 40.71716, + 40.75299, + 40.81195, + 40.65791, + 40.83525, + 40.85612, + 40.6887, + 40.72005, + 40.60729, + 40.65123, + 40.62361, + 40.77516, + 40.68584, + 40.80732, + 40.83625, + 40.70384, + 40.6869, + 40.75293, + 40.64553, + 40.6884, + 40.72633, + 40.76327, + 40.77774, + 40.67529, + 40.80283, + 40.76309, + 40.803, + 40.75055, + 40.68926, + 40.68683, + 40.71786, + 40.71319, + 40.77617, + 40.75598, + 40.6607, + 40.70094, + 40.72527, + 40.68585, + 40.81223, + 40.76438, + 40.8506, + 40.65627, + 40.65636, + 40.73303, + 40.82289, + 40.7487, + 40.7386, + 40.79929, + 40.72931, + 40.79277, + 40.77035, + 40.64751, + 40.72272, + 40.70985, + 40.83117, + 40.72965, + 40.70128, + 40.76364, + 40.80257, + 40.79583, + 40.81794, + 40.64145, + 40.66324, + 40.65188, + 40.76382, + 40.70286, + 40.6344, + 40.72221, + 40.72387, + 40.8263, + 40.71731, + 40.70684, + 40.6735, + 40.88214, + 40.69187, + 40.72663, + 40.79226, + 40.67734, + 40.68636, + 40.82561, + 40.82332, + 40.76254, + 40.82765, + 40.66209, + 40.75862, + 40.66252, + 40.6811, + 40.72147, + 40.78116, + 40.71628, + 40.76366, + 40.68389, + 40.72729, + 40.69449, + 40.74129, + 40.71781, + 40.74219, + 40.63649, + 40.70532, + 40.76802, + 40.67754, + 40.84901, + 40.72808, + 40.72761, + 40.74815, + 40.7598, + 40.82564, + 40.67824, + 40.76101, + 40.68443, + 40.73939, + 40.67156, + 40.87223, + 40.68366, + 40.74514, + 40.72794, + 40.68627, + 40.7169, + 40.68121, + 40.66227, + 40.7341, + 40.72104, + 40.65993, + 40.70818, + 40.71187, + 40.74214, + 40.80735, + 40.66355, + 40.80771, + 40.71884, + 40.70131, + 40.75774, + 40.78119, + 40.81238, + 40.76355, + 40.79736, + 40.64261, + 40.7264, + 40.73134, + 40.76726, + 40.75912, + 40.76578, + 40.78482, + 40.75957, + 40.76163, + 40.73144, + 40.69257, + 40.73788, + 40.71567, + 40.78731, + 40.70673, + 40.80129, + 40.73816, + 40.69308, + 40.84393, + 40.84411, + 40.70925, + 40.83135, + 40.72118, + 40.66483, + 40.69458, + 40.67415, + 40.64779, + 40.79733, + 40.69712, + 40.73562, + 40.6785, + 40.68673, + 40.71725, + 40.73198, + 40.82645, + 40.68652, + 40.79014, + 40.71813, + 40.75744, + 40.66841, + 40.69731, + 40.72683, + 40.70606, + 40.82546, + 40.73427, + 40.74523, + 40.76198, + 40.83219, + 40.58571, + 40.69155, + 40.67153, + 40.89694, + 40.68437, + 40.67989, + 40.66473, + 40.65895, + 40.69995, + 40.71119, + 40.74545, + 40.79191, + 40.67963, + 40.71874, + 40.68675, + 40.87556, + 40.71323, + 40.80586, + 40.7591, + 40.7113, + 40.6881, + 40.68642, + 40.80288, + 40.73201, + 40.78, + 40.69032, + 40.74389, + 40.71617, + 40.75332, + 40.74544, + 40.67923, + 40.71987, + 40.69823, + 40.76162, + 40.65505, + 40.75925, + 40.71312, + 40.76792, + 40.6774, + 40.72438, + 40.7359, + 40.68498, + 40.75577, + 40.72196, + 40.71327, + 40.69931, + 40.67981, + 40.73598, + 40.67305, + 40.82345, + 40.73455, + 40.7318, + 40.67502, + 40.66727, + 40.72003, + 40.79481, + 40.68567, + 40.715, + 40.82485, + 40.71862, + 40.73386, + 40.67801, + 40.67327, + 40.75771, + 40.73618, + 40.71894, + 40.675, + 40.86609, + 40.71319, + 40.69585, + 40.77837, + 40.66275, + 40.72282, + 40.76626, + 40.67648, + 40.69967, + 40.76096, + 40.72814, + 40.79101, + 40.76015, + 40.75266, + 40.76112, + 40.72434, + 40.68472, + 40.85585, + 40.73268, + 40.70647, + 40.71554, + 40.79606, + 40.82731, + 40.70346, + 40.7357, + 40.67788, + 40.77416, + 40.72224, + 40.68354, + 40.83336, + 40.73292, + 40.68556, + 40.77616, + 40.76508, + 40.68018, + 40.70192, + 40.7066, + 40.69488, + 40.72814, + 40.69062, + 40.80296, + 40.66143, + 40.74322, + 40.79589, + 40.77511, + 40.73313, + 40.64495, + 40.86083, + 40.67771, + 40.73157, + 40.73235, + 40.76821, + 40.69873, + 40.70821, + 40.86761, + 40.72152, + 40.88599, + 40.76796, + 40.71259, + 40.69585, + 40.71055, + 40.73733, + 40.76658, + 40.7328, + 40.68079, + 40.7651, + 40.69033, + 40.86679, + 40.72048, + 40.78626, + 40.70969, + 40.76898, + 40.86313, + 40.71175, + 40.79153, + 40.70515, + 40.68963, + 40.69607, + 40.73469, + 40.81357, + 40.71987, + 40.717, + 40.7106, + 40.76189, + 40.64181, + 40.73546, + 40.68073, + 40.79191, + 40.76179, + 40.72916, + 40.81696, + 40.69783, + 40.68164, + 40.85324, + 40.69627, + 40.67893, + 40.81312, + 40.70718, + 40.77271, + 40.79766, + 40.7695, + 40.68789, + 40.81633, + 40.6848, + 40.72555, + 40.7213, + 40.67941, + 40.72347, + 40.74721, + 40.70223, + 40.80761, + 40.67948, + 40.71905, + 40.66216, + 40.72201, + 40.79736, + 40.77349, + 40.71097, + 40.69586, + 40.70723, + 40.75225, + 40.6885, + 40.75179, + 40.72793, + 40.74448, + 40.71016, + 40.70425, + 40.75106, + 40.73682, + 40.70679, + 40.7416, + 40.71523, + 40.68285, + 40.67283, + 40.73117, + 40.82044, + 40.79804, + 40.8006, + 40.67937, + 40.76241, + 40.74859, + 40.75579, + 40.71004, + 40.67834, + 40.71745, + 40.74308, + 40.77327, + 40.77137, + 40.73982, + 40.77661, + 40.69462, + 40.82283, + 40.73642, + 40.8042, + 40.72306, + 40.73133, + 40.68623, + 40.82195, + 40.6758, + 40.7437, + 40.69322, + 40.73958, + 40.68647, + 40.75994, + 40.70563, + 40.72526, + 40.76071, + 40.76279, + 40.76144, + 40.72132, + 40.71213, + 40.81575, + 40.67677, + 40.72474, + 40.79576, + 40.7989, + 40.80136, + 40.72697, + 40.69165, + 40.68165, + 40.68701, + 40.67884, + 40.73994, + 40.81086, + 40.70017, + 40.75321, + 40.73884, + 40.69483, + 40.72225, + 40.76584, + 40.8285, + 40.87665, + 40.75066, + 40.80792, + 40.65976, + 40.74573, + 40.78838, + 40.77156, + 40.68674, + 40.66391, + 40.7604, + 40.68084, + 40.80187, + 40.69277, + 40.74852, + 40.88058, + 40.74549, + 40.80752, + 40.78222, + 40.66397, + 40.68962, + 40.82334, + 40.77287, + 40.83038, + 40.76687, + 40.6718, + 40.7939, + 40.75921, + 40.67634, + 40.71659, + 40.71946, + 40.79712, + 40.7219, + 40.75485, + 40.7339, + 40.67578, + 40.78687, + 40.62637, + 40.67509, + 40.79922, + 40.70997, + 40.74161, + 40.66052, + 40.76973, + 40.72005, + 40.72895, + 40.76991, + 40.72705, + 40.8348, + 40.84077, + 40.71713, + 40.84098, + 40.71556, + 40.68692, + 40.74512, + 40.7653, + 40.67764, + 40.71931, + 40.70273, + 40.74493, + 40.63974, + 40.64885, + 40.76035, + 40.81032, + 40.68174, + 40.69413, + 40.79504, + 40.77587, + 40.71351, + 40.77505, + 40.77872, + 40.67667, + 40.75453, + 40.7471, + 40.74118, + 40.6756, + 40.76769, + 40.77697, + 40.66258, + 40.67525, + 40.72983, + 40.71112, + 40.74644, + 40.76964, + 40.71526, + 40.70024, + 40.74969, + 40.80147, + 40.74342, + 40.72367, + 40.67075, + 40.69531, + 40.7138, + 40.69287, + 40.69549, + 40.70395, + 40.81045, + 40.78638, + 40.68165, + 40.75438, + 40.71308, + 40.85043, + 40.79795, + 40.79908, + 40.71303, + 40.79828, + 40.6717, + 40.71117, + 40.74596, + 40.7455, + 40.61731, + 40.76105, + 40.71826, + 40.67169, + 40.71469, + 40.75615, + 40.75505, + 40.74754, + 40.78465, + 40.76714, + 40.71854, + 40.76485, + 40.70878, + 40.7906, + 40.68023, + 40.70357, + 40.71222, + 40.68792, + 40.71885, + 40.74296, + 40.69019, + 40.73737, + 40.74742, + 40.75573, + 40.70589, + 40.77107, + 40.76406, + 40.83122, + 40.71957, + 40.74053, + 40.65959, + 40.7364, + 40.68874, + 40.68465, + 40.77536, + 40.77123, + 40.83463, + 40.7687, + 40.64583, + 40.67815, + 40.84398, + 40.9008, + 40.84326, + 40.69868, + 40.84248, + 40.8481, + 40.72868, + 40.71936, + 40.8787, + 40.7307, + 40.76453, + 40.81377, + 40.73955, + 40.68486, + 40.80306, + 40.713, + 40.68112, + 40.72093, + 40.78126, + 40.75688, + 40.76049, + 40.72818, + 40.83441, + 40.75605, + 40.71228, + 40.80069, + 40.75589, + 40.64841, + 40.7588, + 40.70478, + 40.67727, + 40.69207, + 40.71762, + 40.72191, + 40.8183, + 40.67553, + 40.77933, + 40.69165, + 40.73458, + 40.63052, + 40.72005, + 40.71976, + 40.72616, + 40.78629, + 40.80797, + 40.58587, + 40.77687, + 40.78833, + 40.7318, + 40.69789, + 40.67821, + 40.7783, + 40.77688, + 40.74021, + 40.7824, + 40.74866, + 40.72227, + 40.85139, + 40.71674, + 40.77654, + 40.72435, + 40.71555, + 40.69144, + 40.68205, + 40.72025, + 40.67031, + 40.68795, + 40.76087, + 40.69473, + 40.75977, + 40.64997, + 40.70998, + 40.76798, + 40.82442, + 40.72573, + 40.78002, + 40.71588, + 40.70153, + 40.68353, + 40.77609, + 40.64188, + 40.6876, + 40.77889, + 40.72428, + 40.67061, + 40.71765, + 40.76207, + 40.74168, + 40.72223, + 40.74044, + 40.73082, + 40.7258, + 40.79469, + 40.8284, + 40.81327, + 40.75705, + 40.85029, + 40.75926, + 40.76711, + 40.74297, + 40.81613, + 40.69014, + 40.8249, + 40.69862, + 40.72522, + 40.67073, + 40.77559, + 40.70666, + 40.75639, + 40.77034, + 40.75892, + 40.72138, + 40.71813, + 40.73405, + 40.73586, + 40.69388, + 40.76235, + 40.62375, + 40.75754, + 40.75387, + 40.74128, + 40.8199, + 40.75573, + 40.57891, + 40.672, + 40.66736, + 40.6954, + 40.72941, + 40.72815, + 40.69172, + 40.6913, + 40.69164, + 40.82066, + 40.79945, + 40.73949, + 40.70663, + 40.74517, + 40.82884, + 40.77815, + 40.72547, + 40.76226, + 40.66898, + 40.67091, + 40.66156, + 40.81778, + 40.76452, + 40.77826, + 40.83155, + 40.84443, + 40.73573, + 40.68706, + 40.74773, + 40.8014, + 40.65799, + 40.57844, + 40.76792, + 40.65842, + 40.68265, + 40.80109, + 40.68407, + 40.67228, + 40.75561, + 40.78226, + 40.67386, + 40.66485, + 40.77189, + 40.82443, + 40.68906, + 40.69006, + 40.66873, + 40.72295, + 40.81118, + 40.71118, + 40.76079, + 40.69414, + 40.66162, + 40.74624, + 40.73892, + 40.78484, + 40.69931, + 40.75631, + 40.68912, + 40.76969, + 40.68738, + 40.6559, + 40.82325, + 40.73755, + 40.66429, + 40.6311, + 40.66432, + 40.78583, + 40.7566, + 40.74341, + 40.72049, + 40.74025, + 40.67237, + 40.66146, + 40.77727, + 40.79622, + 40.70544, + 40.689, + 40.79533, + 40.83039, + 40.74356, + 40.70523, + 40.73065, + 40.74381, + 40.64225, + 40.81616, + 40.70807, + 40.72852, + 40.74156, + 40.72099, + 40.69796, + 40.71079, + 40.71111, + 40.74392, + 40.82403, + 40.73062, + 40.76362, + 40.87925, + 40.76072, + 40.78967, + 40.68125, + 40.72804, + 40.73354, + 40.65146, + 40.66275, + 40.80029, + 40.77248, + 40.69178, + 40.82247, + 40.76078, + 40.86087, + 40.70211, + 40.77384, + 40.70578, + 40.73987, + 40.76487, + 40.63672, + 40.81487, + 40.73146, + 40.79556, + 40.71283, + 40.66952, + 40.70518, + 40.72093, + 40.80678, + 40.69175, + 40.63397, + 40.686, + 40.67765, + 40.72671, + 40.67958, + 40.83288, + 40.67807, + 40.71893, + 40.79466, + 40.70375, + 40.72064, + 40.67832, + 40.71178, + 40.68762, + 40.76594, + 40.78079, + 40.73178, + 40.64117, + 40.68285, + 40.7024, + 40.70328, + 40.80012, + 40.63549, + 40.70878, + 40.72289, + 40.67549, + 40.71541, + 40.78825, + 40.80403, + 40.72548, + 40.75519, + 40.72175, + 40.76088, + 40.79665, + 40.74284, + 40.80477, + 40.63836, + 40.70487, + 40.67324, + 40.72982, + 40.7887, + 40.8522, + 40.71214, + 40.67849, + 40.68517, + 40.67265, + 40.7128, + 40.73911, + 40.83342, + 40.76053, + 40.78328, + 40.77872, + 40.76268, + 40.73164, + 40.78592, + 40.69669, + 40.74561, + 40.82776, + 40.68583, + 40.74518, + 40.76257, + 40.74962, + 40.76955, + 40.84216, + 40.76272, + 40.68612, + 40.68521, + 40.67729, + 40.7279, + 40.74503, + 40.62168, + 40.70553, + 40.73072, + 40.6703, + 40.74069, + 40.8883, + 40.66759, + 40.76528, + 40.68224, + 40.76554, + 40.76537, + 40.71214, + 40.76573, + 40.71135, + 40.76497, + 40.76526, + 40.76685, + 40.80229, + 40.67909, + 40.73638, + 40.67543, + 40.78466, + 40.71127, + 40.73203, + 40.74418, + 40.76647, + 40.77961, + 40.76484, + 40.73273, + 40.68813, + 40.79741, + 40.8245, + 40.73477, + 40.70843, + 40.71869, + 40.6423, + 40.66676, + 40.6789, + 40.72659, + 40.72296, + 40.66734, + 40.66801, + 40.68268, + 40.74391, + 40.81942, + 40.79796, + 40.72526, + 40.57804, + 40.57857, + 40.57774, + 40.79663, + 40.75857, + 40.70922, + 40.70766, + 40.66633, + 40.69305, + 40.70911, + 40.70764, + 40.73426, + 40.73844, + 40.74485, + 40.66505, + 40.79982, + 40.77713, + 40.84915, + 40.72153, + 40.69619, + 40.78807, + 40.67292, + 40.81574, + 40.66099, + 40.78115, + 40.8097, + 40.75827, + 40.72399, + 40.68464, + 40.74507, + 40.62462, + 40.8098, + 40.85496, + 40.78784, + 40.69764, + 40.6826, + 40.68685, + 40.7771, + 40.71171, + 40.80031, + 40.67298, + 40.69011, + 40.76571, + 40.69363, + 40.72716, + 40.76626, + 40.76536, + 40.77924, + 40.76642, + 40.72966, + 40.76567, + 40.76666, + 40.76511, + 40.67834, + 40.70045, + 40.75547, + 40.69106, + 40.77433, + 40.67833, + 40.69168, + 40.76545, + 40.76678, + 40.74491, + 40.6805, + 40.7663, + 40.8131, + 40.78342, + 40.71697, + 40.60655, + 40.76156, + 40.75237, + 40.7137, + 40.75915, + 40.69993, + 40.7442, + 40.76856, + 40.79565, + 40.705, + 40.68592, + 40.73974, + 40.82119, + 40.7139, + 40.68823, + 40.67458, + 40.76506, + 40.68158, + 40.64319, + 40.80726, + 40.76657, + 40.76537, + 40.74749, + 40.71334, + 40.67988, + 40.7672, + 40.73949, + 40.80903, + 40.74939, + 40.77117, + 40.7889, + 40.78216, + 40.79546, + 40.86399, + 40.7035, + 40.76703, + 40.69055, + 40.57941, + 40.826, + 40.73552, + 40.68124, + 40.73375, + 40.81928, + 40.71251, + 40.81725, + 40.81911, + 40.67593, + 40.61645, + 40.74771, + 40.76735, + 40.65206, + 40.70009, + 40.82127, + 40.70433, + 40.71265, + 40.80422, + 40.68099, + 40.67409, + 40.80237, + 40.67564, + 40.72772, + 40.79226, + 40.72592, + 40.79636, + 40.72827, + 40.73971, + 40.76452, + 40.69574, + 40.70719, + 40.68202, + 40.69315, + 40.71707, + 40.79902, + 40.76593, + 40.74971, + 40.74545, + 40.70724, + 40.78942, + 40.67989, + 40.7674, + 40.73185, + 40.78864, + 40.68459, + 40.71279, + 40.7823, + 40.72099, + 40.80807, + 40.66714, + 40.72599, + 40.69619, + 40.74369, + 40.69021, + 40.6848, + 40.68762, + 40.7961, + 40.58734, + 40.79981, + 40.70538, + 40.79073, + 40.69438, + 40.69188, + 40.71532, + 40.69453, + 40.67112, + 40.58859, + 40.68022, + 40.78821, + 40.68264, + 40.64062, + 40.70707, + 40.68979, + 40.6886, + 40.78173, + 40.85264, + 40.59491, + 40.76676, + 40.72837, + 40.70751, + 40.68882, + 40.68445, + 40.72637, + 40.71394, + 40.64528, + 40.70952, + 40.58341, + 40.77631, + 40.68696, + 40.77619, + 40.66877, + 40.7193, + 40.50708, + 40.69706, + 40.74979, + 40.70307, + 40.70611, + 40.70265, + 40.66946, + 40.77116, + 40.71877, + 40.74594, + 40.76686, + 40.83086, + 40.76539, + 40.80514, + 40.68081, + 40.7992, + 40.77685, + 40.76322, + 40.63877, + 40.6881, + 40.70244, + 40.72705, + 40.72553, + 40.70845, + 40.68645, + 40.6733, + 40.83498, + 40.8528, + 40.72232, + 40.78771, + 40.71909, + 40.75001, + 40.784, + 40.82033, + 40.72838, + 40.69897, + 40.69177, + 40.72795, + 40.59413, + 40.74205, + 40.76237, + 40.69414, + 40.68091, + 40.70062, + 40.63456, + 40.77346, + 40.77441, + 40.72231, + 40.70528, + 40.75888, + 40.73675, + 40.70454, + 40.65031, + 40.71791, + 40.83294, + 40.70755, + 40.67692, + 40.67719, + 40.83471, + 40.69445, + 40.66158, + 40.75314, + 40.6679, + 40.71849, + 40.72163, + 40.68469, + 40.74838, + 40.6403, + 40.68615, + 40.77992, + 40.68577, + 40.7363, + 40.76149, + 40.66977, + 40.76446, + 40.71278, + 40.7918, + 40.65722, + 40.69084, + 40.70376, + 40.80513, + 40.80713, + 40.73334, + 40.73708, + 40.82039, + 40.60016, + 40.75489, + 40.72591, + 40.77398, + 40.73064, + 40.72228, + 40.67941, + 40.68233, + 40.74419, + 40.80464, + 40.72387, + 40.71378, + 40.71172, + 40.69324, + 40.76016, + 40.83326, + 40.65775, + 40.78495, + 40.731, + 40.64345, + 40.71926, + 40.68378, + 40.68042, + 40.71102, + 40.70928, + 40.6921, + 40.71806, + 40.72138, + 40.67068, + 40.83549, + 40.78993, + 40.76116, + 40.65402, + 40.76202, + 40.74566, + 40.7411, + 40.71635, + 40.71811, + 40.60754, + 40.6879, + 40.67522, + 40.80882, + 40.74849, + 40.79711, + 40.83648, + 40.72803, + 40.86323, + 40.70496, + 40.83543, + 40.74553, + 40.79772, + 40.77667, + 40.63129, + 40.74045, + 40.75761, + 40.68075, + 40.71592, + 40.71671, + 40.70661, + 40.71703, + 40.78039, + 40.69969, + 40.67708, + 40.73976, + 40.72444, + 40.69537, + 40.79505, + 40.6235, + 40.68809, + 40.7619, + 40.70873, + 40.5978, + 40.76625, + 40.66882, + 40.72376, + 40.66952, + 40.79839, + 40.72421, + 40.76769, + 40.71065, + 40.71742, + 40.75322, + 40.69443, + 40.78755, + 40.76302, + 40.70085, + 40.70799, + 40.73365, + 40.87133, + 40.71894, + 40.71257, + 40.70851, + 40.79749, + 40.76038, + 40.768, + 40.69294, + 40.73922, + 40.83703, + 40.67529, + 40.77479, + 40.7244, + 40.70918, + 40.80967, + 40.76058, + 40.69449, + 40.75228, + 40.7121, + 40.67086, + 40.76869, + 40.81384, + 40.66248, + 40.66753, + 40.7192, + 40.78898, + 40.76347, + 40.74462, + 40.7673, + 40.64933, + 40.82088, + 40.76657, + 40.76535, + 40.76555, + 40.68761, + 40.72522, + 40.70965, + 40.67634, + 40.68702, + 40.67893, + 40.74047, + 40.76507, + 40.82616, + 40.68607, + 40.73475, + 40.71019, + 40.68834, + 40.69336, + 40.66482, + 40.80507, + 40.78054, + 40.76306, + 40.6736, + 40.6872, + 40.75302, + 40.66113, + 40.71472, + 40.79456, + 40.82579, + 40.76304, + 40.66768, + 40.68474, + 40.7992, + 40.68521, + 40.74893, + 40.76386, + 40.80057, + 40.72414, + 40.77775, + 40.71774, + 40.7133, + 40.77504, + 40.67631, + 40.72952, + 40.77835, + 40.69687, + 40.73631, + 40.7493, + 40.84659, + 40.72804, + 40.71173, + 40.76564, + 40.7842, + 40.6613, + 40.68361, + 40.76093, + 40.75069, + 40.80302, + 40.72619, + 40.7659, + 40.73372, + 40.75914, + 40.7369, + 40.78475, + 40.86947, + 40.7164, + 40.712, + 40.8015, + 40.667, + 40.67908, + 40.78406, + 40.71941, + 40.72191, + 40.81614, + 40.78461, + 40.6851, + 40.78809, + 40.79904, + 40.66127, + 40.73046, + 40.7003, + 40.72626, + 40.71915, + 40.71513, + 40.69531, + 40.79433, + 40.72981, + 40.69758, + 40.67947, + 40.81498, + 40.76148, + 40.78093, + 40.7493, + 40.76231, + 40.74706, + 40.71183, + 40.83271, + 40.69175, + 40.71486, + 40.67045, + 40.76589, + 40.70592, + 40.71353, + 40.82356, + 40.76253, + 40.69756, + 40.75207, + 40.69452, + 40.68288, + 40.70005, + 40.82302, + 40.74137, + 40.75709, + 40.76532, + 40.79865, + 40.70666, + 40.80276, + 40.89118, + 40.75756, + 40.69065, + 40.68459, + 40.72997, + 40.70076, + 40.73764, + 40.73432, + 40.66383, + 40.7704, + 40.80015, + 40.62349, + 40.755, + 40.73326, + 40.78434, + 40.71468, + 40.68601, + 40.66872, + 40.68374, + 40.65785, + 40.72635, + 40.7998, + 40.82471, + 40.79895, + 40.7986, + 40.76494, + 40.78305, + 40.80118, + 40.76465, + 40.80073, + 40.67426, + 40.68601, + 40.69221, + 40.75369, + 40.7888, + 40.66223, + 40.76188, + 40.68672, + 40.63568, + 40.81251, + 40.76192, + 40.74431, + 40.67776, + 40.81027, + 40.82458, + 40.64966, + 40.82859, + 40.69285, + 40.80854, + 40.75123, + 40.68634, + 40.71412, + 40.69508, + 40.70595, + 40.67466, + 40.66271, + 40.71586, + 40.65447, + 40.79376, + 40.76107, + 40.82095, + 40.66455, + 40.73081, + 40.69186, + 40.69527, + 40.6872, + 40.7504, + 40.69409, + 40.72994, + 40.70068, + 40.68198, + 40.8181, + 40.72176, + 40.69617, + 40.77419, + 40.71185, + 40.71572, + 40.71194, + 40.66612, + 40.80183, + 40.74516, + 40.80991, + 40.681, + 40.78265, + 40.64741, + 40.66097, + 40.71351, + 40.69122, + 40.7842, + 40.76747, + 40.65701, + 40.76358, + 40.7398, + 40.79991, + 40.76508, + 40.77963, + 40.81171, + 40.75965, + 40.71933, + 40.73944, + 40.67428, + 40.74187, + 40.77008, + 40.67798, + 40.86158, + 40.82469, + 40.72042, + 40.82617, + 40.67858, + 40.69415, + 40.67687, + 40.71249, + 40.76161, + 40.71694, + 40.71332, + 40.79613, + 40.71187, + 40.68678, + 40.70789, + 40.67246, + 40.77458, + 40.8317, + 40.76344, + 40.74839, + 40.76625, + 40.74903, + 40.8273, + 40.74807, + 40.73399, + 40.6367, + 40.74776, + 40.81567, + 40.74859, + 40.78293, + 40.68807, + 40.7503, + 40.70832, + 40.71502, + 40.70614, + 40.70324, + 40.8244, + 40.69961, + 40.68831, + 40.70577, + 40.7421, + 40.62551, + 40.71696, + 40.82555, + 40.82433, + 40.69355, + 40.86468, + 40.69301, + 40.75953, + 40.82863, + 40.82322, + 40.8342, + 40.70474, + 40.71401, + 40.79997, + 40.76421, + 40.77873, + 40.72872, + 40.71403, + 40.7119, + 40.67295, + 40.68899, + 40.68962, + 40.71121, + 40.84848, + 40.73328, + 40.86927, + 40.8001, + 40.64123, + 40.75657, + 40.73975, + 40.70555, + 40.75227, + 40.73167, + 40.78491, + 40.68891, + 40.8033, + 40.73854, + 40.65392, + 40.73852, + 40.68752, + 40.65886, + 40.69761, + 40.67828, + 40.75726, + 40.71165, + 40.79768, + 40.70898, + 40.75053, + 40.77822, + 40.82064, + 40.88871, + 40.81934, + 40.74657, + 40.72591, + 40.70585, + 40.76049, + 40.75735, + 40.76628, + 40.84205, + 40.86412, + 40.76153, + 40.74037, + 40.75094, + 40.79986, + 40.71262, + 40.7367, + 40.82575, + 40.84278, + 40.84021, + 40.77166, + 40.70766, + 40.72073, + 40.70294, + 40.69159, + 40.72453, + 40.72125, + 40.79843, + 40.79806, + 40.81127, + 40.68444, + 40.7291, + 40.71989, + 40.64159, + 40.83344, + 40.74321, + 40.68285, + 40.66548, + 40.69299, + 40.71764, + 40.71114, + 40.76303, + 40.7592, + 40.81995, + 40.77725, + 40.763, + 40.71279, + 40.69172, + 40.73682, + 40.68552, + 40.65038, + 40.71728, + 40.65827, + 40.68389, + 40.85147, + 40.77423, + 40.68147, + 40.67764, + 40.73054, + 40.70748, + 40.74267, + 40.7555, + 40.66631, + 40.76368, + 40.71902, + 40.82563, + 40.67983, + 40.72311, + 40.72817, + 40.77861, + 40.72358, + 40.58943, + 40.8032, + 40.77102, + 40.76368, + 40.76297, + 40.69816, + 40.65424, + 40.68812, + 40.71154, + 40.66618, + 40.80539, + 40.71311, + 40.77912, + 40.77329, + 40.73326, + 40.66896, + 40.7613, + 40.73282, + 40.76014, + 40.78528, + 40.83211, + 40.65341, + 40.71028, + 40.67153, + 40.71948, + 40.75755, + 40.77141, + 40.71267, + 40.80129, + 40.68349, + 40.76205, + 40.75572, + 40.82183, + 40.69301, + 40.74066, + 40.74078, + 40.78147, + 40.8242, + 40.73064, + 40.76386, + 40.75166, + 40.73748, + 40.74775, + 40.67212, + 40.73361, + 40.68558, + 40.77814, + 40.72806, + 40.77852, + 40.80032, + 40.75337, + 40.76875, + 40.78192, + 40.68743, + 40.63874, + 40.73887, + 40.75225, + 40.71701, + 40.7125, + 40.76313, + 40.75347, + 40.76474, + 40.68616, + 40.85558, + 40.70678, + 40.74849, + 40.78458, + 40.72083, + 40.7155, + 40.73694, + 40.64052, + 40.72846, + 40.74859, + 40.73831, + 40.72472, + 40.73924, + 40.68651, + 40.70581, + 40.74472, + 40.73009, + 40.77692, + 40.75754, + 40.76152, + 40.74513, + 40.74303, + 40.68873, + 40.80476, + 40.76274, + 40.80288, + 40.75041, + 40.65468, + 40.66676, + 40.66757, + 40.78576, + 40.74182, + 40.69968, + 40.71366, + 40.7266, + 40.61707, + 40.79167, + 40.7862, + 40.6311, + 40.83873, + 40.66455, + 40.78397, + 40.71638, + 40.68425, + 40.72258, + 40.63834, + 40.80794, + 40.73116, + 40.82125, + 40.65983, + 40.71784, + 40.66623, + 40.66921, + 40.79617, + 40.66224, + 40.75873, + 40.68234, + 40.72118, + 40.82143, + 40.76172, + 40.68709, + 40.70973, + 40.72577, + 40.74069, + 40.82272, + 40.81301, + 40.74954, + 40.83049, + 40.6887, + 40.72889, + 40.67493, + 40.79458, + 40.71264, + 40.78175, + 40.72886, + 40.74141, + 40.68633, + 40.6898, + 40.71981, + 40.86612, + 40.69021, + 40.76222, + 40.69024, + 40.70196, + 40.76455, + 40.65254, + 40.7029, + 40.68645, + 40.70219, + 40.80045, + 40.7453, + 40.81806, + 40.70017, + 40.69183, + 40.72311, + 40.76635, + 40.83018, + 40.85396, + 40.70944, + 40.77998, + 40.77374, + 40.70951, + 40.70267, + 40.72859, + 40.72501, + 40.63833, + 40.76504, + 40.76591, + 40.84909, + 40.57093, + 40.71827, + 40.79832, + 40.76319, + 40.73737, + 40.78528, + 40.78116, + 40.71559, + 40.65255, + 40.69093, + 40.74933, + 40.72075, + 40.80077, + 40.71772, + 40.72143, + 40.72103, + 40.70542, + 40.675, + 40.65421, + 40.64748, + 40.7001, + 40.70101, + 40.70725, + 40.69116, + 40.77301, + 40.80121, + 40.68622, + 40.65256, + 40.73547, + 40.71884, + 40.77219, + 40.72113, + 40.82272, + 40.6617, + 40.70204, + 40.70435, + 40.86032, + 40.74711, + 40.74583, + 40.76039, + 40.81488, + 40.69284, + 40.77091, + 40.75484, + 40.66629, + 40.7691, + 40.76814, + 40.72151, + 40.67498, + 40.68985, + 40.7205, + 40.71685, + 40.67968, + 40.71098, + 40.73418, + 40.79193, + 40.74358, + 40.84524, + 40.80577, + 40.80527, + 40.58977, + 40.69475, + 40.798, + 40.71536, + 40.66789, + 40.64645, + 40.73799, + 40.70739, + 40.67251, + 40.71415, + 40.78804, + 40.63887, + 40.73596, + 40.70519, + 40.74139, + 40.72625, + 40.81632, + 40.74469, + 40.70961, + 40.70772, + 40.82032, + 40.72669, + 40.76232, + 40.7533, + 40.69525, + 40.71293, + 40.65719, + 40.68917, + 40.72033, + 40.70432, + 40.65359, + 40.75303, + 40.70645, + 40.66573, + 40.70775, + 40.67661, + 40.67218, + 40.75315, + 40.71214, + 40.65272, + 40.76111, + 40.69499, + 40.68715, + 40.74625, + 40.72906, + 40.74574, + 40.6905, + 40.77266, + 40.7163, + 40.74691, + 40.69617, + 40.70527, + 40.70879, + 40.6928, + 40.73356, + 40.6647, + 40.74464, + 40.74632, + 40.70825, + 40.7775, + 40.64053, + 40.68754, + 40.77854, + 40.77927, + 40.77903, + 40.77736, + 40.83805, + 40.71862, + 40.68748, + 40.74688, + 40.67533, + 40.69029, + 40.63095, + 40.74472, + 40.65841, + 40.67619, + 40.66783, + 40.81569, + 40.7034, + 40.69349, + 40.72617, + 40.77687, + 40.72341, + 40.83141, + 40.74664, + 40.76437, + 40.76764, + 40.70806, + 40.72791, + 40.68604, + 40.69218, + 40.76102, + 40.68589, + 40.7464, + 40.68122, + 40.73564, + 40.76803, + 40.73007, + 40.73333, + 40.73745, + 40.71968, + 40.73046, + 40.71642, + 40.75058, + 40.71287, + 40.77331, + 40.69313, + 40.68934, + 40.75325, + 40.7382, + 40.71642, + 40.74426, + 40.73874, + 40.74556, + 40.73929, + 40.7052, + 40.70748, + 40.6904, + 40.69027, + 40.7447, + 40.76517, + 40.67002, + 40.77079, + 40.75584, + 40.74332, + 40.68347, + 40.86794, + 40.66117, + 40.72764, + 40.73443, + 40.64523, + 40.75082, + 40.66936, + 40.74534, + 40.76069, + 40.74927, + 40.72153, + 40.75733, + 40.76227, + 40.67372, + 40.76106, + 40.74641, + 40.74651, + 40.75798, + 40.686, + 40.6783, + 40.7869, + 40.69819, + 40.67336, + 40.78843, + 40.85073, + 40.7645, + 40.67321, + 40.81829, + 40.76704, + 40.82828, + 40.76212, + 40.66665, + 40.76555, + 40.75266, + 40.67702, + 40.73627, + 40.80637, + 40.72487, + 40.75993, + 40.61529, + 40.69286, + 40.70931, + 40.76235, + 40.58078, + 40.76174, + 40.74451, + 40.7448, + 40.74491, + 40.75148, + 40.69025, + 40.67202, + 40.68398, + 40.69202, + 40.69375, + 40.68696, + 40.72807, + 40.7109, + 40.69563, + 40.73505, + 40.63885, + 40.81245, + 40.73849, + 40.77995, + 40.75722, + 40.67073, + 40.74589, + 40.76367, + 40.72536, + 40.63612, + 40.72527, + 40.82889, + 40.77592, + 40.7453, + 40.72778, + 40.67641, + 40.79485, + 40.84467, + 40.83458, + 40.67329, + 40.71307, + 40.72721, + 40.69832, + 40.72554, + 40.76089, + 40.70883, + 40.79613, + 40.68329, + 40.7304, + 40.68723, + 40.70413, + 40.74226, + 40.7655, + 40.77265, + 40.80501, + 40.68457, + 40.68511, + 40.77847, + 40.79525, + 40.81777, + 40.72684, + 40.71529, + 40.77586, + 40.76502, + 40.71066, + 40.67433, + 40.88493, + 40.68164, + 40.71401, + 40.61778, + 40.76454, + 40.75855, + 40.79658, + 40.59534, + 40.57509, + 40.7459, + 40.70158, + 40.64302, + 40.72098, + 40.69096, + 40.77504, + 40.69989, + 40.76776, + 40.74377, + 40.73733, + 40.68457, + 40.79952, + 40.6861, + 40.75989, + 40.77221, + 40.71038, + 40.72953, + 40.67001, + 40.67293, + 40.68641, + 40.71233, + 40.68145, + 40.76144, + 40.69497, + 40.66954, + 40.77626, + 40.79831, + 40.80279, + 40.67539, + 40.69546, + 40.82267, + 40.73432, + 40.76365, + 40.57762, + 40.69266, + 40.86383, + 40.75037, + 40.74457, + 40.79296, + 40.67194, + 40.70153, + 40.85487, + 40.71102, + 40.71549, + 40.69074, + 40.8679, + 40.71939, + 40.71021, + 40.72993, + 40.72884, + 40.73754, + 40.74989, + 40.77367, + 40.79559, + 40.68662, + 40.68445, + 40.76672, + 40.76511, + 40.74729, + 40.86709, + 40.72333, + 40.57867, + 40.77439, + 40.68444, + 40.75266, + 40.59162, + 40.74855, + 40.74244, + 40.82015, + 40.73769, + 40.7615, + 40.77097, + 40.73908, + 40.68846, + 40.65742, + 40.85735, + 40.8028, + 40.68675, + 40.7043, + 40.85261, + 40.685, + 40.72665, + 40.69068, + 40.60391, + 40.69239, + 40.72926, + 40.76832, + 40.65182, + 40.69239, + 40.85241, + 40.8013, + 40.74747, + 40.73887, + 40.74881, + 40.73011, + 40.6421, + 40.70871, + 40.74789, + 40.74743, + 40.73179, + 40.76564, + 40.75768, + 40.68066, + 40.69746, + 40.85244, + 40.83193, + 40.63009, + 40.72312, + 40.85981, + 40.77575, + 40.71351, + 40.7661, + 40.71382, + 40.75641, + 40.77481, + 40.79566, + 40.70735, + 40.84989, + 40.71141, + 40.68393, + 40.65335, + 40.69388, + 40.84996, + 40.7722, + 40.76279, + 40.70918, + 40.73637, + 40.76376, + 40.77305, + 40.65973, + 40.71523, + 40.72697, + 40.67002, + 40.70433, + 40.77705, + 40.71537, + 40.8449, + 40.71738, + 40.7394, + 40.61608, + 40.71024, + 40.72217, + 40.82779, + 40.68604, + 40.72426, + 40.80991, + 40.80125, + 40.68484, + 40.67538, + 40.6531, + 40.72315, + 40.71756, + 40.69707, + 40.76264, + 40.67378, + 40.63342, + 40.73487, + 40.81162, + 40.77282, + 40.68315, + 40.82579, + 40.80205, + 40.76139, + 40.63359, + 40.76161, + 40.80735, + 40.71085, + 40.72572, + 40.6557, + 40.68582, + 40.67294, + 40.74576, + 40.76318, + 40.66108, + 40.79643, + 40.7626, + 40.72779, + 40.68258, + 40.72515, + 40.77616, + 40.81286, + 40.68378, + 40.78396, + 40.67323, + 40.76995, + 40.69893, + 40.73334, + 40.82963, + 40.70238, + 40.70422, + 40.73239, + 40.76345, + 40.5775, + 40.80041, + 40.80822, + 40.73727, + 40.73506, + 40.80698, + 40.69798, + 40.71258, + 40.76026, + 40.71225, + 40.77983, + 40.84268, + 40.80304, + 40.76205, + 40.69476, + 40.67206, + 40.68063, + 40.69484, + 40.75647, + 40.82158, + 40.74487, + 40.66741, + 40.74858, + 40.72838, + 40.76969, + 40.64542, + 40.74036, + 40.80348, + 40.77969, + 40.66537, + 40.77693, + 40.74154, + 40.72954, + 40.685, + 40.68909, + 40.69511, + 40.82605, + 40.85177, + 40.81834, + 40.70644, + 40.67634, + 40.65588, + 40.75242, + 40.86059, + 40.70662, + 40.74569, + 40.70243, + 40.71281, + 40.81646, + 40.81627, + 40.69415, + 40.77388, + 40.81604, + 40.71234, + 40.69808, + 40.72361, + 40.69304, + 40.77865, + 40.69092, + 40.82909, + 40.71293, + 40.80515, + 40.69016, + 40.71505, + 40.68868, + 40.69949, + 40.75604, + 40.69818, + 40.79532, + 40.6772, + 40.69646, + 40.74436, + 40.65549, + 40.73767, + 40.7321, + 40.70949, + 40.66662, + 40.74429, + 40.70219, + 40.77375, + 40.87938, + 40.71736, + 40.69389, + 40.71728, + 40.70552, + 40.8002, + 40.59621, + 40.76283, + 40.69446, + 40.69041, + 40.73052, + 40.76026, + 40.69472, + 40.73898, + 40.66071, + 40.67951, + 40.71783, + 40.68584, + 40.68235, + 40.6413, + 40.6418, + 40.6664, + 40.83791, + 40.70699, + 40.801, + 40.71385, + 40.7672, + 40.67512, + 40.72271, + 40.73704, + 40.72535, + 40.7662, + 40.68155, + 40.67389, + 40.69809, + 40.73356, + 40.71552, + 40.72075, + 40.83945, + 40.70044, + 40.76053, + 40.61567, + 40.80904, + 40.80884, + 40.72446, + 40.65112, + 40.77614, + 40.79951, + 40.7885, + 40.70485, + 40.67437, + 40.72792, + 40.69248, + 40.79964, + 40.80872, + 40.80952, + 40.71336, + 40.82299, + 40.73078, + 40.76417, + 40.70716, + 40.69903, + 40.77293, + 40.75956, + 40.64107, + 40.81816, + 40.69775, + 40.68252, + 40.69056, + 40.63849, + 40.84559, + 40.81193, + 40.76284, + 40.77722, + 40.76045, + 40.75274, + 40.72198, + 40.75619, + 40.6602, + 40.69209, + 40.81771, + 40.71459, + 40.79426, + 40.71061, + 40.83166, + 40.63672, + 40.851, + 40.704, + 40.7194, + 40.71444, + 40.72552, + 40.778, + 40.69485, + 40.79918, + 40.73057, + 40.80286, + 40.73831, + 40.85927, + 40.76836, + 40.71896, + 40.77928, + 40.7234, + 40.8053, + 40.71329, + 40.67148, + 40.71775, + 40.73431, + 40.60556, + 40.70478, + 40.67383, + 40.65867, + 40.68468, + 40.69076, + 40.6885, + 40.8057, + 40.81551, + 40.80151, + 40.69407, + 40.76002, + 40.80321, + 40.762, + 40.70489, + 40.79747, + 40.68877, + 40.72886, + 40.65251, + 40.69539, + 40.70222, + 40.66128, + 40.65886, + 40.82429, + 40.68235, + 40.75087, + 40.66405, + 40.63909, + 40.77159, + 40.68594, + 40.80184, + 40.62023, + 40.656, + 40.61448, + 40.68963, + 40.71962, + 40.81619, + 40.76113, + 40.76334, + 40.68936, + 40.76406, + 40.73426, + 40.72966, + 40.74637, + 40.76375, + 40.71769, + 40.72523, + 40.72768, + 40.77643, + 40.72591, + 40.68132, + 40.68724, + 40.70514, + 40.75186, + 40.75174, + 40.75855, + 40.71938, + 40.69628, + 40.69558, + 40.80273, + 40.76409, + 40.7207, + 40.67649, + 40.69443, + 40.71579, + 40.76413, + 40.74272, + 40.71035, + 40.71685, + 40.72563, + 40.68697, + 40.7157, + 40.71605, + 40.72057, + 40.71518, + 40.6979, + 40.69405, + 40.67587, + 40.74339, + 40.68684, + 40.67318, + 40.75352, + 40.75608, + 40.66703, + 40.65466, + 40.78749, + 40.68547, + 40.78378, + 40.74921, + 40.7537, + 40.76327, + 40.77856, + 40.80521, + 40.66018, + 40.68134, + 40.8754, + 40.69002, + 40.68825, + 40.8021, + 40.74439, + 40.74653, + 40.68831, + 40.83041, + 40.70821, + 40.77643, + 40.69805, + 40.68444, + 40.73578, + 40.66781, + 40.66167, + 40.8357, + 40.83048, + 40.78521, + 40.72079, + 40.67735, + 40.71754, + 40.69507, + 40.76066, + 40.76207, + 40.76216, + 40.70298, + 40.63163, + 40.76112, + 40.77679, + 40.77437, + 40.82291, + 40.70624, + 40.71256, + 40.76258, + 40.75695, + 40.69941, + 40.76077, + 40.74148, + 40.80842, + 40.76196, + 40.76112, + 40.76103, + 40.75833, + 40.81937, + 40.76213, + 40.7847, + 40.76201, + 40.76108, + 40.79751, + 40.71377, + 40.7801, + 40.67866, + 40.70353, + 40.7025, + 40.69375, + 40.66058, + 40.75892, + 40.76369, + 40.76569, + 40.72741, + 40.81949, + 40.63974, + 40.8259, + 40.76642, + 40.86541, + 40.7323, + 40.75143, + 40.76425, + 40.68846, + 40.72471, + 40.73888, + 40.74448, + 40.81591, + 40.71303, + 40.70475, + 40.72673, + 40.80289, + 40.81353, + 40.66378, + 40.65211, + 40.69161, + 40.78305, + 40.74275, + 40.72118, + 40.79936, + 40.69091, + 40.70667, + 40.72828, + 40.76733, + 40.70885, + 40.79875, + 40.79669, + 40.75896, + 40.71696, + 40.71216, + 40.68813, + 40.74375, + 40.69261, + 40.74754, + 40.76245, + 40.71855, + 40.64286, + 40.74562, + 40.72627, + 40.82289, + 40.70711, + 40.77981, + 40.71159, + 40.71259, + 40.75903, + 40.73691, + 40.70706, + 40.72229, + 40.70789, + 40.69887, + 40.70273, + 40.68401, + 40.68988, + 40.76571, + 40.7403, + 40.70742, + 40.7531, + 40.83079, + 40.80728, + 40.71983, + 40.73277, + 40.76184, + 40.81134, + 40.60054, + 40.82716, + 40.71147, + 40.6737, + 40.70971, + 40.71273, + 40.82882, + 40.72689, + 40.79659, + 40.73955, + 40.69807, + 40.71026, + 40.75823, + 40.69285, + 40.85413, + 40.74472, + 40.6612, + 40.66186, + 40.7728, + 40.691, + 40.77363, + 40.65253, + 40.74494, + 40.77231, + 40.79201, + 40.7332, + 40.64328, + 40.65005, + 40.81733, + 40.70713, + 40.81863, + 40.77081, + 40.68881, + 40.7977, + 40.74032, + 40.70566, + 40.70844, + 40.73006, + 40.72795, + 40.69289, + 40.73265, + 40.67555, + 40.68015, + 40.67885, + 40.71934, + 40.81266, + 40.68921, + 40.75948, + 40.81325, + 40.75704, + 40.74428, + 40.70286, + 40.67847, + 40.75946, + 40.73813, + 40.68688, + 40.66769, + 40.82412, + 40.76988, + 40.86048, + 40.73458, + 40.69739, + 40.70756, + 40.8003, + 40.76371, + 40.69288, + 40.71932, + 40.64459, + 40.72152, + 40.83702, + 40.80153, + 40.67664, + 40.80346, + 40.81454, + 40.70859, + 40.74675, + 40.64455, + 40.72628, + 40.66197, + 40.77164, + 40.727, + 40.7011, + 40.67671, + 40.65862, + 40.76111, + 40.77936, + 40.71827, + 40.64277, + 40.77326, + 40.68285, + 40.81635, + 40.76071, + 40.64684, + 40.74584, + 40.66446, + 40.7186, + 40.77512, + 40.79415, + 40.81589, + 40.70364, + 40.74992, + 40.63598, + 40.70146, + 40.68712, + 40.82162, + 40.63292, + 40.68796, + 40.63337, + 40.78853, + 40.73004, + 40.63345, + 40.68501, + 40.67275, + 40.72424, + 40.76986, + 40.71182, + 40.7605, + 40.81005, + 40.82588, + 40.71429, + 40.72746, + 40.63736, + 40.80474, + 40.69849, + 40.75293, + 40.70705, + 40.72871, + 40.7588, + 40.7696, + 40.71438, + 40.7042, + 40.76806, + 40.75897, + 40.75724, + 40.69068, + 40.70707, + 40.75726, + 40.75683, + 40.74564, + 40.79093, + 40.7154, + 40.74686, + 40.76294, + 40.8114, + 40.86182, + 40.6829, + 40.616, + 40.746, + 40.78531, + 40.62978, + 40.7746, + 40.69467, + 40.66525, + 40.76172, + 40.68144, + 40.70024, + 40.78435, + 40.69904, + 40.68993, + 40.81441, + 40.76054, + 40.65034, + 40.58928, + 40.68017, + 40.75061, + 40.76911, + 40.7706, + 40.78243, + 40.81558, + 40.76712, + 40.68838, + 40.7719, + 40.76646, + 40.82841, + 40.67937, + 40.71072, + 40.65074, + 40.81497, + 40.86076, + 40.71692, + 40.70744, + 40.82172, + 40.77567, + 40.62189, + 40.71661, + 40.82004, + 40.74311, + 40.72605, + 40.71758, + 40.7153, + 40.69092, + 40.70559, + 40.75494, + 40.71578, + 40.67469, + 40.69127, + 40.70087, + 40.76626, + 40.80573, + 40.68343, + 40.65562, + 40.72429, + 40.73928, + 40.77989, + 40.7751, + 40.68232, + 40.68015, + 40.71307, + 40.75666, + 40.69191, + 40.71955, + 40.70648, + 40.76122, + 40.68541, + 40.80056, + 40.72539, + 40.69123, + 40.6789, + 40.68731, + 40.72154, + 40.79394, + 40.78706, + 40.6638, + 40.80038, + 40.79671, + 40.717, + 40.72552, + 40.70458, + 40.66282, + 40.72296, + 40.6271, + 40.72948, + 40.70124, + 40.68786, + 40.64809, + 40.76376, + 40.75561, + 40.6878, + 40.80372, + 40.78697, + 40.64145, + 40.66375, + 40.80325, + 40.75004, + 40.70524, + 40.74366, + 40.72737, + 40.68354, + 40.83077, + 40.7205, + 40.76885, + 40.76873, + 40.72402, + 40.8018, + 40.81005, + 40.65226, + 40.67667, + 40.70876, + 40.73273, + 40.71791, + 40.68499, + 40.72263, + 40.74136, + 40.7758, + 40.71617, + 40.76711, + 40.77775, + 40.68188, + 40.71673, + 40.72012, + 40.70994, + 40.7354, + 40.75967, + 40.65275, + 40.75353, + 40.70347, + 40.73577, + 40.76764, + 40.76395, + 40.7441, + 40.77374, + 40.73484, + 40.72544, + 40.7035, + 40.71844, + 40.72392, + 40.62106, + 40.78584, + 40.7041, + 40.68331, + 40.73055, + 40.65257, + 40.68882, + 40.72248, + 40.73846, + 40.71298, + 40.79229, + 40.72003, + 40.64503, + 40.82629, + 40.71911, + 40.72875, + 40.74122, + 40.66887, + 40.6638, + 40.76751, + 40.81044, + 40.80534, + 40.73005, + 40.69119, + 40.71666, + 40.74179, + 40.68601, + 40.79759, + 40.8085, + 40.68006, + 40.70884, + 40.72383, + 40.73536, + 40.82633, + 40.69061, + 40.82443, + 40.80767, + 40.70381, + 40.73359, + 40.59535, + 40.79774, + 40.82438, + 40.72341, + 40.71967, + 40.72857, + 40.68936, + 40.80927, + 40.76923, + 40.80131, + 40.59421, + 40.67477, + 40.73192, + 40.71503, + 40.75927, + 40.7865, + 40.68392, + 40.75726, + 40.69828, + 40.64999, + 40.68552, + 40.73786, + 40.64569, + 40.6839, + 40.70845, + 40.77778, + 40.80442, + 40.66658, + 40.75571, + 40.73516, + 40.7224, + 40.78137, + 40.72948, + 40.65668, + 40.70922, + 40.77597, + 40.82022, + 40.65879, + 40.73969, + 40.71881, + 40.89984, + 40.74023, + 40.73172, + 40.6748, + 40.79878, + 40.72735, + 40.74327, + 40.80549, + 40.70704, + 40.76247, + 40.63245, + 40.79758, + 40.63622, + 40.63624, + 40.7017, + 40.77377, + 40.77467, + 40.68114, + 40.67674, + 40.70735, + 40.76985, + 40.77798, + 40.66337, + 40.80364, + 40.72626, + 40.69595, + 40.68888, + 40.61649, + 40.76638, + 40.71894, + 40.76609, + 40.68078, + 40.73202, + 40.82924, + 40.75257, + 40.72577, + 40.74033, + 40.76601, + 40.68297, + 40.70416, + 40.77386, + 40.68742, + 40.71307, + 40.85859, + 40.83669, + 40.72241, + 40.69008, + 40.67611, + 40.74736, + 40.70902, + 40.81596, + 40.63627, + 40.80968, + 40.81932, + 40.74075, + 40.80974, + 40.65836, + 40.68226, + 40.7293, + 40.66131, + 40.71526, + 40.82296, + 40.82717, + 40.73461, + 40.71005, + 40.71798, + 40.78559, + 40.83619, + 40.7974, + 40.7414, + 40.76496, + 40.67961, + 40.67089, + 40.82, + 40.72603, + 40.73233, + 40.71429, + 40.6854, + 40.801, + 40.71576, + 40.66448, + 40.73887, + 40.69027, + 40.70605, + 40.66462, + 40.80421, + 40.68446, + 40.7188, + 40.68141, + 40.75965, + 40.77672, + 40.69503, + 40.72695, + 40.81818, + 40.78817, + 40.8355, + 40.77857, + 40.74754, + 40.81139, + 40.7427, + 40.65727, + 40.6698, + 40.69757, + 40.72009, + 40.67992, + 40.81251, + 40.70877, + 40.66298, + 40.72376, + 40.73208, + 40.70091, + 40.75449, + 40.74543, + 40.70173, + 40.72927, + 40.71301, + 40.78829, + 40.73183, + 40.72454, + 40.80477, + 40.67921, + 40.77841, + 40.82485, + 40.70335, + 40.82971, + 40.63723, + 40.71709, + 40.7921, + 40.63964, + 40.68742, + 40.78918, + 40.72753, + 40.64785, + 40.69751, + 40.74953, + 40.7598, + 40.63222, + 40.80165, + 40.71782, + 40.63316, + 40.78672, + 40.62356, + 40.69218, + 40.74107, + 40.7281, + 40.70784, + 40.71104, + 40.76309, + 40.71274, + 40.718, + 40.73938, + 40.68952, + 40.74361, + 40.72778, + 40.72994, + 40.68574, + 40.70861, + 40.6892, + 40.72576, + 40.74821, + 40.71428, + 40.61978, + 40.74601, + 40.6711, + 40.78112, + 40.59051, + 40.77788, + 40.70938, + 40.76991, + 40.75965, + 40.68398, + 40.73942, + 40.72232, + 40.76277, + 40.74988, + 40.72144, + 40.8235, + 40.76296, + 40.7732, + 40.7294, + 40.76736, + 40.7282, + 40.67431, + 40.73491, + 40.75818, + 40.6415, + 40.80046, + 40.68473, + 40.7257, + 40.77316, + 40.70854, + 40.82948, + 40.72541, + 40.60733, + 40.72748, + 40.73316, + 40.6847, + 40.71118, + 40.63348, + 40.67403, + 40.72249, + 40.79938, + 40.74879, + 40.67747, + 40.74875, + 40.75026, + 40.77697, + 40.74944, + 40.68746, + 40.7777, + 40.78176, + 40.82661, + 40.62971, + 40.85308, + 40.80268, + 40.57577, + 40.74595, + 40.7731, + 40.68473, + 40.7532, + 40.71116, + 40.69037, + 40.78573, + 40.77153, + 40.68155, + 40.71609, + 40.67575, + 40.71474, + 40.79921, + 40.82408, + 40.86082, + 40.6788, + 40.77094, + 40.69651, + 40.81893, + 40.79426, + 40.72325, + 40.6997, + 40.69956, + 40.66537, + 40.80078, + 40.66337, + 40.71515, + 40.70975, + 40.74099, + 40.82225, + 40.69195, + 40.68847, + 40.7171, + 40.68366, + 40.61295, + 40.65218, + 40.69306, + 40.70875, + 40.65702, + 40.69677, + 40.74616, + 40.65192, + 40.74077, + 40.80057, + 40.68365, + 40.68283, + 40.67803, + 40.64231, + 40.82822, + 40.70183, + 40.74981, + 40.78664, + 40.76518, + 40.69425, + 40.68421, + 40.76647, + 40.75528, + 40.72128, + 40.82421, + 40.77407, + 40.80079, + 40.66958, + 40.69477, + 40.68789, + 40.62465, + 40.76404, + 40.79942, + 40.69509, + 40.74582, + 40.82295, + 40.72712, + 40.81171, + 40.82636, + 40.69181, + 40.65761, + 40.82984, + 40.67198, + 40.57476, + 40.68014, + 40.71409, + 40.80742, + 40.77758, + 40.73511, + 40.83484, + 40.74466, + 40.70912, + 40.80227, + 40.76324, + 40.76927, + 40.81106, + 40.82508, + 40.69997, + 40.69153, + 40.80595, + 40.65024, + 40.73557, + 40.72783, + 40.73201, + 40.86836, + 40.729, + 40.82852, + 40.73103, + 40.71249, + 40.76249, + 40.69715, + 40.68057, + 40.71992, + 40.68278, + 40.71256, + 40.72976, + 40.75816, + 40.86066, + 40.71069, + 40.72309, + 40.7317, + 40.8947, + 40.78023, + 40.7542, + 40.75248, + 40.72394, + 40.68637, + 40.71725, + 40.7099, + 40.64025, + 40.76518, + 40.79564, + 40.75981, + 40.63927, + 40.68082, + 40.81691, + 40.68774, + 40.6988, + 40.78593, + 40.76289, + 40.71928, + 40.79405, + 40.68001, + 40.7868, + 40.71052, + 40.76601, + 40.82903, + 40.68821, + 40.77906, + 40.78935, + 40.71558, + 40.71124, + 40.73478, + 40.73305, + 40.74498, + 40.64475, + 40.71118, + 40.71241, + 40.73756, + 40.70296, + 40.74399, + 40.68461, + 40.64498, + 40.81097, + 40.81093, + 40.77472, + 40.75965, + 40.70112, + 40.66914, + 40.77415, + 40.69454, + 40.76062, + 40.70358, + 40.68374, + 40.7209, + 40.66047, + 40.73938, + 40.69095, + 40.86118, + 40.77773, + 40.7326, + 40.75888, + 40.71319, + 40.69904, + 40.71741, + 40.71684, + 40.72611, + 40.78245, + 40.68861, + 40.71164, + 40.75145, + 40.69196, + 40.65214, + 40.73517, + 40.71281, + 40.75913, + 40.81142, + 40.7672, + 40.68535, + 40.58633, + 40.70842, + 40.69283, + 40.67088, + 40.68987, + 40.80734, + 40.69389, + 40.76963, + 40.76858, + 40.76911, + 40.75684, + 40.71642, + 40.69561, + 40.80403, + 40.69244, + 40.78173, + 40.69018, + 40.59005, + 40.7017, + 40.8038, + 40.62803, + 40.72869, + 40.70778, + 40.82611, + 40.83736, + 40.6837, + 40.80297, + 40.73273, + 40.84156, + 40.76806, + 40.84198, + 40.72102, + 40.75951, + 40.65976, + 40.7194, + 40.75382, + 40.78296, + 40.74779, + 40.74798, + 40.78341, + 40.78028, + 40.75259, + 40.76482, + 40.66957, + 40.71474, + 40.83136, + 40.70282, + 40.71822, + 40.73096, + 40.83625, + 40.70875, + 40.66873, + 40.65966, + 40.76618, + 40.74744, + 40.69048, + 40.77121, + 40.68374, + 40.81922, + 40.68968, + 40.74071, + 40.67819, + 40.67132, + 40.67285, + 40.74569, + 40.79657, + 40.74379, + 40.65627, + 40.74096, + 40.71559, + 40.76463, + 40.68265, + 40.66053, + 40.72143, + 40.76749, + 40.70883, + 40.72675, + 40.7464, + 40.68345, + 40.79301, + 40.69387, + 40.71675, + 40.68035, + 40.67959, + 40.7121, + 40.63273, + 40.69968, + 40.72268, + 40.81557, + 40.62297, + 40.6875, + 40.74201, + 40.68482, + 40.77148, + 40.66204, + 40.71576, + 40.86853, + 40.76492, + 40.69626, + 40.69297, + 40.72064, + 40.82323, + 40.67922, + 40.76686, + 40.76036, + 40.80914, + 40.73425, + 40.72363, + 40.8197, + 40.72738, + 40.68583, + 40.66427, + 40.65126, + 40.68758, + 40.82097, + 40.68203, + 40.69647, + 40.67023, + 40.72914, + 40.7086, + 40.69054, + 40.68477, + 40.68679, + 40.66011, + 40.65565, + 40.72441, + 40.74447, + 40.64637, + 40.72828, + 40.83065, + 40.76488, + 40.73395, + 40.73773, + 40.67928, + 40.76543, + 40.7205, + 40.67921, + 40.66206, + 40.72618, + 40.84844, + 40.63873, + 40.68466, + 40.71855, + 40.68571, + 40.72608, + 40.67151, + 40.74205, + 40.66432, + 40.72704, + 40.65263, + 40.71026, + 40.69974, + 40.69191, + 40.75687, + 40.74598, + 40.7621, + 40.69455, + 40.81217, + 40.72191, + 40.74671, + 40.74389, + 40.74612, + 40.80264, + 40.80431, + 40.76469, + 40.72289, + 40.66477, + 40.72379, + 40.71944, + 40.66172, + 40.71686, + 40.68639, + 40.73444, + 40.67424, + 40.68129, + 40.76026, + 40.72607, + 40.72688, + 40.66248, + 40.64943, + 40.65367, + 40.72383, + 40.71091, + 40.80266, + 40.85267, + 40.7598, + 40.69747, + 40.68583, + 40.72203, + 40.56464, + 40.7607, + 40.72588, + 40.70382, + 40.75273, + 40.73319, + 40.72178, + 40.763, + 40.75938, + 40.67244, + 40.7626, + 40.70125, + 40.71723, + 40.60778, + 40.72202, + 40.64314, + 40.68374, + 40.80299, + 40.85519, + 40.70658, + 40.68537, + 40.67011, + 40.81103, + 40.66562, + 40.67026, + 40.73819, + 40.76161, + 40.66856, + 40.73597, + 40.73894, + 40.88393, + 40.71865, + 40.70843, + 40.82287, + 40.71216, + 40.64775, + 40.70582, + 40.75966, + 40.67003, + 40.74604, + 40.74616, + 40.68543, + 40.74465, + 40.70973, + 40.65258, + 40.58672, + 40.70476, + 40.67356, + 40.73038, + 40.67033, + 40.71597, + 40.75337, + 40.75298, + 40.79474, + 40.85182, + 40.8385, + 40.72339, + 40.72752, + 40.74733, + 40.68759, + 40.69517, + 40.75479, + 40.7671, + 40.72191, + 40.73413, + 40.75683, + 40.76218, + 40.80546, + 40.7535, + 40.71928, + 40.77743, + 40.80408, + 40.76738, + 40.63981, + 40.76126, + 40.63794, + 40.77601, + 40.73902, + 40.66142, + 40.64187, + 40.70365, + 40.78986, + 40.5738, + 40.73598, + 40.64023, + 40.74572, + 40.67059, + 40.67112, + 40.67114, + 40.7349, + 40.75043, + 40.70525, + 40.70657, + 40.7992, + 40.6599, + 40.71608, + 40.78992, + 40.72166, + 40.70936, + 40.78903, + 40.62755, + 40.71912, + 40.67615, + 40.69034, + 40.74733, + 40.6892, + 40.73282, + 40.73564, + 40.78989, + 40.83604, + 40.73929, + 40.74767, + 40.65554, + 40.66414, + 40.69591, + 40.7038, + 40.80719, + 40.65915, + 40.80822, + 40.58843, + 40.82446, + 40.74011, + 40.74438, + 40.76325, + 40.72677, + 40.79862, + 40.70219, + 40.73897, + 40.70648, + 40.74062, + 40.7372, + 40.71655, + 40.72461, + 40.66285, + 40.70318, + 40.67147, + 40.69271, + 40.69822, + 40.71378, + 40.69976, + 40.82228, + 40.74488, + 40.68798, + 40.73085, + 40.65663, + 40.77009, + 40.69394, + 40.69421, + 40.81667, + 40.70965, + 40.69572, + 40.74935, + 40.72488, + 40.68128, + 40.70175, + 40.82148, + 40.77007, + 40.74506, + 40.72872, + 40.69493, + 40.65544, + 40.71795, + 40.68904, + 40.66249, + 40.6905, + 40.67564, + 40.83117, + 40.75134, + 40.73851, + 40.75247, + 40.68689, + 40.77711, + 40.72564, + 40.74305, + 40.71192, + 40.68463, + 40.72808, + 40.6628, + 40.76094, + 40.72097, + 40.74121, + 40.73058, + 40.7232, + 40.68403, + 40.67963, + 40.65813, + 40.7638, + 40.77943, + 40.71688, + 40.71973, + 40.67321, + 40.64706, + 40.73101, + 40.72116, + 40.71531, + 40.64088, + 40.76666, + 40.73101, + 40.79356, + 40.68083, + 40.66548, + 40.76367, + 40.74702, + 40.737, + 40.86531, + 40.70153, + 40.81473, + 40.65776, + 40.81745, + 40.72521, + 40.70925, + 40.70937, + 40.71555, + 40.75546, + 40.80326, + 40.7684, + 40.73178, + 40.6866, + 40.77487, + 40.71298, + 40.74737, + 40.76439, + 40.72094, + 40.76471, + 40.75601, + 40.71339, + 40.76848, + 40.78752, + 40.68806, + 40.75924, + 40.70698, + 40.74684, + 40.68569, + 40.79919, + 40.71628, + 40.69249, + 40.69484, + 40.75999, + 40.68774, + 40.63442, + 40.69633, + 40.74663, + 40.82085, + 40.78004, + 40.72796, + 40.69488, + 40.73778, + 40.82418, + 40.71635, + 40.7259, + 40.80189, + 40.65345, + 40.7049, + 40.76297, + 40.70847, + 40.67417, + 40.69295, + 40.7708, + 40.73624, + 40.79014, + 40.71014, + 40.78558, + 40.72646, + 40.68232, + 40.58531, + 40.70741, + 40.75637, + 40.80253, + 40.58626, + 40.64474, + 40.75083, + 40.66525, + 40.85867, + 40.64697, + 40.68139, + 40.66249, + 40.84166, + 40.7771, + 40.76566, + 40.70885, + 40.69559, + 40.79068, + 40.74577, + 40.72854, + 40.67824, + 40.7591, + 40.82265, + 40.75539, + 40.6853, + 40.73342, + 40.72835, + 40.76282, + 40.70615, + 40.70423, + 40.77744, + 40.70379, + 40.71417, + 40.74463, + 40.74796, + 40.7133, + 40.77371, + 40.72148, + 40.75095, + 40.84277, + 40.71036, + 40.69364, + 40.67652, + 40.65092, + 40.76086, + 40.65825, + 40.66081, + 40.64831, + 40.76777, + 40.72714, + 40.70796, + 40.71505, + 40.71051, + 40.68277, + 40.76044, + 40.71677, + 40.71498, + 40.64562, + 40.70851, + 40.79321, + 40.65045, + 40.71168, + 40.66847, + 40.76249, + 40.70383, + 40.77174, + 40.66902, + 40.75259, + 40.76338, + 40.74164, + 40.82485, + 40.686, + 40.70717, + 40.73958, + 40.71932, + 40.66291, + 40.707, + 40.67324, + 40.70882, + 40.81998, + 40.68224, + 40.7581, + 40.73226, + 40.71123, + 40.74029, + 40.76644, + 40.71358, + 40.74426, + 40.7305, + 40.65825, + 40.72211, + 40.65656, + 40.83406, + 40.72921, + 40.67407, + 40.77666, + 40.73541, + 40.66155, + 40.70652, + 40.73293, + 40.75868, + 40.83613, + 40.64386, + 40.68489, + 40.6686, + 40.69938, + 40.69121, + 40.76347, + 40.69848, + 40.78255, + 40.67385, + 40.83735, + 40.74706, + 40.72915, + 40.78025, + 40.75593, + 40.74042, + 40.74076, + 40.69087, + 40.81587, + 40.72245, + 40.70962, + 40.76623, + 40.72413, + 40.78807, + 40.72144, + 40.7294, + 40.70267, + 40.7277, + 40.80779, + 40.68876, + 40.74611, + 40.76933, + 40.7294, + 40.70805, + 40.81315, + 40.75842, + 40.67333, + 40.74829, + 40.69329, + 40.68796, + 40.78411, + 40.67679, + 40.70468, + 40.68787, + 40.68316, + 40.73421, + 40.74439, + 40.68172, + 40.73486, + 40.73036, + 40.68634, + 40.71144, + 40.58656, + 40.68844, + 40.66216, + 40.6866, + 40.81853, + 40.7103, + 40.70786, + 40.72226, + 40.76377, + 40.69903, + 40.83796, + 40.70019, + 40.69981, + 40.69918, + 40.7334, + 40.71208, + 40.76333, + 40.76242, + 40.67713, + 40.73579, + 40.72207, + 40.67159, + 40.71725, + 40.65823, + 40.69742, + 40.71602, + 40.69494, + 40.74041, + 40.74962, + 40.77315, + 40.72145, + 40.63953, + 40.79105, + 40.69467, + 40.71741, + 40.69641, + 40.81257, + 40.67984, + 40.74891, + 40.76455, + 40.76099, + 40.70749, + 40.71097, + 40.71891, + 40.72935, + 40.72057, + 40.71346, + 40.68607, + 40.69514, + 40.71494, + 40.76395, + 40.68545, + 40.71729, + 40.72988, + 40.75066, + 40.7632, + 40.71347, + 40.62646, + 40.72397, + 40.72919, + 40.7708, + 40.72127, + 40.75987, + 40.76082, + 40.73304, + 40.72541, + 40.6468, + 40.76549, + 40.77445, + 40.74321, + 40.7023, + 40.75533, + 40.73435, + 40.82112, + 40.71539, + 40.72173, + 40.63014, + 40.72408, + 40.794, + 40.69972, + 40.73269, + 40.66737, + 40.60909, + 40.71109, + 40.7538, + 40.71073, + 40.67238, + 40.77063, + 40.71916, + 40.67508, + 40.76079, + 40.69486, + 40.71354, + 40.7437, + 40.6919, + 40.7613, + 40.74889, + 40.76266, + 40.61819, + 40.69526, + 40.61838, + 40.61825, + 40.71515, + 40.73389, + 40.7572, + 40.6824, + 40.60776, + 40.78672, + 40.64562, + 40.67325, + 40.69369, + 40.69461, + 40.80901, + 40.73433, + 40.66933, + 40.58721, + 40.69242, + 40.66046, + 40.79377, + 40.75328, + 40.69654, + 40.71459, + 40.70269, + 40.65831, + 40.6707, + 40.63135, + 40.80758, + 40.52211, + 40.75542, + 40.72652, + 40.6909, + 40.6462, + 40.83885, + 40.76328, + 40.76106, + 40.65988, + 40.71947, + 40.68882, + 40.70728, + 40.71595, + 40.75316, + 40.7568, + 40.79631, + 40.80637, + 40.79224, + 40.72661, + 40.69168, + 40.68438, + 40.64528, + 40.77443, + 40.84723, + 40.77715, + 40.70512, + 40.70782, + 40.74202, + 40.80449, + 40.74191, + 40.73546, + 40.71937, + 40.72412, + 40.69834, + 40.71311, + 40.65826, + 40.71906, + 40.65271, + 40.70645, + 40.696, + 40.80933, + 40.73175, + 40.79873, + 40.73933, + 40.71879, + 40.76104, + 40.88444, + 40.80191, + 40.72804, + 40.80534, + 40.67479, + 40.71521, + 40.68355, + 40.65044, + 40.72038, + 40.51133, + 40.70087, + 40.75105, + 40.80742, + 40.78783, + 40.72824, + 40.76641, + 40.69485, + 40.75797, + 40.74725, + 40.7991, + 40.80065, + 40.75912, + 40.68465, + 40.6848, + 40.70617, + 40.82896, + 40.68605, + 40.67275, + 40.59116, + 40.74775, + 40.76943, + 40.68511, + 40.73048, + 40.82957, + 40.70623, + 40.69664, + 40.72884, + 40.76141, + 40.68987, + 40.74496, + 40.76792, + 40.74945, + 40.79281, + 40.68446, + 40.69858, + 40.72936, + 40.69079, + 40.67228, + 40.68082, + 40.71581, + 40.64293, + 40.64007, + 40.78525, + 40.6702, + 40.82736, + 40.79505, + 40.73383, + 40.80622, + 40.72976, + 40.74829, + 40.69858, + 40.7149, + 40.71082, + 40.71336, + 40.75005, + 40.73455, + 40.82663, + 40.69901, + 40.74615, + 40.67447, + 40.76552, + 40.72629, + 40.74202, + 40.6363, + 40.86316, + 40.81919, + 40.67954, + 40.78517, + 40.76072, + 40.71433, + 40.75483, + 40.70061, + 40.71705, + 40.76388, + 40.66271, + 40.68568, + 40.6453, + 40.80048, + 40.65563, + 40.82626, + 40.62379, + 40.7608, + 40.75294, + 40.66383, + 40.684, + 40.6907, + 40.73958, + 40.74207, + 40.73316, + 40.68895, + 40.82722, + 40.78316, + 40.7619, + 40.73259, + 40.75577, + 40.64737, + 40.73903, + 40.69918, + 40.7445, + 40.64535, + 40.66349, + 40.76112, + 40.74993, + 40.6681, + 40.74493, + 40.58634, + 40.72163, + 40.76137, + 40.86238, + 40.69532, + 40.70483, + 40.65446, + 40.70774, + 40.86438, + 40.82315, + 40.69174, + 40.73374, + 40.69625, + 40.70525, + 40.69784, + 40.76142, + 40.76071, + 40.69173, + 40.73711, + 40.75539, + 40.79371, + 40.8305, + 40.89581, + 40.86763, + 40.69961, + 40.66894, + 40.58615, + 40.7791, + 40.69568, + 40.82483, + 40.76025, + 40.65549, + 40.68179, + 40.60749, + 40.80429, + 40.7272, + 40.82475, + 40.7014, + 40.75797, + 40.69621, + 40.68548, + 40.71906, + 40.77392, + 40.68112, + 40.68891, + 40.70497, + 40.73271, + 40.68253, + 40.76144, + 40.73029, + 40.78321, + 40.74634, + 40.80676, + 40.82489, + 40.71588, + 40.68683, + 40.73967, + 40.66028, + 40.67539, + 40.67181, + 40.61679, + 40.70542, + 40.71417, + 40.71943, + 40.80093, + 40.79834, + 40.68793, + 40.68358, + 40.70052, + 40.8222, + 40.716, + 40.69951, + 40.66961, + 40.68815, + 40.75586, + 40.81285, + 40.76688, + 40.63825, + 40.81344, + 40.71153, + 40.83315, + 40.68182, + 40.7121, + 40.78031, + 40.58249, + 40.59544, + 40.6758, + 40.74246, + 40.69576, + 40.70468, + 40.69063, + 40.67532, + 40.67861, + 40.76938, + 40.63333, + 40.78608, + 40.63949, + 40.68612, + 40.7658, + 40.72107, + 40.79986, + 40.71984, + 40.74185, + 40.77544, + 40.69416, + 40.65934, + 40.72191, + 40.77273, + 40.77013, + 40.72807, + 40.73815, + 40.67718, + 40.72931, + 40.74461, + 40.74864, + 40.82966, + 40.7058, + 40.78962, + 40.72281, + 40.71775, + 40.80576, + 40.6735, + 40.57701, + 40.64088, + 40.71122, + 40.72194, + 40.72293, + 40.72364, + 40.72989, + 40.68439, + 40.76356, + 40.69018, + 40.73293, + 40.70352, + 40.69042, + 40.7155, + 40.72179, + 40.69218, + 40.72198, + 40.70812, + 40.72363, + 40.67171, + 40.68785, + 40.70461, + 40.75015, + 40.68234, + 40.75495, + 40.65348, + 40.76749, + 40.72043, + 40.75122, + 40.66148, + 40.79853, + 40.81506, + 40.71254, + 40.69803, + 40.73825, + 40.74473, + 40.73001, + 40.77819, + 40.76419, + 40.69924, + 40.7459, + 40.72088, + 40.69328, + 40.75005, + 40.81172, + 40.67162, + 40.75338, + 40.69154, + 40.69945, + 40.76556, + 40.68327, + 40.71906, + 40.78194, + 40.67915, + 40.67541, + 40.72204, + 40.69983, + 40.68475, + 40.71534, + 40.72891, + 40.76505, + 40.81231, + 40.80697, + 40.70925, + 40.86541, + 40.64028, + 40.69901, + 40.75253, + 40.69385, + 40.75735, + 40.74615, + 40.58664, + 40.67257, + 40.59385, + 40.79501, + 40.73537, + 40.77972, + 40.70402, + 40.72, + 40.75611, + 40.66821, + 40.64189, + 40.67154, + 40.72948, + 40.67854, + 40.67564, + 40.83503, + 40.68381, + 40.7122, + 40.65651, + 40.65828, + 40.71865, + 40.68312, + 40.86932, + 40.68624, + 40.64018, + 40.76793, + 40.70156, + 40.8153, + 40.84606, + 40.71449, + 40.76021, + 40.81949, + 40.77334, + 40.74211, + 40.83112, + 40.68789, + 40.8604, + 40.70708, + 40.88985, + 40.69251, + 40.7481, + 40.83849, + 40.72022, + 40.76495, + 40.75863, + 40.77718, + 40.80171, + 40.67825, + 40.8419, + 40.7608, + 40.69287, + 40.71279, + 40.77979, + 40.68381, + 40.77883, + 40.65949, + 40.80167, + 40.6371, + 40.69296, + 40.79757, + 40.7609, + 40.68918, + 40.76404, + 40.63241, + 40.67124, + 40.69141, + 40.81041, + 40.7119, + 40.69096, + 40.82316, + 40.71391, + 40.71156, + 40.79799, + 40.73515, + 40.76744, + 40.69402, + 40.72151, + 40.76802, + 40.68692, + 40.81205, + 40.76326, + 40.67758, + 40.65378, + 40.7363, + 40.77357, + 40.79853, + 40.74647, + 40.68664, + 40.73602, + 40.88207, + 40.76748, + 40.85499, + 40.63948, + 40.67059, + 40.69078, + 40.66211, + 40.64004, + 40.77395, + 40.7065, + 40.71342, + 40.67238, + 40.66005, + 40.76408, + 40.77794, + 40.64925, + 40.66692, + 40.70426, + 40.75233, + 40.75692, + 40.74596, + 40.7005, + 40.74063, + 40.82986, + 40.71933, + 40.68285, + 40.70661, + 40.76117, + 40.72693, + 40.67667, + 40.69626, + 40.76485, + 40.78074, + 40.75034, + 40.73379, + 40.6892, + 40.72332, + 40.81438, + 40.83043, + 40.69467, + 40.78766, + 40.77201, + 40.70719, + 40.64552, + 40.67127, + 40.80555, + 40.79639, + 40.73702, + 40.71727, + 40.69377, + 40.6871, + 40.68474, + 40.73912, + 40.73908, + 40.7385, + 40.74651, + 40.68511, + 40.75842, + 40.68201, + 40.73213, + 40.66752, + 40.74296, + 40.74404, + 40.69085, + 40.73193, + 40.79577, + 40.72522, + 40.59324, + 40.59304, + 40.59517, + 40.66136, + 40.64837, + 40.71676, + 40.74481, + 40.70015, + 40.68785, + 40.74653, + 40.70707, + 40.68287, + 40.76276, + 40.6898, + 40.78017, + 40.73499, + 40.71096, + 40.72222, + 40.68881, + 40.76145, + 40.8117, + 40.74787, + 40.82974, + 40.69264, + 40.67046, + 40.72989, + 40.68943, + 40.86582, + 40.75957, + 40.69059, + 40.68979, + 40.76276, + 40.63215, + 40.76714, + 40.71204, + 40.71111, + 40.74587, + 40.74949, + 40.67748, + 40.85401, + 40.80466, + 40.67537, + 40.69935, + 40.62979, + 40.66684, + 40.68461, + 40.65916, + 40.67415, + 40.68004, + 40.7176, + 40.67634, + 40.7083, + 40.82367, + 40.65651, + 40.72468, + 40.72596, + 40.76133, + 40.72688, + 40.66303, + 40.71975, + 40.78492, + 40.58792, + 40.86533, + 40.69415, + 40.68678, + 40.79778, + 40.70547, + 40.74371, + 40.69293, + 40.68408, + 40.7579, + 40.67933, + 40.82158, + 40.74968, + 40.78762, + 40.74825, + 40.60892, + 40.68385, + 40.70623, + 40.83839, + 40.76338, + 40.67619, + 40.7401, + 40.68237, + 40.61238, + 40.761, + 40.77336, + 40.75645, + 40.77021, + 40.7656, + 40.72609, + 40.69025, + 40.76095, + 40.73834, + 40.63714, + 40.68342, + 40.74438, + 40.77511, + 40.70512, + 40.67019, + 40.67293, + 40.71871, + 40.7641, + 40.57608, + 40.67502, + 40.85797, + 40.72125, + 40.7249, + 40.74348, + 40.73405, + 40.71435, + 40.64026, + 40.64487, + 40.77962, + 40.71411, + 40.69569, + 40.8155, + 40.72679, + 40.72058, + 40.75376, + 40.6552, + 40.73287, + 40.70342, + 40.83355, + 40.58085, + 40.74018, + 40.66198, + 40.67843, + 40.71865, + 40.76529, + 40.65607, + 40.83185, + 40.70976, + 40.65306, + 40.7047, + 40.80771, + 40.72275, + 40.78573, + 40.68342, + 40.65657, + 40.6437, + 40.79528, + 40.70703, + 40.71785, + 40.69951, + 40.69404, + 40.76035, + 40.74385, + 40.65714, + 40.72173, + 40.67948, + 40.70327, + 40.63727, + 40.67752, + 40.70778, + 40.60979, + 40.75326, + 40.75368, + 40.75324, + 40.6922, + 40.67627, + 40.68978, + 40.76084, + 40.68655, + 40.72782, + 40.77799, + 40.7591, + 40.75362, + 40.7521, + 40.75331, + 40.68203, + 40.85842, + 40.75294, + 40.75351, + 40.64383, + 40.64057, + 40.76615, + 40.71622, + 40.60803, + 40.71348, + 40.69653, + 40.75388, + 40.75344, + 40.7263, + 40.75359, + 40.75375, + 40.73506, + 40.79512, + 40.79992, + 40.82088, + 40.69555, + 40.71231, + 40.7135, + 40.76093, + 40.82377, + 40.76027, + 40.76221, + 40.76115, + 40.7619, + 40.76075, + 40.7602, + 40.8337, + 40.71958, + 40.76574, + 40.7671, + 40.76714, + 40.76487, + 40.77727, + 40.72195, + 40.68687, + 40.6883, + 40.79655, + 40.8014, + 40.80039, + 40.67688, + 40.71145, + 40.68048, + 40.77341, + 40.71333, + 40.65985, + 40.71381, + 40.83014, + 40.74381, + 40.71113, + 40.75723, + 40.72342, + 40.74089, + 40.68137, + 40.90175, + 40.72575, + 40.66198, + 40.74533, + 40.66735, + 40.76382, + 40.63561, + 40.67642, + 40.68255, + 40.73322, + 40.68303, + 40.73402, + 40.88253, + 40.74699, + 40.65141, + 40.74853, + 40.7536, + 40.79523, + 40.71625, + 40.74767, + 40.71258, + 40.7215, + 40.67431, + 40.67518, + 40.66634, + 40.80594, + 40.80751, + 40.69804, + 40.72203, + 40.64055, + 40.72205, + 40.75936, + 40.72342, + 40.70912, + 40.7531, + 40.71745, + 40.75786, + 40.85585, + 40.65228, + 40.71238, + 40.69108, + 40.85679, + 40.85236, + 40.7155, + 40.67293, + 40.68725, + 40.7164, + 40.66631, + 40.66596, + 40.73736, + 40.75241, + 40.70651, + 40.58929, + 40.68906, + 40.78065, + 40.74738, + 40.82218, + 40.75849, + 40.74681, + 40.69003, + 40.75175, + 40.70683, + 40.71592, + 40.76952, + 40.70588, + 40.74569, + 40.70348, + 40.72693, + 40.73216, + 40.64747, + 40.70191, + 40.8722, + 40.70879, + 40.74845, + 40.73922, + 40.78319, + 40.72049, + 40.80869, + 40.81463, + 40.677, + 40.70577, + 40.65927, + 40.59065, + 40.74624, + 40.7687, + 40.71305, + 40.73218, + 40.81658, + 40.75425, + 40.71671, + 40.75954, + 40.72652, + 40.86906, + 40.72396, + 40.7723, + 40.71727, + 40.63503, + 40.63409, + 40.74101, + 40.86107, + 40.70378, + 40.71322, + 40.7739, + 40.68014, + 40.80968, + 40.77851, + 40.83892, + 40.68709, + 40.80887, + 40.64361, + 40.75771, + 40.80088, + 40.66892, + 40.77509, + 40.81668, + 40.70035, + 40.61937, + 40.72868, + 40.68946, + 40.69909, + 40.6886, + 40.79915, + 40.80242, + 40.71675, + 40.79534, + 40.67603, + 40.72188, + 40.69205, + 40.6876, + 40.72718, + 40.80854, + 40.69002, + 40.73616, + 40.79858, + 40.66734, + 40.73824, + 40.71838, + 40.70899, + 40.72216, + 40.71228, + 40.74459, + 40.76043, + 40.74629, + 40.7111, + 40.67183, + 40.82991, + 40.68989, + 40.82415, + 40.70677, + 40.80209, + 40.71274, + 40.65087, + 40.70349, + 40.60948, + 40.60985, + 40.83923, + 40.72962, + 40.69468, + 40.77777, + 40.67711, + 40.71373, + 40.73363, + 40.76231, + 40.71809, + 40.73759, + 40.68384, + 40.80173, + 40.78152, + 40.79543, + 40.71506, + 40.70553, + 40.69183, + 40.76273, + 40.74068, + 40.62652, + 40.74698, + 40.65737, + 40.76253, + 40.76297, + 40.78324, + 40.73707, + 40.68998, + 40.75689, + 40.72104, + 40.76491, + 40.64083, + 40.66469, + 40.81201, + 40.7146, + 40.74965, + 40.70997, + 40.82834, + 40.80185, + 40.88283, + 40.63135, + 40.79575, + 40.67141, + 40.6471, + 40.73352, + 40.68572, + 40.81674, + 40.67747, + 40.68906, + 40.66149, + 40.67668, + 40.71996, + 40.6179, + 40.69015, + 40.69837, + 40.79284, + 40.82245, + 40.70811, + 40.68852, + 40.6998, + 40.71434, + 40.69115, + 40.70435, + 40.69143, + 40.74422, + 40.69349, + 40.74693, + 40.74777, + 40.74795, + 40.69211, + 40.68271, + 40.7246, + 40.70051, + 40.71923, + 40.78057, + 40.67419, + 40.68548, + 40.74817, + 40.73142, + 40.72274, + 40.78815, + 40.75315, + 40.71529, + 40.67633, + 40.78895, + 40.75592, + 40.7624, + 40.70268, + 40.76038, + 40.76212, + 40.76188, + 40.76173, + 40.81545, + 40.7619, + 40.76045, + 40.67453, + 40.76346, + 40.74912, + 40.77508, + 40.76053, + 40.67749, + 40.72021, + 40.57821, + 40.74828, + 40.68769, + 40.76702, + 40.71806, + 40.72576, + 40.8622, + 40.81072, + 40.77344, + 40.70012, + 40.72391, + 40.64335, + 40.66881, + 40.68707, + 40.72978, + 40.81678, + 40.74244, + 40.70915, + 40.71969, + 40.72228, + 40.66565, + 40.68227, + 40.75966, + 40.74262, + 40.79772, + 40.67148, + 40.71546, + 40.60983, + 40.73199, + 40.69426, + 40.68502, + 40.56933, + 40.70908, + 40.68127, + 40.67764, + 40.7161, + 40.69477, + 40.73577, + 40.76406, + 40.62413, + 40.69172, + 40.68229, + 40.67915, + 40.72214, + 40.69278, + 40.68816, + 40.80832, + 40.70953, + 40.79324, + 40.6854, + 40.76443, + 40.71935, + 40.68908, + 40.73626, + 40.74364, + 40.73577, + 40.71807, + 40.74768, + 40.68642, + 40.70236, + 40.67879, + 40.72275, + 40.72022, + 40.63766, + 40.76135, + 40.71538, + 40.68526, + 40.76112, + 40.7673, + 40.7036, + 40.86663, + 40.67688, + 40.7359, + 40.67203, + 40.6393, + 40.72524, + 40.71721, + 40.71214, + 40.74476, + 40.70981, + 40.74633, + 40.69098, + 40.71524, + 40.59055, + 40.68714, + 40.69043, + 40.69857, + 40.68084, + 40.68817, + 40.67855, + 40.57505, + 40.66733, + 40.67729, + 40.69636, + 40.61863, + 40.78825, + 40.65136, + 40.79985, + 40.7365, + 40.7762, + 40.69907, + 40.67033, + 40.761, + 40.74929, + 40.75954, + 40.72515, + 40.63461, + 40.69136, + 40.72216, + 40.79931, + 40.76227, + 40.69061, + 40.65731, + 40.75622, + 40.72952, + 40.75228, + 40.76195, + 40.71245, + 40.76397, + 40.6609, + 40.63667, + 40.69364, + 40.82364, + 40.72667, + 40.79039, + 40.68774, + 40.71783, + 40.83844, + 40.77117, + 40.68118, + 40.76625, + 40.71443, + 40.71995, + 40.69905, + 40.68321, + 40.6804, + 40.75105, + 40.7184, + 40.72482, + 40.76754, + 40.67741, + 40.75751, + 40.83124, + 40.70758, + 40.66082, + 40.7385, + 40.74368, + 40.68134, + 40.64381, + 40.69692, + 40.78941, + 40.71089, + 40.70005, + 40.7754, + 40.75378, + 40.71822, + 40.72474, + 40.67587, + 40.75558, + 40.71361, + 40.71326, + 40.70604, + 40.73088, + 40.78982, + 40.72635, + 40.81102, + 40.64008, + 40.67718, + 40.74634, + 40.81407, + 40.77079, + 40.68602, + 40.73281, + 40.74461, + 40.71623, + 40.71916, + 40.77851, + 40.69226, + 40.8091, + 40.71983, + 40.68012, + 40.89121, + 40.80102, + 40.67829, + 40.71551, + 40.69117, + 40.68992, + 40.7785, + 40.7007, + 40.71124, + 40.70075, + 40.72831, + 40.70488, + 40.70602, + 40.63725, + 40.6418, + 40.68887, + 40.80131, + 40.78918, + 40.68338, + 40.70634, + 40.63447, + 40.73975, + 40.72297, + 40.78857, + 40.72816, + 40.76258, + 40.65776, + 40.72828, + 40.7898, + 40.71365, + 40.68955, + 40.65888, + 40.68908, + 40.77043, + 40.75365, + 40.70018, + 40.75764, + 40.70835, + 40.67126, + 40.67104, + 40.71819, + 40.69688, + 40.81736, + 40.7209, + 40.76028, + 40.68915, + 40.71585, + 40.72503, + 40.66451, + 40.82006, + 40.65237, + 40.68561, + 40.79516, + 40.77176, + 40.71206, + 40.71889, + 40.71809, + 40.65989, + 40.76395, + 40.74437, + 40.74565, + 40.69945, + 40.74407, + 40.7617, + 40.71512, + 40.71634, + 40.70416, + 40.73296, + 40.71738, + 40.70809, + 40.74124, + 40.60396, + 40.78697, + 40.67358, + 40.65131, + 40.68326, + 40.67989, + 40.68501, + 40.76383, + 40.76399, + 40.83837, + 40.67821, + 40.68697, + 40.68541, + 40.71165, + 40.694, + 40.69395, + 40.74075, + 40.6378, + 40.72868, + 40.68899, + 40.74584, + 40.70966, + 40.67923, + 40.6724, + 40.66132, + 40.74481, + 40.67143, + 40.70165, + 40.69413, + 40.72891, + 40.70006, + 40.76982, + 40.73167, + 40.7208, + 40.70639, + 40.79386, + 40.80237, + 40.68978, + 40.72025, + 40.54106, + 40.75523, + 40.6459, + 40.67427, + 40.65762, + 40.67844, + 40.73016, + 40.80096, + 40.76626, + 40.74246, + 40.68898, + 40.71805, + 40.71853, + 40.68631, + 40.65678, + 40.73529, + 40.68819, + 40.69382, + 40.7152, + 40.67876, + 40.72461, + 40.71248, + 40.68186, + 40.68844, + 40.82914, + 40.68718, + 40.67749, + 40.74686, + 40.6967, + 40.72712, + 40.67034, + 40.68442, + 40.70735, + 40.70653, + 40.80258, + 40.74665, + 40.75968, + 40.70944, + 40.69748, + 40.68224, + 40.77789, + 40.66048, + 40.7659, + 40.82284, + 40.7121, + 40.70687, + 40.70959, + 40.73428, + 40.68858, + 40.62063, + 40.75732, + 40.72117, + 40.68315, + 40.8349, + 40.7487, + 40.7158, + 40.67538, + 40.75957, + 40.65815, + 40.7507, + 40.68434, + 40.75082, + 40.88297, + 40.66011, + 40.69889, + 40.73317, + 40.70688, + 40.71454, + 40.68866, + 40.75927, + 40.65783, + 40.69012, + 40.68562, + 40.7611, + 40.76042, + 40.68898, + 40.66958, + 40.77502, + 40.80783, + 40.80986, + 40.66197, + 40.74411, + 40.72524, + 40.71402, + 40.71368, + 40.77204, + 40.77097, + 40.67638, + 40.696, + 40.69702, + 40.786, + 40.71805, + 40.8065, + 40.8451, + 40.76313, + 40.78146, + 40.73267, + 40.64759, + 40.76422, + 40.82514, + 40.65739, + 40.7844, + 40.67432, + 40.79369, + 40.69092, + 40.68537, + 40.68241, + 40.71622, + 40.66996, + 40.71497, + 40.68148, + 40.69912, + 40.6825, + 40.76092, + 40.74226, + 40.72311, + 40.67567, + 40.73278, + 40.79084, + 40.71542, + 40.77409, + 40.69527, + 40.73726, + 40.76785, + 40.74771, + 40.81676, + 40.69411, + 40.80811, + 40.73845, + 40.86859, + 40.81462, + 40.74494, + 40.87529, + 40.64569, + 40.68084, + 40.76126, + 40.70781, + 40.68386, + 40.88546, + 40.74318, + 40.71463, + 40.69533, + 40.77754, + 40.70852, + 40.69906, + 40.74612, + 40.80703, + 40.69283, + 40.72468, + 40.73338, + 40.72692, + 40.82305, + 40.87136, + 40.69543, + 40.70884, + 40.67574, + 40.74022, + 40.66675, + 40.72136, + 40.72077, + 40.77221, + 40.71329, + 40.77145, + 40.70857, + 40.62846, + 40.68969, + 40.7768, + 40.68875, + 40.63992, + 40.79835, + 40.56233, + 40.66146, + 40.67192, + 40.73316, + 40.69505, + 40.74114, + 40.68764, + 40.69798, + 40.71612, + 40.79402, + 40.72739, + 40.74381, + 40.74674, + 40.69838, + 40.59744, + 40.75669, + 40.68411, + 40.65766, + 40.72381, + 40.68536, + 40.80251, + 40.74182, + 40.70856, + 40.68313, + 40.72705, + 40.79335, + 40.75361, + 40.68318, + 40.76248, + 40.76323, + 40.70604, + 40.67559, + 40.7612, + 40.70839, + 40.68398, + 40.8036, + 40.80604, + 40.77968, + 40.71953, + 40.76938, + 40.75109, + 40.73266, + 40.71169, + 40.80031, + 40.699, + 40.67302, + 40.76301, + 40.69891, + 40.69326, + 40.68638, + 40.67595, + 40.71644, + 40.82434, + 40.7523, + 40.80778, + 40.67896, + 40.69637, + 40.72068, + 40.80762, + 40.68252, + 40.80572, + 40.72482, + 40.71867, + 40.8359, + 40.83071, + 40.71858, + 40.81668, + 40.75748, + 40.72388, + 40.64693, + 40.78122, + 40.62903, + 40.79935, + 40.72372, + 40.68724, + 40.7308, + 40.68327, + 40.78602, + 40.76332, + 40.69994, + 40.75372, + 40.80878, + 40.76375, + 40.69092, + 40.76184, + 40.7522, + 40.68631, + 40.75989, + 40.6732, + 40.74786, + 40.69744, + 40.77878, + 40.76435, + 40.69671, + 40.71824, + 40.68919, + 40.72757, + 40.71828, + 40.80891, + 40.75133, + 40.69175, + 40.7958, + 40.74327, + 40.70969, + 40.7953, + 40.76365, + 40.74644, + 40.80313, + 40.75536, + 40.71304, + 40.62531, + 40.64277, + 40.75381, + 40.82204, + 40.63291, + 40.68309, + 40.72413, + 40.75555, + 40.75976, + 40.70564, + 40.70875, + 40.75559, + 40.7806, + 40.67776, + 40.7082, + 40.77261, + 40.7635, + 40.72008, + 40.75246, + 40.74344, + 40.76435, + 40.7341, + 40.72796, + 40.73596, + 40.77128, + 40.68903, + 40.69469, + 40.76807, + 40.66209, + 40.77105, + 40.73419, + 40.68257, + 40.68792, + 40.69519, + 40.71683, + 40.78892, + 40.77815, + 40.73204, + 40.782, + 40.68376, + 40.86271, + 40.72754, + 40.7322, + 40.70775, + 40.85018, + 40.68482, + 40.84862, + 40.6892, + 40.73469, + 40.80761, + 40.69467, + 40.76009, + 40.86757, + 40.69369, + 40.67001, + 40.64908, + 40.63647, + 40.71608, + 40.6758, + 40.74292, + 40.78955, + 40.80325, + 40.73257, + 40.64111, + 40.72666, + 40.71032, + 40.70627, + 40.67532, + 40.66754, + 40.59784, + 40.59098, + 40.6266, + 40.77129, + 40.72254, + 40.62876, + 40.74128, + 40.72043, + 40.76904, + 40.65563, + 40.8013, + 40.65477, + 40.73073, + 40.65508, + 40.77833, + 40.75356, + 40.75368, + 40.59679, + 40.69487, + 40.71339, + 40.66675, + 40.67414, + 40.809, + 40.59703, + 40.59704, + 40.59587, + 40.75162, + 40.59719, + 40.76819, + 40.7524, + 40.75362, + 40.6799, + 40.71026, + 40.74446, + 40.73992, + 40.74694, + 40.73124, + 40.66459, + 40.75094, + 40.7324, + 40.77316, + 40.80764, + 40.72641, + 40.71603, + 40.68424, + 40.63485, + 40.74208, + 40.76409, + 40.84657, + 40.83493, + 40.78859, + 40.81067, + 40.69015, + 40.75574, + 40.59412, + 40.81783, + 40.72725, + 40.7687, + 40.63267, + 40.69512, + 40.72624, + 40.68239, + 40.61426, + 40.71014, + 40.79528, + 40.69383, + 40.68338, + 40.68987, + 40.69278, + 40.67549, + 40.6901, + 40.68778, + 40.82191, + 40.72171, + 40.68423, + 40.73385, + 40.67034, + 40.82349, + 40.74535, + 40.6734, + 40.80397, + 40.66838, + 40.81749, + 40.74658, + 40.71319, + 40.72174, + 40.75302, + 40.71329, + 40.85711, + 40.67368, + 40.85425, + 40.796, + 40.79147, + 40.82408, + 40.73121, + 40.89743, + 40.70389, + 40.80695, + 40.72075, + 40.70272, + 40.71746, + 40.81588, + 40.69107, + 40.68301, + 40.71749, + 40.64583, + 40.71212, + 40.75228, + 40.70666, + 40.73678, + 40.70654, + 40.71332, + 40.65221, + 40.66041, + 40.68226, + 40.66707, + 40.70551, + 40.71306, + 40.82286, + 40.76001, + 40.7732, + 40.72321, + 40.7054, + 40.68249, + 40.71916, + 40.69501, + 40.6885, + 40.77146, + 40.74271, + 40.72315, + 40.68856, + 40.71545, + 40.74485, + 40.77257, + 40.7987, + 40.69587, + 40.64745, + 40.80804, + 40.83069, + 40.74111, + 40.71041, + 40.75979, + 40.76982, + 40.70816, + 40.77572, + 40.71341, + 40.76153, + 40.73365, + 40.74, + 40.77372, + 40.70484, + 40.73621, + 40.79275, + 40.68367, + 40.71157, + 40.8407, + 40.7142, + 40.86352, + 40.73052, + 40.65538, + 40.78565, + 40.74183, + 40.64024, + 40.713, + 40.64074, + 40.70729, + 40.64052, + 40.64167, + 40.74396, + 40.68128, + 40.7155, + 40.68038, + 40.81816, + 40.86914, + 40.7087, + 40.65202, + 40.69097, + 40.66122, + 40.71868, + 40.71521, + 40.74604, + 40.71422, + 40.7015, + 40.68714, + 40.66593, + 40.80793, + 40.81309, + 40.72243, + 40.71497, + 40.70781, + 40.71157, + 40.77968, + 40.76963, + 40.80724, + 40.69878, + 40.79952, + 40.66155, + 40.63501, + 40.78361, + 40.75089, + 40.74554, + 40.7617, + 40.76213, + 40.67476, + 40.73565, + 40.6339, + 40.7092, + 40.73095, + 40.68814, + 40.84862, + 40.75465, + 40.68275, + 40.77499, + 40.68712, + 40.81456, + 40.64832, + 40.71615, + 40.70089, + 40.71134, + 40.77585, + 40.72314, + 40.72743, + 40.67831, + 40.75343, + 40.74383, + 40.80802, + 40.71278, + 40.67705, + 40.73015, + 40.72925, + 40.70063, + 40.7246, + 40.68441, + 40.71532, + 40.78513, + 40.76954, + 40.55616, + 40.68203, + 40.80447, + 40.67247, + 40.72052, + 40.76761, + 40.64571, + 40.73242, + 40.80103, + 40.7152, + 40.65158, + 40.64625, + 40.7046, + 40.67715, + 40.81447, + 40.71297, + 40.77026, + 40.75418, + 40.73873, + 40.7141, + 40.71343, + 40.64318, + 40.58873, + 40.68725, + 40.72947, + 40.69332, + 40.76652, + 40.68631, + 40.72253, + 40.77307, + 40.72547, + 40.71606, + 40.66313, + 40.73193, + 40.58989, + 40.74138, + 40.59153, + 40.73613, + 40.71396, + 40.76755, + 40.75374, + 40.68902, + 40.7004, + 40.67503, + 40.69118, + 40.71416, + 40.71311, + 40.75073, + 40.84448, + 40.80722, + 40.74673, + 40.86269, + 40.76246, + 40.65963, + 40.81943, + 40.76205, + 40.74012, + 40.67775, + 40.68893, + 40.84313, + 40.68802, + 40.68817, + 40.85447, + 40.69117, + 40.70858, + 40.6886, + 40.73812, + 40.7369, + 40.7162, + 40.68778, + 40.71833, + 40.82098, + 40.71821, + 40.7625, + 40.76518, + 40.87372, + 40.74586, + 40.72382, + 40.76178, + 40.69379, + 40.80255, + 40.70068, + 40.68865, + 40.69864, + 40.76835, + 40.70338, + 40.82207, + 40.68763, + 40.88467, + 40.76335, + 40.64171, + 40.72287, + 40.79507, + 40.7284, + 40.67748, + 40.68987, + 40.71973, + 40.67816, + 40.70719, + 40.68393, + 40.83321, + 40.68164, + 40.87583, + 40.68369, + 40.68322, + 40.70292, + 40.6995, + 40.69612, + 40.63209, + 40.72709, + 40.73067, + 40.66837, + 40.7892, + 40.63302, + 40.82814, + 40.71973, + 40.6749, + 40.82104, + 40.72686, + 40.76428, + 40.74735, + 40.69201, + 40.69554, + 40.69821, + 40.69731, + 40.64538, + 40.77704, + 40.71258, + 40.70145, + 40.72018, + 40.69533, + 40.68493, + 40.76926, + 40.75524, + 40.71049, + 40.77664, + 40.725, + 40.71401, + 40.74047, + 40.76202, + 40.73256, + 40.68894, + 40.77484, + 40.70234, + 40.6957, + 40.75198, + 40.72167, + 40.72733, + 40.71445, + 40.73368, + 40.71179, + 40.80392, + 40.84517, + 40.8471, + 40.714, + 40.7115, + 40.76275, + 40.72954, + 40.68194, + 40.68937, + 40.69461, + 40.6945, + 40.69899, + 40.72543, + 40.64849, + 40.69307, + 40.69459, + 40.81153, + 40.69477, + 40.79142, + 40.79942, + 40.72623, + 40.67902, + 40.74289, + 40.69357, + 40.70669, + 40.72087, + 40.6984, + 40.8087, + 40.69546, + 40.76284, + 40.71002, + 40.78297, + 40.73731, + 40.76432, + 40.76509, + 40.65868, + 40.71704, + 40.71833, + 40.76582, + 40.68901, + 40.6315, + 40.69601, + 40.70581, + 40.75997, + 40.68577, + 40.70279, + 40.70501, + 40.78467, + 40.67414, + 40.72007, + 40.70412, + 40.90154, + 40.72879, + 40.83036, + 40.70723, + 40.68314, + 40.69857, + 40.59813, + 40.64438, + 40.70885, + 40.639, + 40.68997, + 40.74753, + 40.86605, + 40.66192, + 40.76182, + 40.71457, + 40.7133, + 40.79639, + 40.87093, + 40.73794, + 40.68376, + 40.69442, + 40.66075, + 40.74572, + 40.71489, + 40.82548, + 40.7178, + 40.67711, + 40.67306, + 40.68314, + 40.75377, + 40.79519, + 40.68588, + 40.76786, + 40.75169, + 40.73726, + 40.72357, + 40.73243, + 40.82255, + 40.71957, + 40.71292, + 40.68369, + 40.7234, + 40.86909, + 40.78983, + 40.87247, + 40.72528, + 40.78592, + 40.82378, + 40.75527, + 40.72571, + 40.73475, + 40.70806, + 40.71443, + 40.71809, + 40.7292, + 40.71239, + 40.80883, + 40.79677, + 40.70769, + 40.67816, + 40.82179, + 40.85204, + 40.68974, + 40.71381, + 40.67769, + 40.75482, + 40.73741, + 40.60664, + 40.75092, + 40.71451, + 40.68384, + 40.73021, + 40.6836, + 40.82112, + 40.72501, + 40.68712, + 40.66713, + 40.81841, + 40.71513, + 40.66033, + 40.80324, + 40.72638, + 40.68635, + 40.8228, + 40.72477, + 40.76875, + 40.69821, + 40.68643, + 40.66383, + 40.72747, + 40.69584, + 40.71372, + 40.72363, + 40.68009, + 40.77121, + 40.73125, + 40.76793, + 40.7131, + 40.70742, + 40.75006, + 40.76418, + 40.75827, + 40.72838, + 40.78676, + 40.63835, + 40.79583, + 40.73292, + 40.57751, + 40.82388, + 40.70618, + 40.82415, + 40.73415, + 40.72934, + 40.86663, + 40.76217, + 40.70614, + 40.72461, + 40.71385, + 40.68529, + 40.7408, + 40.72351, + 40.69797, + 40.71385, + 40.75725, + 40.73421, + 40.74786, + 40.74929, + 40.68713, + 40.71698, + 40.65958, + 40.70443, + 40.68604, + 40.71499, + 40.79227, + 40.68273, + 40.71518, + 40.72829, + 40.85019, + 40.71777, + 40.6754, + 40.83985, + 40.71058, + 40.76514, + 40.74301, + 40.77848, + 40.72258, + 40.71614, + 40.84369, + 40.65322, + 40.718, + 40.69332, + 40.72249, + 40.80669, + 40.71048, + 40.74182, + 40.70735, + 40.74569, + 40.74613, + 40.69613, + 40.67988, + 40.75222, + 40.70675, + 40.82441, + 40.66024, + 40.72726, + 40.68699, + 40.76007, + 40.80997, + 40.67514, + 40.77547, + 40.80476, + 40.72253, + 40.6998, + 40.68881, + 40.70505, + 40.69055, + 40.73698, + 40.77149, + 40.75966, + 40.77651, + 40.81626, + 40.76384, + 40.69969, + 40.8439, + 40.82682, + 40.72077, + 40.6706, + 40.71538, + 40.67525, + 40.70542, + 40.78446, + 40.70777, + 40.73203, + 40.63899, + 40.71368, + 40.68205, + 40.64233, + 40.6727, + 40.69935, + 40.68089, + 40.65737, + 40.72798, + 40.84012, + 40.71304, + 40.77677, + 40.67933, + 40.71845, + 40.77492, + 40.73581, + 40.74543, + 40.79096, + 40.7151, + 40.89279, + 40.7288, + 40.72282, + 40.70603, + 40.7396, + 40.64342, + 40.67756, + 40.74092, + 40.70899, + 40.77406, + 40.68505, + 40.75183, + 40.7286, + 40.70786, + 40.65096, + 40.81199, + 40.66973, + 40.71353, + 40.74837, + 40.71357, + 40.68606, + 40.72607, + 40.68004, + 40.75182, + 40.65203, + 40.79528, + 40.86084, + 40.74081, + 40.76555, + 40.76115, + 40.78142, + 40.78138, + 40.73245, + 40.68559, + 40.82003, + 40.5921, + 40.70639, + 40.71996, + 40.66621, + 40.7083, + 40.67763, + 40.80826, + 40.66643, + 40.61444, + 40.7623, + 40.68576, + 40.71523, + 40.70971, + 40.77198, + 40.75993, + 40.63821, + 40.69022, + 40.7232, + 40.71199, + 40.71812, + 40.72463, + 40.75072, + 40.66153, + 40.78864, + 40.7819, + 40.69452, + 40.66961, + 40.79602, + 40.77174, + 40.6965, + 40.75502, + 40.72163, + 40.76383, + 40.69377, + 40.63425, + 40.80743, + 40.76906, + 40.71002, + 40.84916, + 40.8116, + 40.75545, + 40.69158, + 40.70275, + 40.73409, + 40.81387, + 40.8698, + 40.64272, + 40.6714, + 40.72807, + 40.74593, + 40.72507, + 40.75327, + 40.80347, + 40.72355, + 40.64212, + 40.75373, + 40.74902, + 40.74917, + 40.66763, + 40.84798, + 40.71404, + 40.76106, + 40.73795, + 40.76548, + 40.80439, + 40.73792, + 40.72638, + 40.85365, + 40.71281, + 40.77547, + 40.68988, + 40.72162, + 40.70076, + 40.6456, + 40.8006, + 40.8179, + 40.74788, + 40.7495, + 40.86768, + 40.83248, + 40.78296, + 40.86253, + 40.70419, + 40.87692, + 40.67706, + 40.72068, + 40.71845, + 40.70589, + 40.69487, + 40.71682, + 40.70893, + 40.71265, + 40.76513, + 40.7235, + 40.71333, + 40.74227, + 40.71013, + 40.73308, + 40.59495, + 40.67356, + 40.74506, + 40.64972, + 40.82128, + 40.7326, + 40.70509, + 40.71753, + 40.74324, + 40.79372, + 40.70095, + 40.69833, + 40.80999, + 40.70827, + 40.77675, + 40.80227, + 40.7129, + 40.67673, + 40.75377, + 40.77251, + 40.62066, + 40.71348, + 40.75172, + 40.67129, + 40.69544, + 40.79163, + 40.68066, + 40.76501, + 40.74067, + 40.82097, + 40.72558, + 40.74171, + 40.70725, + 40.74354, + 40.77549, + 40.72198, + 40.80931, + 40.70894, + 40.65352, + 40.70896, + 40.71991, + 40.71734, + 40.68513, + 40.68156, + 40.6528, + 40.8262, + 40.727, + 40.64638, + 40.64863, + 40.82261, + 40.86688, + 40.76794, + 40.75888, + 40.81488, + 40.68186, + 40.6933, + 40.77628, + 40.66045, + 40.66156, + 40.66404, + 40.65917, + 40.79732, + 40.74604, + 40.69269, + 40.73083, + 40.64342, + 40.71681, + 40.68118, + 40.68863, + 40.71661, + 40.6887, + 40.693, + 40.71764, + 40.77267, + 40.71368, + 40.6485, + 40.69472, + 40.81516, + 40.70825, + 40.68488, + 40.67328, + 40.68855, + 40.6858, + 40.61336, + 40.81847, + 40.69482, + 40.70724, + 40.67915, + 40.69121, + 40.80007, + 40.85188, + 40.77102, + 40.6869, + 40.69964, + 40.70493, + 40.7229, + 40.73233, + 40.76224, + 40.8568, + 40.80371, + 40.80288, + 40.6915, + 40.71107, + 40.66812, + 40.7383, + 40.81378, + 40.71947, + 40.68554, + 40.68392, + 40.74201, + 40.72645, + 40.70677, + 40.71391, + 40.70538, + 40.66489, + 40.70267, + 40.7566, + 40.79465, + 40.67864, + 40.74473, + 40.71875, + 40.69102, + 40.73693, + 40.83088, + 40.70476, + 40.70762, + 40.68132, + 40.62562, + 40.70436, + 40.68519, + 40.68994, + 40.6849, + 40.79798, + 40.6714, + 40.76585, + 40.79656, + 40.69467, + 40.73945, + 40.73824, + 40.77486, + 40.81367, + 40.80715, + 40.73362, + 40.64798, + 40.70162, + 40.68693, + 40.67937, + 40.72755, + 40.68403, + 40.71151, + 40.70981, + 40.61535, + 40.8012, + 40.76486, + 40.67575, + 40.65944, + 40.76636, + 40.70987, + 40.80545, + 40.68891, + 40.6862, + 40.68844, + 40.75699, + 40.66034, + 40.70431, + 40.72344, + 40.66077, + 40.68314, + 40.69463, + 40.80674, + 40.756, + 40.65948, + 40.73898, + 40.70163, + 40.72423, + 40.72347, + 40.77672, + 40.74503, + 40.80767, + 40.64364, + 40.79747, + 40.75382, + 40.67735, + 40.8531, + 40.71919, + 40.68076, + 40.76441, + 40.73677, + 40.71237, + 40.71708, + 40.69701, + 40.68057, + 40.66825, + 40.72787, + 40.76468, + 40.68886, + 40.74271, + 40.77255, + 40.76242, + 40.71471, + 40.82621, + 40.76738, + 40.73734, + 40.72999, + 40.75369, + 40.64836, + 40.65961, + 40.67983, + 40.69089, + 40.77327, + 40.67024, + 40.73194, + 40.83537, + 40.76591, + 40.68586, + 40.70867, + 40.72411, + 40.80283, + 40.74489, + 40.67948, + 40.6864, + 40.71285, + 40.71246, + 40.78046, + 40.82777, + 40.71483, + 40.78339, + 40.79501, + 40.7586, + 40.72182, + 40.79453, + 40.67676, + 40.63876, + 40.65552, + 40.67697, + 40.68949, + 40.74801, + 40.71789, + 40.80172, + 40.68979, + 40.67451, + 40.76746, + 40.75329, + 40.85318, + 40.80842, + 40.71423, + 40.71064, + 40.70921, + 40.74147, + 40.70932, + 40.68039, + 40.71723, + 40.68637, + 40.74811, + 40.66893, + 40.73702, + 40.71489, + 40.69493, + 40.69318, + 40.68237, + 40.69455, + 40.81335, + 40.6896, + 40.79345, + 40.8115, + 40.82818, + 40.65229, + 40.84941, + 40.67089, + 40.70811, + 40.82851, + 40.69692, + 40.67692, + 40.82987, + 40.67356, + 40.6618, + 40.63295, + 40.84906, + 40.75481, + 40.68018, + 40.78805, + 40.84353, + 40.58906, + 40.73239, + 40.59338, + 40.80249, + 40.76404, + 40.8562, + 40.76335, + 40.76281, + 40.72851, + 40.72931, + 40.65071, + 40.71609, + 40.666, + 40.71909, + 40.67449, + 40.80964, + 40.65009, + 40.80055, + 40.69228, + 40.79933, + 40.83935, + 40.67219, + 40.63473, + 40.72885, + 40.71286, + 40.80432, + 40.64513, + 40.74814, + 40.76347, + 40.68687, + 40.71863, + 40.71892, + 40.64335, + 40.72601, + 40.67308, + 40.60738, + 40.69749, + 40.71842, + 40.59425, + 40.69559, + 40.70475, + 40.6821, + 40.7219, + 40.67949, + 40.87035, + 40.81884, + 40.63964, + 40.86925, + 40.72275, + 40.77328, + 40.65815, + 40.65559, + 40.64471, + 40.71778, + 40.70833, + 40.77016, + 40.6808, + 40.73575, + 40.70287, + 40.77235, + 40.74089, + 40.72043, + 40.72293, + 40.74976, + 40.72979, + 40.65151, + 40.64476, + 40.64136, + 40.68785, + 40.70942, + 40.69284, + 40.68976, + 40.82545, + 40.78429, + 40.68668, + 40.75673, + 40.7843, + 40.68841, + 40.72569, + 40.63192, + 40.66411, + 40.6392, + 40.65024, + 40.65877, + 40.85046, + 40.75562, + 40.70669, + 40.75305, + 40.75373, + 40.76318, + 40.73661, + 40.76814, + 40.77659, + 40.76516, + 40.80346, + 40.66948, + 40.81609, + 40.63845, + 40.74561, + 40.73147, + 40.74512, + 40.71867, + 40.71681, + 40.6322, + 40.73249, + 40.80495, + 40.85622, + 40.80443, + 40.70711, + 40.74616, + 40.70097, + 40.70513, + 40.87924, + 40.75951, + 40.76773, + 40.70657, + 40.7244, + 40.68869, + 40.79241, + 40.71974, + 40.71873, + 40.68583, + 40.7255, + 40.72977, + 40.72951, + 40.6675, + 40.68498, + 40.681, + 40.73948, + 40.80766, + 40.77707, + 40.65998, + 40.73459, + 40.71427, + 40.84194, + 40.71848, + 40.66063, + 40.70588, + 40.68438, + 40.77759, + 40.71218, + 40.76868, + 40.76964, + 40.68203, + 40.70079, + 40.6978, + 40.62158, + 40.66398, + 40.72155, + 40.82793, + 40.69735, + 40.74261, + 40.66926, + 40.82692, + 40.75166, + 40.64918, + 40.7176, + 40.64237, + 40.80934, + 40.67138, + 40.82167, + 40.76617, + 40.71976, + 40.8236, + 40.71586, + 40.70322, + 40.73126, + 40.63552, + 40.69309, + 40.74552, + 40.78068, + 40.83498, + 40.7128, + 40.71203, + 40.75784, + 40.73328, + 40.77565, + 40.77786, + 40.7138, + 40.741, + 40.77319, + 40.74511, + 40.65292, + 40.7429, + 40.72804, + 40.7251, + 40.69637, + 40.71819, + 40.6944, + 40.85411, + 40.69259, + 40.77743, + 40.70829, + 40.80926, + 40.71404, + 40.7771, + 40.77898, + 40.77832, + 40.77103, + 40.67762, + 40.66135, + 40.70081, + 40.78568, + 40.7097, + 40.65729, + 40.72651, + 40.81037, + 40.68324, + 40.68482, + 40.70881, + 40.68533, + 40.72556, + 40.76882, + 40.63844, + 40.80769, + 40.68125, + 40.76625, + 40.74202, + 40.72078, + 40.77673, + 40.69175, + 40.69482, + 40.62203, + 40.73452, + 40.72727, + 40.6932, + 40.79149, + 40.7265, + 40.69088, + 40.72881, + 40.71247, + 40.72085, + 40.77428, + 40.72429, + 40.85615, + 40.87031, + 40.86917, + 40.72425, + 40.73076, + 40.7284, + 40.63956, + 40.80379, + 40.74615, + 40.7455, + 40.675, + 40.71485, + 40.73714, + 40.59372, + 40.68619, + 40.75678, + 40.64332, + 40.7658, + 40.78461, + 40.86673, + 40.70072, + 40.79154, + 40.78966, + 40.71096, + 40.75662, + 40.68249, + 40.77158, + 40.77058, + 40.76123, + 40.86686, + 40.73571, + 40.732, + 40.6924, + 40.68699, + 40.73576, + 40.57575, + 40.80926, + 40.75902, + 40.69471, + 40.77811, + 40.68255, + 40.67395, + 40.58718, + 40.74993, + 40.72709, + 40.74187, + 40.78471, + 40.76646, + 40.76109, + 40.72415, + 40.80921, + 40.81055, + 40.77836, + 40.65608, + 40.71449, + 40.80937, + 40.72576, + 40.7252, + 40.72282, + 40.82376, + 40.80999, + 40.74049, + 40.80827, + 40.79315, + 40.71722, + 40.64672, + 40.75659, + 40.81843, + 40.80437, + 40.71506, + 40.74433, + 40.64309, + 40.78587, + 40.72576, + 40.72766, + 40.82935, + 40.66663, + 40.80212, + 40.69864, + 40.66632, + 40.71779, + 40.80338, + 40.70575, + 40.71648, + 40.75151, + 40.84752, + 40.73109, + 40.75029, + 40.73829, + 40.73394, + 40.7204, + 40.74353, + 40.72399, + 40.65439, + 40.80224, + 40.67685, + 40.67627, + 40.72584, + 40.69754, + 40.76536, + 40.69891, + 40.76106, + 40.7265, + 40.74443, + 40.85188, + 40.68361, + 40.69838, + 40.67055, + 40.68653, + 40.65221, + 40.72537, + 40.80268, + 40.73376, + 40.67365, + 40.73301, + 40.7544, + 40.75625, + 40.67704, + 40.84543, + 40.69149, + 40.74637, + 40.71573, + 40.68185, + 40.69423, + 40.72045, + 40.72334, + 40.73532, + 40.68148, + 40.76553, + 40.69796, + 40.77355, + 40.68412, + 40.71262, + 40.67706, + 40.73899, + 40.72723, + 40.69645, + 40.69819, + 40.73556, + 40.76367, + 40.73977, + 40.75455, + 40.76043, + 40.63992, + 40.78141, + 40.63929, + 40.73048, + 40.7363, + 40.71162, + 40.772, + 40.77747, + 40.77878, + 40.77823, + 40.74281, + 40.70721, + 40.72598, + 40.6707, + 40.72759, + 40.67203, + 40.70585, + 40.83243, + 40.69, + 40.7578, + 40.72412, + 40.67404, + 40.76851, + 40.66881, + 40.81288, + 40.72317, + 40.80387, + 40.69718, + 40.6752, + 40.76407, + 40.75802, + 40.64508, + 40.81922, + 40.85076, + 40.74705, + 40.60877, + 40.80754, + 40.6027, + 40.66812, + 40.73115, + 40.67013, + 40.66977, + 40.67083, + 40.72737, + 40.68318, + 40.73643, + 40.76269, + 40.75598, + 40.72385, + 40.69343, + 40.72699, + 40.76579, + 40.71306, + 40.85369, + 40.68749, + 40.74624, + 40.68859, + 40.76642, + 40.72645, + 40.83705, + 40.69554, + 40.76076, + 40.73958, + 40.64774, + 40.7179, + 40.70206, + 40.72938, + 40.70245, + 40.73381, + 40.71186, + 40.68957, + 40.76875, + 40.80238, + 40.67756, + 40.76752, + 40.69616, + 40.69521, + 40.69652, + 40.65258, + 40.70108, + 40.68766, + 40.79536, + 40.85131, + 40.68328, + 40.74511, + 40.7261, + 40.60382, + 40.81961, + 40.74227, + 40.71018, + 40.68336, + 40.72713, + 40.76189, + 40.76326, + 40.73023, + 40.73241, + 40.71372, + 40.64769, + 40.82316, + 40.74603, + 40.68469, + 40.84114, + 40.74462, + 40.67656, + 40.84099, + 40.75651, + 40.84417, + 40.70552, + 40.76978, + 40.7456, + 40.70744, + 40.67305, + 40.76253, + 40.7355, + 40.80391, + 40.68572, + 40.7443, + 40.72117, + 40.80113, + 40.7435, + 40.70616, + 40.83173, + 40.59745, + 40.74819, + 40.59692, + 40.67919, + 40.83712, + 40.67005, + 40.71304, + 40.68469, + 40.7621, + 40.68146, + 40.67135, + 40.71059, + 40.72056, + 40.77279, + 40.71512, + 40.73444, + 40.77367, + 40.79584, + 40.64596, + 40.67561, + 40.67018, + 40.75832, + 40.73889, + 40.73828, + 40.71493, + 40.65642, + 40.7993, + 40.67293, + 40.78007, + 40.76684, + 40.66561, + 40.80355, + 40.69934, + 40.75602, + 40.69392, + 40.71813, + 40.75851, + 40.64465, + 40.69206, + 40.66971, + 40.66067, + 40.68083, + 40.64551, + 40.79877, + 40.8339, + 40.66406, + 40.64841, + 40.72749, + 40.76437, + 40.73521, + 40.69507, + 40.74454, + 40.71269, + 40.6425, + 40.80825, + 40.71942, + 40.60913, + 40.81302, + 40.8255, + 40.68904, + 40.79215, + 40.72214, + 40.78688, + 40.70818, + 40.71447, + 40.75001, + 40.75276, + 40.81161, + 40.69601, + 40.76654, + 40.79456, + 40.67613, + 40.6975, + 40.74252, + 40.66654, + 40.73773, + 40.79358, + 40.71738, + 40.81446, + 40.81767, + 40.67809, + 40.76051, + 40.81968, + 40.69406, + 40.68409, + 40.71704, + 40.79517, + 40.72386, + 40.73565, + 40.68348, + 40.84034, + 40.63703, + 40.71354, + 40.68759, + 40.71531, + 40.67308, + 40.70537, + 40.71992, + 40.71499, + 40.74122, + 40.82827, + 40.7127, + 40.66989, + 40.81638, + 40.69484, + 40.74392, + 40.67519, + 40.73695, + 40.72398, + 40.69478, + 40.79424, + 40.73746, + 40.70105, + 40.78073, + 40.85338, + 40.67167, + 40.76984, + 40.72701, + 40.72103, + 40.8269, + 40.70772, + 40.71264, + 40.74481, + 40.61364, + 40.64458, + 40.63356, + 40.81108, + 40.71397, + 40.73418, + 40.76589, + 40.85321, + 40.7141, + 40.75766, + 40.75919, + 40.7593, + 40.76501, + 40.76485, + 40.76321, + 40.76536, + 40.74896, + 40.74916, + 40.74526, + 40.7502, + 40.71397, + 40.74919, + 40.73484, + 40.76876, + 40.76101, + 40.69353, + 40.66587, + 40.71942, + 40.69499, + 40.70817, + 40.8513, + 40.69883, + 40.71092, + 40.8178, + 40.67435, + 40.6925, + 40.72131, + 40.72778, + 40.82805, + 40.64261, + 40.6875, + 40.86488, + 40.7317, + 40.85929, + 40.7865, + 40.7281, + 40.76199, + 40.79917, + 40.68152, + 40.7234, + 40.64028, + 40.78025, + 40.72521, + 40.71545, + 40.69428, + 40.73571, + 40.69612, + 40.83137, + 40.78206, + 40.67987, + 40.67522, + 40.78943, + 40.6896, + 40.66945, + 40.72105, + 40.71363, + 40.6957, + 40.74431, + 40.76675, + 40.76731, + 40.81632, + 40.62067, + 40.72208, + 40.71786, + 40.70288, + 40.7464, + 40.76407, + 40.67573, + 40.70887, + 40.84806, + 40.70983, + 40.53871, + 40.68326, + 40.72492, + 40.7979, + 40.74899, + 40.82288, + 40.71315, + 40.78873, + 40.64958, + 40.70537, + 40.76964, + 40.68196, + 40.77734, + 40.81955, + 40.76032, + 40.7002, + 40.72208, + 40.80063, + 40.68956, + 40.6898, + 40.71862, + 40.77984, + 40.70682, + 40.73204, + 40.69643, + 40.67595, + 40.67549, + 40.7115, + 40.87094, + 40.75046, + 40.73104, + 40.66317, + 40.68638, + 40.7481, + 40.71569, + 40.80339, + 40.70146, + 40.74314, + 40.77186, + 40.582, + 40.73318, + 40.68886, + 40.66042, + 40.72118, + 40.76616, + 40.72804, + 40.74685, + 40.82432, + 40.69257, + 40.66507, + 40.69369, + 40.72833, + 40.69391, + 40.68932, + 40.69175, + 40.68073, + 40.69516, + 40.67989, + 40.68006, + 40.74525, + 40.71463, + 40.68787, + 40.74176, + 40.80859, + 40.66391, + 40.67873, + 40.78172, + 40.68773, + 40.78304, + 40.73414, + 40.62645, + 40.65218, + 40.65802, + 40.68119, + 40.702, + 40.64847, + 40.77414, + 40.70013, + 40.57577, + 40.57582, + 40.72956, + 40.76699, + 40.74074, + 40.77699, + 40.68934, + 40.71064, + 40.73756, + 40.66713, + 40.68187, + 40.6727, + 40.72588, + 40.7012, + 40.6514, + 40.72999, + 40.76987, + 40.68335, + 40.7087, + 40.75047, + 40.74117, + 40.75566, + 40.71612, + 40.67964, + 40.88438, + 40.71355, + 40.86461, + 40.76245, + 40.5938, + 40.79712, + 40.72318, + 40.69095, + 40.7246, + 40.6937, + 40.71284, + 40.79563, + 40.76125, + 40.68221, + 40.6613, + 40.86857, + 40.64945, + 40.69872, + 40.6781, + 40.81248, + 40.81315, + 40.78193, + 40.71415, + 40.69076, + 40.73275, + 40.71889, + 40.68445, + 40.69551, + 40.69709, + 40.73523, + 40.76505, + 40.82279, + 40.68233, + 40.65598, + 40.64041, + 40.80935, + 40.66929, + 40.63865, + 40.74054, + 40.77411, + 40.69197, + 40.75386, + 40.69927, + 40.66175, + 40.63501, + 40.63637, + 40.82837, + 40.7192, + 40.66865, + 40.69677, + 40.74817, + 40.70833, + 40.66926, + 40.75551, + 40.75603, + 40.67268, + 40.71233, + 40.76383, + 40.77546, + 40.7683, + 40.77349, + 40.77571, + 40.6809, + 40.68968, + 40.69452, + 40.6778, + 40.85022, + 40.67247, + 40.72864, + 40.76578, + 40.67186, + 40.64765, + 40.69383, + 40.65531, + 40.7701, + 40.59347, + 40.70208, + 40.75708, + 40.69554, + 40.60044, + 40.68567, + 40.69705, + 40.72766, + 40.7975, + 40.72263, + 40.695, + 40.68607, + 40.68116, + 40.86437, + 40.68683, + 40.67774, + 40.76121, + 40.84565, + 40.60353, + 40.7606, + 40.63116, + 40.63149, + 40.77617, + 40.6966, + 40.70626, + 40.74924, + 40.65252, + 40.58017, + 40.7823, + 40.81184, + 40.62241, + 40.8153, + 40.76924, + 40.74176, + 40.86348, + 40.70849, + 40.70961, + 40.86448, + 40.76075, + 40.63431, + 40.67453, + 40.74864, + 40.70216, + 40.70886, + 40.76389, + 40.76305, + 40.7345, + 40.6899, + 40.72194, + 40.80766, + 40.70987, + 40.71164, + 40.74128, + 40.79274, + 40.67181, + 40.79142, + 40.76722, + 40.71869, + 40.63568, + 40.78549, + 40.75092, + 40.75136, + 40.73018, + 40.74923, + 40.7203, + 40.68643, + 40.63101, + 40.78866, + 40.80617, + 40.70336, + 40.67438, + 40.83046, + 40.80113, + 40.70422, + 40.70276, + 40.80623, + 40.666, + 40.58493, + 40.71168, + 40.6921, + 40.66535, + 40.80171, + 40.63052, + 40.68615, + 40.76428, + 40.68769, + 40.63159, + 40.72196, + 40.69708, + 40.7483, + 40.69253, + 40.70973, + 40.76529, + 40.69491, + 40.67841, + 40.72107, + 40.81733, + 40.75125, + 40.76999, + 40.70432, + 40.6427, + 40.77666, + 40.72856, + 40.7381, + 40.67164, + 40.79295, + 40.70552, + 40.73581, + 40.80726, + 40.67541, + 40.74891, + 40.78311, + 40.77411, + 40.67148, + 40.76138, + 40.65749, + 40.74397, + 40.72552, + 40.69422, + 40.7233, + 40.69461, + 40.72771, + 40.6754, + 40.71666, + 40.67091, + 40.64807, + 40.58186, + 40.81213, + 40.66424, + 40.68144, + 40.81703, + 40.84545, + 40.74107, + 40.71724, + 40.8781, + 40.68309, + 40.6905, + 40.77048, + 40.72571, + 40.69564, + 40.76616, + 40.6632, + 40.75794, + 40.76352, + 40.81473, + 40.8217, + 40.69851, + 40.68656, + 40.75538, + 40.86437, + 40.71647, + 40.81217, + 40.67933, + 40.6961, + 40.68352, + 40.70219, + 40.70464, + 40.76587, + 40.59211, + 40.72428, + 40.76987, + 40.67414, + 40.75615, + 40.69723, + 40.57706, + 40.80533, + 40.71185, + 40.79274, + 40.73057, + 40.69377, + 40.86868, + 40.70937, + 40.62723, + 40.74119, + 40.8709, + 40.67689, + 40.72449, + 40.71326, + 40.68003, + 40.67089, + 40.68476, + 40.72158, + 40.75901, + 40.77872, + 40.63613, + 40.76811, + 40.67053, + 40.7542, + 40.71816, + 40.73307, + 40.8155, + 40.73443, + 40.84546, + 40.66194, + 40.72147, + 40.73223, + 40.79806, + 40.76313, + 40.70896, + 40.69107, + 40.74123, + 40.71031, + 40.68698, + 40.67395, + 40.78056, + 40.80972, + 40.69345, + 40.7181, + 40.79416, + 40.70127, + 40.79857, + 40.72439, + 40.72999, + 40.71774, + 40.65694, + 40.79424, + 40.73612, + 40.67156, + 40.72052, + 40.72734, + 40.63716, + 40.7729, + 40.69449, + 40.7824, + 40.66491, + 40.69471, + 40.75236, + 40.6974, + 40.73117, + 40.73114, + 40.74443, + 40.69775, + 40.65377, + 40.77243, + 40.74391, + 40.69049, + 40.69054, + 40.69974, + 40.75656, + 40.63168, + 40.7711, + 40.78593, + 40.7902, + 40.70824, + 40.68091, + 40.61901, + 40.81034, + 40.72036, + 40.71456, + 40.73589, + 40.86517, + 40.58092, + 40.81234, + 40.81387, + 40.78549, + 40.72962, + 40.78937, + 40.88534, + 40.71889, + 40.74756, + 40.82021, + 40.84345, + 40.80104, + 40.72237, + 40.69365, + 40.73242, + 40.82097, + 40.7503, + 40.67686, + 40.72286, + 40.76503, + 40.72308, + 40.71891, + 40.75214, + 40.78913, + 40.62919, + 40.76169, + 40.76634, + 40.66338, + 40.6873, + 40.7807, + 40.78822, + 40.68815, + 40.81131, + 40.73953, + 40.72886, + 40.85311, + 40.72261, + 40.71794, + 40.662, + 40.73272, + 40.81053, + 40.75607, + 40.68823, + 40.70743, + 40.77858, + 40.65935, + 40.70648, + 40.67523, + 40.75299, + 40.75729, + 40.73354, + 40.69103, + 40.72736, + 40.67694, + 40.69025, + 40.76876, + 40.69288, + 40.74423, + 40.68295, + 40.73481, + 40.69045, + 40.7972, + 40.63684, + 40.74701, + 40.67158, + 40.72054, + 40.70732, + 40.68655, + 40.76266, + 40.68824, + 40.67544, + 40.69892, + 40.71866, + 40.81217, + 40.71815, + 40.66914, + 40.74686, + 40.66443, + 40.63952, + 40.69424, + 40.81321, + 40.80674, + 40.66994, + 40.77317, + 40.66926, + 40.81064, + 40.74238, + 40.74385, + 40.76246, + 40.64425, + 40.64605, + 40.69502, + 40.66151, + 40.68821, + 40.71882, + 40.74289, + 40.75541, + 40.72528, + 40.74932, + 40.76316, + 40.69801, + 40.76191, + 40.84497, + 40.7331, + 40.77581, + 40.68761, + 40.76213, + 40.6987, + 40.72964, + 40.67574, + 40.7822, + 40.68535, + 40.79795, + 40.84354, + 40.68476, + 40.88364, + 40.72171, + 40.63592, + 40.76576, + 40.67358, + 40.73542, + 40.65932, + 40.66935, + 40.65661, + 40.73819, + 40.85564, + 40.80353, + 40.85516, + 40.77241, + 40.7709, + 40.68673, + 40.74563, + 40.72207, + 40.76745, + 40.7124, + 40.7631, + 40.6817, + 40.71747, + 40.70481, + 40.69037, + 40.67992, + 40.77764, + 40.76601, + 40.69171, + 40.76476, + 40.69511, + 40.69664, + 40.70091, + 40.72128, + 40.81928, + 40.69624, + 40.72177, + 40.79487, + 40.75811, + 40.6919, + 40.69661, + 40.76982, + 40.79974, + 40.65026, + 40.74432, + 40.78949, + 40.69261, + 40.77777, + 40.71398, + 40.68572, + 40.69369, + 40.83126, + 40.82168, + 40.68786, + 40.67387, + 40.68402, + 40.69307, + 40.6877, + 40.78071, + 40.68727, + 40.68293, + 40.6942, + 40.63256, + 40.74473, + 40.75888, + 40.7647, + 40.70869, + 40.70327, + 40.72269, + 40.68544, + 40.75735, + 40.77412, + 40.7847, + 40.77681, + 40.67259, + 40.78463, + 40.80416, + 40.70025, + 40.80026, + 40.7638, + 40.74754, + 40.69808, + 40.70678, + 40.71893, + 40.70459, + 40.7455, + 40.65321, + 40.71869, + 40.71638, + 40.76318, + 40.69016, + 40.67943, + 40.7368, + 40.76126, + 40.70858, + 40.82665, + 40.67763, + 40.70743, + 40.67632, + 40.69745, + 40.75933, + 40.57825, + 40.70345, + 40.76976, + 40.85354, + 40.67213, + 40.79345, + 40.67038, + 40.68371, + 40.6778, + 40.66429, + 40.6891, + 40.67057, + 40.84955, + 40.81447, + 40.65704, + 40.74834, + 40.73218, + 40.6536, + 40.7355, + 40.73373, + 40.8134, + 40.76889, + 40.80803, + 40.80965, + 40.7016, + 40.79794, + 40.73916, + 40.68416, + 40.7523, + 40.64538, + 40.79967, + 40.65953, + 40.71836, + 40.75767, + 40.73677, + 40.75147, + 40.71004, + 40.78906, + 40.77751, + 40.83053, + 40.6946, + 40.78164, + 40.72528, + 40.70655, + 40.7447, + 40.68697, + 40.7164, + 40.74612, + 40.69845, + 40.80567, + 40.7883, + 40.76417, + 40.63381, + 40.84499, + 40.76518, + 40.68699, + 40.68583, + 40.76392, + 40.83694, + 40.72448, + 40.87372, + 40.67694, + 40.63457, + 40.57609, + 40.80405, + 40.84062, + 40.72412, + 40.8043, + 40.69368, + 40.80947, + 40.80507, + 40.7288, + 40.67158, + 40.86512, + 40.76658, + 40.68318, + 40.72842, + 40.78571, + 40.73957, + 40.62, + 40.63602, + 40.76459, + 40.68661, + 40.70689, + 40.69104, + 40.82341, + 40.71684, + 40.70464, + 40.7402, + 40.70549, + 40.75527, + 40.69095, + 40.76013, + 40.70457, + 40.73434, + 40.7239, + 40.69602, + 40.70596, + 40.72112, + 40.70765, + 40.70438, + 40.69314, + 40.76692, + 40.58023, + 40.68707, + 40.84946, + 40.75383, + 40.86396, + 40.766, + 40.82205, + 40.72982, + 40.70787, + 40.68312, + 40.7242, + 40.63136, + 40.77138, + 40.76606, + 40.71919, + 40.74672, + 40.68435, + 40.84098, + 40.68818, + 40.76431, + 40.74911, + 40.81358, + 40.8058, + 40.87492, + 40.72734, + 40.68775, + 40.75884, + 40.63676, + 40.80514, + 40.75242, + 40.63464, + 40.73034, + 40.72615, + 40.69449, + 40.64275, + 40.69531, + 40.80456, + 40.68854, + 40.82443, + 40.82348, + 40.64519, + 40.76482, + 40.78093, + 40.76476, + 40.66405, + 40.67922, + 40.74769, + 40.74404, + 40.79871, + 40.70442, + 40.6838, + 40.74399, + 40.70733, + 40.71937, + 40.67574, + 40.76597, + 40.70036, + 40.71602, + 40.72749, + 40.71871, + 40.69408, + 40.75637, + 40.64632, + 40.72166, + 40.78858, + 40.73376, + 40.81906, + 40.65274, + 40.65372, + 40.80355, + 40.78975, + 40.69432, + 40.66939, + 40.82439, + 40.69374, + 40.76534, + 40.74295, + 40.729, + 40.7648, + 40.71099, + 40.80897, + 40.68874, + 40.78693, + 40.70771, + 40.70468, + 40.72477, + 40.68017, + 40.7839, + 40.72564, + 40.79126, + 40.76438, + 40.70426, + 40.76765, + 40.58938, + 40.6924, + 40.66009, + 40.69481, + 40.77827, + 40.7183, + 40.86689, + 40.65411, + 40.76217, + 40.8136, + 40.72211, + 40.68805, + 40.69306, + 40.76989, + 40.68812, + 40.68017, + 40.69286, + 40.68064, + 40.68408, + 40.69234, + 40.66302, + 40.84647, + 40.85487, + 40.72908, + 40.6701, + 40.68435, + 40.74988, + 40.65319, + 40.66989, + 40.70341, + 40.66862, + 40.67102, + 40.67051, + 40.79864, + 40.71933, + 40.76537, + 40.69455, + 40.68741, + 40.73312, + 40.66019, + 40.65044, + 40.75358, + 40.80333, + 40.69944, + 40.65062, + 40.6845, + 40.82452, + 40.75562, + 40.84662, + 40.72681, + 40.82942, + 40.83081, + 40.65107, + 40.76736, + 40.82359, + 40.67139, + 40.72571, + 40.70882, + 40.6809, + 40.72827, + 40.64246, + 40.84745, + 40.83099, + 40.75763, + 40.79872, + 40.8398, + 40.6348, + 40.81253, + 40.71495, + 40.74559, + 40.78081, + 40.79737, + 40.66399, + 40.72948, + 40.73433, + 40.64896, + 40.77822, + 40.75538, + 40.8236, + 40.7627, + 40.78908, + 40.71188, + 40.70679, + 40.7742, + 40.67795, + 40.73702, + 40.66556, + 40.86027, + 40.86718, + 40.58654, + 40.70159, + 40.73075, + 40.72002, + 40.7049, + 40.70351, + 40.82389, + 40.76442, + 40.84992, + 40.77409, + 40.8637, + 40.67757, + 40.6913, + 40.62934, + 40.84257, + 40.70294, + 40.69063, + 40.72598, + 40.76547, + 40.8677, + 40.73401, + 40.70369, + 40.72724, + 40.76208, + 40.70028, + 40.68717, + 40.76341, + 40.77414, + 40.81752, + 40.65306, + 40.75556, + 40.68257, + 40.67238, + 40.66515, + 40.69178, + 40.7126, + 40.8151, + 40.68248, + 40.73674, + 40.63952, + 40.72603, + 40.82444, + 40.61277, + 40.6929, + 40.69455, + 40.71862, + 40.74569, + 40.81651, + 40.79921, + 40.83716, + 40.75292, + 40.70113, + 40.66364, + 40.68644, + 40.69983, + 40.8125, + 40.64493, + 40.67696, + 40.72995, + 40.69085, + 40.72588, + 40.70506, + 40.74888, + 40.7199, + 40.68367, + 40.71555, + 40.67855, + 40.68144, + 40.59339, + 40.6991, + 40.66182, + 40.80584, + 40.70728, + 40.6911, + 40.70766, + 40.67365, + 40.79264, + 40.66998, + 40.76798, + 40.71058, + 40.80833, + 40.77244, + 40.75558, + 40.83018, + 40.83117, + 40.71463, + 40.7802, + 40.69945, + 40.80034, + 40.73096, + 40.72215, + 40.80264, + 40.64909, + 40.71625, + 40.66832, + 40.68827, + 40.69364, + 40.68473, + 40.64217, + 40.70999, + 40.77878, + 40.74215, + 40.69227, + 40.69942, + 40.75444, + 40.84289, + 40.68952, + 40.73107, + 40.6764, + 40.72205, + 40.69502, + 40.75607, + 40.60402, + 40.81406, + 40.72843, + 40.73158, + 40.7331, + 40.70565, + 40.77404, + 40.77949, + 40.71493, + 40.74822, + 40.85878, + 40.71873, + 40.71435, + 40.68795, + 40.76646, + 40.67653, + 40.80389, + 40.65634, + 40.80094, + 40.69229, + 40.77557, + 40.72565, + 40.67693, + 40.7652, + 40.8298, + 40.70556, + 40.65663, + 40.6882, + 40.86835, + 40.76132, + 40.76059, + 40.68212, + 40.67779, + 40.71988, + 40.72034, + 40.77973, + 40.67101, + 40.68908, + 40.71779, + 40.68188, + 40.80062, + 40.75194, + 40.69563, + 40.69608, + 40.7381, + 40.73412, + 40.67079, + 40.68914, + 40.69063, + 40.83847, + 40.69604, + 40.82761, + 40.7453, + 40.75233, + 40.84111, + 40.63693, + 40.78974, + 40.69083, + 40.71047, + 40.71644, + 40.75898, + 40.71529, + 40.6699, + 40.71947, + 40.65746, + 40.5889, + 40.64493, + 40.76382, + 40.86057, + 40.72237, + 40.69337, + 40.72686, + 40.68455, + 40.76435, + 40.70793, + 40.77294, + 40.76446, + 40.65229, + 40.63255, + 40.82607, + 40.71681, + 40.63167, + 40.80298, + 40.65255, + 40.69156, + 40.68582, + 40.67697, + 40.73863, + 40.80141, + 40.82527, + 40.6697, + 40.6948, + 40.80864, + 40.71964, + 40.69321, + 40.66088, + 40.78546, + 40.74218, + 40.72208, + 40.83159, + 40.66482, + 40.76207, + 40.70904, + 40.69121, + 40.77978, + 40.73369, + 40.78886, + 40.71591, + 40.69055, + 40.70844, + 40.72037, + 40.68555, + 40.68647, + 40.66547, + 40.77229, + 40.77568, + 40.64354, + 40.70382, + 40.73159, + 40.85865, + 40.68057, + 40.69284, + 40.69418, + 40.91169, + 40.7672, + 40.81368, + 40.74789, + 40.66954, + 40.65064, + 40.71227, + 40.76682, + 40.71353, + 40.67541, + 40.82336, + 40.77481, + 40.69205, + 40.80387, + 40.7241, + 40.8042, + 40.67787, + 40.67571, + 40.76843, + 40.71039, + 40.76848, + 40.7358, + 40.8225, + 40.70545, + 40.7137, + 40.75017, + 40.69459, + 40.79939, + 40.69804, + 40.68432, + 40.70586, + 40.61143, + 40.72288, + 40.65766, + 40.81271, + 40.68626, + 40.68112, + 40.67404, + 40.6705, + 40.68391, + 40.69445, + 40.83168, + 40.69517, + 40.69087, + 40.69694, + 40.62981, + 40.75172, + 40.68988, + 40.75885, + 40.84773, + 40.75405, + 40.72349, + 40.79978, + 40.74518, + 40.74452, + 40.69416, + 40.76, + 40.80546, + 40.70738, + 40.69471, + 40.65475, + 40.74954, + 40.87192, + 40.71255, + 40.72415, + 40.8012, + 40.6327, + 40.60795, + 40.818, + 40.69207, + 40.69171, + 40.84594, + 40.8213, + 40.71886, + 40.7107, + 40.70943, + 40.85115, + 40.70001, + 40.69347, + 40.72008, + 40.71869, + 40.67371, + 40.6746, + 40.87309, + 40.7097, + 40.69364, + 40.73334, + 40.75725, + 40.68416, + 40.64005, + 40.76515, + 40.6862, + 40.72667, + 40.67324, + 40.69369, + 40.71232, + 40.67862, + 40.7218, + 40.69121, + 40.76364, + 40.72446, + 40.80393, + 40.66634, + 40.7523, + 40.69252, + 40.65003, + 40.69453, + 40.88702, + 40.67574, + 40.74204, + 40.75865, + 40.67615, + 40.70817, + 40.70373, + 40.71432, + 40.71725, + 40.71365, + 40.77958, + 40.6589, + 40.78293, + 40.82425, + 40.71219, + 40.70608, + 40.70884, + 40.83543, + 40.87315, + 40.85618, + 40.60924, + 40.70336, + 40.67785, + 40.68602, + 40.68692, + 40.68924, + 40.65219, + 40.66325, + 40.67555, + 40.63491, + 40.68307, + 40.68499, + 40.79376, + 40.67064, + 40.80722, + 40.80066, + 40.70249, + 40.72186, + 40.70398, + 40.75403, + 40.67305, + 40.74863, + 40.80324, + 40.69023, + 40.72463, + 40.72357, + 40.71627, + 40.81372, + 40.75777, + 40.79948, + 40.6806, + 40.63748, + 40.73193, + 40.7932, + 40.80225, + 40.66615, + 40.75997, + 40.72681, + 40.80005, + 40.86854, + 40.85391, + 40.65704, + 40.70257, + 40.73526, + 40.74819, + 40.80371, + 40.72247, + 40.71813, + 40.73437, + 40.66413, + 40.73742, + 40.76044, + 40.70492, + 40.73334, + 40.71335, + 40.75607, + 40.76617, + 40.75794, + 40.71364, + 40.6737, + 40.70286, + 40.74814, + 40.67731, + 40.70959, + 40.68843, + 40.72791, + 40.70439, + 40.66458, + 40.73016, + 40.81233, + 40.75023, + 40.72146, + 40.73193, + 40.71816, + 40.69319, + 40.71258, + 40.69573, + 40.73776, + 40.69079, + 40.72661, + 40.84473, + 40.68415, + 40.75229, + 40.82402, + 40.69962, + 40.80152, + 40.75872, + 40.71015, + 40.58934, + 40.66931, + 40.67537, + 40.79712, + 40.65379, + 40.72007, + 40.68722, + 40.75044, + 40.70798, + 40.75378, + 40.65068, + 40.72528, + 40.75754, + 40.74891, + 40.70833, + 40.64561, + 40.71682, + 40.66412, + 40.77896, + 40.76011, + 40.70263, + 40.77299, + 40.59841, + 40.62929, + 40.70819, + 40.72284, + 40.66314, + 40.72772, + 40.76136, + 40.60642, + 40.76844, + 40.66032, + 40.59855, + 40.67578, + 40.73321, + 40.72681, + 40.63959, + 40.70858, + 40.67522, + 40.71966, + 40.72633, + 40.76749, + 40.68318, + 40.71017, + 40.61421, + 40.62017, + 40.80292, + 40.85031, + 40.81711, + 40.74154, + 40.71275, + 40.77127, + 40.85961, + 40.72696, + 40.82265, + 40.87063, + 40.75575, + 40.70648, + 40.72184, + 40.75402, + 40.76078, + 40.67155, + 40.76387, + 40.60788, + 40.78663, + 40.70515, + 40.77407, + 40.68607, + 40.67718, + 40.76439, + 40.78569, + 40.71173, + 40.71826, + 40.64917, + 40.76151, + 40.76312, + 40.71921, + 40.71666, + 40.82896, + 40.76365, + 40.74752, + 40.87188, + 40.74966, + 40.69244, + 40.7496, + 40.67882, + 40.77296, + 40.70741, + 40.73318, + 40.76221, + 40.79166, + 40.75704, + 40.59019, + 40.69671, + 40.75364, + 40.71066, + 40.68329, + 40.7291, + 40.75888, + 40.7224, + 40.65292, + 40.67386, + 40.73267, + 40.66847, + 40.6792, + 40.6506, + 40.76275, + 40.73884, + 40.79439, + 40.70849, + 40.68333, + 40.85152, + 40.69334, + 40.77948, + 40.66971, + 40.71842, + 40.63452, + 40.71143, + 40.75575, + 40.75578, + 40.86707, + 40.69674, + 40.76615, + 40.75851, + 40.67075, + 40.75301, + 40.69292, + 40.69297, + 40.64249, + 40.77356, + 40.63993, + 40.69501, + 40.7625, + 40.85152, + 40.70919, + 40.80115, + 40.76834, + 40.77127, + 40.73002, + 40.68704, + 40.68707, + 40.86739, + 40.71592, + 40.79729, + 40.7547, + 40.83051, + 40.69811, + 40.70736, + 40.65969, + 40.63683, + 40.69976, + 40.74384, + 40.75844, + 40.60683, + 40.82843, + 40.77895, + 40.63895, + 40.73218, + 40.68512, + 40.68539, + 40.64478, + 40.66482, + 40.76422, + 40.6497, + 40.80214, + 40.75027, + 40.75118, + 40.69482, + 40.83827, + 40.71923, + 40.74982, + 40.81119, + 40.69412, + 40.76461, + 40.76224, + 40.66723, + 40.67125, + 40.69491, + 40.76387, + 40.62327, + 40.66682, + 40.77559, + 40.77204, + 40.671, + 40.78285, + 40.68378, + 40.81002, + 40.65585, + 40.68603, + 40.66268, + 40.7476, + 40.64882, + 40.75452, + 40.78841, + 40.60577, + 40.74617, + 40.68923, + 40.75071, + 40.69091, + 40.74683, + 40.75125, + 40.70602, + 40.65283, + 40.69508, + 40.75169, + 40.68756, + 40.70821, + 40.79631, + 40.66724, + 40.77655, + 40.74712, + 40.71445, + 40.76873, + 40.73179, + 40.87271, + 40.67061, + 40.85484, + 40.65417, + 40.68508, + 40.7197, + 40.7591, + 40.85624, + 40.61767, + 40.61357, + 40.69256, + 40.66134, + 40.59486, + 40.77126, + 40.71358, + 40.76269, + 40.75169, + 40.6721, + 40.67379, + 40.67396, + 40.50873, + 40.68277, + 40.6949, + 40.70445, + 40.72506, + 40.66615, + 40.68318, + 40.76199, + 40.73862, + 40.71893, + 40.72257, + 40.71706, + 40.69481, + 40.74165, + 40.74285, + 40.70075, + 40.81451, + 40.72204, + 40.79475, + 40.83318, + 40.7084, + 40.65704, + 40.62986, + 40.71588, + 40.74214, + 40.76619, + 40.73983, + 40.65871, + 40.74806, + 40.7231, + 40.74183, + 40.77138, + 40.80545, + 40.77084, + 40.82634, + 40.72059, + 40.70388, + 40.71284, + 40.70866, + 40.77565, + 40.71099, + 40.77317, + 40.74736, + 40.6948, + 40.7687, + 40.80244, + 40.67249, + 40.67488, + 40.76877, + 40.84977, + 40.8336, + 40.69441, + 40.70674, + 40.72136, + 40.71199, + 40.68054, + 40.68347, + 40.81192, + 40.72902, + 40.80652, + 40.69144, + 40.75448, + 40.74286, + 40.72083, + 40.85674, + 40.74689, + 40.71222, + 40.69293, + 40.7951, + 40.66593, + 40.6896, + 40.84733, + 40.72669, + 40.7102, + 40.71118, + 40.68633, + 40.6721, + 40.90281, + 40.70857, + 40.69097, + 40.69628, + 40.68569, + 40.81515, + 40.71122, + 40.66413, + 40.76796, + 40.68932, + 40.79632, + 40.86556, + 40.75964, + 40.84202, + 40.73647, + 40.66496, + 40.69502, + 40.76548, + 40.69297, + 40.72951, + 40.75539, + 40.68748, + 40.82088, + 40.78773, + 40.72529, + 40.67245, + 40.79312, + 40.80729, + 40.76398, + 40.73453, + 40.7242, + 40.75609, + 40.76441, + 40.80746, + 40.6951, + 40.70114, + 40.74763, + 40.71172, + 40.71884, + 40.71189, + 40.66744, + 40.63417, + 40.74842, + 40.74846, + 40.69983, + 40.70288, + 40.85168, + 40.75488, + 40.69446, + 40.74242, + 40.75625, + 40.68966, + 40.71885, + 40.65512, + 40.68615, + 40.69369, + 40.79771, + 40.65067, + 40.71595, + 40.61402, + 40.71033, + 40.86665, + 40.86822, + 40.79155, + 40.73095, + 40.76168, + 40.65787, + 40.68197, + 40.63077, + 40.64844, + 40.68154, + 40.73627, + 40.64549, + 40.74619, + 40.73145, + 40.6785, + 40.67192, + 40.71045, + 40.84917, + 40.71913, + 40.76169, + 40.73167, + 40.76193, + 40.71911, + 40.8229, + 40.79185, + 40.70179, + 40.73444, + 40.75775, + 40.67615, + 40.7683, + 40.75905, + 40.73079, + 40.70864, + 40.71909, + 40.73736, + 40.77489, + 40.758, + 40.73123, + 40.82499, + 40.70546, + 40.76956, + 40.82964, + 40.69079, + 40.80563, + 40.66255, + 40.7127, + 40.7116, + 40.61462, + 40.68293, + 40.73848, + 40.7316, + 40.79343, + 40.74546, + 40.74216, + 40.71773, + 40.68015, + 40.7069, + 40.72929, + 40.72582, + 40.78084, + 40.71769, + 40.71876, + 40.76984, + 40.71947, + 40.75464, + 40.7203, + 40.65413, + 40.71734, + 40.82469, + 40.81644, + 40.82566, + 40.72486, + 40.7462, + 40.82216, + 40.67761, + 40.58845, + 40.70375, + 40.59326, + 40.71925, + 40.69142, + 40.7033, + 40.67914, + 40.68876, + 40.73355, + 40.79351, + 40.72675, + 40.76486, + 40.68099, + 40.73643, + 40.76952, + 40.68942, + 40.72507, + 40.71356, + 40.75243, + 40.65013, + 40.68696, + 40.76347, + 40.70507, + 40.7694, + 40.63056, + 40.70533, + 40.84437, + 40.71418, + 40.68468, + 40.81937, + 40.8107, + 40.70476, + 40.63262, + 40.69518, + 40.72661, + 40.6646, + 40.74814, + 40.71299, + 40.82664, + 40.7699, + 40.82321, + 40.77541, + 40.78827, + 40.84393, + 40.74341, + 40.82794, + 40.70019, + 40.70133, + 40.77226, + 40.76767, + 40.75594, + 40.74263, + 40.79367, + 40.7249, + 40.65203, + 40.75528, + 40.65991, + 40.74505, + 40.72306, + 40.68947, + 40.65329, + 40.72767, + 40.72706, + 40.7598, + 40.82473, + 40.72781, + 40.86699, + 40.69019, + 40.70376, + 40.71522, + 40.68776, + 40.6908, + 40.67977, + 40.68106, + 40.65185, + 40.71866, + 40.80063, + 40.81023, + 40.77099, + 40.78184, + 40.67488, + 40.75112, + 40.70527, + 40.76304, + 40.76143, + 40.86702, + 40.71233, + 40.76715, + 40.6969, + 40.72591, + 40.80302, + 40.82669, + 40.71226, + 40.76731, + 40.74507, + 40.67072, + 40.69135, + 40.77861, + 40.7195, + 40.7061, + 40.70508, + 40.75936, + 40.74741, + 40.77705, + 40.73, + 40.68417, + 40.60658, + 40.72249, + 40.76012, + 40.80176, + 40.74194, + 40.68117, + 40.80995, + 40.68384, + 40.72815, + 40.70166, + 40.80819, + 40.69601, + 40.72254, + 40.67649, + 40.69353, + 40.7732, + 40.6921, + 40.69485, + 40.82953, + 40.74319, + 40.7239, + 40.71749, + 40.67375, + 40.77713, + 40.79835, + 40.68267, + 40.76373, + 40.82319, + 40.80253, + 40.7787, + 40.69477, + 40.70684, + 40.69016, + 40.84492, + 40.6809, + 40.76383, + 40.68178, + 40.83009, + 40.6829, + 40.6812, + 40.79929, + 40.84491, + 40.69578, + 40.73526, + 40.82399, + 40.79234, + 40.67585, + 40.73111, + 40.62398, + 40.82707, + 40.68524, + 40.67847, + 40.76327, + 40.6799, + 40.74808, + 40.70545, + 40.70565, + 40.72428, + 40.76473, + 40.72715, + 40.70232, + 40.69954, + 40.6802, + 40.70068, + 40.68641, + 40.84717, + 40.72092, + 40.68399, + 40.64676, + 40.80908, + 40.68719, + 40.72717, + 40.75715, + 40.71576, + 40.77949, + 40.71064, + 40.68795, + 40.74195, + 40.81703, + 40.69357, + 40.74694, + 40.82287, + 40.67759, + 40.64707, + 40.69556, + 40.6953, + 40.58781, + 40.72954, + 40.8329, + 40.68153, + 40.70851, + 40.80079, + 40.73143, + 40.61359, + 40.77415, + 40.75334, + 40.72681, + 40.76227, + 40.6861, + 40.69439, + 40.76283, + 40.7765, + 40.68471, + 40.76634, + 40.56931, + 40.76463, + 40.68358, + 40.75075, + 40.70717, + 40.80477, + 40.68203, + 40.7685, + 40.71886, + 40.7316, + 40.82798, + 40.77458, + 40.72812, + 40.76272, + 40.69477, + 40.6526, + 40.75077, + 40.84191, + 40.72784, + 40.71418, + 40.71863, + 40.70928, + 40.67594, + 40.71617, + 40.66906, + 40.73408, + 40.78179, + 40.68911, + 40.85771, + 40.75743, + 40.72195, + 40.73697, + 40.82452, + 40.68875, + 40.69454, + 40.69502, + 40.68274, + 40.75544, + 40.67027, + 40.81454, + 40.65193, + 40.71112, + 40.71913, + 40.70725, + 40.71635, + 40.6704, + 40.65042, + 40.71453, + 40.71391, + 40.67578, + 40.68845, + 40.6735, + 40.70385, + 40.71592, + 40.70476, + 40.68664, + 40.73996, + 40.76873, + 40.76892, + 40.75542, + 40.68284, + 40.72408, + 40.72925, + 40.72406, + 40.72178, + 40.66943, + 40.71289, + 40.82361, + 40.8753, + 40.76119, + 40.70716, + 40.79031, + 40.64041, + 40.76178, + 40.67476, + 40.67139, + 40.72141, + 40.72706, + 40.81227, + 40.70857, + 40.75532, + 40.79313, + 40.69905, + 40.71142, + 40.7593, + 40.67777, + 40.74063, + 40.69546, + 40.81237, + 40.70541, + 40.64076, + 40.70111, + 40.69211, + 40.6883, + 40.73808, + 40.80979, + 40.6746, + 40.71835, + 40.68523, + 40.85678, + 40.6914, + 40.77412, + 40.7016, + 40.82419, + 40.66242, + 40.76801, + 40.69092, + 40.69971, + 40.80723, + 40.81375, + 40.6493, + 40.7432, + 40.68287, + 40.6785, + 40.83366, + 40.72884, + 40.72746, + 40.74509, + 40.66891, + 40.69112, + 40.72627, + 40.68627, + 40.80112, + 40.72686, + 40.63142, + 40.90391, + 40.78081, + 40.71992, + 40.70962, + 40.69891, + 40.67811, + 40.70988, + 40.70848, + 40.81783, + 40.72635, + 40.66197, + 40.72036, + 40.6692, + 40.7328, + 40.7417, + 40.75474, + 40.78119, + 40.74509, + 40.69201, + 40.67392, + 40.74625, + 40.69224, + 40.64156, + 40.68618, + 40.63609, + 40.7291, + 40.82186, + 40.72489, + 40.84118, + 40.79205, + 40.68936, + 40.71195, + 40.76833, + 40.71487, + 40.74012, + 40.76065, + 40.67602, + 40.68767, + 40.7476, + 40.74538, + 40.66658, + 40.75712, + 40.76074, + 40.68326, + 40.71152, + 40.75636, + 40.80369, + 40.73832, + 40.70642, + 40.83803, + 40.68254, + 40.72034, + 40.79179, + 40.73519, + 40.65653, + 40.85471, + 40.79503, + 40.67398, + 40.73852, + 40.69257, + 40.67835, + 40.75548, + 40.8101, + 40.72403, + 40.80138, + 40.66929, + 40.72412, + 40.80221, + 40.6834, + 40.71527, + 40.6719, + 40.76064, + 40.7483, + 40.74818, + 40.74843, + 40.7098, + 40.77366, + 40.79749, + 40.71228, + 40.67507, + 40.69232, + 40.71109, + 40.73247, + 40.70928, + 40.68663, + 40.80964, + 40.71078, + 40.74371, + 40.70234, + 40.71112, + 40.73392, + 40.7794, + 40.75812, + 40.69321, + 40.74444, + 40.76037, + 40.73557, + 40.74857, + 40.70119, + 40.73307, + 40.64667, + 40.68683, + 40.77009, + 40.68194, + 40.74374, + 40.67484, + 40.76174, + 40.8674, + 40.88249, + 40.67316, + 40.76488, + 40.76523, + 40.75132, + 40.69678, + 40.67002, + 40.80194, + 40.69625, + 40.68919, + 40.72439, + 40.7238, + 40.739, + 40.67496, + 40.6839, + 40.74379, + 40.75765, + 40.77594, + 40.80006, + 40.81611, + 40.63691, + 40.69294, + 40.76298, + 40.7135, + 40.85063, + 40.69215, + 40.73299, + 40.78565, + 40.70753, + 40.76811, + 40.74944, + 40.6696, + 40.66043, + 40.73958, + 40.66854, + 40.7789, + 40.70454, + 40.68849, + 40.67, + 40.68689, + 40.72728, + 40.74072, + 40.73437, + 40.73321, + 40.83855, + 40.76564, + 40.69343, + 40.68537, + 40.70853, + 40.71863, + 40.77727, + 40.68776, + 40.69844, + 40.73376, + 40.72901, + 40.68746, + 40.69269, + 40.77854, + 40.72292, + 40.76248, + 40.82716, + 40.8688, + 40.71585, + 40.83587, + 40.76386, + 40.66168, + 40.62298, + 40.82119, + 40.67538, + 40.6688, + 40.82582, + 40.69181, + 40.7496, + 40.72216, + 40.86438, + 40.71619, + 40.79884, + 40.81703, + 40.69487, + 40.7302, + 40.72351, + 40.78116, + 40.80232, + 40.72805, + 40.84133, + 40.78196, + 40.8188, + 40.76708, + 40.76615, + 40.79956, + 40.73031, + 40.69389, + 40.72588, + 40.68115, + 40.6881, + 40.78603, + 40.72979, + 40.6796, + 40.7306, + 40.6951, + 40.62913, + 40.69129, + 40.74731, + 40.71249, + 40.74838, + 40.68546, + 40.6609, + 40.69063, + 40.56251, + 40.77969, + 40.64329, + 40.69158, + 40.63639, + 40.60614, + 40.70533, + 40.67649, + 40.83625, + 40.74008, + 40.65612, + 40.72723, + 40.68591, + 40.76944, + 40.83083, + 40.70118, + 40.75221, + 40.6995, + 40.72458, + 40.63801, + 40.80183, + 40.67324, + 40.63955, + 40.77468, + 40.67108, + 40.76959, + 40.80168, + 40.68428, + 40.77059, + 40.68268, + 40.75829, + 40.6695, + 40.61391, + 40.61249, + 40.74695, + 40.71204, + 40.71206, + 40.74724, + 40.71633, + 40.72119, + 40.67313, + 40.77608, + 40.67308, + 40.67557, + 40.80179, + 40.75381, + 40.59046, + 40.65264, + 40.73384, + 40.81355, + 40.73185, + 40.75171, + 40.70706, + 40.80291, + 40.72294, + 40.72885, + 40.66595, + 40.71201, + 40.73075, + 40.68066, + 40.68335, + 40.71809, + 40.8016, + 40.71391, + 40.763, + 40.75141, + 40.79995, + 40.74956, + 40.74794, + 40.689, + 40.75388, + 40.65619, + 40.72485, + 40.66837, + 40.72714, + 40.82555, + 40.7662, + 40.71606, + 40.69251, + 40.71312, + 40.76236, + 40.72985, + 40.68511, + 40.71722, + 40.6726, + 40.73545, + 40.75283, + 40.69269, + 40.68301, + 40.66672, + 40.78413, + 40.76746, + 40.68199, + 40.76812, + 40.74511, + 40.68652, + 40.69654, + 40.70163, + 40.65963, + 40.68387, + 40.73541, + 40.75745, + 40.86729, + 40.77017, + 40.71401, + 40.71885, + 40.75558, + 40.7558, + 40.75572, + 40.75794, + 40.71043, + 40.73561, + 40.8774, + 40.78242, + 40.75382, + 40.68296, + 40.72349, + 40.79622, + 40.71049, + 40.69293, + 40.78668, + 40.68655, + 40.81232, + 40.73129, + 40.79572, + 40.6696, + 40.68121, + 40.8023, + 40.71253, + 40.67815, + 40.71122, + 40.73386, + 40.66895, + 40.69384, + 40.78324, + 40.74498, + 40.71304, + 40.70421, + 40.78185, + 40.73811, + 40.71558, + 40.74118, + 40.67327, + 40.65473, + 40.67767, + 40.68898, + 40.71548, + 40.76222, + 40.82077, + 40.74837, + 40.78526, + 40.645, + 40.67742, + 40.69934, + 40.78271, + 40.68628, + 40.76818, + 40.72842, + 40.76591, + 40.75554, + 40.77561, + 40.81974, + 40.68515, + 40.70857, + 40.72785, + 40.73978, + 40.60732, + 40.74266, + 40.78823, + 40.85065, + 40.67405, + 40.85039, + 40.68927, + 40.70838, + 40.74136, + 40.76223, + 40.7451, + 40.67718, + 40.76232, + 40.68244, + 40.66562, + 40.71219, + 40.74429, + 40.66362, + 40.66964, + 40.82512, + 40.7836, + 40.82153, + 40.67025, + 40.7132, + 40.81133, + 40.71127, + 40.79222, + 40.59044, + 40.66388, + 40.85152, + 40.67055, + 40.73754, + 40.78723, + 40.69277, + 40.66933, + 40.66919, + 40.66958, + 40.77744, + 40.66886, + 40.67021, + 40.71493, + 40.70915, + 40.69935, + 40.85029, + 40.68308, + 40.58573, + 40.77229, + 40.70492, + 40.64135, + 40.67466, + 40.69915, + 40.74175, + 40.71833, + 40.76479, + 40.68342, + 40.68506, + 40.69817, + 40.70994, + 40.68533, + 40.76554, + 40.71346, + 40.65695, + 40.71938, + 40.89785, + 40.70932, + 40.68861, + 40.69555, + 40.68128, + 40.72113, + 40.63144, + 40.81143, + 40.80832, + 40.74846, + 40.72807, + 40.74956, + 40.68243, + 40.68347, + 40.72497, + 40.686, + 40.68591, + 40.71379, + 40.69807, + 40.67408, + 40.72351, + 40.70126, + 40.69545, + 40.66116, + 40.88671, + 40.68188, + 40.71799, + 40.71353, + 40.65531, + 40.81661, + 40.7461, + 40.69129, + 40.73394, + 40.76692, + 40.70499, + 40.68824, + 40.71733, + 40.80416, + 40.70766, + 40.75851, + 40.76651, + 40.72227, + 40.73564, + 40.86801, + 40.68474, + 40.71553, + 40.67848, + 40.68807, + 40.80109, + 40.6458, + 40.70113, + 40.68698, + 40.75091, + 40.69997, + 40.66609, + 40.74862, + 40.65777, + 40.58891, + 40.71322, + 40.72569, + 40.79368, + 40.72435, + 40.72716, + 40.83561, + 40.67293, + 40.66739, + 40.73598, + 40.74777, + 40.82411, + 40.81113, + 40.74466, + 40.69387, + 40.7993, + 40.81513, + 40.59093, + 40.76212, + 40.74515, + 40.71916, + 40.6874, + 40.69273, + 40.79626, + 40.6815, + 40.70635, + 40.78469, + 40.70268, + 40.76864, + 40.6543, + 40.83405, + 40.8662, + 40.81949, + 40.69393, + 40.75786, + 40.67081, + 40.76302, + 40.8076, + 40.85167, + 40.70997, + 40.66062, + 40.67637, + 40.70008, + 40.67226, + 40.7179, + 40.84482, + 40.59106, + 40.67797, + 40.68895, + 40.7362, + 40.73268, + 40.71359, + 40.75568, + 40.71581, + 40.71365, + 40.82559, + 40.74965, + 40.85306, + 40.7289, + 40.79874, + 40.84932, + 40.69144, + 40.72208, + 40.68309, + 40.78273, + 40.70152, + 40.70496, + 40.77286, + 40.78443, + 40.68469, + 40.76363, + 40.68231, + 40.71441, + 40.82747, + 40.76358, + 40.76531, + 40.73599, + 40.72054, + 40.71609, + 40.72467, + 40.76199, + 40.77275, + 40.68749, + 40.75183, + 40.77052, + 40.68633, + 40.69452, + 40.74204, + 40.83499, + 40.63837, + 40.72295, + 40.8114, + 40.73213, + 40.68744, + 40.82105, + 40.72276, + 40.69924, + 40.70445, + 40.68827, + 40.81699, + 40.68141, + 40.70689, + 40.63291, + 40.65766, + 40.76937, + 40.71271, + 40.6542, + 40.66134, + 40.68787, + 40.71248, + 40.70286, + 40.87896, + 40.68909, + 40.75315, + 40.612, + 40.73881, + 40.72345, + 40.77428, + 40.77148, + 40.7602, + 40.67964, + 40.71961, + 40.68085, + 40.71262, + 40.76412, + 40.72267, + 40.76589, + 40.72759, + 40.6758, + 40.67921, + 40.76301, + 40.72044, + 40.69017, + 40.7198, + 40.6715, + 40.72838, + 40.7875, + 40.72019, + 40.70948, + 40.70772, + 40.68816, + 40.72759, + 40.66756, + 40.76775, + 40.68958, + 40.78809, + 40.73232, + 40.80668, + 40.69604, + 40.86437, + 40.5991, + 40.74825, + 40.76469, + 40.72361, + 40.79241, + 40.81553, + 40.78207, + 40.64203, + 40.79652, + 40.74927, + 40.75044, + 40.79973, + 40.68562, + 40.77395, + 40.68695, + 40.8352, + 40.85961, + 40.63347, + 40.7111, + 40.74073, + 40.72818, + 40.7188, + 40.84102, + 40.73704, + 40.66589, + 40.7583, + 40.7124, + 40.61889, + 40.72304, + 40.6732, + 40.71379, + 40.82169, + 40.64712, + 40.68386, + 40.78072, + 40.65614, + 40.70969, + 40.82931, + 40.70699, + 40.77625, + 40.75832, + 40.76015, + 40.76002, + 40.77418, + 40.82164, + 40.75527, + 40.82649, + 40.64584, + 40.70898, + 40.77509, + 40.76791, + 40.70255, + 40.64377, + 40.77927, + 40.66611, + 40.75829, + 40.70801, + 40.71833, + 40.64242, + 40.66293, + 40.70373, + 40.72826, + 40.69043, + 40.77141, + 40.75265, + 40.69488, + 40.73022, + 40.75083, + 40.70803, + 40.74083, + 40.70334, + 40.7139, + 40.68614, + 40.81707, + 40.78069, + 40.70618, + 40.70498, + 40.83286, + 40.68385, + 40.70823, + 40.707, + 40.71729, + 40.71479, + 40.71949, + 40.83914, + 40.7134, + 40.72589, + 40.73076, + 40.67139, + 40.70847, + 40.81379, + 40.68036, + 40.78762, + 40.73673, + 40.75316, + 40.71983, + 40.70204, + 40.69692, + 40.81566, + 40.83507, + 40.64478, + 40.74637, + 40.6884, + 40.83495, + 40.84024, + 40.6859, + 40.68286, + 40.69876, + 40.67719, + 40.77108, + 40.76988, + 40.6995, + 40.67567, + 40.6582, + 40.72225, + 40.7177, + 40.66023, + 40.69262, + 40.79403, + 40.66711, + 40.68218, + 40.80781, + 40.70306, + 40.8445, + 40.68705, + 40.67305, + 40.81254, + 40.7822, + 40.72318, + 40.81033, + 40.69751, + 40.68649, + 40.67713, + 40.79405, + 40.77396, + 40.6844, + 40.71673, + 40.77578, + 40.77476, + 40.66714, + 40.84851, + 40.70492, + 40.71366, + 40.67872, + 40.73555, + 40.67654, + 40.68432, + 40.75856, + 40.81745, + 40.72918, + 40.62967, + 40.80013, + 40.7252, + 40.62992, + 40.72688, + 40.59408, + 40.71466, + 40.72592, + 40.71954, + 40.72574, + 40.77787, + 40.68999, + 40.68128, + 40.69723, + 40.75774, + 40.71913, + 40.70564, + 40.71136, + 40.81671, + 40.68558, + 40.75996, + 40.72177, + 40.77295, + 40.77324, + 40.77321, + 40.76054, + 40.69341, + 40.69425, + 40.67014, + 40.70476, + 40.67783, + 40.70208, + 40.84899, + 40.7593, + 40.74838, + 40.69539, + 40.60609, + 40.69956, + 40.60613, + 40.70053, + 40.60618, + 40.76284, + 40.76394, + 40.73179, + 40.7292, + 40.71947, + 40.74948, + 40.69499, + 40.7823, + 40.71199, + 40.62468, + 40.71103, + 40.68198, + 40.73447, + 40.7216, + 40.67806, + 40.76994, + 40.71312, + 40.63652, + 40.76602, + 40.76245, + 40.64206, + 40.69425, + 40.67677, + 40.79982, + 40.73319, + 40.76309, + 40.71493, + 40.80419, + 40.68626, + 40.68322, + 40.71015, + 40.73636, + 40.82788, + 40.80472, + 40.67233, + 40.7191, + 40.71797, + 40.65903, + 40.76254, + 40.65447, + 40.77148, + 40.64323, + 40.82086, + 40.76122, + 40.71365, + 40.7817, + 40.67798, + 40.70338, + 40.73502, + 40.69653, + 40.69677, + 40.7698, + 40.71236, + 40.66725, + 40.66535, + 40.6455, + 40.77285, + 40.76531, + 40.72897, + 40.76297, + 40.82329, + 40.71624, + 40.68192, + 40.84218, + 40.74286, + 40.69235, + 40.70743, + 40.5967, + 40.7347, + 40.713, + 40.71649, + 40.58085, + 40.72337, + 40.83805, + 40.66084, + 40.71634, + 40.68875, + 40.68552, + 40.58745, + 40.77233, + 40.73275, + 40.69401, + 40.72795, + 40.85263, + 40.74023, + 40.67295, + 40.72697, + 40.76626, + 40.80266, + 40.81793, + 40.74279, + 40.80257, + 40.76112, + 40.80356, + 40.68507, + 40.66912, + 40.74547, + 40.69287, + 40.68925, + 40.73, + 40.7248, + 40.6758, + 40.66225, + 40.6534, + 40.72612, + 40.67513, + 40.75553, + 40.75705, + 40.77058, + 40.83384, + 40.69627, + 40.68174, + 40.65507, + 40.64063, + 40.80895, + 40.69613, + 40.67051, + 40.67077, + 40.72384, + 40.85801, + 40.82952, + 40.76621, + 40.69639, + 40.80305, + 40.76764, + 40.70792, + 40.71088, + 40.62567, + 40.6839, + 40.80263, + 40.74564, + 40.69682, + 40.85145, + 40.79271, + 40.71385, + 40.86372, + 40.72338, + 40.70447, + 40.82755, + 40.82278, + 40.69093, + 40.72008, + 40.7256, + 40.75685, + 40.69444, + 40.65985, + 40.68967, + 40.71692, + 40.68985, + 40.68336, + 40.74905, + 40.8077, + 40.59082, + 40.70451, + 40.68606, + 40.73726, + 40.69851, + 40.69361, + 40.75207, + 40.76989, + 40.69951, + 40.71078, + 40.72324, + 40.80389, + 40.75955, + 40.73386, + 40.70266, + 40.75734, + 40.68895, + 40.73129, + 40.64351, + 40.63529, + 40.71558, + 40.67619, + 40.81254, + 40.73362, + 40.71138, + 40.7331, + 40.68266, + 40.64138, + 40.85497, + 40.71042, + 40.69394, + 40.69416, + 40.73848, + 40.71862, + 40.78561, + 40.72775, + 40.78284, + 40.65558, + 40.69182, + 40.72854, + 40.76024, + 40.72408, + 40.66953, + 40.75815, + 40.66645, + 40.63471, + 40.75211, + 40.7355, + 40.72962, + 40.76189, + 40.76494, + 40.73001, + 40.7701, + 40.77297, + 40.65004, + 40.74742, + 40.75955, + 40.7191, + 40.69545, + 40.69512, + 40.67201, + 40.70136, + 40.64293, + 40.75704, + 40.69983, + 40.73768, + 40.71181, + 40.66966, + 40.77699, + 40.70694, + 40.66888, + 40.71395, + 40.7811, + 40.65814, + 40.7886, + 40.67296, + 40.807, + 40.67229, + 40.70252, + 40.68838, + 40.72982, + 40.78958, + 40.68863, + 40.71674, + 40.75347, + 40.69612, + 40.58632, + 40.79496, + 40.7647, + 40.73409, + 40.7118, + 40.7002, + 40.79074, + 40.71479, + 40.73825, + 40.82624, + 40.77042, + 40.68121, + 40.77037, + 40.69521, + 40.79012, + 40.59449, + 40.7005, + 40.71375, + 40.67081, + 40.7188, + 40.8555, + 40.73734, + 40.77133, + 40.78182, + 40.6495, + 40.77401, + 40.81005, + 40.72646, + 40.6433, + 40.70709, + 40.68317, + 40.74707, + 40.83336, + 40.74119, + 40.71759, + 40.73241, + 40.70543, + 40.79957, + 40.85213, + 40.69201, + 40.69499, + 40.57294, + 40.57509, + 40.77548, + 40.79815, + 40.70149, + 40.72717, + 40.69591, + 40.6413, + 40.67335, + 40.57717, + 40.69537, + 40.70829, + 40.79104, + 40.65783, + 40.6368, + 40.68705, + 40.55182, + 40.77104, + 40.66955, + 40.85527, + 40.70723, + 40.75398, + 40.80524, + 40.69711, + 40.77232, + 40.6831, + 40.70609, + 40.70754, + 40.7181, + 40.74482, + 40.82086, + 40.74353, + 40.76271, + 40.7463, + 40.59425, + 40.713, + 40.63831, + 40.76242, + 40.72835, + 40.6997, + 40.80012, + 40.68841, + 40.68878, + 40.76279, + 40.70503, + 40.7651, + 40.72427, + 40.81145, + 40.71272, + 40.7534, + 40.7466, + 40.71062, + 40.70061, + 40.68185, + 40.70639, + 40.81078, + 40.75686, + 40.76505, + 40.83758, + 40.74026, + 40.68305, + 40.69606, + 40.68201, + 40.72013, + 40.68438, + 40.77553, + 40.77841, + 40.812, + 40.69786, + 40.77255, + 40.63907, + 40.75747, + 40.70575, + 40.88032, + 40.79938, + 40.70135, + 40.72025, + 40.73686, + 40.81574, + 40.69765, + 40.67714, + 40.76336, + 40.80942, + 40.72698, + 40.72677, + 40.62707, + 40.68252, + 40.74082, + 40.77987, + 40.68249, + 40.68674, + 40.67118, + 40.69584, + 40.77614, + 40.67015, + 40.66563, + 40.679, + 40.76149, + 40.68356, + 40.68614, + 40.72967, + 40.68956, + 40.78612, + 40.76255, + 40.71041, + 40.68133, + 40.74555, + 40.67925, + 40.71029, + 40.68828, + 40.78083, + 40.78757, + 40.75155, + 40.78088, + 40.73676, + 40.7385, + 40.68004, + 40.68115, + 40.78809, + 40.66941, + 40.77692, + 40.75645, + 40.74847, + 40.74947, + 40.66156, + 40.66729, + 40.73895, + 40.74654, + 40.72553, + 40.74572, + 40.76549, + 40.80445, + 40.71987, + 40.73038, + 40.60106, + 40.74715, + 40.68564, + 40.68817, + 40.67334, + 40.63291, + 40.65673, + 40.6902, + 40.68537, + 40.76143, + 40.66426, + 40.84532, + 40.71687, + 40.67586, + 40.66778, + 40.67377, + 40.77368, + 40.68606, + 40.73552, + 40.73639, + 40.70032, + 40.69549, + 40.75482, + 40.71703, + 40.72509, + 40.72505, + 40.67635, + 40.75794, + 40.70745, + 40.81246, + 40.6762, + 40.69167, + 40.755, + 40.69562, + 40.69426, + 40.65593, + 40.6775, + 40.63646, + 40.72982, + 40.85634, + 40.85598, + 40.70955, + 40.77751, + 40.79873, + 40.90734, + 40.69716, + 40.83103, + 40.78078, + 40.70115, + 40.65967, + 40.66192, + 40.80024, + 40.70089, + 40.67215, + 40.71352, + 40.77621, + 40.69156, + 40.74416, + 40.74648, + 40.74739, + 40.8204, + 40.69444, + 40.76326, + 40.67651, + 40.74195, + 40.71332, + 40.68796, + 40.77667, + 40.69201, + 40.79093, + 40.70676, + 40.79272, + 40.67169, + 40.73574, + 40.60848, + 40.68151, + 40.73726, + 40.69074, + 40.76551, + 40.77773, + 40.79629, + 40.67949, + 40.60954, + 40.62187, + 40.76152, + 40.64844, + 40.68358, + 40.68609, + 40.68838, + 40.68855, + 40.65198, + 40.7355, + 40.78182, + 40.80711, + 40.6867, + 40.7612, + 40.71389, + 40.7641, + 40.67423, + 40.83082, + 40.76163, + 40.76609, + 40.7134, + 40.6765, + 40.70515, + 40.74247, + 40.6739, + 40.70781, + 40.71261, + 40.69132, + 40.72206, + 40.63601, + 40.76125, + 40.69557, + 40.73103, + 40.72526, + 40.70216, + 40.6421, + 40.64007, + 40.80196, + 40.72268, + 40.80416, + 40.59546, + 40.67481, + 40.76406, + 40.70491, + 40.66524, + 40.66458, + 40.69256, + 40.664, + 40.745, + 40.82406, + 40.69072, + 40.66872, + 40.67447, + 40.62493, + 40.71035, + 40.71237, + 40.72015, + 40.68883, + 40.8173, + 40.88667, + 40.66882, + 40.68161, + 40.74819, + 40.69575, + 40.69095, + 40.75879, + 40.72017, + 40.73372, + 40.70912, + 40.70423, + 40.70644, + 40.72074, + 40.73775, + 40.72106, + 40.67653, + 40.74075, + 40.88515, + 40.81545, + 40.79312, + 40.81748, + 40.7856, + 40.7973, + 40.73891, + 40.70171, + 40.76302, + 40.76181, + 40.77345, + 40.83296, + 40.67907, + 40.74748, + 40.81012, + 40.84684, + 40.73993, + 40.80419, + 40.68181, + 40.81698, + 40.73384, + 40.78828, + 40.72982, + 40.69072, + 40.7658, + 40.67801, + 40.71327, + 40.80041, + 40.79148, + 40.69522, + 40.73972, + 40.70258, + 40.81876, + 40.73744, + 40.67287, + 40.76044, + 40.75599, + 40.67389, + 40.68518, + 40.70874, + 40.68385, + 40.69445, + 40.68911, + 40.70182, + 40.8216, + 40.76122, + 40.67425, + 40.72099, + 40.8372, + 40.6746, + 40.70031, + 40.67467, + 40.62267, + 40.81629, + 40.73594, + 40.66583, + 40.71351, + 40.82744, + 40.72178, + 40.7433, + 40.78899, + 40.82094, + 40.67988, + 40.77002, + 40.75461, + 40.71279, + 40.83243, + 40.6837, + 40.81677, + 40.74282, + 40.72311, + 40.72642, + 40.8459, + 40.7889, + 40.7577, + 40.61897, + 40.776, + 40.73496, + 40.64419, + 40.75001, + 40.68557, + 40.64394, + 40.71041, + 40.72609, + 40.79511, + 40.74042, + 40.75878, + 40.75818, + 40.67061, + 40.72208, + 40.72037, + 40.77265, + 40.68513, + 40.68531, + 40.6801, + 40.6569, + 40.68653, + 40.72171, + 40.69145, + 40.68861, + 40.74418, + 40.76347, + 40.74273, + 40.75905, + 40.63488, + 40.74967, + 40.69173, + 40.79574, + 40.73894, + 40.75205, + 40.72443, + 40.67133, + 40.70439, + 40.72767, + 40.88304, + 40.725, + 40.75754, + 40.70728, + 40.83556, + 40.71418, + 40.78304, + 40.6494, + 40.72698, + 40.82198, + 40.65556, + 40.70511, + 40.6898, + 40.71394, + 40.62985, + 40.73237, + 40.81332, + 40.73547, + 40.67837, + 40.75174, + 40.88165, + 40.69404, + 40.76838, + 40.79532, + 40.70561, + 40.73334, + 40.63458, + 40.6938, + 40.74409, + 40.7105, + 40.68597, + 40.75947, + 40.80666, + 40.72564, + 40.67257, + 40.72572, + 40.73325, + 40.64262, + 40.77028, + 40.76972, + 40.78269, + 40.71089, + 40.79787, + 40.66393, + 40.81941, + 40.71341, + 40.80194, + 40.68448, + 40.76557, + 40.67242, + 40.76022, + 40.58779, + 40.6897, + 40.71677, + 40.76093, + 40.7105, + 40.79971, + 40.68003, + 40.66402, + 40.69467, + 40.68107, + 40.8255, + 40.70829, + 40.76163, + 40.746, + 40.72868, + 40.76255, + 40.70014, + 40.69349, + 40.67754, + 40.6685, + 40.81065, + 40.74283, + 40.79099, + 40.67585, + 40.81932, + 40.69883, + 40.66202, + 40.68017, + 40.79738, + 40.76538, + 40.75257, + 40.68379, + 40.71856, + 40.73982, + 40.84545, + 40.70807, + 40.82325, + 40.70994, + 40.7212, + 40.67052, + 40.70744, + 40.8027, + 40.71121, + 40.70141, + 40.66543, + 40.73969, + 40.69006, + 40.69467, + 40.75751, + 40.76834, + 40.71898, + 40.68576, + 40.68609, + 40.68554, + 40.66114, + 40.70743, + 40.69199, + 40.77985, + 40.6531, + 40.68867, + 40.73514, + 40.72104, + 40.73453, + 40.75172, + 40.76546, + 40.80046, + 40.69439, + 40.85031, + 40.76437, + 40.71012, + 40.59669, + 40.73055, + 40.74983, + 40.82239, + 40.68156, + 40.69961, + 40.65265, + 40.70791, + 40.72727, + 40.65286, + 40.82279, + 40.67966, + 40.68557, + 40.71645, + 40.70414, + 40.76069, + 40.80389, + 40.81916, + 40.77531, + 40.73086, + 40.75472, + 40.79674, + 40.7774, + 40.70834, + 40.88883, + 40.76638, + 40.74635, + 40.7382, + 40.6705, + 40.72917, + 40.75287, + 40.70682, + 40.72958, + 40.66592, + 40.80731, + 40.71475, + 40.68481, + 40.792, + 40.63975, + 40.84617, + 40.68048, + 40.70463, + 40.71239, + 40.69093, + 40.78881, + 40.65441, + 40.71015, + 40.85217, + 40.89756, + 40.66255, + 40.69969, + 40.74844, + 40.693, + 40.7482, + 40.71902, + 40.66034, + 40.66941, + 40.69342, + 40.71358, + 40.7744, + 40.78998, + 40.7138, + 40.87085, + 40.72547, + 40.74847, + 40.68796, + 40.70949, + 40.7723, + 40.83206, + 40.70068, + 40.72942, + 40.76704, + 40.63826, + 40.72153, + 40.72816, + 40.66925, + 40.76121, + 40.63972, + 40.72085, + 40.75613, + 40.66789, + 40.72103, + 40.711, + 40.753, + 40.65108, + 40.69315, + 40.69268, + 40.74699, + 40.7324, + 40.72788, + 40.6357, + 40.74838, + 40.75212, + 40.76398, + 40.80924, + 40.70739, + 40.72462, + 40.84131, + 40.66978, + 40.71618, + 40.69189, + 40.79273, + 40.69677, + 40.721, + 40.7328, + 40.78784, + 40.65226, + 40.85927, + 40.7074, + 40.68507, + 40.68303, + 40.68153, + 40.7538, + 40.72321, + 40.75371, + 40.68703, + 40.74969, + 40.70763, + 40.72132, + 40.68163, + 40.82736, + 40.70838, + 40.67502, + 40.76033, + 40.65312, + 40.7433, + 40.68539, + 40.77439, + 40.77205, + 40.72992, + 40.75328, + 40.71453, + 40.75777, + 40.7147, + 40.77326, + 40.78696, + 40.74317, + 40.68173, + 40.68279, + 40.68258, + 40.73056, + 40.70942, + 40.72008, + 40.70011, + 40.57688, + 40.77068, + 40.82232, + 40.69543, + 40.84877, + 40.71215, + 40.61765, + 40.69232, + 40.74266, + 40.71194, + 40.68919, + 40.70789, + 40.7459, + 40.72945, + 40.81793, + 40.65198, + 40.68459, + 40.69606, + 40.75035, + 40.74946, + 40.70188, + 40.64923, + 40.76154, + 40.64179, + 40.68185, + 40.71798, + 40.65099, + 40.88698, + 40.67984, + 40.67262, + 40.69574, + 40.69366, + 40.80627, + 40.64641, + 40.78875, + 40.69455, + 40.64931, + 40.68568, + 40.72601, + 40.72546, + 40.7228, + 40.73963, + 40.6628, + 40.66047, + 40.67183, + 40.71405, + 40.72028, + 40.701, + 40.68797, + 40.70587, + 40.76644, + 40.79982, + 40.76506, + 40.7646, + 40.68289, + 40.71122, + 40.68939, + 40.6753, + 40.65286, + 40.75607, + 40.61353, + 40.70408, + 40.78602, + 40.67753, + 40.71923, + 40.6485, + 40.59736, + 40.59754, + 40.64991, + 40.71462, + 40.7531, + 40.75895, + 40.72246, + 40.76363, + 40.6824, + 40.85186, + 40.86306, + 40.68201, + 40.79412, + 40.83121, + 40.78019, + 40.84711, + 40.7506, + 40.64068, + 40.67749, + 40.73638, + 40.66334, + 40.79633, + 40.74419, + 40.70866, + 40.68541, + 40.6916, + 40.67192, + 40.77281, + 40.82627, + 40.72733, + 40.72405, + 40.7293, + 40.85657, + 40.69122, + 40.733, + 40.71279, + 40.8098, + 40.68591, + 40.71946, + 40.69061, + 40.69748, + 40.73465, + 40.67538, + 40.69167, + 40.75052, + 40.76128, + 40.73741, + 40.84964, + 40.72792, + 40.63524, + 40.70501, + 40.75224, + 40.73632, + 40.6997, + 40.78965, + 40.64162, + 40.82444, + 40.66592, + 40.70088, + 40.71647, + 40.67225, + 40.80171, + 40.69084, + 40.72987, + 40.71702, + 40.67865, + 40.70631, + 40.73365, + 40.77237, + 40.73804, + 40.71365, + 40.77773, + 40.77786, + 40.61802, + 40.83902, + 40.78079, + 40.77832, + 40.73227, + 40.7416, + 40.7244, + 40.62724, + 40.71611, + 40.80482, + 40.68763, + 40.68225, + 40.70929, + 40.81394, + 40.68503, + 40.69155, + 40.65413, + 40.64119, + 40.84492, + 40.75401, + 40.67884, + 40.81225, + 40.79383, + 40.77037, + 40.6904, + 40.68953, + 40.69855, + 40.72372, + 40.64861, + 40.8608, + 40.80841, + 40.68566, + 40.80227, + 40.69954, + 40.67542, + 40.64493, + 40.7079, + 40.67454, + 40.65429, + 40.6866, + 40.77954, + 40.65251, + 40.6473, + 40.76483, + 40.86339, + 40.77998, + 40.7507, + 40.70926, + 40.6435, + 40.75161, + 40.84962, + 40.6918, + 40.75145, + 40.70305, + 40.7518, + 40.82992, + 40.69099, + 40.74978, + 40.82673, + 40.71972, + 40.70574, + 40.72894, + 40.70484, + 40.72475, + 40.71534, + 40.68371, + 40.67927, + 40.70141, + 40.7112, + 40.69387, + 40.77028, + 40.76354, + 40.74823, + 40.76401, + 40.68064, + 40.68418, + 40.8055, + 40.71515, + 40.72056, + 40.80044, + 40.68251, + 40.75014, + 40.69044, + 40.65247, + 40.72653, + 40.84101, + 40.89811, + 40.81316, + 40.80605, + 40.76141, + 40.70353, + 40.84184, + 40.84103, + 40.85663, + 40.81404, + 40.7631, + 40.66273, + 40.6679, + 40.85148, + 40.81717, + 40.76366, + 40.7263, + 40.6958, + 40.71823, + 40.89685, + 40.74641, + 40.87618, + 40.68998, + 40.70246, + 40.72684, + 40.79711, + 40.70015, + 40.67262, + 40.70256, + 40.62944, + 40.87519, + 40.68361, + 40.68462, + 40.69154, + 40.72591, + 40.8204, + 40.77039, + 40.68181, + 40.73476, + 40.81968, + 40.73595, + 40.75341, + 40.71569, + 40.75713, + 40.81561, + 40.68496, + 40.72553, + 40.76304, + 40.81645, + 40.72228, + 40.83257, + 40.84566, + 40.80099, + 40.65457, + 40.74294, + 40.68117, + 40.6622, + 40.68265, + 40.7623, + 40.83636, + 40.67935, + 40.77981, + 40.78098, + 40.7281, + 40.78015, + 40.80246, + 40.67785, + 40.66174, + 40.80344, + 40.69514, + 40.79796, + 40.73658, + 40.67729, + 40.74039, + 40.62365, + 40.69653, + 40.71591, + 40.85751, + 40.69332, + 40.69621, + 40.81867, + 40.75015, + 40.68592, + 40.84381, + 40.79398, + 40.72917, + 40.72945, + 40.76064, + 40.77123, + 40.73105, + 40.7025, + 40.71353, + 40.70849, + 40.67139, + 40.80671, + 40.76697, + 40.76114, + 40.835, + 40.83497, + 40.76271, + 40.67302, + 40.67064, + 40.70732, + 40.73145, + 40.75918, + 40.66183, + 40.77691, + 40.73127, + 40.71725, + 40.64706, + 40.7069, + 40.71364, + 40.7451, + 40.62499, + 40.69813, + 40.78539, + 40.68328, + 40.78717, + 40.81643, + 40.71986, + 40.6802, + 40.90356, + 40.72737, + 40.63295, + 40.72393, + 40.69211, + 40.74814, + 40.74844, + 40.64108, + 40.77426, + 40.58102, + 40.74821, + 40.71768, + 40.72411, + 40.69566, + 40.73715, + 40.82638, + 40.69102, + 40.6988, + 40.7954, + 40.7469, + 40.68071, + 40.68332, + 40.76117, + 40.8062, + 40.76059, + 40.71706, + 40.62191, + 40.764, + 40.71244, + 40.71075, + 40.68657, + 40.64099, + 40.75288, + 40.70544, + 40.76671, + 40.76495, + 40.75596, + 40.71992, + 40.76381, + 40.7487, + 40.7448, + 40.81888, + 40.73612, + 40.76536, + 40.74722, + 40.58091, + 40.70874, + 40.71418, + 40.71253, + 40.68989, + 40.79499, + 40.64051, + 40.76462, + 40.81953, + 40.6835, + 40.66163, + 40.72413, + 40.67963, + 40.67781, + 40.67518, + 40.81301, + 40.76136, + 40.71139, + 40.76096, + 40.71881, + 40.71459, + 40.69533, + 40.67556, + 40.8292, + 40.71822, + 40.71967, + 40.69064, + 40.71944, + 40.80672, + 40.66675, + 40.67969, + 40.71229, + 40.72965, + 40.76078, + 40.86144, + 40.73166, + 40.74943, + 40.80998, + 40.76104, + 40.80002, + 40.7605, + 40.71317, + 40.68859, + 40.68939, + 40.60903, + 40.68451, + 40.66689, + 40.69072, + 40.6959, + 40.64579, + 40.71732, + 40.63498, + 40.78747, + 40.65027, + 40.80508, + 40.83571, + 40.75484, + 40.66257, + 40.69031, + 40.68227, + 40.77156, + 40.8233, + 40.84434, + 40.67394, + 40.77751, + 40.71469, + 40.76759, + 40.74893, + 40.75091, + 40.64674, + 40.66232, + 40.84594, + 40.71818, + 40.72232, + 40.69827, + 40.74578, + 40.74063, + 40.65157, + 40.64123, + 40.60303, + 40.70903, + 40.77864, + 40.76888, + 40.71951, + 40.76846, + 40.73742, + 40.63568, + 40.76798, + 40.69814, + 40.5975, + 40.814, + 40.76322, + 40.70791, + 40.76376, + 40.69342, + 40.72793, + 40.69176, + 40.66803, + 40.64521, + 40.85362, + 40.69563, + 40.69081, + 40.62072, + 40.71168, + 40.70163, + 40.64104, + 40.76407, + 40.74428, + 40.75633, + 40.66648, + 40.69686, + 40.69027, + 40.74205, + 40.64399, + 40.68833, + 40.68868, + 40.6871, + 40.71416, + 40.65454, + 40.77406, + 40.75974, + 40.82876, + 40.64773, + 40.6931, + 40.72234, + 40.7301, + 40.6838, + 40.74395, + 40.66423, + 40.68157, + 40.68949, + 40.69233, + 40.67145, + 40.711, + 40.68909, + 40.68475, + 40.64434, + 40.64516, + 40.70982, + 40.74818, + 40.6661, + 40.80012, + 40.72859, + 40.69002, + 40.67525, + 40.67171, + 40.70784, + 40.72662, + 40.62518, + 40.7488, + 40.71772, + 40.73565, + 40.71835, + 40.71732, + 40.6229, + 40.72588, + 40.67858, + 40.81248, + 40.7212, + 40.69512, + 40.7469, + 40.68884, + 40.69049, + 40.82881, + 40.72408, + 40.77618, + 40.72169, + 40.76357, + 40.82453, + 40.70073, + 40.69808, + 40.81553, + 40.72236, + 40.77867, + 40.72517, + 40.68805, + 40.69321, + 40.68808, + 40.76124, + 40.84038, + 40.7366, + 40.72709, + 40.86039, + 40.69209, + 40.62938, + 40.7315, + 40.70863, + 40.73076, + 40.72066, + 40.72561, + 40.85014, + 40.70445, + 40.71832, + 40.69282, + 40.68634, + 40.73247, + 40.71913, + 40.74922, + 40.73307, + 40.77312, + 40.84444, + 40.75994, + 40.65894, + 40.75058, + 40.6801, + 40.72543, + 40.68171, + 40.72294, + 40.88192, + 40.72391, + 40.77536, + 40.71455, + 40.67292, + 40.69012, + 40.69835, + 40.75029, + 40.7215, + 40.75777, + 40.68464, + 40.67071, + 40.75573, + 40.78628, + 40.76181, + 40.65894, + 40.70911, + 40.67245, + 40.65331, + 40.68428, + 40.72386, + 40.69161, + 40.73465, + 40.72484, + 40.76735, + 40.73427, + 40.68873, + 40.84859, + 40.72091, + 40.68343, + 40.69648, + 40.7844, + 40.66154, + 40.76191, + 40.70949, + 40.67467, + 40.69878, + 40.74594, + 40.64816, + 40.87759, + 40.71209, + 40.70424, + 40.85444, + 40.66819, + 40.74685, + 40.76892, + 40.71101, + 40.65604, + 40.70393, + 40.68501, + 40.69787, + 40.66013, + 40.74881, + 40.75614, + 40.77429, + 40.77839, + 40.7228, + 40.75599, + 40.75571, + 40.7558, + 40.69155, + 40.68884, + 40.77478, + 40.67966, + 40.74729, + 40.62053, + 40.76192, + 40.80844, + 40.76007, + 40.76583, + 40.7049, + 40.68779, + 40.76195, + 40.80436, + 40.76269, + 40.79979, + 40.67711, + 40.7173, + 40.75008, + 40.80752, + 40.79483, + 40.80531, + 40.85117, + 40.6606, + 40.74061, + 40.74533, + 40.71389, + 40.64008, + 40.80225, + 40.6696, + 40.65979, + 40.83784, + 40.71587, + 40.72801, + 40.67865, + 40.71808, + 40.86506, + 40.76139, + 40.76604, + 40.71111, + 40.67701, + 40.76842, + 40.72653, + 40.64651, + 40.69772, + 40.72838, + 40.68701, + 40.75906, + 40.74848, + 40.74896, + 40.81631, + 40.74877, + 40.74829, + 40.73223, + 40.77063, + 40.69385, + 40.71566, + 40.71363, + 40.67359, + 40.65853, + 40.78489, + 40.68949, + 40.71328, + 40.71727, + 40.71171, + 40.77895, + 40.75951, + 40.80762, + 40.68563, + 40.75898, + 40.7726, + 40.70822, + 40.71195, + 40.78607, + 40.6651, + 40.8258, + 40.72615, + 40.68191, + 40.68242, + 40.71396, + 40.68988, + 40.69883, + 40.69474, + 40.86924, + 40.74083, + 40.62398, + 40.62569, + 40.7111, + 40.83408, + 40.68444, + 40.65059, + 40.69211, + 40.66505, + 40.77538, + 40.73222, + 40.71054, + 40.79803, + 40.68454, + 40.76982, + 40.78631, + 40.68729, + 40.7766, + 40.68765, + 40.68787, + 40.66197, + 40.7557, + 40.71655, + 40.74274, + 40.67834, + 40.72109, + 40.77576, + 40.76407, + 40.73091, + 40.78729, + 40.75811, + 40.79969, + 40.65516, + 40.79477, + 40.77057, + 40.7087, + 40.69848, + 40.64382, + 40.68824, + 40.82154, + 40.80893, + 40.71426, + 40.8152, + 40.79221, + 40.83439, + 40.67584, + 40.69075, + 40.77669, + 40.72017, + 40.69592, + 40.67844, + 40.77112, + 40.7277, + 40.75643, + 40.80015, + 40.6926, + 40.76047, + 40.76962, + 40.72402, + 40.8235, + 40.6004, + 40.71509, + 40.83555, + 40.75684, + 40.7557, + 40.81138, + 40.6897, + 40.73309, + 40.77421, + 40.74351, + 40.76616, + 40.64103, + 40.76705, + 40.64356, + 40.80323, + 40.81821, + 40.67249, + 40.6749, + 40.81899, + 40.77585, + 40.84334, + 40.81042, + 40.68569, + 40.80003, + 40.72236, + 40.6897, + 40.81978, + 40.75547, + 40.75379, + 40.75133, + 40.74371, + 40.724, + 40.66739, + 40.61902, + 40.75433, + 40.77122, + 40.79567, + 40.75121, + 40.67335, + 40.77606, + 40.67941, + 40.6859, + 40.68254, + 40.62187, + 40.69358, + 40.69261, + 40.68628, + 40.72982, + 40.7257, + 40.72269, + 40.67541, + 40.68747, + 40.77317, + 40.66756, + 40.73366, + 40.75001, + 40.74872, + 40.63928, + 40.74877, + 40.74839, + 40.68212, + 40.70404, + 40.72268, + 40.75602, + 40.68634, + 40.7717, + 40.68553, + 40.7198, + 40.68019, + 40.71858, + 40.7284, + 40.76946, + 40.69195, + 40.69472, + 40.7269, + 40.81567, + 40.76761, + 40.75608, + 40.75017, + 40.74817, + 40.74876, + 40.74865, + 40.71433, + 40.71866, + 40.718, + 40.83638, + 40.68964, + 40.66541, + 40.682, + 40.77061, + 40.66788, + 40.76114, + 40.74226, + 40.70278, + 40.6841, + 40.82332, + 40.59382, + 40.71063, + 40.74337, + 40.74325, + 40.706, + 40.80475, + 40.71783, + 40.81373, + 40.69952, + 40.72105, + 40.71686, + 40.67212, + 40.73554, + 40.75649, + 40.68904, + 40.76301, + 40.71191, + 40.70958, + 40.6999, + 40.84301, + 40.67234, + 40.7456, + 40.80305, + 40.67261, + 40.7613, + 40.73386, + 40.72535, + 40.76203, + 40.69237, + 40.68527, + 40.77241, + 40.80436, + 40.70796, + 40.7248, + 40.69238, + 40.70428, + 40.64388, + 40.72229, + 40.80101, + 40.76505, + 40.68742, + 40.68611, + 40.73818, + 40.69269, + 40.81986, + 40.61193, + 40.81083, + 40.71321, + 40.77179, + 40.73261, + 40.72374, + 40.73393, + 40.70033, + 40.70288, + 40.70319, + 40.75703, + 40.67543, + 40.74923, + 40.68639, + 40.69427, + 40.77832, + 40.67059, + 40.69466, + 40.76234, + 40.6832, + 40.77398, + 40.85632, + 40.8068, + 40.66282, + 40.78138, + 40.69241, + 40.68863, + 40.76183, + 40.73698, + 40.76858, + 40.763, + 40.74772, + 40.65711, + 40.80647, + 40.77823, + 40.77398, + 40.70626, + 40.73765, + 40.7895, + 40.71153, + 40.57641, + 40.68642, + 40.7368, + 40.81875, + 40.67503, + 40.78642, + 40.70555, + 40.68744, + 40.74624, + 40.80604, + 40.74465, + 40.74517, + 40.69779, + 40.68701, + 40.73007, + 40.67954, + 40.76955, + 40.8459, + 40.72868, + 40.84195, + 40.73295, + 40.70614, + 40.80674, + 40.69523, + 40.73698, + 40.66977, + 40.76709, + 40.70571, + 40.72244, + 40.71646, + 40.75031, + 40.72655, + 40.64699, + 40.73138, + 40.80421, + 40.67683, + 40.72754, + 40.66529, + 40.75602, + 40.63682, + 40.81197, + 40.63258, + 40.73213, + 40.72807, + 40.679, + 40.70031, + 40.7745, + 40.74267, + 40.65261, + 40.7303, + 40.68294, + 40.71386, + 40.67048, + 40.72615, + 40.66934, + 40.82096, + 40.7005, + 40.69211, + 40.71528, + 40.67433, + 40.69731, + 40.70177, + 40.76898, + 40.71994, + 40.75323, + 40.76913, + 40.69407, + 40.77829, + 40.653, + 40.68583, + 40.66508, + 40.71422, + 40.76031, + 40.68779, + 40.66071, + 40.77816, + 40.75097, + 40.7617, + 40.69933, + 40.64185, + 40.70529, + 40.79242, + 40.69166, + 40.6939, + 40.69358, + 40.76197, + 40.7137, + 40.74071, + 40.64162, + 40.6598, + 40.67587, + 40.63881, + 40.72853, + 40.72026, + 40.6654, + 40.76174, + 40.73905, + 40.64126, + 40.68368, + 40.68294, + 40.68613, + 40.71198, + 40.77869, + 40.76168, + 40.70706, + 40.70258, + 40.76037, + 40.70333, + 40.70259, + 40.70262, + 40.7045, + 40.70458, + 40.70423, + 40.70269, + 40.70426, + 40.70262, + 40.70475, + 40.70471, + 40.70455, + 40.77803, + 40.57536, + 40.73591, + 40.71818, + 40.68527, + 40.78456, + 40.72308, + 40.72535, + 40.85579, + 40.76044, + 40.76068, + 40.76661, + 40.72508, + 40.87666, + 40.71258, + 40.66952, + 40.75582, + 40.65258, + 40.68661, + 40.82296, + 40.69276, + 40.77824, + 40.70516, + 40.6969, + 40.74524, + 40.74652, + 40.85051, + 40.74807, + 40.71684, + 40.68624, + 40.71428, + 40.76024, + 40.72453, + 40.72817, + 40.71339, + 40.75595, + 40.80891, + 40.666, + 40.75827, + 40.71789, + 40.72883, + 40.79639, + 40.76602, + 40.87312, + 40.6785, + 40.70818, + 40.70442, + 40.76484, + 40.69252, + 40.73305, + 40.64191, + 40.7176, + 40.80049, + 40.7186, + 40.74377, + 40.68809, + 40.7478, + 40.69369, + 40.80832, + 40.71608, + 40.82706, + 40.71619, + 40.77221, + 40.6868, + 40.63605, + 40.72935, + 40.69689, + 40.71982, + 40.71817, + 40.68409, + 40.72706, + 40.71239, + 40.72205, + 40.70601, + 40.66875, + 40.73684, + 40.7345, + 40.85456, + 40.78584, + 40.68533, + 40.66066, + 40.67752, + 40.68497, + 40.65894, + 40.82407, + 40.65909, + 40.6891, + 40.80641, + 40.71561, + 40.80246, + 40.76587, + 40.68486, + 40.66489, + 40.68417, + 40.74871, + 40.58508, + 40.777, + 40.7487, + 40.74827, + 40.73025, + 40.73666, + 40.7167, + 40.6812, + 40.76152, + 40.67178, + 40.76119, + 40.67318, + 40.68469, + 40.76048, + 40.7094, + 40.68466, + 40.69216, + 40.67487, + 40.75807, + 40.79027, + 40.71541, + 40.65111, + 40.69943, + 40.77134, + 40.81631, + 40.67947, + 40.69143, + 40.63863, + 40.66933, + 40.72022, + 40.71285, + 40.68562, + 40.80989, + 40.77331, + 40.70579, + 40.81807, + 40.71923, + 40.74599, + 40.84412, + 40.8568, + 40.72025, + 40.71966, + 40.78098, + 40.82794, + 40.71954, + 40.67587, + 40.76877, + 40.68899, + 40.77455, + 40.74726, + 40.71318, + 40.68742, + 40.80999, + 40.70808, + 40.81728, + 40.80839, + 40.78996, + 40.87847, + 40.7266, + 40.81956, + 40.70839, + 40.72617, + 40.65851, + 40.77719, + 40.71023, + 40.7434, + 40.77158, + 40.74785, + 40.80889, + 40.7447, + 40.75949, + 40.68826, + 40.68551, + 40.74679, + 40.76131, + 40.72436, + 40.75239, + 40.67257, + 40.76818, + 40.72171, + 40.78671, + 40.72269, + 40.67366, + 40.72469, + 40.76893, + 40.68839, + 40.74314, + 40.68602, + 40.72251, + 40.69119, + 40.78428, + 40.75873, + 40.64016, + 40.75092, + 40.82794, + 40.76955, + 40.74866, + 40.81032, + 40.68623, + 40.69284, + 40.81222, + 40.67186, + 40.71226, + 40.70327, + 40.85083, + 40.68578, + 40.67506, + 40.76673, + 40.76457, + 40.68558, + 40.70766, + 40.77183, + 40.8107, + 40.72031, + 40.65114, + 40.77904, + 40.71171, + 40.77296, + 40.66719, + 40.64766, + 40.82167, + 40.75089, + 40.68444, + 40.79104, + 40.76555, + 40.83433, + 40.69938, + 40.74184, + 40.83089, + 40.6918, + 40.80111, + 40.72168, + 40.68499, + 40.71195, + 40.67634, + 40.68589, + 40.82523, + 40.71072, + 40.79109, + 40.67585, + 40.71975, + 40.71523, + 40.76636, + 40.81953, + 40.71536, + 40.70121, + 40.80605, + 40.70154, + 40.67643, + 40.71563, + 40.72849, + 40.80272, + 40.74387, + 40.7141, + 40.74557, + 40.70067, + 40.70031, + 40.76241, + 40.72865, + 40.71766, + 40.66668, + 40.71719, + 40.74155, + 40.73073, + 40.71844, + 40.72035, + 40.78025, + 40.75612, + 40.68818, + 40.7497, + 40.70223, + 40.80543, + 40.67592, + 40.74622, + 40.69059, + 40.77196, + 40.69657, + 40.76369, + 40.80639, + 40.69242, + 40.81535, + 40.82276, + 40.65732, + 40.74703, + 40.70907, + 40.76565, + 40.73352, + 40.76767, + 40.76719, + 40.82056, + 40.66372, + 40.74689, + 40.71227, + 40.72077, + 40.71601, + 40.72468, + 40.68994, + 40.63895, + 40.82251, + 40.66308, + 40.6847, + 40.69147, + 40.78858, + 40.7081, + 40.64963, + 40.63118, + 40.72036, + 40.71018, + 40.67664, + 40.68021, + 40.6338, + 40.82621, + 40.66376, + 40.71711, + 40.76254, + 40.71873, + 40.74484, + 40.67831, + 40.7008, + 40.68903, + 40.68, + 40.70507, + 40.7661, + 40.68111, + 40.69881, + 40.70341, + 40.74819, + 40.7251, + 40.72052, + 40.69471, + 40.70707, + 40.7141, + 40.76667, + 40.74379, + 40.71218, + 40.6739, + 40.64591, + 40.77511, + 40.71167, + 40.8236, + 40.82995, + 40.76391, + 40.71152, + 40.7088, + 40.71341, + 40.72986, + 40.71549, + 40.7539, + 40.7163, + 40.75766, + 40.6985, + 40.65182, + 40.69095, + 40.70393, + 40.73625, + 40.73279, + 40.75331, + 40.6697, + 40.76573, + 40.64116, + 40.76163, + 40.71564, + 40.72552, + 40.7574, + 40.72394, + 40.74607, + 40.85561, + 40.7647, + 40.62052, + 40.76129, + 40.68709, + 40.74763, + 40.82245, + 40.76654, + 40.69119, + 40.84859, + 40.66389, + 40.72834, + 40.62245, + 40.6452, + 40.73054, + 40.66598, + 40.74403, + 40.71547, + 40.66993, + 40.71807, + 40.77845, + 40.80967, + 40.71259, + 40.6611, + 40.59746, + 40.63178, + 40.80169, + 40.82148, + 40.7237, + 40.77538, + 40.79741, + 40.6717, + 40.6777, + 40.69169, + 40.74567, + 40.75744, + 40.712, + 40.72728, + 40.67929, + 40.68146, + 40.68814, + 40.77219, + 40.67254, + 40.6906, + 40.69723, + 40.681, + 40.69809, + 40.83294, + 40.71932, + 40.79697, + 40.68631, + 40.7192, + 40.69258, + 40.7674, + 40.71078, + 40.72856, + 40.76132, + 40.70883, + 40.68549, + 40.69659, + 40.67497, + 40.77316, + 40.7255, + 40.68741, + 40.73858, + 40.71846, + 40.68918, + 40.7614, + 40.64046, + 40.86406, + 40.71075, + 40.65021, + 40.78737, + 40.76914, + 40.67023, + 40.74128, + 40.6777, + 40.76945, + 40.76168, + 40.68315, + 40.68081, + 40.67502, + 40.76876, + 40.64105, + 40.78704, + 40.66394, + 40.79474, + 40.68594, + 40.79281, + 40.76219, + 40.77736, + 40.77768, + 40.68471, + 40.71209, + 40.72549, + 40.68969, + 40.70443, + 40.6723, + 40.70361, + 40.71432, + 40.71829, + 40.78988, + 40.72052, + 40.70812, + 40.75456, + 40.77046, + 40.7151, + 40.70312, + 40.67794, + 40.74791, + 40.72174, + 40.79307, + 40.78544, + 40.82397, + 40.76498, + 40.76519, + 40.7762, + 40.72625, + 40.70269, + 40.70632, + 40.89215, + 40.71372, + 40.82841, + 40.75219, + 40.67889, + 40.72552, + 40.8556, + 40.81866, + 40.67807, + 40.81865, + 40.67452, + 40.69104, + 40.67653, + 40.76818, + 40.74172, + 40.83079, + 40.7582, + 40.70316, + 40.67411, + 40.68207, + 40.8118, + 40.6776, + 40.67593, + 40.70253, + 40.70239, + 40.69129, + 40.72632, + 40.68054, + 40.67133, + 40.68344, + 40.78743, + 40.71387, + 40.70113, + 40.72179, + 40.74485, + 40.82604, + 40.7479, + 40.73801, + 40.63333, + 40.78901, + 40.63435, + 40.72736, + 40.86471, + 40.67577, + 40.69374, + 40.78481, + 40.71136, + 40.71021, + 40.78617, + 40.71165, + 40.71675, + 40.82587, + 40.76549, + 40.72112, + 40.75184, + 40.67271, + 40.69283, + 40.71346, + 40.70085, + 40.69059, + 40.65503, + 40.76014, + 40.81264, + 40.81296, + 40.76371, + 40.80431, + 40.81272, + 40.71223, + 40.84063, + 40.6963, + 40.71389, + 40.70426, + 40.62547, + 40.65059, + 40.71935, + 40.6994, + 40.78312, + 40.70358, + 40.62834, + 40.7244, + 40.83878, + 40.84482, + 40.711, + 40.72483, + 40.66705, + 40.74425, + 40.7074, + 40.69309, + 40.6929, + 40.77109, + 40.69925, + 40.71681, + 40.80015, + 40.75819, + 40.66158, + 40.76918, + 40.68597, + 40.76959, + 40.71763, + 40.69094, + 40.78217, + 40.6886, + 40.69168, + 40.79907, + 40.67354, + 40.75976, + 40.68364, + 40.76291, + 40.66087, + 40.67286, + 40.69647, + 40.77976, + 40.7451, + 40.69168, + 40.72891, + 40.6951, + 40.69641, + 40.71825, + 40.80188, + 40.68558, + 40.71729, + 40.6864, + 40.67441, + 40.7827, + 40.75286, + 40.71537, + 40.68423, + 40.71035, + 40.72208, + 40.68615, + 40.64358, + 40.69871, + 40.70737, + 40.62602, + 40.68559, + 40.71079, + 40.76495, + 40.69812, + 40.7007, + 40.70981, + 40.70551, + 40.6247, + 40.69473, + 40.73014, + 40.67315, + 40.68717, + 40.67375, + 40.70509, + 40.74601, + 40.70231, + 40.69339, + 40.74457, + 40.67954, + 40.74023, + 40.76848, + 40.7398, + 40.81223, + 40.79313, + 40.6891, + 40.71369, + 40.80834, + 40.66621, + 40.72747, + 40.66451, + 40.71522, + 40.7185, + 40.70017, + 40.74394, + 40.73247, + 40.76573, + 40.82645, + 40.7872, + 40.71827, + 40.73392, + 40.732, + 40.68542, + 40.70654, + 40.71359, + 40.71838, + 40.65015, + 40.61097, + 40.81441, + 40.67545, + 40.72389, + 40.76448, + 40.67764, + 40.73281, + 40.7347, + 40.6703, + 40.82722, + 40.73057, + 40.74549, + 40.63231, + 40.68245, + 40.66221, + 40.76498, + 40.81691, + 40.71892, + 40.68519, + 40.72207, + 40.6903, + 40.68461, + 40.71665, + 40.79503, + 40.79962, + 40.76226, + 40.76481, + 40.70622, + 40.77268, + 40.77559, + 40.74706, + 40.72639, + 40.71509, + 40.79069, + 40.77566, + 40.71759, + 40.81023, + 40.83233, + 40.72365, + 40.79772, + 40.63265, + 40.67034, + 40.83139, + 40.64658, + 40.67655, + 40.67433, + 40.74025, + 40.79951, + 40.76401, + 40.81425, + 40.75314, + 40.75963, + 40.70887, + 40.6818, + 40.71262, + 40.70362, + 40.81095, + 40.75949, + 40.88302, + 40.74727, + 40.70466, + 40.65168, + 40.7123, + 40.72411, + 40.73399, + 40.66911, + 40.65553, + 40.67668, + 40.71989, + 40.71273, + 40.66894, + 40.71504, + 40.71994, + 40.71091, + 40.68514, + 40.7723, + 40.72026, + 40.68476, + 40.71901, + 40.72672, + 40.67078, + 40.76919, + 40.72683, + 40.69399, + 40.70034, + 40.77056, + 40.6602, + 40.70668, + 40.67984, + 40.75575, + 40.68639, + 40.71353, + 40.71469, + 40.81524, + 40.68145, + 40.71581, + 40.66112, + 40.7192, + 40.7967, + 40.71106, + 40.71935, + 40.68635, + 40.76123, + 40.71417, + 40.80275, + 40.61818, + 40.76008, + 40.76237, + 40.81702, + 40.63929, + 40.72417, + 40.88688, + 40.6725, + 40.7153, + 40.63853, + 40.66035, + 40.68772, + 40.69479, + 40.64136, + 40.70992, + 40.64902, + 40.68327, + 40.70509, + 40.72011, + 40.70719, + 40.72364, + 40.78951, + 40.71927, + 40.72591, + 40.77842, + 40.64736, + 40.66427, + 40.79957, + 40.67471, + 40.71958, + 40.71358, + 40.76615, + 40.66114, + 40.72566, + 40.69044, + 40.66098, + 40.68712, + 40.76309, + 40.80791, + 40.67322, + 40.76145, + 40.69668, + 40.70225, + 40.71501, + 40.83734, + 40.67917, + 40.64676, + 40.83172, + 40.77416, + 40.72317, + 40.72336, + 40.70378, + 40.72477, + 40.72419, + 40.81039, + 40.75697, + 40.67271, + 40.80486, + 40.76521, + 40.74143, + 40.68109, + 40.72131, + 40.76173, + 40.69395, + 40.74543, + 40.65662, + 40.68882, + 40.65848, + 40.71425, + 40.67831, + 40.74048, + 40.74223, + 40.6768, + 40.66475, + 40.73649, + 40.58747, + 40.60674, + 40.67329, + 40.74295, + 40.72833, + 40.84607, + 40.82738, + 40.67665, + 40.70782, + 40.74328, + 40.61497, + 40.76026, + 40.7548, + 40.72513, + 40.66821, + 40.76814, + 40.61465, + 40.68506, + 40.61466, + 40.72909, + 40.78037, + 40.80369, + 40.67681, + 40.7301, + 40.68884, + 40.67471, + 40.71953, + 40.68739, + 40.76424, + 40.82774, + 40.74245, + 40.72221, + 40.6703, + 40.76436, + 40.67078, + 40.71925, + 40.6437, + 40.80423, + 40.83067, + 40.73914, + 40.69259, + 40.74866, + 40.62914, + 40.72391, + 40.62231, + 40.71989, + 40.63146, + 40.72826, + 40.72005, + 40.78639, + 40.70593, + 40.73226, + 40.72202, + 40.68507, + 40.7115, + 40.73103, + 40.65314, + 40.64942, + 40.72207, + 40.8217, + 40.73449, + 40.75759, + 40.70247, + 40.76069, + 40.82347, + 40.76398, + 40.66204, + 40.75605, + 40.58612, + 40.63794, + 40.64124, + 40.69568, + 40.72428, + 40.7513, + 40.72456, + 40.86264, + 40.72929, + 40.71572, + 40.69001, + 40.76151, + 40.69102, + 40.72256, + 40.67517, + 40.70966, + 40.86794, + 40.72941, + 40.70592, + 40.6786, + 40.76617, + 40.68859, + 40.69065, + 40.69179, + 40.73522, + 40.79741, + 40.67372, + 40.71576, + 40.76951, + 40.66505, + 40.81029, + 40.75997, + 40.76172, + 40.6789, + 40.71235, + 40.66578, + 40.68235, + 40.79401, + 40.66802, + 40.70358, + 40.75899, + 40.6786, + 40.74523, + 40.67721, + 40.76633, + 40.67851, + 40.7627, + 40.71508, + 40.71173, + 40.68437, + 40.73103, + 40.73158, + 40.73213, + 40.80204, + 40.81855, + 40.73688, + 40.68588, + 40.71447, + 40.70801, + 40.69292, + 40.67737, + 40.69608, + 40.78558, + 40.69854, + 40.68476, + 40.77853, + 40.76793, + 40.85973, + 40.72754, + 40.71544, + 40.71025, + 40.7466, + 40.76411, + 40.72609, + 40.69834, + 40.67376, + 40.63435, + 40.64407, + 40.70894, + 40.7146, + 40.728, + 40.82502, + 40.6416, + 40.67574, + 40.74661, + 40.67896, + 40.67145, + 40.68637, + 40.72573, + 40.65532, + 40.69634, + 40.81088, + 40.68001, + 40.74116, + 40.78624, + 40.68769, + 40.72631, + 40.71078, + 40.76564, + 40.81589, + 40.65684, + 40.72755, + 40.67672, + 40.73494, + 40.71345, + 40.77408, + 40.74044, + 40.69946, + 40.59686, + 40.67391, + 40.77562, + 40.75393, + 40.84182, + 40.72863, + 40.6797, + 40.6749, + 40.74031, + 40.72871, + 40.69108, + 40.73642, + 40.87634, + 40.80414, + 40.80934, + 40.70941, + 40.78834, + 40.73176, + 40.67025, + 40.68214, + 40.71769, + 40.65602, + 40.7235, + 40.72291, + 40.75117, + 40.73738, + 40.81919, + 40.65281, + 40.59664, + 40.71952, + 40.69186, + 40.6588, + 40.71568, + 40.76427, + 40.59722, + 40.6429, + 40.72563, + 40.76574, + 40.76387, + 40.76443, + 40.70636, + 40.70407, + 40.75668, + 40.71801, + 40.68682, + 40.82058, + 40.67871, + 40.72133, + 40.76543, + 40.72192, + 40.73581, + 40.74812, + 40.72421, + 40.8001, + 40.79999, + 40.82978, + 40.7676, + 40.62857, + 40.7418, + 40.72083, + 40.69087, + 40.69566, + 40.67787, + 40.66769, + 40.74998, + 40.6889, + 40.76384, + 40.70152, + 40.70458, + 40.69049, + 40.79454, + 40.75597, + 40.75249, + 40.76733, + 40.58788, + 40.73245, + 40.75453, + 40.75298, + 40.7059, + 40.76885, + 40.70426, + 40.67512, + 40.75346, + 40.7548, + 40.65537, + 40.68541, + 40.77129, + 40.75893, + 40.70383, + 40.67933, + 40.66373, + 40.63531, + 40.72801, + 40.74864, + 40.70807, + 40.77089, + 40.66046, + 40.78383, + 40.75033, + 40.74045, + 40.71296, + 40.70902, + 40.68057, + 40.6768, + 40.66715, + 40.80296, + 40.71211, + 40.80513, + 40.67607, + 40.70591, + 40.86706, + 40.69999, + 40.72566, + 40.68837, + 40.72648, + 40.71325, + 40.73616, + 40.57962, + 40.74416, + 40.67842, + 40.777, + 40.64537, + 40.75656, + 40.69532, + 40.67835, + 40.70027, + 40.67848, + 40.67868, + 40.76347, + 40.67753, + 40.67873, + 40.75006, + 40.67733, + 40.76699, + 40.75731, + 40.76191, + 40.75732, + 40.74496, + 40.72734, + 40.76062, + 40.68616, + 40.72067, + 40.77055, + 40.72147, + 40.79943, + 40.76996, + 40.69386, + 40.69067, + 40.65177, + 40.80853, + 40.71911, + 40.70889, + 40.7264, + 40.72508, + 40.65028, + 40.6857, + 40.68537, + 40.71344, + 40.77752, + 40.73307, + 40.79757, + 40.71601, + 40.77625, + 40.64813, + 40.65543, + 40.7611, + 40.76522, + 40.76537, + 40.74586, + 40.68932, + 40.81426, + 40.69687, + 40.76354, + 40.76245, + 40.70572, + 40.78744, + 40.67685, + 40.7723, + 40.79998, + 40.76432, + 40.67773, + 40.6784, + 40.68782, + 40.7023, + 40.67704, + 40.67726, + 40.67787, + 40.75008, + 40.72735, + 40.80759, + 40.76042, + 40.84344, + 40.69065, + 40.73811, + 40.7436, + 40.76419, + 40.73253, + 40.69507, + 40.74361, + 40.76858, + 40.77051, + 40.72728, + 40.74927, + 40.70039, + 40.77118, + 40.63294, + 40.77323, + 40.73127, + 40.71991, + 40.77154, + 40.67913, + 40.71284, + 40.68173, + 40.71822, + 40.68885, + 40.68187, + 40.86144, + 40.75184, + 40.71515, + 40.68885, + 40.6736, + 40.70758, + 40.68683, + 40.75341, + 40.75493, + 40.68691, + 40.76119, + 40.66794, + 40.69513, + 40.64495, + 40.71735, + 40.6627, + 40.75982, + 40.68679, + 40.79572, + 40.75979, + 40.6853, + 40.68949, + 40.75817, + 40.76321, + 40.60273, + 40.73858, + 40.77084, + 40.74381, + 40.6741, + 40.62848, + 40.78165, + 40.67177, + 40.82739, + 40.74661, + 40.67871, + 40.6771, + 40.8739, + 40.71353, + 40.80485, + 40.67163, + 40.76333, + 40.71204, + 40.75232, + 40.80024, + 40.67307, + 40.74508, + 40.71733, + 40.69077, + 40.6882, + 40.69871, + 40.68104, + 40.66724, + 40.70424, + 40.67893, + 40.6779, + 40.7134, + 40.6197, + 40.65325, + 40.71171, + 40.67727, + 40.81532, + 40.79746, + 40.7349, + 40.74918, + 40.7209, + 40.65903, + 40.73025, + 40.8041, + 40.63014, + 40.76447, + 40.72317, + 40.70892, + 40.72379, + 40.70075, + 40.80255, + 40.74739, + 40.70255, + 40.69355, + 40.69475, + 40.71172, + 40.69398, + 40.6926, + 40.67504, + 40.73936, + 40.71212, + 40.73539, + 40.71622, + 40.57872, + 40.7253, + 40.72224, + 40.72224, + 40.67528, + 40.69131, + 40.8029, + 40.72389, + 40.69267, + 40.71237, + 40.72672, + 40.58793, + 40.71642, + 40.67728, + 40.71015, + 40.72085, + 40.82277, + 40.73878, + 40.72539, + 40.67405, + 40.7128, + 40.63108, + 40.66222, + 40.73716, + 40.7745, + 40.66379, + 40.71271, + 40.8262, + 40.71157, + 40.73144, + 40.68165, + 40.76017, + 40.68286, + 40.72549, + 40.76535, + 40.69407, + 40.67288, + 40.75172, + 40.72705, + 40.769, + 40.76978, + 40.75288, + 40.70401, + 40.68318, + 40.67943, + 40.67068, + 40.80257, + 40.70231, + 40.64215, + 40.6467, + 40.68514, + 40.75835, + 40.79748, + 40.70518, + 40.75289, + 40.74421, + 40.71382, + 40.76552, + 40.79917, + 40.61224, + 40.74624, + 40.77885, + 40.68719, + 40.72732, + 40.76084, + 40.78707, + 40.67912, + 40.76691, + 40.67487, + 40.8009, + 40.68507, + 40.80219, + 40.76483, + 40.75741, + 40.82204, + 40.77995, + 40.70992, + 40.7249, + 40.73433, + 40.73388, + 40.68416, + 40.78761, + 40.69234, + 40.69587, + 40.69004, + 40.69159, + 40.81083, + 40.65046, + 40.82237, + 40.80481, + 40.65318, + 40.74434, + 40.82252, + 40.74478, + 40.69222, + 40.70221, + 40.69671, + 40.73297, + 40.75797, + 40.74152, + 40.76211, + 40.72203, + 40.69264, + 40.71222, + 40.76656, + 40.67617, + 40.68182, + 40.84399, + 40.67238, + 40.75247, + 40.84754, + 40.68571, + 40.76583, + 40.85677, + 40.64066, + 40.80427, + 40.68751, + 40.80756, + 40.67471, + 40.68884, + 40.75348, + 40.7113, + 40.66615, + 40.77205, + 40.81876, + 40.67149, + 40.70843, + 40.73867, + 40.75694, + 40.71603, + 40.68831, + 40.75135, + 40.80259, + 40.63359, + 40.76581, + 40.71465, + 40.82932, + 40.69699, + 40.67712, + 40.75292, + 40.61609, + 40.69106, + 40.72937, + 40.6798, + 40.80589, + 40.82668, + 40.6717, + 40.7467, + 40.75417, + 40.78623, + 40.69863, + 40.71671, + 40.84572, + 40.79119, + 40.69911, + 40.68828, + 40.78608, + 40.73029, + 40.70062, + 40.72434, + 40.68827, + 40.78313, + 40.79971, + 40.66269, + 40.82442, + 40.67473, + 40.73284, + 40.70429, + 40.74669, + 40.76561, + 40.76106, + 40.76572, + 40.76355, + 40.71983, + 40.7668, + 40.82496, + 40.74113, + 40.79176, + 40.68522, + 40.8014, + 40.66302, + 40.68632, + 40.6729, + 40.73688, + 40.67019, + 40.68727, + 40.8411, + 40.67832, + 40.71467, + 40.70781, + 40.61224, + 40.77176, + 40.72915, + 40.78726, + 40.74475, + 40.6978, + 40.77244, + 40.74873, + 40.71542, + 40.77775, + 40.82887, + 40.7806, + 40.84345, + 40.79722, + 40.71305, + 40.82393, + 40.71793, + 40.74696, + 40.67812, + 40.6938, + 40.62643, + 40.75153, + 40.71816, + 40.71811, + 40.72977, + 40.6832, + 40.73067, + 40.7043, + 40.72508, + 40.82771, + 40.75228, + 40.67443, + 40.71684, + 40.69294, + 40.6838, + 40.7901, + 40.68892, + 40.70483, + 40.80049, + 40.80608, + 40.73247, + 40.7268, + 40.76008, + 40.72837, + 40.71441, + 40.70683, + 40.74494, + 40.72154, + 40.69284, + 40.68748, + 40.72397, + 40.80147, + 40.77445, + 40.66158, + 40.69818, + 40.8048, + 40.68958, + 40.67944, + 40.68882, + 40.73851, + 40.71346, + 40.77752, + 40.69256, + 40.70032, + 40.71503, + 40.74602, + 40.73983, + 40.84279, + 40.88447, + 40.61603, + 40.75593, + 40.82908, + 40.72382, + 40.71159, + 40.87491, + 40.70471, + 40.68015, + 40.72855, + 40.66883, + 40.77055, + 40.70934, + 40.63074, + 40.82394, + 40.66838, + 40.78281, + 40.73215, + 40.71424, + 40.69984, + 40.69459, + 40.76516, + 40.64688, + 40.85084, + 40.80309, + 40.74241, + 40.58985, + 40.68857, + 40.74975, + 40.69224, + 40.69608, + 40.65136, + 40.76028, + 40.76717, + 40.74785, + 40.70511, + 40.64429, + 40.71951, + 40.67313, + 40.74688, + 40.68316, + 40.65534, + 40.68518, + 40.76824, + 40.71298, + 40.661, + 40.78456, + 40.6752, + 40.68152, + 40.87328, + 40.7487, + 40.78977, + 40.74061, + 40.76739, + 40.69164, + 40.63479, + 40.7098, + 40.76511, + 40.6597, + 40.71629, + 40.69538, + 40.68611, + 40.61984, + 40.69545, + 40.70778, + 40.77267, + 40.8066, + 40.67666, + 40.78233, + 40.6311, + 40.80209, + 40.85244, + 40.82257, + 40.68263, + 40.72341, + 40.75803, + 40.64366, + 40.85828, + 40.68642, + 40.66379, + 40.79799, + 40.72341, + 40.70248, + 40.682, + 40.75859, + 40.76147, + 40.78898, + 40.68594, + 40.6936, + 40.82547, + 40.72684, + 40.73989, + 40.71106, + 40.79315, + 40.75206, + 40.71198, + 40.75003, + 40.78314, + 40.84243, + 40.8335, + 40.80814, + 40.74933, + 40.6421, + 40.70979, + 40.70597, + 40.73491, + 40.64017, + 40.68734, + 40.78021, + 40.73266, + 40.64226, + 40.76703, + 40.81037, + 40.70328, + 40.64701, + 40.74009, + 40.73442, + 40.65229, + 40.71644, + 40.77806, + 40.72612, + 40.75459, + 40.70851, + 40.65413, + 40.8, + 40.71276, + 40.83515, + 40.8025, + 40.7077, + 40.69129, + 40.71591, + 40.72303, + 40.77605, + 40.77483, + 40.6639, + 40.60554, + 40.6697, + 40.7478, + 40.73702, + 40.63801, + 40.72348, + 40.68135, + 40.60475, + 40.67666, + 40.63439, + 40.63809, + 40.72245, + 40.82967, + 40.74649, + 40.72388, + 40.75069, + 40.86089, + 40.6714, + 40.76403, + 40.72458, + 40.82434, + 40.75236, + 40.70579, + 40.69134, + 40.58568, + 40.69414, + 40.67096, + 40.68502, + 40.83021, + 40.64061, + 40.74221, + 40.76432, + 40.73696, + 40.80487, + 40.70391, + 40.66158, + 40.6589, + 40.7207, + 40.76311, + 40.67206, + 40.7177, + 40.66863, + 40.8785, + 40.66571, + 40.82389, + 40.7091, + 40.69743, + 40.72695, + 40.71871, + 40.71311, + 40.86931, + 40.71463, + 40.73322, + 40.71, + 40.74874, + 40.70879, + 40.69368, + 40.76814, + 40.71162, + 40.73094, + 40.79917, + 40.70893, + 40.74763, + 40.72074, + 40.71795, + 40.81914, + 40.74587, + 40.68739, + 40.74566, + 40.73614, + 40.81244, + 40.77141, + 40.76109, + 40.75048, + 40.68529, + 40.77838, + 40.71312, + 40.73804, + 40.71498, + 40.74402, + 40.74703, + 40.73233, + 40.70767, + 40.68906, + 40.69687, + 40.71436, + 40.73998, + 40.67539, + 40.73607, + 40.76337, + 40.71724, + 40.65596, + 40.72997, + 40.71799, + 40.69948, + 40.68381, + 40.85394, + 40.8584, + 40.7687, + 40.69165, + 40.64212, + 40.71881, + 40.82892, + 40.73506, + 40.68754, + 40.71765, + 40.69916, + 40.69596, + 40.72485, + 40.72588, + 40.68545, + 40.58363, + 40.74725, + 40.65224, + 40.70929, + 40.70902, + 40.78309, + 40.74751, + 40.75901, + 40.6834, + 40.77585, + 40.72339, + 40.70643, + 40.68406, + 40.69787, + 40.72711, + 40.7142, + 40.69697, + 40.7193, + 40.71833, + 40.74238, + 40.71663, + 40.69754, + 40.83044, + 40.82245, + 40.79641, + 40.76512, + 40.63338, + 40.76575, + 40.7652, + 40.61807, + 40.68376, + 40.69318, + 40.69476, + 40.69295, + 40.81634, + 40.72652, + 40.70108, + 40.81462, + 40.76563, + 40.71672, + 40.76285, + 40.74623, + 40.70162, + 40.68562, + 40.79492, + 40.64495, + 40.77418, + 40.72184, + 40.71053, + 40.69436, + 40.7063, + 40.73962, + 40.64351, + 40.82816, + 40.76234, + 40.69216, + 40.71917, + 40.72092, + 40.72625, + 40.76639, + 40.81537, + 40.63436, + 40.78472, + 40.80639, + 40.80486, + 40.7443, + 40.71757, + 40.72344, + 40.80961, + 40.68411, + 40.69676, + 40.69385, + 40.83314, + 40.74212, + 40.74729, + 40.71783, + 40.74535, + 40.65896, + 40.83029, + 40.70755, + 40.68885, + 40.75936, + 40.67245, + 40.69387, + 40.66208, + 40.72224, + 40.71032, + 40.69003, + 40.70481, + 40.7087, + 40.7029, + 40.72188, + 40.69178, + 40.84855, + 40.71938, + 40.77774, + 40.75827, + 40.73679, + 40.6763, + 40.69338, + 40.68373, + 40.6756, + 40.73612, + 40.80039, + 40.72594, + 40.6861, + 40.71813, + 40.71815, + 40.74397, + 40.71495, + 40.73836, + 40.66452, + 40.70117, + 40.75957, + 40.69329, + 40.68608, + 40.74788, + 40.68675, + 40.70383, + 40.68444, + 40.68029, + 40.69967, + 40.86674, + 40.79638, + 40.73269, + 40.72712, + 40.76518, + 40.71086, + 40.7638, + 40.6776, + 40.79598, + 40.72605, + 40.70333, + 40.70185, + 40.71291, + 40.77383, + 40.78714, + 40.77466, + 40.82025, + 40.85521, + 40.76405, + 40.77216, + 40.71227, + 40.80726, + 40.67933, + 40.69367, + 40.80279, + 40.68855, + 40.69491, + 40.71353, + 40.82592, + 40.72847, + 40.79428, + 40.69728, + 40.71703, + 40.75447, + 40.7625, + 40.67423, + 40.72486, + 40.71261, + 40.70875, + 40.77428, + 40.69546, + 40.64497, + 40.70429, + 40.68379, + 40.65616, + 40.76743, + 40.78178, + 40.71453, + 40.76176, + 40.67989, + 40.78068, + 40.81245, + 40.65381, + 40.84826, + 40.68206, + 40.71107, + 40.68528, + 40.68847, + 40.71909, + 40.81318, + 40.8112, + 40.72761, + 40.67077, + 40.74059, + 40.70208, + 40.69049, + 40.79576, + 40.74247, + 40.76284, + 40.83034, + 40.74197, + 40.65099, + 40.71304, + 40.72923, + 40.76475, + 40.76565, + 40.71967, + 40.7052, + 40.71153, + 40.81529, + 40.68644, + 40.72575, + 40.71532, + 40.70188, + 40.82258, + 40.73445, + 40.82392, + 40.7771, + 40.78208, + 40.77746, + 40.6718, + 40.66116, + 40.72454, + 40.60583, + 40.72504, + 40.77714, + 40.75081, + 40.74913, + 40.74888, + 40.71558, + 40.68696, + 40.67764, + 40.71796, + 40.76683, + 40.71092, + 40.74696, + 40.66255, + 40.72857, + 40.80751, + 40.70781, + 40.68522, + 40.74801, + 40.72516, + 40.70398, + 40.87504, + 40.68156, + 40.68891, + 40.69914, + 40.75547, + 40.69613, + 40.77654, + 40.75689, + 40.73419, + 40.68029, + 40.58486, + 40.80379, + 40.76327, + 40.77627, + 40.70689, + 40.7976, + 40.68585, + 40.77835, + 40.72946, + 40.72299, + 40.76314, + 40.76797, + 40.70711, + 40.75824, + 40.69131, + 40.72515, + 40.75071, + 40.74, + 40.72347, + 40.67546, + 40.84385, + 40.72677, + 40.76684, + 40.74435, + 40.77626, + 40.75439, + 40.68345, + 40.79733, + 40.76384, + 40.72021, + 40.71787, + 40.71623, + 40.69348, + 40.73509, + 40.78012, + 40.75966, + 40.8041, + 40.68195, + 40.71214, + 40.72345, + 40.68556, + 40.73449, + 40.68116, + 40.75541, + 40.81688, + 40.66057, + 40.81991, + 40.72264, + 40.76258, + 40.71127, + 40.7375, + 40.75271, + 40.7257, + 40.68669, + 40.82441, + 40.69573, + 40.70232, + 40.69157, + 40.81038, + 40.74632, + 40.77604, + 40.74404, + 40.72813, + 40.83034, + 40.68731, + 40.75895, + 40.68232, + 40.68683, + 40.80966, + 40.69854, + 40.7226, + 40.70683, + 40.68804, + 40.68822, + 40.65145, + 40.72582, + 40.68666, + 40.77817, + 40.774, + 40.65948, + 40.74505, + 40.76548, + 40.71638, + 40.68804, + 40.73322, + 40.77352, + 40.67767, + 40.649, + 40.77233, + 40.66566, + 40.66316, + 40.81379, + 40.72941, + 40.72529, + 40.71136, + 40.69454, + 40.70192, + 40.57991, + 40.69112, + 40.75829, + 40.72288, + 40.72002, + 40.69104, + 40.7032, + 40.75596, + 40.68772, + 40.68695, + 40.70615, + 40.74416, + 40.7078, + 40.74093, + 40.68245, + 40.86318, + 40.7987, + 40.74761, + 40.72547, + 40.75498, + 40.74979, + 40.71835, + 40.70521, + 40.82592, + 40.73638, + 40.69492, + 40.75858, + 40.68962, + 40.71845, + 40.84849, + 40.72783, + 40.70954, + 40.77795, + 40.68853, + 40.78242, + 40.71251, + 40.73008, + 40.66316, + 40.66182, + 40.76595, + 40.76282, + 40.86232, + 40.74826, + 40.656, + 40.69671, + 40.72318, + 40.70803, + 40.70037, + 40.68922, + 40.69512, + 40.69208, + 40.70086, + 40.69417, + 40.68995, + 40.69064, + 40.81245, + 40.63547, + 40.80106, + 40.70637, + 40.71208, + 40.66475, + 40.69857, + 40.6827, + 40.87446, + 40.66602, + 40.7661, + 40.62906, + 40.7203, + 40.74816, + 40.77769, + 40.67739, + 40.68576, + 40.71339, + 40.64339, + 40.75349, + 40.75462, + 40.75837, + 40.75673, + 40.69178, + 40.66921, + 40.76826, + 40.73061, + 40.71908, + 40.75225, + 40.86489, + 40.65278, + 40.69967, + 40.76402, + 40.83373, + 40.68321, + 40.68481, + 40.71879, + 40.79081, + 40.76944, + 40.73874, + 40.76825, + 40.74312, + 40.7387, + 40.74351, + 40.69523, + 40.77506, + 40.71805, + 40.70912, + 40.74989, + 40.69853, + 40.81455, + 40.82032, + 40.68985, + 40.823, + 40.68105, + 40.68168, + 40.77537, + 40.71975, + 40.68243, + 40.6762, + 40.77641, + 40.76184, + 40.68933, + 40.8227, + 40.81911, + 40.75692, + 40.75855, + 40.85783, + 40.71194, + 40.77611, + 40.63971, + 40.63578, + 40.68192, + 40.68684, + 40.67023, + 40.80815, + 40.70167, + 40.74374, + 40.76072, + 40.7233, + 40.71233, + 40.75857, + 40.76581, + 40.71291, + 40.80116, + 40.67719, + 40.72052, + 40.75469, + 40.71912, + 40.61422, + 40.70514, + 40.77692, + 40.74804, + 40.74832, + 40.76903, + 40.73277, + 40.67981, + 40.74077, + 40.69455, + 40.79202, + 40.70189, + 40.8229, + 40.69741, + 40.73248, + 40.71626, + 40.69, + 40.80638, + 40.76895, + 40.6781, + 40.67064, + 40.68299, + 40.82375, + 40.76075, + 40.77213, + 40.71479, + 40.7089, + 40.72555, + 40.72167, + 40.74934, + 40.67542, + 40.63409, + 40.72064, + 40.72454, + 40.64488, + 40.71514, + 40.71922, + 40.77509, + 40.72133, + 40.68317, + 40.69422, + 40.67518, + 40.6832, + 40.68868, + 40.63229, + 40.80414, + 40.68427, + 40.68108, + 40.68384, + 40.74036, + 40.76401, + 40.73379, + 40.71243, + 40.84777, + 40.7232, + 40.85702, + 40.77077, + 40.77179, + 40.76151, + 40.73089, + 40.76193, + 40.73735, + 40.70827, + 40.72145, + 40.76938, + 40.68512, + 40.67757, + 40.72268, + 40.69023, + 40.72393, + 40.7224, + 40.7215, + 40.72147, + 40.70071, + 40.79803, + 40.71659, + 40.75739, + 40.72147, + 40.67318, + 40.64149, + 40.61637, + 40.80708, + 40.66201, + 40.77708, + 40.70241, + 40.75993, + 40.68853, + 40.76748, + 40.71239, + 40.68185, + 40.74751, + 40.66313, + 40.66023, + 40.76011, + 40.68328, + 40.7199, + 40.74665, + 40.66514, + 40.69977, + 40.68274, + 40.74907, + 40.70093, + 40.75303, + 40.64449, + 40.71881, + 40.81232, + 40.76221, + 40.76015, + 40.72887, + 40.71247, + 40.65275, + 40.64976, + 40.76014, + 40.80737, + 40.80986, + 40.86456, + 40.75388, + 40.82645, + 40.77122, + 40.72432, + 40.72472, + 40.78538, + 40.76396, + 40.68994, + 40.69735, + 40.68124, + 40.70383, + 40.81685, + 40.80115, + 40.65547, + 40.79334, + 40.82601, + 40.87396, + 40.6322, + 40.76241, + 40.67579, + 40.73304, + 40.67632, + 40.80686, + 40.82788, + 40.72181, + 40.80055, + 40.8141, + 40.69004, + 40.66215, + 40.7316, + 40.6905, + 40.6687, + 40.69807, + 40.69379, + 40.71248, + 40.71868, + 40.72293, + 40.76256, + 40.7211, + 40.69336, + 40.66254, + 40.58195, + 40.65129, + 40.64857, + 40.74317, + 40.71914, + 40.80253, + 40.65255, + 40.79005, + 40.8637, + 40.67682, + 40.67626, + 40.71773, + 40.68098, + 40.6899, + 40.6987, + 40.73767, + 40.67191, + 40.86665, + 40.71299, + 40.80034, + 40.69818, + 40.68741, + 40.65398, + 40.68001, + 40.85419, + 40.69207, + 40.72465, + 40.68641, + 40.69335, + 40.71179, + 40.7498, + 40.6874, + 40.69946, + 40.76006, + 40.7277, + 40.88435, + 40.75501, + 40.72188, + 40.68784, + 40.73641, + 40.68503, + 40.64322, + 40.7633, + 40.69526, + 40.72143, + 40.72195, + 40.67589, + 40.71082, + 40.8049, + 40.74451, + 40.82243, + 40.70982, + 40.75145, + 40.57905, + 40.7504, + 40.71614, + 40.64663, + 40.64173, + 40.7025, + 40.77639, + 40.75981, + 40.77411, + 40.71775, + 40.71953, + 40.72616, + 40.68464, + 40.70099, + 40.82824, + 40.71327, + 40.8168, + 40.71136, + 40.73477, + 40.65466, + 40.71412, + 40.72193, + 40.73041, + 40.68611, + 40.71708, + 40.70635, + 40.70699, + 40.71197, + 40.76637, + 40.65758, + 40.81847, + 40.68652, + 40.71774, + 40.72756, + 40.75337, + 40.68788, + 40.67299, + 40.79303, + 40.6925, + 40.77327, + 40.8372, + 40.81309, + 40.69859, + 40.76334, + 40.74627, + 40.79937, + 40.73955, + 40.86395, + 40.70865, + 40.67439, + 40.75574, + 40.73375, + 40.69783, + 40.82246, + 40.72015, + 40.72949, + 40.79787, + 40.86815, + 40.74776, + 40.75301, + 40.68766, + 40.64838, + 40.6887, + 40.67516, + 40.77317, + 40.64994, + 40.58876, + 40.83558, + 40.70116, + 40.74648, + 40.86958, + 40.70148, + 40.70099, + 40.61752, + 40.67362, + 40.67157, + 40.76464, + 40.7601, + 40.63518, + 40.68887, + 40.72149, + 40.71899, + 40.77719, + 40.73991, + 40.83267, + 40.65105, + 40.589, + 40.67968, + 40.81943, + 40.67521, + 40.73674, + 40.69305, + 40.76973, + 40.71082, + 40.75853, + 40.70853, + 40.8024, + 40.78296, + 40.74755, + 40.71028, + 40.6881, + 40.76373, + 40.71391, + 40.6901, + 40.73612, + 40.7817, + 40.68726, + 40.68757, + 40.71082, + 40.70311, + 40.68141, + 40.72785, + 40.76334, + 40.70789, + 40.77685, + 40.63761, + 40.75489, + 40.75059, + 40.82779, + 40.65686, + 40.7394, + 40.68275, + 40.6886, + 40.82476, + 40.71945, + 40.75129, + 40.6805, + 40.69827, + 40.68337, + 40.72162, + 40.7214, + 40.69563, + 40.66824, + 40.69675, + 40.68864, + 40.57458, + 40.67974, + 40.80954, + 40.69292, + 40.68422, + 40.77287, + 40.70348, + 40.71805, + 40.70138, + 40.68037, + 40.67131, + 40.72292, + 40.6876, + 40.64111, + 40.69847, + 40.75763, + 40.63905, + 40.72044, + 40.7861, + 40.7734, + 40.85411, + 40.64178, + 40.83102, + 40.74476, + 40.72804, + 40.81961, + 40.77053, + 40.7169, + 40.69928, + 40.82949, + 40.70111, + 40.66085, + 40.81978, + 40.7559, + 40.63557, + 40.65682, + 40.68226, + 40.74907, + 40.70788, + 40.68155, + 40.68094, + 40.68959, + 40.68177, + 40.80399, + 40.81294, + 40.56033, + 40.66248, + 40.72904, + 40.72815, + 40.71589, + 40.67158, + 40.71297, + 40.62812, + 40.77207, + 40.76645, + 40.74439, + 40.78662, + 40.6322, + 40.70402, + 40.79427, + 40.82389, + 40.73761, + 40.72666, + 40.67985, + 40.63762, + 40.68482, + 40.74322, + 40.67605, + 40.68567, + 40.66298, + 40.85925, + 40.82881, + 40.66064, + 40.68117, + 40.77418, + 40.65217, + 40.7275, + 40.81246, + 40.67593, + 40.73951, + 40.69251, + 40.69124, + 40.7, + 40.77862, + 40.75241, + 40.75497, + 40.67508, + 40.8485, + 40.74252, + 40.66745, + 40.65892, + 40.7118, + 40.66658, + 40.66337, + 40.73684, + 40.70379, + 40.80906, + 40.70262, + 40.69062, + 40.72406, + 40.67582, + 40.74211, + 40.67862, + 40.76824, + 40.72779, + 40.78517, + 40.67859, + 40.67829, + 40.73686, + 40.68518, + 40.77253, + 40.74376, + 40.75721, + 40.70283, + 40.7152, + 40.68917, + 40.78096, + 40.70228, + 40.64581, + 40.67404, + 40.71214, + 40.81899, + 40.74881, + 40.88007, + 40.75021, + 40.81376, + 40.81236, + 40.81196, + 40.73307, + 40.7504, + 40.65676, + 40.67336, + 40.65757, + 40.71527, + 40.6986, + 40.67488, + 40.82742, + 40.71131, + 40.69417, + 40.76936, + 40.70858, + 40.71286, + 40.63773, + 40.81337, + 40.86529, + 40.81351, + 40.81339, + 40.66884, + 40.66013, + 40.72021, + 40.65875, + 40.71263, + 40.62306, + 40.68425, + 40.72017, + 40.74615, + 40.71494, + 40.80106, + 40.79551, + 40.80895, + 40.68613, + 40.68531, + 40.68729, + 40.69819, + 40.65888, + 40.75533, + 40.69185, + 40.80684, + 40.71527, + 40.69226, + 40.76119, + 40.86664, + 40.73609, + 40.67685, + 40.75639, + 40.80095, + 40.80194, + 40.69864, + 40.63767, + 40.60295, + 40.72998, + 40.72522, + 40.721, + 40.68993, + 40.73531, + 40.7348, + 40.72073, + 40.72509, + 40.72011, + 40.62427, + 40.8521, + 40.72016, + 40.69158, + 40.7195, + 40.71174, + 40.7682, + 40.6774, + 40.7972, + 40.66989, + 40.70351, + 40.72997, + 40.64016, + 40.69083, + 40.70332, + 40.6932, + 40.6329, + 40.65681, + 40.76805, + 40.68712, + 40.75561, + 40.78941, + 40.71126, + 40.77219, + 40.78694, + 40.67346, + 40.71899, + 40.72149, + 40.74526, + 40.70764, + 40.70619, + 40.74698, + 40.68652, + 40.74148, + 40.68732, + 40.68599, + 40.67342, + 40.76365, + 40.70701, + 40.73254, + 40.72753, + 40.65168, + 40.83618, + 40.75946, + 40.70364, + 40.67802, + 40.67674, + 40.77233, + 40.74893, + 40.72454, + 40.80228, + 40.70542, + 40.76482, + 40.69507, + 40.77978, + 40.77698, + 40.705, + 40.69088, + 40.66669, + 40.72017, + 40.76274, + 40.70856, + 40.68898, + 40.60336, + 40.70285, + 40.76551, + 40.77251, + 40.67418, + 40.6964, + 40.6865, + 40.74286, + 40.76716, + 40.70843, + 40.65222, + 40.74779, + 40.74658, + 40.68876, + 40.70593, + 40.72545, + 40.652, + 40.76372, + 40.71998, + 40.79846, + 40.68588, + 40.70733, + 40.7141, + 40.80189, + 40.60407, + 40.75715, + 40.73677, + 40.71246, + 40.69375, + 40.72196, + 40.70299, + 40.74355, + 40.67839, + 40.58012, + 40.66987, + 40.66615, + 40.76097, + 40.83755, + 40.75794, + 40.7116, + 40.72475, + 40.5895, + 40.68156, + 40.65907, + 40.74144, + 40.7195, + 40.69665, + 40.64579, + 40.6654, + 40.64786, + 40.75066, + 40.82101, + 40.6996, + 40.70419, + 40.76475, + 40.6899, + 40.72249, + 40.75735, + 40.71889, + 40.67031, + 40.77799, + 40.71884, + 40.76853, + 40.76546, + 40.74827, + 40.69054, + 40.71691, + 40.66621, + 40.74807, + 40.74142, + 40.65369, + 40.72968, + 40.74882, + 40.73123, + 40.77602, + 40.66182, + 40.6092, + 40.67697, + 40.70289, + 40.71412, + 40.72196, + 40.72957, + 40.70612, + 40.58198, + 40.67074, + 40.82089, + 40.68804, + 40.73573, + 40.67432, + 40.85407, + 40.86407, + 40.70068, + 40.80375, + 40.6784, + 40.74711, + 40.72169, + 40.707, + 40.77395, + 40.70581, + 40.72839, + 40.81767, + 40.70849, + 40.74208, + 40.84934, + 40.7117, + 40.76327, + 40.7434, + 40.7841, + 40.78904, + 40.77847, + 40.74422, + 40.70649, + 40.80557, + 40.77742, + 40.68209, + 40.77748, + 40.77915, + 40.85929, + 40.77721, + 40.77712, + 40.77717, + 40.68799, + 40.76208, + 40.71181, + 40.638, + 40.71415, + 40.67191, + 40.66896, + 40.68579, + 40.68651, + 40.69727, + 40.69946, + 40.76393, + 40.72904, + 40.69842, + 40.75305, + 40.71563, + 40.81064, + 40.7437, + 40.69181, + 40.71218, + 40.64399, + 40.70312, + 40.67218, + 40.79653, + 40.64129, + 40.67087, + 40.72998, + 40.67958, + 40.81618, + 40.67966, + 40.70124, + 40.6849, + 40.84697, + 40.71043, + 40.84861, + 40.74252, + 40.8045, + 40.71276, + 40.65625, + 40.65501, + 40.72629, + 40.68728, + 40.76649, + 40.80026, + 40.6873, + 40.76354, + 40.73718, + 40.84502, + 40.7457, + 40.83051, + 40.75544, + 40.6718, + 40.74742, + 40.71269, + 40.69181, + 40.68975, + 40.71371, + 40.75881, + 40.65331, + 40.74281, + 40.74652, + 40.74279, + 40.73143, + 40.7654, + 40.7773, + 40.65175, + 40.70114, + 40.69552, + 40.72939, + 40.80878, + 40.87906, + 40.88049, + 40.73384, + 40.8805, + 40.79661, + 40.69017, + 40.8987, + 40.77074, + 40.72651, + 40.80017, + 40.68928, + 40.82748, + 40.6896, + 40.71191, + 40.80022, + 40.73716, + 40.75524, + 40.71147, + 40.79728, + 40.84693, + 40.6897, + 40.67544, + 40.72943, + 40.74107, + 40.71608, + 40.8273, + 40.6786, + 40.7592, + 40.84882, + 40.79037, + 40.59868, + 40.6752, + 40.68206, + 40.85662, + 40.77418, + 40.69126, + 40.75287, + 40.72836, + 40.72605, + 40.70425, + 40.64593, + 40.77029, + 40.69113, + 40.67226, + 40.7675, + 40.66322, + 40.64086, + 40.70828, + 40.66186, + 40.74216, + 40.73799, + 40.75584, + 40.71662, + 40.86578, + 40.64726, + 40.83416, + 40.68822, + 40.79298, + 40.71264, + 40.72421, + 40.63012, + 40.75546, + 40.61182, + 40.77579, + 40.7216, + 40.74879, + 40.68293, + 40.69564, + 40.70569, + 40.7255, + 40.76444, + 40.84718, + 40.69874, + 40.77394, + 40.75115, + 40.68706, + 40.80115, + 40.7681, + 40.74786, + 40.74405, + 40.71937, + 40.74668, + 40.71967, + 40.74759, + 40.6455, + 40.654, + 40.68357, + 40.71172, + 40.69076, + 40.6844, + 40.84857, + 40.84777, + 40.84643, + 40.82015, + 40.77226, + 40.68261, + 40.79788, + 40.74827, + 40.8298, + 40.73091, + 40.69839, + 40.77722, + 40.68651, + 40.70663, + 40.74301, + 40.79408, + 40.67616, + 40.67671, + 40.72742, + 40.71619, + 40.67184, + 40.72672, + 40.72612, + 40.59078, + 40.70757, + 40.7149, + 40.64279, + 40.80086, + 40.68901, + 40.76163, + 40.69472, + 40.64109, + 40.74524, + 40.83118, + 40.77603, + 40.68807, + 40.64745, + 40.77506, + 40.69109, + 40.83168, + 40.69306, + 40.6893, + 40.77354, + 40.6943, + 40.63462, + 40.68082, + 40.65511, + 40.72923, + 40.70468, + 40.77202, + 40.71399, + 40.739, + 40.75377, + 40.67914, + 40.70991, + 40.8315, + 40.67294, + 40.71483, + 40.70794, + 40.68215, + 40.68705, + 40.66179, + 40.71335, + 40.74482, + 40.65774, + 40.79701, + 40.749, + 40.76105, + 40.80541, + 40.69158, + 40.72291, + 40.70987, + 40.71097, + 40.69061, + 40.71913, + 40.60434, + 40.78785, + 40.71395, + 40.71859, + 40.73082, + 40.76646, + 40.64555, + 40.67904, + 40.86918, + 40.66459, + 40.64397, + 40.76422, + 40.60859, + 40.82521, + 40.71703, + 40.75159, + 40.71225, + 40.70529, + 40.69029, + 40.7196, + 40.6858, + 40.76126, + 40.7186, + 40.84664, + 40.63179, + 40.60444, + 40.78648, + 40.68231, + 40.74371, + 40.82932, + 40.7623, + 40.72765, + 40.79497, + 40.74121, + 40.85655, + 40.67289, + 40.62422, + 40.69907, + 40.76165, + 40.71794, + 40.76125, + 40.81367, + 40.77839, + 40.69028, + 40.82826, + 40.75363, + 40.73739, + 40.76506, + 40.8347, + 40.75664, + 40.71848, + 40.80497, + 40.76155, + 40.74825, + 40.67104, + 40.67833, + 40.73307, + 40.71331, + 40.71707, + 40.60809, + 40.70742, + 40.70744, + 40.69374, + 40.68708, + 40.80381, + 40.73272, + 40.73291, + 40.73981, + 40.66122, + 40.85265, + 40.60687, + 40.64588, + 40.66916, + 40.71474, + 40.69273, + 40.7876, + 40.75978, + 40.74443, + 40.73214, + 40.72774, + 40.68969, + 40.66505, + 40.67853, + 40.68352, + 40.72831, + 40.7975, + 40.75857, + 40.68861, + 40.67984, + 40.81809, + 40.71782, + 40.83921, + 40.71846, + 40.71653, + 40.71536, + 40.75272, + 40.7286, + 40.72257, + 40.68475, + 40.67641, + 40.72603, + 40.72197, + 40.64187, + 40.66289, + 40.74497, + 40.83913, + 40.61204, + 40.84442, + 40.72345, + 40.63571, + 40.80405, + 40.65465, + 40.72743, + 40.71473, + 40.70073, + 40.66876, + 40.71117, + 40.82781, + 40.81862, + 40.728, + 40.69752, + 40.70665, + 40.68831, + 40.67237, + 40.72107, + 40.7265, + 40.71925, + 40.71033, + 40.71124, + 40.67985, + 40.69205, + 40.73925, + 40.81449, + 40.72764, + 40.73974, + 40.83229, + 40.68858, + 40.829, + 40.78654, + 40.69029, + 40.68337, + 40.74711, + 40.76305, + 40.67487, + 40.75522, + 40.63779, + 40.76451, + 40.67988, + 40.70223, + 40.58591, + 40.697, + 40.65281, + 40.66022, + 40.76525, + 40.7551, + 40.71971, + 40.76483, + 40.7605, + 40.70488, + 40.69799, + 40.69704, + 40.68791, + 40.71708, + 40.74848, + 40.76677, + 40.69012, + 40.69431, + 40.75988, + 40.71356, + 40.68464, + 40.78494, + 40.76, + 40.85197, + 40.84305, + 40.68307, + 40.72107, + 40.76314, + 40.67183, + 40.80309, + 40.69176, + 40.65814, + 40.80899, + 40.67964, + 40.74233, + 40.68048, + 40.67913, + 40.57879, + 40.71876, + 40.67308, + 40.81404, + 40.70477, + 40.75707, + 40.67908, + 40.76686, + 40.74085, + 40.843, + 40.71655, + 40.78046, + 40.76431, + 40.6878, + 40.76322, + 40.74265, + 40.65891, + 40.69749, + 40.71779, + 40.75703, + 40.7046, + 40.75251, + 40.75312, + 40.75295, + 40.75287, + 40.75144, + 40.72528, + 40.68493, + 40.70234, + 40.76398, + 40.75044, + 40.69861, + 40.71254, + 40.5788, + 40.86222, + 40.74505, + 40.75325, + 40.68663, + 40.68936, + 40.74633, + 40.77255, + 40.70333, + 40.83705, + 40.72205, + 40.71436, + 40.65683, + 40.69987, + 40.67843, + 40.72177, + 40.764, + 40.71515, + 40.83452, + 40.74057, + 40.83593, + 40.77388, + 40.73075, + 40.74457, + 40.71759, + 40.71331, + 40.81164, + 40.68084, + 40.71044, + 40.69126, + 40.67594, + 40.65104, + 40.72062, + 40.72608, + 40.74756, + 40.75689, + 40.67716, + 40.67707, + 40.69167, + 40.68993, + 40.78167, + 40.76179, + 40.74891, + 40.76452, + 40.7648, + 40.6439, + 40.68832, + 40.67295, + 40.66072, + 40.68746, + 40.72434, + 40.74016, + 40.87993, + 40.64715, + 40.63457, + 40.74248, + 40.73709, + 40.77825, + 40.70923, + 40.70199, + 40.71081, + 40.74688, + 40.74968, + 40.63255, + 40.72822, + 40.67066, + 40.73182, + 40.68013, + 40.75654, + 40.79167, + 40.81061, + 40.74253, + 40.69322, + 40.63285, + 40.71452, + 40.68209, + 40.87188, + 40.73419, + 40.73629, + 40.71072, + 40.83767, + 40.69401, + 40.74161, + 40.67656, + 40.63164, + 40.70794, + 40.76833, + 40.76509, + 40.75524, + 40.69639, + 40.76044, + 40.8232, + 40.67563, + 40.75988, + 40.68221, + 40.64105, + 40.72172, + 40.68524, + 40.77154, + 40.71068, + 40.79913, + 40.66094, + 40.87021, + 40.57044, + 40.82325, + 40.76187, + 40.76032, + 40.70904, + 40.81453, + 40.71849, + 40.71374, + 40.73389, + 40.68016, + 40.70644, + 40.67913, + 40.71012, + 40.68086, + 40.80373, + 40.84389, + 40.68477, + 40.72909, + 40.70374, + 40.6802, + 40.7115, + 40.69466, + 40.76006, + 40.86737, + 40.82197, + 40.70438, + 40.68892, + 40.67426, + 40.83604, + 40.74681, + 40.71895, + 40.68235, + 40.69308, + 40.69166, + 40.6865, + 40.70615, + 40.6743, + 40.80765, + 40.7323, + 40.78757, + 40.75102, + 40.80076, + 40.79902, + 40.71876, + 40.75321, + 40.7275, + 40.7289, + 40.69051, + 40.67905, + 40.69121, + 40.71967, + 40.65232, + 40.73917, + 40.75129, + 40.70984, + 40.67923, + 40.67413, + 40.67799, + 40.66798, + 40.78353, + 40.67186, + 40.7748, + 40.65609, + 40.73726, + 40.73976, + 40.77462, + 40.69028, + 40.77597, + 40.78268, + 40.75173, + 40.74477, + 40.6845, + 40.69266, + 40.72142, + 40.76324, + 40.69786, + 40.71384, + 40.65923, + 40.81798, + 40.76534, + 40.64318, + 40.79766, + 40.78299, + 40.68303, + 40.69147, + 40.83711, + 40.77113, + 40.71198, + 40.69011, + 40.74035, + 40.89873, + 40.714, + 40.66561, + 40.71813, + 40.74805, + 40.74677, + 40.74776, + 40.74796, + 40.74731, + 40.74636, + 40.74793, + 40.74826, + 40.74825, + 40.74657, + 40.7474, + 40.74649, + 40.74796, + 40.74653, + 40.74706, + 40.74643, + 40.6701, + 40.75869, + 40.8331, + 40.88316, + 40.80454, + 40.71412, + 40.68754, + 40.71594, + 40.88455, + 40.66094, + 40.71166, + 40.72294, + 40.72619, + 40.75532, + 40.75311, + 40.82733, + 40.71049, + 40.6832, + 40.71353, + 40.71077, + 40.70741, + 40.69392, + 40.7368, + 40.70739, + 40.77127, + 40.8067, + 40.80554, + 40.76502, + 40.69475, + 40.69312, + 40.72884, + 40.71432, + 40.69219, + 40.68486, + 40.72407, + 40.74995, + 40.86302, + 40.73343, + 40.70738, + 40.81304, + 40.81274, + 40.70753, + 40.72003, + 40.6663, + 40.76119, + 40.82165, + 40.71735, + 40.65626, + 40.82434, + 40.7109, + 40.70805, + 40.82065, + 40.80386, + 40.71908, + 40.70656, + 40.71262, + 40.64135, + 40.76535, + 40.80389, + 40.69244, + 40.75373, + 40.73294, + 40.67839, + 40.79114, + 40.68872, + 40.69404, + 40.64174, + 40.69589, + 40.75569, + 40.67363, + 40.64448, + 40.71665, + 40.71166, + 40.79068, + 40.68965, + 40.76708, + 40.67774, + 40.74177, + 40.7943, + 40.80201, + 40.83086, + 40.77706, + 40.7561, + 40.73114, + 40.71603, + 40.77606, + 40.75815, + 40.76027, + 40.69282, + 40.80185, + 40.80849, + 40.68352, + 40.74069, + 40.74499, + 40.68052, + 40.70786, + 40.70791, + 40.7328, + 40.71339, + 40.63621, + 40.72639, + 40.75015, + 40.75132, + 40.79446, + 40.82383, + 40.64296, + 40.82554, + 40.68609, + 40.68271, + 40.89691, + 40.83218, + 40.82557, + 40.80172, + 40.70659, + 40.69569, + 40.77451, + 40.72254, + 40.70747, + 40.78315, + 40.70741, + 40.71017, + 40.75068, + 40.71832, + 40.68012, + 40.7813, + 40.71263, + 40.75665, + 40.75611, + 40.70604, + 40.7234, + 40.71586, + 40.71865, + 40.76521, + 40.69389, + 40.67657, + 40.79232, + 40.75204, + 40.77907, + 40.68891, + 40.71179, + 40.85395, + 40.76601, + 40.76934, + 40.70484, + 40.64016, + 40.73099, + 40.80442, + 40.68868, + 40.72161, + 40.77241, + 40.65924, + 40.77337, + 40.72104, + 40.76035, + 40.71725, + 40.65202, + 40.76986, + 40.83093, + 40.83963, + 40.80551, + 40.75122, + 40.72051, + 40.82961, + 40.79504, + 40.7211, + 40.71297, + 40.70329, + 40.68183, + 40.67825, + 40.72858, + 40.76318, + 40.76155, + 40.76489, + 40.71989, + 40.73817, + 40.68089, + 40.75941, + 40.71201, + 40.71097, + 40.72156, + 40.70336, + 40.67996, + 40.67327, + 40.76143, + 40.71907, + 40.79368, + 40.66114, + 40.69174, + 40.69837, + 40.7293, + 40.80096, + 40.61758, + 40.66501, + 40.8282, + 40.73959, + 40.75608, + 40.82381, + 40.76277, + 40.67227, + 40.68033, + 40.73841, + 40.74792, + 40.80397, + 40.64747, + 40.71549, + 40.67873, + 40.76185, + 40.75031, + 40.73101, + 40.74643, + 40.65844, + 40.71359, + 40.66307, + 40.66711, + 40.69651, + 40.69729, + 40.62989, + 40.68907, + 40.70743, + 40.79806, + 40.87257, + 40.87287, + 40.72603, + 40.71113, + 40.62301, + 40.72233, + 40.68469, + 40.68829, + 40.72177, + 40.69941, + 40.68424, + 40.71928, + 40.66799, + 40.75619, + 40.71999, + 40.70791, + 40.76021, + 40.70852, + 40.84591, + 40.70648, + 40.71312, + 40.70831, + 40.67945, + 40.76641, + 40.7577, + 40.68311, + 40.67705, + 40.67936, + 40.85989, + 40.61962, + 40.63297, + 40.71015, + 40.76665, + 40.802, + 40.68215, + 40.68229, + 40.67638, + 40.73417, + 40.71403, + 40.69653, + 40.7317, + 40.76191, + 40.69309, + 40.68208, + 40.68998, + 40.75181, + 40.6478, + 40.67581, + 40.75316, + 40.6736, + 40.75307, + 40.75226, + 40.75293, + 40.79983, + 40.7464, + 40.76396, + 40.75693, + 40.82718, + 40.7612, + 40.69506, + 40.6785, + 40.84857, + 40.68782, + 40.75955, + 40.6824, + 40.66162, + 40.80091, + 40.68659, + 40.66168, + 40.74564, + 40.60663, + 40.75024, + 40.77038, + 40.77244, + 40.77193, + 40.80016, + 40.74309, + 40.71449, + 40.68994, + 40.70139, + 40.72977, + 40.65381, + 40.86816, + 40.72029, + 40.7653, + 40.64293, + 40.64866, + 40.69177, + 40.71201, + 40.67393, + 40.68977, + 40.77172, + 40.62399, + 40.70072, + 40.75917, + 40.68246, + 40.68417, + 40.7235, + 40.66169, + 40.62923, + 40.77519, + 40.80942, + 40.82434, + 40.80731, + 40.72574, + 40.71622, + 40.70902, + 40.69603, + 40.63806, + 40.72581, + 40.68437, + 40.66685, + 40.67841, + 40.72507, + 40.63382, + 40.76516, + 40.78771, + 40.73273, + 40.86058, + 40.76801, + 40.80228, + 40.77574, + 40.77669, + 40.70488, + 40.65882, + 40.71336, + 40.72822, + 40.66429, + 40.67395, + 40.70851, + 40.6678, + 40.70808, + 40.7069, + 40.81312, + 40.81205, + 40.70226, + 40.82847, + 40.68235, + 40.7546, + 40.81554, + 40.69336, + 40.6485, + 40.70252, + 40.72806, + 40.77694, + 40.66139, + 40.74562, + 40.81498, + 40.63485, + 40.72613, + 40.69999, + 40.57942, + 40.67237, + 40.72921, + 40.6302, + 40.71295, + 40.63757, + 40.83432, + 40.68238, + 40.58019, + 40.8003, + 40.70063, + 40.67617, + 40.64393, + 40.75247, + 40.58773, + 40.72845, + 40.62062, + 40.65478, + 40.66996, + 40.73421, + 40.73276, + 40.79398, + 40.67048, + 40.69415, + 40.72947, + 40.72642, + 40.69286, + 40.68659, + 40.79931, + 40.79566, + 40.62225, + 40.72578, + 40.70894, + 40.79815, + 40.77989, + 40.68491, + 40.75605, + 40.70989, + 40.71916, + 40.64282, + 40.6807, + 40.77289, + 40.69781, + 40.69642, + 40.80863, + 40.68967, + 40.743, + 40.7637, + 40.71168, + 40.79094, + 40.75671, + 40.61804, + 40.80947, + 40.73048, + 40.70057, + 40.79719, + 40.71607, + 40.68503, + 40.68958, + 40.75465, + 40.82632, + 40.69558, + 40.75866, + 40.76499, + 40.68149, + 40.71754, + 40.72925, + 40.74648, + 40.76692, + 40.84634, + 40.67695, + 40.7193, + 40.74346, + 40.81787, + 40.78723, + 40.77516, + 40.71841, + 40.82356, + 40.88004, + 40.68548, + 40.71952, + 40.68708, + 40.87621, + 40.78124, + 40.69292, + 40.66555, + 40.74528, + 40.74581, + 40.74481, + 40.70297, + 40.7378, + 40.68314, + 40.74267, + 40.83163, + 40.79309, + 40.8301, + 40.76844, + 40.72385, + 40.81503, + 40.86615, + 40.70575, + 40.84884, + 40.65618, + 40.71396, + 40.66021, + 40.68056, + 40.81952, + 40.79805, + 40.61379, + 40.59746, + 40.69211, + 40.67924, + 40.67749, + 40.7668, + 40.63966, + 40.86286, + 40.76562, + 40.69384, + 40.76125, + 40.70745, + 40.77799, + 40.72256, + 40.80466, + 40.75305, + 40.69876, + 40.78999, + 40.76657, + 40.72468, + 40.71195, + 40.72677, + 40.70505, + 40.72601, + 40.70045, + 40.83252, + 40.77864, + 40.80646, + 40.7682, + 40.71032, + 40.82829, + 40.67344, + 40.72226, + 40.77023, + 40.69017, + 40.76726, + 40.68055, + 40.81468, + 40.66749, + 40.76956, + 40.71426, + 40.67941, + 40.76441, + 40.68669, + 40.68123, + 40.77359, + 40.76179, + 40.68215, + 40.73233, + 40.75047, + 40.71189, + 40.68261, + 40.67942, + 40.75359, + 40.75436, + 40.75722, + 40.68374, + 40.75897, + 40.70594, + 40.75523, + 40.73354, + 40.68853, + 40.68159, + 40.77101, + 40.57721, + 40.69181, + 40.68962, + 40.68811, + 40.66179, + 40.68524, + 40.68994, + 40.68951, + 40.7147, + 40.68168, + 40.6856, + 40.75383, + 40.70077, + 40.69461, + 40.74803, + 40.71085, + 40.77456, + 40.68225, + 40.75592, + 40.71972, + 40.72563, + 40.73045, + 40.83701, + 40.70653, + 40.73836, + 40.82484, + 40.82696, + 40.68884, + 40.79635, + 40.78719, + 40.67951, + 40.82008, + 40.77024, + 40.75368, + 40.67063, + 40.82599, + 40.73739, + 40.6559, + 40.68915, + 40.77959, + 40.69079, + 40.68993, + 40.72741, + 40.75423, + 40.70081, + 40.76127, + 40.68936, + 40.67999, + 40.70399, + 40.71417, + 40.68269, + 40.79046, + 40.70949, + 40.79446, + 40.74383, + 40.69355, + 40.72552, + 40.69792, + 40.77905, + 40.70111, + 40.74512, + 40.84197, + 40.72201, + 40.7613, + 40.72129, + 40.68931, + 40.77181, + 40.69613, + 40.77305, + 40.65604, + 40.71254, + 40.70735, + 40.72705, + 40.82499, + 40.72402, + 40.82268, + 40.75265, + 40.78723, + 40.6879, + 40.84103, + 40.70058, + 40.6735, + 40.72421, + 40.71115, + 40.71394, + 40.70833, + 40.77988, + 40.73393, + 40.73333, + 40.67791, + 40.72213, + 40.74077, + 40.64401, + 40.59707, + 40.65185, + 40.69592, + 40.64929, + 40.84104, + 40.77311, + 40.71686, + 40.64741, + 40.74579, + 40.71651, + 40.76525, + 40.67952, + 40.69201, + 40.70688, + 40.68088, + 40.68234, + 40.76425, + 40.80451, + 40.67559, + 40.59103, + 40.58906, + 40.71371, + 40.58896, + 40.6469, + 40.76008, + 40.68102, + 40.75087, + 40.76936, + 40.70615, + 40.76385, + 40.68988, + 40.70642, + 40.69289, + 40.70705, + 40.7671, + 40.77969, + 40.72643, + 40.71883, + 40.66889, + 40.65711, + 40.72969, + 40.7466, + 40.81542, + 40.66735, + 40.83216, + 40.77768, + 40.76387, + 40.75512, + 40.69928, + 40.76323, + 40.76531, + 40.75974, + 40.74468, + 40.75628, + 40.74766, + 40.73034, + 40.65247, + 40.76137, + 40.62313, + 40.7209, + 40.82036, + 40.71746, + 40.87997, + 40.88068, + 40.71313, + 40.71426, + 40.73389, + 40.78243, + 40.69792, + 40.68907, + 40.71932, + 40.74491, + 40.73937, + 40.72558, + 40.80321, + 40.80222, + 40.80365, + 40.80324, + 40.72626, + 40.89641, + 40.84695, + 40.64934, + 40.79138, + 40.72328, + 40.68302, + 40.72243, + 40.77467, + 40.7977, + 40.75354, + 40.67004, + 40.7193, + 40.76169, + 40.80798, + 40.72688, + 40.77598, + 40.69004, + 40.74939, + 40.75781, + 40.6947, + 40.76649, + 40.60759, + 40.70324, + 40.70473, + 40.72081, + 40.67102, + 40.65435, + 40.79645, + 40.58898, + 40.66371, + 40.69432, + 40.6941, + 40.8385, + 40.77021, + 40.71848, + 40.70695, + 40.78489, + 40.71196, + 40.77634, + 40.69987, + 40.77759, + 40.85329, + 40.87001, + 40.78026, + 40.6844, + 40.79208, + 40.69372, + 40.80569, + 40.77905, + 40.70343, + 40.72192, + 40.68652, + 40.73081, + 40.84821, + 40.75916, + 40.69138, + 40.68073, + 40.72433, + 40.82934, + 40.737, + 40.76419, + 40.65618, + 40.67085, + 40.66972, + 40.70914, + 40.61167, + 40.71434, + 40.71008, + 40.75418, + 40.7139, + 40.74922, + 40.66409, + 40.74686, + 40.72361, + 40.7138, + 40.82244, + 40.67673, + 40.74549, + 40.77213, + 40.86408, + 40.67718, + 40.7102, + 40.68865, + 40.80385, + 40.70037, + 40.74515, + 40.63718, + 40.70778, + 40.71499, + 40.60791, + 40.72709, + 40.62392, + 40.6757, + 40.74408, + 40.63275, + 40.76129, + 40.75558, + 40.66244, + 40.75972, + 40.83139, + 40.77829, + 40.74519, + 40.81448, + 40.71975, + 40.59143, + 40.73276, + 40.81716, + 40.68614, + 40.65926, + 40.7118, + 40.80868, + 40.58765, + 40.76031, + 40.7467, + 40.68599, + 40.655, + 40.70197, + 40.70142, + 40.73399, + 40.81667, + 40.70064, + 40.72198, + 40.69268, + 40.82502, + 40.75775, + 40.6752, + 40.68944, + 40.71692, + 40.75499, + 40.76343, + 40.68994, + 40.67765, + 40.68869, + 40.78028, + 40.77515, + 40.67716, + 40.66623, + 40.65291, + 40.64655, + 40.72547, + 40.74579, + 40.70587, + 40.71585, + 40.59761, + 40.722, + 40.68783, + 40.79578, + 40.72503, + 40.72152, + 40.7578, + 40.71514, + 40.8082, + 40.61266, + 40.78382, + 40.79591, + 40.69325, + 40.79, + 40.68785, + 40.69932, + 40.75393, + 40.75569, + 40.74471, + 40.74651, + 40.77458, + 40.5917, + 40.78612, + 40.68654, + 40.85081, + 40.76206, + 40.84367, + 40.8058, + 40.65871, + 40.7461, + 40.68771, + 40.67535, + 40.70533, + 40.73556, + 40.70551, + 40.76152, + 40.78119, + 40.76811, + 40.63532, + 40.61673, + 40.7213, + 40.82156, + 40.72339, + 40.69616, + 40.68765, + 40.60399, + 40.74732, + 40.7177, + 40.77359, + 40.71433, + 40.71824, + 40.7826, + 40.74081, + 40.70561, + 40.7409, + 40.70563, + 40.72851, + 40.72926, + 40.68209, + 40.70503, + 40.75792, + 40.70544, + 40.76487, + 40.68297, + 40.78572, + 40.57644, + 40.74591, + 40.80565, + 40.70558, + 40.7423, + 40.72549, + 40.66725, + 40.6971, + 40.67955, + 40.80667, + 40.67652, + 40.71113, + 40.79856, + 40.69943, + 40.64196, + 40.67868, + 40.67817, + 40.84365, + 40.76265, + 40.68059, + 40.72789, + 40.69403, + 40.80322, + 40.71571, + 40.63033, + 40.77163, + 40.74622, + 40.70988, + 40.71158, + 40.82291, + 40.71181, + 40.72957, + 40.59757, + 40.80552, + 40.75885, + 40.75906, + 40.816, + 40.72874, + 40.6977, + 40.74681, + 40.85054, + 40.70743, + 40.85264, + 40.64499, + 40.77883, + 40.68823, + 40.7496, + 40.68401, + 40.71098, + 40.73608, + 40.7452, + 40.81011, + 40.82336, + 40.74112, + 40.69199, + 40.70617, + 40.69571, + 40.70389, + 40.72839, + 40.88634, + 40.77942, + 40.81639, + 40.71432, + 40.62947, + 40.7203, + 40.77496, + 40.74664, + 40.60909, + 40.72795, + 40.71747, + 40.7069, + 40.61257, + 40.72189, + 40.81639, + 40.69298, + 40.76205, + 40.71409, + 40.70022, + 40.78925, + 40.71152, + 40.63076, + 40.54878, + 40.68392, + 40.71554, + 40.67357, + 40.77705, + 40.7446, + 40.61962, + 40.78442, + 40.77376, + 40.71313, + 40.77127, + 40.72591, + 40.66155, + 40.76281, + 40.58466, + 40.70133, + 40.6326, + 40.74425, + 40.74454, + 40.66959, + 40.72081, + 40.6155, + 40.66185, + 40.72221, + 40.70055, + 40.69658, + 40.75516, + 40.77826, + 40.77562, + 40.68608, + 40.67254, + 40.74233, + 40.84039, + 40.75452, + 40.65867, + 40.74667, + 40.69738, + 40.62483, + 40.67014, + 40.71002, + 40.6416, + 40.72607, + 40.80874, + 40.79707, + 40.66294, + 40.71598, + 40.74567, + 40.76003, + 40.75985, + 40.82452, + 40.75864, + 40.76511, + 40.79694, + 40.72247, + 40.78245, + 40.81862, + 40.63125, + 40.72531, + 40.70598, + 40.79762, + 40.70843, + 40.69403, + 40.87816, + 40.72911, + 40.80931, + 40.68133, + 40.72499, + 40.63126, + 40.7659, + 40.74312, + 40.79892, + 40.70653, + 40.6682, + 40.88764, + 40.73082, + 40.7232, + 40.64801, + 40.70887, + 40.76752, + 40.70434, + 40.66807, + 40.8622, + 40.76962, + 40.76956, + 40.63556, + 40.68161, + 40.68957, + 40.65056, + 40.83418, + 40.6937, + 40.66061, + 40.7157, + 40.72672, + 40.70182, + 40.64193, + 40.69796, + 40.70666, + 40.75254, + 40.63654, + 40.8175, + 40.76291, + 40.73807, + 40.68957, + 40.75246, + 40.80863, + 40.66433, + 40.72975, + 40.74943, + 40.68622, + 40.72783, + 40.78237, + 40.82347, + 40.85522, + 40.7016, + 40.84059, + 40.8241, + 40.77396, + 40.70848, + 40.66916, + 40.73664, + 40.82708, + 40.67917, + 40.68593, + 40.70792, + 40.69103, + 40.71094, + 40.7116, + 40.68458, + 40.70092, + 40.71319, + 40.69475, + 40.72191, + 40.74183, + 40.69192, + 40.72251, + 40.70401, + 40.85197, + 40.76914, + 40.76592, + 40.7648, + 40.70518, + 40.83856, + 40.68582, + 40.70125, + 40.71246, + 40.66192, + 40.73272, + 40.65517, + 40.65854, + 40.67388, + 40.81448, + 40.74699, + 40.82511, + 40.69709, + 40.77181, + 40.75417, + 40.69933, + 40.71447, + 40.795, + 40.72179, + 40.70768, + 40.73177, + 40.5886, + 40.77371, + 40.79557, + 40.72095, + 40.88764, + 40.79244, + 40.74425, + 40.69639, + 40.71082, + 40.70703, + 40.72745, + 40.73805, + 40.73384, + 40.80937, + 40.66247, + 40.70122, + 40.68135, + 40.75503, + 40.74597, + 40.82601, + 40.7385, + 40.76293, + 40.71166, + 40.70065, + 40.73228, + 40.75989, + 40.75028, + 40.67238, + 40.77882, + 40.78277, + 40.66204, + 40.7135, + 40.70896, + 40.70447, + 40.76197, + 40.81437, + 40.57707, + 40.84698, + 40.60997, + 40.80001, + 40.68236, + 40.80393, + 40.69501, + 40.716, + 40.71543, + 40.72734, + 40.78118, + 40.69401, + 40.86778, + 40.75422, + 40.78136, + 40.58415, + 40.6921, + 40.7429, + 40.73992, + 40.70012, + 40.74617, + 40.70571, + 40.71007, + 40.80848, + 40.7879, + 40.66906, + 40.66872, + 40.76207, + 40.64487, + 40.80389, + 40.68828, + 40.69489, + 40.7632, + 40.6706, + 40.58996, + 40.77106, + 40.82696, + 40.71136, + 40.7645, + 40.76921, + 40.71835, + 40.80672, + 40.72923, + 40.66042, + 40.67334, + 40.75377, + 40.68593, + 40.77751, + 40.71187, + 40.80013, + 40.76482, + 40.67121, + 40.72373, + 40.77676, + 40.77096, + 40.70763, + 40.69327, + 40.69448, + 40.67228, + 40.75582, + 40.80078, + 40.7292, + 40.74846, + 40.7661, + 40.81717, + 40.76682, + 40.75069, + 40.65341, + 40.74235, + 40.78973, + 40.84332, + 40.59679, + 40.75686, + 40.75539, + 40.71953, + 40.74234, + 40.78054, + 40.68923, + 40.83534, + 40.68344, + 40.81811, + 40.83827, + 40.80063, + 40.59486, + 40.66364, + 40.72691, + 40.68187, + 40.83088, + 40.83309, + 40.8483, + 40.69538, + 40.80439, + 40.72532, + 40.69991, + 40.69089, + 40.75755, + 40.82331, + 40.70289, + 40.75891, + 40.80808, + 40.82582, + 40.75164, + 40.7618, + 40.70704, + 40.68409, + 40.67819, + 40.69649, + 40.70229, + 40.71694, + 40.70202, + 40.80793, + 40.57043, + 40.68452, + 40.74462, + 40.76025, + 40.72163, + 40.68569, + 40.67691, + 40.70269, + 40.72432, + 40.76623, + 40.82307, + 40.73714, + 40.6813, + 40.72901, + 40.65755, + 40.68037, + 40.72888, + 40.73463, + 40.67575, + 40.67442, + 40.79332, + 40.75722, + 40.6604, + 40.68518, + 40.67733, + 40.65887, + 40.67894, + 40.68432, + 40.65333, + 40.70933, + 40.63074, + 40.65215, + 40.74903, + 40.76189, + 40.76402, + 40.74548, + 40.7258, + 40.71739, + 40.76991, + 40.81585, + 40.71269, + 40.74337, + 40.71868, + 40.7022, + 40.69495, + 40.69833, + 40.70606, + 40.64432, + 40.74929, + 40.76093, + 40.7588, + 40.5872, + 40.78922, + 40.79891, + 40.6954, + 40.70126, + 40.7596, + 40.71698, + 40.81634, + 40.66673, + 40.69493, + 40.71686, + 40.72249, + 40.64361, + 40.7355, + 40.64964, + 40.69992, + 40.67846, + 40.70071, + 40.72522, + 40.68296, + 40.69476, + 40.76491, + 40.80875, + 40.57856, + 40.76195, + 40.73891, + 40.71486, + 40.76871, + 40.68973, + 40.80954, + 40.7563, + 40.72038, + 40.54901, + 40.71175, + 40.73968, + 40.68352, + 40.76729, + 40.7936, + 40.74793, + 40.78723, + 40.73722, + 40.68067, + 40.69642, + 40.69012, + 40.79438, + 40.79891, + 40.67604, + 40.83413, + 40.7464, + 40.67899, + 40.76201, + 40.71649, + 40.66998, + 40.78877, + 40.57569, + 40.80083, + 40.68845, + 40.75809, + 40.8801, + 40.83688, + 40.54639, + 40.70996, + 40.68375, + 40.67901, + 40.69047, + 40.76106, + 40.67901, + 40.71529, + 40.79844, + 40.72561, + 40.74153, + 40.71339, + 40.71329, + 40.69197, + 40.66954, + 40.81444, + 40.72238, + 40.67988, + 40.82263, + 40.78371, + 40.68429, + 40.75678, + 40.68593, + 40.78802, + 40.69365, + 40.72458, + 40.72852, + 40.70388, + 40.71854, + 40.65907, + 40.68569, + 40.71937, + 40.72547, + 40.88485, + 40.72606, + 40.68778, + 40.69924, + 40.79725, + 40.6724, + 40.68061, + 40.66154, + 40.74523, + 40.77277, + 40.68241, + 40.63816, + 40.68984, + 40.69401, + 40.68834, + 40.67757, + 40.68441, + 40.72373, + 40.82996, + 40.71612, + 40.84115, + 40.69915, + 40.6397, + 40.79629, + 40.70498, + 40.8067, + 40.6429, + 40.81931, + 40.73058, + 40.79282, + 40.77788, + 40.77017, + 40.68244, + 40.83298, + 40.71809, + 40.72718, + 40.67218, + 40.73075, + 40.80973, + 40.67208, + 40.64351, + 40.71869, + 40.72228, + 40.7191, + 40.75996, + 40.68791, + 40.6882, + 40.72015, + 40.70987, + 40.83022, + 40.71325, + 40.73646, + 40.8163, + 40.70907, + 40.76243, + 40.80173, + 40.81936, + 40.78074, + 40.69787, + 40.76723, + 40.80068, + 40.70791, + 40.71603, + 40.75184, + 40.82675, + 40.68057, + 40.82493, + 40.80403, + 40.7997, + 40.76097, + 40.68242, + 40.71445, + 40.58033, + 40.7446, + 40.72717, + 40.75581, + 40.82927, + 40.78824, + 40.73587, + 40.81385, + 40.67808, + 40.68432, + 40.68316, + 40.70537, + 40.59644, + 40.75888, + 40.65889, + 40.71865, + 40.80371, + 40.70847, + 40.68423, + 40.80343, + 40.68686, + 40.78589, + 40.6882, + 40.71839, + 40.71766, + 40.73675, + 40.69823, + 40.81185, + 40.8004, + 40.72266, + 40.77598, + 40.58809, + 40.79523, + 40.79714, + 40.58794, + 40.71572, + 40.70376, + 40.76798, + 40.77002, + 40.78209, + 40.77495, + 40.67431, + 40.73179, + 40.67018, + 40.65467, + 40.76996, + 40.76182, + 40.749, + 40.67589, + 40.69988, + 40.75377, + 40.67155, + 40.64333, + 40.68813, + 40.71893, + 40.73568, + 40.79372, + 40.69317, + 40.75971, + 40.68942, + 40.68456, + 40.76161, + 40.77419, + 40.73153, + 40.72613, + 40.77701, + 40.72754, + 40.71901, + 40.7052, + 40.72759, + 40.70493, + 40.70375, + 40.70001, + 40.67835, + 40.80142, + 40.70465, + 40.67425, + 40.77646, + 40.68273, + 40.67997, + 40.70803, + 40.54896, + 40.76596, + 40.74123, + 40.54889, + 40.68195, + 40.72787, + 40.6509, + 40.73873, + 40.73552, + 40.68327, + 40.67638, + 40.76306, + 40.67956, + 40.73675, + 40.63652, + 40.6408, + 40.75533, + 40.73499, + 40.62139, + 40.86866, + 40.70367, + 40.7286, + 40.78769, + 40.825, + 40.72277, + 40.6811, + 40.86734, + 40.69394, + 40.68081, + 40.61006, + 40.68074, + 40.6791, + 40.6993, + 40.73631, + 40.71886, + 40.81759, + 40.69104, + 40.76272, + 40.73507, + 40.69284, + 40.71754, + 40.82617, + 40.79938, + 40.6417, + 40.72765, + 40.73133, + 40.80149, + 40.70238, + 40.76457, + 40.8659, + 40.75178, + 40.72941, + 40.67163, + 40.77288, + 40.66918, + 40.77416, + 40.77182, + 40.63584, + 40.63404, + 40.76269, + 40.79747, + 40.64254, + 40.75096, + 40.72967, + 40.75439, + 40.78818, + 40.69264, + 40.71024, + 40.69464, + 40.86681, + 40.65986, + 40.70119, + 40.72469, + 40.70361, + 40.74098, + 40.73029, + 40.71705, + 40.6009, + 40.67555, + 40.79935, + 40.84959, + 40.70884, + 40.71845, + 40.74689, + 40.8681, + 40.69168, + 40.84369, + 40.84376, + 40.69044, + 40.7547, + 40.70959, + 40.63491, + 40.75607, + 40.66332, + 40.68845, + 40.75541, + 40.67602, + 40.72938, + 40.68705, + 40.71477, + 40.6846, + 40.68641, + 40.73773, + 40.75298, + 40.69442, + 40.69217, + 40.87579, + 40.7919, + 40.69416, + 40.72823, + 40.67128, + 40.68408, + 40.82297, + 40.75196, + 40.76235, + 40.75305, + 40.81626, + 40.74194, + 40.71157, + 40.82201, + 40.76931, + 40.70206, + 40.85519, + 40.6978, + 40.69782, + 40.80321, + 40.7514, + 40.7846, + 40.71458, + 40.77444, + 40.69314, + 40.69275, + 40.77988, + 40.77975, + 40.70691, + 40.6945, + 40.75788, + 40.68075, + 40.80693, + 40.86273, + 40.60057, + 40.72673, + 40.82294, + 40.70988, + 40.7409, + 40.66006, + 40.72768, + 40.83271, + 40.71033, + 40.76799, + 40.87901, + 40.71721, + 40.75925, + 40.67157, + 40.69928, + 40.71418, + 40.71773, + 40.71766, + 40.68902, + 40.77255, + 40.75332, + 40.73139, + 40.71604, + 40.76516, + 40.73609, + 40.74249, + 40.74464, + 40.7687, + 40.63149, + 40.74322, + 40.816, + 40.68518, + 40.70822, + 40.64117, + 40.77735, + 40.63202, + 40.68412, + 40.66736, + 40.75815, + 40.86842, + 40.67908, + 40.69566, + 40.69492, + 40.68669, + 40.73374, + 40.8063, + 40.68333, + 40.89124, + 40.66116, + 40.68878, + 40.66601, + 40.74388, + 40.66732, + 40.72852, + 40.75523, + 40.67568, + 40.72413, + 40.69015, + 40.66906, + 40.73521, + 40.68773, + 40.67737, + 40.75215, + 40.68645, + 40.78331, + 40.72218, + 40.75831, + 40.7197, + 40.76218, + 40.64946, + 40.67384, + 40.74104, + 40.74284, + 40.81215, + 40.70578, + 40.68677, + 40.71305, + 40.73655, + 40.70022, + 40.68866, + 40.82999, + 40.84362, + 40.73735, + 40.71691, + 40.75933, + 40.83387, + 40.70268, + 40.67076, + 40.8156, + 40.86029, + 40.65925, + 40.72678, + 40.69248, + 40.77898, + 40.58484, + 40.72013, + 40.68695, + 40.71413, + 40.71313, + 40.72163, + 40.72425, + 40.67229, + 40.7551, + 40.67731, + 40.68444, + 40.73788, + 40.70587, + 40.83265, + 40.70883, + 40.67193, + 40.71438, + 40.71725, + 40.78105, + 40.75115, + 40.7117, + 40.74222, + 40.77922, + 40.73123, + 40.73731, + 40.7066, + 40.70561, + 40.66298, + 40.72459, + 40.70335, + 40.72714, + 40.71071, + 40.74454, + 40.70795, + 40.74386, + 40.80109, + 40.69399, + 40.7152, + 40.71465, + 40.83458, + 40.72264, + 40.67063, + 40.76746, + 40.76464, + 40.76418, + 40.76488, + 40.76364, + 40.68674, + 40.69127, + 40.67459, + 40.71198, + 40.73931, + 40.7639, + 40.68553, + 40.78703, + 40.81668, + 40.90329, + 40.57592, + 40.77403, + 40.68615, + 40.72926, + 40.77263, + 40.83464, + 40.77471, + 40.76983, + 40.71074, + 40.72724, + 40.8901, + 40.73308, + 40.74483, + 40.76525, + 40.76897, + 40.79444, + 40.68344, + 40.84501, + 40.70382, + 40.73281, + 40.72609, + 40.70878, + 40.78585, + 40.67124, + 40.80462, + 40.78575, + 40.65385, + 40.78488, + 40.71252, + 40.7107, + 40.62439, + 40.75767, + 40.76931, + 40.64516, + 40.6931, + 40.74342, + 40.74196, + 40.74422, + 40.65676, + 40.70337, + 40.69328, + 40.65399, + 40.80025, + 40.79558, + 40.68494, + 40.73546, + 40.86439, + 40.73265, + 40.78239, + 40.74326, + 40.7228, + 40.68616, + 40.71777, + 40.76463, + 40.85548, + 40.62415, + 40.73291, + 40.71837, + 40.70312, + 40.80978, + 40.75405, + 40.76747, + 40.65832, + 40.66171, + 40.70294, + 40.58821, + 40.67814, + 40.76538, + 40.80805, + 40.76375, + 40.76094, + 40.78845, + 40.67845, + 40.67133, + 40.70583, + 40.68109, + 40.78936, + 40.70753, + 40.74383, + 40.85573, + 40.7054, + 40.72077, + 40.84287, + 40.83354, + 40.70004, + 40.68408, + 40.66282, + 40.76243, + 40.72092, + 40.73062, + 40.67787, + 40.71273, + 40.7129, + 40.77637, + 40.67046, + 40.62915, + 40.74472, + 40.71579, + 40.65877, + 40.8522, + 40.77773, + 40.8395, + 40.71714, + 40.74286, + 40.70783, + 40.6708, + 40.68473, + 40.82441, + 40.75552, + 40.76633, + 40.74029, + 40.7982, + 40.77226, + 40.72873, + 40.7551, + 40.72983, + 40.80227, + 40.64314, + 40.82936, + 40.87077, + 40.7213, + 40.68339, + 40.7252, + 40.63808, + 40.63396, + 40.80983, + 40.69943, + 40.64987, + 40.63369, + 40.74652, + 40.75859, + 40.7764, + 40.76361, + 40.73641, + 40.76276, + 40.76362, + 40.6831, + 40.75374, + 40.75407, + 40.72105, + 40.73467, + 40.73579, + 40.76, + 40.68758, + 40.79468, + 40.71577, + 40.71288, + 40.7677, + 40.74646, + 40.71021, + 40.79453, + 40.73416, + 40.71052, + 40.79613, + 40.71016, + 40.79598, + 40.7157, + 40.75391, + 40.7558, + 40.76996, + 40.82414, + 40.68543, + 40.58499, + 40.727, + 40.68425, + 40.64172, + 40.70819, + 40.79461, + 40.68785, + 40.7406, + 40.66242, + 40.71301, + 40.73748, + 40.74758, + 40.71017, + 40.67051, + 40.81371, + 40.69449, + 40.69329, + 40.67221, + 40.71233, + 40.67031, + 40.67796, + 40.66097, + 40.72536, + 40.79874, + 40.70659, + 40.65239, + 40.63244, + 40.64707, + 40.78133, + 40.72421, + 40.73503, + 40.74016, + 40.71681, + 40.82913, + 40.65496, + 40.74815, + 40.69848, + 40.7293, + 40.69905, + 40.7128, + 40.72842, + 40.68174, + 40.64497, + 40.70626, + 40.82823, + 40.64324, + 40.6943, + 40.68464, + 40.6755, + 40.7752, + 40.80018, + 40.74907, + 40.70724, + 40.64919, + 40.64795, + 40.68202, + 40.81118, + 40.81207, + 40.74493, + 40.73492, + 40.73575, + 40.73692, + 40.68096, + 40.68332, + 40.72727, + 40.76148, + 40.71264, + 40.75565, + 40.8129, + 40.80246, + 40.69433, + 40.6861, + 40.72555, + 40.70117, + 40.69133, + 40.7137, + 40.72331, + 40.61722, + 40.66132, + 40.704, + 40.74625, + 40.64512, + 40.81279, + 40.80364, + 40.6944, + 40.69382, + 40.65374, + 40.67747, + 40.69872, + 40.69966, + 40.6467, + 40.63961, + 40.64924, + 40.79059, + 40.65548, + 40.82375, + 40.67304, + 40.75393, + 40.75554, + 40.70934, + 40.72626, + 40.75652, + 40.76356, + 40.76578, + 40.68279, + 40.68905, + 40.78175, + 40.71676, + 40.75437, + 40.78099, + 40.70412, + 40.66302, + 40.71531, + 40.71826, + 40.66528, + 40.7326, + 40.791, + 40.75396, + 40.68853, + 40.84787, + 40.7557, + 40.73612, + 40.84778, + 40.63294, + 40.84782, + 40.6464, + 40.77669, + 40.75396, + 40.80551, + 40.65248, + 40.72691, + 40.74432, + 40.80549, + 40.71463, + 40.72273, + 40.84346, + 40.62635, + 40.72605, + 40.75571, + 40.71767, + 40.75545, + 40.67651, + 40.77204, + 40.68566, + 40.82952, + 40.68853, + 40.71471, + 40.71457, + 40.66242, + 40.74267, + 40.69252, + 40.714, + 40.72488, + 40.7448, + 40.72021, + 40.69352, + 40.79114, + 40.69238, + 40.7258, + 40.72748, + 40.64487, + 40.69907, + 40.76353, + 40.76519, + 40.81889, + 40.685, + 40.69537, + 40.68869, + 40.57941, + 40.77655, + 40.72585, + 40.76666, + 40.71479, + 40.79788, + 40.68716, + 40.79322, + 40.76582, + 40.79822, + 40.60628, + 40.68565, + 40.72433, + 40.7814, + 40.73416, + 40.69872, + 40.81205, + 40.69267, + 40.79889, + 40.83373, + 40.77816, + 40.82132, + 40.78029, + 40.82257, + 40.7942, + 40.71434, + 40.68912, + 40.71306, + 40.81338, + 40.79811, + 40.66775, + 40.68609, + 40.68983, + 40.64524, + 40.69585, + 40.75574, + 40.75155, + 40.68257, + 40.69493, + 40.67367, + 40.81313, + 40.76201, + 40.81098, + 40.69462, + 40.71777, + 40.8186, + 40.68242, + 40.71952, + 40.85801, + 40.76917, + 40.67087, + 40.75704, + 40.70713, + 40.7087, + 40.71785, + 40.66113, + 40.8084, + 40.68051, + 40.71971, + 40.74388, + 40.74468, + 40.70447, + 40.72788, + 40.7258, + 40.72513, + 40.69631, + 40.84002, + 40.70227, + 40.71896, + 40.75058, + 40.82967, + 40.81039, + 40.79019, + 40.69485, + 40.80609, + 40.68847, + 40.84089, + 40.73657, + 40.76549, + 40.73338, + 40.75854, + 40.63591, + 40.63573, + 40.75859, + 40.69329, + 40.6294, + 40.59919, + 40.71026, + 40.82571, + 40.61605, + 40.68403, + 40.77772, + 40.8018, + 40.71106, + 40.72891, + 40.65014, + 40.76182, + 40.80387, + 40.6881, + 40.80352, + 40.72617, + 40.73325, + 40.82961, + 40.85108, + 40.77727, + 40.84963, + 40.68315, + 40.77045, + 40.72818, + 40.82567, + 40.72352, + 40.84813, + 40.72437, + 40.71068, + 40.68714, + 40.67411, + 40.77999, + 40.85612, + 40.81187, + 40.72786, + 40.72935, + 40.77097, + 40.71852, + 40.71882, + 40.66342, + 40.88058, + 40.73177, + 40.7334, + 40.73409, + 40.73198, + 40.73218, + 40.6357, + 40.76311, + 40.68658, + 40.83799, + 40.72712, + 40.70826, + 40.6611, + 40.85811, + 40.76018, + 40.70779, + 40.70931, + 40.88723, + 40.72811, + 40.76279, + 40.81968, + 40.76591, + 40.86259, + 40.72814, + 40.68232, + 40.68696, + 40.86903, + 40.71857, + 40.71359, + 40.64175, + 40.69208, + 40.77844, + 40.71552, + 40.6879, + 40.80135, + 40.70164, + 40.65004, + 40.76907, + 40.67639, + 40.7374, + 40.69374, + 40.72455, + 40.67961, + 40.71988, + 40.73434, + 40.69369, + 40.82314, + 40.70898, + 40.66357, + 40.78721, + 40.82461, + 40.70621, + 40.72918, + 40.80579, + 40.68037, + 40.82252, + 40.78883, + 40.74012, + 40.79608, + 40.72718, + 40.73867, + 40.68004, + 40.82291, + 40.65287, + 40.64595, + 40.68681, + 40.69502, + 40.69615, + 40.73616, + 40.72844, + 40.70858, + 40.69625, + 40.84367, + 40.70267, + 40.66697, + 40.75233, + 40.68553, + 40.68423, + 40.72292, + 40.67621, + 40.68642, + 40.74441, + 40.71657, + 40.70793, + 40.74623, + 40.73986, + 40.72608, + 40.58536, + 40.67771, + 40.74036, + 40.6424, + 40.70139, + 40.67736, + 40.67758, + 40.7278, + 40.68354, + 40.78052, + 40.71424, + 40.81217, + 40.68662, + 40.80395, + 40.66336, + 40.69791, + 40.86113, + 40.75654, + 40.68834, + 40.70908, + 40.72848, + 40.63554, + 40.73157, + 40.678, + 40.7165, + 40.67415, + 40.80372, + 40.86833, + 40.72173, + 40.70984, + 40.63277, + 40.69223, + 40.78141, + 40.66757, + 40.69061, + 40.7007, + 40.63573, + 40.77816, + 40.72906, + 40.68792, + 40.67547, + 40.67965, + 40.69003, + 40.67316, + 40.71033, + 40.67895, + 40.65239, + 40.74436, + 40.7958, + 40.75587, + 40.80799, + 40.60606, + 40.67057, + 40.69608, + 40.85104, + 40.69777, + 40.6851, + 40.7642, + 40.68824, + 40.74914, + 40.76361, + 40.72204, + 40.72921, + 40.72791, + 40.82299, + 40.80724, + 40.7713, + 40.6834, + 40.66391, + 40.71293, + 40.67982, + 40.75902, + 40.72852, + 40.74969, + 40.7512, + 40.76234, + 40.75544, + 40.76956, + 40.70901, + 40.72213, + 40.68725, + 40.70647, + 40.74789, + 40.82848, + 40.83193, + 40.69107, + 40.89374, + 40.76418, + 40.68288, + 40.76473, + 40.72202, + 40.74304, + 40.66761, + 40.69462, + 40.71357, + 40.80485, + 40.68644, + 40.82753, + 40.63278, + 40.82714, + 40.76718, + 40.59762, + 40.71829, + 40.73026, + 40.75228, + 40.73442, + 40.7511, + 40.63111, + 40.76031, + 40.7298, + 40.70512, + 40.6901, + 40.71002, + 40.71162, + 40.66741, + 40.67259, + 40.81863, + 40.59458, + 40.69966, + 40.72814, + 40.67498, + 40.72362, + 40.67304, + 40.7299, + 40.68643, + 40.69144, + 40.76505, + 40.71826, + 40.80715, + 40.76039, + 40.7898, + 40.69358, + 40.65376, + 40.69222, + 40.66747, + 40.71758, + 40.79827, + 40.76879, + 40.67387, + 40.71578, + 40.72079, + 40.85609, + 40.7975, + 40.79838, + 40.70563, + 40.71045, + 40.72564, + 40.81264, + 40.62991, + 40.76113, + 40.67503, + 40.61798, + 40.68716, + 40.71595, + 40.57573, + 40.74419, + 40.79801, + 40.59633, + 40.76451, + 40.74382, + 40.6964, + 40.71325, + 40.80036, + 40.66837, + 40.68496, + 40.66733, + 40.73338, + 40.71997, + 40.72157, + 40.68727, + 40.76321, + 40.7452, + 40.75651, + 40.58338, + 40.63701, + 40.69231, + 40.68911, + 40.62804, + 40.66323, + 40.80898, + 40.79973, + 40.76945, + 40.76436, + 40.68939, + 40.85392, + 40.742, + 40.78135, + 40.76502, + 40.75418, + 40.69455, + 40.70722, + 40.67683, + 40.7287, + 40.69922, + 40.70057, + 40.70747, + 40.69397, + 40.74561, + 40.7057, + 40.76389, + 40.74474, + 40.73156, + 40.64692, + 40.75973, + 40.7989, + 40.76433, + 40.68697, + 40.74445, + 40.8616, + 40.77055, + 40.67911, + 40.75233, + 40.6735, + 40.69788, + 40.75016, + 40.7079, + 40.69014, + 40.68581, + 40.85068, + 40.5479, + 40.70937, + 40.71778, + 40.68885, + 40.71882, + 40.71309, + 40.65053, + 40.735, + 40.71471, + 40.76071, + 40.68054, + 40.81889, + 40.85221, + 40.63428, + 40.60307, + 40.73143, + 40.76776, + 40.78968, + 40.6303, + 40.74897, + 40.86347, + 40.74953, + 40.68176, + 40.79778, + 40.63705, + 40.79657, + 40.69821, + 40.75694, + 40.7424, + 40.73886, + 40.68808, + 40.68546, + 40.63408, + 40.70494, + 40.67713, + 40.64245, + 40.63743, + 40.67989, + 40.67877, + 40.84911, + 40.71563, + 40.72724, + 40.86764, + 40.85456, + 40.71339, + 40.72166, + 40.72177, + 40.77511, + 40.70009, + 40.78343, + 40.61559, + 40.67953, + 40.7657, + 40.68537, + 40.65035, + 40.71064, + 40.6915, + 40.79486, + 40.75916, + 40.70479, + 40.84879, + 40.70989, + 40.82235, + 40.63402, + 40.6858, + 40.63562, + 40.6902, + 40.67469, + 40.8131, + 40.81493, + 40.70456, + 40.66264, + 40.71682, + 40.75786, + 40.78351, + 40.63314, + 40.74431, + 40.62402, + 40.69825, + 40.82154, + 40.68664, + 40.69474, + 40.75548, + 40.82081, + 40.71239, + 40.68803, + 40.76648, + 40.73885, + 40.67508, + 40.64613, + 40.75505, + 40.72478, + 40.74753, + 40.7197, + 40.72756, + 40.7551, + 40.66242, + 40.7503, + 40.7861, + 40.74891, + 40.72292, + 40.77685, + 40.78875, + 40.69934, + 40.67499, + 40.77188, + 40.72119, + 40.65529, + 40.7786, + 40.65401, + 40.65695, + 40.81857, + 40.71111, + 40.69952, + 40.75825, + 40.7155, + 40.72182, + 40.74843, + 40.69177, + 40.78978, + 40.75954, + 40.66073, + 40.71452, + 40.81932, + 40.75577, + 40.66154, + 40.76151, + 40.65195, + 40.72225, + 40.70103, + 40.84918, + 40.80718, + 40.68497, + 40.68812, + 40.7164, + 40.69405, + 40.70328, + 40.75192, + 40.81186, + 40.75468, + 40.6652, + 40.69069, + 40.68697, + 40.78023, + 40.63863, + 40.71446, + 40.72777, + 40.69585, + 40.71104, + 40.60369, + 40.8072, + 40.70522, + 40.70831, + 40.7052, + 40.68731, + 40.75561, + 40.75564, + 40.6897, + 40.69303, + 40.65912, + 40.68202, + 40.6944, + 40.73557, + 40.69299, + 40.79392, + 40.75286, + 40.7956, + 40.64617, + 40.74444, + 40.74043, + 40.76258, + 40.6867, + 40.70254, + 40.7108, + 40.67502, + 40.78866, + 40.67519, + 40.59691, + 40.60531, + 40.64792, + 40.60697, + 40.5972, + 40.69206, + 40.69557, + 40.76322, + 40.70553, + 40.75386, + 40.73753, + 40.76129, + 40.70148, + 40.68816, + 40.86755, + 40.7023, + 40.7456, + 40.72521, + 40.70772, + 40.6837, + 40.67664, + 40.74225, + 40.74417, + 40.70362, + 40.70569, + 40.70376, + 40.70506, + 40.74154, + 40.7445, + 40.74611, + 40.7488, + 40.60395, + 40.75523, + 40.74033, + 40.73391, + 40.64258, + 40.75486, + 40.71574, + 40.71737, + 40.76117, + 40.73036, + 40.6955, + 40.80998, + 40.69164, + 40.69101, + 40.66501, + 40.75934, + 40.6914, + 40.86255, + 40.68932, + 40.71648, + 40.69972, + 40.75819, + 40.64834, + 40.69298, + 40.68962, + 40.81488, + 40.72051, + 40.71515, + 40.66113, + 40.798, + 40.72135, + 40.71906, + 40.62896, + 40.67478, + 40.67863, + 40.70789, + 40.70959, + 40.72256, + 40.66236, + 40.80624, + 40.72634, + 40.74174, + 40.70271, + 40.59689, + 40.58756, + 40.69793, + 40.81309, + 40.58743, + 40.68234, + 40.72003, + 40.81225, + 40.72607, + 40.69505, + 40.81581, + 40.73524, + 40.7523, + 40.77669, + 40.63338, + 40.68992, + 40.71142, + 40.66291, + 40.69174, + 40.764, + 40.75524, + 40.76506, + 40.78246, + 40.70277, + 40.7828, + 40.72608, + 40.72738, + 40.76213, + 40.69309, + 40.75945, + 40.72959, + 40.8436, + 40.73429, + 40.70985, + 40.77537, + 40.72235, + 40.71657, + 40.85515, + 40.85978, + 40.74259, + 40.67854, + 40.86017, + 40.73177, + 40.59427, + 40.74624, + 40.61716, + 40.69949, + 40.7521, + 40.71415, + 40.72446, + 40.66625, + 40.86239, + 40.71106, + 40.75311, + 40.61036, + 40.86014, + 40.66352, + 40.86013, + 40.70807, + 40.71946, + 40.75046, + 40.80455, + 40.72436, + 40.68125, + 40.73093, + 40.67963, + 40.69257, + 40.71787, + 40.86735, + 40.67512, + 40.86411, + 40.84835, + 40.76138, + 40.77673, + 40.69675, + 40.79872, + 40.72366, + 40.74166, + 40.74942, + 40.77031, + 40.66986, + 40.68988, + 40.72639, + 40.72694, + 40.65163, + 40.74573, + 40.74348, + 40.75087, + 40.75357, + 40.71414, + 40.74748, + 40.8006, + 40.80448, + 40.75709, + 40.65829, + 40.69322, + 40.81657, + 40.71018, + 40.67193, + 40.75697, + 40.79976, + 40.75274, + 40.81694, + 40.81678, + 40.80269, + 40.79978, + 40.61615, + 40.79972, + 40.84171, + 40.82763, + 40.61543, + 40.71443, + 40.80367, + 40.83958, + 40.74461, + 40.75157, + 40.79577, + 40.74295, + 40.6533, + 40.68705, + 40.69666, + 40.85466, + 40.69185, + 40.69032, + 40.64629, + 40.72878, + 40.86159, + 40.66113, + 40.71106, + 40.83791, + 40.69418, + 40.81639, + 40.727, + 40.71769, + 40.6886, + 40.79083, + 40.71364, + 40.75607, + 40.68796, + 40.86153, + 40.75369, + 40.71509, + 40.81265, + 40.69227, + 40.7686, + 40.69417, + 40.70618, + 40.73744, + 40.72242, + 40.85116, + 40.6896, + 40.74493, + 40.69286, + 40.69066, + 40.71674, + 40.78369, + 40.78352, + 40.78394, + 40.67966, + 40.6757, + 40.72307, + 40.7216, + 40.75432, + 40.80494, + 40.75544, + 40.75492, + 40.75637, + 40.74122, + 40.68563, + 40.69212, + 40.71215, + 40.7277, + 40.74465, + 40.68208, + 40.70204, + 40.8018, + 40.7351, + 40.70527, + 40.68746, + 40.72414, + 40.67367, + 40.70496, + 40.77668, + 40.68764, + 40.66214, + 40.68291, + 40.56605, + 40.67779, + 40.66362, + 40.79782, + 40.74579, + 40.76484, + 40.72382, + 40.71765, + 40.59166, + 40.83298, + 40.68219, + 40.75782, + 40.66873, + 40.7433, + 40.76663, + 40.69826, + 40.69074, + 40.80705, + 40.75396, + 40.7073, + 40.67118, + 40.69103, + 40.69099, + 40.67834, + 40.68574, + 40.71734, + 40.65828, + 40.69414, + 40.73714, + 40.69385, + 40.69373, + 40.69361, + 40.67077, + 40.68069, + 40.69444, + 40.77359, + 40.69396, + 40.69439, + 40.6417, + 40.69701, + 40.68579, + 40.74107, + 40.86659, + 40.73611, + 40.69271, + 40.68305, + 40.675, + 40.76071, + 40.73865, + 40.64282, + 40.67995, + 40.7132, + 40.70945, + 40.70761, + 40.67762, + 40.73758, + 40.80045, + 40.70413, + 40.76538, + 40.69124, + 40.57951, + 40.71256, + 40.74849, + 40.69883, + 40.69327, + 40.74298, + 40.74294, + 40.74247, + 40.7127, + 40.80626, + 40.74136, + 40.6746, + 40.74046, + 40.8612, + 40.68904, + 40.77782, + 40.71433, + 40.76448, + 40.73132, + 40.72271, + 40.77329, + 40.72493, + 40.72315, + 40.68453, + 40.69526, + 40.69808, + 40.72341, + 40.75998, + 40.76187, + 40.7601, + 40.75955, + 40.7862, + 40.89245, + 40.71085, + 40.67723, + 40.7383, + 40.66236, + 40.6451, + 40.72704, + 40.71308, + 40.72541, + 40.70946, + 40.67435, + 40.69517, + 40.70145, + 40.64165, + 40.68393, + 40.63985, + 40.63986, + 40.67856, + 40.70918, + 40.641, + 40.64101, + 40.69433, + 40.68749, + 40.69471, + 40.68389, + 40.6853, + 40.68387, + 40.72785, + 40.69414, + 40.8274, + 40.67784, + 40.69516, + 40.68845, + 40.68401, + 40.68644, + 40.68862, + 40.69526, + 40.69453, + 40.7557, + 40.82823, + 40.67726, + 40.65501, + 40.74137, + 40.70136, + 40.71107, + 40.74952, + 40.60644, + 40.57636, + 40.72311, + 40.72573, + 40.7272, + 40.75463, + 40.70633, + 40.72259, + 40.74068, + 40.76475, + 40.76085, + 40.75479, + 40.68537, + 40.81518, + 40.77237, + 40.65251, + 40.74281, + 40.73945, + 40.74285, + 40.83235, + 40.70313, + 40.74323, + 40.76118, + 40.64538, + 40.81747, + 40.74565, + 40.75718, + 40.58739, + 40.74544, + 40.76639, + 40.73965, + 40.67252, + 40.58884, + 40.69608, + 40.68055, + 40.71214, + 40.81381, + 40.77096, + 40.75987, + 40.75047, + 40.71193, + 40.69056, + 40.69042, + 40.71612, + 40.67859, + 40.66359, + 40.69319, + 40.80527, + 40.70237, + 40.72838, + 40.77594, + 40.73746, + 40.68828, + 40.68657, + 40.73384, + 40.58022, + 40.75717, + 40.68608, + 40.73269, + 40.68253, + 40.74503, + 40.74686, + 40.68875, + 40.74293, + 40.69307, + 40.68978, + 40.69037, + 40.6973, + 40.67434, + 40.68542, + 40.69561, + 40.69323, + 40.8275, + 40.78803, + 40.63183, + 40.74521, + 40.71714, + 40.68071, + 40.75596, + 40.67228, + 40.77592, + 40.68784, + 40.83224, + 40.68237, + 40.67844, + 40.75566, + 40.85333, + 40.68563, + 40.76943, + 40.71216, + 40.7116, + 40.69458, + 40.65667, + 40.68706, + 40.74443, + 40.6743, + 40.73001, + 40.74674, + 40.79969, + 40.75942, + 40.66097, + 40.6703, + 40.58937, + 40.69315, + 40.70105, + 40.70676, + 40.81657, + 40.75964, + 40.68974, + 40.76587, + 40.7109, + 40.71013, + 40.70978, + 40.70915, + 40.72696, + 40.81189, + 40.64641, + 40.6873, + 40.69516, + 40.76961, + 40.69995, + 40.83285, + 40.70528, + 40.73162, + 40.69239, + 40.68489, + 40.75518, + 40.6776, + 40.79424, + 40.71194, + 40.75496, + 40.76339, + 40.67262, + 40.7648, + 40.71446, + 40.75648, + 40.6903, + 40.77076, + 40.74296, + 40.74102, + 40.76005, + 40.65197, + 40.71536, + 40.68647, + 40.83136, + 40.63886, + 40.71027, + 40.76109, + 40.65323, + 40.7904, + 40.71857, + 40.73502, + 40.69274, + 40.64149, + 40.69335, + 40.71958, + 40.78981, + 40.79682, + 40.70685, + 40.6442, + 40.79485, + 40.721, + 40.72133, + 40.73968, + 40.68988, + 40.70458, + 40.70274, + 40.7076, + 40.70521, + 40.75707, + 40.75003, + 40.71251, + 40.663, + 40.72847, + 40.76717, + 40.82237, + 40.71794, + 40.7045, + 40.76782, + 40.74389, + 40.66361, + 40.71771, + 40.74037, + 40.73751, + 40.80681, + 40.75503, + 40.64127, + 40.79514, + 40.74829, + 40.70225, + 40.7523, + 40.71765, + 40.7246, + 40.6881, + 40.66636, + 40.72078, + 40.70626, + 40.83201, + 40.71258, + 40.69698, + 40.64992, + 40.68684, + 40.73933, + 40.76092, + 40.76405, + 40.6984, + 40.68293, + 40.67175, + 40.68188, + 40.71128, + 40.64985, + 40.72048, + 40.76196, + 40.74427, + 40.70596, + 40.74158, + 40.70719, + 40.71185, + 40.68872, + 40.71153, + 40.82607, + 40.70506, + 40.64456, + 40.70458, + 40.71998, + 40.68585, + 40.69997, + 40.68214, + 40.66726, + 40.67076, + 40.71784, + 40.71294, + 40.71269, + 40.69052, + 40.69206, + 40.7396, + 40.82226, + 40.66091, + 40.8212, + 40.69482, + 40.653, + 40.69508, + 40.69359, + 40.80127, + 40.76456, + 40.76462, + 40.76441, + 40.85419, + 40.69183, + 40.7111, + 40.86203, + 40.68944, + 40.76476, + 40.76459, + 40.71171, + 40.71389, + 40.85322, + 40.81033, + 40.63328, + 40.75762, + 40.79371, + 40.67458, + 40.72235, + 40.68063, + 40.71407, + 40.71538, + 40.66153, + 40.71653, + 40.72769, + 40.78246, + 40.79908, + 40.72674, + 40.65887, + 40.79936, + 40.7117, + 40.6726, + 40.66648, + 40.62697, + 40.79473, + 40.81379, + 40.85671, + 40.72367, + 40.6855, + 40.67788, + 40.6964, + 40.77997, + 40.77681, + 40.65639, + 40.68528, + 40.66774, + 40.77977, + 40.67745, + 40.72848, + 40.66171, + 40.71603, + 40.74079, + 40.6597, + 40.74353, + 40.78802, + 40.75017, + 40.70975, + 40.73666, + 40.67738, + 40.7348, + 40.68345, + 40.73411, + 40.72527, + 40.73237, + 40.73264, + 40.64436, + 40.68426, + 40.71694, + 40.68554, + 40.80203, + 40.68374, + 40.70917, + 40.69817, + 40.62972, + 40.80209, + 40.80233, + 40.74217, + 40.68477, + 40.8859, + 40.527, + 40.73438, + 40.59886, + 40.81523, + 40.80714, + 40.73894, + 40.75316, + 40.81561, + 40.77159, + 40.67022, + 40.5721, + 40.63528, + 40.74309, + 40.70617, + 40.73144, + 40.68031, + 40.72327, + 40.74676, + 40.76668, + 40.69088, + 40.72617, + 40.83668, + 40.71326, + 40.74585, + 40.68863, + 40.77093, + 40.75546, + 40.74103, + 40.73916, + 40.77648, + 40.74446, + 40.71145, + 40.65421, + 40.69122, + 40.72338, + 40.7392, + 40.57987, + 40.78493, + 40.64188, + 40.86945, + 40.64651, + 40.78986, + 40.68007, + 40.70181, + 40.76176, + 40.80603, + 40.71936, + 40.6417, + 40.71671, + 40.68925, + 40.82855, + 40.70144, + 40.75817, + 40.68652, + 40.69033, + 40.73933, + 40.64599, + 40.8183, + 40.6875, + 40.68454, + 40.76391, + 40.74161, + 40.74708, + 40.77405, + 40.65086, + 40.806, + 40.64118, + 40.64228, + 40.61768, + 40.74022, + 40.69176, + 40.82372, + 40.75019, + 40.77093, + 40.75237, + 40.6756, + 40.68167, + 40.77377, + 40.69456, + 40.76795, + 40.6939, + 40.82423, + 40.74756, + 40.68625, + 40.68049, + 40.68876, + 40.72673, + 40.63956, + 40.69149, + 40.80136, + 40.71219, + 40.65614, + 40.73399, + 40.6395, + 40.70571, + 40.74462, + 40.7159, + 40.7154, + 40.79729, + 40.77979, + 40.66483, + 40.74832, + 40.74017, + 40.67329, + 40.7297, + 40.73692, + 40.76087, + 40.78306, + 40.64275, + 40.68991, + 40.80279, + 40.70265, + 40.70442, + 40.76035, + 40.75785, + 40.70775, + 40.74506, + 40.78461, + 40.72586, + 40.74312, + 40.68036, + 40.69279, + 40.67947, + 40.77847, + 40.68518, + 40.59887, + 40.69176, + 40.59982, + 40.82445, + 40.67786, + 40.63813, + 40.67851, + 40.68923, + 40.85045, + 40.6969, + 40.61183, + 40.63729, + 40.73495, + 40.75524, + 40.76701, + 40.76182, + 40.76194, + 40.78009, + 40.70747, + 40.75457, + 40.77834, + 40.73863, + 40.75994, + 40.66957, + 40.75516, + 40.70844, + 40.70662, + 40.82244, + 40.79889, + 40.68589, + 40.81308, + 40.58511, + 40.73088, + 40.77168, + 40.73615, + 40.68613, + 40.89382, + 40.82958, + 40.68608, + 40.68635, + 40.74298, + 40.78319, + 40.7082, + 40.7729, + 40.70934, + 40.82962, + 40.63513, + 40.675, + 40.75299, + 40.75414, + 40.75239, + 40.75425, + 40.75397, + 40.75434, + 40.75442, + 40.75402, + 40.75243, + 40.75444, + 40.75224, + 40.75417, + 40.75402, + 40.75451, + 40.75425, + 40.75294, + 40.75269, + 40.75308, + 40.75231, + 40.75283, + 40.75459, + 40.75238, + 40.77214, + 40.66516, + 40.70756, + 40.70936, + 40.77309, + 40.73394, + 40.69128, + 40.72401, + 40.77248, + 40.69159, + 40.68351, + 40.75424, + 40.75909, + 40.74422, + 40.70108, + 40.74075, + 40.62771, + 40.75562, + 40.76243, + 40.70382, + 40.70713, + 40.70757, + 40.7089, + 40.68571, + 40.86813, + 40.69752, + 40.7562, + 40.81192, + 40.80765, + 40.70562, + 40.70665, + 40.74702, + 40.75579, + 40.72817, + 40.75375, + 40.68593, + 40.74573, + 40.70743, + 40.75974, + 40.76037, + 40.75983, + 40.76629, + 40.75981, + 40.74324, + 40.6838, + 40.71796, + 40.71918, + 40.71763, + 40.68511, + 40.73214, + 40.70161, + 40.70296, + 40.70176, + 40.70378, + 40.701, + 40.70285, + 40.70175, + 40.6905, + 40.7962, + 40.73508, + 40.72701, + 40.76618, + 40.68855, + 40.72159, + 40.76193, + 40.67349, + 40.88878, + 40.67381, + 40.8087, + 40.64431, + 40.74688, + 40.74631, + 40.7732, + 40.76852, + 40.77964, + 40.56568, + 40.69062, + 40.71927, + 40.6855, + 40.76435, + 40.76003, + 40.82209, + 40.67782, + 40.67189, + 40.66477, + 40.73858, + 40.75749, + 40.69629, + 40.72071, + 40.65473, + 40.75897, + 40.82469, + 40.83454, + 40.68462, + 40.82698, + 40.68636, + 40.74411, + 40.693, + 40.6874, + 40.86912, + 40.73494, + 40.75313, + 40.69109, + 40.75212, + 40.81822, + 40.70624, + 40.73717, + 40.6889, + 40.77134, + 40.64228, + 40.63876, + 40.69156, + 40.70055, + 40.79832, + 40.6498, + 40.71425, + 40.87015, + 40.6726, + 40.72875, + 40.76841, + 40.77687, + 40.71133, + 40.69743, + 40.72191, + 40.67936, + 40.73968, + 40.66983, + 40.67061, + 40.81968, + 40.69519, + 40.74764, + 40.68221, + 40.70024, + 40.69974, + 40.67713, + 40.74766, + 40.72862, + 40.68712, + 40.59356, + 40.71353, + 40.71449, + 40.81968, + 40.6157, + 40.72239, + 40.71939, + 40.86299, + 40.64933, + 40.66793, + 40.71784, + 40.70852, + 40.74083, + 40.74812, + 40.74272, + 40.74803, + 40.743, + 40.7482, + 40.7429, + 40.74295, + 40.74416, + 40.75589, + 40.71448, + 40.74564, + 40.59684, + 40.7308, + 40.7244, + 40.64205, + 40.60557, + 40.76335, + 40.70296, + 40.68033, + 40.75519, + 40.75632, + 40.76634, + 40.76541, + 40.76029, + 40.75975, + 40.76191, + 40.76181, + 40.7525, + 40.76366, + 40.65945, + 40.779, + 40.70732, + 40.74632, + 40.7737, + 40.77071, + 40.69103, + 40.77095, + 40.76711, + 40.73865, + 40.73223, + 40.75969, + 40.7444, + 40.70856, + 40.69228, + 40.6604, + 40.7594, + 40.60569, + 40.75902, + 40.76756, + 40.73182, + 40.70448, + 40.68707, + 40.70804, + 40.72935, + 40.6406, + 40.71873, + 40.81872, + 40.71796, + 40.70522, + 40.76463, + 40.69667, + 40.68634, + 40.68221, + 40.76529, + 40.75607, + 40.70048, + 40.80874, + 40.6987, + 40.807, + 40.77725, + 40.74583, + 40.79232, + 40.69393, + 40.8093, + 40.69254, + 40.71031, + 40.73768, + 40.61699, + 40.67321, + 40.79026, + 40.70859, + 40.73932, + 40.73967, + 40.68726, + 40.71662, + 40.80329, + 40.7423, + 40.75676, + 40.67261, + 40.68596, + 40.70819, + 40.68654, + 40.82771, + 40.63952, + 40.64472, + 40.71775, + 40.63145, + 40.79505, + 40.82788, + 40.72208, + 40.63558, + 40.79713, + 40.69322, + 40.68323, + 40.69854, + 40.80804, + 40.68078, + 40.76398, + 40.70653, + 40.71283, + 40.76515, + 40.79285, + 40.62831, + 40.77198, + 40.70192, + 40.71882, + 40.80026, + 40.73495, + 40.78779, + 40.71709, + 40.68863, + 40.71688, + 40.6813, + 40.74752, + 40.79917, + 40.82287, + 40.79578, + 40.6905, + 40.76389, + 40.71832, + 40.58754, + 40.67829, + 40.69383, + 40.7052, + 40.77859, + 40.6609, + 40.76213, + 40.66933, + 40.75135, + 40.74245, + 40.6854, + 40.71793, + 40.73781, + 40.75759, + 40.7423, + 40.82221, + 40.73569, + 40.7895, + 40.62258, + 40.6294, + 40.6922, + 40.64003, + 40.67712, + 40.6648, + 40.6075, + 40.65668, + 40.70098, + 40.72373, + 40.81382, + 40.80734, + 40.70531, + 40.80138, + 40.79287, + 40.72691, + 40.74586, + 40.71786, + 40.67194, + 40.75478, + 40.68299, + 40.82167, + 40.70474, + 40.81589, + 40.6814, + 40.69633, + 40.7444, + 40.74233, + 40.69857, + 40.79228, + 40.70548, + 40.65934, + 40.7135, + 40.63461, + 40.7653, + 40.68249, + 40.73052, + 40.76731, + 40.69449, + 40.71579, + 40.74828, + 40.70844, + 40.69783, + 40.73662, + 40.68397, + 40.7043, + 40.77454, + 40.73047, + 40.70134, + 40.69073, + 40.77032, + 40.79461, + 40.70514, + 40.76519, + 40.78051, + 40.70147, + 40.88017, + 40.70788, + 40.74755, + 40.68842, + 40.6944, + 40.77425, + 40.69038, + 40.7645, + 40.64039, + 40.63925, + 40.63844, + 40.63889, + 40.71843, + 40.80907, + 40.75889, + 40.76337, + 40.70668, + 40.76084, + 40.67246, + 40.70276, + 40.74344, + 40.67166, + 40.83658, + 40.72205, + 40.73485, + 40.7335, + 40.65074, + 40.71728, + 40.68905, + 40.79574, + 40.79291, + 40.71591, + 40.68811, + 40.75953, + 40.79657, + 40.75526, + 40.75412, + 40.75361, + 40.88445, + 40.75047, + 40.69473, + 40.57491, + 40.71684, + 40.69949, + 40.74554, + 40.68517, + 40.77742, + 40.68592, + 40.61968, + 40.67578, + 40.57762, + 40.72951, + 40.73021, + 40.68529, + 40.71927, + 40.71547, + 40.6932, + 40.70881, + 40.70751, + 40.78899, + 40.82789, + 40.63348, + 40.68643, + 40.85199, + 40.6626, + 40.74211, + 40.67772, + 40.78488, + 40.70865, + 40.70722, + 40.7488, + 40.69488, + 40.71239, + 40.73762, + 40.69459, + 40.74104, + 40.80226, + 40.73995, + 40.70432, + 40.75361, + 40.63183, + 40.75216, + 40.75255, + 40.78117, + 40.76228, + 40.8031, + 40.69673, + 40.71722, + 40.75906, + 40.67512, + 40.73469, + 40.73874, + 40.65068, + 40.73357, + 40.65181, + 40.79836, + 40.73578, + 40.68307, + 40.71815, + 40.61241, + 40.69245, + 40.74194, + 40.73928, + 40.66055, + 40.81709, + 40.74912, + 40.79666, + 40.81756, + 40.86139, + 40.73354, + 40.66049, + 40.7188, + 40.75389, + 40.85268, + 40.69178, + 40.73439, + 40.71852, + 40.64136, + 40.68977, + 40.81162, + 40.76561, + 40.65818, + 40.79099, + 40.78549, + 40.74673, + 40.70666, + 40.7594, + 40.64047, + 40.60059, + 40.7143, + 40.71295, + 40.78497, + 40.77713, + 40.82923, + 40.73801, + 40.7206, + 40.69616, + 40.69442, + 40.58845, + 40.68152, + 40.65591, + 40.76892, + 40.71364, + 40.67864, + 40.691, + 40.77979, + 40.69768, + 40.73394, + 40.72159, + 40.81915, + 40.73028, + 40.77516, + 40.78837, + 40.68175, + 40.72586, + 40.62776, + 40.59787, + 40.82972, + 40.73224, + 40.82424, + 40.69399, + 40.69339, + 40.69197, + 40.69197, + 40.70133, + 40.67973, + 40.6912, + 40.69015, + 40.70601, + 40.72409, + 40.73639, + 40.69632, + 40.71015, + 40.76384, + 40.80116, + 40.69792, + 40.81493, + 40.7044, + 40.65092, + 40.70761, + 40.73215, + 40.8154, + 40.863, + 40.69236, + 40.75732, + 40.69372, + 40.76164, + 40.69898, + 40.77943, + 40.63368, + 40.67889, + 40.69155, + 40.67522, + 40.7309, + 40.75828, + 40.75453, + 40.82248, + 40.71727, + 40.71877, + 40.68592, + 40.66448, + 40.66872, + 40.71714, + 40.71582, + 40.6844, + 40.58087, + 40.69576, + 40.82663, + 40.64599, + 40.65625, + 40.70245, + 40.74146, + 40.64011, + 40.76066, + 40.69309, + 40.72265, + 40.77668, + 40.61358, + 40.72658, + 40.81658, + 40.75398, + 40.75375, + 40.70609, + 40.76988, + 40.74997, + 40.69321, + 40.68891, + 40.68398, + 40.74462, + 40.56629, + 40.75597, + 40.82005, + 40.72194, + 40.8358, + 40.74557, + 40.76189, + 40.67563, + 40.67525, + 40.78348, + 40.6448, + 40.80722, + 40.71586, + 40.82862, + 40.7956, + 40.71094, + 40.88354, + 40.67661, + 40.80147, + 40.66333, + 40.63577, + 40.7015, + 40.63895, + 40.68737, + 40.69098, + 40.69028, + 40.75355, + 40.69085, + 40.69025, + 40.69199, + 40.69088, + 40.87886, + 40.73543, + 40.78954, + 40.72264, + 40.70398, + 40.85711, + 40.71532, + 40.65661, + 40.67754, + 40.76969, + 40.59446, + 40.68783, + 40.71739, + 40.68387, + 40.71095, + 40.66678, + 40.73397, + 40.75118, + 40.75391, + 40.79884, + 40.69194, + 40.76209, + 40.80033, + 40.66526, + 40.80033, + 40.75658, + 40.70908, + 40.71799, + 40.75655, + 40.75611, + 40.76938, + 40.69815, + 40.76457, + 40.79709, + 40.76517, + 40.64815, + 40.72514, + 40.74264, + 40.73674, + 40.73202, + 40.74863, + 40.68925, + 40.8773, + 40.73223, + 40.74906, + 40.74858, + 40.74616, + 40.73384, + 40.8546, + 40.72678, + 40.79689, + 40.76315, + 40.72725, + 40.69546, + 40.76398, + 40.72018, + 40.67982, + 40.74752, + 40.81942, + 40.73998, + 40.6779, + 40.74631, + 40.68479, + 40.73603, + 40.70628, + 40.83581, + 40.69138, + 40.7098, + 40.70755, + 40.69089, + 40.7469, + 40.64408, + 40.70936, + 40.68388, + 40.71652, + 40.74681, + 40.74576, + 40.70563, + 40.7052, + 40.65258, + 40.69331, + 40.80597, + 40.71315, + 40.79832, + 40.79873, + 40.799, + 40.79861, + 40.70397, + 40.76856, + 40.73271, + 40.76019, + 40.70878, + 40.74186, + 40.68164, + 40.74705, + 40.67268, + 40.76537, + 40.74658, + 40.75393, + 40.68529, + 40.75452, + 40.68634, + 40.59391, + 40.79409, + 40.67082, + 40.75395, + 40.83148, + 40.75734, + 40.68912, + 40.83341, + 40.70767, + 40.70186, + 40.67313, + 40.71475, + 40.80624, + 40.74822, + 40.82952, + 40.68574, + 40.73213, + 40.71493, + 40.80913, + 40.6898, + 40.70117, + 40.75498, + 40.71247, + 40.75497, + 40.71815, + 40.70788, + 40.83005, + 40.7181, + 40.6888, + 40.70797, + 40.72772, + 40.69355, + 40.8228, + 40.67182, + 40.69961, + 40.69994, + 40.70046, + 40.76942, + 40.6959, + 40.67154, + 40.68056, + 40.69508, + 40.71399, + 40.73641, + 40.74478, + 40.63334, + 40.71289, + 40.87633, + 40.84633, + 40.59623, + 40.73347, + 40.73786, + 40.73918, + 40.70776, + 40.71407, + 40.71893, + 40.64704, + 40.72307, + 40.75216, + 40.72093, + 40.7131, + 40.6504, + 40.69503, + 40.74813, + 40.76043, + 40.7073, + 40.68178, + 40.71113, + 40.65815, + 40.63472, + 40.66875, + 40.72099, + 40.68112, + 40.70856, + 40.76305, + 40.6783, + 40.63782, + 40.67436, + 40.70777, + 40.78057, + 40.66663, + 40.7571, + 40.73366, + 40.70325, + 40.73853, + 40.69652, + 40.75537, + 40.69676, + 40.6491, + 40.75428, + 40.71615, + 40.7191, + 40.68231, + 40.73821, + 40.66047, + 40.68392, + 40.72927, + 40.75142, + 40.63516, + 40.76399, + 40.76106, + 40.74186, + 40.73947, + 40.72957, + 40.8466, + 40.70576, + 40.79372, + 40.69247, + 40.71207, + 40.76292, + 40.68613, + 40.66176, + 40.80672, + 40.74272, + 40.7334, + 40.63068, + 40.71711, + 40.71388, + 40.80098, + 40.8101, + 40.82996, + 40.75094, + 40.88563, + 40.64063, + 40.67009, + 40.81094, + 40.71075, + 40.87135, + 40.71286, + 40.75537, + 40.73473, + 40.81758, + 40.71286, + 40.64614, + 40.71153, + 40.63592, + 40.73029, + 40.69852, + 40.77041, + 40.76383, + 40.67186, + 40.79329, + 40.7583, + 40.63847, + 40.62299, + 40.71645, + 40.71733, + 40.74131, + 40.70117, + 40.71229, + 40.69985, + 40.67243, + 40.67508, + 40.64021, + 40.71409, + 40.70488, + 40.793, + 40.70698, + 40.73086, + 40.61706, + 40.61683, + 40.61542, + 40.6428, + 40.67782, + 40.7018, + 40.71392, + 40.74775, + 40.68368, + 40.69037, + 40.69425, + 40.83729, + 40.67818, + 40.67724, + 40.75991, + 40.68643, + 40.69159, + 40.7887, + 40.76261, + 40.6531, + 40.6925, + 40.76168, + 40.61349, + 40.72882, + 40.68465, + 40.69448, + 40.69695, + 40.76511, + 40.74487, + 40.76543, + 40.64423, + 40.68064, + 40.70706, + 40.7603, + 40.73736, + 40.61672, + 40.7544, + 40.73723, + 40.61575, + 40.75885, + 40.69164, + 40.74038, + 40.6798, + 40.73759, + 40.73919, + 40.63482, + 40.69431, + 40.67172, + 40.6726, + 40.69217, + 40.86524, + 40.75435, + 40.79236, + 40.66472, + 40.74371, + 40.76228, + 40.70466, + 40.65562, + 40.757, + 40.74375, + 40.70724, + 40.73241, + 40.67769, + 40.76836, + 40.67893, + 40.82867, + 40.67752, + 40.75525, + 40.68636, + 40.6715, + 40.7441, + 40.72795, + 40.73765, + 40.66318, + 40.7249, + 40.64693, + 40.61559, + 40.74336, + 40.76708, + 40.84536, + 40.74404, + 40.77353, + 40.64184, + 40.71012, + 40.76708, + 40.64557, + 40.77936, + 40.76255, + 40.74628, + 40.66184, + 40.67672, + 40.67856, + 40.73703, + 40.79422, + 40.66339, + 40.66178, + 40.7358, + 40.69548, + 40.85461, + 40.78807, + 40.72625, + 40.68993, + 40.63621, + 40.76248, + 40.64349, + 40.63556, + 40.60766, + 40.6932, + 40.71594, + 40.66207, + 40.74342, + 40.70476, + 40.67091, + 40.70535, + 40.67296, + 40.6718, + 40.73011, + 40.66996, + 40.67324, + 40.76325, + 40.67286, + 40.72744, + 40.77727, + 40.70463, + 40.71311, + 40.63989, + 40.88271, + 40.72908, + 40.74588, + 40.73861, + 40.77224, + 40.75622, + 40.6556, + 40.71119, + 40.65943, + 40.62588, + 40.70612, + 40.70402, + 40.84519, + 40.84521, + 40.74123, + 40.69938, + 40.77194, + 40.71823, + 40.85053, + 40.68255, + 40.68476, + 40.69371, + 40.66818, + 40.68696, + 40.74365, + 40.6697, + 40.66977, + 40.87675, + 40.74454, + 40.72113, + 40.69139, + 40.74769, + 40.71216, + 40.70028, + 40.75522, + 40.73928, + 40.68252, + 40.69694, + 40.74517, + 40.59085, + 40.78089, + 40.64668, + 40.66684, + 40.78162, + 40.75806, + 40.81695, + 40.80769, + 40.64543, + 40.67718, + 40.75746, + 40.83703, + 40.71882, + 40.769, + 40.71227, + 40.75487, + 40.70427, + 40.67812, + 40.58771, + 40.69032, + 40.81047, + 40.70156, + 40.75831, + 40.69343, + 40.69552, + 40.80313, + 40.78786, + 40.67765, + 40.80644, + 40.7468, + 40.74363, + 40.70619, + 40.74691, + 40.85508, + 40.75061, + 40.79918, + 40.80375, + 40.66021, + 40.67613, + 40.8106, + 40.67807, + 40.70952, + 40.76596, + 40.64831, + 40.75759, + 40.79103, + 40.741, + 40.70611, + 40.69406, + 40.70798, + 40.80656, + 40.76317, + 40.76106, + 40.69748, + 40.6914, + 40.74657, + 40.66068, + 40.68287, + 40.71201, + 40.76605, + 40.66159, + 40.72717, + 40.68195, + 40.73642, + 40.73449, + 40.79726, + 40.6814, + 40.68276, + 40.73039, + 40.68385, + 40.7787, + 40.75727, + 40.68217, + 40.75819, + 40.77006, + 40.63939, + 40.66959, + 40.74356, + 40.66932, + 40.63088, + 40.7961, + 40.76039, + 40.70642, + 40.66002, + 40.68804, + 40.72244, + 40.74408, + 40.73281, + 40.74726, + 40.67999, + 40.78333, + 40.67737, + 40.65329, + 40.68723, + 40.68563, + 40.71884, + 40.6675, + 40.79009, + 40.74433, + 40.81084, + 40.65131, + 40.67, + 40.83659, + 40.65193, + 40.73087, + 40.59194, + 40.78517, + 40.66891, + 40.82175, + 40.70375, + 40.82162, + 40.69452, + 40.67616, + 40.80281, + 40.67181, + 40.76768, + 40.70076, + 40.65849, + 40.70744, + 40.78569, + 40.72899, + 40.76249, + 40.67956, + 40.79863, + 40.65152, + 40.84554, + 40.72538, + 40.66712, + 40.78932, + 40.85295, + 40.74747, + 40.66568, + 40.66265, + 40.76828, + 40.60644, + 40.62274, + 40.85409, + 40.85361, + 40.75539, + 40.664, + 40.66957, + 40.73258, + 40.75501, + 40.75522, + 40.73707, + 40.85287, + 40.76557, + 40.68673, + 40.6844, + 40.80823, + 40.76202, + 40.6624, + 40.67785, + 40.78195, + 40.67841, + 40.69084, + 40.66249, + 40.67726, + 40.72249, + 40.70285, + 40.66858, + 40.68263, + 40.79912, + 40.82266, + 40.75534, + 40.77078, + 40.75598, + 40.69714, + 40.64189, + 40.68183, + 40.68629, + 40.65925, + 40.7838, + 40.65612, + 40.76826, + 40.72668, + 40.72343, + 40.78315, + 40.76217, + 40.72387, + 40.82161, + 40.8238, + 40.82232, + 40.7159, + 40.72177, + 40.73314, + 40.82145, + 40.86319, + 40.67852, + 40.81773, + 40.81835, + 40.73334, + 40.61565, + 40.64402, + 40.76616, + 40.77033, + 40.67604, + 40.79706, + 40.68978, + 40.6902, + 40.76245, + 40.82761, + 40.8453, + 40.74314, + 40.6951, + 40.73095, + 40.69508, + 40.73005, + 40.72445, + 40.71789, + 40.67987, + 40.70123, + 40.71709, + 40.6823, + 40.81161, + 40.73865, + 40.7483, + 40.63814, + 40.67222, + 40.68992, + 40.79916, + 40.66631, + 40.67061, + 40.68705, + 40.71281, + 40.68104, + 40.80579, + 40.68871, + 40.68804, + 40.76561, + 40.82302, + 40.76671, + 40.71167, + 40.78883, + 40.72936, + 40.74613, + 40.79824, + 40.68528, + 40.75778, + 40.8072, + 40.8102, + 40.75472, + 40.69297, + 40.69469, + 40.69657, + 40.63933, + 40.67085, + 40.69549, + 40.65059, + 40.76438, + 40.71246, + 40.77658, + 40.67881, + 40.73449, + 40.71317, + 40.71525, + 40.70904, + 40.73286, + 40.84184, + 40.75176, + 40.76125, + 40.7984, + 40.66627, + 40.57973, + 40.71768, + 40.71962, + 40.65064, + 40.6332, + 40.82293, + 40.78132, + 40.8224, + 40.6999, + 40.8224, + 40.71151, + 40.75545, + 40.76646, + 40.75164, + 40.73482, + 40.71935, + 40.69742, + 40.85035, + 40.68616, + 40.68236, + 40.70874, + 40.68235, + 40.73142, + 40.75278, + 40.59752, + 40.71392, + 40.68786, + 40.70438, + 40.79993, + 40.72778, + 40.67783, + 40.74299, + 40.67597, + 40.76642, + 40.68701, + 40.73917, + 40.80952, + 40.73151, + 40.71551, + 40.80994, + 40.6866, + 40.80977, + 40.71019, + 40.66509, + 40.68013, + 40.66556, + 40.706, + 40.72774, + 40.69987, + 40.67695, + 40.70602, + 40.70685, + 40.76054, + 40.69153, + 40.75655, + 40.7563, + 40.68757, + 40.83385, + 40.73389, + 40.77739, + 40.7699, + 40.72803, + 40.74316, + 40.74389, + 40.74381, + 40.80094, + 40.81072, + 40.73403, + 40.84067, + 40.75436, + 40.7436, + 40.77619, + 40.74403, + 40.71544, + 40.75928, + 40.72907, + 40.76615, + 40.74138, + 40.76115, + 40.68033, + 40.72124, + 40.76942, + 40.66439, + 40.68892, + 40.68382, + 40.75952, + 40.67887, + 40.77089, + 40.69238, + 40.7442, + 40.69098, + 40.69159, + 40.69544, + 40.80737, + 40.82332, + 40.71447, + 40.70507, + 40.68519, + 40.75378, + 40.79388, + 40.68227, + 40.68528, + 40.74513, + 40.85536, + 40.73941, + 40.68467, + 40.6925, + 40.80439, + 40.74707, + 40.67865, + 40.70568, + 40.6934, + 40.69633, + 40.72946, + 40.71272, + 40.75651, + 40.73862, + 40.73825, + 40.78105, + 40.71451, + 40.77699, + 40.75224, + 40.69898, + 40.72664, + 40.68104, + 40.77882, + 40.71959, + 40.67895, + 40.73659, + 40.70498, + 40.72749, + 40.62301, + 40.71801, + 40.79876, + 40.70023, + 40.59448, + 40.77878, + 40.77016, + 40.65929, + 40.72962, + 40.70552, + 40.76296, + 40.68588, + 40.73117, + 40.71567, + 40.71623, + 40.73587, + 40.70454, + 40.72624, + 40.73655, + 40.7708, + 40.72345, + 40.76466, + 40.63662, + 40.74721, + 40.74345, + 40.67864, + 40.72617, + 40.71736, + 40.72015, + 40.71821, + 40.54312, + 40.63813, + 40.88688, + 40.70999, + 40.73773, + 40.70859, + 40.73939, + 40.64689, + 40.69379, + 40.72447, + 40.73894, + 40.81249, + 40.75282, + 40.65518, + 40.75726, + 40.6569, + 40.6692, + 40.72615, + 40.7404, + 40.6816, + 40.7557, + 40.68279, + 40.75417, + 40.64314, + 40.70807, + 40.68471, + 40.70762, + 40.67743, + 40.81465, + 40.74197, + 40.69585, + 40.67918, + 40.73591, + 40.81214, + 40.7359, + 40.76976, + 40.78471, + 40.82228, + 40.6211, + 40.75151, + 40.76102, + 40.71624, + 40.83088, + 40.84241, + 40.69488, + 40.85267, + 40.74734, + 40.67596, + 40.68517, + 40.60484, + 40.74301, + 40.7551, + 40.74113, + 40.73892, + 40.77054, + 40.69357, + 40.68618, + 40.71671, + 40.70985, + 40.69482, + 40.66595, + 40.67205, + 40.75249, + 40.76534, + 40.67001, + 40.70803, + 40.77953, + 40.76932, + 40.65209, + 40.66148, + 40.71859, + 40.72381, + 40.80014, + 40.81232, + 40.77902, + 40.83739, + 40.63848, + 40.76825, + 40.69105, + 40.70898, + 40.68077, + 40.76088, + 40.6757, + 40.76539, + 40.72032, + 40.82778, + 40.69062, + 40.71528, + 40.68036, + 40.71601, + 40.69855, + 40.76542, + 40.71543, + 40.73826, + 40.83988, + 40.69939, + 40.64465, + 40.76485, + 40.66676, + 40.82146, + 40.74474, + 40.77141, + 40.67881, + 40.68269, + 40.67623, + 40.76214, + 40.68062, + 40.75306, + 40.80212, + 40.73176, + 40.71908, + 40.72415, + 40.70665, + 40.7372, + 40.73829, + 40.74299, + 40.7425, + 40.80256, + 40.6909, + 40.64667, + 40.73819, + 40.71969, + 40.67974, + 40.80459, + 40.76538, + 40.68803, + 40.70543, + 40.82306, + 40.70037, + 40.76309, + 40.58862, + 40.73954, + 40.7855, + 40.74844, + 40.70473, + 40.67347, + 40.82195, + 40.69316, + 40.69198, + 40.69326, + 40.69256, + 40.74909, + 40.67111, + 40.85362, + 40.82445, + 40.85105, + 40.72749, + 40.73998, + 40.73128, + 40.67814, + 40.77399, + 40.67189, + 40.683, + 40.6909, + 40.74933, + 40.68301, + 40.76435, + 40.77481, + 40.69164, + 40.72977, + 40.66089, + 40.72493, + 40.66018, + 40.71987, + 40.76533, + 40.74523, + 40.72503, + 40.74056, + 40.73888, + 40.60106, + 40.79012, + 40.73245, + 40.74716, + 40.74653, + 40.65012, + 40.66209, + 40.68892, + 40.74536, + 40.75011, + 40.69313, + 40.74951, + 40.69238, + 40.74584, + 40.82718, + 40.74712, + 40.69232, + 40.69245, + 40.78581, + 40.70279, + 40.61088, + 40.68987, + 40.68003, + 40.76677, + 40.82253, + 40.8289, + 40.65167, + 40.65135, + 40.72707, + 40.71638, + 40.75091, + 40.82714, + 40.69439, + 40.6676, + 40.69845, + 40.74942, + 40.76357, + 40.76708, + 40.72296, + 40.6843, + 40.71672, + 40.74704, + 40.76655, + 40.6917, + 40.7042, + 40.69113, + 40.69113, + 40.76539, + 40.7348, + 40.69288, + 40.76282, + 40.80731, + 40.8072, + 40.72586, + 40.7112, + 40.71621, + 40.77643, + 40.73137, + 40.8878, + 40.83766, + 40.70973, + 40.74971, + 40.71953, + 40.65787, + 40.768, + 40.65246, + 40.77713, + 40.67177, + 40.71257, + 40.70649, + 40.79517, + 40.68161, + 40.77771, + 40.69952, + 40.75154, + 40.69933, + 40.69988, + 40.70011, + 40.70161, + 40.69938, + 40.6918, + 40.70026, + 40.70126, + 40.70082, + 40.70124, + 40.79933, + 40.72108, + 40.69038, + 40.75584, + 40.65894, + 40.71526, + 40.63284, + 40.65409, + 40.65458, + 40.74256, + 40.65351, + 40.64036, + 40.74894, + 40.65245, + 40.63311, + 40.69986, + 40.65417, + 40.79368, + 40.62908, + 40.69394, + 40.6982, + 40.71618, + 40.71079, + 40.78588, + 40.77379, + 40.68392, + 40.77601, + 40.75548, + 40.68166, + 40.77671, + 40.89399, + 40.71694, + 40.62515, + 40.78285, + 40.72891, + 40.75188, + 40.80655, + 40.85428, + 40.65438, + 40.65279, + 40.65429, + 40.64349, + 40.76382, + 40.7404, + 40.70012, + 40.81574, + 40.72939, + 40.67172, + 40.75499, + 40.74432, + 40.71979, + 40.75064, + 40.6716, + 40.71378, + 40.67326, + 40.72615, + 40.79695, + 40.63575, + 40.64214, + 40.61051, + 40.66704, + 40.6642, + 40.79912, + 40.73113, + 40.65777, + 40.68633, + 40.62165, + 40.63882, + 40.7172, + 40.78781, + 40.7256, + 40.68528, + 40.74497, + 40.71223, + 40.68506, + 40.76464, + 40.70565, + 40.83256, + 40.71304, + 40.81148, + 40.76419, + 40.79145, + 40.72205, + 40.63378, + 40.79983, + 40.59843, + 40.82608, + 40.63549, + 40.63424, + 40.75729, + 40.69582, + 40.64634, + 40.75975, + 40.76591, + 40.64682, + 40.74184, + 40.7458, + 40.70815, + 40.65345, + 40.85104, + 40.75771, + 40.81623, + 40.80141, + 40.72301, + 40.58296, + 40.62288, + 40.80774, + 40.73616, + 40.83413, + 40.70761, + 40.76226, + 40.7001, + 40.72004, + 40.676, + 40.74223, + 40.69943, + 40.74511, + 40.7092, + 40.6752, + 40.80046, + 40.71255, + 40.71259, + 40.71862, + 40.69276, + 40.74823, + 40.65267, + 40.69178, + 40.65241, + 40.6437, + 40.76349, + 40.75703, + 40.65293, + 40.71064, + 40.75283, + 40.65285, + 40.65256, + 40.69336, + 40.67644, + 40.69272, + 40.72615, + 40.73046, + 40.64907, + 40.67132, + 40.73106, + 40.70475, + 40.80839, + 40.66323, + 40.76021, + 40.7237, + 40.71242, + 40.72458, + 40.72443, + 40.85661, + 40.73278, + 40.66197, + 40.73596, + 40.63867, + 40.72984, + 40.73953, + 40.69058, + 40.59063, + 40.72925, + 40.69334, + 40.74451, + 40.72608, + 40.66457, + 40.84358, + 40.76831, + 40.74413, + 40.63867, + 40.69012, + 40.72277, + 40.68085, + 40.88805, + 40.81511, + 40.74688, + 40.65644, + 40.8087, + 40.72085, + 40.68523, + 40.69632, + 40.69769, + 40.60845, + 40.62448, + 40.7467, + 40.70779, + 40.75768, + 40.83285, + 40.70417, + 40.85157, + 40.64565, + 40.646, + 40.74693, + 40.69617, + 40.72272, + 40.66189, + 40.84578, + 40.70665, + 40.73498, + 40.73161, + 40.70664, + 40.72972, + 40.70734, + 40.80046, + 40.80226, + 40.80659, + 40.70672, + 40.75396, + 40.72396, + 40.68671, + 40.70452, + 40.68456, + 40.73661, + 40.66357, + 40.81453, + 40.85324, + 40.75414, + 40.71598, + 40.78689, + 40.69058, + 40.71875, + 40.81377, + 40.74768, + 40.73372, + 40.81759, + 40.7107, + 40.76463, + 40.75896, + 40.57646, + 40.7087, + 40.82834, + 40.72699, + 40.81993, + 40.74909, + 40.67294, + 40.74258, + 40.72081, + 40.71984, + 40.72133, + 40.72957, + 40.7543, + 40.69524, + 40.68627, + 40.65358, + 40.86697, + 40.73902, + 40.68806, + 40.67618, + 40.68832, + 40.61135, + 40.74035, + 40.68631, + 40.67088, + 40.63979, + 40.61595, + 40.69454, + 40.72135, + 40.76173, + 40.69677, + 40.68754, + 40.8546, + 40.85413, + 40.7617, + 40.76035, + 40.71814, + 40.675, + 40.80702, + 40.75359, + 40.74952, + 40.64968, + 40.77707, + 40.71795, + 40.70545, + 40.86777, + 40.71894, + 40.63535, + 40.68782, + 40.63445, + 40.59055, + 40.63448, + 40.63586, + 40.63525, + 40.66151, + 40.63416, + 40.63549, + 40.63522, + 40.66076, + 40.74542, + 40.66061, + 40.63371, + 40.63376, + 40.66234, + 40.74407, + 40.75554, + 40.59972, + 40.59934, + 40.75927, + 40.72259, + 40.7175, + 40.72522, + 40.76872, + 40.75378, + 40.70846, + 40.71614, + 40.69712, + 40.78478, + 40.70274, + 40.82365, + 40.74516, + 40.66461, + 40.7949, + 40.69404, + 40.74552, + 40.80756, + 40.84802, + 40.70948, + 40.67387, + 40.71172, + 40.69246, + 40.87704, + 40.69362, + 40.75137, + 40.69339, + 40.6185, + 40.70355, + 40.73655, + 40.68689, + 40.67759, + 40.7656, + 40.76216, + 40.67635, + 40.70081, + 40.68563, + 40.72039, + 40.71895, + 40.76488, + 40.57795, + 40.71717, + 40.67702, + 40.74029, + 40.89502, + 40.68334, + 40.72162, + 40.76267, + 40.7698, + 40.69634, + 40.75417, + 40.69464, + 40.80608, + 40.68313, + 40.70864, + 40.72071, + 40.80861, + 40.67454, + 40.84577, + 40.74377, + 40.71741, + 40.744, + 40.68076, + 40.67937, + 40.69476, + 40.69571, + 40.71849, + 40.84084, + 40.68893, + 40.71193, + 40.68591, + 40.82921, + 40.68937, + 40.76892, + 40.68349, + 40.77145, + 40.68904, + 40.79701, + 40.67782, + 40.74822, + 40.707, + 40.83912, + 40.68193, + 40.74463, + 40.63994, + 40.78073, + 40.65073, + 40.70813, + 40.69025, + 40.84605, + 40.72174, + 40.68302, + 40.69295, + 40.68365, + 40.69303, + 40.76649, + 40.69456, + 40.74592, + 40.81664, + 40.6911, + 40.67474, + 40.85336, + 40.72352, + 40.71938, + 40.71485, + 40.59147, + 40.71641, + 40.68589, + 40.75603, + 40.72165, + 40.71447, + 40.76126, + 40.76237, + 40.59658, + 40.83693, + 40.70002, + 40.71824, + 40.73199, + 40.70946, + 40.66656, + 40.76412, + 40.67737, + 40.71345, + 40.76322, + 40.68515, + 40.79639, + 40.59075, + 40.68252, + 40.71179, + 40.70249, + 40.68035, + 40.71441, + 40.76249, + 40.75281, + 40.80879, + 40.70459, + 40.63902, + 40.70574, + 40.71047, + 40.8258, + 40.81088, + 40.81322, + 40.80771, + 40.81723, + 40.76538, + 40.87072, + 40.58001, + 40.67861, + 40.68883, + 40.73894, + 40.75507, + 40.69402, + 40.83144, + 40.63376, + 40.76976, + 40.81017, + 40.78857, + 40.71193, + 40.76696, + 40.79574, + 40.80958, + 40.74459, + 40.63931, + 40.77513, + 40.71241, + 40.73079, + 40.81102, + 40.75866, + 40.75346, + 40.57504, + 40.80872, + 40.80445, + 40.70529, + 40.71001, + 40.70951, + 40.7111, + 40.723, + 40.70631, + 40.78127, + 40.72725, + 40.66017, + 40.76247, + 40.85277, + 40.73551, + 40.70652, + 40.70229, + 40.70431, + 40.71138, + 40.76177, + 40.675, + 40.73069, + 40.63655, + 40.75049, + 40.67941, + 40.70538, + 40.72182, + 40.74079, + 40.76108, + 40.67175, + 40.71168, + 40.70987, + 40.71164, + 40.74836, + 40.7105, + 40.68132, + 40.76479, + 40.76172, + 40.65554, + 40.75914, + 40.88453, + 40.79439, + 40.63517, + 40.65454, + 40.75368, + 40.67872, + 40.71059, + 40.62795, + 40.70166, + 40.72614, + 40.77708, + 40.79913, + 40.70094, + 40.65209, + 40.63853, + 40.77003, + 40.74218, + 40.69196, + 40.79006, + 40.72904, + 40.73255, + 40.71705, + 40.67855, + 40.72096, + 40.69898, + 40.89385, + 40.76274, + 40.81562, + 40.77345, + 40.69156, + 40.66737, + 40.77375, + 40.82452, + 40.66226, + 40.63905, + 40.76731, + 40.85791, + 40.69416, + 40.76129, + 40.70494, + 40.7147, + 40.73095, + 40.85765, + 40.72759, + 40.70426, + 40.71954, + 40.75491, + 40.66506, + 40.86565, + 40.74466, + 40.69558, + 40.70752, + 40.71148, + 40.69167, + 40.6355, + 40.70266, + 40.70964, + 40.77169, + 40.79566, + 40.79511, + 40.73945, + 40.64046, + 40.79055, + 40.75829, + 40.70717, + 40.68257, + 40.76294, + 40.74228, + 40.70428, + 40.70208, + 40.69232, + 40.76251, + 40.76971, + 40.69272, + 40.64116, + 40.68063, + 40.70605, + 40.72876, + 40.66238, + 40.70587, + 40.75138, + 40.77612, + 40.69263, + 40.69228, + 40.71881, + 40.74472, + 40.73261, + 40.76836, + 40.73254, + 40.70695, + 40.7854, + 40.77971, + 40.70328, + 40.66788, + 40.70442, + 40.71233, + 40.67419, + 40.6904, + 40.68364, + 40.82746, + 40.68308, + 40.73288, + 40.73288, + 40.76126, + 40.66051, + 40.67737, + 40.69732, + 40.70531, + 40.72074, + 40.68386, + 40.83788, + 40.69854, + 40.76236, + 40.70247, + 40.74889, + 40.715, + 40.68131, + 40.82132, + 40.65385, + 40.65405, + 40.69248, + 40.78579, + 40.72784, + 40.68605, + 40.78833, + 40.76219, + 40.6339, + 40.63504, + 40.63409, + 40.69363, + 40.69342, + 40.81182, + 40.80324, + 40.78731, + 40.75982, + 40.69044, + 40.72941, + 40.72449, + 40.6929, + 40.6797, + 40.67825, + 40.69228, + 40.71865, + 40.69436, + 40.69261, + 40.69319, + 40.69366, + 40.69263, + 40.74364, + 40.66399, + 40.81295, + 40.67792, + 40.72839, + 40.71722, + 40.6954, + 40.7126, + 40.61023, + 40.80055, + 40.76869, + 40.66392, + 40.72004, + 40.69391, + 40.87448, + 40.82494, + 40.71451, + 40.70876, + 40.69471, + 40.638, + 40.70696, + 40.72143, + 40.63765, + 40.72405, + 40.78029, + 40.63678, + 40.77945, + 40.68864, + 40.70466, + 40.7075, + 40.74139, + 40.68005, + 40.68933, + 40.73324, + 40.71163, + 40.67379, + 40.68612, + 40.6919, + 40.65945, + 40.69441, + 40.80303, + 40.80423, + 40.66835, + 40.69375, + 40.76125, + 40.78892, + 40.733, + 40.72839, + 40.80173, + 40.7287, + 40.73092, + 40.71271, + 40.72291, + 40.72762, + 40.76437, + 40.68205, + 40.72789, + 40.70644, + 40.74538, + 40.74529, + 40.63432, + 40.71295, + 40.68086, + 40.72858, + 40.73756, + 40.73031, + 40.64513, + 40.69034, + 40.73812, + 40.76006, + 40.68982, + 40.70604, + 40.85712, + 40.85671, + 40.73079, + 40.76412, + 40.78537, + 40.77156, + 40.69107, + 40.69137, + 40.63093, + 40.69102, + 40.69146, + 40.65116, + 40.69367, + 40.69863, + 40.67415, + 40.64459, + 40.62453, + 40.66811, + 40.83096, + 40.66177, + 40.63764, + 40.71962, + 40.69905, + 40.70296, + 40.75228, + 40.67311, + 40.86261, + 40.71018, + 40.6775, + 40.73341, + 40.65105, + 40.6934, + 40.70254, + 40.71145, + 40.71751, + 40.74629, + 40.7293, + 40.61703, + 40.69975, + 40.72236, + 40.71827, + 40.72637, + 40.75985, + 40.74584, + 40.72549, + 40.83773, + 40.65595, + 40.80132, + 40.73386, + 40.7041, + 40.77557, + 40.65026, + 40.75024, + 40.81819, + 40.78108, + 40.79325, + 40.76531, + 40.72097, + 40.79954, + 40.69341, + 40.66486, + 40.67636, + 40.76363, + 40.69368, + 40.76525, + 40.71416, + 40.81954, + 40.6831, + 40.58848, + 40.68809, + 40.69917, + 40.6703, + 40.67516, + 40.75484, + 40.82426, + 40.69272, + 40.6915, + 40.63859, + 40.69279, + 40.65047, + 40.71477, + 40.76681, + 40.8229, + 40.75736, + 40.7086, + 40.76481, + 40.72334, + 40.68405, + 40.7027, + 40.73769, + 40.73122, + 40.69397, + 40.78461, + 40.73395, + 40.77691, + 40.70635, + 40.71161, + 40.73327, + 40.73038, + 40.71958, + 40.75947, + 40.84539, + 40.80759, + 40.85449, + 40.77972, + 40.75613, + 40.76553, + 40.60319, + 40.67293, + 40.70959, + 40.74165, + 40.63204, + 40.72706, + 40.76902, + 40.69238, + 40.71047, + 40.76373, + 40.67115, + 40.74299, + 40.66957, + 40.7698, + 40.80504, + 40.82598, + 40.78177, + 40.67768, + 40.66587, + 40.72836, + 40.7125, + 40.72628, + 40.71353, + 40.73756, + 40.69032, + 40.7444, + 40.74133, + 40.67742, + 40.72751, + 40.82361, + 40.77123, + 40.72935, + 40.68216, + 40.68677, + 40.68634, + 40.75684, + 40.72192, + 40.74327, + 40.67253, + 40.7652, + 40.76408, + 40.67685, + 40.81801, + 40.58303, + 40.75358, + 40.58409, + 40.67956, + 40.81548, + 40.81376, + 40.81454, + 40.81386, + 40.72872, + 40.73543, + 40.74829, + 40.68539, + 40.74303, + 40.67787, + 40.71961, + 40.77671, + 40.7599, + 40.67283, + 40.78793, + 40.61667, + 40.76894, + 40.89753, + 40.67692, + 40.71347, + 40.76597, + 40.69552, + 40.77029, + 40.78818, + 40.7348, + 40.74549, + 40.73159, + 40.75586, + 40.58639, + 40.74111, + 40.74011, + 40.83007, + 40.75718, + 40.72653, + 40.77888, + 40.60816, + 40.76094, + 40.75674, + 40.75504, + 40.81502, + 40.69719, + 40.75473, + 40.68303, + 40.69387, + 40.69418, + 40.61208, + 40.68071, + 40.6978, + 40.75749, + 40.66098, + 40.76289, + 40.71904, + 40.69223, + 40.69381, + 40.74757, + 40.81424, + 40.71421, + 40.76105, + 40.8063, + 40.63543, + 40.73986, + 40.73531, + 40.75322, + 40.80903, + 40.76877, + 40.58392, + 40.72849, + 40.72342, + 40.7764, + 40.72726, + 40.63462, + 40.76107, + 40.80559, + 40.71247, + 40.66129, + 40.60367, + 40.7487, + 40.81861, + 40.80935, + 40.67811, + 40.84534, + 40.69016, + 40.67861, + 40.76388, + 40.74684, + 40.71489, + 40.78819, + 40.72877, + 40.66935, + 40.77697, + 40.76204, + 40.80413, + 40.617, + 40.72185, + 40.80463, + 40.73297, + 40.73099, + 40.72986, + 40.71086, + 40.76199, + 40.69388, + 40.71047, + 40.68129, + 40.74626, + 40.83284, + 40.71194, + 40.66847, + 40.69379, + 40.69304, + 40.83513, + 40.70137, + 40.76276, + 40.76964, + 40.81226, + 40.74945, + 40.72908, + 40.7223, + 40.58056, + 40.69105, + 40.7366, + 40.71145, + 40.67929, + 40.77114, + 40.70969, + 40.77489, + 40.75524, + 40.75611, + 40.75968, + 40.7374, + 40.84832, + 40.69175, + 40.71722, + 40.62444, + 40.70167, + 40.68457, + 40.70878, + 40.70137, + 40.68342, + 40.68337, + 40.76382, + 40.67137, + 40.68547, + 40.69686, + 40.71351, + 40.68014, + 40.63513, + 40.78587, + 40.74936, + 40.81296, + 40.72584, + 40.69327, + 40.7639, + 40.82364, + 40.72145, + 40.76614, + 40.76189, + 40.74485, + 40.85416, + 40.78411, + 40.82153, + 40.69206, + 40.70626, + 40.74759, + 40.68572, + 40.70626, + 40.81223, + 40.7367, + 40.69973, + 40.82267, + 40.78552, + 40.69416, + 40.69033, + 40.69288, + 40.78661, + 40.66266, + 40.72062, + 40.6854, + 40.76464, + 40.71204, + 40.68723, + 40.62049, + 40.8252, + 40.66734, + 40.6458, + 40.71856, + 40.69853, + 40.62625, + 40.69712, + 40.69651, + 40.82827, + 40.80392, + 40.697, + 40.69871, + 40.71588, + 40.69816, + 40.69854, + 40.69746, + 40.75464, + 40.7158, + 40.70496, + 40.75047, + 40.67959, + 40.69155, + 40.69519, + 40.72674, + 40.69065, + 40.69072, + 40.69807, + 40.67662, + 40.73136, + 40.73274, + 40.7073, + 40.66108, + 40.68775, + 40.76328, + 40.83469, + 40.70114, + 40.69992, + 40.70156, + 40.70091, + 40.70154, + 40.77327, + 40.79524, + 40.67745, + 40.67937, + 40.79468, + 40.82359, + 40.72208, + 40.71507, + 40.69976, + 40.78014, + 40.75651, + 40.76474, + 40.74705, + 40.74185, + 40.75862, + 40.7673, + 40.69032, + 40.84701, + 40.57755, + 40.69274, + 40.74579, + 40.76835, + 40.71024, + 40.70288, + 40.72576, + 40.72322, + 40.7229, + 40.72198, + 40.76434, + 40.83217, + 40.75935, + 40.70125, + 40.6626, + 40.69414, + 40.71491, + 40.63766, + 40.63635, + 40.70264, + 40.73429, + 40.72348, + 40.73432, + 40.7218, + 40.69786, + 40.74322, + 40.67022, + 40.71653, + 40.70486, + 40.72292, + 40.68652, + 40.7068, + 40.68911, + 40.69663, + 40.6781, + 40.68638, + 40.70516, + 40.74257, + 40.76975, + 40.70803, + 40.68562, + 40.6928, + 40.68581, + 40.68804, + 40.71526, + 40.7826, + 40.75503, + 40.67717, + 40.67805, + 40.67783, + 40.77063, + 40.69031, + 40.84427, + 40.71518, + 40.8084, + 40.74749, + 40.79306, + 40.77362, + 40.71808, + 40.66192, + 40.7156, + 40.77873, + 40.69615, + 40.6512, + 40.74361, + 40.63677, + 40.73753, + 40.77807, + 40.63784, + 40.6363, + 40.6345, + 40.67791, + 40.67954, + 40.67854, + 40.72455, + 40.67992, + 40.79487, + 40.75389, + 40.72498, + 40.74919, + 40.68624, + 40.69487, + 40.70218, + 40.7188, + 40.65234, + 40.7118, + 40.67921, + 40.76186, + 40.87831, + 40.74881, + 40.80431, + 40.81798, + 40.65931, + 40.85961, + 40.77664, + 40.71018, + 40.68636, + 40.72766, + 40.66827, + 40.80441, + 40.6817, + 40.8042, + 40.78918, + 40.76289, + 40.61954, + 40.7631, + 40.71787, + 40.76279, + 40.67955, + 40.72683, + 40.67983, + 40.69319, + 40.70308, + 40.68612, + 40.69194, + 40.72243, + 40.68193, + 40.64767, + 40.68691, + 40.68602, + 40.7258, + 40.71521, + 40.75024, + 40.64749, + 40.75918, + 40.71454, + 40.68522, + 40.76381, + 40.71258, + 40.67306, + 40.71131, + 40.71301, + 40.64841, + 40.71867, + 40.673, + 40.69383, + 40.7221, + 40.62743, + 40.71924, + 40.75983, + 40.83414, + 40.69071, + 40.68639, + 40.67223, + 40.76416, + 40.73355, + 40.73291, + 40.71205, + 40.64243, + 40.71859, + 40.66354, + 40.72399, + 40.68005, + 40.72306, + 40.67974, + 40.67937, + 40.67817, + 40.67784, + 40.67775, + 40.67801, + 40.75023, + 40.82773, + 40.74293, + 40.67931, + 40.66235, + 40.79112, + 40.67862, + 40.71922, + 40.69956, + 40.71555, + 40.76562, + 40.71797, + 40.71435, + 40.71131, + 40.69441, + 40.71304, + 40.66036, + 40.79896, + 40.69574, + 40.76332, + 40.56028, + 40.70177, + 40.71434, + 40.72434, + 40.79896, + 40.71121, + 40.76158, + 40.72197, + 40.71415, + 40.75565, + 40.71756, + 40.68424, + 40.70572, + 40.74595, + 40.86923, + 40.79793, + 40.71217, + 40.71431, + 40.74319, + 40.68277, + 40.69161, + 40.7409, + 40.7662, + 40.71309, + 40.73841, + 40.64335, + 40.71823, + 40.82723, + 40.74376, + 40.73513, + 40.70758, + 40.74085, + 40.79018, + 40.68983, + 40.719, + 40.68424, + 40.69093, + 40.64843, + 40.81834, + 40.69025, + 40.69251, + 40.72085, + 40.70242, + 40.84726, + 40.6952, + 40.72535, + 40.69237, + 40.72915, + 40.80434, + 40.76118, + 40.71605, + 40.61979, + 40.75166, + 40.67918, + 40.71093, + 40.76629, + 40.62692, + 40.73798, + 40.76072, + 40.80254, + 40.67414, + 40.77081, + 40.69509, + 40.80602, + 40.721, + 40.72036, + 40.6956, + 40.68615, + 40.72795, + 40.68405, + 40.7478, + 40.71639, + 40.73492, + 40.71024, + 40.77221, + 40.67948, + 40.64376, + 40.72316, + 40.74355, + 40.66249, + 40.75967, + 40.7041, + 40.885, + 40.73881, + 40.68775, + 40.83039, + 40.67098, + 40.6728, + 40.63919, + 40.68269, + 40.72034, + 40.69293, + 40.81177, + 40.68333, + 40.67452, + 40.77828, + 40.7637, + 40.75169, + 40.71067, + 40.76725, + 40.70898, + 40.67352, + 40.67385, + 40.76579, + 40.67233, + 40.68634, + 40.6847, + 40.67205, + 40.70717, + 40.82188, + 40.85155, + 40.69405, + 40.74813, + 40.83627, + 40.68774, + 40.68261, + 40.80551, + 40.66102, + 40.74633, + 40.71841, + 40.5939, + 40.68345, + 40.69495, + 40.60513, + 40.70845, + 40.68564, + 40.69299, + 40.71845, + 40.68377, + 40.75941, + 40.8043, + 40.64049, + 40.79078, + 40.70079, + 40.74559, + 40.76458, + 40.69597, + 40.72725, + 40.76523, + 40.70343, + 40.68944, + 40.77384, + 40.62461, + 40.73207, + 40.69083, + 40.67893, + 40.68856, + 40.82816, + 40.80679, + 40.80556, + 40.66912, + 40.68215, + 40.72611, + 40.80475, + 40.7281, + 40.79927, + 40.72546, + 40.65046, + 40.75805, + 40.82064, + 40.68398, + 40.75175, + 40.68301, + 40.6058, + 40.65155, + 40.74499, + 40.74406, + 40.64261, + 40.79831, + 40.76339, + 40.66531, + 40.76016, + 40.69854, + 40.76984, + 40.71843, + 40.73176, + 40.6989, + 40.68409, + 40.63535, + 40.65581, + 40.69331, + 40.73183, + 40.74419, + 40.79875, + 40.71818, + 40.67367, + 40.80183, + 40.75514, + 40.70701, + 40.74441, + 40.69222, + 40.8114, + 40.73333, + 40.86116, + 40.71707, + 40.76299, + 40.81, + 40.64198, + 40.76199, + 40.73378, + 40.80728, + 40.72977, + 40.65085, + 40.7415, + 40.76263, + 40.77695, + 40.75125, + 40.79439, + 40.69798, + 40.67739, + 40.67265, + 40.71988, + 40.85358, + 40.66402, + 40.74836, + 40.70686, + 40.72994, + 40.73228, + 40.82812, + 40.70933, + 40.68457, + 40.68072, + 40.75971, + 40.70932, + 40.68417, + 40.71731, + 40.71081, + 40.75988, + 40.67262, + 40.7906, + 40.80075, + 40.79829, + 40.62221, + 40.77072, + 40.82431, + 40.74446, + 40.63304, + 40.74781, + 40.80528, + 40.77359, + 40.71545, + 40.71359, + 40.80246, + 40.71918, + 40.75938, + 40.80076, + 40.64403, + 40.7879, + 40.69351, + 40.80307, + 40.71009, + 40.73328, + 40.69086, + 40.69551, + 40.66128, + 40.80536, + 40.75546, + 40.68162, + 40.73022, + 40.68921, + 40.68907, + 40.74442, + 40.68842, + 40.66724, + 40.78179, + 40.71474, + 40.70731, + 40.7597, + 40.72361, + 40.6817, + 40.73492, + 40.72784, + 40.67759, + 40.69061, + 40.8088, + 40.75491, + 40.80312, + 40.74635, + 40.73002, + 40.72896, + 40.82173, + 40.76373, + 40.68847, + 40.74945, + 40.77143, + 40.71965, + 40.81004, + 40.89429, + 40.79, + 40.6858, + 40.894, + 40.76061, + 40.76747, + 40.70774, + 40.65323, + 40.79202, + 40.75542, + 40.69318, + 40.73887, + 40.70724, + 40.68942, + 40.84616, + 40.69862, + 40.76328, + 40.69725, + 40.81278, + 40.72753, + 40.76117, + 40.73018, + 40.77718, + 40.88071, + 40.69143, + 40.74991, + 40.76197, + 40.75262, + 40.68143, + 40.72575, + 40.68683, + 40.59362, + 40.76477, + 40.62541, + 40.76, + 40.66056, + 40.75855, + 40.76556, + 40.7901, + 40.82424, + 40.67117, + 40.70956, + 40.74992, + 40.76505, + 40.66199, + 40.75074, + 40.76516, + 40.85504, + 40.75406, + 40.67133, + 40.68336, + 40.63616, + 40.80114, + 40.68272, + 40.76414, + 40.73687, + 40.72207, + 40.85114, + 40.63835, + 40.72841, + 40.67355, + 40.72953, + 40.755, + 40.68536, + 40.72084, + 40.68425, + 40.6837, + 40.74273, + 40.70421, + 40.73147, + 40.80646, + 40.73214, + 40.75511, + 40.73394, + 40.67424, + 40.71719, + 40.82315, + 40.64169, + 40.58723, + 40.79481, + 40.69243, + 40.69202, + 40.69276, + 40.74942, + 40.83213, + 40.68786, + 40.57729, + 40.70202, + 40.83872, + 40.74333, + 40.75478, + 40.74278, + 40.78497, + 40.61519, + 40.73646, + 40.68135, + 40.67903, + 40.6614, + 40.74741, + 40.7559, + 40.75284, + 40.68844, + 40.61429, + 40.72557, + 40.7615, + 40.76635, + 40.72867, + 40.71655, + 40.71518, + 40.68784, + 40.76599, + 40.71341, + 40.76495, + 40.74824, + 40.76402, + 40.76232, + 40.76344, + 40.76219, + 40.76197, + 40.71992, + 40.76194, + 40.76239, + 40.76201, + 40.71934, + 40.76324, + 40.76184, + 40.62827, + 40.65897, + 40.79074, + 40.74306, + 40.76464, + 40.75398, + 40.67817, + 40.68062, + 40.76147, + 40.77689, + 40.67748, + 40.75964, + 40.66577, + 40.69368, + 40.74484, + 40.75671, + 40.72864, + 40.71201, + 40.81167, + 40.63642, + 40.71545, + 40.82528, + 40.72878, + 40.69342, + 40.76243, + 40.68777, + 40.74938, + 40.73695, + 40.67534, + 40.75355, + 40.65092, + 40.76544, + 40.67961, + 40.6359, + 40.74287, + 40.70469, + 40.68701, + 40.71194, + 40.76423, + 40.81022, + 40.8055, + 40.84353, + 40.74419, + 40.70356, + 40.7184, + 40.73511, + 40.68931, + 40.74563, + 40.75457, + 40.67948, + 40.85359, + 40.68901, + 40.79768, + 40.64608, + 40.75922, + 40.8063, + 40.67037, + 40.73039, + 40.73123, + 40.67442, + 40.68589, + 40.72744, + 40.77951, + 40.73649, + 40.81927, + 40.75507, + 40.79758, + 40.71365, + 40.82687, + 40.78413, + 40.80004, + 40.80043, + 40.87, + 40.86268, + 40.79655, + 40.6988, + 40.65567, + 40.80612, + 40.68515, + 40.68012, + 40.76519, + 40.70328, + 40.66006, + 40.71101, + 40.72104, + 40.75652, + 40.69306, + 40.65628, + 40.69321, + 40.79965, + 40.70903, + 40.7857, + 40.77403, + 40.84391, + 40.68706, + 40.73042, + 40.8689, + 40.83175, + 40.81662, + 40.72871, + 40.70321, + 40.76477, + 40.73134, + 40.70557, + 40.76651, + 40.65477, + 40.72893, + 40.69522, + 40.69116, + 40.7213, + 40.74951, + 40.67419, + 40.70136, + 40.72831, + 40.69869, + 40.8074, + 40.66108, + 40.71841, + 40.73306, + 40.68064, + 40.71694, + 40.74283, + 40.76192, + 40.70113, + 40.68946, + 40.75948, + 40.76356, + 40.73259, + 40.82437, + 40.71391, + 40.79821, + 40.82484, + 40.73678, + 40.69287, + 40.59894, + 40.71864, + 40.68633, + 40.67244, + 40.87064, + 40.69696, + 40.67117, + 40.76934, + 40.78196, + 40.82765, + 40.67773, + 40.67331, + 40.70275, + 40.75989, + 40.71523, + 40.69658, + 40.70183, + 40.75625, + 40.72863, + 40.69195, + 40.69122, + 40.67916, + 40.77768, + 40.70425, + 40.6916, + 40.70497, + 40.72203, + 40.69372, + 40.73836, + 40.82358, + 40.81804, + 40.75125, + 40.75068, + 40.70245, + 40.68986, + 40.67812, + 40.77919, + 40.76735, + 40.72424, + 40.77751, + 40.68942, + 40.68632, + 40.71942, + 40.69285, + 40.66736, + 40.86414, + 40.67826, + 40.73015, + 40.7288, + 40.76538, + 40.71633, + 40.71752, + 40.78105, + 40.68198, + 40.64491, + 40.76531, + 40.79505, + 40.79469, + 40.64664, + 40.72074, + 40.76203, + 40.72042, + 40.70772, + 40.83901, + 40.67152, + 40.71762, + 40.77064, + 40.75638, + 40.79672, + 40.6887, + 40.86279, + 40.72122, + 40.67786, + 40.7008, + 40.85229, + 40.72943, + 40.77196, + 40.68155, + 40.70462, + 40.81857, + 40.74687, + 40.69936, + 40.82511, + 40.76992, + 40.71837, + 40.58403, + 40.67726, + 40.64391, + 40.58496, + 40.73444, + 40.62917, + 40.75551, + 40.72865, + 40.65786, + 40.82414, + 40.72514, + 40.77064, + 40.73278, + 40.65696, + 40.77717, + 40.77487, + 40.80877, + 40.70956, + 40.80945, + 40.65129, + 40.72051, + 40.59802, + 40.75959, + 40.59836, + 40.6871, + 40.70903, + 40.81691, + 40.78918, + 40.7997, + 40.79052, + 40.70815, + 40.7034, + 40.74164, + 40.6968, + 40.71323, + 40.59021, + 40.8597, + 40.70099, + 40.67196, + 40.69233, + 40.77751, + 40.86159, + 40.70094, + 40.65646, + 40.76345, + 40.70947, + 40.72978, + 40.68137, + 40.69866, + 40.65977, + 40.6972, + 40.69869, + 40.67966, + 40.73561, + 40.59823, + 40.7507, + 40.76079, + 40.76068, + 40.83649, + 40.70901, + 40.82199, + 40.76529, + 40.70581, + 40.62951, + 40.70742, + 40.73334, + 40.71235, + 40.69874, + 40.72745, + 40.80652, + 40.80741, + 40.6765, + 40.77829, + 40.72637, + 40.76193, + 40.66988, + 40.82411, + 40.77954, + 40.78006, + 40.75659, + 40.75753, + 40.69538, + 40.76589, + 40.76831, + 40.67752, + 40.65978, + 40.65985, + 40.69115, + 40.80616, + 40.70685, + 40.66635, + 40.72778, + 40.83856, + 40.69415, + 40.58415, + 40.72818, + 40.66655, + 40.64251, + 40.81756, + 40.76506, + 40.67989, + 40.69473, + 40.71027, + 40.8444, + 40.7947, + 40.64544, + 40.7363, + 40.80052, + 40.71465, + 40.80055, + 40.71022, + 40.80218, + 40.76812, + 40.74217, + 40.6819, + 40.88511, + 40.72192, + 40.74933, + 40.67775, + 40.71546, + 40.76339, + 40.75975, + 40.72355, + 40.75665, + 40.67698, + 40.76548, + 40.75542, + 40.69845, + 40.68515, + 40.6773, + 40.6887, + 40.75884, + 40.73008, + 40.72918, + 40.71861, + 40.72418, + 40.69726, + 40.71318, + 40.70689, + 40.6991, + 40.71436, + 40.72975, + 40.72815, + 40.77298, + 40.72018, + 40.75716, + 40.75438, + 40.76418, + 40.80324, + 40.74656, + 40.64879, + 40.76375, + 40.70845, + 40.70701, + 40.69137, + 40.78318, + 40.57811, + 40.86975, + 40.65239, + 40.70762, + 40.69356, + 40.75693, + 40.8242, + 40.73031, + 40.66844, + 40.68446, + 40.89466, + 40.77036, + 40.77355, + 40.71508, + 40.73619, + 40.67299, + 40.6891, + 40.67536, + 40.7227, + 40.74957, + 40.80909, + 40.74839, + 40.82982, + 40.8375, + 40.72154, + 40.69412, + 40.74079, + 40.688, + 40.70636, + 40.68739, + 40.70795, + 40.81112, + 40.72249, + 40.75466, + 40.76481, + 40.83499, + 40.65867, + 40.6877, + 40.83815, + 40.68765, + 40.76207, + 40.76802, + 40.77269, + 40.78721, + 40.64574, + 40.69205, + 40.75978, + 40.69176, + 40.75876, + 40.59099, + 40.74172, + 40.75199, + 40.72746, + 40.77848, + 40.74337, + 40.80348, + 40.70428, + 40.7443, + 40.82293, + 40.64564, + 40.71361, + 40.72724, + 40.80289, + 40.69499, + 40.73652, + 40.80521, + 40.68633, + 40.80447, + 40.72224, + 40.70159, + 40.70131, + 40.69968, + 40.64308, + 40.71261, + 40.69107, + 40.68412, + 40.73313, + 40.67958, + 40.72829, + 40.68658, + 40.83488, + 40.6478, + 40.80747, + 40.71629, + 40.73298, + 40.84216, + 40.72276, + 40.72305, + 40.84241, + 40.66093, + 40.85042, + 40.73181, + 40.73389, + 40.61072, + 40.77066, + 40.82894, + 40.71876, + 40.71134, + 40.69631, + 40.72141, + 40.64874, + 40.70816, + 40.75886, + 40.7843, + 40.78572, + 40.73941, + 40.76044, + 40.75606, + 40.76171, + 40.75491, + 40.7552, + 40.75652, + 40.74041, + 40.69338, + 40.71501, + 40.66838, + 40.68048, + 40.71284, + 40.64489, + 40.68665, + 40.70673, + 40.68504, + 40.68234, + 40.68513, + 40.73128, + 40.75172, + 40.7723, + 40.62877, + 40.71983, + 40.79396, + 40.72828, + 40.73031, + 40.81533, + 40.73045, + 40.70637, + 40.70771, + 40.74057, + 40.7719, + 40.76186, + 40.79757, + 40.68589, + 40.7107, + 40.77553, + 40.66436, + 40.68377, + 40.70316, + 40.77568, + 40.79535, + 40.71781, + 40.74848, + 40.76383, + 40.75252, + 40.75436, + 40.75363, + 40.754, + 40.75381, + 40.75404, + 40.75385, + 40.75276, + 40.75408, + 40.75439, + 40.75232, + 40.75371, + 40.75271, + 40.75376, + 40.75447, + 40.75439, + 40.75373, + 40.75443, + 40.75402, + 40.75385, + 40.75428, + 40.7538, + 40.75271, + 40.75264, + 40.75459, + 40.75403, + 40.7747, + 40.66433, + 40.75982, + 40.71744, + 40.74453, + 40.75714, + 40.79844, + 40.66181, + 40.68325, + 40.80402, + 40.6953, + 40.76804, + 40.82022, + 40.70887, + 40.63921, + 40.71532, + 40.72664, + 40.64682, + 40.71941, + 40.72573, + 40.69498, + 40.71853, + 40.73851, + 40.76917, + 40.76635, + 40.60626, + 40.70542, + 40.76826, + 40.71225, + 40.8077, + 40.75523, + 40.75506, + 40.66493, + 40.75074, + 40.73925, + 40.73885, + 40.73331, + 40.74749, + 40.74741, + 40.73477, + 40.72566, + 40.72853, + 40.86757, + 40.74779, + 40.85056, + 40.76734, + 40.78535, + 40.74903, + 40.75339, + 40.74875, + 40.73622, + 40.77112, + 40.68811, + 40.82669, + 40.68795, + 40.68976, + 40.75421, + 40.64627, + 40.75811, + 40.65333, + 40.7385, + 40.71246, + 40.712, + 40.73138, + 40.66682, + 40.83001, + 40.69344, + 40.82206, + 40.65236, + 40.6475, + 40.68176, + 40.68197, + 40.6818, + 40.68105, + 40.68052, + 40.68249, + 40.69347, + 40.6932, + 40.75248, + 40.66166, + 40.75844, + 40.66225, + 40.67728, + 40.7247, + 40.70115, + 40.66199, + 40.66191, + 40.76732, + 40.77642, + 40.70897, + 40.61438, + 40.78139, + 40.82582, + 40.76127, + 40.64249, + 40.69051, + 40.72097, + 40.84378, + 40.71146, + 40.67339, + 40.7319, + 40.75149, + 40.73949, + 40.72457, + 40.67947, + 40.71174, + 40.66146, + 40.76689, + 40.73888, + 40.67672, + 40.70508, + 40.77883, + 40.67797, + 40.66522, + 40.66547, + 40.74277, + 40.67549, + 40.66383, + 40.7393, + 40.68245, + 40.76789, + 40.72866, + 40.69576, + 40.75926, + 40.72129, + 40.79853, + 40.86171, + 40.72809, + 40.70268, + 40.63685, + 40.74941, + 40.80855, + 40.58889, + 40.63574, + 40.83956, + 40.86184, + 40.68824, + 40.65265, + 40.67992, + 40.76052, + 40.69657, + 40.7425, + 40.77754, + 40.86328, + 40.77497, + 40.70247, + 40.68243, + 40.85079, + 40.83324, + 40.82521, + 40.81486, + 40.73807, + 40.81051, + 40.77262, + 40.72607, + 40.72861, + 40.58952, + 40.72447, + 40.69319, + 40.70916, + 40.67727, + 40.67627, + 40.79009, + 40.79855, + 40.67612, + 40.71069, + 40.73237, + 40.6985, + 40.70268, + 40.717, + 40.73785, + 40.80446, + 40.69118, + 40.7198, + 40.62375, + 40.6772, + 40.79939, + 40.6848, + 40.71478, + 40.74458, + 40.72445, + 40.80177, + 40.80385, + 40.82251, + 40.73872, + 40.78748, + 40.68677, + 40.70209, + 40.81403, + 40.75907, + 40.84556, + 40.81875, + 40.77556, + 40.76189, + 40.76211, + 40.66661, + 40.71679, + 40.76093, + 40.76214, + 40.76171, + 40.6188, + 40.69097, + 40.87821, + 40.76086, + 40.6753, + 40.73468, + 40.69091, + 40.76136, + 40.77655, + 40.64456, + 40.71217, + 40.74475, + 40.76194, + 40.70855, + 40.70463, + 40.76935, + 40.73751, + 40.73598, + 40.76168, + 40.69684, + 40.79949, + 40.65882, + 40.70787, + 40.80453, + 40.7233, + 40.71293, + 40.76212, + 40.88229, + 40.65513, + 40.73734, + 40.80401, + 40.80373, + 40.80384, + 40.69346, + 40.67878, + 40.72176, + 40.74154, + 40.75853, + 40.82388, + 40.72577, + 40.87684, + 40.72113, + 40.79181, + 40.69598, + 40.77538, + 40.75993, + 40.66557, + 40.70844, + 40.71826, + 40.66533, + 40.66388, + 40.73004, + 40.70743, + 40.69504, + 40.77409, + 40.72194, + 40.66272, + 40.86698, + 40.73857, + 40.69657, + 40.80623, + 40.7886, + 40.73034, + 40.6716, + 40.65603, + 40.72268, + 40.79382, + 40.66106, + 40.81443, + 40.70946, + 40.71038, + 40.7219, + 40.72977, + 40.76185, + 40.74439, + 40.78353, + 40.69998, + 40.71147, + 40.71046, + 40.71025, + 40.79422, + 40.70981, + 40.65267, + 40.74887, + 40.74907, + 40.74958, + 40.6828, + 40.68696, + 40.71326, + 40.70996, + 40.69458, + 40.73212, + 40.7076, + 40.73878, + 40.70955, + 40.78687, + 40.78384, + 40.76135, + 40.69839, + 40.73291, + 40.77396, + 40.75275, + 40.72205, + 40.73011, + 40.7318, + 40.7112, + 40.72994, + 40.6779, + 40.76593, + 40.8471, + 40.71813, + 40.68371, + 40.71115, + 40.7092, + 40.6377, + 40.66456, + 40.68551, + 40.59349, + 40.72269, + 40.74625, + 40.82932, + 40.71446, + 40.68632, + 40.5981, + 40.68553, + 40.72471, + 40.68595, + 40.68555, + 40.73094, + 40.76605, + 40.81916, + 40.68768, + 40.68241, + 40.7351, + 40.69231, + 40.69518, + 40.72976, + 40.71663, + 40.77833, + 40.76017, + 40.76368, + 40.71284, + 40.71684, + 40.7287, + 40.77804, + 40.70492, + 40.74143, + 40.73846, + 40.76258, + 40.70617, + 40.77722, + 40.74499, + 40.76143, + 40.75231, + 40.71479, + 40.76139, + 40.73918, + 40.72988, + 40.72945, + 40.76159, + 40.71674, + 40.73899, + 40.76034, + 40.75988, + 40.723, + 40.7904, + 40.73767, + 40.71657, + 40.72232, + 40.71856, + 40.74528, + 40.79094, + 40.77518, + 40.75973, + 40.76923, + 40.73806, + 40.74164, + 40.7132, + 40.76393, + 40.77779, + 40.75861, + 40.71519, + 40.70672, + 40.75335, + 40.73929, + 40.75971, + 40.75995, + 40.73774, + 40.74805, + 40.73786, + 40.73021, + 40.73897, + 40.70619, + 40.76087, + 40.74635, + 40.74053, + 40.70511, + 40.74072, + 40.73186, + 40.71609, + 40.73003, + 40.73947, + 40.71626, + 40.76035, + 40.73169, + 40.7189, + 40.66784, + 40.69607, + 40.73774, + 40.76177, + 40.74094, + 40.74943, + 40.74005, + 40.75965, + 40.74148, + 40.75149, + 40.71295, + 40.73021, + 40.75963, + 40.748, + 40.71488, + 40.7388, + 40.71479, + 40.74108, + 40.71607, + 40.70887, + 40.72873, + 40.7764, + 40.7387, + 40.76046, + 40.70601, + 40.70444, + 40.74737, + 40.76178, + 40.77506, + 40.70967, + 40.73944, + 40.70455, + 40.77639, + 40.72303, + 40.77771, + 40.73939, + 40.70864, + 40.7601, + 40.72277, + 40.72256, + 40.73035, + 40.74478, + 40.69739, + 40.74261, + 40.73934, + 40.69054, + 40.70485, + 40.71508, + 40.73854, + 40.7767, + 40.7619, + 40.76058, + 40.70513, + 40.76061, + 40.71659, + 40.7296, + 40.745, + 40.7407, + 40.73005, + 40.7392, + 40.70593, + 40.72946, + 40.7396, + 40.71409, + 40.76103, + 40.70631, + 40.73785, + 40.73935, + 40.73939, + 40.73795, + 40.70571, + 40.74423, + 40.73924, + 40.76403, + 40.63574, + 40.74985, + 40.66051, + 40.69997, + 40.69972, + 40.66278, + 40.73567, + 40.71434, + 40.7686, + 40.76334, + 40.76007, + 40.74697, + 40.82391, + 40.77225, + 40.72235, + 40.77853, + 40.72944, + 40.62801, + 40.72493, + 40.68491, + 40.6887, + 40.74405, + 40.80666, + 40.67846, + 40.70089, + 40.67896, + 40.76331, + 40.76711, + 40.68059, + 40.68181, + 40.72325, + 40.75399, + 40.75893, + 40.68426, + 40.68583, + 40.72658, + 40.67992, + 40.82631, + 40.75256, + 40.68525, + 40.65332, + 40.83547, + 40.69044, + 40.75294, + 40.8206, + 40.69947, + 40.6289, + 40.7242, + 40.77135, + 40.7208, + 40.71043, + 40.72065, + 40.81223, + 40.70236, + 40.65417, + 40.67708, + 40.69456, + 40.71239, + 40.76602, + 40.69218, + 40.70524, + 40.80306, + 40.72579, + 40.76677, + 40.72792, + 40.63234, + 40.76782, + 40.66257, + 40.73563, + 40.71224, + 40.75472, + 40.6761, + 40.72316, + 40.75508, + 40.61964, + 40.75541, + 40.75523, + 40.75659, + 40.71282, + 40.75655, + 40.75505, + 40.7561, + 40.69277, + 40.71285, + 40.74027, + 40.74022, + 40.65901, + 40.7616, + 40.68911, + 40.76552, + 40.68238, + 40.71972, + 40.68325, + 40.73293, + 40.79895, + 40.73998, + 40.6821, + 40.7409, + 40.67559, + 40.69043, + 40.76726, + 40.69453, + 40.70809, + 40.76243, + 40.72124, + 40.68561, + 40.70827, + 40.68625, + 40.68625, + 40.76547, + 40.74652, + 40.7413, + 40.68757, + 40.67441, + 40.77566, + 40.68561, + 40.70026, + 40.68744, + 40.79118, + 40.68567, + 40.68589, + 40.71423, + 40.68616, + 40.76341, + 40.68692, + 40.68639, + 40.68726, + 40.71079, + 40.68737, + 40.68607, + 40.71383, + 40.76006, + 40.74588, + 40.65074, + 40.80155, + 40.67904, + 40.74772, + 40.72877, + 40.6843, + 40.71218, + 40.72662, + 40.65343, + 40.73697, + 40.67249, + 40.71357, + 40.694, + 40.59107, + 40.83513, + 40.69409, + 40.69539, + 40.74815, + 40.84878, + 40.72715, + 40.71107, + 40.70028, + 40.82071, + 40.72336, + 40.7066, + 40.74717, + 40.74877, + 40.80466, + 40.69058, + 40.76424, + 40.70629, + 40.64718, + 40.7233, + 40.76289, + 40.69362, + 40.75807, + 40.82008, + 40.72068, + 40.80017, + 40.71228, + 40.70601, + 40.76326, + 40.7198, + 40.65152, + 40.82012, + 40.68611, + 40.66184, + 40.63912, + 40.85245, + 40.76287, + 40.70029, + 40.72594, + 40.6963, + 40.70073, + 40.74294, + 40.76626, + 40.7203, + 40.82625, + 40.82375, + 40.70086, + 40.64823, + 40.73662, + 40.63832, + 40.71163, + 40.63296, + 40.76184, + 40.70424, + 40.76708, + 40.80242, + 40.69088, + 40.75938, + 40.66571, + 40.7589, + 40.78695, + 40.68269, + 40.73983, + 40.69076, + 40.70392, + 40.68622, + 40.68417, + 40.69056, + 40.71191, + 40.74769, + 40.68535, + 40.74436, + 40.7177, + 40.78549, + 40.68139, + 40.73932, + 40.75054, + 40.63895, + 40.72579, + 40.71802, + 40.70711, + 40.78191, + 40.69811, + 40.75198, + 40.70922, + 40.72333, + 40.79283, + 40.75166, + 40.81281, + 40.76516, + 40.77008, + 40.65441, + 40.76557, + 40.81275, + 40.72531, + 40.71723, + 40.68763, + 40.7161, + 40.67396, + 40.77604, + 40.71269, + 40.84215, + 40.72646, + 40.66894, + 40.70077, + 40.68992, + 40.75806, + 40.7434, + 40.67902, + 40.69027, + 40.6782, + 40.83644, + 40.76002, + 40.63866, + 40.76677, + 40.70662, + 40.76721, + 40.75611, + 40.76703, + 40.85502, + 40.68462, + 40.71459, + 40.76756, + 40.80861, + 40.86565, + 40.6907, + 40.70552, + 40.85025, + 40.72863, + 40.70468, + 40.73578, + 40.63835, + 40.82089, + 40.82674, + 40.67817, + 40.77203, + 40.72664, + 40.67625, + 40.85127, + 40.71422, + 40.71787, + 40.685, + 40.68486, + 40.81981, + 40.76411, + 40.85398, + 40.66147, + 40.73963, + 40.67128, + 40.74726, + 40.58527, + 40.77469, + 40.76949, + 40.72696, + 40.69468, + 40.73378, + 40.72165, + 40.70755, + 40.71025, + 40.71058, + 40.70383, + 40.72132, + 40.77606, + 40.81785, + 40.83658, + 40.80152, + 40.7503, + 40.68162, + 40.76981, + 40.67775, + 40.75622, + 40.67441, + 40.74449, + 40.81068, + 40.673, + 40.80368, + 40.7048, + 40.69202, + 40.66871, + 40.76887, + 40.72007, + 40.68294, + 40.72006, + 40.7249, + 40.82576, + 40.68947, + 40.69492, + 40.68667, + 40.69177, + 40.68414, + 40.57863, + 40.70898, + 40.72109, + 40.76399, + 40.70807, + 40.72301, + 40.72046, + 40.694, + 40.69632, + 40.72367, + 40.68548, + 40.789, + 40.79617, + 40.68612, + 40.74551, + 40.71954, + 40.68736, + 40.6857, + 40.68549, + 40.73009, + 40.73888, + 40.68737, + 40.71673, + 40.5864, + 40.71901, + 40.68879, + 40.68548, + 40.68606, + 40.69064, + 40.62071, + 40.72066, + 40.66356, + 40.68723, + 40.72161, + 40.75038, + 40.72149, + 40.75051, + 40.7419, + 40.74005, + 40.71362, + 40.64487, + 40.75569, + 40.74511, + 40.70279, + 40.76389, + 40.65861, + 40.71713, + 40.72365, + 40.6871, + 40.77394, + 40.70732, + 40.67315, + 40.68079, + 40.76226, + 40.71381, + 40.77648, + 40.68709, + 40.67646, + 40.68598, + 40.75833, + 40.80002, + 40.69262, + 40.66682, + 40.81254, + 40.68422, + 40.67199, + 40.72176, + 40.68554, + 40.72189, + 40.72183, + 40.74322, + 40.66015, + 40.64637, + 40.68346, + 40.64743, + 40.7205, + 40.74374, + 40.72386, + 40.6737, + 40.79179, + 40.75426, + 40.69353, + 40.65051, + 40.76991, + 40.6874, + 40.67156, + 40.82769, + 40.70165, + 40.7286, + 40.71716, + 40.79519, + 40.81315, + 40.67204, + 40.70929, + 40.67179, + 40.76239, + 40.70048, + 40.7439, + 40.66745, + 40.70855, + 40.74315, + 40.66019, + 40.82428, + 40.82565, + 40.84289, + 40.66065, + 40.71051, + 40.71101, + 40.74548, + 40.66055, + 40.74444, + 40.76475, + 40.71217, + 40.76718, + 40.76323, + 40.71997, + 40.78484, + 40.76698, + 40.82507, + 40.73501, + 40.5998, + 40.82314, + 40.75554, + 40.70372, + 40.73945, + 40.75501, + 40.73571, + 40.75609, + 40.71894, + 40.70138, + 40.7086, + 40.75916, + 40.76021, + 40.76157, + 40.73506, + 40.70971, + 40.73704, + 40.83175, + 40.70839, + 40.68425, + 40.67616, + 40.67193, + 40.76348, + 40.72681, + 40.6609, + 40.73079, + 40.69423, + 40.72182, + 40.73289, + 40.71064, + 40.71251, + 40.70127, + 40.76011, + 40.67471, + 40.75234, + 40.75641, + 40.67013, + 40.82398, + 40.76117, + 40.69227, + 40.77082, + 40.7416, + 40.75608, + 40.72859, + 40.77857, + 40.756, + 40.73578, + 40.63628, + 40.76435, + 40.7189, + 40.72942, + 40.71114, + 40.79852, + 40.74055, + 40.67685, + 40.70874, + 40.72608, + 40.67409, + 40.6751, + 40.77778, + 40.68225, + 40.72446, + 40.76333, + 40.749, + 40.70202, + 40.70792, + 40.70134, + 40.68006, + 40.68736, + 40.68845, + 40.85962, + 40.70973, + 40.74188, + 40.71673, + 40.7751, + 40.6998, + 40.65679, + 40.72402, + 40.77383, + 40.7126, + 40.71486, + 40.80822, + 40.66902, + 40.80847, + 40.80701, + 40.6775, + 40.68878, + 40.77108, + 40.6881, + 40.72185, + 40.82495, + 40.72434, + 40.77315, + 40.79819, + 40.83477, + 40.61843, + 40.71643, + 40.81216, + 40.81234, + 40.74836, + 40.74832, + 40.75106, + 40.6844, + 40.77888, + 40.70509, + 40.78791, + 40.69793, + 40.68269, + 40.73383, + 40.85055, + 40.5987, + 40.70977, + 40.68643, + 40.7256, + 40.69979, + 40.76564, + 40.76167, + 40.68521, + 40.67548, + 40.74942, + 40.76908, + 40.70161, + 40.70418, + 40.68983, + 40.73668, + 40.80003, + 40.72246, + 40.73989, + 40.73153, + 40.7198, + 40.74863, + 40.66708, + 40.76191, + 40.62815, + 40.73433, + 40.73756, + 40.76671, + 40.76654, + 40.74002, + 40.74925, + 40.74056, + 40.74134, + 40.73473, + 40.75382, + 40.70822, + 40.66358, + 40.77995, + 40.63442, + 40.68361, + 40.75634, + 40.76719, + 40.67506, + 40.8114, + 40.8241, + 40.7124, + 40.76808, + 40.6832, + 40.73448, + 40.66519, + 40.67935, + 40.66207, + 40.71456, + 40.67999, + 40.68045, + 40.70563, + 40.6472, + 40.7773, + 40.81612, + 40.71715, + 40.74929, + 40.66869, + 40.67551, + 40.69752, + 40.79167, + 40.75816, + 40.68373, + 40.69564, + 40.74766, + 40.74209, + 40.71513, + 40.68543, + 40.7654, + 40.72348, + 40.76579, + 40.67371, + 40.75584, + 40.72583, + 40.57115, + 40.64499, + 40.68578, + 40.71387, + 40.64098, + 40.68581, + 40.68061, + 40.77221, + 40.71997, + 40.7114, + 40.69251, + 40.76209, + 40.72199, + 40.65291, + 40.74491, + 40.73103, + 40.84658, + 40.75994, + 40.75585, + 40.6907, + 40.76394, + 40.68341, + 40.74336, + 40.62183, + 40.69638, + 40.72217, + 40.72138, + 40.72213, + 40.69716, + 40.78305, + 40.78909, + 40.66062, + 40.70819, + 40.74986, + 40.73289, + 40.7493, + 40.69691, + 40.6969, + 40.73058, + 40.69629, + 40.74841, + 40.69879, + 40.69758, + 40.82224, + 40.76448, + 40.70891, + 40.68883, + 40.70891, + 40.70555, + 40.76501, + 40.67267, + 40.6224, + 40.69214, + 40.74566, + 40.68012, + 40.72963, + 40.70427, + 40.68527, + 40.70035, + 40.80442, + 40.83024, + 40.73489, + 40.72168, + 40.72297, + 40.7942, + 40.67939, + 40.83701, + 40.70766, + 40.78176, + 40.7058, + 40.77677, + 40.7385, + 40.68963, + 40.64915, + 40.62941, + 40.68146, + 40.76174, + 40.74435, + 40.70359, + 40.77515, + 40.77861, + 40.77423, + 40.70923, + 40.75616, + 40.75568, + 40.78168, + 40.72129, + 40.71981, + 40.71398, + 40.84245, + 40.67907, + 40.67606, + 40.65872, + 40.73637, + 40.82591, + 40.75782, + 40.6923, + 40.68577, + 40.76707, + 40.74878, + 40.75651, + 40.75317, + 40.65716, + 40.74461, + 40.68964, + 40.73324, + 40.72728, + 40.77824, + 40.74031, + 40.73889, + 40.78012, + 40.75491, + 40.75169, + 40.80629, + 40.75158, + 40.76036, + 40.75934, + 40.75874, + 40.81568, + 40.70351, + 40.82621, + 40.80269, + 40.75467, + 40.74774, + 40.80236, + 40.7173, + 40.76049, + 40.725, + 40.68246, + 40.78013, + 40.74692, + 40.69301, + 40.66146, + 40.7541, + 40.75506, + 40.6874, + 40.7054, + 40.77651, + 40.70841, + 40.76291, + 40.73306, + 40.83109, + 40.74719, + 40.76156, + 40.73284, + 40.66027, + 40.68191, + 40.75647, + 40.76909, + 40.74312, + 40.77611, + 40.76225, + 40.7579, + 40.70709, + 40.7258, + 40.81518, + 40.76436, + 40.74946, + 40.68462, + 40.71158, + 40.67683, + 40.63168, + 40.74751, + 40.75549, + 40.74488, + 40.83311, + 40.7077, + 40.80672, + 40.69534, + 40.66292, + 40.75796, + 40.71847, + 40.72223, + 40.64762, + 40.74906, + 40.74175, + 40.82263, + 40.69066, + 40.76238, + 40.63659, + 40.76495, + 40.76588, + 40.74248, + 40.67119, + 40.67188, + 40.76499, + 40.68149, + 40.76547, + 40.71843, + 40.68094, + 40.779, + 40.62611, + 40.6465, + 40.73245, + 40.70612, + 40.69545, + 40.81573, + 40.58957, + 40.71792, + 40.7242, + 40.80511, + 40.68295, + 40.70069, + 40.6999, + 40.71074, + 40.75805, + 40.73787, + 40.69738, + 40.71955, + 40.79272, + 40.74657, + 40.71792, + 40.69629, + 40.74293, + 40.68887, + 40.8455, + 40.69295, + 40.69358, + 40.6917, + 40.68426, + 40.73879, + 40.76132, + 40.64115, + 40.745, + 40.67801, + 40.70279, + 40.74103, + 40.66284, + 40.85573, + 40.82384, + 40.67428, + 40.72574, + 40.70947, + 40.71898, + 40.7413, + 40.67405, + 40.76804, + 40.80602, + 40.71408, + 40.69018, + 40.74827, + 40.72223, + 40.82166, + 40.80449, + 40.68124, + 40.71763, + 40.71528, + 40.80239, + 40.72554, + 40.7037, + 40.72747, + 40.72219, + 40.7271, + 40.62113, + 40.72324, + 40.76428, + 40.79611, + 40.77382, + 40.71942, + 40.68789, + 40.68056, + 40.75718, + 40.70885, + 40.78415, + 40.70959, + 40.74531, + 40.76568, + 40.76927, + 40.67452, + 40.7328, + 40.66182, + 40.76574, + 40.77199, + 40.75974, + 40.74981, + 40.7131, + 40.68984, + 40.76421, + 40.7564, + 40.66856, + 40.74194, + 40.70559, + 40.79469, + 40.80146, + 40.72886, + 40.73132, + 40.73095, + 40.6952, + 40.6685, + 40.72628, + 40.76381, + 40.58847, + 40.72375, + 40.81963, + 40.76011, + 40.76284, + 40.74733, + 40.72725, + 40.84145, + 40.76326, + 40.69913, + 40.70018, + 40.71581, + 40.7243, + 40.65463, + 40.76194, + 40.73693, + 40.82206, + 40.79977, + 40.69406, + 40.74792, + 40.74771, + 40.74845, + 40.76188, + 40.76037, + 40.74884, + 40.76079, + 40.74896, + 40.74737, + 40.74846, + 40.74871, + 40.74846, + 40.74909, + 40.74845, + 40.74096, + 40.6805, + 40.65928, + 40.63379, + 40.79737, + 40.7194, + 40.81325, + 40.76702, + 40.68908, + 40.77349, + 40.71943, + 40.68873, + 40.71004, + 40.7506, + 40.76358, + 40.70379, + 40.76732, + 40.81389, + 40.6065, + 40.82211, + 40.7656, + 40.75914, + 40.84047, + 40.63987, + 40.71909, + 40.87701, + 40.72712, + 40.85222, + 40.70482, + 40.70487, + 40.68353, + 40.76042, + 40.68214, + 40.6919, + 40.74484, + 40.68358, + 40.69101, + 40.68805, + 40.69102, + 40.69028, + 40.69096, + 40.7289, + 40.7189, + 40.71966, + 40.76389, + 40.76551, + 40.77522, + 40.69266, + 40.76837, + 40.68087, + 40.72604, + 40.75605, + 40.80798, + 40.70721, + 40.71332, + 40.72699, + 40.72103, + 40.63818, + 40.69951, + 40.77608, + 40.70786, + 40.78228, + 40.84457, + 40.70706, + 40.63448, + 40.76481, + 40.76333, + 40.75878, + 40.76546, + 40.77581, + 40.66316, + 40.69007, + 40.7033, + 40.86437, + 40.81399, + 40.65114, + 40.72918, + 40.69078, + 40.75393, + 40.6915, + 40.69241, + 40.69213, + 40.76356, + 40.6905, + 40.80709, + 40.69114, + 40.76111, + 40.76607, + 40.70917, + 40.72288, + 40.66744, + 40.71324, + 40.78724, + 40.66736, + 40.71733, + 40.67005, + 40.63284, + 40.6499, + 40.67888, + 40.73344, + 40.7455, + 40.6001, + 40.7274, + 40.69747, + 40.65924, + 40.65554, + 40.79745, + 40.74288, + 40.73399, + 40.7608, + 40.8072, + 40.88796, + 40.7505, + 40.71513, + 40.75342, + 40.74228, + 40.69209, + 40.69255, + 40.72391, + 40.73129, + 40.71173, + 40.68054, + 40.74098, + 40.76412, + 40.70326, + 40.72316, + 40.71159, + 40.81734, + 40.68991, + 40.76024, + 40.73236, + 40.83942, + 40.72173, + 40.68098, + 40.75943, + 40.73711, + 40.64929, + 40.71687, + 40.68941, + 40.63846, + 40.7426, + 40.77564, + 40.69303, + 40.84119, + 40.69157, + 40.7685, + 40.76592, + 40.76558, + 40.77594, + 40.75146, + 40.75313, + 40.73162, + 40.69142, + 40.75985, + 40.74382, + 40.66617, + 40.79022, + 40.67878, + 40.77776, + 40.76676, + 40.82179, + 40.74132, + 40.82171, + 40.80719, + 40.82343, + 40.8222, + 40.74782, + 40.82177, + 40.85257, + 40.79931, + 40.70522, + 40.65329, + 40.68046, + 40.75376, + 40.68004, + 40.68858, + 40.70877, + 40.76769, + 40.72267, + 40.84087, + 40.70646, + 40.69488, + 40.69975, + 40.7067, + 40.82331, + 40.7463, + 40.82219, + 40.72199, + 40.72956, + 40.75094, + 40.73729, + 40.83845, + 40.68368, + 40.65035, + 40.69936, + 40.75589, + 40.69577, + 40.66527, + 40.69497, + 40.63892, + 40.66238, + 40.69832, + 40.61019, + 40.67546, + 40.76102, + 40.73201, + 40.64663, + 40.67795, + 40.80242, + 40.73718, + 40.69233, + 40.77018, + 40.72836, + 40.85214, + 40.76406, + 40.73752, + 40.6334, + 40.77391, + 40.67686, + 40.81425, + 40.71302, + 40.75318, + 40.74888, + 40.69278, + 40.77893, + 40.82584, + 40.71477, + 40.69162, + 40.74779, + 40.72218, + 40.75576, + 40.72435, + 40.74244, + 40.6828, + 40.71696, + 40.73033, + 40.72785, + 40.756, + 40.82269, + 40.86856, + 40.69079, + 40.76521, + 40.6667, + 40.67637, + 40.61127, + 40.59726, + 40.71744, + 40.76186, + 40.77783, + 40.76451, + 40.6916, + 40.83026, + 40.68757, + 40.668, + 40.74366, + 40.70304, + 40.63529, + 40.6776, + 40.69033, + 40.65433, + 40.70627, + 40.75286, + 40.78591, + 40.76577, + 40.76101, + 40.75606, + 40.76533, + 40.69472, + 40.73885, + 40.73716, + 40.75408, + 40.7279, + 40.67862, + 40.68441, + 40.67877, + 40.67782, + 40.64168, + 40.61708, + 40.81818, + 40.58796, + 40.72998, + 40.75812, + 40.68966, + 40.8331, + 40.71659, + 40.77638, + 40.71973, + 40.59164, + 40.75644, + 40.65327, + 40.69038, + 40.69032, + 40.71881, + 40.65051, + 40.65905, + 40.69738, + 40.77607, + 40.7297, + 40.73017, + 40.72663, + 40.70267, + 40.7505, + 40.72373, + 40.68187, + 40.64245, + 40.80556, + 40.72706, + 40.64029, + 40.64206, + 40.80456, + 40.72181, + 40.68587, + 40.73583, + 40.68695, + 40.75982, + 40.69933, + 40.7411, + 40.73732, + 40.70904, + 40.68674, + 40.76792, + 40.66823, + 40.68655, + 40.76416, + 40.68392, + 40.74329, + 40.69088, + 40.8296, + 40.63981, + 40.80696, + 40.72927, + 40.69232, + 40.68931, + 40.74061, + 40.72685, + 40.7208, + 40.71327, + 40.67746, + 40.70541, + 40.70533, + 40.76156, + 40.62532, + 40.67317, + 40.72186, + 40.65546, + 40.69388, + 40.83414, + 40.7077, + 40.75334, + 40.72176, + 40.61355, + 40.75376, + 40.81331, + 40.65079, + 40.66313, + 40.77711, + 40.70991, + 40.71112, + 40.71113, + 40.71124, + 40.76904, + 40.6518, + 40.6528, + 40.76756, + 40.6805, + 40.70763, + 40.70632, + 40.80206, + 40.5776, + 40.71943, + 40.71142, + 40.79721, + 40.72722, + 40.82511, + 40.67325, + 40.74393, + 40.80998, + 40.75017, + 40.68457, + 40.64227, + 40.74524, + 40.70792, + 40.70258, + 40.71198, + 40.73097, + 40.69547, + 40.68382, + 40.75518, + 40.64311, + 40.64376, + 40.71013, + 40.6434, + 40.81185, + 40.77029, + 40.6579, + 40.85746, + 40.68895, + 40.76939, + 40.68066, + 40.71462, + 40.76878, + 40.68092, + 40.7658, + 40.74451, + 40.7211, + 40.71952, + 40.68483, + 40.81221, + 40.73457, + 40.72467, + 40.77016, + 40.68941, + 40.65991, + 40.68985, + 40.84258, + 40.68771, + 40.72045, + 40.68093, + 40.82865, + 40.73071, + 40.63383, + 40.73429, + 40.75495, + 40.77096, + 40.74272, + 40.67071, + 40.65224, + 40.76807, + 40.71315, + 40.69019, + 40.66069, + 40.82765, + 40.63489, + 40.67872, + 40.68788, + 40.68475, + 40.72293, + 40.72023, + 40.72722, + 40.64148, + 40.81712, + 40.67993, + 40.65075, + 40.6583, + 40.68759, + 40.66644, + 40.69984, + 40.70293, + 40.84613, + 40.76314, + 40.63936, + 40.73756, + 40.70406, + 40.67847, + 40.69567, + 40.66042, + 40.74946, + 40.63531, + 40.69719, + 40.76681, + 40.69463, + 40.74248, + 40.82306, + 40.65267, + 40.76662, + 40.74384, + 40.74714, + 40.79158, + 40.56662, + 40.67105, + 40.8249, + 40.75953, + 40.68923, + 40.68182, + 40.70393, + 40.81577, + 40.72173, + 40.80467, + 40.64445, + 40.68162, + 40.68429, + 40.72405, + 40.67185, + 40.79132, + 40.71602, + 40.88179, + 40.68436, + 40.82294, + 40.71685, + 40.68574, + 40.68551, + 40.70777, + 40.68712, + 40.78501, + 40.78981, + 40.69034, + 40.64689, + 40.73251, + 40.68412, + 40.62568, + 40.71359, + 40.86723, + 40.82575, + 40.68996, + 40.76765, + 40.65615, + 40.68443, + 40.69881, + 40.68961, + 40.75731, + 40.756, + 40.73136, + 40.60663, + 40.69678, + 40.66793, + 40.76976, + 40.63584, + 40.76138, + 40.61842, + 40.79641, + 40.70823, + 40.69496, + 40.71399, + 40.66975, + 40.72657, + 40.72085, + 40.76622, + 40.70698, + 40.7131, + 40.71367, + 40.74891, + 40.73888, + 40.8094, + 40.66684, + 40.77447, + 40.73504, + 40.67646, + 40.65854, + 40.68684, + 40.74181, + 40.79595, + 40.72744, + 40.75975, + 40.68929, + 40.70162, + 40.64061, + 40.78331, + 40.71388, + 40.79618, + 40.75414, + 40.85547, + 40.72846, + 40.72296, + 40.72392, + 40.68341, + 40.71998, + 40.72943, + 40.72011, + 40.77959, + 40.70685, + 40.82915, + 40.77981, + 40.73536, + 40.79465, + 40.82057, + 40.79628, + 40.71335, + 40.746, + 40.75341, + 40.75619, + 40.71727, + 40.7297, + 40.6942, + 40.75634, + 40.83032, + 40.68304, + 40.78047, + 40.70426, + 40.70146, + 40.83025, + 40.75638, + 40.8014, + 40.75518, + 40.74285, + 40.68313, + 40.74535, + 40.76643, + 40.77441, + 40.71509, + 40.68904, + 40.69451, + 40.74412, + 40.75681, + 40.68661, + 40.71105, + 40.76499, + 40.68343, + 40.73245, + 40.71285, + 40.69085, + 40.66014, + 40.81053, + 40.75802, + 40.59741, + 40.73772, + 40.71606, + 40.8024, + 40.8476, + 40.67632, + 40.66005, + 40.73268, + 40.75494, + 40.79471, + 40.7179, + 40.71218, + 40.76509, + 40.76325, + 40.79249, + 40.69392, + 40.82433, + 40.76425, + 40.71125, + 40.74325, + 40.83651, + 40.77905, + 40.77951, + 40.75085, + 40.76358, + 40.80334, + 40.72273, + 40.68994, + 40.788, + 40.75483, + 40.68433, + 40.83307, + 40.68062, + 40.61203, + 40.81438, + 40.79554, + 40.75483, + 40.70755, + 40.66715, + 40.64844, + 40.70195, + 40.7943, + 40.79575, + 40.74633, + 40.72262, + 40.73386, + 40.73369, + 40.7198, + 40.76724, + 40.86772, + 40.7558, + 40.75599, + 40.70006, + 40.74057, + 40.70061, + 40.74038, + 40.69126, + 40.72833, + 40.72811, + 40.74533, + 40.65841, + 40.73344, + 40.8334, + 40.70138, + 40.73176, + 40.65144, + 40.79737, + 40.71708, + 40.7282, + 40.7702, + 40.6771, + 40.69853, + 40.64481, + 40.7566, + 40.72482, + 40.61693, + 40.69327, + 40.66743, + 40.58449, + 40.79241, + 40.71916, + 40.64118, + 40.72615, + 40.68537, + 40.63314, + 40.68522, + 40.68487, + 40.76318, + 40.71509, + 40.70259, + 40.70768, + 40.67612, + 40.71355, + 40.7548, + 40.68755, + 40.75733, + 40.68623, + 40.69766, + 40.73934, + 40.69216, + 40.70471, + 40.77749, + 40.8197, + 40.85387, + 40.70474, + 40.80139, + 40.68815, + 40.72672, + 40.77811, + 40.74579, + 40.80652, + 40.73169, + 40.68612, + 40.74618, + 40.70967, + 40.78754, + 40.8461, + 40.70889, + 40.71805, + 40.72166, + 40.77769, + 40.82823, + 40.73998, + 40.73618, + 40.74071, + 40.70491, + 40.70192, + 40.73065, + 40.82645, + 40.74755, + 40.75225, + 40.73421, + 40.70952, + 40.82964, + 40.67431, + 40.8166, + 40.7857, + 40.82503, + 40.73423, + 40.69684, + 40.64373, + 40.7902, + 40.7025, + 40.81027, + 40.78953, + 40.63515, + 40.7627, + 40.71598, + 40.76458, + 40.73318, + 40.85085, + 40.84487, + 40.67674, + 40.81049, + 40.7868, + 40.70744, + 40.81859, + 40.77463, + 40.77572, + 40.72466, + 40.86772, + 40.64557, + 40.73336, + 40.85065, + 40.68617, + 40.71072, + 40.7848, + 40.70983, + 40.8087, + 40.70165, + 40.70508, + 40.76682, + 40.72377, + 40.71324, + 40.7576, + 40.80761, + 40.75396, + 40.65344, + 40.76061, + 40.76666, + 40.76616, + 40.6789, + 40.66262, + 40.64656, + 40.65808, + 40.74343, + 40.66426, + 40.6966, + 40.68709, + 40.65218, + 40.70417, + 40.80454, + 40.83397, + 40.70218, + 40.81272, + 40.68001, + 40.76473, + 40.69812, + 40.76263, + 40.76137, + 40.72544, + 40.7966, + 40.76539, + 40.68928, + 40.77008, + 40.68364, + 40.69226, + 40.69306, + 40.70444, + 40.64359, + 40.64303, + 40.7874, + 40.71159, + 40.81944, + 40.57743, + 40.70817, + 40.68937, + 40.69568, + 40.70505, + 40.74859, + 40.73203, + 40.73757, + 40.7282, + 40.71261, + 40.65621, + 40.76453, + 40.57504, + 40.70643, + 40.681, + 40.78132, + 40.7096, + 40.78062, + 40.75675, + 40.78001, + 40.81624, + 40.73411, + 40.7814, + 40.8181, + 40.76495, + 40.70472, + 40.82049, + 40.73667, + 40.683, + 40.69657, + 40.69046, + 40.84282, + 40.68069, + 40.72189, + 40.6847, + 40.79876, + 40.85589, + 40.58624, + 40.73882, + 40.69581, + 40.73812, + 40.66915, + 40.81878, + 40.67883, + 40.81981, + 40.72475, + 40.72471, + 40.66324, + 40.76462, + 40.83419, + 40.79003, + 40.8095, + 40.75409, + 40.75164, + 40.685, + 40.66716, + 40.77714, + 40.71126, + 40.66818, + 40.72278, + 40.79933, + 40.68431, + 40.69571, + 40.693, + 40.84623, + 40.8089, + 40.80797, + 40.74562, + 40.77478, + 40.71736, + 40.77122, + 40.69866, + 40.8041, + 40.74424, + 40.70667, + 40.57518, + 40.68387, + 40.66238, + 40.83899, + 40.63474, + 40.71186, + 40.7961, + 40.75749, + 40.6386, + 40.60364, + 40.73041, + 40.75683, + 40.68226, + 40.73636, + 40.71272, + 40.69382, + 40.69494, + 40.70214, + 40.79445, + 40.88449, + 40.76533, + 40.68955, + 40.67893, + 40.69157, + 40.85442, + 40.8013, + 40.72749, + 40.70016, + 40.73588, + 40.80745, + 40.68878, + 40.64003, + 40.75218, + 40.65801, + 40.68521, + 40.7315, + 40.71865, + 40.71923, + 40.84555, + 40.82421, + 40.75636, + 40.69633, + 40.75641, + 40.7859, + 40.75504, + 40.78541, + 40.72282, + 40.86906, + 40.75667, + 40.7049, + 40.75528, + 40.6848, + 40.7133, + 40.74295, + 40.66763, + 40.59794, + 40.67427, + 40.72939, + 40.64842, + 40.75359, + 40.76923, + 40.61245, + 40.71364, + 40.7078, + 40.81893, + 40.74125, + 40.8063, + 40.69187, + 40.6881, + 40.68796, + 40.68803, + 40.76455, + 40.73444, + 40.68425, + 40.7733, + 40.74373, + 40.77112, + 40.80864, + 40.70438, + 40.66678, + 40.71013, + 40.71889, + 40.72963, + 40.82636, + 40.75412, + 40.82121, + 40.71991, + 40.75403, + 40.66911, + 40.72095, + 40.7532, + 40.77694, + 40.62655, + 40.73783, + 40.74144, + 40.68694, + 40.71447, + 40.72712, + 40.74826, + 40.68306, + 40.71524, + 40.71788, + 40.70404, + 40.79385, + 40.77026, + 40.72713, + 40.88009, + 40.73315, + 40.67577, + 40.70504, + 40.84381, + 40.78966, + 40.7576, + 40.75003, + 40.69294, + 40.66052, + 40.74372, + 40.67648, + 40.6927, + 40.71444, + 40.70824, + 40.76497, + 40.77974, + 40.70624, + 40.73792, + 40.74776, + 40.67375, + 40.71382, + 40.74649, + 40.64159, + 40.68638, + 40.69034, + 40.75979, + 40.58453, + 40.8429, + 40.68525, + 40.77363, + 40.79966, + 40.76333, + 40.66996, + 40.75187, + 40.81633, + 40.81369, + 40.70534, + 40.73409, + 40.67378, + 40.7744, + 40.66123, + 40.6354, + 40.69814, + 40.78236, + 40.73386, + 40.70271, + 40.7379, + 40.72626, + 40.76893, + 40.74827, + 40.84562, + 40.76117, + 40.67349, + 40.60228, + 40.79397, + 40.63028, + 40.81953, + 40.71494, + 40.75168, + 40.81207, + 40.76246, + 40.80272, + 40.71131, + 40.7135, + 40.72328, + 40.83583, + 40.71248, + 40.6598, + 40.61459, + 40.75124, + 40.70535, + 40.6827, + 40.68542, + 40.7221, + 40.68219, + 40.68209, + 40.68161, + 40.85929, + 40.68216, + 40.80153, + 40.68069, + 40.80384, + 40.80351, + 40.81132, + 40.63037, + 40.7679, + 40.69054, + 40.68289, + 40.71115, + 40.69254, + 40.69213, + 40.6918, + 40.74466, + 40.7276, + 40.6931, + 40.83919, + 40.75194, + 40.71683, + 40.70108, + 40.70787, + 40.71081, + 40.60556, + 40.76697, + 40.71011, + 40.73271, + 40.70999, + 40.76672, + 40.65057, + 40.76315, + 40.76463, + 40.82297, + 40.77809, + 40.73201, + 40.6856, + 40.71085, + 40.68846, + 40.71033, + 40.72451, + 40.70048, + 40.68434, + 40.61109, + 40.76398, + 40.73304, + 40.70471, + 40.58421, + 40.80515, + 40.66897, + 40.80492, + 40.65952, + 40.70988, + 40.69254, + 40.70961, + 40.82458, + 40.6766, + 40.66626, + 40.72174, + 40.6615, + 40.68809, + 40.69569, + 40.73392, + 40.82049, + 40.79118, + 40.74578, + 40.77567, + 40.74158, + 40.63502, + 40.74438, + 40.74734, + 40.73782, + 40.73943, + 40.73538, + 40.77796, + 40.74001, + 40.68442, + 40.70526, + 40.69863, + 40.68427, + 40.71144, + 40.75406, + 40.64434, + 40.76595, + 40.81339, + 40.79568, + 40.72154, + 40.72043, + 40.69713, + 40.68378, + 40.7866, + 40.74661, + 40.85548, + 40.82335, + 40.72749, + 40.69472, + 40.78136, + 40.86643, + 40.65719, + 40.82163, + 40.76655, + 40.82337, + 40.68793, + 40.69653, + 40.73572, + 40.76175, + 40.77598, + 40.79884, + 40.79966, + 40.72631, + 40.80014, + 40.7988, + 40.79821, + 40.72115, + 40.79971, + 40.72731, + 40.79887, + 40.79959, + 40.79891, + 40.80044, + 40.67428, + 40.79823, + 40.80008, + 40.79881, + 40.79852, + 40.79896, + 40.71509, + 40.79839, + 40.75408, + 40.7372, + 40.68636, + 40.66371, + 40.86566, + 40.68439, + 40.71571, + 40.68502, + 40.7882, + 40.68354, + 40.7337, + 40.68417, + 40.75413, + 40.73697, + 40.73894, + 40.67042, + 40.67991, + 40.75917, + 40.74395, + 40.66781, + 40.73858, + 40.79865, + 40.70203, + 40.66881, + 40.69102, + 40.72684, + 40.63581, + 40.69217, + 40.78085, + 40.74362, + 40.68436, + 40.69712, + 40.79095, + 40.70703, + 40.69549, + 40.82688, + 40.82292, + 40.69447, + 40.68629, + 40.71923, + 40.69945, + 40.53982, + 40.53987, + 40.66779, + 40.68758, + 40.69117, + 40.89682, + 40.71798, + 40.71747, + 40.70493, + 40.73104, + 40.79423, + 40.73202, + 40.70754, + 40.72845, + 40.73182, + 40.75342, + 40.68489, + 40.74829, + 40.83794, + 40.66938, + 40.71378, + 40.70333, + 40.80636, + 40.80385, + 40.72742, + 40.74595, + 40.66835, + 40.72242, + 40.82656, + 40.70455, + 40.62583, + 40.76474, + 40.66997, + 40.77388, + 40.86763, + 40.77537, + 40.77438, + 40.59988, + 40.58737, + 40.67364, + 40.71947, + 40.89702, + 40.82441, + 40.67932, + 40.69029, + 40.75712, + 40.72998, + 40.67895, + 40.76243, + 40.71007, + 40.76295, + 40.7549, + 40.75628, + 40.71197, + 40.70144, + 40.67697, + 40.58508, + 40.65246, + 40.7436, + 40.71839, + 40.85646, + 40.76516, + 40.76467, + 40.73935, + 40.71301, + 40.80725, + 40.83026, + 40.673, + 40.76882, + 40.61588, + 40.69462, + 40.59555, + 40.73972, + 40.71416, + 40.66566, + 40.81252, + 40.67898, + 40.83488, + 40.67695, + 40.67933, + 40.63886, + 40.70597, + 40.69043, + 40.68875, + 40.80135, + 40.68904, + 40.67821, + 40.58344, + 40.80393, + 40.72157, + 40.59876, + 40.79144, + 40.67941, + 40.6895, + 40.77161, + 40.80902, + 40.71275, + 40.64473, + 40.74415, + 40.71957, + 40.72609, + 40.80037, + 40.80042, + 40.79901, + 40.7076, + 40.72744, + 40.67818, + 40.67825, + 40.74774, + 40.60263, + 40.76246, + 40.76424, + 40.71094, + 40.6463, + 40.66415, + 40.74821, + 40.71815, + 40.71506, + 40.74286, + 40.68099, + 40.69289, + 40.7454, + 40.68357, + 40.71515, + 40.70352, + 40.70002, + 40.74657, + 40.7489, + 40.86622, + 40.66287, + 40.82272, + 40.70118, + 40.65351, + 40.7386, + 40.60653, + 40.7385, + 40.74458, + 40.74797, + 40.71825, + 40.86454, + 40.75734, + 40.77783, + 40.7191, + 40.8165, + 40.75741, + 40.66521, + 40.67904, + 40.7984, + 40.74141, + 40.84669, + 40.72026, + 40.8235, + 40.6882, + 40.72997, + 40.67804, + 40.79967, + 40.75702, + 40.69159, + 40.79907, + 40.64004, + 40.69006, + 40.72267, + 40.80996, + 40.70572, + 40.70132, + 40.82885, + 40.68237, + 40.71918, + 40.73324, + 40.82711, + 40.66088, + 40.72819, + 40.6824, + 40.72813, + 40.64998, + 40.70053, + 40.68735, + 40.76364, + 40.62297, + 40.64222, + 40.8167, + 40.72703, + 40.76124, + 40.71606, + 40.84725, + 40.82065, + 40.71782, + 40.6776, + 40.78742, + 40.75569, + 40.67128, + 40.75947, + 40.83108, + 40.75584, + 40.65441, + 40.82051, + 40.76015, + 40.70298, + 40.83325, + 40.71396, + 40.76318, + 40.72233, + 40.77698, + 40.7321, + 40.69271, + 40.71268, + 40.73231, + 40.73365, + 40.79481, + 40.73641, + 40.70484, + 40.78757, + 40.67767, + 40.75445, + 40.68272, + 40.74523, + 40.74588, + 40.87905, + 40.71214, + 40.71247, + 40.71208, + 40.7467, + 40.67743, + 40.75204, + 40.80245, + 40.86886, + 40.74794, + 40.73027, + 40.6757, + 40.64504, + 40.73028, + 40.76165, + 40.61487, + 40.72595, + 40.74928, + 40.71984, + 40.68321, + 40.68429, + 40.76412, + 40.70709, + 40.85538, + 40.75943, + 40.80618, + 40.80577, + 40.74838, + 40.73708, + 40.72764, + 40.72689, + 40.75483, + 40.71045, + 40.69665, + 40.73957, + 40.73102, + 40.88344, + 40.78081, + 40.7312, + 40.71939, + 40.7629, + 40.68754, + 40.72882, + 40.71695, + 40.81303, + 40.76734, + 40.70713, + 40.7814, + 40.71698, + 40.6751, + 40.76163, + 40.76273, + 40.76164, + 40.84994, + 40.68061, + 40.8199, + 40.75864, + 40.74084, + 40.74437, + 40.76379, + 40.74324, + 40.70771, + 40.7233, + 40.74685, + 40.70431, + 40.79097, + 40.71516, + 40.72722, + 40.69434, + 40.82796, + 40.75117, + 40.75403, + 40.67212, + 40.83685, + 40.76483, + 40.73778, + 40.71615, + 40.77054, + 40.76399, + 40.81105, + 40.75961, + 40.709, + 40.74468, + 40.69924, + 40.68697, + 40.70458, + 40.68447, + 40.75951, + 40.7647, + 40.74603, + 40.76638, + 40.75318, + 40.75173, + 40.75231, + 40.67024, + 40.76522, + 40.76106, + 40.76235, + 40.71211, + 40.6732, + 40.75331, + 40.80625, + 40.75828, + 40.81098, + 40.8154, + 40.57974, + 40.81332, + 40.75604, + 40.81401, + 40.81384, + 40.68683, + 40.6786, + 40.74915, + 40.74338, + 40.89156, + 40.69615, + 40.62373, + 40.70584, + 40.70608, + 40.70658, + 40.70623, + 40.70564, + 40.71189, + 40.79973, + 40.88316, + 40.70046, + 40.69116, + 40.59284, + 40.7058, + 40.70641, + 40.70621, + 40.70752, + 40.70645, + 40.75977, + 40.76587, + 40.70721, + 40.70714, + 40.70573, + 40.70644, + 40.70624, + 40.70732, + 40.7075, + 40.70737, + 40.70587, + 40.70727, + 40.76242, + 40.72345, + 40.79196, + 40.7185, + 40.74259, + 40.73847, + 40.71363, + 40.85355, + 40.71543, + 40.80707, + 40.73742, + 40.70775, + 40.70615, + 40.70734, + 40.70714, + 40.70795, + 40.70649, + 40.70586, + 40.70789, + 40.70631, + 40.7074, + 40.7065, + 40.70721, + 40.70648, + 40.70642, + 40.70734, + 40.70767, + 40.7065, + 40.70656, + 40.70797, + 40.81359, + 40.7072, + 40.70731, + 40.70782, + 40.70584, + 40.70569, + 40.70574, + 40.70621, + 40.70766, + 40.70569, + 40.70748, + 40.70581, + 40.70764, + 40.70644, + 40.75431, + 40.70785, + 40.70599, + 40.70731, + 40.69344, + 40.70583, + 40.70651, + 40.70599, + 40.70775, + 40.60525, + 40.70706, + 40.70632, + 40.70563, + 40.70702, + 40.70595, + 40.74554, + 40.70637, + 40.70609, + 40.70581, + 40.7074, + 40.70722, + 40.7074, + 40.70654, + 40.70757, + 40.70765, + 40.70748, + 40.70734, + 40.70638, + 40.68529, + 40.70782, + 40.70619, + 40.65302, + 40.70796, + 40.70751, + 40.70726, + 40.7062, + 40.70584, + 40.70751, + 40.7058, + 40.70628, + 40.70656, + 40.70781, + 40.70766, + 40.70649, + 40.7075, + 40.70727, + 40.63129, + 40.70645, + 40.70582, + 40.70782, + 40.70762, + 40.7062, + 40.67655, + 40.68429, + 40.7597, + 40.73834, + 40.69754, + 40.7588, + 40.64464, + 40.72576, + 40.71989, + 40.6923, + 40.73907, + 40.77315, + 40.73784, + 40.73704, + 40.69534, + 40.74311, + 40.7079, + 40.8474, + 40.665, + 40.71683, + 40.73394, + 40.83099, + 40.68272, + 40.72716, + 40.749, + 40.82153, + 40.70525, + 40.76218, + 40.71356, + 40.74609, + 40.72871, + 40.79616, + 40.67959, + 40.64941, + 40.6892, + 40.71294, + 40.71297, + 40.80129, + 40.76599, + 40.69429, + 40.67863, + 40.76324, + 40.70684, + 40.68723, + 40.68846, + 40.79658, + 40.77405, + 40.68194, + 40.72694, + 40.74101, + 40.68981, + 40.71751, + 40.79795, + 40.68594, + 40.76352, + 40.76276, + 40.82869, + 40.76624, + 40.74467, + 40.76299, + 40.67414, + 40.71177, + 40.68129, + 40.70847, + 40.68514, + 40.70766, + 40.68082, + 40.71208, + 40.7084, + 40.69389, + 40.75629, + 40.69722, + 40.76218, + 40.71686, + 40.75901, + 40.6376, + 40.66854, + 40.77995, + 40.76335, + 40.76837, + 40.80521, + 40.73957, + 40.72214, + 40.64265, + 40.67302, + 40.68495, + 40.68446, + 40.66736, + 40.7127, + 40.69266, + 40.69619, + 40.69493, + 40.67111, + 40.73951, + 40.73833, + 40.76262, + 40.73218, + 40.73672, + 40.73697, + 40.73897, + 40.70738, + 40.69433, + 40.65814, + 40.71701, + 40.65447, + 40.69315, + 40.73674, + 40.82666, + 40.72912, + 40.68597, + 40.85197, + 40.70833, + 40.75393, + 40.75204, + 40.75572, + 40.71996, + 40.88805, + 40.71536, + 40.76332, + 40.7813, + 40.7493, + 40.74112, + 40.62955, + 40.74658, + 40.68396, + 40.7293, + 40.73938, + 40.77202, + 40.73446, + 40.7085, + 40.71415, + 40.76099, + 40.69169, + 40.68991, + 40.74503, + 40.70896, + 40.70892, + 40.70813, + 40.70727, + 40.70906, + 40.75605, + 40.70188, + 40.75337, + 40.76282, + 40.88474, + 40.64612, + 40.82671, + 40.67066, + 40.6348, + 40.70399, + 40.80801, + 40.66978, + 40.74189, + 40.7996, + 40.74119, + 40.65134, + 40.80511, + 40.80108, + 40.69757, + 40.68587, + 40.77189, + 40.76262, + 40.6872, + 40.68772, + 40.77422, + 40.70218, + 40.6279, + 40.64929, + 40.65015, + 40.67652, + 40.67692, + 40.71257, + 40.72498, + 40.71581, + 40.80526, + 40.71682, + 40.74378, + 40.74361, + 40.74271, + 40.70399, + 40.71084, + 40.81461, + 40.71244, + 40.71235, + 40.68385, + 40.72847, + 40.81694, + 40.68391, + 40.68557, + 40.8149, + 40.69678, + 40.72186, + 40.75836, + 40.8276, + 40.68632, + 40.81894, + 40.68757, + 40.68912, + 40.76636, + 40.76514, + 40.76889, + 40.76575, + 40.76472, + 40.76466, + 40.76188, + 40.82095, + 40.68461, + 40.72888, + 40.67355, + 40.7897, + 40.75097, + 40.68837, + 40.72751, + 40.89308, + 40.66757, + 40.74482, + 40.63979, + 40.68226, + 40.66916, + 40.80047, + 40.67241, + 40.76121, + 40.65292, + 40.61268, + 40.83591, + 40.73288, + 40.75169, + 40.709, + 40.66311, + 40.77534, + 40.80419, + 40.75135, + 40.72612, + 40.67527, + 40.79876, + 40.675, + 40.69067, + 40.65504, + 40.81213, + 40.83495, + 40.74796, + 40.76142, + 40.73238, + 40.83619, + 40.74458, + 40.85326, + 40.6994, + 40.80584, + 40.77914, + 40.78385, + 40.78213, + 40.70176, + 40.6835, + 40.896, + 40.68834, + 40.73988, + 40.72704, + 40.72586, + 40.72625, + 40.74697, + 40.7472, + 40.74898, + 40.74927, + 40.74706, + 40.74864, + 40.74915, + 40.73147, + 40.74781, + 40.67715, + 40.74725, + 40.74918, + 40.8242, + 40.68106, + 40.71765, + 40.7908, + 40.65215, + 40.8647, + 40.7718, + 40.76813, + 40.81052, + 40.72835, + 40.697, + 40.64577, + 40.84321, + 40.7354, + 40.72774, + 40.69151, + 40.63707, + 40.80134, + 40.76259, + 40.68116, + 40.77903, + 40.76193, + 40.69617, + 40.65795, + 40.68502, + 40.7984, + 40.66019, + 40.65933, + 40.65973, + 40.65953, + 40.69501, + 40.70305, + 40.6597, + 40.65994, + 40.68771, + 40.77883, + 40.7077, + 40.68199, + 40.71304, + 40.71936, + 40.78139, + 40.68418, + 40.76273, + 40.67651, + 40.76965, + 40.65027, + 40.83528, + 40.75449, + 40.54857, + 40.70094, + 40.72088, + 40.71933, + 40.73572, + 40.70084, + 40.74757, + 40.78028, + 40.71358, + 40.7041, + 40.74063, + 40.72004, + 40.7548, + 40.77705, + 40.64882, + 40.70083, + 40.72158, + 40.70296, + 40.70075, + 40.7548, + 40.67797, + 40.62063, + 40.68875, + 40.69903, + 40.63285, + 40.77097, + 40.7645, + 40.68949, + 40.72835, + 40.70927, + 40.71907, + 40.69573, + 40.76211, + 40.76063, + 40.7966, + 40.72824, + 40.73643, + 40.77129, + 40.71612, + 40.72927, + 40.71894, + 40.72956, + 40.76607, + 40.69278, + 40.73512, + 40.74974, + 40.66661, + 40.72033, + 40.70246, + 40.72621, + 40.72013, + 40.6994, + 40.70285, + 40.70124, + 40.68491, + 40.76226, + 40.68842, + 40.63763, + 40.68995, + 40.69299, + 40.71411, + 40.72106, + 40.75756, + 40.68899, + 40.85019, + 40.70436, + 40.68994, + 40.76898, + 40.74149, + 40.75114, + 40.79467, + 40.72064, + 40.72734, + 40.81393, + 40.7042, + 40.73621, + 40.64333, + 40.7318, + 40.64486, + 40.76711, + 40.68991, + 40.73251, + 40.68411, + 40.72781, + 40.78187, + 40.78216, + 40.75541, + 40.78266, + 40.78399, + 40.71263, + 40.77671, + 40.75619, + 40.63626, + 40.70857, + 40.71015, + 40.74868, + 40.74862, + 40.76868, + 40.69354, + 40.82931, + 40.66878, + 40.81134, + 40.6785, + 40.75978, + 40.73297, + 40.7616, + 40.66779, + 40.74479, + 40.74921, + 40.73738, + 40.67931, + 40.8524, + 40.74228, + 40.66954, + 40.66294, + 40.69302, + 40.72312, + 40.78417, + 40.71586, + 40.75547, + 40.6837, + 40.71919, + 40.74766, + 40.82899, + 40.5767, + 40.74147, + 40.84377, + 40.67858, + 40.74892, + 40.74763, + 40.74734, + 40.73878, + 40.80193, + 40.82236, + 40.72608, + 40.69466, + 40.78609, + 40.68575, + 40.82916, + 40.6684, + 40.80924, + 40.72467, + 40.73635, + 40.66954, + 40.65438, + 40.74493, + 40.66947, + 40.73173, + 40.73767, + 40.79887, + 40.80551, + 40.80782, + 40.67911, + 40.85505, + 40.69922, + 40.6953, + 40.76746, + 40.67561, + 40.71107, + 40.58539, + 40.75616, + 40.66888, + 40.67981, + 40.66934, + 40.69835, + 40.66962, + 40.69935, + 40.77655, + 40.66946, + 40.66977, + 40.66974, + 40.6697, + 40.73534, + 40.81496, + 40.67899, + 40.59639, + 40.79877, + 40.82928, + 40.70659, + 40.70598, + 40.70795, + 40.70575, + 40.70759, + 40.70728, + 40.70778, + 40.70604, + 40.70652, + 40.70624, + 40.68908, + 40.7146, + 40.7057, + 40.70608, + 40.85117, + 40.80556, + 40.70225, + 40.83485, + 40.80761, + 40.69127, + 40.70881, + 40.84389, + 40.65554, + 40.75664, + 40.76651, + 40.81072, + 40.76237, + 40.70897, + 40.76852, + 40.74165, + 40.72712, + 40.79872, + 40.69504, + 40.7253, + 40.69991, + 40.74792, + 40.68909, + 40.74683, + 40.76086, + 40.87618, + 40.77961, + 40.77756, + 40.82455, + 40.79519, + 40.76829, + 40.7164, + 40.70153, + 40.76125, + 40.74422, + 40.74855, + 40.74436, + 40.72681, + 40.66828, + 40.79191, + 40.76321, + 40.75245, + 40.73379, + 40.71558, + 40.72844, + 40.85156, + 40.67616, + 40.70678, + 40.74769, + 40.74467, + 40.68472, + 40.63916, + 40.74214, + 40.67639, + 40.7606, + 40.691, + 40.80081, + 40.67779, + 40.63355, + 40.58594, + 40.68122, + 40.7718, + 40.57921, + 40.71463, + 40.80714, + 40.76916, + 40.73738, + 40.74921, + 40.74913, + 40.69433, + 40.74845, + 40.7492, + 40.74819, + 40.74963, + 40.74851, + 40.74927, + 40.74902, + 40.75781, + 40.75918, + 40.75828, + 40.75783, + 40.75803, + 40.75792, + 40.75976, + 40.75925, + 40.75821, + 40.78111, + 40.78162, + 40.78133, + 40.78189, + 40.78281, + 40.7813, + 40.78128, + 40.78241, + 40.78313, + 40.78136, + 40.76033, + 40.75861, + 40.75976, + 40.76026, + 40.75987, + 40.67729, + 40.75106, + 40.81891, + 40.70881, + 40.70899, + 40.59809, + 40.76447, + 40.75169, + 40.75215, + 40.75166, + 40.72412, + 40.71923, + 40.71965, + 40.68638, + 40.77817, + 40.67193, + 40.79553, + 40.88999, + 40.74547, + 40.80305, + 40.69762, + 40.757, + 40.73018, + 40.73802, + 40.68299, + 40.74433, + 40.80226, + 40.80007, + 40.74389, + 40.84077, + 40.76077, + 40.76168, + 40.76212, + 40.78334, + 40.7412, + 40.6929, + 40.72202, + 40.73142, + 40.70912, + 40.70725, + 40.67637, + 40.6854, + 40.71438, + 40.74123, + 40.71702, + 40.70284, + 40.75333, + 40.70047, + 40.86428, + 40.82335, + 40.68362, + 40.71797, + 40.67886, + 40.70725, + 40.689, + 40.6867, + 40.599, + 40.80252, + 40.67864, + 40.67803, + 40.71432, + 40.69348, + 40.69025, + 40.72675, + 40.69424, + 40.69493, + 40.71867, + 40.7027, + 40.80102, + 40.77313, + 40.72789, + 40.74928, + 40.74835, + 40.7488, + 40.57919, + 40.76604, + 40.69465, + 40.68126, + 40.75984, + 40.7406, + 40.73219, + 40.68659, + 40.79106, + 40.71315, + 40.7423, + 40.57553, + 40.6472, + 40.64659, + 40.6773, + 40.77482, + 40.76663, + 40.74278, + 40.62439, + 40.69239, + 40.84493, + 40.74033, + 40.66863, + 40.80299, + 40.82391, + 40.79359, + 40.69034, + 40.74545, + 40.69319, + 40.68402, + 40.73948, + 40.83588, + 40.73926, + 40.7561, + 40.71373, + 40.71627, + 40.76663, + 40.74968, + 40.74874, + 40.72504, + 40.74996, + 40.68376, + 40.84332, + 40.67668, + 40.68062, + 40.7616, + 40.75676, + 40.87498, + 40.5765, + 40.72412, + 40.68406, + 40.74929, + 40.71665, + 40.83988, + 40.67687, + 40.65974, + 40.71474, + 40.76341, + 40.59642, + 40.78365, + 40.6941, + 40.77032, + 40.69485, + 40.76317, + 40.68743, + 40.8694, + 40.77122, + 40.7319, + 40.84355, + 40.76266, + 40.85912, + 40.69431, + 40.77526, + 40.86411, + 40.86423, + 40.71899, + 40.6396, + 40.83757, + 40.83647, + 40.74072, + 40.8356, + 40.7889, + 40.724, + 40.73535, + 40.74655, + 40.82786, + 40.76057, + 40.71813, + 40.71078, + 40.69141, + 40.68891, + 40.7475, + 40.73283, + 40.88542, + 40.74851, + 40.59384, + 40.82908, + 40.72876, + 40.74596, + 40.72434, + 40.72981, + 40.66061, + 40.89981, + 40.75747, + 40.76452, + 40.75705, + 40.69583, + 40.76017, + 40.76494, + 40.67915, + 40.73598, + 40.73226, + 40.89393, + 40.71952, + 40.89604, + 40.68873, + 40.69417, + 40.68343, + 40.72848, + 40.76649, + 40.70966, + 40.74434, + 40.73885, + 40.74138, + 40.77041, + 40.74056, + 40.75378, + 40.70754, + 40.7494, + 40.71036, + 40.75298, + 40.69258, + 40.75074, + 40.68851, + 40.7515, + 40.68989, + 40.76091, + 40.67757, + 40.64217, + 40.73379, + 40.71468, + 40.706, + 40.69826, + 40.6246, + 40.74551, + 40.62646, + 40.77085, + 40.76177, + 40.76292, + 40.76414, + 40.72423, + 40.76035, + 40.70949, + 40.73566, + 40.79368, + 40.77248, + 40.68573, + 40.68543, + 40.71565, + 40.68391, + 40.67248, + 40.84751, + 40.76195, + 40.63238, + 40.8022, + 40.76235, + 40.7304, + 40.68637, + 40.68533, + 40.76926, + 40.68571, + 40.75658, + 40.68881, + 40.69148, + 40.81058, + 40.75628, + 40.74068, + 40.8022, + 40.78493, + 40.681, + 40.68816, + 40.6622, + 40.71614, + 40.74896, + 40.6865, + 40.76575, + 40.69271, + 40.73341, + 40.72136, + 40.68133, + 40.68725, + 40.75492, + 40.68779, + 40.75493, + 40.74881, + 40.72124, + 40.76174, + 40.62688, + 40.68274, + 40.68845, + 40.74184, + 40.67041, + 40.68258, + 40.77558, + 40.66346, + 40.69835, + 40.63894, + 40.75544, + 40.82757, + 40.76449, + 40.64922, + 40.72504, + 40.74367, + 40.6901, + 40.75731, + 40.73304, + 40.72055, + 40.70937, + 40.65813, + 40.80981, + 40.73882, + 40.68624, + 40.71324, + 40.82398, + 40.82575, + 40.70235, + 40.68224, + 40.67721, + 40.82913, + 40.7006, + 40.75196, + 40.66066, + 40.63476, + 40.76094, + 40.63189, + 40.76219, + 40.68443, + 40.82195, + 40.70311, + 40.76142, + 40.711, + 40.75093, + 40.68355, + 40.63517, + 40.75157, + 40.713, + 40.69872, + 40.69929, + 40.71222, + 40.69825, + 40.82791, + 40.69387, + 40.82661, + 40.84505, + 40.6417, + 40.78812, + 40.76186, + 40.76135, + 40.80643, + 40.66648, + 40.58546, + 40.78331, + 40.77205, + 40.7269, + 40.58527, + 40.79153, + 40.67425, + 40.7295, + 40.70158, + 40.69444, + 40.68227, + 40.8267, + 40.69911, + 40.81731, + 40.75091, + 40.69987, + 40.71563, + 40.74642, + 40.58462, + 40.6745, + 40.72085, + 40.80598, + 40.77726, + 40.68671, + 40.73867, + 40.62493, + 40.7071, + 40.70504, + 40.7201, + 40.79361, + 40.58532, + 40.73488, + 40.77348, + 40.77912, + 40.7776, + 40.67453, + 40.73216, + 40.73232, + 40.7262, + 40.71253, + 40.80838, + 40.6758, + 40.80808, + 40.76306, + 40.63213, + 40.73478, + 40.69977, + 40.7008, + 40.70001, + 40.70106, + 40.64779, + 40.72527, + 40.72542, + 40.83713, + 40.81724, + 40.73281, + 40.69657, + 40.57974, + 40.67812, + 40.8637, + 40.74286, + 40.67883, + 40.71358, + 40.77872, + 40.71661, + 40.82943, + 40.5987, + 40.76694, + 40.72042, + 40.78317, + 40.74299, + 40.75038, + 40.88298, + 40.72141, + 40.77253, + 40.72697, + 40.74529, + 40.68151, + 40.73282, + 40.71177, + 40.72222, + 40.71247, + 40.79931, + 40.71502, + 40.68057, + 40.70263, + 40.801, + 40.60331, + 40.84615, + 40.68682, + 40.76092, + 40.71162, + 40.75977, + 40.76049, + 40.69906, + 40.70957, + 40.76247, + 40.7194, + 40.72997, + 40.72841, + 40.72932, + 40.70856, + 40.72843, + 40.72821, + 40.82008, + 40.6847, + 40.77278, + 40.69679, + 40.76516, + 40.70754, + 40.78545, + 40.71092, + 40.76448, + 40.70835, + 40.7647, + 40.76441, + 40.68252, + 40.76592, + 40.76404, + 40.69943, + 40.76089, + 40.7637, + 40.76362, + 40.67165, + 40.70078, + 40.68831, + 40.76057, + 40.70103, + 40.71131, + 40.82364, + 40.715, + 40.71864, + 40.68613, + 40.70984, + 40.79342, + 40.80392, + 40.69995, + 40.82039, + 40.68367, + 40.6833, + 40.77991, + 40.74443, + 40.72213, + 40.76279, + 40.68736, + 40.67301, + 40.74284, + 40.824, + 40.74737, + 40.77824, + 40.67387, + 40.72583, + 40.69159, + 40.79288, + 40.70195, + 40.76156, + 40.76213, + 40.71525, + 40.68382, + 40.76038, + 40.77078, + 40.68704, + 40.79943, + 40.7119, + 40.64299, + 40.70002, + 40.58891, + 40.73247, + 40.7069, + 40.74216, + 40.68419, + 40.75985, + 40.74885, + 40.75032, + 40.70005, + 40.70645, + 40.71719, + 40.76291, + 40.74613, + 40.74909, + 40.70083, + 40.82576, + 40.71887, + 40.72355, + 40.7462, + 40.69179, + 40.66568, + 40.68966, + 40.74392, + 40.68857, + 40.76475, + 40.70107, + 40.69339, + 40.68965, + 40.71417, + 40.72849, + 40.70007, + 40.74758, + 40.73424, + 40.75492, + 40.73508, + 40.6853, + 40.73223, + 40.77134, + 40.61572, + 40.74362, + 40.68464, + 40.7068, + 40.70204, + 40.76329, + 40.73242, + 40.68093, + 40.70028, + 40.80319, + 40.80031, + 40.74383, + 40.72407, + 40.78475, + 40.69594, + 40.8477, + 40.73161, + 40.65345, + 40.76897, + 40.75024, + 40.8159, + 40.72625, + 40.72047, + 40.71852, + 40.75563, + 40.89768, + 40.69306, + 40.78536, + 40.73674, + 40.77067, + 40.75698, + 40.71728, + 40.71502, + 40.68481, + 40.66875, + 40.6951, + 40.82808, + 40.76655, + 40.71198, + 40.86948, + 40.7739, + 40.72353, + 40.82734, + 40.66379, + 40.77811, + 40.67716, + 40.80071, + 40.68484, + 40.73551, + 40.7142, + 40.64938, + 40.67962, + 40.74699, + 40.76582, + 40.69269, + 40.70522, + 40.6704, + 40.72769, + 40.81476, + 40.8265, + 40.69174, + 40.69544, + 40.66829, + 40.86507, + 40.7394, + 40.57753, + 40.7718, + 40.77151, + 40.66697, + 40.73716, + 40.63015, + 40.68394, + 40.76309, + 40.71848, + 40.82311, + 40.69944, + 40.69264, + 40.70487, + 40.71579, + 40.71989, + 40.62636, + 40.80143, + 40.76132, + 40.67657, + 40.71829, + 40.7891, + 40.65233, + 40.77424, + 40.80044, + 40.69284, + 40.71646, + 40.75817, + 40.70312, + 40.69567, + 40.71171, + 40.76258, + 40.68872, + 40.65953, + 40.80221, + 40.84342, + 40.76043, + 40.78909, + 40.78878, + 40.58822, + 40.68164, + 40.70905, + 40.74079, + 40.72853, + 40.71492, + 40.67897, + 40.81826, + 40.77362, + 40.6802, + 40.71395, + 40.76054, + 40.71594, + 40.75183, + 40.75475, + 40.69153, + 40.69462, + 40.70396, + 40.74149, + 40.77385, + 40.73683, + 40.90484, + 40.8088, + 40.81072, + 40.73644, + 40.77195, + 40.69328, + 40.80098, + 40.71206, + 40.77927, + 40.70529, + 40.7275, + 40.71971, + 40.63211, + 40.67554, + 40.71389, + 40.84672, + 40.76453, + 40.64627, + 40.76428, + 40.67922, + 40.76543, + 40.76553, + 40.89637, + 40.77039, + 40.8704, + 40.75966, + 40.69927, + 40.76147, + 40.70056, + 40.69935, + 40.70125, + 40.76565, + 40.66971, + 40.70848, + 40.68196, + 40.75426, + 40.68802, + 40.79415, + 40.67731, + 40.72687, + 40.70406, + 40.86208, + 40.86324, + 40.86182, + 40.86387, + 40.74789, + 40.68609, + 40.74512, + 40.7643, + 40.73644, + 40.71301, + 40.71241, + 40.71362, + 40.76425, + 40.69894, + 40.61035, + 40.76403, + 40.76391, + 40.60991, + 40.76559, + 40.71309, + 40.67876, + 40.79702, + 40.77761, + 40.73592, + 40.69316, + 40.71768, + 40.72958, + 40.82312, + 40.72894, + 40.82172, + 40.73261, + 40.71948, + 40.84232, + 40.7603, + 40.74827, + 40.76258, + 40.76178, + 40.68716, + 40.77399, + 40.81212, + 40.72082, + 40.63567, + 40.73284, + 40.64997, + 40.71937, + 40.67591, + 40.77477, + 40.67635, + 40.78423, + 40.7071, + 40.69008, + 40.68929, + 40.67969, + 40.74147, + 40.68689, + 40.664, + 40.74636, + 40.75833, + 40.67953, + 40.72808, + 40.65278, + 40.55105, + 40.76027, + 40.68562, + 40.75955, + 40.76019, + 40.75842, + 40.75893, + 40.75796, + 40.75796, + 40.75885, + 40.76034, + 40.66039, + 40.67704, + 40.69295, + 40.70865, + 40.75617, + 40.7359, + 40.75464, + 40.74225, + 40.66791, + 40.72345, + 40.68579, + 40.72779, + 40.74825, + 40.79668, + 40.74197, + 40.79781, + 40.80131, + 40.87275, + 40.76446, + 40.67867, + 40.8003, + 40.71699, + 40.76695, + 40.85487, + 40.79583, + 40.71547, + 40.743, + 40.78096, + 40.69438, + 40.83251, + 40.68797, + 40.7852, + 40.71419, + 40.78687, + 40.77884, + 40.81323, + 40.75908, + 40.70694, + 40.68073, + 40.72905, + 40.67318, + 40.7854, + 40.72525, + 40.74697, + 40.70804, + 40.70031, + 40.7185, + 40.72023, + 40.7476, + 40.76218, + 40.79755, + 40.80771, + 40.75191, + 40.81749, + 40.76734, + 40.71158, + 40.76581, + 40.58692, + 40.77907, + 40.68887, + 40.77886, + 40.76353, + 40.68901, + 40.76207, + 40.64714, + 40.682, + 40.60245, + 40.66706, + 40.67023, + 40.69668, + 40.78075, + 40.76699, + 40.70087, + 40.70115, + 40.74402, + 40.69995, + 40.76027, + 40.71953, + 40.70154, + 40.71178, + 40.70302, + 40.71157, + 40.85476, + 40.85482, + 40.70234, + 40.86003, + 40.71867, + 40.70632, + 40.70103, + 40.78378, + 40.64627, + 40.69644, + 40.73753, + 40.74477, + 40.85394, + 40.69647, + 40.64582, + 40.72988, + 40.74326, + 40.71938, + 40.75967, + 40.73063, + 40.6881, + 40.76303, + 40.7045, + 40.7384, + 40.78593, + 40.7531, + 40.77859, + 40.77757, + 40.63481, + 40.76616, + 40.77069, + 40.70429, + 40.6905, + 40.69058, + 40.68628, + 40.68989, + 40.71573, + 40.65587, + 40.6914, + 40.86304, + 40.76946, + 40.80622, + 40.79658, + 40.77051, + 40.76459, + 40.76251, + 40.77102, + 40.70613, + 40.7366, + 40.74526, + 40.80273, + 40.60165, + 40.8357, + 40.69182, + 40.74482, + 40.80564, + 40.69945, + 40.68324, + 40.78536, + 40.57857, + 40.66652, + 40.70569, + 40.7065, + 40.70426, + 40.70832, + 40.66815, + 40.70969, + 40.79595, + 40.72882, + 40.67946, + 40.70467, + 40.76325, + 40.68114, + 40.711, + 40.72755, + 40.68042, + 40.71086, + 40.70712, + 40.70842, + 40.71606, + 40.70922, + 40.70599, + 40.86259, + 40.86214, + 40.86256, + 40.86364, + 40.8027, + 40.76088, + 40.75577, + 40.70956, + 40.70103, + 40.6918, + 40.69103, + 40.68523, + 40.82868, + 40.71134, + 40.79889, + 40.71105, + 40.84581, + 40.74636, + 40.80022, + 40.71042, + 40.68763, + 40.82775, + 40.68921, + 40.68355, + 40.72069, + 40.72121, + 40.76632, + 40.68528, + 40.73587, + 40.7204, + 40.71322, + 40.66889, + 40.81824, + 40.76395, + 40.57776, + 40.8279, + 40.72506, + 40.68727, + 40.70557, + 40.68599, + 40.80093, + 40.76389, + 40.70065, + 40.67588, + 40.79922, + 40.80653, + 40.80073, + 40.79949, + 40.79966, + 40.79885, + 40.69459, + 40.69911, + 40.86069, + 40.80485, + 40.66949, + 40.71623, + 40.72656, + 40.70908, + 40.73392, + 40.76691, + 40.72394, + 40.68956, + 40.73354, + 40.72044, + 40.70008, + 40.71922, + 40.70041, + 40.71626, + 40.75277, + 40.7667, + 40.71099, + 40.71933, + 40.71239, + 40.73872, + 40.67257, + 40.72283, + 40.68035, + 40.76896, + 40.68374, + 40.69814, + 40.82857, + 40.81141, + 40.71437, + 40.69108, + 40.76838, + 40.76769, + 40.78399, + 40.69463, + 40.69615, + 40.70921, + 40.72191, + 40.68942, + 40.7136, + 40.76725, + 40.82254, + 40.6916, + 40.71912, + 40.71022, + 40.67282, + 40.68462, + 40.86774, + 40.71543, + 40.6909, + 40.71404, + 40.86804, + 40.61186, + 40.78232, + 40.78974, + 40.8309, + 40.68991, + 40.70997, + 40.79, + 40.79908, + 40.74567, + 40.72503, + 40.71668, + 40.74685, + 40.68171, + 40.70658, + 40.68782, + 40.72713, + 40.66949, + 40.66075, + 40.72078, + 40.7272, + 40.70149, + 40.82802, + 40.85513, + 40.69627, + 40.83758, + 40.68068, + 40.85464, + 40.66867, + 40.7577, + 40.7289, + 40.72207, + 40.79463, + 40.69934, + 40.78045, + 40.68913, + 40.68868, + 40.80119, + 40.76009, + 40.70464, + 40.76468, + 40.71508, + 40.7184, + 40.65421, + 40.77289, + 40.69081, + 40.7545, + 40.64849, + 40.70151, + 40.76808, + 40.68831, + 40.78499, + 40.82004, + 40.80074, + 40.64015, + 40.75961, + 40.73351, + 40.74239, + 40.7577, + 40.68211, + 40.77112, + 40.72493, + 40.75744, + 40.72688, + 40.76695, + 40.76799, + 40.66277, + 40.72344, + 40.7299, + 40.64098, + 40.76485, + 40.7042, + 40.69318, + 40.67144, + 40.72735, + 40.69967, + 40.72029, + 40.67723, + 40.70723, + 40.75985, + 40.72347, + 40.8026, + 40.81325, + 40.74535, + 40.66155, + 40.75383, + 40.67138, + 40.70604, + 40.67323, + 40.70763, + 40.70747, + 40.70622, + 40.7425, + 40.70652, + 40.70855, + 40.79433, + 40.88491, + 40.72705, + 40.81089, + 40.7198, + 40.59516, + 40.73103, + 40.76022, + 40.70039, + 40.76078, + 40.69655, + 40.67401, + 40.73018, + 40.71629, + 40.86313, + 40.71515, + 40.7637, + 40.76671, + 40.7651, + 40.70811, + 40.67837, + 40.78234, + 40.71917, + 40.69421, + 40.76625, + 40.73279, + 40.6307, + 40.71285, + 40.72037, + 40.73293, + 40.74567, + 40.67692, + 40.78513, + 40.7023, + 40.76273, + 40.68592, + 40.61225, + 40.70585, + 40.70598, + 40.73101, + 40.84316, + 40.71492, + 40.69446, + 40.70044, + 40.82457, + 40.70796, + 40.75909, + 40.79491, + 40.6491, + 40.76523, + 40.85129, + 40.63376, + 40.73361, + 40.68395, + 40.65596, + 40.74385, + 40.72745, + 40.63209, + 40.66115, + 40.63866, + 40.86255, + 40.82011, + 40.8312, + 40.71379, + 40.72997, + 40.74038, + 40.87268, + 40.70824, + 40.6105, + 40.76255, + 40.74394, + 40.73823, + 40.73532, + 40.68775, + 40.68899, + 40.76275, + 40.76461, + 40.75325, + 40.67875, + 40.75912, + 40.7075, + 40.73571, + 40.73679, + 40.66002, + 40.70092, + 40.7234, + 40.79321, + 40.60615, + 40.7786, + 40.72028, + 40.72175, + 40.77721, + 40.65477, + 40.66806, + 40.70845, + 40.74006, + 40.89613, + 40.57882, + 40.74376, + 40.66465, + 40.76386, + 40.76928, + 40.6062, + 40.60898, + 40.60765, + 40.60755, + 40.66821, + 40.6093, + 40.60852, + 40.69477, + 40.74679, + 40.85549, + 40.80626, + 40.6875, + 40.73446, + 40.74875, + 40.78722, + 40.73125, + 40.70429, + 40.7204, + 40.71255, + 40.7461, + 40.71381, + 40.72392, + 40.76091, + 40.73948, + 40.77832, + 40.76142, + 40.71859, + 40.73747, + 40.86615, + 40.70069, + 40.67758, + 40.65401, + 40.79013, + 40.72002, + 40.66431, + 40.68898, + 40.58649, + 40.66544, + 40.75278, + 40.77029, + 40.68176, + 40.64673, + 40.66247, + 40.66387, + 40.72589, + 40.65292, + 40.7211, + 40.72335, + 40.72018, + 40.71943, + 40.72585, + 40.68375, + 40.76303, + 40.63196, + 40.71829, + 40.6633, + 40.61489, + 40.6313, + 40.76248, + 40.70748, + 40.7071, + 40.70642, + 40.82479, + 40.76112, + 40.76122, + 40.75948, + 40.70303, + 40.76149, + 40.75923, + 40.72667, + 40.7977, + 40.597, + 40.78134, + 40.68831, + 40.75967, + 40.70532, + 40.70799, + 40.70579, + 40.66663, + 40.71095, + 40.74779, + 40.79738, + 40.72673, + 40.76769, + 40.71313, + 40.77961, + 40.64403, + 40.84427, + 40.7432, + 40.71214, + 40.67916, + 40.67919, + 40.65565, + 40.68092, + 40.77139, + 40.83938, + 40.70014, + 40.66008, + 40.7867, + 40.64448, + 40.75913, + 40.6898, + 40.80038, + 40.76019, + 40.75942, + 40.76118, + 40.7609, + 40.75938, + 40.68966, + 40.68466, + 40.70741, + 40.87414, + 40.6386, + 40.72681, + 40.67382, + 40.76222, + 40.71993, + 40.6083, + 40.71304, + 40.66172, + 40.88171, + 40.64644, + 40.80704, + 40.77005, + 40.85176, + 40.70579, + 40.68638, + 40.72947, + 40.62329, + 40.61472, + 40.84467, + 40.63555, + 40.69439, + 40.74623, + 40.66067, + 40.66089, + 40.76308, + 40.71565, + 40.70672, + 40.68694, + 40.74266, + 40.75869, + 40.78091, + 40.68383, + 40.86725, + 40.81708, + 40.75088, + 40.81652, + 40.75544, + 40.70762, + 40.7077, + 40.74472, + 40.70783, + 40.74898, + 40.72178, + 40.73792, + 40.71948, + 40.72633, + 40.75166, + 40.66784, + 40.71878, + 40.69539, + 40.69833, + 40.7786, + 40.83591, + 40.5788, + 40.66815, + 40.64578, + 40.64423, + 40.82437, + 40.80009, + 40.75923, + 40.82639, + 40.68619, + 40.75737, + 40.76473, + 40.76449, + 40.76623, + 40.76436, + 40.68667, + 40.67807, + 40.76167, + 40.75813, + 40.80879, + 40.76008, + 40.76072, + 40.75256, + 40.70599, + 40.70729, + 40.70751, + 40.70761, + 40.70602, + 40.70715, + 40.69058, + 40.70653, + 40.73593, + 40.71072, + 40.59356, + 40.70632, + 40.76257, + 40.70645, + 40.6871, + 40.7075, + 40.70793, + 40.68727, + 40.70784, + 40.74005, + 40.74805, + 40.71597, + 40.70891, + 40.63611, + 40.71994, + 40.63521, + 40.74666, + 40.73568, + 40.72005, + 40.84661, + 40.70723, + 40.77116, + 40.68481, + 40.7644, + 40.75896, + 40.71492, + 40.76291, + 40.80004, + 40.73037, + 40.82864, + 40.7649, + 40.78034, + 40.68393, + 40.75104, + 40.69248, + 40.81824, + 40.68296, + 40.69198, + 40.68553, + 40.75943, + 40.69156, + 40.85768, + 40.73326, + 40.68808, + 40.73272, + 40.76223, + 40.71981, + 40.75823, + 40.72235, + 40.72236, + 40.71102, + 40.81482, + 40.72894, + 40.76001, + 40.71439, + 40.69235, + 40.68935, + 40.76523, + 40.7077, + 40.68268, + 40.66052, + 40.6981, + 40.75966, + 40.74922, + 40.75094, + 40.70167, + 40.73131, + 40.68529, + 40.70655, + 40.8667, + 40.84377, + 40.76, + 40.66195, + 40.75452, + 40.70621, + 40.68523, + 40.74116, + 40.7684, + 40.70563, + 40.71839, + 40.73612, + 40.67468, + 40.55762, + 40.63112, + 40.86674, + 40.73684, + 40.6316, + 40.70734, + 40.71692, + 40.6752, + 40.87079, + 40.75104, + 40.7762, + 40.68581, + 40.73036, + 40.70657, + 40.66377, + 40.76483, + 40.66641, + 40.7528, + 40.70416, + 40.70238, + 40.7203, + 40.80717, + 40.72241, + 40.76494, + 40.79834, + 40.75845, + 40.76051, + 40.70403, + 40.76111, + 40.75625, + 40.76829, + 40.78582, + 40.60471, + 40.76649, + 40.57453, + 40.67533, + 40.74615, + 40.71483, + 40.64695, + 40.74501, + 40.77123, + 40.76409, + 40.71704, + 40.75839, + 40.69682, + 40.80143, + 40.74469, + 40.81342, + 40.76061, + 40.80273, + 40.76429, + 40.59908, + 40.74613, + 40.68807, + 40.71554, + 40.66623, + 40.7613, + 40.74496, + 40.84008, + 40.76124, + 40.75661, + 40.75908, + 40.7867, + 40.76037, + 40.68129, + 40.69266, + 40.72059, + 40.87724, + 40.82807, + 40.69767, + 40.52293, + 40.74263, + 40.72152, + 40.71092, + 40.7215, + 40.69054, + 40.61326, + 40.68557, + 40.77203, + 40.77181, + 40.77019, + 40.76661, + 40.71138, + 40.72919, + 40.70927, + 40.6783, + 40.68687, + 40.70961, + 40.68444, + 40.70783, + 40.69117, + 40.8273, + 40.79961, + 40.76996, + 40.7999, + 40.79848, + 40.7334, + 40.63402, + 40.79834, + 40.80004, + 40.75746, + 40.70657, + 40.6602, + 40.79972, + 40.79812, + 40.72554, + 40.80037, + 40.79863, + 40.80035, + 40.79995, + 40.70713, + 40.70621, + 40.70761, + 40.71339, + 40.80006, + 40.80036, + 40.65239, + 40.7201, + 40.7011, + 40.67994, + 40.70779, + 40.80238, + 40.70709, + 40.72825, + 40.70701, + 40.71216, + 40.70697, + 40.75966, + 40.67965, + 40.76853, + 40.73393, + 40.66945, + 40.66999, + 40.64683, + 40.76402, + 40.67093, + 40.7387, + 40.74034, + 40.76921, + 40.76347, + 40.68325, + 40.69077, + 40.86202, + 40.72485, + 40.7958, + 40.6605, + 40.57859, + 40.90406, + 40.75939, + 40.85719, + 40.68078, + 40.83516, + 40.68773, + 40.76236, + 40.6897, + 40.68305, + 40.70041, + 40.72202, + 40.82032, + 40.73614, + 40.819, + 40.71664, + 40.76412, + 40.74945, + 40.76335, + 40.81153, + 40.71139, + 40.72599, + 40.70388, + 40.64418, + 40.75114, + 40.81003, + 40.68787, + 40.67435, + 40.77867, + 40.67637, + 40.71715, + 40.7866, + 40.68482, + 40.75792, + 40.6794, + 40.6943, + 40.75886, + 40.83532, + 40.6756, + 40.7277, + 40.67917, + 40.76491, + 40.69612, + 40.86925, + 40.69814, + 40.70867, + 40.76582, + 40.72777, + 40.78548, + 40.73292, + 40.7243, + 40.77127, + 40.69541, + 40.68834, + 40.7284, + 40.69804, + 40.71697, + 40.69606, + 40.78995, + 40.74895, + 40.78202, + 40.77318, + 40.67599, + 40.69765, + 40.69952, + 40.69806, + 40.69741, + 40.68892, + 40.69915, + 40.68946, + 40.72215, + 40.76537, + 40.73136, + 40.70913, + 40.74508, + 40.7081, + 40.83715, + 40.70722, + 40.77414, + 40.69258, + 40.70775, + 40.64807, + 40.61523, + 40.67144, + 40.68682, + 40.69116, + 40.69214, + 40.74351, + 40.68492, + 40.8415, + 40.7651, + 40.67794, + 40.74657, + 40.69422, + 40.85531, + 40.6908, + 40.68938, + 40.76458, + 40.68567, + 40.70628, + 40.69903, + 40.6763, + 40.70205, + 40.81482, + 40.68466, + 40.83266, + 40.69916, + 40.61041, + 40.80712, + 40.7665, + 40.79551, + 40.80332, + 40.74506, + 40.73591, + 40.6348, + 40.74116, + 40.66681, + 40.80144, + 40.65164, + 40.73264, + 40.74086, + 40.7093, + 40.70893, + 40.76597, + 40.70897, + 40.79819, + 40.70762, + 40.70862, + 40.70409, + 40.70876, + 40.69764, + 40.80298, + 40.70769, + 40.70885, + 40.70937, + 40.69593, + 40.81338, + 40.78222, + 40.70807, + 40.66738, + 40.74578, + 40.69174, + 40.66779, + 40.72365, + 40.66549, + 40.75009, + 40.71983, + 40.65295, + 40.70445, + 40.80437, + 40.72359, + 40.82185, + 40.68737, + 40.76752, + 40.72607, + 40.78364, + 40.69899, + 40.69932, + 40.74602, + 40.76939, + 40.72391, + 40.83588, + 40.83959, + 40.6991, + 40.71213, + 40.79179, + 40.73198, + 40.64582, + 40.69267, + 40.74371, + 40.73286, + 40.65438, + 40.65214, + 40.71009, + 40.71757, + 40.7121, + 40.84542, + 40.71093, + 40.81431, + 40.72811, + 40.70333, + 40.65116, + 40.65286, + 40.71331, + 40.75563, + 40.6529, + 40.67633, + 40.83754, + 40.76623, + 40.80958, + 40.70824, + 40.71975, + 40.65228, + 40.65235, + 40.89039, + 40.60456, + 40.70044, + 40.69318, + 40.70728, + 40.70315, + 40.82715, + 40.80337, + 40.80169, + 40.67144, + 40.69115, + 40.71709, + 40.70504, + 40.76447, + 40.73105, + 40.85167, + 40.722, + 40.73193, + 40.7929, + 40.75736, + 40.75771, + 40.75925, + 40.75606, + 40.72827, + 40.70631, + 40.80691, + 40.74483, + 40.73367, + 40.7062, + 40.70709, + 40.75129, + 40.69927, + 40.82565, + 40.82289, + 40.71194, + 40.76704, + 40.85075, + 40.82609, + 40.68773, + 40.66981, + 40.71963, + 40.68171, + 40.68438, + 40.67562, + 40.70613, + 40.70714, + 40.7075, + 40.70754, + 40.70701, + 40.67405, + 40.70631, + 40.77341, + 40.72613, + 40.77698, + 40.7267, + 40.69037, + 40.73473, + 40.7431, + 40.83611, + 40.71958, + 40.74818, + 40.85398, + 40.72114, + 40.72139, + 40.80237, + 40.8353, + 40.72222, + 40.7733, + 40.69923, + 40.86517, + 40.73431, + 40.75034, + 40.69345, + 40.70597, + 40.707, + 40.74694, + 40.70756, + 40.7506, + 40.6771, + 40.75759, + 40.75894, + 40.62635, + 40.77125, + 40.74546, + 40.74403, + 40.7385, + 40.73905, + 40.67775, + 40.70373, + 40.71692, + 40.72602, + 40.81597, + 40.66913, + 40.71777, + 40.76398, + 40.69955, + 40.78684, + 40.7342, + 40.7007, + 40.8716, + 40.82361, + 40.75364, + 40.70776, + 40.70735, + 40.59609, + 40.74944, + 40.59725, + 40.7128, + 40.74073, + 40.66977, + 40.72625, + 40.67155, + 40.69094, + 40.73859, + 40.67058, + 40.67052, + 40.66038, + 40.7208, + 40.84221, + 40.71833, + 40.63964, + 40.65799, + 40.60121, + 40.64722, + 40.77362, + 40.71923, + 40.72611, + 40.75662, + 40.7574, + 40.75807, + 40.71446, + 40.66739, + 40.72388, + 40.77507, + 40.58438, + 40.71191, + 40.7066, + 40.75321, + 40.72935, + 40.80483, + 40.67709, + 40.71239, + 40.76255, + 40.78046, + 40.78145, + 40.80665, + 40.67723, + 40.71167, + 40.62961, + 40.76245, + 40.741, + 40.80514, + 40.80536, + 40.70609, + 40.69622, + 40.84405, + 40.74999, + 40.80279, + 40.63927, + 40.83489, + 40.81865, + 40.67656, + 40.69441, + 40.68501, + 40.5974, + 40.72646, + 40.79034, + 40.69149, + 40.79787, + 40.75196, + 40.59344, + 40.71902, + 40.64939, + 40.84387, + 40.78537, + 40.67868, + 40.70816, + 40.70741, + 40.70673, + 40.83908, + 40.57865, + 40.76461, + 40.71588, + 40.72067, + 40.70746, + 40.74904, + 40.71074, + 40.83466, + 40.69982, + 40.6891, + 40.70515, + 40.68518, + 40.70384, + 40.70391, + 40.71921, + 40.64296, + 40.63233, + 40.70785, + 40.72783, + 40.76303, + 40.59009, + 40.71616, + 40.76601, + 40.66248, + 40.70477, + 40.75634, + 40.71727, + 40.80181, + 40.73863, + 40.65132, + 40.74142, + 40.65144, + 40.67245, + 40.65226, + 40.65279, + 40.81808, + 40.71233, + 40.70649, + 40.70724, + 40.70712, + 40.68055, + 40.70588, + 40.70803, + 40.70722, + 40.69035, + 40.64692, + 40.7311, + 40.68557, + 40.64979, + 40.75797, + 40.69023, + 40.76512, + 40.57647, + 40.76962, + 40.75618, + 40.80495, + 40.74745, + 40.75566, + 40.75603, + 40.75663, + 40.7572, + 40.75702, + 40.74942, + 40.69338, + 40.81622, + 40.69302, + 40.63981, + 40.66072, + 40.7689, + 40.75308, + 40.74764, + 40.71655, + 40.80383, + 40.83298, + 40.75078, + 40.7272, + 40.70756, + 40.76229, + 40.7786, + 40.70845, + 40.64383, + 40.71996, + 40.76654, + 40.791, + 40.7056, + 40.70659, + 40.70632, + 40.73499, + 40.61642, + 40.6725, + 40.73195, + 40.70737, + 40.70736, + 40.70755, + 40.70992, + 40.69013, + 40.77132, + 40.67114, + 40.77348, + 40.66714, + 40.66907, + 40.65629, + 40.71703, + 40.77167, + 40.76676, + 40.80084, + 40.74152, + 40.61859, + 40.7631, + 40.72754, + 40.76413, + 40.69026, + 40.74123, + 40.7071, + 40.74165, + 40.80244, + 40.75139, + 40.70927, + 40.71691, + 40.74269, + 40.7066, + 40.70586, + 40.68603, + 40.74607, + 40.83197, + 40.71041, + 40.71037, + 40.70944, + 40.83248, + 40.70887, + 40.70954, + 40.71327, + 40.70044, + 40.75023, + 40.69699, + 40.70776, + 40.73996, + 40.70744, + 40.70711, + 40.70713, + 40.74411, + 40.69072, + 40.71803, + 40.79325, + 40.70247, + 40.7667, + 40.74781, + 40.63117, + 40.69215, + 40.84237, + 40.67935, + 40.72468, + 40.7465, + 40.69718, + 40.7443, + 40.76368, + 40.70395, + 40.72555, + 40.81864, + 40.74807, + 40.58802, + 40.78893, + 40.7421, + 40.74301, + 40.78563, + 40.78198, + 40.76021, + 40.74511, + 40.87699, + 40.71538, + 40.71456, + 40.74654, + 40.74298, + 40.78473, + 40.71633, + 40.74249, + 40.70313, + 40.86473, + 40.68201, + 40.72786, + 40.72729, + 40.76085, + 40.81249, + 40.7191, + 40.81312, + 40.75923, + 40.70043, + 40.76691, + 40.67878, + 40.76118, + 40.76802, + 40.73855, + 40.86594, + 40.67018, + 40.74444, + 40.66794, + 40.85595, + 40.74618, + 40.68268, + 40.74375, + 40.74798, + 40.67558, + 40.71808, + 40.76152, + 40.76417, + 40.72495, + 40.78422, + 40.82261, + 40.75942, + 40.7063, + 40.7436, + 40.74625, + 40.76915, + 40.74624, + 40.66144, + 40.72169, + 40.75338, + 40.75526, + 40.7134, + 40.68111, + 40.74948, + 40.6918, + 40.69751, + 40.74823, + 40.75029, + 40.70578, + 40.76514, + 40.72336, + 40.78967, + 40.65188, + 40.67648, + 40.6914, + 40.71603, + 40.77435, + 40.64902, + 40.79097, + 40.74285, + 40.76521, + 40.7601, + 40.74455, + 40.708, + 40.71661, + 40.74485, + 40.68092, + 40.76166, + 40.57589, + 40.70666, + 40.7639, + 40.76061, + 40.70998, + 40.74889, + 40.7484, + 40.70847, + 40.75022, + 40.74952, + 40.75059, + 40.74914, + 40.75093, + 40.74975, + 40.75074, + 40.7494, + 40.70709, + 40.7618, + 40.75055, + 40.74942, + 40.74899, + 40.74882, + 40.75064, + 40.74913, + 40.75095, + 40.63781, + 40.75575, + 40.74628, + 40.77052, + 40.76241, + 40.74461, + 40.71547, + 40.62065, + 40.73763, + 40.81672, + 40.72138, + 40.70058, + 40.76218, + 40.69861, + 40.76182, + 40.74787, + 40.74627, + 40.74883, + 40.74421, + 40.76198, + 40.76229, + 40.68178, + 40.75593, + 40.76089, + 40.74695, + 40.68569, + 40.67978, + 40.70611, + 40.68463, + 40.76089, + 40.74605, + 40.75548, + 40.62638, + 40.62703, + 40.76683, + 40.86209, + 40.74693, + 40.68757, + 40.77712, + 40.6455, + 40.73857, + 40.81835, + 40.65093, + 40.64298, + 40.78161, + 40.77932, + 40.75073, + 40.74673, + 40.81548, + 40.81693, + 40.71333, + 40.77419, + 40.67959, + 40.79527, + 40.61985, + 40.71734, + 40.67428, + 40.70197, + 40.7153, + 40.68908, + 40.74973, + 40.72325, + 40.74966, + 40.64032, + 40.80378, + 40.85015, + 40.7676, + 40.74021, + 40.7432, + 40.60412, + 40.70992, + 40.73339, + 40.67882, + 40.67266, + 40.76273, + 40.71289, + 40.58111, + 40.83515, + 40.64359, + 40.74475, + 40.76515, + 40.66242, + 40.8125, + 40.74895, + 40.68977, + 40.57568, + 40.74553, + 40.71456, + 40.73521, + 40.80249, + 40.57801, + 40.82654, + 40.83149, + 40.69526, + 40.72249, + 40.75514, + 40.75843, + 40.80078, + 40.77116, + 40.67797, + 40.67167, + 40.71925, + 40.71186, + 40.72301, + 40.713, + 40.68417, + 40.67058, + 40.71672, + 40.76459, + 40.70599, + 40.59145, + 40.67259, + 40.72563, + 40.82672, + 40.71815, + 40.70808, + 40.71786, + 40.7432, + 40.57541, + 40.71466, + 40.73898, + 40.67708, + 40.80436, + 40.70805, + 40.80168, + 40.74265, + 40.70685, + 40.70825, + 40.81305, + 40.808, + 40.76149, + 40.67882, + 40.74577, + 40.68754, + 40.77796, + 40.72492, + 40.70173, + 40.68678, + 40.76447, + 40.67326, + 40.68066, + 40.77904, + 40.79619, + 40.70767, + 40.71508, + 40.7607, + 40.74357, + 40.70838, + 40.68316, + 40.72859, + 40.74287, + 40.70441, + 40.7084, + 40.78728, + 40.68449, + 40.71417, + 40.6707, + 40.74334, + 40.70965, + 40.79641, + 40.75607, + 40.69862, + 40.76775, + 40.72693, + 40.73059, + 40.66678, + 40.72995, + 40.73137, + 40.72712, + 40.76324, + 40.75533, + 40.6921, + 40.73002, + 40.68538, + 40.65919, + 40.76106, + 40.56033, + 40.7442, + 40.75969, + 40.71312, + 40.70724, + 40.6774, + 40.81245, + 40.70844, + 40.73551, + 40.75572, + 40.76215, + 40.63302, + 40.72715, + 40.66878, + 40.65607, + 40.67981, + 40.8, + 40.71296, + 40.66996, + 40.71573, + 40.76118, + 40.75747, + 40.69503, + 40.72132, + 40.67944, + 40.75663, + 40.86234, + 40.68138, + 40.77566, + 40.73077, + 40.71038, + 40.71108, + 40.74229, + 40.75963, + 40.70597, + 40.75988, + 40.76169, + 40.75965, + 40.75975, + 40.70641, + 40.79395, + 40.70434, + 40.73033, + 40.59662, + 40.70099, + 40.78402, + 40.76176, + 40.72223, + 40.6888, + 40.81132, + 40.76343, + 40.68797, + 40.7265, + 40.70842, + 40.78016, + 40.68981, + 40.67626, + 40.68927, + 40.68782, + 40.80036, + 40.68921, + 40.77567, + 40.74553, + 40.77076, + 40.72155, + 40.68746, + 40.64051, + 40.77033, + 40.79252, + 40.60111, + 40.70513, + 40.68929, + 40.74386, + 40.77633, + 40.76183, + 40.74184, + 40.72925, + 40.80497, + 40.76701, + 40.74054, + 40.71702, + 40.77098, + 40.76807, + 40.71606, + 40.74392, + 40.70673, + 40.73002, + 40.70781, + 40.84752, + 40.76595, + 40.74781, + 40.71238, + 40.78599, + 40.67592, + 40.67957, + 40.69745, + 40.63149, + 40.70896, + 40.70996, + 40.75966, + 40.76381, + 40.70412, + 40.70254, + 40.75568, + 40.83052, + 40.73525, + 40.69319, + 40.68656, + 40.83416, + 40.68822, + 40.74494, + 40.75565, + 40.74702, + 40.72246, + 40.74479, + 40.60939, + 40.67152, + 40.74632, + 40.7636, + 40.70809, + 40.56054, + 40.71329, + 40.75721, + 40.74368, + 40.81155, + 40.75977, + 40.79805, + 40.81415, + 40.7712, + 40.75861, + 40.80885, + 40.59318, + 40.68076, + 40.80625, + 40.70877, + 40.74341, + 40.6818, + 40.57543, + 40.70708, + 40.70796, + 40.65365, + 40.70153, + 40.76152, + 40.76956, + 40.79072, + 40.68291, + 40.6394, + 40.81791, + 40.74141, + 40.73957, + 40.68182, + 40.76059, + 40.68189, + 40.7307, + 40.76154, + 40.71634, + 40.71663, + 40.77984, + 40.81662, + 40.84956, + 40.73916, + 40.76173, + 40.71926, + 40.72807, + 40.76193, + 40.73745, + 40.70056, + 40.68079, + 40.77146, + 40.8509, + 40.85115, + 40.63443, + 40.85078, + 40.7765, + 40.76256, + 40.84942, + 40.8036, + 40.76711, + 40.80249, + 40.81258, + 40.75785, + 40.71863, + 40.70581, + 40.80735, + 40.76121, + 40.75231, + 40.67436, + 40.6961, + 40.70532, + 40.66005, + 40.743, + 40.70502, + 40.66329, + 40.76571, + 40.55908, + 40.74534, + 40.75845, + 40.7622, + 40.68426, + 40.72159, + 40.67918, + 40.70576, + 40.80948, + 40.84367, + 40.74566, + 40.85648, + 40.66899, + 40.68063, + 40.68022, + 40.72167, + 40.68965, + 40.76163, + 40.68447, + 40.75436, + 40.7561, + 40.6788, + 40.7708, + 40.74262, + 40.57607, + 40.75978, + 40.78323, + 40.77352, + 40.78032, + 40.67967, + 40.70471, + 40.79939, + 40.74557, + 40.71143, + 40.75297, + 40.81892, + 40.68623, + 40.6776, + 40.75312, + 40.67853, + 40.75509, + 40.75334, + 40.6792, + 40.67757, + 40.7546, + 40.58002, + 40.75386, + 40.7447, + 40.7633, + 40.71977, + 40.74546, + 40.68581, + 40.75314, + 40.75317, + 40.75502, + 40.75411, + 40.70539, + 40.71741, + 40.71104, + 40.75358, + 40.76557, + 40.7261, + 40.68234, + 40.72592, + 40.71879, + 40.83792, + 40.66371, + 40.67903, + 40.85112, + 40.76127, + 40.71911, + 40.73731, + 40.8439, + 40.74079, + 40.86191, + 40.75502, + 40.75549, + 40.70485, + 40.74532, + 40.80068, + 40.68087, + 40.89338, + 40.74493, + 40.77157, + 40.66975, + 40.8212, + 40.59846, + 40.73563, + 40.59935, + 40.8299, + 40.64568, + 40.68102, + 40.68603, + 40.61471, + 40.69242, + 40.80816, + 40.88649, + 40.67825, + 40.77024, + 40.76208, + 40.79727, + 40.6688, + 40.70371, + 40.80856, + 40.74443, + 40.76486, + 40.71967, + 40.78958, + 40.81454, + 40.69619, + 40.74701, + 40.67972, + 40.77922, + 40.69155, + 40.72791, + 40.76326, + 40.75745, + 40.75588, + 40.75575, + 40.7575, + 40.75679, + 40.7559, + 40.75612, + 40.69628, + 40.64196, + 40.71083, + 40.75865, + 40.70171, + 40.81257, + 40.6819, + 40.69295, + 40.64836, + 40.76313, + 40.63031, + 40.6475, + 40.71645, + 40.74129, + 40.74052, + 40.73968, + 40.74006, + 40.71422, + 40.75015, + 40.70562, + 40.73081, + 40.68185, + 40.76421, + 40.75634, + 40.67898, + 40.68305, + 40.68435, + 40.70612, + 40.71815, + 40.69621, + 40.66814, + 40.75732, + 40.72923, + 40.68184, + 40.75098, + 40.76094, + 40.81396, + 40.66983, + 40.71032, + 40.73098, + 40.66929, + 40.66816, + 40.68574, + 40.71955, + 40.72654, + 40.7647, + 40.76393, + 40.76443, + 40.76425, + 40.76471, + 40.76535, + 40.76395, + 40.76427, + 40.7649, + 40.76476, + 40.76459, + 40.76393, + 40.76443, + 40.76559, + 40.72243, + 40.72372, + 40.72172, + 40.72174, + 40.72324, + 40.7239, + 40.72353, + 40.76476, + 40.76555, + 40.76413, + 40.76352, + 40.76479, + 40.76413, + 40.75625, + 40.75466, + 40.75481, + 40.75597, + 40.75645, + 40.75628, + 40.75491, + 40.75631, + 40.75623, + 40.76581, + 40.76555, + 40.76574, + 40.76547, + 40.76368, + 40.76156, + 40.77424, + 40.76251, + 40.76248, + 40.76237, + 40.76246, + 40.76179, + 40.76179, + 40.76187, + 40.76134, + 40.75608, + 40.75633, + 40.75612, + 40.75513, + 40.75615, + 40.75609, + 40.75449, + 40.75657, + 40.75471, + 40.75513, + 40.75661, + 40.75507, + 40.75569, + 40.76275, + 40.76175, + 40.76267, + 40.76267, + 40.7627, + 40.76251, + 40.76097, + 40.76112, + 40.76245, + 40.76262, + 40.76203, + 40.76113, + 40.76055, + 40.79957, + 40.67072, + 40.76547, + 40.70973, + 40.72709, + 40.85747, + 40.68792, + 40.75562, + 40.74484, + 40.75546, + 40.86003, + 40.75246, + 40.76297, + 40.72859, + 40.69402, + 40.8362, + 40.71369, + 40.74894, + 40.70191, + 40.69243, + 40.67815, + 40.69241, + 40.71988, + 40.70472, + 40.76703, + 40.69414, + 40.7644, + 40.76622, + 40.69091, + 40.73011, + 40.76335, + 40.71462, + 40.6347, + 40.76269, + 40.69043, + 40.70719, + 40.75353, + 40.67958, + 40.77046, + 40.75535, + 40.75697, + 40.76261, + 40.64221, + 40.59997, + 40.69958, + 40.82756, + 40.73138, + 40.74611, + 40.85762, + 40.70669, + 40.85768, + 40.70497, + 40.70622, + 40.70486, + 40.70515, + 40.7068, + 40.70494, + 40.85584, + 40.68473, + 40.74365, + 40.70966, + 40.74478, + 40.74366, + 40.74343, + 40.74433, + 40.74476, + 40.74311, + 40.74501, + 40.74291, + 40.74312, + 40.74885, + 40.81816, + 40.72381, + 40.6851, + 40.74551, + 40.83588, + 40.76412, + 40.68296, + 40.70078, + 40.69299, + 40.6307, + 40.69437, + 40.6903, + 40.75972, + 40.81142, + 40.80058, + 40.70036, + 40.63106, + 40.75236, + 40.70517, + 40.63043, + 40.77728, + 40.77808, + 40.77667, + 40.77731, + 40.77791, + 40.70571, + 40.70719, + 40.70512, + 40.86952, + 40.64535, + 40.71595, + 40.68558, + 40.81507, + 40.71952, + 40.79155, + 40.73219, + 40.83326, + 40.81721, + 40.68826, + 40.67058, + 40.64268, + 40.73209, + 40.82776, + 40.72406, + 40.75557, + 40.76761, + 40.74286, + 40.71639, + 40.83176, + 40.67182, + 40.73512, + 40.77707, + 40.63459, + 40.78996, + 40.79238, + 40.70598, + 40.70922, + 40.67853, + 40.76739, + 40.68758, + 40.81963, + 40.70732, + 40.80032, + 40.59269, + 40.70671, + 40.70714, + 40.75933, + 40.74871, + 40.60783, + 40.70658, + 40.73358, + 40.70713, + 40.7078, + 40.70798, + 40.74305, + 40.70643, + 40.77702, + 40.75688, + 40.75862, + 40.7202, + 40.75742, + 40.74664, + 40.72453, + 40.68762, + 40.76067, + 40.75498, + 40.65596, + 40.6996, + 40.68018, + 40.81775, + 40.76239, + 40.77101, + 40.67015, + 40.72399, + 40.84353, + 40.78222, + 40.7816, + 40.73388, + 40.72517, + 40.75574, + 40.58495, + 40.71054, + 40.76718, + 40.73301, + 40.74191, + 40.74411, + 40.57885, + 40.78071, + 40.6832, + 40.74268, + 40.68541, + 40.76125, + 40.69023, + 40.76414, + 40.823, + 40.59842, + 40.76424, + 40.69136, + 40.7804, + 40.71512, + 40.57835, + 40.74412, + 40.76452, + 40.76371, + 40.70791, + 40.6827, + 40.81942, + 40.80013, + 40.79466, + 40.75546, + 40.76134, + 40.71912, + 40.77212, + 40.69587, + 40.68899, + 40.6966, + 40.68366, + 40.72455, + 40.72052, + 40.85833, + 40.63313, + 40.77221, + 40.63531, + 40.6354, + 40.70296, + 40.67771, + 40.63275, + 40.72176, + 40.77706, + 40.79905, + 40.67939, + 40.68633, + 40.74923, + 40.59495, + 40.70603, + 40.76283, + 40.71761, + 40.85374, + 40.82369, + 40.68587, + 40.68736, + 40.6924, + 40.73437, + 40.75893, + 40.80553, + 40.72877, + 40.76215, + 40.83513, + 40.73825, + 40.83123, + 40.73676, + 40.76762, + 40.70065, + 40.83144, + 40.7007, + 40.749, + 40.68296, + 40.69026, + 40.6999, + 40.75896, + 40.70372, + 40.59932, + 40.7573, + 40.67759, + 40.70239, + 40.76767, + 40.7317, + 40.8303, + 40.74798, + 40.62886, + 40.76383, + 40.82414, + 40.72472, + 40.8285, + 40.70312, + 40.82978, + 40.57825, + 40.69474, + 40.68661, + 40.73624, + 40.67634, + 40.76436, + 40.82285, + 40.7125, + 40.74661, + 40.7154, + 40.66064, + 40.78673, + 40.79056, + 40.83717, + 40.74674, + 40.77257, + 40.69101, + 40.79952, + 40.70358, + 40.71713, + 40.6431, + 40.62094, + 40.86284, + 40.67332, + 40.58817, + 40.71373, + 40.70757, + 40.76103, + 40.68993, + 40.71801, + 40.68746, + 40.72646, + 40.7545, + 40.76465, + 40.6845, + 40.62281, + 40.72162, + 40.71145, + 40.72757, + 40.7176, + 40.72617, + 40.67759, + 40.762, + 40.66694, + 40.75706, + 40.80672, + 40.87874, + 40.76387, + 40.68952, + 40.71098, + 40.76832, + 40.72545, + 40.67385, + 40.70721, + 40.72566, + 40.58927, + 40.80317, + 40.85658, + 40.61753, + 40.76417, + 40.73759, + 40.60475, + 40.75722, + 40.74493, + 40.69854, + 40.66646, + 40.76402, + 40.69847, + 40.65973, + 40.74771, + 40.76364, + 40.82639, + 40.75019, + 40.73844, + 40.76425, + 40.67693, + 40.72904, + 40.80641, + 40.80977, + 40.71125, + 40.73283, + 40.67522, + 40.73308, + 40.79803, + 40.7099, + 40.75445, + 40.68847, + 40.71469, + 40.72861, + 40.74822, + 40.70679, + 40.72486, + 40.7203, + 40.67379, + 40.70826, + 40.66873, + 40.74674, + 40.70863, + 40.67493, + 40.62987, + 40.80852, + 40.7768, + 40.75613, + 40.71872, + 40.80869, + 40.74545, + 40.72774, + 40.67755, + 40.86592, + 40.67745, + 40.80996, + 40.79419, + 40.80838, + 40.74125, + 40.7063, + 40.85368, + 40.79247, + 40.80902, + 40.71461, + 40.70631, + 40.76134, + 40.88523, + 40.76296, + 40.71527, + 40.76187, + 40.73676, + 40.64163, + 40.81304, + 40.74775, + 40.74829, + 40.74677, + 40.77111, + 40.74024, + 40.76274, + 40.72128, + 40.86858, + 40.64017, + 40.67792, + 40.67982, + 40.67266, + 40.68937, + 40.81151, + 40.65556, + 40.65472, + 40.67772, + 40.66138, + 40.71889, + 40.64176, + 40.71642, + 40.70505, + 40.80689, + 40.73501, + 40.69055, + 40.78747, + 40.72196, + 40.74708, + 40.68939, + 40.68569, + 40.76108, + 40.76494, + 40.7036, + 40.82831, + 40.69446, + 40.80508, + 40.7659, + 40.73156, + 40.7963, + 40.71384, + 40.85689, + 40.75487, + 40.82802, + 40.67369, + 40.76268, + 40.78592, + 40.66752, + 40.68676, + 40.68727, + 40.71497, + 40.68718, + 40.7281, + 40.68602, + 40.7927, + 40.71317, + 40.77064, + 40.69491, + 40.71685, + 40.69418, + 40.70433, + 40.81795, + 40.80868, + 40.73526, + 40.79614, + 40.80535, + 40.71716, + 40.63321, + 40.68713, + 40.73682, + 40.67146, + 40.80015, + 40.76066, + 40.68511, + 40.72619, + 40.85798, + 40.81737, + 40.84433, + 40.74713, + 40.68026, + 40.71482, + 40.73458, + 40.79632, + 40.7458, + 40.726, + 40.63896, + 40.80858, + 40.69056, + 40.73291, + 40.77932, + 40.76403, + 40.7754, + 40.69718, + 40.63993, + 40.76417, + 40.72387, + 40.79966, + 40.71255, + 40.70091, + 40.75435, + 40.74437, + 40.74305, + 40.69064, + 40.72235, + 40.63649, + 40.73453, + 40.75936, + 40.74637, + 40.85374, + 40.72609, + 40.77388, + 40.77176, + 40.76586, + 40.72504, + 40.76579, + 40.71597, + 40.76612, + 40.71771, + 40.76714, + 40.76558, + 40.80126, + 40.76391, + 40.72611, + 40.75291, + 40.80859, + 40.71409, + 40.83468, + 40.80526, + 40.75316, + 40.7724, + 40.76047, + 40.74464, + 40.66319, + 40.756, + 40.76153, + 40.64932, + 40.828, + 40.7185, + 40.65904, + 40.61401, + 40.69021, + 40.69339, + 40.69526, + 40.66189, + 40.75534, + 40.72618, + 40.75406, + 40.7554, + 40.75523, + 40.75494, + 40.75568, + 40.75379, + 40.75669, + 40.75643, + 40.75451, + 40.78345, + 40.53076, + 40.69941, + 40.81157, + 40.71853, + 40.7192, + 40.72235, + 40.71837, + 40.73735, + 40.7215, + 40.66261, + 40.74705, + 40.75, + 40.66473, + 40.70473, + 40.66064, + 40.75652, + 40.75935, + 40.75967, + 40.57503, + 40.68961, + 40.74027, + 40.58941, + 40.59087, + 40.58972, + 40.85251, + 40.82504, + 40.66713, + 40.73559, + 40.86025, + 40.72183, + 40.77621, + 40.71758, + 40.75295, + 40.68182, + 40.53939, + 40.7753, + 40.68315, + 40.74473, + 40.7431, + 40.66288, + 40.69838, + 40.67562, + 40.82936, + 40.82509, + 40.70631, + 40.77629, + 40.63957, + 40.73829, + 40.76316, + 40.70378, + 40.69015, + 40.72081, + 40.7483, + 40.66682, + 40.85423, + 40.66678, + 40.7075, + 40.78932, + 40.68098, + 40.74743, + 40.6999, + 40.71097, + 40.64613, + 40.75216, + 40.75978, + 40.80464, + 40.74409, + 40.71359, + 40.71292, + 40.70708, + 40.64943, + 40.64521, + 40.77374, + 40.71146, + 40.63136, + 40.72128, + 40.7585, + 40.65986, + 40.81103, + 40.73473, + 40.50943, + 40.69551, + 40.74381, + 40.6909, + 40.76885, + 40.73684, + 40.79328, + 40.7067, + 40.77838, + 40.69867, + 40.64522, + 40.76957, + 40.7483, + 40.79482, + 40.65724, + 40.79355, + 40.68243, + 40.76234, + 40.69474, + 40.76189, + 40.76735, + 40.71988, + 40.75671, + 40.76377, + 40.71706, + 40.7276, + 40.81982, + 40.76233, + 40.68757, + 40.72649, + 40.83616, + 40.72582, + 40.69234, + 40.72662, + 40.74156, + 40.64208, + 40.69521, + 40.67672, + 40.66197, + 40.7261, + 40.80497, + 40.83903, + 40.70358, + 40.75951, + 40.7132, + 40.68475, + 40.74836, + 40.71703, + 40.66916, + 40.74807, + 40.72748, + 40.72599, + 40.8287, + 40.76359, + 40.7201, + 40.84721, + 40.67916, + 40.64739, + 40.75535, + 40.74324, + 40.78645, + 40.76022, + 40.75175, + 40.74125, + 40.72605, + 40.68993, + 40.82862, + 40.75583, + 40.85413, + 40.68716, + 40.70641, + 40.70644, + 40.7258, + 40.70782, + 40.72721, + 40.68327, + 40.70722, + 40.68337, + 40.7646, + 40.70659, + 40.76233, + 40.72719, + 40.74769, + 40.72577, + 40.68036, + 40.76106, + 40.76113, + 40.7319, + 40.72916, + 40.69054, + 40.7281, + 40.62061, + 40.68954, + 40.74312, + 40.74257, + 40.72718, + 40.7274, + 40.74155, + 40.72655, + 40.71743, + 40.75659, + 40.72276, + 40.72104, + 40.69593, + 40.71867, + 40.88798, + 40.86997, + 40.86958, + 40.8688, + 40.85911, + 40.85873, + 40.78298, + 40.68337, + 40.58518, + 40.73817, + 40.67068, + 40.75693, + 40.75235, + 40.76814, + 40.65118, + 40.76383, + 40.72627, + 40.58647, + 40.70877, + 40.69969, + 40.77581, + 40.77652, + 40.64501, + 40.74465, + 40.7655, + 40.7283, + 40.71839, + 40.63721, + 40.63814, + 40.74561, + 40.74302, + 40.63698, + 40.64856, + 40.70939, + 40.7584, + 40.69152, + 40.81376, + 40.71872, + 40.77086, + 40.73712, + 40.76989, + 40.77697, + 40.78707, + 40.77045, + 40.79582, + 40.77031, + 40.79512, + 40.71765, + 40.77558, + 40.76805, + 40.76615, + 40.77821, + 40.70267, + 40.75181, + 40.72222, + 40.67957, + 40.7604, + 40.75277, + 40.71801, + 40.81872, + 40.61822, + 40.72564, + 40.81981, + 40.68414, + 40.66468, + 40.74577, + 40.72376, + 40.68991, + 40.74751, + 40.74536, + 40.71323, + 40.70671, + 40.71693, + 40.74876, + 40.7475, + 40.74385, + 40.72049, + 40.74882, + 40.61058, + 40.69114, + 40.74812, + 40.77927, + 40.69118, + 40.76537, + 40.74399, + 40.69707, + 40.74305, + 40.76129, + 40.67834, + 40.79058, + 40.81582, + 40.71736, + 40.74479, + 40.73866, + 40.67101, + 40.7194, + 40.75375, + 40.76139, + 40.67337, + 40.7266, + 40.66714, + 40.73456, + 40.67565, + 40.74329, + 40.71805, + 40.72657, + 40.70113, + 40.72049, + 40.66162, + 40.74383, + 40.63087, + 40.68096, + 40.70893, + 40.66238, + 40.78948, + 40.79058, + 40.7894, + 40.71114, + 40.74344, + 40.69457, + 40.74436, + 40.61637, + 40.74372, + 40.71736, + 40.69316, + 40.71978, + 40.725, + 40.71399, + 40.80676, + 40.71398, + 40.64172, + 40.71495, + 40.74334, + 40.749, + 40.6336, + 40.7149, + 40.64061, + 40.7155, + 40.7444, + 40.74616, + 40.744, + 40.74757, + 40.75869, + 40.7443, + 40.75064, + 40.74457, + 40.71344, + 40.74442, + 40.81508, + 40.74463, + 40.74459, + 40.74425, + 40.7983, + 40.74886, + 40.7442, + 40.75661, + 40.74322, + 40.80529, + 40.7473, + 40.71779, + 40.74458, + 40.74206, + 40.7431, + 40.73159, + 40.74455, + 40.69237, + 40.6884, + 40.68971, + 40.8718, + 40.82578, + 40.67307, + 40.74833, + 40.71549, + 40.60753, + 40.72101, + 40.70799, + 40.70673, + 40.70811, + 40.70575, + 40.79837, + 40.76067, + 40.7622, + 40.70745, + 40.74357, + 40.74808, + 40.74892, + 40.6904, + 40.65863, + 40.74673, + 40.75708, + 40.756, + 40.75547, + 40.76277, + 40.76307, + 40.7473, + 40.72006, + 40.74899, + 40.80154, + 40.74725, + 40.74288, + 40.74295, + 40.74451, + 40.75954, + 40.78263, + 40.76383, + 40.73935, + 40.71697, + 40.67109, + 40.71701, + 40.71574, + 40.73655, + 40.60858, + 40.76299, + 40.75949, + 40.76275, + 40.70838, + 40.7562, + 40.60911, + 40.69605, + 40.83207, + 40.75291, + 40.70625, + 40.78012, + 40.69469, + 40.71089, + 40.65535, + 40.67145, + 40.78307, + 40.77081, + 40.74143, + 40.70053, + 40.75821, + 40.72572, + 40.76796, + 40.76089, + 40.78873, + 40.72657, + 40.7997, + 40.78908, + 40.7601, + 40.76365, + 40.7988, + 40.84732, + 40.75939, + 40.7482, + 40.76514, + 40.73256, + 40.75547, + 40.68873, + 40.74848, + 40.69348, + 40.77132, + 40.76392, + 40.74646, + 40.74669, + 40.74847, + 40.71949, + 40.82204, + 40.75476, + 40.76501, + 40.64918, + 40.76356, + 40.82374, + 40.76509, + 40.70861, + 40.72764, + 40.76424, + 40.76404, + 40.85539, + 40.76487, + 40.76113, + 40.82172, + 40.68957, + 40.70865, + 40.69634, + 40.73891, + 40.84176, + 40.75455, + 40.75823, + 40.74525, + 40.75911, + 40.75624, + 40.74781, + 40.74696, + 40.75974, + 40.78714, + 40.69971, + 40.75484, + 40.78766, + 40.76044, + 40.76263, + 40.69824, + 40.799, + 40.6357, + 40.76377, + 40.66316, + 40.68538, + 40.74392, + 40.71055, + 40.68425, + 40.70254, + 40.82132, + 40.64669, + 40.76394, + 40.71209, + 40.81869, + 40.76444, + 40.79599, + 40.76411, + 40.76481, + 40.64127, + 40.69214, + 40.72604, + 40.67623, + 40.66701, + 40.67463, + 40.89323, + 40.80098, + 40.70659, + 40.76329, + 40.71837, + 40.71544, + 40.69026, + 40.81149, + 40.76284, + 40.85638, + 40.73435, + 40.69664, + 40.6944, + 40.69791, + 40.68463, + 40.76238, + 40.59279, + 40.68406, + 40.76506, + 40.60625, + 40.85743, + 40.76256, + 40.76512, + 40.73108, + 40.7472, + 40.68295, + 40.72096, + 40.80619, + 40.71345, + 40.74125, + 40.72905, + 40.6929, + 40.71752, + 40.6613, + 40.71018, + 40.72765, + 40.76831, + 40.76795, + 40.67753, + 40.71909, + 40.70629, + 40.69362, + 40.72035, + 40.75837, + 40.69561, + 40.82622, + 40.77166, + 40.67653, + 40.72027, + 40.61735, + 40.74351, + 40.76625, + 40.76566, + 40.83894, + 40.7482, + 40.76194, + 40.76568, + 40.67165, + 40.78891, + 40.6261, + 40.68526, + 40.69388, + 40.70506, + 40.73232, + 40.74653, + 40.76077, + 40.75971, + 40.68929, + 40.70624, + 40.77198, + 40.74506, + 40.70034, + 40.8019, + 40.76063, + 40.73505, + 40.70552, + 40.75526, + 40.78373, + 40.86353, + 40.72343, + 40.69636, + 40.7609, + 40.84709, + 40.8305, + 40.71516, + 40.6573, + 40.76142, + 40.66234, + 40.76024, + 40.75048, + 40.72059, + 40.76277, + 40.76449, + 40.64899, + 40.66154, + 40.76102, + 40.68855, + 40.70642, + 40.77367, + 40.68647, + 40.72859, + 40.68763, + 40.68446, + 40.73479, + 40.74237, + 40.75871, + 40.89701, + 40.7534, + 40.78578, + 40.76127, + 40.73847, + 40.66799, + 40.66635, + 40.77377, + 40.5875, + 40.7154, + 40.69521, + 40.74132, + 40.74255, + 40.82693, + 40.70751, + 40.70344, + 40.74119, + 40.71124, + 40.72363, + 40.77585, + 40.70685, + 40.68959, + 40.76591, + 40.78834, + 40.75419, + 40.72612, + 40.76593, + 40.7622, + 40.76183, + 40.76386, + 40.7655, + 40.7642, + 40.71986, + 40.73128, + 40.74546, + 40.7079, + 40.70797, + 40.7632, + 40.7172, + 40.68734, + 40.77242, + 40.68739, + 40.68495, + 40.81557, + 40.68717, + 40.78373, + 40.71118, + 40.77625, + 40.75746, + 40.68254, + 40.63344, + 40.73213, + 40.65176, + 40.79496, + 40.6358, + 40.73863, + 40.72291, + 40.69464, + 40.70706, + 40.68005, + 40.67948, + 40.65039, + 40.77122, + 40.76401, + 40.7228, + 40.82187, + 40.7245, + 40.59125, + 40.72725, + 40.81024, + 40.75055, + 40.82888, + 40.81979, + 40.71306, + 40.66299, + 40.70483, + 40.74566, + 40.76022, + 40.68179, + 40.74421, + 40.80173, + 40.75829, + 40.76366, + 40.74298, + 40.68205, + 40.74221, + 40.80828, + 40.83466, + 40.72792, + 40.80844, + 40.65406, + 40.6541, + 40.65551, + 40.73176, + 40.75518, + 40.77134, + 40.7069, + 40.65957, + 40.66232, + 40.75778, + 40.71611, + 40.82788, + 40.69394, + 40.6611, + 40.62937, + 40.79908, + 40.67493, + 40.66956, + 40.74042, + 40.87846, + 40.742, + 40.76433, + 40.73705, + 40.69857, + 40.69216, + 40.68682, + 40.72608, + 40.70117, + 40.68675, + 40.66737, + 40.68747, + 40.68366, + 40.81675, + 40.76738, + 40.76645, + 40.68777, + 40.66566, + 40.68778, + 40.76157, + 40.68753, + 40.74283, + 40.77957, + 40.80346, + 40.72702, + 40.76235, + 40.7005, + 40.75982, + 40.74424, + 40.69143, + 40.81393, + 40.79901, + 40.7555, + 40.749, + 40.81868, + 40.80103, + 40.7004, + 40.822, + 40.76728, + 40.71814, + 40.80176, + 40.68906, + 40.67289, + 40.60551, + 40.74318, + 40.73359, + 40.72048, + 40.70513, + 40.70726, + 40.59636, + 40.6847, + 40.70508, + 40.69447, + 40.76312, + 40.7923, + 40.75803, + 40.76097, + 40.76028, + 40.72404, + 40.71083, + 40.84268, + 40.68882, + 40.72842, + 40.7646, + 40.82136, + 40.67542, + 40.765, + 40.66819, + 40.75917, + 40.7192, + 40.75258, + 40.68794, + 40.71651, + 40.82128, + 40.73802, + 40.70098, + 40.67903, + 40.62903, + 40.72375, + 40.66765, + 40.68934, + 40.61569, + 40.76187, + 40.7439, + 40.71929, + 40.71151, + 40.70137, + 40.65101, + 40.74117, + 40.78192, + 40.71534, + 40.7267, + 40.74791, + 40.77101, + 40.74682, + 40.75393, + 40.76768, + 40.76578, + 40.63506, + 40.76272, + 40.75654, + 40.72803, + 40.74442, + 40.74094, + 40.75348, + 40.73258, + 40.70078, + 40.76169, + 40.75367, + 40.75748, + 40.75347, + 40.83898, + 40.72697, + 40.76383, + 40.73591, + 40.74814, + 40.67385, + 40.75813, + 40.75501, + 40.70696, + 40.76251, + 40.65902, + 40.70473, + 40.75287, + 40.69041, + 40.73611, + 40.69447, + 40.7363, + 40.75728, + 40.74614, + 40.74239, + 40.74258, + 40.71419, + 40.86871, + 40.75392, + 40.8127, + 40.70478, + 40.89147, + 40.72685, + 40.80618, + 40.76495, + 40.72993, + 40.72757, + 40.82778, + 40.76605, + 40.68559, + 40.70149, + 40.76542, + 40.79523, + 40.58485, + 40.73927, + 40.74575, + 40.74832, + 40.74854, + 40.6624, + 40.70012, + 40.66459, + 40.80486, + 40.68213, + 40.76273, + 40.73129, + 40.68543, + 40.72085, + 40.68027, + 40.79164, + 40.76476, + 40.70912, + 40.72435, + 40.74833, + 40.76671, + 40.67038, + 40.60585, + 40.69694, + 40.85457, + 40.67132, + 40.67144, + 40.69134, + 40.75152, + 40.81203, + 40.81494, + 40.69367, + 40.81489, + 40.84607, + 40.756, + 40.82155, + 40.68896, + 40.6905, + 40.76179, + 40.75926, + 40.67768, + 40.73872, + 40.67621, + 40.76774, + 40.78481, + 40.75049, + 40.74434, + 40.74283, + 40.74615, + 40.74171, + 40.74066, + 40.75365, + 40.74, + 40.74045, + 40.73847, + 40.69174, + 40.68833, + 40.68787, + 40.74774, + 40.69704, + 40.58825, + 40.84853, + 40.64184, + 40.70736, + 40.73081, + 40.69852, + 40.76411, + 40.78085, + 40.66277, + 40.70694, + 40.68739, + 40.82512, + 40.75946, + 40.74469, + 40.71346, + 40.64224, + 40.70161, + 40.75837, + 40.69044, + 40.76011, + 40.6821, + 40.76928, + 40.76918, + 40.68936, + 40.76615, + 40.69722, + 40.6946, + 40.70528, + 40.74338, + 40.80224, + 40.71357, + 40.69423, + 40.70785, + 40.80224, + 40.74329, + 40.76479, + 40.73999, + 40.65842, + 40.7665, + 40.7455, + 40.74793, + 40.75949, + 40.72896, + 40.77574, + 40.72608, + 40.79798, + 40.74505, + 40.71004, + 40.76228, + 40.75606, + 40.63911, + 40.77545, + 40.74667, + 40.76043, + 40.69888, + 40.76457, + 40.71599, + 40.76828, + 40.8564, + 40.76235, + 40.66199, + 40.7592, + 40.74972, + 40.71413, + 40.63331, + 40.87066, + 40.74625, + 40.74006, + 40.73735, + 40.69161, + 40.74922, + 40.64212, + 40.81051, + 40.7204, + 40.77618, + 40.76786, + 40.7635, + 40.76665, + 40.65877, + 40.6774, + 40.66292, + 40.66222, + 40.86493, + 40.68936, + 40.63486, + 40.72247, + 40.68364, + 40.75144, + 40.76088, + 40.6818, + 40.69343, + 40.70574, + 40.82238, + 40.73207, + 40.65377, + 40.6626, + 40.6966, + 40.80211, + 40.71413, + 40.73766, + 40.67815, + 40.67864, + 40.75596, + 40.6297, + 40.63066, + 40.75088, + 40.67816, + 40.74216, + 40.76243, + 40.74217, + 40.72832, + 40.68253, + 40.76001, + 40.67838, + 40.77018, + 40.75606, + 40.73006, + 40.71705, + 40.74488, + 40.70527, + 40.81144, + 40.75998, + 40.65539, + 40.80474, + 40.72671, + 40.60795, + 40.76372, + 40.75217, + 40.69006, + 40.68864, + 40.711, + 40.748, + 40.71071, + 40.7616, + 40.76124, + 40.68598, + 40.68158, + 40.68144, + 40.82168, + 40.7103, + 40.70196, + 40.6853, + 40.69004, + 40.73125, + 40.75124, + 40.76299, + 40.67201, + 40.70757, + 40.81433, + 40.81369, + 40.81389, + 40.80778, + 40.71262, + 40.63053, + 40.75596, + 40.76194, + 40.75875, + 40.86093, + 40.76285, + 40.77746, + 40.74814, + 40.76527, + 40.7485, + 40.68725, + 40.66509, + 40.6889, + 40.75883, + 40.75508, + 40.70929, + 40.72837, + 40.71452, + 40.70741, + 40.68207, + 40.70587, + 40.71509, + 40.75755, + 40.80438, + 40.64746, + 40.76015, + 40.85609, + 40.76444, + 40.74344, + 40.73168, + 40.63919, + 40.77069, + 40.79147, + 40.67575, + 40.67866, + 40.75842, + 40.81852, + 40.67125, + 40.71203, + 40.70695, + 40.75994, + 40.66104, + 40.74363, + 40.69488, + 40.76212, + 40.74114, + 40.8703, + 40.76358, + 40.76438, + 40.72317, + 40.64621, + 40.71257, + 40.71192, + 40.72952, + 40.73979, + 40.75103, + 40.74535, + 40.72273, + 40.66397, + 40.68805, + 40.78021, + 40.84274, + 40.84414, + 40.73194, + 40.71678, + 40.70723, + 40.67376, + 40.70678, + 40.76426, + 40.68635, + 40.70569, + 40.67585, + 40.82521, + 40.68624, + 40.76329, + 40.71232, + 40.86066, + 40.72699, + 40.68722, + 40.74122, + 40.68197, + 40.70241, + 40.72697, + 40.75426, + 40.75949, + 40.7592, + 40.72016, + 40.7682, + 40.75009, + 40.73265, + 40.72025, + 40.72194, + 40.72047, + 40.71647, + 40.75962, + 40.81658, + 40.7143, + 40.74052, + 40.71518, + 40.71511, + 40.68752, + 40.71962, + 40.75566, + 40.68743, + 40.75672, + 40.75711, + 40.70886, + 40.69424, + 40.70633, + 40.67162, + 40.67432, + 40.77401, + 40.76269, + 40.78658, + 40.70155, + 40.86542, + 40.72358, + 40.73523, + 40.75431, + 40.71035, + 40.70985, + 40.76308, + 40.68451, + 40.72434, + 40.77474, + 40.76125, + 40.70415, + 40.76462, + 40.9026, + 40.86639, + 40.7409, + 40.79836, + 40.66206, + 40.76288, + 40.72812, + 40.78037, + 40.70606, + 40.79136, + 40.71601, + 40.67846, + 40.76276, + 40.80463, + 40.80348, + 40.7575, + 40.58625, + 40.80485, + 40.80494, + 40.71871, + 40.82318, + 40.72019, + 40.80315, + 40.80445, + 40.75734, + 40.76254, + 40.64635, + 40.86963, + 40.76435, + 40.71301, + 40.62845, + 40.87085, + 40.80322, + 40.75259, + 40.68919, + 40.86947, + 40.87066, + 40.67634, + 40.71654, + 40.65926, + 40.74402, + 40.76021, + 40.6949, + 40.71334, + 40.7488, + 40.68875, + 40.71703, + 40.69757, + 40.69611, + 40.76198, + 40.69747, + 40.69632, + 40.69696, + 40.69698, + 40.69617, + 40.69749, + 40.69634, + 40.6971, + 40.69774, + 40.7128, + 40.69706, + 40.69768, + 40.69633, + 40.69693, + 40.69632, + 40.69706, + 40.71926, + 40.72973, + 40.74, + 40.75942, + 40.76437, + 40.80092, + 40.74501, + 40.72329, + 40.75332, + 40.72175, + 40.67813, + 40.62958, + 40.76801, + 40.70701, + 40.60825, + 40.8455, + 40.76397, + 40.74942, + 40.6815, + 40.74055, + 40.75268, + 40.58817, + 40.72208, + 40.66512, + 40.88452, + 40.74032, + 40.77664, + 40.71216, + 40.76117, + 40.77044, + 40.70364, + 40.76842, + 40.70599, + 40.74399, + 40.70385, + 40.72085, + 40.74337, + 40.65792, + 40.787, + 40.76227, + 40.69339, + 40.72087, + 40.75765, + 40.64658, + 40.76183, + 40.68209, + 40.6938, + 40.75493, + 40.74908, + 40.65175, + 40.65022, + 40.73942, + 40.64946, + 40.72938, + 40.68224, + 40.74637, + 40.74509, + 40.87256, + 40.77119, + 40.7046, + 40.7003, + 40.76599, + 40.70629, + 40.67807, + 40.75811, + 40.74612, + 40.69935, + 40.70024, + 40.83833, + 40.70109, + 40.82794, + 40.77005, + 40.7132, + 40.66192, + 40.76581, + 40.50641, + 40.69424, + 40.71336, + 40.69216, + 40.7572, + 40.73325, + 40.7643, + 40.80155, + 40.67228, + 40.69403, + 40.70595, + 40.69222, + 40.69383, + 40.71324, + 40.79495, + 40.74536, + 40.69171, + 40.76333, + 40.76573, + 40.76369, + 40.8014, + 40.65681, + 40.88125, + 40.85681, + 40.74704, + 40.88531, + 40.80069, + 40.66731, + 40.7428, + 40.76453, + 40.7665, + 40.66302, + 40.68129, + 40.72105, + 40.69235, + 40.75117, + 40.70612, + 40.82817, + 40.76316, + 40.66993, + 40.67977, + 40.80857, + 40.82784, + 40.63851, + 40.72438, + 40.75558, + 40.71625, + 40.77444, + 40.72367, + 40.56153, + 40.64434, + 40.58567, + 40.67711, + 40.76822, + 40.72037, + 40.64685, + 40.68971, + 40.66524, + 40.71913, + 40.80621, + 40.78642, + 40.58447, + 40.7459, + 40.71144, + 40.71431, + 40.68965, + 40.71496, + 40.744, + 40.84308, + 40.7739, + 40.62382, + 40.7207, + 40.72109, + 40.72085, + 40.72254, + 40.72232, + 40.68557, + 40.69128, + 40.69312, + 40.65944, + 40.74441, + 40.69158, + 40.77122, + 40.68603, + 40.64575, + 40.76883, + 40.72076, + 40.71418, + 40.75283, + 40.71884, + 40.69325, + 40.67606, + 40.75932, + 40.6666, + 40.6752, + 40.75809, + 40.80695, + 40.856, + 40.6748, + 40.80391, + 40.75304, + 40.76135, + 40.64225, + 40.84655, + 40.69405, + 40.76369, + 40.76313, + 40.81868, + 40.73975, + 40.64936, + 40.70013, + 40.69175, + 40.73234, + 40.77842, + 40.8315, + 40.83329, + 40.76209, + 40.69014, + 40.77719, + 40.67072, + 40.80434, + 40.69934, + 40.72434, + 40.642, + 40.8129, + 40.75563, + 40.77065, + 40.74244, + 40.78986, + 40.71139, + 40.70126, + 40.69483, + 40.70737, + 40.66154, + 40.75372, + 40.80102, + 40.67037, + 40.72683, + 40.72775, + 40.79755, + 40.71982, + 40.74887, + 40.80478, + 40.74415, + 40.75438, + 40.67718, + 40.84631, + 40.73877, + 40.80482, + 40.75692, + 40.69463, + 40.74783, + 40.6524, + 40.63646, + 40.70545, + 40.7061, + 40.76418, + 40.72347, + 40.74512, + 40.76135, + 40.70517, + 40.68615, + 40.70519, + 40.7055, + 40.64265, + 40.7316, + 40.74496, + 40.67054, + 40.80369, + 40.773, + 40.73313, + 40.72056, + 40.82231, + 40.80837, + 40.75612, + 40.75519, + 40.70816, + 40.58101, + 40.71891, + 40.82623, + 40.87277, + 40.74762, + 40.82586, + 40.76537, + 40.66537, + 40.70611, + 40.80099, + 40.82593, + 40.67299, + 40.70919, + 40.70823, + 40.76199, + 40.82549, + 40.64468, + 40.64405, + 40.86429, + 40.75424, + 40.72304, + 40.74293, + 40.71269, + 40.78166, + 40.80807, + 40.7294, + 40.71006, + 40.7569, + 40.70417, + 40.74307, + 40.74385, + 40.65905, + 40.76769, + 40.75351, + 40.61819, + 40.74422, + 40.70762, + 40.74336, + 40.71421, + 40.74399, + 40.66678, + 40.74405, + 40.74419, + 40.70779, + 40.76151, + 40.73613, + 40.8462, + 40.71243, + 40.74424, + 40.66969, + 40.70423, + 40.70769, + 40.74511, + 40.76551, + 40.7885, + 40.76332, + 40.74696, + 40.69644, + 40.7846, + 40.79879, + 40.62317, + 40.68036, + 40.69924, + 40.68981, + 40.73954, + 40.71261, + 40.72685, + 40.70022, + 40.68382, + 40.72899, + 40.81879, + 40.7191, + 40.70537, + 40.73894, + 40.79976, + 40.82759, + 40.64699, + 40.61994, + 40.67897, + 40.68091, + 40.57534, + 40.65982, + 40.74164, + 40.78015, + 40.69229, + 40.72815, + 40.70762, + 40.73259, + 40.7607, + 40.76286, + 40.81173, + 40.76408, + 40.70771, + 40.75249, + 40.71512, + 40.73953, + 40.64332, + 40.80144, + 40.78544, + 40.64898, + 40.68761, + 40.66772, + 40.70677, + 40.80386, + 40.73859, + 40.7189, + 40.70748, + 40.74833, + 40.76355, + 40.74509, + 40.74318, + 40.76617, + 40.74006, + 40.76536, + 40.69172, + 40.74174, + 40.70087, + 40.75882, + 40.72478, + 40.67867, + 40.69463, + 40.8433, + 40.6964, + 40.64151, + 40.80033, + 40.71918, + 40.81858, + 40.69334, + 40.80491, + 40.67437, + 40.73035, + 40.76073, + 40.76391, + 40.79213, + 40.76553, + 40.74946, + 40.69691, + 40.6853, + 40.70567, + 40.72716, + 40.76164, + 40.82754, + 40.7637, + 40.70924, + 40.76954, + 40.66008, + 40.86114, + 40.69524, + 40.69423, + 40.76465, + 40.70056, + 40.73775, + 40.74673, + 40.84346, + 40.74825, + 40.83747, + 40.71708, + 40.75938, + 40.74509, + 40.69252, + 40.71821, + 40.7195, + 40.71694, + 40.76413, + 40.69258, + 40.69208, + 40.75625, + 40.6997, + 40.74383, + 40.80775, + 40.81668, + 40.6922, + 40.69965, + 40.70125, + 40.69485, + 40.72098, + 40.75855, + 40.67976, + 40.70105, + 40.76569, + 40.6871, + 40.71213, + 40.83351, + 40.6765, + 40.7144, + 40.76847, + 40.76374, + 40.79833, + 40.67825, + 40.84143, + 40.64264, + 40.72488, + 40.70522, + 40.60724, + 40.7615, + 40.71556, + 40.69698, + 40.86269, + 40.6346, + 40.64353, + 40.72352, + 40.6771, + 40.71288, + 40.69134, + 40.69284, + 40.68002, + 40.72546, + 40.75597, + 40.68479, + 40.70816, + 40.71668, + 40.68884, + 40.6944, + 40.76814, + 40.82178, + 40.62434, + 40.71283, + 40.70905, + 40.71011, + 40.68612, + 40.63772, + 40.82292, + 40.76938, + 40.73888, + 40.84344, + 40.79522, + 40.73902, + 40.7315, + 40.68434, + 40.71655, + 40.68927, + 40.77012, + 40.7043, + 40.641, + 40.68028, + 40.71143, + 40.69416, + 40.75959, + 40.69382, + 40.82339, + 40.7486, + 40.78991, + 40.69429, + 40.69386, + 40.69207, + 40.68273, + 40.74083, + 40.66438, + 40.68729, + 40.70322, + 40.765, + 40.73996, + 40.70483, + 40.69624, + 40.74869, + 40.74064, + 40.7069, + 40.71564, + 40.81395, + 40.70929, + 40.74088, + 40.7503, + 40.7389, + 40.71722, + 40.739, + 40.75237, + 40.71659, + 40.80921, + 40.68364, + 40.68575, + 40.7655, + 40.75174, + 40.72226, + 40.73883, + 40.74339, + 40.74335, + 40.70084, + 40.7113, + 40.6935, + 40.61354, + 40.69343, + 40.75284, + 40.72513, + 40.76433, + 40.75909, + 40.72438, + 40.67511, + 40.69482, + 40.76494, + 40.76565, + 40.68656, + 40.67632, + 40.7639, + 40.68242, + 40.7645, + 40.66085, + 40.72198, + 40.78861, + 40.76542, + 40.76523, + 40.76546, + 40.72632, + 40.70477, + 40.73864, + 40.83571, + 40.69528, + 40.8076, + 40.70424, + 40.74568, + 40.80935, + 40.6509, + 40.7113, + 40.80347, + 40.73913, + 40.83163, + 40.72165, + 40.77219, + 40.74499, + 40.73997, + 40.74033, + 40.66784, + 40.72503, + 40.74457, + 40.73724, + 40.66588, + 40.72076, + 40.74639, + 40.71151, + 40.75777, + 40.5771, + 40.75292, + 40.75499, + 40.62948, + 40.64262, + 40.6456, + 40.80609, + 40.64457, + 40.63281, + 40.75938, + 40.78149, + 40.75267, + 40.75823, + 40.67804, + 40.6726, + 40.72733, + 40.68787, + 40.88587, + 40.72247, + 40.70205, + 40.74709, + 40.69733, + 40.71797, + 40.73286, + 40.76364, + 40.74889, + 40.76303, + 40.762, + 40.68474, + 40.62806, + 40.69819, + 40.76218, + 40.7509, + 40.69796, + 40.7309, + 40.70141, + 40.59301, + 40.63524, + 40.65937, + 40.74776, + 40.73638, + 40.76375, + 40.72256, + 40.80622, + 40.67442, + 40.67615, + 40.67631, + 40.74443, + 40.72065, + 40.76035, + 40.71013, + 40.68794, + 40.78527, + 40.80528, + 40.62987, + 40.7388, + 40.74357, + 40.85988, + 40.73243, + 40.67913, + 40.65643, + 40.62245, + 40.73808, + 40.67887, + 40.6898, + 40.74849, + 40.71598, + 40.79846, + 40.81566, + 40.69328, + 40.74638, + 40.68991, + 40.68793, + 40.79234, + 40.68743, + 40.67884, + 40.68298, + 40.76049, + 40.6941, + 40.68293, + 40.69333, + 40.65465, + 40.63673, + 40.74887, + 40.65603, + 40.72549, + 40.74786, + 40.63293, + 40.75061, + 40.72281, + 40.74611, + 40.5949, + 40.80911, + 40.75732, + 40.75916, + 40.66986, + 40.74913, + 40.76019, + 40.79618, + 40.72935, + 40.63704, + 40.7537, + 40.7319, + 40.70831, + 40.70833, + 40.63771, + 40.69554, + 40.71976, + 40.74297, + 40.68019, + 40.70318, + 40.75508, + 40.75518, + 40.83901, + 40.72206, + 40.69414, + 40.75903, + 40.7518, + 40.69677, + 40.75726, + 40.76965, + 40.76783, + 40.66242, + 40.77587, + 40.76896, + 40.7664, + 40.76793, + 40.87852, + 40.76074, + 40.76285, + 40.76364, + 40.70469, + 40.76192, + 40.73171, + 40.74175, + 40.82936, + 40.6811, + 40.67207, + 40.76139, + 40.68477, + 40.87877, + 40.76215, + 40.67221, + 40.70112, + 40.68898, + 40.75993, + 40.71394, + 40.69386, + 40.81745, + 40.70694, + 40.5847, + 40.7875, + 40.70964, + 40.77223, + 40.64567, + 40.70534, + 40.7199, + 40.67671, + 40.58624, + 40.71115, + 40.74942, + 40.75895, + 40.72555, + 40.7069, + 40.7624, + 40.69069, + 40.67555, + 40.70146, + 40.72607, + 40.75395, + 40.69185, + 40.76067, + 40.76171, + 40.73895, + 40.60467, + 40.67822, + 40.74554, + 40.74833, + 40.71693, + 40.74964, + 40.69221, + 40.75229, + 40.75161, + 40.68218, + 40.60544, + 40.75109, + 40.75225, + 40.67853, + 40.75209, + 40.73592, + 40.81216, + 40.70662, + 40.71401, + 40.69229, + 40.73559, + 40.70898, + 40.67925, + 40.73895, + 40.71582, + 40.7449, + 40.71799, + 40.68616, + 40.79981, + 40.68269, + 40.68886, + 40.74894, + 40.7193, + 40.69209, + 40.64244, + 40.76595, + 40.7574, + 40.86471, + 40.71043, + 40.68034, + 40.69874, + 40.75654, + 40.76731, + 40.67757, + 40.74325, + 40.71133, + 40.58921, + 40.82024, + 40.77098, + 40.66603, + 40.67398, + 40.75527, + 40.69689, + 40.71658, + 40.76558, + 40.64458, + 40.80855, + 40.70774, + 40.75696, + 40.75675, + 40.80143, + 40.81226, + 40.89198, + 40.70489, + 40.81436, + 40.70762, + 40.70379, + 40.67459, + 40.73054, + 40.67612, + 40.71325, + 40.6758, + 40.79829, + 40.77379, + 40.75943, + 40.75549, + 40.68636, + 40.75041, + 40.67532, + 40.63979, + 40.80146, + 40.78672, + 40.74801, + 40.69406, + 40.71735, + 40.7441, + 40.70301, + 40.70852, + 40.70802, + 40.73558, + 40.7717, + 40.73109, + 40.70818, + 40.70691, + 40.70772, + 40.76891, + 40.68698, + 40.67032, + 40.70305, + 40.71171, + 40.76097, + 40.80413, + 40.78539, + 40.72845, + 40.74526, + 40.68931, + 40.67568, + 40.73352, + 40.80549, + 40.69298, + 40.62585, + 40.64116, + 40.72936, + 40.744, + 40.71775, + 40.71673, + 40.70266, + 40.86249, + 40.86427, + 40.76516, + 40.86294, + 40.69305, + 40.59549, + 40.68988, + 40.67567, + 40.69297, + 40.80245, + 40.69397, + 40.71698, + 40.7142, + 40.78549, + 40.67244, + 40.72057, + 40.76868, + 40.67305, + 40.7668, + 40.82964, + 40.63294, + 40.71131, + 40.75795, + 40.76405, + 40.71019, + 40.77122, + 40.73763, + 40.67405, + 40.80087, + 40.80778, + 40.72573, + 40.6906, + 40.73421, + 40.69311, + 40.6392, + 40.63378, + 40.71245, + 40.82519, + 40.73985, + 40.81561, + 40.63971, + 40.63207, + 40.72131, + 40.70558, + 40.75283, + 40.68506, + 40.72123, + 40.71749, + 40.84191, + 40.71863, + 40.76598, + 40.73303, + 40.76179, + 40.66711, + 40.76212, + 40.75637, + 40.68853, + 40.67069, + 40.73085, + 40.76614, + 40.75304, + 40.71895, + 40.71358, + 40.72727, + 40.74904, + 40.5908, + 40.76123, + 40.74793, + 40.73691, + 40.78439, + 40.74315, + 40.67817, + 40.71316, + 40.71422, + 40.91234, + 40.7055, + 40.74865, + 40.6929, + 40.74839, + 40.7609, + 40.80321, + 40.803, + 40.78661, + 40.71655, + 40.69387, + 40.80494, + 40.7564, + 40.7206, + 40.70577, + 40.7687, + 40.71606, + 40.71792, + 40.76274, + 40.71936, + 40.77485, + 40.76321, + 40.76924, + 40.68789, + 40.7084, + 40.81908, + 40.72003, + 40.77961, + 40.71717, + 40.72653, + 40.69627, + 40.70707, + 40.67268, + 40.64078, + 40.69427, + 40.69266, + 40.80701, + 40.68715, + 40.71199, + 40.73853, + 40.761, + 40.66548, + 40.80498, + 40.68975, + 40.74497, + 40.7391, + 40.7789, + 40.71807, + 40.86143, + 40.69445, + 40.79965, + 40.81615, + 40.71982, + 40.67441, + 40.69457, + 40.70281, + 40.76591, + 40.81524, + 40.68248, + 40.7032, + 40.77415, + 40.75971, + 40.74316, + 40.68263, + 40.80158, + 40.69405, + 40.75736, + 40.75827, + 40.72546, + 40.83325, + 40.75836, + 40.75205, + 40.74864, + 40.71711, + 40.75655, + 40.81709, + 40.74753, + 40.66076, + 40.79752, + 40.7542, + 40.68893, + 40.76125, + 40.6877, + 40.75741, + 40.68708, + 40.70986, + 40.77297, + 40.71878, + 40.83029, + 40.71335, + 40.63926, + 40.75707, + 40.63415, + 40.80505, + 40.79906, + 40.71186, + 40.72782, + 40.82856, + 40.6825, + 40.72715, + 40.71812, + 40.66365, + 40.69965, + 40.63314, + 40.68732, + 40.67327, + 40.74755, + 40.72878, + 40.74672, + 40.72902, + 40.688, + 40.71449, + 40.71443, + 40.72229, + 40.76246, + 40.71109, + 40.71047, + 40.68726, + 40.74345, + 40.73681, + 40.71246, + 40.71329, + 40.799, + 40.5954, + 40.82101, + 40.64726, + 40.68834, + 40.71767, + 40.67595, + 40.72304, + 40.70517, + 40.74476, + 40.77674, + 40.75913, + 40.69399, + 40.65087, + 40.84154, + 40.70907, + 40.72013, + 40.68735, + 40.74586, + 40.83573, + 40.74686, + 40.79584, + 40.77292, + 40.67407, + 40.70372, + 40.86886, + 40.7137, + 40.72037, + 40.84251, + 40.84288, + 40.84365, + 40.58387, + 40.65168, + 40.71409, + 40.74811, + 40.72309, + 40.77441, + 40.82806, + 40.74263, + 40.67091, + 40.70491, + 40.68783, + 40.71336, + 40.83671, + 40.76122, + 40.75003, + 40.82297, + 40.71329, + 40.72214, + 40.79577, + 40.72236, + 40.64126, + 40.70815, + 40.75436, + 40.72205, + 40.76384, + 40.65855, + 40.7191, + 40.71073, + 40.70757, + 40.75654, + 40.74818, + 40.77097, + 40.72364, + 40.69346, + 40.68058, + 40.69107, + 40.76279, + 40.72201, + 40.66116, + 40.74164, + 40.80927, + 40.69184, + 40.82165, + 40.68258, + 40.71554, + 40.71797, + 40.81761, + 40.64137, + 40.73708, + 40.76577, + 40.76769, + 40.78635, + 40.74188, + 40.72088, + 40.71432, + 40.59125, + 40.65394, + 40.75258, + 40.66801, + 40.7223, + 40.75747, + 40.71808, + 40.65625, + 40.70328, + 40.7836, + 40.72803, + 40.70534, + 40.71688, + 40.64235, + 40.74169, + 40.70089, + 40.82093, + 40.76496, + 40.71096, + 40.71259, + 40.71129, + 40.71467, + 40.7122, + 40.75255, + 40.75888, + 40.75669, + 40.73221, + 40.76987, + 40.753, + 40.69975, + 40.76986, + 40.91306, + 40.72124, + 40.6838, + 40.74438, + 40.91167, + 40.75755, + 40.75368, + 40.62351, + 40.72338, + 40.68996, + 40.57759, + 40.78189, + 40.76557, + 40.81842, + 40.71206, + 40.65989, + 40.71895, + 40.7472, + 40.71276, + 40.74638, + 40.69057, + 40.73971, + 40.71537, + 40.72779, + 40.70187, + 40.82625, + 40.7144, + 40.74367, + 40.73669, + 40.68932, + 40.68899, + 40.78316, + 40.69599, + 40.70835, + 40.70869, + 40.74575, + 40.66802, + 40.69859, + 40.71968, + 40.85247, + 40.76621, + 40.71878, + 40.80199, + 40.72285, + 40.71483, + 40.65205, + 40.86143, + 40.71814, + 40.68323, + 40.82682, + 40.67877, + 40.7206, + 40.71155, + 40.8233, + 40.7982, + 40.70411, + 40.80446, + 40.69855, + 40.75258, + 40.64018, + 40.76943, + 40.72923, + 40.84638, + 40.76725, + 40.77472, + 40.76843, + 40.77324, + 40.71527, + 40.71755, + 40.69069, + 40.73395, + 40.69324, + 40.69198, + 40.84218, + 40.67451, + 40.74605, + 40.74666, + 40.69845, + 40.79446, + 40.73034, + 40.68588, + 40.67497, + 40.84037, + 40.76437, + 40.80618, + 40.80629, + 40.74413, + 40.73143, + 40.61674, + 40.7469, + 40.77574, + 40.72897, + 40.80605, + 40.69485, + 40.69784, + 40.6756, + 40.686, + 40.75406, + 40.66992, + 40.67814, + 40.75181, + 40.76393, + 40.76059, + 40.7572, + 40.72785, + 40.73835, + 40.8019, + 40.6949, + 40.73486, + 40.78627, + 40.728, + 40.76686, + 40.69617, + 40.67918, + 40.75957, + 40.78935, + 40.72045, + 40.8349, + 40.72427, + 40.75073, + 40.74608, + 40.73635, + 40.73295, + 40.76769, + 40.60829, + 40.90527, + 40.79098, + 40.69191, + 40.69101, + 40.75095, + 40.75871, + 40.65633, + 40.77568, + 40.6924, + 40.71268, + 40.85269, + 40.62486, + 40.80624, + 40.70982, + 40.80079, + 40.75223, + 40.75218, + 40.85234, + 40.70612, + 40.6887, + 40.84773, + 40.78269, + 40.64531, + 40.72552, + 40.68978, + 40.73564, + 40.77247, + 40.71731, + 40.81851, + 40.7479, + 40.71632, + 40.71572, + 40.72548, + 40.67333, + 40.67122, + 40.75584, + 40.64534, + 40.74812, + 40.68077, + 40.70795, + 40.72968, + 40.71989, + 40.82601, + 40.746, + 40.71877, + 40.6984, + 40.76116, + 40.73549, + 40.68605, + 40.74133, + 40.68444, + 40.78774, + 40.76658, + 40.75077, + 40.85453, + 40.76802, + 40.76054, + 40.7664, + 40.646, + 40.76824, + 40.76759, + 40.67136, + 40.63676, + 40.77352, + 40.6938, + 40.70269, + 40.81427, + 40.73201, + 40.7154, + 40.59087, + 40.71413, + 40.81121, + 40.84366, + 40.71888, + 40.58947, + 40.87997, + 40.69658, + 40.70567, + 40.76687, + 40.77333, + 40.73769, + 40.76141, + 40.70657, + 40.58681, + 40.72595, + 40.67331, + 40.6853, + 40.71309, + 40.68936, + 40.72403, + 40.68795, + 40.704, + 40.72833, + 40.68017, + 40.66997, + 40.75899, + 40.76062, + 40.64431, + 40.75402, + 40.70062, + 40.59436, + 40.59475, + 40.74693, + 40.65694, + 40.66929, + 40.70671, + 40.80208, + 40.80637, + 40.72567, + 40.58713, + 40.76066, + 40.81922, + 40.82808, + 40.75815, + 40.78586, + 40.59389, + 40.71368, + 40.85488, + 40.72007, + 40.71752, + 40.66294, + 40.78331, + 40.58967, + 40.67606, + 40.7348, + 40.85342, + 40.73275, + 40.58818, + 40.84443, + 40.6986, + 40.65296, + 40.80739, + 40.73061, + 40.76836, + 40.81795, + 40.71387, + 40.6898, + 40.64493, + 40.69206, + 40.59309, + 40.6466, + 40.64452, + 40.75732, + 40.74717, + 40.80128, + 40.69953, + 40.69987, + 40.74531, + 40.68781, + 40.70957, + 40.75533, + 40.78132, + 40.7988, + 40.71716, + 40.77649, + 40.71197, + 40.84295, + 40.701, + 40.88116, + 40.76358, + 40.68784, + 40.69265, + 40.69048, + 40.77883, + 40.69361, + 40.77365, + 40.73455, + 40.6011, + 40.80064, + 40.6327, + 40.74422, + 40.68719, + 40.68822, + 40.70286, + 40.69567, + 40.69128, + 40.59671, + 40.80041, + 40.63392, + 40.77824, + 40.68301, + 40.76163, + 40.64283, + 40.69341, + 40.661, + 40.67556, + 40.81629, + 40.64426, + 40.64335, + 40.74921, + 40.69718, + 40.85139, + 40.79617, + 40.76263, + 40.74995, + 40.70642, + 40.67644, + 40.62373, + 40.75264, + 40.83958, + 40.83967, + 40.70181, + 40.63032, + 40.68294, + 40.59947, + 40.75237, + 40.71127, + 40.75428, + 40.7603, + 40.72823, + 40.70157, + 40.68739, + 40.74991, + 40.76399, + 40.81458, + 40.70428, + 40.77001, + 40.759, + 40.75831, + 40.59029, + 40.74714, + 40.65494, + 40.76135, + 40.80396, + 40.72336, + 40.80626, + 40.5879, + 40.69242, + 40.65933, + 40.77735, + 40.68889, + 40.64428, + 40.69286, + 40.70384, + 40.6283, + 40.74943, + 40.68463, + 40.71232, + 40.80658, + 40.75512, + 40.68042, + 40.75138, + 40.62477, + 40.67189, + 40.85044, + 40.71984, + 40.79993, + 40.6075, + 40.72309, + 40.82913, + 40.71773, + 40.63836, + 40.72931, + 40.73495, + 40.67762, + 40.62555, + 40.70518, + 40.7358, + 40.69342, + 40.76996, + 40.86355, + 40.86265, + 40.86264, + 40.86263, + 40.74344, + 40.74407, + 40.61813, + 40.58954, + 40.57762, + 40.77439, + 40.73619, + 40.64105, + 40.74506, + 40.69576, + 40.81546, + 40.72349, + 40.75987, + 40.75496, + 40.74612, + 40.66148, + 40.69563, + 40.69549, + 40.76565, + 40.69685, + 40.66662, + 40.84267, + 40.6963, + 40.56506, + 40.69684, + 40.72384, + 40.69653, + 40.66684, + 40.64005, + 40.81374, + 40.73258, + 40.76595, + 40.69751, + 40.65567, + 40.72262, + 40.73929, + 40.77551, + 40.77574, + 40.74893, + 40.70583, + 40.74907, + 40.59291, + 40.66015, + 40.76356, + 40.72613, + 40.77469, + 40.65823, + 40.66709, + 40.67587, + 40.73477, + 40.76462, + 40.64165, + 40.69027, + 40.76703, + 40.68174, + 40.72627, + 40.76294, + 40.69212, + 40.70847, + 40.73258, + 40.77488, + 40.84467, + 40.7401, + 40.73123, + 40.69196, + 40.67303, + 40.71299, + 40.74218, + 40.73657, + 40.75906, + 40.65012, + 40.73916, + 40.68041, + 40.69807, + 40.80707, + 40.70974, + 40.68316, + 40.69246, + 40.80655, + 40.84905, + 40.84817, + 40.84762, + 40.70864, + 40.68196, + 40.73792, + 40.6878, + 40.70497, + 40.73776, + 40.70598, + 40.74767, + 40.67928, + 40.79469, + 40.72349, + 40.76001, + 40.74583, + 40.68437, + 40.59173, + 40.8683, + 40.57936, + 40.61231, + 40.72797, + 40.71918, + 40.83851, + 40.73452, + 40.74356, + 40.68767, + 40.67455, + 40.68994, + 40.60804, + 40.7404, + 40.75419, + 40.76288, + 40.76302, + 40.68183, + 40.71327, + 40.62878, + 40.68969, + 40.68245, + 40.71437, + 40.78324, + 40.76806, + 40.73283, + 40.63107, + 40.69203, + 40.75167, + 40.81758, + 40.64921, + 40.72413, + 40.63845, + 40.69326, + 40.8075, + 40.81488, + 40.69919, + 40.82539, + 40.72673, + 40.75825, + 40.70469, + 40.671, + 40.72654, + 40.79485, + 40.6915, + 40.74395, + 40.76111, + 40.72229, + 40.7453, + 40.74444, + 40.713, + 40.74451, + 40.71495, + 40.7367, + 40.60853, + 40.68983, + 40.67833, + 40.81893, + 40.68971, + 40.72327, + 40.76483, + 40.67322, + 40.75286, + 40.67733, + 40.70428, + 40.8415, + 40.70928, + 40.68858, + 40.60146, + 40.76887, + 40.73625, + 40.69053, + 40.74753, + 40.73261, + 40.69283, + 40.66531, + 40.76966, + 40.7128, + 40.8026, + 40.67105, + 40.66806, + 40.78439, + 40.79913, + 40.80995, + 40.75941, + 40.70906, + 40.74761, + 40.70603, + 40.69757, + 40.72078, + 40.69922, + 40.81486, + 40.6978, + 40.7772, + 40.68111, + 40.76799, + 40.68471, + 40.75896, + 40.67764, + 40.69378, + 40.7715, + 40.76887, + 40.75982, + 40.72614, + 40.68671, + 40.74049, + 40.7448, + 40.76575, + 40.83225, + 40.80109, + 40.70802, + 40.61693, + 40.70485, + 40.81576, + 40.81733, + 40.8154, + 40.81727, + 40.81572, + 40.81539, + 40.81709, + 40.80281, + 40.71877, + 40.68914, + 40.70664, + 40.70688, + 40.62056, + 40.69266, + 40.77792, + 40.72964, + 40.72597, + 40.75285, + 40.69053, + 40.63236, + 40.68639, + 40.75716, + 40.61283, + 40.80243, + 40.6618, + 40.75825, + 40.73192, + 40.81954, + 40.65784, + 40.70617, + 40.64372, + 40.65698, + 40.83423, + 40.80656, + 40.69342, + 40.69411, + 40.6858, + 40.78332, + 40.67011, + 40.6625, + 40.70787, + 40.73896, + 40.6998, + 40.73684, + 40.72132, + 40.68432, + 40.75267, + 40.84735, + 40.70822, + 40.7338, + 40.64454, + 40.69383, + 40.76443, + 40.75113, + 40.71958, + 40.76349, + 40.68807, + 40.64439, + 40.76389, + 40.72129, + 40.75615, + 40.71421, + 40.74271, + 40.68194, + 40.69982, + 40.67959, + 40.69093, + 40.7018, + 40.79031, + 40.75559, + 40.77665, + 40.7617, + 40.57531, + 40.75988, + 40.69551, + 40.70268, + 40.58837, + 40.68868, + 40.72013, + 40.80078, + 40.66289, + 40.81991, + 40.66067, + 40.69287, + 40.66049, + 40.75415, + 40.66079, + 40.75388, + 40.75366, + 40.66049, + 40.76142, + 40.75255, + 40.6613, + 40.74723, + 40.73149, + 40.77739, + 40.72283, + 40.76082, + 40.76083, + 40.71493, + 40.73206, + 40.72388, + 40.74643, + 40.69973, + 40.66716, + 40.71825, + 40.71935, + 40.70266, + 40.70366, + 40.81274, + 40.73713, + 40.83331, + 40.72146, + 40.69827, + 40.71812, + 40.80505, + 40.69012, + 40.71091, + 40.72874, + 40.75354, + 40.75432, + 40.75174, + 40.79339, + 40.79873, + 40.56546, + 40.67905, + 40.686, + 40.71775, + 40.75288, + 40.74404, + 40.71815, + 40.75508, + 40.79266, + 40.74719, + 40.58893, + 40.73799, + 40.67666, + 40.74765, + 40.73164, + 40.70626, + 40.69958, + 40.70538, + 40.71175, + 40.74604, + 40.71918, + 40.69217, + 40.59174, + 40.70585, + 40.80268, + 40.69608, + 40.69799, + 40.79268, + 40.69617, + 40.65229, + 40.68932, + 40.78099, + 40.83926, + 40.7784, + 40.75579, + 40.67025, + 40.67285, + 40.71466, + 40.74954, + 40.75104, + 40.68557, + 40.83146, + 40.64538, + 40.6878, + 40.83502, + 40.83372, + 40.76431, + 40.78411, + 40.54179, + 40.7047, + 40.75343, + 40.70997, + 40.76911, + 40.70597, + 40.80787, + 40.59731, + 40.81589, + 40.81697, + 40.77889, + 40.79952, + 40.76807, + 40.81951, + 40.61113, + 40.74757, + 40.66921, + 40.66266, + 40.74754, + 40.8078, + 40.69, + 40.72626, + 40.68676, + 40.76491, + 40.71052, + 40.69171, + 40.68927, + 40.6517, + 40.82179, + 40.68884, + 40.83734, + 40.74607, + 40.71391, + 40.64922, + 40.70605, + 40.7371, + 40.82258, + 40.69195, + 40.82385, + 40.82126, + 40.59866, + 40.69389, + 40.76267, + 40.75204, + 40.69635, + 40.7362, + 40.59131, + 40.69185, + 40.69183, + 40.67198, + 40.80951, + 40.73231, + 40.69137, + 40.69805, + 40.73444, + 40.72781, + 40.79753, + 40.68886, + 40.69482, + 40.74387, + 40.73197, + 40.76688, + 40.76628, + 40.69308, + 40.76726, + 40.77192, + 40.86845, + 40.70786, + 40.5908, + 40.59118, + 40.68759, + 40.71197, + 40.82233, + 40.76236, + 40.63116, + 40.7976, + 40.78749, + 40.80953, + 40.70418, + 40.74477, + 40.71728, + 40.71232, + 40.72585, + 40.69652, + 40.79755, + 40.7179, + 40.79633, + 40.75561, + 40.71232, + 40.76392, + 40.69137, + 40.67853, + 40.70184, + 40.81475, + 40.75751, + 40.76404 + ], + "lon": [ + -73.97237, + -73.98377, + -73.9419, + -73.95976, + -73.94399, + -73.975, + -73.95596, + -73.98493, + -73.96723, + -73.99037, + -73.96545, + -73.98867, + -73.98779, + -73.96113, + -74.00525, + -73.95352, + -73.97185, + -73.99501, + -73.94694, + -73.94872, + -73.95718, + -73.97706, + -73.97798, + -73.97865, + -73.94028, + -73.97519, + -73.92639, + -73.98533, + -73.92106, + -73.98542, + -73.95104, + -73.95466, + -73.93762, + -73.95318, + -73.95473, + -73.9878, + -73.94312, + -73.92745, + -73.96327, + -73.98917, + -73.98199, + -73.97966, + -73.97584, + -73.97927, + -73.94478, + -73.96238, + -73.9474, + -73.95591, + -73.9409, + -73.97376, + -73.93934, + -73.97008, + -73.9356, + -73.95392, + -73.98074, + -73.9593, + -73.99104, + -73.99293, + -73.93788, + -73.99775, + -73.96204, + -73.9953, + -73.95269, + -73.96428, + -73.96788, + -73.99119, + -73.98338, + -73.97904, + -73.96792, + -73.98474, + -73.93922, + -73.98008, + -73.98865, + -73.94095, + -73.96374, + -73.98801, + -73.95058, + -73.90334, + -73.97267, + -74.00197, + -73.96112, + -73.95136, + -73.98892, + -73.96323, + -73.98794, + -73.99268, + -73.95748, + -73.9844, + -73.98057, + -73.96218, + -73.9383, + -73.97261, + -73.966, + -73.97162, + -73.95775, + -73.92609, + -73.96177, + -73.94731, + -74.00271, + -73.92357, + -73.95139, + -74.00154, + -73.94281, + -74.00319, + -73.94177, + -73.98109, + -73.92377, + -73.94844, + -73.94421, + -73.98989, + -73.99291, + -73.96572, + -73.98192, + -73.98912, + -73.98157, + -73.98009, + -73.95748, + -73.97637, + -73.97965, + -73.98604, + -73.94919, + -73.97925, + -73.97556, + -73.98527, + -73.96053, + -73.96468, + -73.94822, + -73.93128, + -73.9547, + -73.94894, + -73.96351, + -73.99143, + -73.9503, + -73.98856, + -73.98399, + -74.00303, + -73.93248, + -73.9634, + -73.93662, + -73.96765, + -73.95348, + -73.94835, + -73.99183, + -73.83168, + -73.93524, + -73.93938, + -73.95935, + -73.98295, + -73.96087, + -73.97312, + -74.00101, + -73.96641, + -73.96057, + -73.96595, + -73.93997, + -74.00401, + -73.96398, + -73.9527, + -73.98094, + -73.95323, + -73.95055, + -73.92313, + -73.94659, + -73.98571, + -73.9642, + -73.99083, + -73.94907, + -73.96408, + -74.00135, + -74.08088, + -73.91765, + -73.93184, + -73.9677, + -73.98034, + -74.01374, + -73.97113, + -74.00405, + -73.94791, + -74.0046, + -73.9373, + -73.97691, + -73.89797, + -73.95924, + -73.9587, + -73.97863, + -73.9475, + -73.97307, + -73.95334, + -73.9415, + -73.99999, + -73.99665, + -73.98852, + -73.98804, + -73.95199, + -73.99201, + -73.99671, + -73.76597, + -73.99271, + -73.93503, + -73.87856, + -73.89816, + -73.87854, + -73.95976, + -73.98474, + -73.95603, + -73.97262, + -73.94598, + -73.93058, + -73.94275, + -73.93845, + -73.93549, + -73.99134, + -74.0049, + -73.95162, + -73.97525, + -73.98432, + -73.95829, + -73.94499, + -73.90502, + -73.99386, + -73.98701, + -73.98508, + -73.99053, + -73.98498, + -73.94343, + -73.94287, + -73.98397, + -73.9501, + -73.98589, + -73.89934, + -73.95967, + -73.99503, + -73.96991, + -74.00262, + -73.99474, + -73.94573, + -73.94434, + -73.94707, + -73.98049, + -73.96071, + -73.93936, + -73.9954, + -74.00027, + -73.9575, + -73.9908, + -73.96897, + -73.9503, + -73.99079, + -73.9171, + -74.08537, + -74.08543, + -74.08546, + -73.98161, + -73.99567, + -73.95511, + -73.95177, + -74.08519, + -73.91433, + -73.97426, + -73.98327, + -73.85514, + -73.83572, + -73.94314, + -73.98246, + -73.95385, + -73.9263, + -73.95467, + -73.98594, + -73.94339, + -73.94701, + -73.9529, + -73.95155, + -73.99811, + -73.98157, + -73.98098, + -73.95264, + -73.9626, + -73.98158, + -73.95175, + -73.94641, + -73.94307, + -73.97323, + -73.99443, + -73.94808, + -73.98534, + -73.99392, + -73.9583, + -73.95306, + -73.98225, + -73.9896, + -73.94903, + -73.96282, + -73.95838, + -73.9652, + -73.94867, + -73.91981, + -73.9729, + -73.99495, + -73.95578, + -73.99627, + -73.98249, + -73.91922, + -73.92811, + -73.98881, + -73.97986, + -73.93869, + -73.98945, + -74.00243, + -73.95552, + -73.90193, + -73.97818, + -73.95341, + -73.96101, + -73.9597, + -73.93985, + -73.9567, + -73.93426, + -73.95018, + -73.95763, + -73.98394, + -73.99019, + -73.95292, + -73.9913, + -73.98876, + -73.96219, + -73.95455, + -73.98486, + -73.95327, + -73.95482, + -73.98142, + -73.95312, + -73.99832, + -73.99771, + -73.98374, + -73.94615, + -73.91708, + -73.97258, + -73.96015, + -73.98094, + -73.95394, + -73.94715, + -73.98895, + -73.99776, + -73.94735, + -73.98766, + -73.96536, + -73.94911, + -73.93963, + -73.91117, + -73.94494, + -73.93185, + -73.95663, + -73.95098, + -73.95458, + -73.96542, + -73.97707, + -73.99544, + -73.94102, + -73.97332, + -73.93361, + -73.76133, + -73.99187, + -73.95613, + -73.9696, + -73.96053, + -73.95485, + -73.98745, + -73.81245, + -73.94872, + -73.95231, + -73.95684, + -73.95493, + -73.98567, + -73.98876, + -73.96093, + -73.95189, + -73.9508, + -73.97307, + -73.95057, + -73.99193, + -73.9886, + -73.99434, + -73.96699, + -73.95328, + -73.94095, + -73.92132, + -73.94925, + -73.99438, + -73.92747, + -74.00208, + -73.98702, + -73.94061, + -73.95952, + -73.98082, + -73.94794, + -73.99143, + -73.93038, + -73.97255, + -73.98857, + -73.96607, + -73.9926, + -73.94453, + -73.95199, + -73.85262, + -74.00922, + -73.94332, + -73.97926, + -73.95849, + -73.94886, + -73.97598, + -74.001, + -73.97616, + -73.94254, + -73.95151, + -73.96019, + -73.95878, + -73.97581, + -73.9828, + -73.97654, + -73.99346, + -73.99706, + -73.97813, + -73.9532, + -73.98419, + -73.9565, + -74.00329, + -73.97294, + -73.97675, + -73.94688, + -74.00177, + -73.94144, + -73.96245, + -73.95332, + -73.8639, + -73.98404, + -73.91098, + -73.94495, + -73.97904, + -73.9782, + -73.94571, + -73.95016, + -73.91806, + -73.95671, + -73.98438, + -73.9463, + -73.96272, + -73.94081, + -73.91989, + -73.95914, + -73.96024, + -73.95494, + -73.94284, + -73.93908, + -73.93908, + -73.99882, + -73.98109, + -73.97995, + -73.91681, + -73.94128, + -73.94633, + -73.95745, + -73.9506, + -73.96665, + -73.95139, + -73.98917, + -73.93956, + -73.99683, + -73.99233, + -73.95916, + -73.91901, + -73.96049, + -73.92131, + -73.94303, + -73.99619, + -73.99483, + -73.98089, + -73.97643, + -73.98042, + -73.97879, + -73.98537, + -73.94503, + -73.97581, + -73.94934, + -73.95332, + -73.90675, + -73.96524, + -73.97103, + -73.94007, + -73.97611, + -73.94558, + -73.98842, + -73.95359, + -73.95329, + -73.95812, + -73.98452, + -73.92357, + -73.98697, + -73.95969, + -73.98201, + -73.95425, + -73.95226, + -73.99612, + -73.97686, + -73.98217, + -73.99666, + -73.92163, + -73.9202, + -73.94651, + -73.9468, + -73.99977, + -73.85709, + -73.96199, + -73.94336, + -74.00166, + -73.95097, + -73.99758, + -73.95803, + -73.97299, + -73.98801, + -73.99388, + -74.00454, + -73.87305, + -73.94813, + -73.95944, + -73.95445, + -73.96501, + -73.98083, + -73.97748, + -73.99181, + -73.95958, + -73.92466, + -74.00024, + -73.96128, + -73.94553, + -73.95641, + -73.95539, + -73.94501, + -73.93569, + -73.98136, + -73.98053, + -73.99067, + -73.94718, + -73.95592, + -73.94174, + -73.94362, + -73.9557, + -73.98195, + -73.97859, + -73.94934, + -73.9572, + -73.96161, + -73.9497, + -73.99752, + -73.9883, + -73.94113, + -73.91076, + -73.9428, + -73.92039, + -73.97073, + -73.96596, + -73.94079, + -73.95582, + -73.93323, + -73.92458, + -73.96115, + -73.97903, + -74.00821, + -73.98863, + -73.9859, + -73.92204, + -73.98898, + -74.14388, + -73.95741, + -73.9211, + -73.9619, + -74.0307, + -73.95208, + -73.99399, + -73.96148, + -73.98416, + -73.98401, + -73.95545, + -73.95153, + -73.95088, + -73.97901, + -73.99287, + -73.95298, + -74.00817, + -73.97847, + -73.99865, + -73.96665, + -73.95298, + -73.95048, + -73.98562, + -73.98569, + -73.95494, + -73.97538, + -73.96711, + -74.06824, + -73.94576, + -73.94949, + -73.9853, + -73.92521, + -74.00048, + -73.99828, + -73.93946, + -73.99, + -73.98035, + -73.99833, + -73.95167, + -73.92158, + -73.94535, + -73.98274, + -74.00168, + -73.94219, + -73.93433, + -73.99675, + -73.90867, + -73.96842, + -73.94197, + -73.95295, + -73.98574, + -74.00381, + -73.97065, + -73.98506, + -73.95497, + -73.9847, + -73.9837, + -73.98186, + -73.99255, + -73.99628, + -73.91687, + -73.98948, + -73.98359, + -73.97019, + -73.96003, + -73.96542, + -73.96703, + -73.95866, + -74.00635, + -73.96602, + -73.94157, + -73.94878, + -73.95508, + -73.92886, + -73.90023, + -73.95383, + -73.99637, + -73.94421, + -73.9823, + -73.88066, + -73.98851, + -73.95385, + -74.00287, + -74.00059, + -73.92822, + -73.91918, + -73.96019, + -73.95563, + -73.99902, + -73.94288, + -73.94279, + -73.99944, + -73.95737, + -73.9726, + -73.991, + -73.94462, + -73.99049, + -73.95284, + -73.9533, + -73.95254, + -73.96726, + -73.96323, + -73.94692, + -73.95323, + -73.95271, + -73.95236, + -73.95316, + -73.95324, + -73.95247, + -73.95259, + -73.95296, + -73.9545, + -73.89344, + -73.95316, + -73.96549, + -73.91566, + -73.9529, + -73.94885, + -73.99424, + -73.92398, + -74.00253, + -73.99385, + -73.95473, + -73.8896, + -73.9489, + -73.96144, + -73.98454, + -73.76637, + -74.00532, + -74.00392, + -73.94567, + -74.06479, + -74.06685, + -74.06659, + -73.97203, + -73.95021, + -73.95289, + -74.00462, + -74.01345, + -74.00161, + -74.00429, + -73.99022, + -73.94219, + -73.98966, + -74.0042, + -73.97676, + -73.98591, + -73.94516, + -73.9567, + -73.92324, + -73.9765, + -73.95549, + -73.95231, + -73.88928, + -73.98411, + -73.96463, + -73.99438, + -73.95576, + -73.97289, + -73.97447, + -73.97125, + -74.0005, + -73.98773, + -73.99677, + -74.00102, + -73.86009, + -73.8447, + -73.97296, + -73.94466, + -73.95257, + -73.93974, + -74.00195, + -73.93216, + -73.95012, + -73.92673, + -73.91122, + -73.93254, + -73.99151, + -73.96207, + -73.96128, + -73.96131, + -73.95059, + -73.95372, + -73.97315, + -73.96897, + -73.99452, + -73.92901, + -73.98465, + -73.95728, + -73.97321, + -73.95505, + -74.00268, + -73.93612, + -73.95166, + -73.91665, + -73.96537, + -73.95198, + -73.93702, + -73.99042, + -73.97038, + -73.95585, + -73.95835, + -73.98662, + -73.9533, + -73.93967, + -73.91905, + -74.00807, + -73.95141, + -73.94071, + -73.95489, + -73.91957, + -73.94662, + -74.00425, + -73.95587, + -73.95082, + -73.97386, + -73.99123, + -73.9292, + -73.98879, + -73.98136, + -73.86404, + -73.97899, + -73.95191, + -73.9484, + -73.99133, + -73.97974, + -74.00923, + -73.98819, + -73.9998, + -73.9129, + -73.95463, + -73.95589, + -73.93179, + -73.99152, + -73.91921, + -74.00056, + -73.94289, + -73.98107, + -73.99522, + -73.98694, + -73.9914, + -73.98865, + -74.00293, + -73.99916, + -73.93228, + -73.95252, + -73.99703, + -73.98887, + -73.94405, + -73.91828, + -74.00378, + -73.9869, + -73.91187, + -73.96, + -73.95146, + -73.94331, + -73.9543, + -73.92607, + -73.95395, + -73.97808, + -73.95462, + -73.95479, + -73.95435, + -73.96225, + -73.95365, + -73.95299, + -73.95239, + -73.94881, + -73.96573, + -73.96762, + -73.94159, + -73.87444, + -73.96091, + -73.95405, + -73.95554, + -73.97074, + -73.96627, + -73.95786, + -73.94675, + -73.94609, + -73.95307, + -74.00304, + -73.89232, + -73.95843, + -73.95433, + -73.96855, + -73.93611, + -73.94463, + -73.98439, + -73.9799, + -73.96064, + -73.97421, + -73.91987, + -73.97513, + -73.95762, + -74.07848, + -73.94596, + -73.94457, + -73.95927, + -73.97399, + -73.95639, + -73.94381, + -73.91139, + -73.96519, + -73.99274, + -73.98717, + -73.951, + -74.00608, + -73.97777, + -73.9531, + -73.9228, + -73.96267, + -74.02035, + -73.95927, + -73.94433, + -73.98343, + -73.95852, + -73.98282, + -73.9457, + -73.95814, + -73.95414, + -74.00342, + -73.98238, + -73.96192, + -73.96177, + -73.94478, + -73.95265, + -73.95574, + -73.96446, + -73.98851, + -73.97665, + -73.98293, + -73.96809, + -73.95914, + -73.96076, + -73.99167, + -73.92558, + -73.96449, + -73.99165, + -73.95917, + -73.93877, + -73.94607, + -73.9459, + -73.94637, + -73.95278, + -73.9655, + -73.99482, + -73.98258, + -73.95289, + -73.9892, + -73.94355, + -73.99349, + -73.95, + -74.00879, + -73.9916, + -74.02066, + -74.00013, + -73.99017, + -73.98117, + -73.96369, + -73.9821, + -73.95292, + -73.97533, + -73.99158, + -73.95057, + -73.94717, + -73.99029, + -73.97913, + -73.95937, + -73.9571, + -73.96713, + -73.94013, + -73.98943, + -73.9502, + -73.95156, + -73.96931, + -73.9353, + -73.97655, + -73.94875, + -73.95678, + -73.95573, + -73.96514, + -73.97792, + -73.94013, + -73.95696, + -73.93433, + -74.16534, + -73.97898, + -73.99046, + -73.98111, + -73.95149, + -73.94866, + -73.94805, + -73.91611, + -73.93285, + -73.91673, + -74.07988, + -73.96034, + -73.97548, + -73.98122, + -73.9522, + -73.94027, + -73.98084, + -73.81561, + -73.84642, + -74.00345, + -73.96573, + -73.99007, + -74.01525, + -73.99689, + -73.95221, + -73.81577, + -73.98862, + -73.94223, + -73.98294, + -73.98267, + -73.94311, + -73.95489, + -73.98316, + -73.98996, + -73.92945, + -73.96237, + -73.99398, + -73.95804, + -73.95827, + -73.94853, + -73.99056, + -73.97966, + -73.96484, + -73.97904, + -73.93377, + -73.99976, + -73.99439, + -73.94669, + -73.91661, + -73.99797, + -73.95906, + -73.98826, + -73.95046, + -73.95455, + -73.9967, + -73.96225, + -73.94406, + -73.95489, + -73.9442, + -73.94447, + -73.96457, + -74.00992, + -73.96289, + -73.98528, + -73.94389, + -73.97933, + -73.9793, + -73.94193, + -73.98565, + -73.93896, + -73.98342, + -73.99469, + -73.99202, + -73.98273, + -74.00498, + -73.96218, + -73.98284, + -73.956, + -73.94095, + -73.96482, + -73.93885, + -73.94633, + -73.97185, + -73.96691, + -73.87883, + -73.98756, + -74.00974, + -73.95183, + -74.00344, + -74.0146, + -73.96226, + -73.98861, + -73.9444, + -73.94281, + -73.98815, + -73.97903, + -73.96181, + -73.94292, + -73.98235, + -73.90255, + -73.99965, + -73.97396, + -73.92817, + -73.92399, + -73.97699, + -73.97975, + -73.965, + -73.87873, + -73.89377, + -73.95282, + -73.94319, + -73.97304, + -73.89909, + -73.90334, + -73.9767, + -74.0162, + -73.98348, + -73.97173, + -73.9829, + -73.9635, + -73.94908, + -73.9869, + -73.95405, + -73.94267, + -73.9194, + -73.98318, + -73.92421, + -73.95204, + -73.99698, + -74.00723, + -74.00189, + -73.94217, + -73.98811, + -73.94531, + -73.94378, + -73.95303, + -73.98113, + -73.94747, + -73.95837, + -73.98782, + -73.93798, + -73.9541, + -73.95441, + -73.94643, + -73.9376, + -73.98384, + -73.76493, + -74.00591, + -73.99279, + -73.99208, + -73.95086, + -74.01504, + -73.95166, + -73.9576, + -74.00988, + -73.94287, + -73.96066, + -73.98943, + -73.96458, + -73.90823, + -73.94189, + -73.94383, + -73.98471, + -73.99077, + -73.98278, + -73.9827, + -73.98298, + -73.98521, + -73.94392, + -73.99403, + -73.97809, + -73.99968, + -74.00226, + -73.96897, + -73.95763, + -73.91853, + -73.95472, + -73.9898, + -73.98022, + -73.9939, + -73.97875, + -73.94837, + -74.00774, + -73.96728, + -73.96534, + -73.98384, + -74.03381, + -73.98537, + -73.95352, + -73.98954, + -73.98453, + -73.95706, + -73.99743, + -73.93493, + -73.99904, + -73.96464, + -73.98027, + -73.96589, + -73.976, + -73.97172, + -73.99978, + -73.99073, + -73.98561, + -74.00147, + -74.00414, + -73.89239, + -73.97691, + -73.98283, + -73.99136, + -73.96216, + -73.8524, + -73.96392, + -73.9797, + -73.92951, + -73.97882, + -73.94205, + -73.9474, + -73.9624, + -74.00009, + -73.95646, + -73.98554, + -74.16178, + -74.0011, + -73.95839, + -73.95689, + -74.00188, + -74.00028, + -73.97007, + -73.96903, + -73.98686, + -73.97944, + -73.95223, + -73.90852, + -73.98347, + -73.92129, + -73.97939, + -73.91328, + -73.94724, + -73.96548, + -73.97926, + -73.98146, + -73.96553, + -73.92048, + -73.98683, + -73.99299, + -73.95237, + -73.93716, + -73.96915, + -73.9809, + -73.93838, + -73.92678, + -73.9998, + -73.97378, + -73.99776, + -73.95581, + -73.97932, + -73.94084, + -73.90153, + -73.95967, + -73.94627, + -73.94691, + -73.91225, + -73.96481, + -73.9382, + -73.98367, + -73.95305, + -73.86166, + -73.99298, + -73.98495, + -73.98019, + -74.01061, + -73.92439, + -73.955, + -73.99552, + -73.94017, + -73.97166, + -73.94253, + -73.98374, + -73.94606, + -73.96227, + -73.98822, + -73.98003, + -73.95019, + -73.97739, + -73.94979, + -73.91603, + -73.96764, + -73.99913, + -73.96294, + -73.99895, + -73.95526, + -73.9944, + -73.98156, + -73.95677, + -73.99581, + -74.0006, + -73.96558, + -73.97043, + -73.91333, + -73.98113, + -73.91836, + -73.94076, + -73.99334, + -73.95243, + -73.99579, + -73.96042, + -73.98265, + -73.9888, + -73.91727, + -74.00304, + -74.00082, + -73.94839, + -73.96688, + -73.95016, + -73.81948, + -73.99365, + -74.01534, + -73.9605, + -73.96762, + -73.95153, + -73.98252, + -73.94813, + -73.98279, + -73.9675, + -73.99441, + -73.98975, + -73.9425, + -73.94709, + -73.97254, + -73.92252, + -73.97967, + -73.98486, + -73.9812, + -73.9457, + -73.93921, + -73.97934, + -73.99189, + -73.99954, + -73.99845, + -73.96651, + -74.00221, + -73.99034, + -73.96287, + -73.9379, + -73.97933, + -73.93875, + -73.94004, + -73.92129, + -73.92402, + -73.98751, + -73.97771, + -73.94039, + -73.94807, + -73.95116, + -73.9501, + -73.94938, + -73.97438, + -73.95665, + -73.95274, + -73.98803, + -73.97202, + -73.90451, + -73.98229, + -73.9506, + -73.99315, + -73.98233, + -73.98079, + -73.94628, + -73.96501, + -73.95496, + -73.80158, + -73.94847, + -73.92275, + -73.99444, + -73.97923, + -73.99493, + -73.99948, + -73.96317, + -73.95493, + -73.9435, + -73.95217, + -74.00326, + -73.95741, + -73.97092, + -74.00277, + -73.95347, + -73.9489, + -73.99632, + -74.00749, + -73.99885, + -73.95824, + -73.95809, + -73.90698, + -73.94665, + -73.97658, + -73.92039, + -73.91955, + -74.00465, + -74.00079, + -73.99527, + -73.94532, + -73.94857, + -73.99281, + -73.92273, + -73.97975, + -73.95376, + -73.97897, + -73.96808, + -73.95536, + -73.97429, + -73.98313, + -73.94963, + -73.97237, + -73.73382, + -73.98342, + -73.95815, + -73.99303, + -73.98871, + -73.94743, + -73.98261, + -73.96399, + -73.88279, + -73.92148, + -73.92245, + -73.99648, + -73.97857, + -73.73323, + -73.97065, + -73.94583, + -74.01171, + -73.87065, + -73.93578, + -73.96133, + -73.95718, + -73.96644, + -73.95237, + -73.9406, + -73.92461, + -73.99473, + -73.96001, + -73.98338, + -73.97986, + -73.95127, + -73.93739, + -73.95951, + -73.98577, + -73.93989, + -73.95594, + -73.99133, + -73.9695, + -73.98245, + -73.98502, + -73.94164, + -73.94977, + -73.95563, + -73.94691, + -74.0018, + -73.98594, + -74.00191, + -73.96264, + -73.97301, + -74.00637, + -73.92333, + -73.92439, + -73.99401, + -73.96003, + -73.96057, + -74.23986, + -73.98934, + -74.00213, + -73.99257, + -73.93182, + -73.9998, + -73.95002, + -73.97352, + -73.91791, + -73.96259, + -74.0833, + -73.94971, + -73.94358, + -73.99161, + -73.91666, + -73.98459, + -73.99388, + -73.95112, + -73.95605, + -73.96626, + -73.9685, + -73.99445, + -73.98541, + -73.98199, + -73.96776, + -73.99425, + -73.93499, + -73.99684, + -73.984, + -73.96348, + -73.96939, + -73.9816, + -73.98722, + -73.97833, + -73.98464, + -73.97797, + -73.98334, + -73.98767, + -73.99031, + -73.95434, + -73.96681, + -73.98013, + -74.00426, + -74.00181, + -73.95246, + -73.98248, + -73.95375, + -73.98593, + -73.94361, + -73.90027, + -73.94421, + -73.9957, + -73.9488, + -73.96989, + -73.99957, + -73.98061, + -73.98573, + -73.99015, + -73.98172, + -73.9636, + -73.96338, + -74.00309, + -73.95758, + -73.92701, + -73.91911, + -73.98458, + -73.94801, + -73.91906, + -73.95577, + -73.95088, + -73.96926, + -73.95631, + -73.90086, + -73.89632, + -74.00347, + -73.97811, + -73.76566, + -73.91565, + -73.92832, + -73.99416, + -73.91537, + -73.9426, + -73.96378, + -74.16062, + -73.92552, + -73.95101, + -74.00162, + -74.00275, + -73.95294, + -73.95768, + -73.97828, + -73.97796, + -73.89124, + -73.95211, + -73.96401, + -73.8953, + -73.9679, + -73.98367, + -73.97469, + -73.94202, + -73.95005, + -73.95336, + -73.98355, + -73.97853, + -73.90796, + -73.961, + -73.91849, + -73.98065, + -73.98048, + -73.97241, + -73.94601, + -73.98097, + -73.97697, + -73.97852, + -73.99382, + -73.97787, + -73.93653, + -73.91877, + -73.9961, + -74.00259, + -74.00285, + -73.99517, + -73.96577, + -73.95536, + -74.00239, + -73.94103, + -73.97622, + -73.9467, + -73.98093, + -73.97568, + -73.98496, + -73.95275, + -73.89706, + -74.08953, + -73.99328, + -73.95439, + -73.97929, + -73.94869, + -73.96089, + -73.88293, + -73.99461, + -73.99136, + -73.95213, + -73.99492, + -73.98643, + -74.0893, + -73.9933, + -73.9606, + -73.94906, + -73.89712, + -73.89892, + -73.95876, + -74.00593, + -73.94915, + -73.87067, + -73.97236, + -73.9452, + -73.96263, + -73.93943, + -73.95324, + -73.96569, + -73.94353, + -73.98582, + -73.95729, + -73.954, + -73.95837, + -73.97111, + -73.96145, + -73.9843, + -73.95648, + -73.99262, + -73.94322, + -73.96248, + -73.95591, + -73.92542, + -73.95448, + -73.95456, + -73.95166, + -73.99552, + -73.9552, + -73.9437, + -73.95404, + -73.98619, + -74.00016, + -74.004, + -73.99536, + -73.96394, + -73.95427, + -74.00037, + -73.94776, + -73.97104, + -73.97645, + -73.98041, + -73.9894, + -73.94586, + -73.97927, + -73.95447, + -74.06476, + -73.97243, + -73.97238, + -73.93688, + -73.92797, + -73.97839, + -74.00452, + -73.98479, + -73.95362, + -74.00365, + -74.00424, + -73.93107, + -73.99574, + -73.96467, + -73.97496, + -73.90004, + -73.99605, + -73.95572, + -73.97666, + -73.99706, + -73.94046, + -73.98245, + -74.00119, + -73.98303, + -73.93154, + -73.95604, + -73.9614, + -73.97969, + -73.79201, + -73.96201, + -73.98247, + -73.95725, + -73.96016, + -73.97781, + -73.94715, + -74.00137, + -73.91839, + -73.9898, + -73.97601, + -73.99823, + -73.98695, + -73.93687, + -73.96703, + -73.93557, + -73.93004, + -73.86969, + -73.99581, + -73.92826, + -73.96559, + -73.96521, + -73.96708, + -73.95692, + -73.96303, + -73.96777, + -73.95247, + -73.91793, + -73.92922, + -73.93032, + -73.9841, + -73.95832, + -73.93284, + -73.9572, + -73.93401, + -73.91807, + -73.93776, + -73.94307, + -73.95993, + -73.76314, + -73.98375, + -73.95616, + -73.9953, + -73.92316, + -73.91092, + -73.95574, + -74.00287, + -73.95073, + -73.94609, + -73.97767, + -73.96107, + -73.98789, + -73.9877, + -73.96759, + -73.90821, + -73.99076, + -73.93514, + -73.86979, + -73.94551, + -73.97009, + -73.95331, + -73.82517, + -74.00594, + -73.98448, + -73.94314, + -73.94629, + -73.9606, + -73.95527, + -73.96388, + -73.95832, + -73.96114, + -74.00876, + -73.97173, + -73.99873, + -73.97442, + -73.92276, + -73.95475, + -74.00539, + -74.00327, + -73.98192, + -73.9397, + -73.9608, + -73.914, + -74.00329, + -73.95228, + -73.98206, + -73.93978, + -73.98218, + -73.95781, + -73.94999, + -73.93964, + -73.95827, + -74.00298, + -73.96649, + -73.99343, + -74.00043, + -73.95292, + -73.98732, + -73.9378, + -73.98794, + -73.90522, + -73.96262, + -73.98612, + -73.95669, + -73.93882, + -73.98496, + -73.94042, + -73.9931, + -73.97805, + -73.9766, + -73.96783, + -73.92619, + -73.99762, + -73.95953, + -73.97896, + -73.90889, + -73.95903, + -73.92765, + -73.9515, + -73.98841, + -73.95432, + -73.9566, + -73.98655, + -73.92029, + -73.94674, + -73.94923, + -73.97192, + -73.97656, + -73.93821, + -73.96415, + -73.92946, + -73.97713, + -73.95234, + -73.98574, + -73.978, + -73.94193, + -73.97775, + -73.95273, + -73.99452, + -73.93879, + -73.99518, + -73.96802, + -73.93834, + -73.99504, + -73.98039, + -73.95048, + -73.9274, + -73.87763, + -73.87609, + -73.94971, + -73.95925, + -73.98411, + -73.94966, + -73.82922, + -73.98345, + -73.96031, + -73.94579, + -73.94328, + -73.96351, + -73.99517, + -73.94642, + -73.99055, + -74.00232, + -73.92757, + -73.93854, + -73.97417, + -73.97772, + -73.99581, + -73.97181, + -73.97248, + -73.98639, + -73.95042, + -73.97894, + -73.92294, + -74.00949, + -73.95433, + -73.92476, + -73.93084, + -73.93469, + -73.94799, + -74.00225, + -73.94617, + -73.97583, + -73.81016, + -73.95353, + -73.95418, + -73.95534, + -73.95058, + -73.95548, + -73.96337, + -73.95568, + -73.93095, + -73.98609, + -73.96389, + -73.94798, + -73.95623, + -73.94037, + -73.98525, + -73.96032, + -74.00138, + -73.94154, + -73.93992, + -73.99272, + -73.93102, + -73.96042, + -73.97792, + -73.96118, + -73.99836, + -73.99197, + -74.08799, + -73.9506, + -73.95646, + -73.93944, + -73.97191, + -73.99224, + -73.96704, + -73.96296, + -73.98549, + -73.94698, + -73.96252, + -73.96471, + -73.93832, + -73.95965, + -73.97907, + -73.98365, + -73.92213, + -73.94872, + -73.97964, + -73.93223, + -73.95802, + -73.99116, + -73.95817, + -74.00021, + -73.83875, + -73.951, + -74.00876, + -73.98267, + -73.95456, + -73.92985, + -73.99361, + -73.9531, + -73.96907, + -73.97193, + -73.98413, + -73.97042, + -74.00502, + -73.99265, + -73.98956, + -73.96528, + -73.9269, + -73.99219, + -73.99514, + -73.98627, + -73.99031, + -73.94464, + -73.98444, + -73.99346, + -73.92015, + -73.94172, + -73.80969, + -73.95213, + -73.92424, + -73.9572, + -74.00056, + -73.99033, + -73.96713, + -73.95374, + -73.98693, + -73.96477, + -73.95307, + -73.95247, + -73.92212, + -73.98682, + -73.97314, + -73.97815, + -73.91868, + -73.95168, + -73.97662, + -73.98426, + -73.95922, + -73.81117, + -73.95686, + -73.81146, + -73.95316, + -73.97446, + -73.92693, + -73.9486, + -73.99428, + -74.0029, + -73.96532, + -73.95902, + -73.94671, + -73.95627, + -73.91313, + -73.99979, + -73.96694, + -73.93875, + -73.95024, + -73.93178, + -73.95728, + -73.99404, + -74.00164, + -73.9297, + -73.99946, + -73.96872, + -73.95541, + -73.98406, + -73.98585, + -73.97131, + -73.94435, + -73.9644, + -73.98411, + -73.98097, + -73.93889, + -73.94958, + -73.9977, + -73.91382, + -73.98998, + -73.94465, + -73.94951, + -73.97675, + -73.96571, + -73.93118, + -73.98574, + -74.00897, + -73.94484, + -73.94129, + -73.95737, + -73.92189, + -73.96355, + -73.92973, + -73.94141, + -73.94907, + -73.96525, + -73.99591, + -73.94004, + -73.98759, + -73.95781, + -73.95534, + -73.91601, + -73.97189, + -73.95875, + -74.00686, + -73.95942, + -73.92677, + -73.94571, + -73.9496, + -73.93842, + -73.95956, + -73.95262, + -73.96212, + -73.98918, + -73.94205, + -73.96372, + -74.00101, + -73.98137, + -73.81029, + -73.81126, + -73.96054, + -73.91957, + -73.97334, + -73.95474, + -73.94932, + -73.8924, + -73.96299, + -73.96664, + -73.94041, + -74.00431, + -73.93684, + -73.98179, + -73.99094, + -73.92896, + -73.96326, + -73.9201, + -73.93957, + -73.95403, + -74.00074, + -73.8091, + -73.95178, + -73.96002, + -73.98838, + -73.93838, + -73.94025, + -73.96111, + -73.95506, + -73.95279, + -73.96145, + -73.9654, + -73.95529, + -73.94009, + -73.98486, + -73.97657, + -74.00995, + -73.97861, + -73.93967, + -73.98457, + -73.97877, + -73.99876, + -73.99483, + -73.94346, + -73.97008, + -73.97925, + -73.99906, + -73.98677, + -73.99878, + -73.94294, + -73.93675, + -73.93648, + -73.9588, + -73.97553, + -73.98152, + -73.81468, + -73.93659, + -73.93446, + -73.98781, + -73.99014, + -74.00038, + -73.98939, + -73.99654, + -73.94611, + -73.96603, + -73.83057, + -73.95499, + -73.98208, + -73.92006, + -73.97884, + -73.98989, + -73.97972, + -73.98911, + -73.95353, + -73.92223, + -73.94827, + -73.94493, + -73.94538, + -73.95254, + -74.00749, + -73.9501, + -73.99302, + -73.95408, + -74.00189, + -73.95139, + -73.96125, + -73.98754, + -73.98163, + -73.95695, + -73.9441, + -73.99582, + -73.91509, + -74.00307, + -73.9333, + -74.00259, + -73.99767, + -73.97078, + -73.98597, + -73.96394, + -73.95098, + -73.78873, + -73.93999, + -73.99046, + -73.96121, + -74.00375, + -73.94519, + -73.90374, + -74.03621, + -73.97573, + -73.96651, + -73.95696, + -73.95562, + -73.96487, + -73.94504, + -73.99638, + -73.8885, + -73.93996, + -73.98875, + -73.92477, + -73.98507, + -73.99679, + -74.03195, + -73.98893, + -73.9637, + -74.00524, + -73.91678, + -73.91871, + -73.98907, + -73.94745, + -74.00471, + -73.96015, + -73.9729, + -73.94302, + -74.03628, + -73.99465, + -73.94009, + -73.9207, + -73.99779, + -73.8202, + -73.96586, + -73.94844, + -73.97076, + -73.95076, + -73.98134, + -73.99487, + -73.97434, + -73.94891, + -73.97439, + -73.9746, + -73.97251, + -74.00225, + -73.96983, + -73.97222, + -73.99728, + -73.95898, + -73.92638, + -73.91395, + -74.00318, + -74.00453, + -73.97849, + -74.00237, + -73.95987, + -73.91946, + -73.95138, + -73.96054, + -73.96523, + -73.97994, + -73.95568, + -73.95267, + -73.99249, + -73.935, + -73.92652, + -73.9601, + -73.9784, + -73.91109, + -73.9681, + -73.98932, + -73.96186, + -73.95875, + -73.9483, + -73.94263, + -73.95493, + -73.958, + -73.95435, + -73.98932, + -73.97065, + -73.95512, + -73.9379, + -73.9528, + -73.89448, + -73.94823, + -73.98351, + -73.98007, + -73.92806, + -73.98283, + -73.98645, + -73.97907, + -73.94635, + -73.91156, + -73.94493, + -74.00774, + -74.00363, + -73.94196, + -73.96155, + -73.95742, + -73.91648, + -73.95497, + -73.96603, + -73.96124, + -73.9638, + -74.0043, + -73.93597, + -73.99624, + -73.94728, + -73.93836, + -73.81699, + -74.00177, + -73.94764, + -73.95606, + -73.9507, + -73.95508, + -73.90427, + -73.95851, + -73.94371, + -73.95419, + -73.98497, + -73.98224, + -73.93274, + -73.92863, + -73.949, + -73.94667, + -73.99379, + -73.96222, + -73.98924, + -73.99, + -74.13354, + -73.98112, + -73.95578, + -73.94661, + -73.94376, + -73.93713, + -73.94835, + -73.98773, + -73.97869, + -73.95667, + -73.96383, + -73.94399, + -73.99999, + -73.94885, + -73.94132, + -73.99712, + -73.99819, + -73.96059, + -74.00581, + -73.93223, + -73.92531, + -73.91662, + -73.98187, + -73.98324, + -73.90835, + -73.99438, + -74.01211, + -73.98534, + -73.94472, + -73.98762, + -73.92429, + -73.93915, + -73.9994, + -73.99702, + -73.94883, + -73.94334, + -73.82316, + -73.98805, + -73.94715, + -73.95321, + -73.94562, + -73.95596, + -74.08151, + -73.95362, + -73.946, + -73.90398, + -73.97803, + -73.99284, + -73.94124, + -73.98517, + -73.93845, + -73.94551, + -73.97853, + -73.90655, + -73.99775, + -73.98455, + -73.97907, + -73.92425, + -73.94122, + -73.98162, + -73.9535, + -73.95616, + -73.96144, + -73.9512, + -73.99718, + -73.99576, + -73.97572, + -73.97745, + -73.89461, + -73.98152, + -73.93903, + -73.96216, + -73.99676, + -73.9567, + -73.93962, + -73.93906, + -73.94345, + -73.959, + -73.94325, + -73.98305, + -73.98993, + -73.98817, + -73.9749, + -73.96976, + -73.98659, + -73.94621, + -73.98833, + -73.94434, + -73.98478, + -73.94582, + -73.91261, + -73.96399, + -73.94082, + -73.94279, + -73.97321, + -73.97589, + -74.00136, + -74.00234, + -74.01551, + -73.99529, + -73.94839, + -73.97435, + -73.96692, + -73.79286, + -73.99349, + -73.98083, + -73.99771, + -73.98968, + -73.94552, + -73.98847, + -73.99123, + -73.94328, + -73.97026, + -73.98344, + -74.00634, + -73.96482, + -73.98469, + -73.90599, + -73.94037, + -73.94839, + -73.93957, + -73.93657, + -73.97837, + -73.97182, + -73.98261, + -73.96779, + -73.95854, + -73.95687, + -73.95867, + -73.97713, + -73.92922, + -73.98598, + -73.95132, + -73.9714, + -73.95981, + -73.94835, + -74.00416, + -73.9488, + -73.92213, + -73.97149, + -73.92996, + -73.9385, + -73.93225, + -73.95489, + -73.90939, + -73.99468, + -73.99143, + -74.00165, + -73.96712, + -73.98321, + -73.9389, + -74.00279, + -73.94642, + -73.98205, + -73.89035, + -73.94023, + -73.94046, + -73.95645, + -73.97656, + -73.95213, + -74.00089, + -73.9855, + -73.94944, + -73.96623, + -73.91834, + -74.00187, + -73.98721, + -73.96152, + -74.03489, + -73.94726, + -73.89925, + -73.93037, + -73.99452, + -74.00571, + -73.92858, + -73.95468, + -73.95413, + -73.9972, + -73.95909, + -73.93452, + -73.94476, + -73.96649, + -73.92176, + -73.91811, + -73.98807, + -73.97132, + -73.98986, + -73.98127, + -73.97715, + -73.92885, + -73.9166, + -73.96994, + -73.93734, + -73.97969, + -73.99294, + -73.95308, + -73.78665, + -73.95951, + -73.94851, + -73.9517, + -73.9462, + -73.82538, + -73.94048, + -73.94041, + -73.99159, + -73.73955, + -74.00546, + -73.95648, + -73.91571, + -73.95628, + -73.93548, + -73.96605, + -73.95789, + -73.97545, + -73.95847, + -73.94251, + -73.9949, + -73.96299, + -73.94916, + -73.94816, + -73.94108, + -73.95427, + -73.9786, + -73.91995, + -73.95563, + -73.87295, + -73.93517, + -73.93217, + -73.94153, + -73.96574, + -73.95154, + -73.97097, + -73.93983, + -73.94428, + -73.95206, + -73.98105, + -73.9589, + -73.9852, + -73.94884, + -73.99168, + -73.98844, + -73.95105, + -73.95019, + -73.95892, + -73.99482, + -73.9737, + -73.93785, + -73.98351, + -73.95012, + -73.96239, + -73.95399, + -73.89133, + -73.92642, + -73.9446, + -73.95039, + -73.99147, + -73.95621, + -73.97937, + -73.90772, + -73.95412, + -73.96396, + -73.95276, + -73.98204, + -74.00971, + -73.96077, + -73.99397, + -73.96402, + -74.01235, + -73.98866, + -73.95585, + -73.99022, + -73.99031, + -73.99957, + -73.95085, + -73.99957, + -73.99832, + -73.96798, + -73.976, + -73.94135, + -74.00448, + -73.99313, + -73.92334, + -73.97567, + -74.00412, + -73.94471, + -74.00462, + -73.96703, + -73.97152, + -73.95071, + -73.97578, + -73.97851, + -73.99869, + -73.95216, + -73.99871, + -73.98451, + -73.96459, + -73.94989, + -73.98597, + -73.96083, + -73.91677, + -73.96461, + -73.95386, + -73.99059, + -73.94819, + -73.96774, + -73.94975, + -73.96587, + -73.95845, + -73.95908, + -73.9489, + -73.9816, + -73.95627, + -73.9175, + -73.89781, + -73.93789, + -73.93727, + -73.97125, + -73.96243, + -73.98115, + -73.9465, + -73.98703, + -73.93428, + -73.96257, + -73.99123, + -73.95813, + -73.95022, + -73.93635, + -73.97704, + -73.95557, + -73.73986, + -74.00522, + -73.99849, + -73.99826, + -73.9597, + -73.95167, + -73.99575, + -73.99676, + -74.0016, + -73.93478, + -73.92694, + -73.9863, + -73.95923, + -73.93931, + -73.94507, + -73.95144, + -73.94309, + -73.97076, + -73.91103, + -73.94574, + -73.95164, + -73.93776, + -73.94516, + -73.9504, + -73.94756, + -73.95898, + -73.95905, + -73.93115, + -73.97334, + -73.95108, + -73.96713, + -73.97874, + -73.97781, + -73.94252, + -73.99387, + -73.9177, + -73.97762, + -73.96558, + -73.96509, + -73.97339, + -74.00306, + -73.8759, + -73.94443, + -73.98157, + -73.99395, + -73.93979, + -73.96619, + -73.99865, + -73.95012, + -74.00314, + -73.94838, + -73.93806, + -73.92418, + -73.94083, + -73.9829, + -73.97045, + -73.99637, + -73.93004, + -73.9551, + -74.0042, + -73.99171, + -73.98638, + -73.94343, + -73.92417, + -73.94522, + -73.94752, + -73.92364, + -73.9423, + -73.96509, + -73.97855, + -73.99498, + -74.0359, + -73.95967, + -73.96404, + -73.95208, + -73.94547, + -73.98938, + -73.92635, + -74.01635, + -74.01888, + -73.92219, + -73.95589, + -74.00186, + -73.94534, + -73.94673, + -73.92678, + -73.94201, + -73.98261, + -73.99499, + -74.00488, + -73.93132, + -73.94216, + -74.00282, + -73.97676, + -74.00973, + -73.95042, + -73.95201, + -74.00138, + -73.9622, + -74.01043, + -73.94965, + -73.93104, + -73.98283, + -73.9263, + -73.92684, + -73.93861, + -73.95177, + -73.97912, + -73.91776, + -73.99999, + -73.93561, + -73.98695, + -73.92749, + -73.95775, + -73.95248, + -73.97586, + -74.00903, + -73.98348, + -73.94434, + -73.93795, + -73.94907, + -73.91897, + -73.95042, + -73.99225, + -73.99709, + -73.92005, + -73.97913, + -73.94405, + -73.9821, + -73.99379, + -73.93293, + -73.96154, + -73.74481, + -73.92078, + -73.95826, + -74.00492, + -73.9618, + -73.9247, + -73.85852, + -73.94076, + -73.93839, + -73.9586, + -73.96671, + -73.94571, + -73.99468, + -73.94665, + -73.7733, + -73.77467, + -73.98627, + -73.95291, + -73.94551, + -73.94061, + -73.93973, + -73.9557, + -74.00572, + -73.98437, + -73.95745, + -73.94799, + -73.77373, + -73.98026, + -73.77306, + -73.95637, + -73.97947, + -73.98962, + -73.92579, + -73.91722, + -73.93306, + -73.96908, + -73.99419, + -73.96543, + -73.99556, + -73.98061, + -73.99533, + -73.95078, + -73.96334, + -73.99154, + -73.8718, + -73.97184, + -73.95404, + -73.99042, + -73.94362, + -73.95549, + -74.00888, + -73.9133, + -73.97947, + -74.00429, + -73.95169, + -73.96602, + -73.94045, + -73.94973, + -73.97335, + -73.9923, + -73.98079, + -73.94346, + -73.95441, + -73.93836, + -73.95139, + -73.91883, + -73.99147, + -73.96107, + -73.97218, + -73.9624, + -73.94645, + -73.99518, + -73.9523, + -73.94678, + -73.94356, + -73.90941, + -73.92804, + -73.96094, + -73.95111, + -73.93847, + -74.00172, + -73.94177, + -73.93135, + -73.92593, + -73.92975, + -73.95867, + -73.94846, + -74.0036, + -73.95012, + -73.99976, + -73.97268, + -73.95729, + -73.95949, + -73.97139, + -73.97911, + -73.95136, + -73.95042, + -73.98695, + -73.90907, + -73.83131, + -73.95008, + -73.9929, + -73.93463, + -73.98067, + -73.9213, + -73.9662, + -73.97518, + -73.94602, + -73.99372, + -73.96101, + -73.97942, + -73.96821, + -73.98565, + -73.89864, + -73.98619, + -73.9754, + -73.90686, + -73.95227, + -73.95163, + -73.93217, + -73.91472, + -73.99492, + -73.9615, + -74.0104, + -73.93842, + -73.96102, + -73.90168, + -73.89921, + -73.96143, + -73.94923, + -73.98751, + -73.99566, + -73.96262, + -73.96086, + -73.95155, + -73.99254, + -73.94474, + -73.92228, + -74.13378, + -74.00467, + -73.97094, + -73.98304, + -73.77472, + -74.00121, + -73.96174, + -73.99209, + -73.95641, + -73.92275, + -73.99011, + -73.94181, + -73.98693, + -73.97404, + -73.9273, + -74.0162, + -73.9641, + -73.94363, + -73.95757, + -73.95031, + -73.95543, + -73.9814, + -73.95223, + -73.97239, + -73.92975, + -73.9077, + -73.93855, + -73.99879, + -73.99309, + -73.94715, + -73.93854, + -73.92505, + -73.95082, + -74.00328, + -73.9536, + -73.94587, + -73.99145, + -73.93042, + -73.97248, + -73.95348, + -73.9527, + -73.98217, + -73.95325, + -73.9987, + -73.94144, + -73.9555, + -73.93832, + -73.87746, + -73.95126, + -73.93911, + -74.00615, + -73.94466, + -73.93761, + -73.99465, + -73.95655, + -73.9882, + -73.94068, + -73.9927, + -73.94222, + -74.00302, + -74.00095, + -73.93751, + -74.0036, + -73.94999, + -74.00049, + -73.97368, + -73.98826, + -74.06356, + -73.94861, + -73.98749, + -73.97476, + -73.98366, + -73.98652, + -73.98874, + -73.98666, + -73.93883, + -73.96027, + -73.93933, + -73.98185, + -73.94398, + -73.90586, + -73.96181, + -73.96318, + -73.79449, + -73.92022, + -73.95235, + -73.94629, + -73.9104, + -73.89687, + -73.99183, + -73.88584, + -73.86264, + -73.88493, + -73.95555, + -73.97734, + -73.95167, + -73.93754, + -73.947, + -73.96251, + -73.88548, + -73.94029, + -74.00438, + -73.95427, + -73.97904, + -73.98601, + -73.92799, + -73.90837, + -73.96029, + -73.97538, + -73.99177, + -73.99487, + -73.97952, + -73.95799, + -73.95789, + -73.93794, + -73.93673, + -73.95395, + -73.92526, + -73.9845, + -73.94639, + -73.99625, + -73.95625, + -74.00615, + -73.93504, + -74.00799, + -73.97847, + -73.95648, + -73.95394, + -73.95338, + -73.94015, + -73.97654, + -73.9361, + -73.9728, + -73.924, + -73.96683, + -73.95811, + -73.94971, + -73.95103, + -73.91571, + -73.95614, + -73.93163, + -73.93073, + -73.96161, + -73.99685, + -73.87603, + -73.98519, + -73.95895, + -73.93585, + -73.91406, + -73.94653, + -73.986, + -73.92934, + -73.9642, + -73.96071, + -73.98304, + -73.98904, + -73.94054, + -73.9992, + -73.99729, + -73.94087, + -73.91718, + -73.95073, + -73.94531, + -73.95952, + -73.95008, + -73.98097, + -73.9957, + -73.94434, + -73.96126, + -73.93616, + -73.93577, + -73.92281, + -73.98397, + -73.99325, + -73.94947, + -73.95302, + -73.92942, + -73.91676, + -73.97386, + -73.99115, + -73.98427, + -73.85219, + -73.94728, + -73.96746, + -74.01623, + -73.83396, + -73.95741, + -73.95548, + -73.97234, + -73.98233, + -73.93965, + -73.95519, + -73.95314, + -73.9603, + -73.92202, + -74.00934, + -73.96759, + -73.98527, + -73.95076, + -73.95112, + -73.95437, + -73.99476, + -73.95164, + -73.95335, + -73.97953, + -73.98857, + -73.95375, + -73.93874, + -73.95147, + -73.97854, + -74.19826, + -73.82494, + -73.95133, + -73.98031, + -73.9248, + -73.94935, + -73.9782, + -73.96058, + -73.95009, + -73.98487, + -73.99183, + -73.97016, + -73.92868, + -73.93997, + -74.00215, + -73.94628, + -73.94613, + -73.9454, + -73.94539, + -73.99892, + -73.94962, + -73.94154, + -73.9453, + -73.9923, + -73.9173, + -73.98451, + -73.82264, + -73.92193, + -73.94965, + -73.99227, + -73.89163, + -73.94189, + -73.94161, + -73.99541, + -73.93641, + -73.98356, + -73.98839, + -73.98177, + -73.92349, + -73.95514, + -73.96101, + -73.98245, + -73.95634, + -73.98532, + -73.9046, + -73.94098, + -73.96274, + -73.9962, + -73.99721, + -73.932, + -73.98298, + -73.96401, + -73.97932, + -73.9811, + -73.97465, + -73.97729, + -73.89362, + -73.95392, + -73.96869, + -73.96492, + -73.98765, + -73.93765, + -73.9216, + -73.9469, + -73.9753, + -73.9794, + -73.98151, + -74.00678, + -73.99978, + -73.95473, + -73.95855, + -73.94581, + -73.92469, + -73.94927, + -73.95102, + -73.98349, + -73.98712, + -73.94929, + -73.98549, + -73.9517, + -73.98941, + -73.93725, + -73.98051, + -73.97339, + -73.94166, + -73.99736, + -73.95566, + -73.96833, + -73.94752, + -74.00106, + -73.96692, + -74.00462, + -73.99813, + -73.95336, + -73.92915, + -73.99775, + -73.99358, + -73.95885, + -73.99326, + -73.98703, + -73.9419, + -73.95311, + -73.977, + -74.00075, + -73.94055, + -73.96615, + -73.92693, + -73.9666, + -73.94193, + -73.96556, + -74.00761, + -73.89222, + -73.91343, + -73.98641, + -74.00141, + -73.98583, + -73.89501, + -73.99376, + -73.95382, + -73.94457, + -73.92254, + -73.94325, + -74.00377, + -73.95112, + -73.95639, + -73.95366, + -74.00691, + -73.97302, + -73.95812, + -73.94122, + -73.94201, + -73.97062, + -73.98558, + -73.98643, + -73.92281, + -73.94575, + -73.98922, + -73.96195, + -73.92526, + -74.00234, + -73.94316, + -73.95459, + -73.99586, + -73.92515, + -73.98806, + -73.92525, + -73.98344, + -73.98919, + -73.9454, + -73.98914, + -73.92375, + -73.96854, + -73.96106, + -73.97461, + -73.96058, + -73.943, + -73.94436, + -73.94294, + -73.90489, + -73.95921, + -74.00016, + -73.82012, + -73.96634, + -73.9632, + -73.9375, + -73.98755, + -73.94332, + -73.95878, + -73.95233, + -73.92833, + -73.94035, + -73.95527, + -73.98442, + -73.95074, + -73.9543, + -73.98986, + -73.99223, + -73.94581, + -73.95197, + -73.94827, + -73.95859, + -73.96669, + -73.98025, + -74.0072, + -73.98005, + -73.97785, + -73.99118, + -73.99475, + -73.95262, + -73.96686, + -73.86634, + -73.96744, + -73.99299, + -73.95493, + -73.97047, + -73.94932, + -73.78762, + -73.86268, + -73.94756, + -73.99225, + -73.98059, + -73.91687, + -73.98497, + -73.98654, + -73.93799, + -73.94931, + -73.94034, + -73.92303, + -73.94769, + -73.91324, + -73.98956, + -73.97517, + -73.94499, + -73.95582, + -73.99742, + -73.94894, + -73.95231, + -73.94457, + -73.99054, + -73.99781, + -73.91757, + -73.97009, + -73.97393, + -73.91451, + -73.93717, + -73.98083, + -73.98671, + -73.97614, + -73.99359, + -73.9607, + -73.96385, + -73.92889, + -73.98801, + -73.94584, + -73.95405, + -73.94093, + -73.87819, + -73.99271, + -73.98437, + -73.95591, + -73.98663, + -73.98473, + -73.95979, + -73.9813, + -73.95673, + -73.98991, + -73.9342, + -73.91441, + -73.98634, + -73.94329, + -73.98721, + -73.97771, + -74.00193, + -73.94166, + -73.99761, + -73.96854, + -73.99857, + -73.98933, + -73.98598, + -73.94269, + -73.94074, + -73.98615, + -73.95481, + -73.97137, + -73.89382, + -73.98618, + -73.98885, + -73.91265, + -73.91463, + -73.96456, + -73.94926, + -73.96078, + -73.96253, + -73.98555, + -73.9483, + -73.94184, + -73.95698, + -73.95998, + -73.95149, + -73.87475, + -73.97927, + -73.93896, + -73.94358, + -73.98036, + -73.98109, + -73.94495, + -73.91669, + -73.98069, + -73.94285, + -73.98752, + -73.95879, + -73.96704, + -73.9482, + -73.94377, + -73.95802, + -73.92808, + -73.9694, + -73.93987, + -73.98662, + -73.95866, + -73.90005, + -73.96602, + -73.94362, + -73.9439, + -74.0086, + -73.96366, + -73.96156, + -73.99178, + -73.98081, + -73.90795, + -73.99174, + -73.9805, + -73.92059, + -73.95575, + -73.96691, + -73.90994, + -74.00933, + -73.95619, + -73.96715, + -73.92873, + -73.98576, + -73.98827, + -73.98265, + -73.94842, + -73.95045, + -73.97401, + -73.98577, + -73.95087, + -73.96638, + -73.91981, + -73.98713, + -73.95433, + -73.9834, + -73.94864, + -74.00138, + -73.92811, + -73.9981, + -73.92874, + -73.93993, + -73.94085, + -73.75233, + -74.02063, + -73.96916, + -73.9559, + -73.94583, + -73.97595, + -74.01608, + -73.94446, + -73.98095, + -74.00875, + -73.92864, + -73.95533, + -73.98362, + -73.98361, + -73.91024, + -73.98165, + -73.98937, + -73.96149, + -73.92184, + -73.98383, + -73.93346, + -73.98823, + -73.95651, + -73.98901, + -73.98317, + -73.91886, + -73.93344, + -73.9724, + -73.9927, + -73.96139, + -73.97137, + -74.00865, + -73.95343, + -73.95413, + -73.98705, + -73.97418, + -73.95534, + -73.95652, + -73.95063, + -74.00238, + -73.96956, + -74.00279, + -73.94048, + -73.98907, + -73.93686, + -73.97199, + -74.00854, + -73.97837, + -73.92399, + -73.97966, + -73.86543, + -73.9803, + -73.90795, + -73.95608, + -73.9191, + -73.93771, + -73.95033, + -73.98121, + -73.85356, + -73.94299, + -73.98805, + -73.92965, + -73.98757, + -73.94268, + -74.00044, + -73.96049, + -73.98572, + -73.94344, + -73.97747, + -73.94915, + -73.98742, + -73.95358, + -73.98153, + -73.93992, + -73.95442, + -73.98285, + -73.9417, + -73.96101, + -73.98936, + -73.91823, + -73.92085, + -73.95153, + -73.93481, + -73.91868, + -73.98496, + -73.93605, + -73.94385, + -73.89495, + -73.94365, + -73.94287, + -73.99334, + -73.96509, + -73.9452, + -73.96813, + -73.98756, + -73.97923, + -73.99053, + -73.98216, + -73.95838, + -73.92179, + -74.00716, + -73.96672, + -73.9904, + -73.96189, + -73.94799, + -73.96236, + -73.99371, + -74.00014, + -73.95633, + -73.96514, + -73.95601, + -73.95688, + -73.95873, + -73.99686, + -73.96993, + -73.89906, + -73.99323, + -73.92471, + -73.98462, + -73.95548, + -73.96769, + -73.92207, + -73.94951, + -73.99598, + -73.98095, + -73.99143, + -73.97628, + -73.95189, + -73.92766, + -73.99182, + -73.96886, + -73.9681, + -73.98016, + -73.98271, + -73.90845, + -73.98337, + -73.97865, + -73.92874, + -74.00433, + -73.98957, + -73.97094, + -73.94821, + -73.94138, + -73.9274, + -73.94136, + -73.98829, + -73.91138, + -73.94673, + -73.97848, + -73.90522, + -73.95496, + -73.94992, + -73.94848, + -73.91922, + -73.94571, + -73.95307, + -73.97247, + -73.98706, + -73.96173, + -73.94224, + -73.99338, + -73.96392, + -74.00353, + -73.93861, + -73.98116, + -74.00414, + -73.92777, + -73.99325, + -74.01322, + -74.00476, + -73.95088, + -73.94195, + -73.94167, + -73.95092, + -73.94248, + -73.97643, + -73.90582, + -73.94355, + -73.96554, + -73.95402, + -74.0017, + -73.93229, + -73.98721, + -74.0154, + -73.99714, + -73.99983, + -73.97474, + -73.82788, + -73.9113, + -73.96985, + -73.91017, + -73.92971, + -73.9411, + -73.97452, + -74.00305, + -73.95353, + -73.95149, + -73.93664, + -73.98643, + -73.96495, + -73.95221, + -73.99308, + -73.96464, + -73.96273, + -73.90765, + -74.00123, + -73.99376, + -73.93072, + -73.98825, + -73.98238, + -73.91693, + -73.95093, + -73.96298, + -73.94626, + -73.95712, + -73.96351, + -73.94529, + -73.92746, + -73.92999, + -73.92705, + -73.98576, + -73.92058, + -74.00671, + -73.9902, + -73.98437, + -73.91595, + -73.98437, + -73.95203, + -73.95226, + -73.96029, + -73.98376, + -73.94462, + -73.96116, + -73.98001, + -73.95367, + -73.96474, + -73.96149, + -73.91005, + -73.97614, + -73.96183, + -73.96427, + -73.95154, + -73.94426, + -73.98004, + -73.94194, + -74.00262, + -73.99009, + -73.96827, + -74.00528, + -73.99708, + -74.00433, + -73.95156, + -73.97737, + -73.9867, + -73.94372, + -73.94863, + -73.98981, + -73.95273, + -73.99095, + -73.98211, + -73.9521, + -73.96981, + -73.97805, + -73.92244, + -73.93885, + -73.939, + -73.94921, + -73.93583, + -73.99205, + -73.99996, + -73.94037, + -73.97936, + -73.98713, + -73.95408, + -73.95876, + -73.96781, + -73.99379, + -73.98901, + -74.00014, + -73.97677, + -73.97348, + -74.00314, + -73.99508, + -73.96969, + -73.98119, + -73.95557, + -73.95253, + -73.93993, + -73.99287, + -73.94038, + -73.94031, + -73.97354, + -73.97904, + -73.92867, + -74.00401, + -73.97945, + -73.95133, + -73.97257, + -73.98226, + -73.94758, + -73.98303, + -74.00233, + -74.00429, + -73.95257, + -73.90125, + -73.92005, + -73.97299, + -73.98252, + -73.9777, + -73.92374, + -73.95306, + -74.00943, + -73.9989, + -73.94221, + -73.98821, + -73.92434, + -73.98851, + -73.9195, + -73.95146, + -73.97533, + -73.97909, + -73.95067, + -73.91405, + -73.98955, + -73.94768, + -73.99637, + -73.95895, + -73.98485, + -73.99799, + -73.99847, + -73.99028, + -73.99793, + -73.96045, + -73.9697, + -74.00755, + -73.94808, + -73.94536, + -73.97879, + -73.99723, + -73.94579, + -73.96988, + -73.9764, + -73.98094, + -73.97822, + -73.96705, + -73.99029, + -73.9921, + -73.94721, + -74.00571, + -74.00791, + -73.95044, + -73.95568, + -73.95082, + -73.95869, + -73.96124, + -73.95877, + -73.94172, + -73.98108, + -73.99916, + -73.97886, + -73.9994, + -73.99826, + -73.96279, + -73.99501, + -74.01753, + -74.00043, + -73.99687, + -73.95101, + -73.91562, + -73.99473, + -73.98112, + -73.97628, + -74.01065, + -73.92296, + -73.97269, + -73.97965, + -73.95295, + -73.95343, + -73.94017, + -73.94076, + -74.00676, + -73.94176, + -73.92463, + -73.97744, + -73.78828, + -73.96439, + -73.97858, + -73.98245, + -73.99677, + -73.98285, + -73.98643, + -73.99204, + -73.99767, + -73.98018, + -73.9922, + -73.98725, + -73.99834, + -73.97284, + -73.9552, + -73.98859, + -73.98128, + -73.9583, + -73.99558, + -73.9839, + -73.95435, + -73.97059, + -73.9249, + -73.97964, + -73.95568, + -74.00089, + -73.97662, + -73.96249, + -73.97821, + -73.94881, + -73.9236, + -73.95503, + -73.94788, + -73.95069, + -73.97885, + -73.99485, + -73.91599, + -73.99003, + -73.95607, + -74.00495, + -73.989, + -74.00493, + -73.85773, + -73.98503, + -73.98646, + -73.97351, + -73.99331, + -73.99061, + -73.92192, + -74.02756, + -73.95742, + -73.82795, + -73.97415, + -73.98681, + -73.96327, + -73.99404, + -73.99723, + -73.94559, + -73.93864, + -73.96558, + -73.98347, + -73.99499, + -73.93986, + -73.94344, + -73.94637, + -74.00612, + -73.94686, + -74.00121, + -73.96165, + -73.90936, + -73.96244, + -73.93162, + -73.97699, + -73.98508, + -73.99053, + -73.93818, + -73.94612, + -73.93945, + -73.95798, + -73.92587, + -73.94117, + -73.99059, + -73.9522, + -73.94524, + -73.95698, + -73.96716, + -73.95794, + -73.92617, + -73.92566, + -73.86773, + -73.95738, + -74.00189, + -73.98985, + -73.93236, + -73.9633, + -73.96035, + -73.98777, + -73.95403, + -73.95162, + -73.98137, + -74.00138, + -73.84083, + -74.01015, + -73.9094, + -73.99131, + -73.93985, + -73.99448, + -73.94142, + -73.96291, + -73.9513, + -73.98874, + -73.95446, + -73.95478, + -73.93678, + -73.96186, + -73.98334, + -73.89746, + -73.95325, + -73.98726, + -73.95514, + -73.92954, + -73.96762, + -73.9418, + -73.96281, + -74.00256, + -73.94325, + -73.94657, + -73.94489, + -73.98022, + -73.99392, + -73.95455, + -73.95541, + -73.99178, + -73.97559, + -73.9451, + -73.97343, + -73.92913, + -73.98536, + -74.00704, + -73.95569, + -73.9554, + -74.01122, + -74.00834, + -73.94907, + -73.94462, + -73.9344, + -73.98215, + -73.92125, + -73.95405, + -73.95128, + -73.86004, + -73.9419, + -73.97397, + -73.96486, + -73.99721, + -73.99515, + -73.9499, + -73.95081, + -73.98792, + -74.00715, + -74.00024, + -73.94499, + -73.95683, + -73.95689, + -73.96315, + -73.9965, + -73.94193, + -73.97778, + -73.99093, + -73.95713, + -73.96026, + -73.9779, + -74.00701, + -73.98735, + -73.94171, + -73.91771, + -73.94974, + -73.93528, + -73.9766, + -73.95033, + -73.98946, + -73.92006, + -73.93578, + -73.98918, + -73.98038, + -73.95257, + -73.91163, + -73.94978, + -73.94146, + -74.00352, + -73.99539, + -73.77958, + -73.97758, + -73.95992, + -73.96388, + -73.98885, + -73.9907, + -73.95279, + -73.9422, + -73.94124, + -73.95002, + -73.94452, + -73.85335, + -74.00961, + -74.00175, + -73.98054, + -73.8764, + -74.00381, + -73.96078, + -73.96143, + -73.95147, + -73.98609, + -73.94773, + -73.92588, + -73.94078, + -73.95382, + -73.9972, + -73.9524, + -73.99725, + -73.9096, + -73.98809, + -73.95741, + -73.98513, + -73.96174, + -73.99453, + -73.76951, + -73.94583, + -73.95623, + -73.96153, + -73.95594, + -73.92878, + -73.96413, + -73.97259, + -73.90965, + -73.91185, + -73.99499, + -73.98936, + -73.98793, + -73.92711, + -73.91623, + -73.98196, + -73.95161, + -73.98637, + -73.99555, + -73.98491, + -73.99765, + -73.99574, + -73.99612, + -73.93066, + -74.01533, + -73.98367, + -73.96237, + -73.99082, + -73.94631, + -73.98161, + -73.97787, + -74.01153, + -73.91783, + -74.01676, + -73.94291, + -73.94981, + -73.96803, + -73.88047, + -73.99491, + -73.95558, + -73.95844, + -73.98288, + -73.98746, + -73.98319, + -73.98735, + -73.96379, + -73.94246, + -73.95144, + -73.95694, + -73.95871, + -73.9636, + -73.94813, + -73.94231, + -73.99031, + -73.95676, + -73.98558, + -73.94127, + -73.9578, + -73.97206, + -74.00718, + -74.02767, + -73.94367, + -73.815, + -73.94592, + -73.95945, + -73.92079, + -73.95221, + -73.95825, + -73.96273, + -73.95644, + -73.94694, + -73.95681, + -73.96897, + -73.94693, + -73.98595, + -73.93713, + -73.95098, + -73.9562, + -73.95588, + -73.95567, + -73.96029, + -74.08065, + -73.97408, + -73.91462, + -73.96104, + -73.99203, + -73.94842, + -73.92714, + -73.9574, + -73.95675, + -73.95682, + -73.93862, + -73.96881, + -73.96738, + -73.97054, + -73.96121, + -73.82154, + -73.94664, + -73.99638, + -73.93201, + -73.95362, + -73.9776, + -73.96407, + -73.94184, + -73.98097, + -73.98613, + -73.95753, + -73.98954, + -73.9498, + -73.98827, + -73.96104, + -73.93352, + -73.91786, + -73.92482, + -73.9485, + -73.96268, + -73.95904, + -73.95722, + -73.98559, + -73.996, + -73.98035, + -73.90647, + -73.97024, + -73.94865, + -73.94709, + -73.99416, + -73.9578, + -73.94647, + -73.98169, + -73.96509, + -73.93588, + -73.94265, + -73.94745, + -73.99092, + -73.95191, + -73.96934, + -73.86946, + -73.92698, + -73.98019, + -73.92552, + -74.02366, + -73.97092, + -73.91108, + -73.95196, + -73.95271, + -73.94314, + -73.98334, + -73.87654, + -73.95292, + -73.94666, + -73.98018, + -73.92089, + -73.95638, + -73.91632, + -73.9627, + -73.95667, + -73.96792, + -73.96487, + -73.95033, + -73.93739, + -73.98242, + -73.95765, + -73.97009, + -73.98371, + -73.93985, + -73.98114, + -73.98455, + -73.95426, + -73.816, + -73.95123, + -73.95203, + -73.94939, + -73.93111, + -73.94617, + -73.99383, + -73.94143, + -73.94704, + -73.9506, + -73.9868, + -73.95618, + -73.94141, + -74.00747, + -73.93494, + -73.97807, + -73.91449, + -73.93249, + -73.95322, + -73.95047, + -73.98431, + -73.93496, + -73.95688, + -73.92701, + -73.9677, + -73.99629, + -73.92377, + -73.94793, + -73.98259, + -73.93856, + -73.97349, + -73.97208, + -73.99248, + -73.94711, + -73.93919, + -73.93055, + -73.93042, + -73.99223, + -73.99421, + -73.98186, + -73.98056, + -73.94371, + -73.90895, + -73.99314, + -73.98906, + -73.92852, + -73.95869, + -74.00009, + -73.98511, + -73.95756, + -73.93848, + -73.99835, + -73.81954, + -73.96134, + -73.97881, + -73.96595, + -73.98497, + -73.98084, + -73.96072, + -73.97384, + -73.88545, + -73.97977, + -73.95964, + -73.98746, + -73.98577, + -73.93914, + -73.94916, + -74.00047, + -73.99481, + -73.95137, + -73.9814, + -73.94577, + -73.98038, + -73.98952, + -73.99436, + -73.99417, + -73.94955, + -74.00375, + -73.99758, + -73.99295, + -73.98337, + -73.96913, + -74.07356, + -73.99421, + -73.93876, + -73.9783, + -73.95312, + -73.81957, + -73.99133, + -73.90375, + -73.9657, + -73.93062, + -73.96454, + -73.91502, + -74.00177, + -73.94182, + -73.97945, + -73.96065, + -73.92698, + -73.92606, + -73.95191, + -73.95735, + -73.92211, + -73.98188, + -73.94274, + -73.94258, + -73.9761, + -73.94136, + -73.95136, + -73.92177, + -73.95495, + -73.94226, + -73.96762, + -74.0006, + -73.98242, + -73.91604, + -73.94888, + -73.96324, + -73.9404, + -73.99903, + -73.94324, + -73.91594, + -73.99381, + -73.92373, + -73.98977, + -73.97589, + -73.94764, + -73.95553, + -73.95212, + -73.98719, + -73.95067, + -73.95627, + -73.93129, + -73.97443, + -73.96335, + -73.9791, + -73.98305, + -73.93184, + -73.97793, + -73.87542, + -73.94125, + -73.94729, + -73.95727, + -73.96793, + -73.96732, + -73.93718, + -73.94239, + -73.95856, + -73.91786, + -73.95684, + -73.92626, + -73.96418, + -73.91881, + -73.96505, + -74.00397, + -73.96208, + -73.9803, + -73.81818, + -74.08001, + -73.95176, + -73.91624, + -73.9892, + -73.91882, + -73.95783, + -73.97849, + -73.96287, + -73.97195, + -73.99871, + -73.94017, + -73.97759, + -73.94057, + -74.01565, + -73.97482, + -73.92905, + -73.95822, + -73.9425, + -74.0029, + -73.92468, + -73.94962, + -73.95731, + -73.95973, + -73.9485, + -73.95513, + -73.99422, + -73.97173, + -73.9488, + -73.98497, + -73.99047, + -73.9761, + -73.95627, + -74.0042, + -74.01049, + -73.99206, + -73.96278, + -73.94844, + -73.94689, + -73.97889, + -74.01658, + -73.99992, + -73.98968, + -73.86281, + -73.98478, + -73.9534, + -73.95148, + -73.99965, + -73.86324, + -73.94765, + -73.75547, + -73.89792, + -73.9924, + -73.96563, + -73.96723, + -73.97757, + -73.84107, + -73.94127, + -73.96644, + -73.93648, + -73.99351, + -74.00322, + -73.95261, + -73.98979, + -73.96724, + -73.95934, + -73.98781, + -73.99399, + -73.94214, + -73.94924, + -73.9688, + -73.99746, + -73.95722, + -73.98494, + -73.94482, + -73.99028, + -73.9572, + -73.9541, + -73.95642, + -73.99068, + -73.99664, + -73.95544, + -73.97959, + -73.95023, + -73.99624, + -73.94295, + -73.95671, + -73.9418, + -73.92039, + -73.94469, + -73.93248, + -74.01837, + -73.92833, + -74.00352, + -73.95054, + -73.95412, + -73.93573, + -73.99382, + -73.95999, + -73.99362, + -73.94867, + -73.96376, + -73.94483, + -73.95579, + -73.99464, + -73.99685, + -73.9639, + -73.91119, + -73.92077, + -74.00043, + -73.95699, + -73.99164, + -73.98404, + -73.97193, + -73.99557, + -73.95668, + -74.08302, + -73.95837, + -73.94029, + -73.91834, + -73.97723, + -74.00621, + -73.96612, + -73.90971, + -73.95043, + -73.98853, + -73.97201, + -73.98987, + -73.97995, + -73.99634, + -73.97488, + -73.98616, + -73.97166, + -73.97594, + -73.9457, + -74.00433, + -73.94457, + -73.99682, + -73.9968, + -73.94563, + -73.9616, + -74.004, + -73.94066, + -73.94041, + -73.94105, + -73.99034, + -73.96063, + -73.9974, + -73.95588, + -73.9563, + -73.95629, + -73.94685, + -73.92115, + -73.95413, + -73.97755, + -73.98641, + -73.99413, + -73.94632, + -73.91405, + -73.97991, + -73.97812, + -73.95918, + -73.9742, + -73.99407, + -73.95445, + -73.97741, + -73.95022, + -73.94562, + -73.96728, + -73.93144, + -73.97057, + -73.94612, + -73.98974, + -73.84946, + -73.94665, + -73.94227, + -73.9635, + -73.93961, + -73.94786, + -74.0042, + -73.9561, + -73.96239, + -73.85744, + -73.98159, + -73.83225, + -73.98264, + -73.97996, + -73.93921, + -73.94528, + -73.90941, + -73.98573, + -73.94227, + -73.95993, + -73.98489, + -73.9447, + -73.95299, + -73.9872, + -73.96604, + -73.9637, + -73.92883, + -73.94426, + -73.97718, + -73.95899, + -73.96166, + -73.9796, + -73.95178, + -73.91967, + -73.94673, + -73.97959, + -73.98993, + -73.95535, + -73.96571, + -73.94217, + -73.92994, + -73.95427, + -74.00445, + -74.08323, + -73.96739, + -73.92675, + -73.9412, + -74.01725, + -73.95017, + -73.94058, + -73.95511, + -73.92493, + -73.98049, + -73.97633, + -73.96378, + -73.98434, + -73.9624, + -74.00323, + -73.9745, + -73.98777, + -73.95676, + -73.94984, + -73.95229, + -73.99445, + -73.95312, + -73.97738, + -73.98725, + -73.91359, + -73.95032, + -73.94613, + -73.92985, + -73.95491, + -73.84845, + -73.97706, + -73.97421, + -73.9615, + -73.89958, + -73.94921, + -73.97823, + -73.95667, + -73.96945, + -73.85366, + -73.99155, + -73.92427, + -73.96946, + -73.94358, + -73.94949, + -73.98604, + -73.92295, + -73.94991, + -73.9903, + -73.99399, + -73.94702, + -73.98256, + -73.98535, + -73.97614, + -73.97747, + -73.99716, + -73.98043, + -73.97277, + -73.95675, + -73.98701, + -73.93876, + -73.93942, + -73.94021, + -73.97636, + -73.96031, + -73.93688, + -73.99655, + -73.96508, + -74.00135, + -73.98782, + -73.97595, + -73.96568, + -73.95719, + -73.99063, + -74.00266, + -73.9253, + -73.98927, + -73.9669, + -73.94136, + -73.972, + -73.95451, + -73.9379, + -74.01366, + -73.99224, + -73.97997, + -73.95891, + -73.96017, + -73.93842, + -73.94318, + -73.98471, + -73.97953, + -73.94393, + -73.93854, + -73.96611, + -73.94859, + -73.9437, + -73.97398, + -73.94186, + -73.95077, + -73.97606, + -73.99339, + -73.99476, + -73.99434, + -73.93908, + -73.96597, + -73.95033, + -73.9675, + -73.99226, + -73.9587, + -73.95553, + -73.93122, + -73.97977, + -73.95847, + -73.95541, + -73.97052, + -74.00116, + -73.9708, + -73.96424, + -73.99671, + -73.88656, + -73.98191, + -74.0051, + -73.98143, + -73.93444, + -73.9817, + -73.94566, + -73.99266, + -73.99181, + -73.98107, + -74.00658, + -73.96719, + -73.94603, + -73.96528, + -74.00013, + -73.97797, + -73.94948, + -73.94347, + -73.96862, + -73.9969, + -73.95559, + -73.96228, + -73.98454, + -73.94708, + -73.92375, + -73.95104, + -73.92262, + -73.89814, + -73.98953, + -73.96282, + -73.94424, + -73.99543, + -73.92884, + -73.97254, + -73.90915, + -73.99675, + -73.95716, + -73.97063, + -73.98896, + -74.00489, + -73.99071, + -73.84841, + -73.90733, + -73.94994, + -73.94997, + -73.94218, + -74.00619, + -73.9389, + -73.94839, + -73.95444, + -73.90874, + -73.9346, + -73.92516, + -73.94095, + -73.95826, + -73.94126, + -73.96621, + -73.9565, + -73.92061, + -73.95336, + -73.94818, + -73.96216, + -73.99234, + -73.88199, + -73.92435, + -73.96965, + -73.90872, + -73.96704, + -73.96249, + -73.95655, + -73.94976, + -73.95728, + -73.98009, + -73.98254, + -74.00128, + -73.99662, + -74.00632, + -73.95192, + -74.00274, + -73.98153, + -73.98273, + -73.96231, + -73.99678, + -73.91549, + -73.95576, + -73.95664, + -73.93706, + -73.98472, + -73.93534, + -73.99312, + -73.98507, + -73.97648, + -73.96453, + -74.00466, + -73.95358, + -73.94348, + -73.98592, + -73.94413, + -73.94857, + -73.95795, + -73.96353, + -73.97768, + -73.97458, + -73.92579, + -73.99839, + -73.94135, + -73.93985, + -73.93656, + -73.97133, + -73.9641, + -73.99025, + -73.94985, + -73.98187, + -73.94673, + -73.94824, + -73.93555, + -73.94614, + -73.99642, + -73.90721, + -73.981, + -74.002, + -73.96166, + -73.97338, + -73.95027, + -73.94884, + -73.99467, + -73.94774, + -74.00274, + -73.93093, + -73.94298, + -73.95153, + -73.93925, + -73.9495, + -73.94101, + -73.94511, + -73.99073, + -73.97485, + -73.94165, + -73.85938, + -73.98602, + -73.9325, + -73.92068, + -73.94433, + -74.01537, + -74.00761, + -73.94428, + -73.90645, + -73.92303, + -73.9287, + -73.99195, + -73.95186, + -73.98715, + -73.98153, + -73.92211, + -73.99092, + -73.92159, + -73.96674, + -73.94893, + -73.96321, + -73.92218, + -73.93396, + -73.98542, + -74.00016, + -73.93819, + -73.95086, + -73.97987, + -73.97795, + -73.98525, + -73.95969, + -73.85776, + -73.96743, + -73.92482, + -73.95491, + -73.95792, + -74.00231, + -73.96171, + -73.97195, + -73.99719, + -73.95979, + -73.95672, + -74.0002, + -73.9398, + -73.93979, + -73.94825, + -73.94829, + -73.98205, + -73.97837, + -73.95949, + -73.96181, + -73.95876, + -73.95677, + -73.95449, + -73.96743, + -73.95628, + -73.95279, + -73.98893, + -73.94315, + -73.94001, + -74.001, + -73.95532, + -73.98619, + -73.98397, + -73.91437, + -73.97088, + -74.16254, + -73.97668, + -73.93988, + -73.96745, + -73.96862, + -73.97954, + -74.01591, + -73.93841, + -73.95013, + -73.97711, + -73.95666, + -73.96715, + -73.98472, + -73.95854, + -73.98771, + -73.93361, + -73.99645, + -73.94887, + -73.95688, + -73.94848, + -74.0214, + -73.94186, + -73.89956, + -73.92563, + -73.92354, + -73.95647, + -73.96021, + -73.97915, + -73.9353, + -73.99647, + -73.94739, + -73.90768, + -73.99436, + -73.97319, + -73.96703, + -73.98171, + -73.9043, + -73.92236, + -73.99416, + -73.9941, + -73.93593, + -73.95488, + -73.95104, + -73.9508, + -73.94389, + -73.95323, + -73.95521, + -73.95443, + -73.97858, + -73.97798, + -73.93082, + -73.96976, + -73.9975, + -73.95888, + -73.98714, + -73.95132, + -73.9896, + -73.79154, + -74.00421, + -73.94427, + -73.94608, + -73.95079, + -73.94236, + -73.99169, + -74.00478, + -73.92975, + -73.99078, + -73.94507, + -73.95076, + -73.9256, + -73.92813, + -74.00147, + -73.98719, + -73.93779, + -73.95991, + -73.98612, + -73.98048, + -73.98759, + -73.98004, + -73.97836, + -73.96429, + -73.94499, + -73.96262, + -73.85433, + -73.92208, + -73.94135, + -73.93428, + -73.98856, + -74.00604, + -73.92824, + -73.95693, + -73.95662, + -73.9398, + -73.95675, + -73.98309, + -73.96096, + -73.96711, + -73.94708, + -73.96298, + -74.00005, + -73.95972, + -73.95109, + -74.00191, + -73.95882, + -73.98433, + -73.94059, + -73.9953, + -73.98018, + -73.9947, + -73.9631, + -73.9852, + -73.96238, + -73.98397, + -73.98985, + -73.94033, + -73.97593, + -73.95351, + -73.99644, + -73.95761, + -73.94533, + -73.95678, + -73.99111, + -73.99393, + -73.95624, + -73.95031, + -73.93323, + -73.93815, + -73.90472, + -73.92109, + -73.94263, + -73.98998, + -73.97945, + -74.00653, + -73.95512, + -73.93813, + -73.9458, + -73.9206, + -73.99054, + -73.75828, + -73.96558, + -73.9747, + -73.98411, + -73.98724, + -73.98372, + -73.9557, + -73.97575, + -73.93146, + -73.93982, + -73.99287, + -73.949, + -73.99472, + -73.91856, + -73.94082, + -73.92554, + -73.90926, + -73.97906, + -74.00866, + -73.9355, + -73.97095, + -73.78506, + -73.93852, + -73.98595, + -73.95365, + -73.9402, + -73.98515, + -73.96586, + -73.91622, + -74.01266, + -73.95712, + -73.99308, + -73.96942, + -74.00049, + -73.96046, + -73.95313, + -73.94105, + -73.98462, + -73.98971, + -73.94209, + -73.94136, + -73.93163, + -73.96244, + -73.89085, + -73.94947, + -73.90768, + -74.00621, + -73.90729, + -73.95732, + -73.99016, + -73.91632, + -73.9905, + -73.92715, + -73.95182, + -73.95969, + -73.92312, + -73.7462, + -73.90521, + -73.96212, + -73.94523, + -73.91518, + -73.91528, + -73.96367, + -73.97684, + -73.93208, + -73.98371, + -73.99612, + -73.94033, + -73.91209, + -74.00402, + -73.98, + -73.96694, + -73.99806, + -73.93553, + -73.95816, + -73.93246, + -73.92784, + -73.9145, + -74.02497, + -73.95992, + -73.97556, + -73.941, + -73.98062, + -73.99215, + -73.8143, + -73.98699, + -73.944, + -73.96963, + -73.85127, + -73.95335, + -73.99387, + -73.94844, + -73.96665, + -73.99097, + -73.96102, + -73.95775, + -73.99544, + -73.98455, + -73.99486, + -73.94408, + -73.95039, + -73.94918, + -73.95604, + -73.98202, + -73.95375, + -74.024, + -73.95276, + -73.95819, + -73.91974, + -73.95841, + -73.94714, + -73.97666, + -73.92375, + -73.94977, + -73.9514, + -73.95018, + -73.97761, + -73.94181, + -73.92893, + -73.91377, + -73.93619, + -73.94737, + -73.96888, + -73.94357, + -73.98475, + -73.97939, + -73.99951, + -73.95333, + -73.96957, + -73.9756, + -74.00213, + -73.97632, + -73.94468, + -73.95502, + -73.94156, + -73.99782, + -73.92509, + -73.98634, + -73.95437, + -73.9557, + -73.95616, + -73.97219, + -73.99812, + -73.97454, + -73.9874, + -73.92788, + -73.97844, + -73.98689, + -73.9485, + -73.96675, + -73.99081, + -73.95697, + -73.99558, + -73.95392, + -73.94687, + -73.9169, + -73.91596, + -73.94895, + -73.98419, + -73.94239, + -73.95886, + -73.98233, + -73.94229, + -73.95236, + -73.95498, + -73.98421, + -73.853, + -73.9548, + -73.92685, + -73.94204, + -73.95804, + -73.92972, + -73.94422, + -73.94058, + -73.91197, + -73.91204, + -73.9654, + -73.9596, + -73.98177, + -73.99477, + -73.99036, + -73.95974, + -73.95632, + -73.95303, + -73.94811, + -73.93897, + -73.95652, + -73.99631, + -74.07834, + -73.9009, + -73.97212, + -73.95711, + -73.93984, + -73.96415, + -73.97334, + -73.95742, + -73.93987, + -73.95484, + -73.97671, + -74.01134, + -73.98205, + -73.95804, + -73.93, + -74.00052, + -73.91673, + -73.96459, + -73.9801, + -73.92913, + -73.95374, + -73.95422, + -73.96257, + -73.98041, + -73.99221, + -73.93653, + -73.90818, + -73.96312, + -73.959, + -73.92162, + -73.91036, + -73.96299, + -73.95458, + -73.99356, + -73.98058, + -73.93805, + -73.96542, + -73.98678, + -73.9385, + -73.92519, + -73.94815, + -73.92171, + -73.94838, + -73.94266, + -74.00035, + -74.00014, + -73.94945, + -73.97378, + -73.97299, + -73.94149, + -73.97781, + -73.99237, + -73.9302, + -73.95011, + -73.92507, + -73.94596, + -74.00698, + -73.96556, + -73.92709, + -73.90008, + -73.90618, + -73.98617, + -73.95359, + -74.00355, + -73.9815, + -73.97925, + -73.95313, + -73.98926, + -73.96714, + -73.90228, + -73.96017, + -73.75041, + -73.99919, + -73.91791, + -73.99168, + -73.92742, + -74.01705, + -74.01557, + -73.92217, + -73.96802, + -73.94692, + -73.92709, + -73.98541, + -73.95419, + -73.92224, + -73.98589, + -73.98178, + -73.83982, + -73.83924, + -73.93225, + -73.93124, + -73.97196, + -73.92585, + -73.98612, + -73.97098, + -73.97181, + -73.95586, + -73.98081, + -74.00004, + -73.97452, + -73.9441, + -73.98434, + -73.94416, + -73.9836, + -73.91471, + -73.94443, + -73.94277, + -73.9462, + -74.00259, + -73.95787, + -73.91751, + -73.95162, + -73.96307, + -73.93959, + -73.93797, + -74.00298, + -74.0059, + -73.94865, + -73.99974, + -73.96404, + -73.91729, + -73.91913, + -73.93074, + -73.91855, + -73.93249, + -74.00173, + -73.95142, + -73.88367, + -73.9653, + -73.96451, + -73.94303, + -73.95815, + -73.9039, + -73.95085, + -73.9151, + -73.94043, + -73.94639, + -73.99039, + -74.02704, + -73.98501, + -73.94939, + -73.9383, + -73.93599, + -74.00428, + -73.95448, + -74.00331, + -73.96642, + -73.93265, + -73.92578, + -73.94739, + -73.97509, + -73.99498, + -73.9857, + -73.94523, + -73.79565, + -73.99253, + -73.9609, + -73.94294, + -74.004, + -74.00027, + -73.92947, + -73.95428, + -73.94227, + -73.94179, + -73.99115, + -73.99002, + -73.97427, + -73.98483, + -73.98313, + -73.90726, + -73.9659, + -73.98876, + -73.942, + -73.95418, + -73.95227, + -73.92256, + -73.98728, + -73.98673, + -73.88641, + -73.96242, + -73.98501, + -73.95166, + -73.97531, + -73.97434, + -73.94999, + -73.9866, + -73.9664, + -73.94717, + -73.95619, + -73.96001, + -73.94178, + -73.79975, + -73.96639, + -73.98598, + -73.90259, + -73.97757, + -73.99977, + -73.90715, + -74.00278, + -73.99592, + -74.07451, + -73.95354, + -73.94683, + -73.94795, + -74.00027, + -73.97915, + -73.97434, + -73.98558, + -74.01405, + -73.97989, + -74.0057, + -73.9976, + -73.95895, + -73.94846, + -73.98436, + -73.94314, + -73.94169, + -73.93674, + -73.9565, + -73.96058, + -73.94105, + -73.97895, + -73.98401, + -73.992, + -73.99184, + -73.96442, + -73.97416, + -73.92536, + -73.9724, + -73.98494, + -73.95115, + -73.95558, + -73.94266, + -73.99588, + -73.95536, + -73.96167, + -73.97966, + -73.92656, + -73.95721, + -73.95489, + -73.96074, + -73.95529, + -73.95321, + -73.9863, + -74.00878, + -73.91193, + -73.95291, + -73.94237, + -73.93906, + -73.97898, + -73.93258, + -73.94019, + -73.97337, + -73.89505, + -73.92069, + -73.8196, + -73.93354, + -74.01693, + -73.97663, + -73.95669, + -73.93256, + -73.98414, + -73.95761, + -73.99443, + -73.98373, + -73.97956, + -73.98763, + -73.9677, + -73.93457, + -73.88075, + -73.95975, + -73.9349, + -73.95517, + -73.97053, + -73.91502, + -73.91594, + -73.97513, + -73.94334, + -73.97853, + -73.85334, + -73.85349, + -73.94629, + -73.95608, + -74.0012, + -73.98014, + -74.01719, + -73.92471, + -73.98576, + -73.91472, + -73.98676, + -73.93705, + -74.07763, + -73.99005, + -73.95029, + -73.95565, + -73.9981, + -73.93113, + -73.98149, + -73.98726, + -73.92526, + -73.95951, + -73.99415, + -73.98058, + -73.95114, + -73.96155, + -73.99983, + -74.0235, + -73.96163, + -73.95612, + -73.97679, + -73.91172, + -73.9856, + -73.95515, + -73.88883, + -73.95395, + -73.95424, + -73.99827, + -73.99934, + -73.96648, + -73.98338, + -73.98558, + -74.00159, + -73.94779, + -73.9167, + -73.9413, + -73.98793, + -73.94807, + -73.9778, + -74.00614, + -73.96295, + -73.96436, + -73.96393, + -73.9609, + -73.92754, + -73.89264, + -73.95759, + -73.91545, + -73.94854, + -73.91578, + -73.99693, + -73.97954, + -73.93775, + -73.99351, + -73.98592, + -73.98043, + -73.93306, + -73.98088, + -73.95318, + -73.95675, + -74.00733, + -73.94117, + -73.88514, + -73.98622, + -74.00148, + -73.87641, + -73.94344, + -73.91439, + -73.95725, + -74.13981, + -73.92855, + -73.92371, + -73.88592, + -73.96348, + -73.90816, + -73.94738, + -73.95422, + -73.91742, + -73.9866, + -73.98794, + -73.93961, + -73.92687, + -73.93977, + -73.99107, + -73.97167, + -73.97952, + -73.92661, + -73.97723, + -73.95355, + -73.89478, + -73.98923, + -73.99986, + -73.97831, + -73.92393, + -73.92864, + -73.93789, + -73.97985, + -73.96223, + -73.94914, + -73.95103, + -73.95016, + -73.93848, + -73.98589, + -73.95915, + -73.8472, + -73.97752, + -73.99262, + -73.96382, + -73.92904, + -73.9757, + -73.93868, + -73.95114, + -73.99636, + -73.91991, + -74.00842, + -73.90692, + -73.92811, + -73.9379, + -73.94831, + -73.95461, + -73.95241, + -73.9537, + -73.95439, + -73.98583, + -73.94045, + -73.99975, + -73.94868, + -73.99603, + -73.96471, + -73.98801, + -73.94757, + -73.99014, + -73.92805, + -74.01443, + -73.94573, + -73.75796, + -73.83433, + -73.94127, + -73.92516, + -73.98521, + -73.87854, + -73.96065, + -73.95487, + -73.96797, + -73.92168, + -73.92476, + -73.96258, + -73.95373, + -73.84678, + -73.83442, + -74.00014, + -73.90859, + -73.9379, + -73.98321, + -73.89043, + -73.94743, + -73.9882, + -73.94735, + -73.99886, + -73.97796, + -73.97383, + -73.94121, + -73.98838, + -73.93916, + -73.92268, + -73.91359, + -74.02534, + -73.98627, + -73.9521, + -73.99076, + -73.94316, + -73.99515, + -73.91472, + -73.88622, + -74.00105, + -73.9438, + -73.84915, + -73.97709, + -74.00819, + -73.93707, + -73.97489, + -73.9362, + -73.98503, + -73.98514, + -73.95883, + -73.95122, + -73.93653, + -73.98075, + -73.99132, + -73.98277, + -73.99562, + -73.97238, + -73.96316, + -73.93077, + -73.93247, + -73.93131, + -73.93387, + -73.96486, + -73.93792, + -73.96059, + -73.9837, + -73.97339, + -73.93629, + -73.94647, + -73.94348, + -73.98649, + -73.98603, + -73.9209, + -73.95655, + -73.98035, + -73.90771, + -73.97394, + -73.9593, + -73.94328, + -73.93207, + -73.84677, + -73.99547, + -73.91985, + -73.95682, + -74.00204, + -73.9926, + -73.95092, + -73.94952, + -73.95693, + -73.9679, + -73.89755, + -73.98965, + -73.96595, + -73.99104, + -73.89265, + -73.93316, + -74.0224, + -73.95424, + -73.9038, + -73.93845, + -73.97483, + -73.95815, + -73.96196, + -73.97795, + -73.96163, + -73.97635, + -73.95653, + -73.98471, + -73.98433, + -73.96055, + -73.93775, + -73.91646, + -73.91926, + -73.94827, + -73.9446, + -73.93146, + -73.94945, + -73.93833, + -73.92132, + -73.95269, + -73.94003, + -73.99763, + -73.91914, + -73.90177, + -73.93995, + -73.95837, + -73.9597, + -73.98411, + -73.99227, + -73.92507, + -73.96225, + -74.00475, + -73.93824, + -73.93178, + -73.95061, + -73.9573, + -74.02892, + -73.95064, + -73.93058, + -73.96005, + -73.97463, + -73.93768, + -73.97536, + -73.90579, + -73.9262, + -73.99815, + -73.91361, + -73.94016, + -73.95682, + -73.98275, + -73.95704, + -73.99122, + -73.98575, + -74.01341, + -73.98031, + -73.94001, + -73.99782, + -73.99337, + -73.95107, + -73.99565, + -74.09591, + -73.95965, + -73.94028, + -73.97154, + -73.99244, + -73.95198, + -73.90735, + -73.99047, + -73.94159, + -73.89502, + -73.9444, + -73.95862, + -73.93767, + -73.93771, + -73.91697, + -73.91971, + -73.94844, + -73.95194, + -73.94786, + -73.92913, + -74.00055, + -73.96548, + -73.98524, + -73.90579, + -73.96542, + -73.97616, + -73.95165, + -73.95372, + -73.94187, + -73.94218, + -73.95184, + -73.98892, + -74.00355, + -73.90706, + -74.03014, + -73.95163, + -73.97437, + -73.93772, + -73.98235, + -73.79736, + -73.94316, + -73.99721, + -74.0057, + -73.96624, + -73.91443, + -73.7962, + -73.98638, + -73.90404, + -73.95106, + -73.93949, + -73.95332, + -73.9623, + -73.93091, + -74.00097, + -73.97726, + -73.98756, + -74.00654, + -73.92535, + -73.95439, + -74.00818, + -73.98163, + -73.96558, + -73.91235, + -73.97735, + -73.94033, + -73.94595, + -73.94454, + -73.99184, + -73.98377, + -73.84605, + -73.98589, + -73.93944, + -73.9693, + -73.9329, + -73.91169, + -73.9153, + -73.95801, + -73.98712, + -73.93819, + -73.92291, + -73.91002, + -73.95398, + -73.9832, + -73.92254, + -73.96309, + -73.97191, + -73.91111, + -74.00623, + -73.94097, + -73.92266, + -73.94594, + -73.9945, + -73.9437, + -73.99157, + -73.96742, + -73.95751, + -73.98247, + -73.85535, + -73.98755, + -73.90132, + -73.9484, + -73.9863, + -73.95441, + -73.92239, + -73.99489, + -73.94914, + -73.97817, + -73.99733, + -73.98917, + -73.99174, + -73.98392, + -73.99976, + -74.00239, + -73.96083, + -73.98808, + -73.83952, + -73.93562, + -73.9472, + -73.94938, + -73.95336, + -73.99518, + -73.94277, + -73.9963, + -73.9409, + -73.95138, + -73.99369, + -73.94877, + -73.90201, + -73.89407, + -73.99847, + -73.96022, + -73.94647, + -73.95185, + -73.95068, + -73.96488, + -73.98932, + -73.9547, + -73.96193, + -73.98867, + -73.98897, + -73.95266, + -73.97922, + -73.98915, + -73.96362, + -73.90937, + -74.00356, + -73.94676, + -73.98105, + -73.94997, + -73.96924, + -74.00086, + -73.99154, + -73.986, + -73.94517, + -73.98603, + -73.95917, + -74.00114, + -73.9582, + -73.93968, + -73.94976, + -73.9703, + -73.91767, + -73.92904, + -73.94147, + -73.91229, + -73.94055, + -73.9326, + -73.96018, + -73.95642, + -73.91813, + -73.95799, + -73.98774, + -73.95933, + -73.94298, + -73.98312, + -73.94591, + -73.94766, + -73.9643, + -73.96412, + -73.98061, + -73.89548, + -73.94556, + -73.95104, + -73.91769, + -73.78376, + -73.97667, + -73.95441, + -73.90794, + -73.94104, + -73.91198, + -73.98231, + -73.97617, + -73.98246, + -73.95439, + -73.9816, + -73.95406, + -73.98336, + -73.98262, + -73.93678, + -73.94598, + -73.95407, + -73.95642, + -73.94728, + -73.97793, + -73.9955, + -73.92092, + -73.9459, + -73.9411, + -73.98303, + -73.92898, + -73.93965, + -73.98814, + -73.99855, + -74.00145, + -73.91852, + -73.93951, + -73.95668, + -73.95981, + -73.98906, + -73.97771, + -73.98567, + -73.97087, + -73.85769, + -73.95535, + -73.9577, + -73.95483, + -73.9394, + -73.97951, + -73.9114, + -73.97698, + -74.00423, + -73.84901, + -73.99543, + -73.84848, + -73.95246, + -73.95012, + -73.91831, + -73.99569, + -73.90358, + -73.96228, + -73.91672, + -73.95937, + -73.82588, + -73.9627, + -73.95994, + -73.90716, + -73.9484, + -73.93207, + -73.93617, + -73.95026, + -73.95414, + -73.98685, + -73.85812, + -73.92911, + -73.98572, + -74.01729, + -73.94022, + -73.98741, + -73.95197, + -73.93202, + -73.98013, + -73.97501, + -73.93981, + -73.95007, + -73.962, + -73.98336, + -73.95932, + -73.9529, + -73.96808, + -73.9482, + -73.94942, + -73.98791, + -73.93765, + -73.97403, + -73.94093, + -73.96814, + -73.95525, + -73.98706, + -73.94811, + -73.95225, + -73.99285, + -73.92834, + -73.80324, + -73.98682, + -74.00213, + -73.95147, + -74.00679, + -73.98894, + -73.95304, + -73.99435, + -73.99604, + -73.95663, + -73.99985, + -73.98045, + -73.92543, + -73.99018, + -73.94518, + -73.94942, + -73.95952, + -73.92787, + -73.98773, + -73.96175, + -73.98892, + -73.96815, + -73.96146, + -74.00841, + -73.98455, + -73.9815, + -73.95421, + -73.92655, + -73.93124, + -73.94772, + -73.82795, + -73.99028, + -73.95897, + -73.94433, + -73.95562, + -73.97119, + -74.00754, + -73.96412, + -73.91201, + -73.89337, + -73.98438, + -73.94908, + -73.93843, + -73.99304, + -73.85874, + -73.98189, + -74.00371, + -73.97718, + -73.96374, + -73.99772, + -73.95826, + -73.94519, + -73.99011, + -73.98311, + -73.98593, + -73.87055, + -73.99945, + -73.94079, + -73.9472, + -73.98407, + -73.94627, + -73.94586, + -73.94158, + -74.00192, + -73.9922, + -73.94326, + -73.90651, + -73.9422, + -73.93616, + -73.9828, + -73.96437, + -73.95775, + -73.94859, + -73.92508, + -73.94256, + -73.98392, + -73.95649, + -73.97901, + -74.00633, + -73.92509, + -73.91225, + -73.92801, + -73.98183, + -73.98639, + -73.98087, + -74.00952, + -73.99814, + -73.94188, + -74.0056, + -73.98116, + -74.00611, + -73.97018, + -74.00867, + -73.95002, + -73.94543, + -73.98462, + -73.97386, + -73.97598, + -73.99718, + -73.93713, + -73.98182, + -73.98789, + -73.95656, + -73.96968, + -73.98156, + -73.84978, + -73.95994, + -73.97853, + -74.00546, + -73.98254, + -73.93872, + -74.0006, + -73.98212, + -74.00413, + -73.98474, + -73.97001, + -73.94125, + -73.94527, + -73.93995, + -73.92371, + -73.93467, + -73.93427, + -73.95433, + -73.95641, + -73.94048, + -73.91601, + -73.93824, + -73.9871, + -73.9618, + -73.92677, + -73.98828, + -73.99299, + -73.98146, + -73.89215, + -73.97894, + -73.9905, + -73.95798, + -73.93843, + -73.98823, + -73.92023, + -73.95374, + -73.95998, + -73.93354, + -73.99166, + -73.94938, + -73.86804, + -73.98103, + -73.9282, + -73.99027, + -73.94633, + -73.91672, + -73.97994, + -73.91498, + -73.94059, + -73.95712, + -73.96286, + -73.99491, + -73.94964, + -73.94211, + -73.90878, + -73.94567, + -73.95368, + -73.93512, + -73.94575, + -73.94515, + -73.97269, + -73.93919, + -73.95618, + -73.97679, + -73.94243, + -73.99622, + -73.95108, + -74.00284, + -73.87636, + -73.91595, + -73.87759, + -73.95274, + -73.95121, + -73.95996, + -73.9599, + -73.96373, + -73.97185, + -73.92979, + -73.92115, + -73.95436, + -73.95813, + -73.92157, + -73.92822, + -73.92686, + -73.99569, + -73.99241, + -73.99073, + -73.98952, + -73.98255, + -73.95459, + -73.95489, + -73.98557, + -73.95885, + -73.92374, + -73.91633, + -73.96039, + -73.99009, + -73.98188, + -73.94528, + -73.98176, + -73.98785, + -73.9603, + -73.98674, + -73.92128, + -73.9533, + -73.94421, + -73.87336, + -73.97081, + -73.95678, + -73.99324, + -73.99031, + -73.94378, + -74.00489, + -73.99286, + -73.9767, + -73.95772, + -73.95311, + -73.94145, + -73.95499, + -73.98885, + -73.92925, + -73.97999, + -73.94835, + -73.97877, + -73.94068, + -73.98504, + -73.98193, + -73.95243, + -73.98902, + -73.88236, + -73.94164, + -73.94647, + -73.98004, + -73.89553, + -73.94358, + -73.94556, + -73.94869, + -73.95055, + -73.95831, + -73.92703, + -73.94338, + -73.99463, + -73.9498, + -73.97675, + -73.91929, + -73.98633, + -73.96393, + -73.87739, + -74.00475, + -73.94277, + -73.94412, + -73.94864, + -73.94862, + -73.93537, + -73.98598, + -73.99322, + -73.98748, + -73.95223, + -73.99177, + -73.94047, + -73.98228, + -73.94965, + -73.96886, + -73.95548, + -74.00904, + -73.9975, + -73.95344, + -73.95417, + -73.97126, + -73.97363, + -73.98216, + -73.98548, + -73.96669, + -73.99094, + -73.97773, + -74.07835, + -73.97068, + -73.95416, + -73.94431, + -74.00948, + -73.93286, + -73.96393, + -73.95652, + -73.96376, + -73.92124, + -73.90917, + -73.95181, + -73.98457, + -73.83346, + -73.98655, + -73.95776, + -73.97264, + -73.92015, + -73.89727, + -73.9912, + -73.93729, + -73.98827, + -73.89723, + -73.82778, + -73.93413, + -73.94305, + -73.93079, + -73.95839, + -73.95537, + -73.95225, + -74.00001, + -73.9565, + -73.94481, + -73.99539, + -73.93786, + -73.72901, + -73.95537, + -73.99677, + -73.97858, + -73.98384, + -73.95735, + -73.99744, + -73.94696, + -73.96464, + -73.98718, + -73.95961, + -73.99555, + -73.89891, + -73.96196, + -73.98003, + -73.95902, + -73.97885, + -73.98511, + -73.93844, + -73.99076, + -73.96109, + -73.98631, + -73.97061, + -73.97229, + -73.92894, + -73.97465, + -73.93159, + -73.9795, + -73.94388, + -73.99933, + -73.95977, + -73.92596, + -73.94502, + -73.97407, + -73.94607, + -73.9438, + -73.93081, + -73.96929, + -73.96701, + -73.98817, + -73.94737, + -73.94476, + -73.90757, + -73.93236, + -73.94409, + -74.00118, + -73.92414, + -73.95343, + -73.96354, + -73.98936, + -73.93054, + -74.00047, + -73.95876, + -74.00749, + -73.95759, + -73.90817, + -73.94999, + -73.93393, + -73.99761, + -73.95728, + -73.94467, + -73.92656, + -73.88898, + -73.95777, + -73.90756, + -73.95552, + -73.9895, + -73.95848, + -73.98672, + -73.97144, + -73.95357, + -73.9907, + -73.97963, + -73.95919, + -73.91574, + -73.98585, + -73.99675, + -73.9228, + -73.988, + -73.99681, + -73.93721, + -73.98428, + -73.98143, + -73.9838, + -74.01714, + -73.96293, + -73.9541, + -73.97332, + -73.96035, + -73.97258, + -73.94738, + -73.92169, + -73.97434, + -73.93795, + -73.98434, + -73.98021, + -73.95811, + -73.9853, + -73.95628, + -73.92632, + -73.93776, + -73.94404, + -73.98612, + -73.96055, + -73.95795, + -73.99341, + -73.94187, + -73.94656, + -73.90807, + -73.95468, + -73.98041, + -73.91415, + -73.94767, + -73.98187, + -73.94617, + -73.95541, + -73.94587, + -73.91745, + -73.9231, + -73.95385, + -73.93342, + -73.98982, + -73.94049, + -73.95236, + -73.95839, + -73.94787, + -73.9711, + -73.94471, + -73.95583, + -73.9932, + -73.9827, + -73.97161, + -73.95322, + -73.99381, + -73.95702, + -73.95956, + -74.0065, + -73.93582, + -73.92863, + -73.94265, + -73.97616, + -73.96377, + -73.94301, + -74.00991, + -73.95481, + -73.96335, + -73.98076, + -74.00545, + -74.00615, + -73.93365, + -73.91162, + -73.991, + -74.00521, + -73.9068, + -73.96207, + -73.95768, + -73.97233, + -74.00088, + -73.95245, + -73.95774, + -73.91427, + -73.94944, + -73.93898, + -73.96228, + -73.9391, + -73.85371, + -73.95921, + -73.94542, + -73.96602, + -73.9936, + -73.78579, + -73.93704, + -74.00341, + -73.94842, + -73.95736, + -73.96019, + -73.95832, + -73.95688, + -73.94803, + -74.00453, + -73.98284, + -73.97405, + -73.9956, + -73.94353, + -73.93244, + -73.95759, + -73.96172, + -73.9394, + -73.92336, + -73.98064, + -74.00558, + -73.95471, + -73.95373, + -73.92528, + -73.96458, + -73.91476, + -73.98562, + -73.96055, + -73.96289, + -73.92825, + -73.97298, + -73.98284, + -73.96215, + -73.92484, + -73.9873, + -73.92933, + -73.94328, + -74.00707, + -73.95249, + -73.9845, + -73.97678, + -73.98632, + -73.9642, + -73.98321, + -73.95355, + -73.95074, + -73.96092, + -73.96006, + -73.91419, + -73.93856, + -73.91484, + -74.00839, + -73.94861, + -73.94845, + -73.97122, + -73.99765, + -73.91124, + -73.93646, + -73.91572, + -73.95357, + -73.91018, + -73.90973, + -73.954, + -74.02337, + -73.9823, + -73.9539, + -73.9537, + -73.93108, + -73.95934, + -73.96367, + -73.96001, + -73.92607, + -73.96418, + -73.95477, + -73.99214, + -73.97646, + -73.93973, + -73.8563, + -73.86322, + -73.97733, + -73.99264, + -73.9744, + -74.00357, + -73.94165, + -73.94319, + -73.98985, + -73.99078, + -73.97947, + -73.97857, + -73.96575, + -73.92709, + -73.94109, + -73.93009, + -73.99361, + -73.977, + -73.95175, + -73.97948, + -73.92351, + -73.9629, + -73.99518, + -73.99968, + -74.00129, + -73.97959, + -73.98128, + -73.96285, + -73.94581, + -73.98688, + -73.93371, + -73.97397, + -73.95936, + -73.98707, + -73.95422, + -73.96056, + -73.96601, + -73.9217, + -73.94171, + -73.96461, + -73.81299, + -73.92398, + -73.95684, + -73.94039, + -73.95231, + -73.9505, + -73.84923, + -73.99181, + -73.94372, + -73.98329, + -73.9549, + -73.96781, + -74.00275, + -73.97508, + -73.99247, + -73.95026, + -73.97968, + -73.91205, + -73.9462, + -73.96626, + -73.94951, + -73.98799, + -73.94313, + -73.97537, + -73.97947, + -73.97021, + -73.95476, + -73.96619, + -73.96695, + -73.88368, + -73.96689, + -73.92863, + -73.95262, + -73.96545, + -73.93373, + -73.90824, + -73.9616, + -73.98854, + -73.96697, + -73.97289, + -73.98549, + -73.92721, + -73.96248, + -73.92843, + -73.99047, + -73.98745, + -73.94298, + -73.97669, + -73.95298, + -73.99632, + -73.91354, + -73.93749, + -73.94244, + -73.95325, + -73.96074, + -73.94681, + -74.00827, + -73.94134, + -73.88681, + -73.96381, + -73.94634, + -73.97414, + -73.97086, + -73.9823, + -73.92945, + -73.97696, + -73.94279, + -73.94816, + -73.95874, + -73.94976, + -73.9767, + -73.98038, + -73.95371, + -73.91981, + -73.97562, + -73.99983, + -73.96517, + -73.8431, + -73.96394, + -73.94492, + -74.00625, + -73.98913, + -73.92073, + -73.99627, + -73.95604, + -73.98764, + -73.95024, + -73.95365, + -73.97977, + -73.97624, + -73.94438, + -73.92821, + -73.94792, + -74.00773, + -73.96465, + -73.91577, + -73.97764, + -73.91819, + -73.9882, + -73.96065, + -73.99753, + -73.98605, + -73.99326, + -74.00405, + -73.95813, + -73.91402, + -73.95116, + -73.98542, + -73.99682, + -73.98072, + -73.98961, + -73.94906, + -73.95032, + -73.95688, + -73.96453, + -73.99331, + -73.9495, + -73.95212, + -73.98533, + -73.95489, + -73.91946, + -73.92637, + -73.91782, + -73.93183, + -73.94925, + -73.94918, + -73.96912, + -73.8496, + -73.99547, + -73.97579, + -73.98899, + -73.95069, + -73.96041, + -73.91658, + -73.9298, + -73.96338, + -73.96183, + -73.97266, + -73.96908, + -73.98567, + -73.96034, + -73.92509, + -73.92754, + -73.9479, + -73.94822, + -73.96129, + -73.8825, + -73.99114, + -73.94764, + -74.00338, + -73.95302, + -73.95575, + -73.91267, + -74.00116, + -73.9553, + -73.98109, + -73.98383, + -73.99465, + -73.94716, + -73.94371, + -73.94021, + -73.95157, + -73.94994, + -73.99133, + -73.97088, + -73.91889, + -73.9863, + -73.9153, + -73.93972, + -73.98168, + -73.98449, + -73.94785, + -73.99742, + -73.97696, + -73.92672, + -74.00313, + -73.96486, + -73.99032, + -74.0007, + -73.92493, + -73.9969, + -73.9722, + -73.94757, + -73.94712, + -74.01767, + -73.91514, + -73.99409, + -73.9575, + -73.94295, + -73.9468, + -73.99333, + -73.9641, + -73.94033, + -73.95736, + -73.90825, + -73.92336, + -73.92077, + -73.99253, + -73.95274, + -73.99543, + -73.96292, + -73.9995, + -73.95646, + -73.9196, + -73.9602, + -73.90251, + -73.98339, + -73.98445, + -73.97332, + -73.95591, + -73.96526, + -73.99001, + -73.95339, + -73.94496, + -73.91679, + -74.00091, + -73.95159, + -73.97528, + -73.98882, + -73.98699, + -73.98493, + -73.98268, + -74.00139, + -73.94779, + -73.97452, + -73.9657, + -73.95764, + -73.92327, + -73.99854, + -73.98319, + -73.91102, + -73.97214, + -73.92322, + -73.9892, + -73.94017, + -73.92331, + -73.95251, + -73.95285, + -73.99996, + -73.9368, + -74.00165, + -73.93298, + -73.9479, + -73.99688, + -73.92565, + -73.92128, + -73.96869, + -73.98359, + -73.94113, + -73.93833, + -73.9475, + -73.96361, + -73.98775, + -73.92636, + -73.94805, + -73.97637, + -73.9919, + -73.93638, + -73.95653, + -73.99438, + -73.94609, + -73.95264, + -73.96168, + -73.97502, + -73.94993, + -73.9869, + -73.77232, + -73.9916, + -73.93141, + -73.96156, + -73.98475, + -73.97677, + -73.83471, + -73.83484, + -74.00189, + -73.93588, + -73.98887, + -73.85669, + -73.98475, + -73.91609, + -73.93796, + -73.87667, + -73.83564, + -73.99154, + -73.99801, + -73.94255, + -74.124, + -73.98962, + -73.94632, + -73.98925, + -73.96003, + -73.91751, + -73.94007, + -73.98475, + -73.84771, + -73.95196, + -73.95444, + -73.94925, + -73.95364, + -73.93738, + -73.9947, + -73.94318, + -73.96774, + -73.92829, + -73.94087, + -74.00148, + -73.96544, + -73.95341, + -73.95693, + -73.92223, + -73.98175, + -74.01367, + -73.96466, + -73.98337, + -73.91472, + -73.96561, + -73.95392, + -73.95721, + -73.83211, + -73.95573, + -73.9612, + -73.83923, + -73.95315, + -74.00356, + -73.95368, + -73.91498, + -73.95165, + -73.95029, + -73.95033, + -74.00981, + -73.96033, + -73.95131, + -73.98706, + -73.94961, + -73.93936, + -73.83181, + -73.9926, + -73.87338, + -73.96683, + -73.95087, + -73.97918, + -73.95109, + -74.00713, + -73.94847, + -73.94465, + -73.96514, + -73.95796, + -73.94385, + -73.90653, + -73.9887, + -73.98315, + -73.98349, + -73.90566, + -73.95776, + -73.94942, + -73.95407, + -73.9795, + -73.93286, + -73.99824, + -73.99164, + -73.98396, + -73.9852, + -73.96348, + -73.84681, + -73.95083, + -73.99438, + -73.95278, + -73.98373, + -73.98018, + -73.98969, + -73.9856, + -73.99549, + -73.9621, + -73.90936, + -73.96396, + -73.96183, + -73.96028, + -73.95524, + -73.94733, + -73.94974, + -73.95374, + -73.95773, + -74.00302, + -73.93849, + -73.93369, + -73.91344, + -73.97061, + -73.98726, + -73.95758, + -73.95507, + -73.98376, + -73.94504, + -73.91003, + -73.94842, + -73.98981, + -73.95132, + -74.00497, + -73.93731, + -73.91685, + -73.95681, + -73.95238, + -73.95099, + -73.95814, + -73.97214, + -73.98398, + -73.94393, + -73.96789, + -73.95361, + -73.98398, + -73.94775, + -73.85273, + -73.94719, + -73.94227, + -73.77915, + -73.95627, + -73.94388, + -73.99533, + -73.91342, + -73.95717, + -73.99036, + -73.95355, + -73.96557, + -73.87599, + -73.98539, + -73.95623, + -74.00606, + -73.9285, + -74.07654, + -73.95875, + -73.94604, + -74.01021, + -73.87103, + -73.94858, + -73.97512, + -73.98675, + -73.9692, + -73.9884, + -73.95211, + -73.96856, + -73.97166, + -73.98316, + -73.94643, + -73.93373, + -73.96709, + -73.94979, + -73.95696, + -73.91882, + -73.96545, + -73.95532, + -73.99826, + -73.95105, + -73.94299, + -73.95296, + -74.00746, + -73.96596, + -74.0117, + -73.94639, + -73.95268, + -73.93543, + -73.9978, + -73.9814, + -73.95181, + -73.95167, + -73.92513, + -73.95094, + -73.94602, + -73.94329, + -73.99112, + -73.94113, + -73.95391, + -73.97478, + -73.99012, + -73.92097, + -73.93816, + -73.90443, + -73.94586, + -73.95584, + -73.9265, + -73.9546, + -73.75606, + -73.95603, + -73.94293, + -73.91113, + -73.94688, + -73.94651, + -73.96625, + -73.98275, + -73.98207, + -73.91856, + -73.97828, + -73.95899, + -73.9501, + -73.95421, + -73.98353, + -73.97998, + -73.93011, + -73.95332, + -73.93997, + -73.98623, + -73.94878, + -73.98176, + -73.92226, + -73.95495, + -73.93476, + -73.94813, + -73.95854, + -73.97573, + -73.95653, + -73.89394, + -74.1588, + -73.95655, + -73.96319, + -73.93603, + -73.96084, + -73.91612, + -73.9701, + -73.95807, + -73.91141, + -73.94923, + -73.95218, + -73.97116, + -73.97182, + -73.95521, + -73.9707, + -73.92264, + -73.98497, + -73.94768, + -73.95016, + -74.01407, + -74.00366, + -73.97961, + -73.92081, + -73.95725, + -74.00855, + -73.89035, + -73.99424, + -73.95191, + -73.93169, + -74.00644, + -73.9571, + -73.97747, + -73.98599, + -73.95371, + -73.97324, + -73.89403, + -73.98852, + -73.93046, + -73.95509, + -73.95025, + -73.9222, + -73.98969, + -73.98659, + -73.98606, + -73.97073, + -73.95844, + -73.97319, + -73.95584, + -73.92884, + -73.96782, + -73.94046, + -73.98008, + -73.99482, + -73.98746, + -73.90731, + -73.95936, + -73.93368, + -73.96378, + -73.98632, + -73.9627, + -73.98366, + -73.82419, + -73.88728, + -73.97717, + -73.90683, + -73.99879, + -73.96966, + -73.9428, + -73.92121, + -73.93843, + -73.99701, + -73.93181, + -74.00952, + -73.97027, + -73.98166, + -73.98543, + -73.98247, + -73.94104, + -73.94077, + -73.93793, + -74.00649, + -73.94527, + -73.95786, + -73.83203, + -73.95735, + -74.00233, + -73.96054, + -73.96483, + -73.94019, + -73.93037, + -73.98488, + -73.9735, + -73.98901, + -73.95852, + -73.95461, + -73.9802, + -73.98667, + -73.91673, + -73.92255, + -73.94995, + -73.98502, + -73.94899, + -74.00004, + -73.98879, + -73.93463, + -73.94209, + -73.99998, + -73.98459, + -73.83299, + -73.9803, + -73.96417, + -73.89564, + -73.99764, + -73.93472, + -74.02811, + -73.92263, + -73.98456, + -73.95238, + -73.95841, + -74.00588, + -73.95432, + -73.92946, + -73.91388, + -73.98644, + -73.92607, + -73.93952, + -73.95426, + -73.95405, + -73.99222, + -73.94115, + -73.97997, + -73.9886, + -73.94147, + -73.92586, + -73.96115, + -73.96257, + -73.85147, + -73.95481, + -73.98175, + -73.99313, + -73.98759, + -73.96635, + -73.98855, + -74.00691, + -73.94879, + -73.93512, + -73.94537, + -73.97356, + -73.75524, + -73.93931, + -73.96298, + -73.926, + -73.98899, + -73.94506, + -73.95841, + -73.97324, + -73.90771, + -73.95384, + -73.98335, + -73.95386, + -73.94902, + -73.94982, + -73.99617, + -73.95557, + -73.99305, + -73.97883, + -73.97094, + -73.95091, + -73.97876, + -73.97994, + -73.91155, + -73.96223, + -73.97459, + -73.96005, + -73.98754, + -74.0276, + -73.95315, + -73.93705, + -73.96485, + -73.94014, + -73.8333, + -73.96127, + -73.76452, + -73.99617, + -73.98192, + -73.9529, + -73.80676, + -74.00185, + -73.95758, + -73.98759, + -73.95152, + -73.93863, + -73.94479, + -73.9436, + -73.97859, + -73.93216, + -73.9893, + -73.94832, + -73.91612, + -73.91349, + -74.00125, + -73.95315, + -73.97156, + -73.96433, + -73.94628, + -73.97797, + -73.91374, + -73.98224, + -73.9879, + -73.94982, + -73.98624, + -73.94939, + -73.99039, + -73.98928, + -73.9557, + -73.9881, + -73.91958, + -73.99074, + -73.93187, + -73.99249, + -73.94877, + -73.98639, + -73.92945, + -73.99482, + -73.94527, + -73.95551, + -73.98362, + -73.94523, + -73.95526, + -73.94139, + -73.76749, + -73.94292, + -73.9059, + -73.93487, + -73.96775, + -73.89466, + -73.93516, + -73.93376, + -73.88805, + -73.95564, + -73.93982, + -73.94232, + -73.95429, + -73.95291, + -73.99136, + -73.98255, + -73.97202, + -73.93338, + -73.93518, + -73.98079, + -73.9479, + -73.9079, + -73.98757, + -73.96242, + -73.99048, + -74.00525, + -73.97872, + -73.93722, + -73.94177, + -74.00309, + -73.98294, + -73.95753, + -73.95661, + -73.93785, + -73.97908, + -73.99668, + -74.00984, + -73.93978, + -73.91385, + -73.93406, + -73.955, + -73.99966, + -73.93532, + -73.97681, + -73.95619, + -73.98499, + -73.98196, + -73.94221, + -73.94619, + -73.93046, + -73.93823, + -73.98492, + -74.00224, + -73.96558, + -73.9678, + -73.95983, + -73.95975, + -73.95097, + -73.98272, + -73.97994, + -73.99458, + -73.95437, + -73.93642, + -73.97174, + -73.91272, + -73.91665, + -73.97609, + -73.98135, + -73.95605, + -73.95789, + -73.94771, + -73.98178, + -73.95101, + -73.94043, + -74.00235, + -73.95824, + -73.94832, + -73.9397, + -73.92004, + -73.92416, + -73.94031, + -73.96251, + -73.88976, + -74.00666, + -73.98435, + -73.95755, + -73.96532, + -73.92218, + -73.75441, + -73.93374, + -73.75492, + -74.00842, + -73.95491, + -73.95592, + -73.98032, + -73.95102, + -73.94884, + -73.96379, + -73.97353, + -73.9687, + -73.94602, + -73.9453, + -73.98828, + -73.95404, + -73.92457, + -73.99882, + -73.96381, + -73.95229, + -73.94977, + -73.97315, + -73.99386, + -73.95991, + -73.99264, + -73.91329, + -73.93886, + -73.96764, + -73.98539, + -73.97013, + -73.98415, + -73.98708, + -73.95211, + -74.00986, + -73.99551, + -73.94496, + -73.97021, + -73.95851, + -73.95818, + -73.94745, + -73.93825, + -73.96826, + -73.98373, + -73.9477, + -73.95487, + -73.91811, + -73.9447, + -73.98849, + -73.92134, + -73.94078, + -73.93602, + -73.95916, + -73.95006, + -73.94317, + -73.92023, + -73.92672, + -73.95034, + -73.95016, + -73.95627, + -73.98637, + -73.9408, + -73.94477, + -73.95731, + -73.93603, + -73.93193, + -73.95866, + -73.99471, + -73.97018, + -73.96327, + -73.94334, + -73.9806, + -73.92909, + -73.98112, + -73.99784, + -73.99439, + -73.97353, + -73.93763, + -73.94991, + -73.98905, + -73.96049, + -73.91873, + -73.91775, + -73.95301, + -73.94933, + -73.9476, + -73.94967, + -73.99194, + -73.9729, + -73.93987, + -73.97475, + -74.00579, + -73.88691, + -73.94483, + -73.95905, + -73.95969, + -73.98283, + -73.93179, + -73.96766, + -74.00369, + -73.93758, + -73.99915, + -73.95504, + -73.97805, + -73.98151, + -73.95627, + -73.90964, + -73.92608, + -73.95358, + -74.01286, + -73.98805, + -74.00872, + -73.94965, + -73.95085, + -73.98634, + -73.94071, + -73.95557, + -73.83368, + -73.95615, + -73.96452, + -73.9774, + -73.93656, + -73.97487, + -73.99297, + -73.96187, + -73.98355, + -73.96078, + -73.93025, + -74.00545, + -73.98423, + -73.96178, + -73.95461, + -73.93201, + -73.99992, + -73.98074, + -73.90994, + -73.95226, + -73.99481, + -73.98416, + -73.95276, + -73.9504, + -73.94382, + -73.97032, + -73.97406, + -73.90976, + -73.98303, + -73.95152, + -73.94051, + -73.87679, + -73.98713, + -73.99182, + -73.99334, + -73.95515, + -73.92286, + -73.85543, + -73.88858, + -73.9363, + -73.98142, + -73.96342, + -73.95587, + -73.98049, + -73.96338, + -73.92079, + -73.95745, + -73.97322, + -73.91452, + -73.99242, + -74.00462, + -73.94757, + -73.98444, + -73.83139, + -73.97928, + -73.92138, + -73.96872, + -73.95668, + -73.95018, + -73.98953, + -73.98866, + -74.08723, + -73.98298, + -73.97481, + -73.96761, + -73.9755, + -73.98216, + -73.93032, + -73.95137, + -73.94597, + -73.94615, + -73.95827, + -73.93978, + -73.9583, + -73.9655, + -73.99139, + -73.95517, + -74.00817, + -73.98737, + -73.99182, + -73.96025, + -73.97342, + -73.96312, + -73.84855, + -73.95071, + -73.90185, + -73.93964, + -73.95117, + -73.9144, + -74.00141, + -73.95139, + -73.99469, + -73.92258, + -73.96484, + -73.85546, + -73.9903, + -73.94171, + -73.90568, + -73.98211, + -73.96073, + -73.96198, + -73.9607, + -73.9407, + -73.95602, + -73.96268, + -73.95211, + -73.90086, + -73.94168, + -73.97535, + -73.94316, + -73.94634, + -73.99116, + -73.95294, + -73.94763, + -73.92056, + -73.94007, + -73.9967, + -73.94785, + -73.92359, + -73.95591, + -73.91787, + -73.93686, + -73.95766, + -73.97596, + -73.9506, + -73.91549, + -73.89873, + -73.98613, + -74.00422, + -73.91368, + -73.91378, + -73.92574, + -73.91317, + -73.9133, + -73.98648, + -73.91831, + -73.95732, + -73.99976, + -73.99344, + -73.96103, + -73.94706, + -73.9517, + -73.95141, + -73.96618, + -73.95572, + -73.95893, + -73.98325, + -73.92039, + -73.99728, + -73.98937, + -73.93467, + -73.86318, + -74.00015, + -73.96832, + -73.9845, + -73.93001, + -73.93197, + -73.96518, + -73.98213, + -73.98874, + -73.96063, + -73.9481, + -73.95354, + -73.95628, + -73.93737, + -73.9598, + -73.96016, + -73.96153, + -73.96002, + -73.96151, + -73.90772, + -74.14636, + -73.9434, + -73.93291, + -73.92549, + -73.95256, + -73.95882, + -73.80701, + -73.80767, + -73.95623, + -74.08368, + -73.98644, + -73.99201, + -73.94788, + -73.92023, + -73.95097, + -73.99119, + -73.97781, + -73.91449, + -73.93682, + -73.94775, + -73.95136, + -73.95282, + -73.95412, + -73.94406, + -73.99235, + -74.00178, + -73.98707, + -73.98466, + -73.96713, + -73.97418, + -73.99203, + -73.97296, + -73.99087, + -73.99021, + -73.96152, + -73.94059, + -74.00276, + -73.97736, + -73.9589, + -73.94438, + -73.94613, + -73.99126, + -73.80422, + -73.95231, + -73.98393, + -73.9932, + -73.92728, + -73.9618, + -73.96817, + -73.95392, + -73.91737, + -73.94887, + -73.94808, + -73.95222, + -73.97229, + -73.99179, + -73.97151, + -73.91282, + -73.95616, + -73.97426, + -73.95176, + -73.88895, + -73.98714, + -73.99545, + -74.01046, + -73.98521, + -73.99891, + -73.90737, + -73.91195, + -73.97104, + -73.94851, + -73.95753, + -73.98801, + -73.94746, + -73.93219, + -73.93538, + -73.94662, + -73.95175, + -73.92068, + -73.97172, + -73.94492, + -73.98646, + -74.00286, + -73.93985, + -73.95339, + -73.94358, + -73.95203, + -73.97577, + -73.88698, + -73.98749, + -73.99324, + -73.98866, + -73.98594, + -73.93956, + -73.98685, + -73.96713, + -73.93918, + -73.93928, + -73.94058, + -73.98997, + -73.95531, + -73.94709, + -73.93868, + -73.94297, + -73.98854, + -73.9602, + -73.94774, + -73.95237, + -73.94371, + -73.94161, + -73.91951, + -73.94045, + -73.98574, + -74.00116, + -73.94089, + -73.98843, + -73.96384, + -73.9347, + -73.98231, + -73.92897, + -73.95116, + -73.97431, + -73.96147, + -74.01567, + -73.79479, + -73.94907, + -73.83395, + -73.83327, + -73.95089, + -73.99787, + -73.91518, + -73.98545, + -73.93764, + -73.99449, + -73.94111, + -73.9253, + -73.95208, + -73.99743, + -73.96767, + -73.98174, + -73.97666, + -73.93452, + -73.9867, + -73.95153, + -73.98013, + -73.85607, + -73.96309, + -73.97979, + -73.91114, + -73.95234, + -73.95827, + -73.91742, + -74.00778, + -73.80715, + -73.99261, + -73.87088, + -73.97878, + -73.98896, + -73.791, + -73.96634, + -73.94615, + -74.0099, + -73.96104, + -73.94102, + -73.98859, + -73.99657, + -73.89064, + -73.94073, + -73.95369, + -73.92915, + -73.94279, + -73.93803, + -73.95951, + -73.98472, + -73.98546, + -73.96043, + -73.99198, + -73.95075, + -73.96148, + -73.94647, + -73.93549, + -73.94886, + -73.88638, + -73.95, + -73.94231, + -73.95357, + -73.93899, + -73.95883, + -73.98847, + -73.96802, + -73.95296, + -73.94976, + -73.98464, + -73.99587, + -73.98549, + -73.97447, + -73.93863, + -73.99019, + -73.98057, + -73.99724, + -73.99949, + -74.00181, + -73.99683, + -73.95253, + -73.91733, + -73.95863, + -74.0032, + -73.92377, + -74.00055, + -73.98282, + -73.93305, + -73.96989, + -74.01774, + -73.9643, + -73.98901, + -73.98207, + -73.9646, + -73.95998, + -73.9501, + -73.98899, + -73.93376, + -73.96273, + -73.96666, + -73.9506, + -73.9461, + -73.877, + -73.96654, + -74.00283, + -73.94816, + -73.98832, + -73.94976, + -73.99554, + -73.87577, + -73.96253, + -73.95789, + -73.99104, + -73.96114, + -73.94339, + -73.97611, + -74.0014, + -73.93161, + -73.95239, + -73.9761, + -73.97622, + -73.9011, + -73.95521, + -73.98679, + -73.96044, + -73.96073, + -73.93988, + -73.97878, + -73.92773, + -73.9867, + -73.9846, + -74.11518, + -73.95302, + -73.94953, + -73.92125, + -73.95838, + -73.95684, + -73.94087, + -73.9497, + -73.96163, + -73.99226, + -73.97596, + -73.95434, + -73.95886, + -73.95433, + -73.90913, + -73.93784, + -73.92874, + -73.95667, + -73.98319, + -73.99263, + -73.94538, + -73.98155, + -73.97565, + -73.95987, + -73.94581, + -73.95199, + -73.93715, + -73.94872, + -73.93716, + -73.93787, + -73.9554, + -73.98074, + -73.96238, + -73.94054, + -73.94528, + -73.94214, + -73.97893, + -73.96264, + -74.02802, + -73.99292, + -73.9549, + -73.96048, + -73.99268, + -73.96644, + -73.94529, + -73.96253, + -73.966, + -73.96169, + -73.98057, + -73.9452, + -73.94345, + -73.96051, + -74.02996, + -73.97145, + -73.96646, + -73.9475, + -73.93307, + -73.92364, + -73.97466, + -73.96696, + -73.96835, + -73.92246, + -73.9933, + -73.8684, + -73.96245, + -73.96054, + -73.94259, + -73.97948, + -73.90648, + -73.96694, + -73.95523, + -73.93641, + -73.93532, + -73.9369, + -73.98244, + -73.93782, + -73.93372, + -73.93905, + -73.96084, + -73.88854, + -73.93498, + -73.94699, + -73.96401, + -73.95402, + -73.98116, + -73.95472, + -73.94123, + -73.97097, + -73.90473, + -73.92748, + -73.96932, + -73.95642, + -73.98362, + -73.96069, + -73.98099, + -73.94538, + -73.94085, + -73.96132, + -73.94062, + -73.99749, + -73.98435, + -73.85286, + -73.94663, + -73.98435, + -73.95789, + -73.98606, + -73.94859, + -73.93734, + -73.99701, + -73.9984, + -73.8206, + -73.97369, + -73.95121, + -73.82004, + -74.00982, + -73.96217, + -73.95612, + -74.00832, + -73.94762, + -73.95552, + -73.95128, + -73.9388, + -73.97644, + -73.98119, + -73.99708, + -73.94143, + -73.94423, + -73.92685, + -73.92209, + -73.95903, + -73.98364, + -73.99526, + -73.94263, + -73.97525, + -74.02977, + -73.95598, + -73.94274, + -73.97123, + -73.95193, + -73.95168, + -73.93215, + -73.98289, + -73.99257, + -73.92775, + -73.95099, + -73.97966, + -73.99967, + -73.94001, + -74.00745, + -73.94104, + -73.93346, + -73.99899, + -73.94819, + -73.95112, + -73.94953, + -73.94666, + -73.96554, + -73.96525, + -73.97913, + -73.98258, + -73.92926, + -73.95822, + -73.98984, + -73.98006, + -73.99259, + -73.95155, + -73.95466, + -73.95611, + -73.92874, + -73.93666, + -73.97724, + -73.96247, + -73.929, + -73.93181, + -73.96161, + -73.99374, + -73.93335, + -73.92347, + -73.9574, + -73.98515, + -74.00036, + -73.94028, + -73.99201, + -73.99468, + -73.94091, + -73.93669, + -74.00665, + -73.96623, + -73.96434, + -73.94807, + -73.98479, + -74.08326, + -73.93793, + -73.95807, + -73.92859, + -73.99429, + -73.92305, + -73.98011, + -73.96016, + -73.988, + -73.98669, + -73.81305, + -73.93224, + -73.95497, + -73.95185, + -73.95424, + -74.00802, + -73.95187, + -73.96083, + -73.97318, + -73.98224, + -73.95929, + -73.96264, + -73.99411, + -73.99493, + -73.9896, + -74.00147, + -73.97493, + -73.9933, + -73.96543, + -73.96555, + -73.95, + -73.98604, + -73.9856, + -73.93289, + -73.91156, + -73.97247, + -73.98043, + -73.94948, + -73.94896, + -73.97809, + -73.97239, + -73.98192, + -73.95863, + -73.92792, + -73.90351, + -73.91597, + -73.95669, + -73.97844, + -73.92396, + -73.96111, + -74.00685, + -73.93325, + -73.97154, + -73.96941, + -73.98223, + -74.00524, + -73.95013, + -73.98814, + -73.91241, + -73.94891, + -73.98776, + -73.93727, + -73.97629, + -73.98895, + -73.97667, + -73.9935, + -74.00429, + -73.96887, + -73.98407, + -73.99661, + -73.96916, + -73.97181, + -73.97726, + -73.98385, + -73.91057, + -73.91316, + -73.98323, + -73.98619, + -74.00346, + -73.96376, + -73.91211, + -73.92451, + -73.91813, + -73.95086, + -73.96452, + -73.9887, + -73.95753, + -73.96197, + -73.946, + -73.99452, + -73.94781, + -73.94295, + -73.92278, + -73.97699, + -74.00826, + -73.99707, + -73.94551, + -73.98211, + -73.9534, + -73.93717, + -73.92743, + -73.94815, + -73.9159, + -74.00835, + -73.99454, + -73.94061, + -73.90902, + -73.98775, + -73.84407, + -73.95328, + -73.9481, + -73.98317, + -73.94543, + -73.99009, + -73.95556, + -73.93955, + -73.95332, + -73.93043, + -73.99862, + -73.95261, + -73.94223, + -73.93591, + -73.95994, + -73.95577, + -73.98801, + -73.97834, + -73.93934, + -73.99043, + -73.96045, + -73.94283, + -73.94068, + -73.93294, + -73.95179, + -73.99168, + -73.83422, + -73.9451, + -73.81785, + -73.95218, + -73.94353, + -73.97494, + -73.92054, + -73.98013, + -73.9899, + -73.95162, + -73.9378, + -73.99056, + -73.97498, + -73.94927, + -73.99774, + -73.93803, + -73.99566, + -73.99825, + -74.01379, + -74.0112, + -73.97199, + -73.96714, + -73.85658, + -73.94851, + -73.99013, + -73.95026, + -73.96622, + -73.96192, + -73.99686, + -73.93079, + -74.00955, + -73.9626, + -73.95771, + -73.94918, + -73.95539, + -73.92046, + -73.97866, + -73.99328, + -74.00113, + -73.91778, + -73.93854, + -73.8949, + -73.96042, + -73.95546, + -73.95708, + -73.98085, + -73.99308, + -73.98255, + -73.95095, + -73.96896, + -73.94141, + -73.95748, + -73.98514, + -73.96224, + -73.9442, + -73.97358, + -73.95762, + -73.96851, + -73.95957, + -73.95555, + -73.96162, + -73.98392, + -73.91501, + -73.96763, + -73.92311, + -73.94218, + -73.97509, + -73.93707, + -73.94844, + -73.93796, + -73.9632, + -73.98136, + -73.96279, + -73.99805, + -73.99033, + -73.94699, + -73.94876, + -74.00798, + -73.95144, + -73.90903, + -73.99753, + -73.93328, + -73.96378, + -73.94014, + -74.00912, + -73.92079, + -73.98266, + -73.92643, + -73.86596, + -73.99888, + -74.00076, + -73.99746, + -73.97747, + -73.94464, + -73.91082, + -74.00178, + -73.99338, + -73.99468, + -73.99257, + -73.94177, + -73.94798, + -73.95251, + -73.97318, + -73.93075, + -73.96073, + -73.98418, + -73.95491, + -73.98023, + -73.9767, + -73.87627, + -73.9587, + -73.95429, + -73.95535, + -73.96451, + -73.98525, + -74.00263, + -73.95133, + -73.92154, + -73.94638, + -73.94205, + -73.97489, + -73.9329, + -73.95911, + -73.97851, + -73.95341, + -73.98898, + -73.94875, + -73.9862, + -73.94883, + -73.95259, + -73.78855, + -73.79693, + -73.96527, + -73.89578, + -73.98134, + -73.93714, + -73.97761, + -73.86755, + -73.95773, + -73.98052, + -73.96176, + -73.92446, + -73.98679, + -73.9279, + -73.96241, + -73.95455, + -73.95302, + -73.95867, + -73.97138, + -73.95265, + -73.9602, + -73.94329, + -73.97783, + -73.98289, + -73.99898, + -73.99963, + -73.93875, + -73.97129, + -74.00393, + -73.92886, + -73.99305, + -73.95094, + -73.9347, + -74.08592, + -73.94507, + -74.00181, + -73.95466, + -73.95567, + -73.91433, + -73.91096, + -74.00606, + -73.99446, + -73.97309, + -73.90363, + -73.99226, + -73.93223, + -73.93629, + -74.02949, + -73.95339, + -73.92277, + -73.93744, + -73.98565, + -73.96445, + -73.92294, + -73.93566, + -73.93844, + -73.95563, + -74.01721, + -73.93893, + -73.9539, + -73.92072, + -73.95515, + -73.95307, + -73.98639, + -73.95399, + -73.91677, + -73.98118, + -73.95383, + -73.9315, + -73.96232, + -73.99915, + -73.95632, + -73.83727, + -73.96991, + -73.97897, + -73.98077, + -73.92679, + -73.79498, + -73.96574, + -73.98905, + -73.95746, + -73.9793, + -73.95111, + -73.9955, + -73.94458, + -73.97901, + -73.89604, + -74.00507, + -73.89346, + -73.95075, + -73.96635, + -73.95865, + -73.95907, + -73.93821, + -73.94059, + -74.00113, + -73.96409, + -73.96114, + -73.98465, + -73.98826, + -73.91374, + -73.93473, + -73.93871, + -73.97078, + -73.99501, + -73.92827, + -73.97918, + -73.9484, + -73.94383, + -73.95825, + -73.94261, + -73.98793, + -73.91421, + -73.90474, + -73.91407, + -73.98106, + -73.99244, + -73.9788, + -73.99236, + -73.9234, + -73.98151, + -73.99577, + -73.9895, + -73.93894, + -73.99807, + -73.93954, + -73.95429, + -73.95186, + -73.91047, + -73.93548, + -73.98552, + -73.95913, + -73.96342, + -73.98694, + -73.98396, + -73.95446, + -73.98449, + -73.92514, + -73.93454, + -73.95251, + -73.95451, + -73.96727, + -73.96141, + -73.97729, + -73.94698, + -73.95832, + -74.0157, + -73.98708, + -73.92961, + -74.00399, + -73.95639, + -73.96301, + -73.94617, + -73.98817, + -73.83781, + -73.9747, + -73.93574, + -74.02896, + -73.99139, + -73.95791, + -73.99344, + -73.94276, + -73.98103, + -73.99383, + -73.96557, + -73.93416, + -73.95329, + -73.91462, + -74.00379, + -74.00492, + -73.98843, + -73.99082, + -73.94276, + -73.97231, + -73.96029, + -73.94364, + -73.95382, + -73.97505, + -73.90361, + -73.97719, + -73.98397, + -73.967, + -73.96637, + -73.94804, + -73.95309, + -73.95544, + -73.94988, + -73.92845, + -73.92836, + -73.95401, + -73.98182, + -74.00039, + -73.94344, + -73.98875, + -73.83132, + -73.94072, + -73.99316, + -73.95405, + -73.99787, + -73.97557, + -73.94846, + -73.96502, + -73.9547, + -73.94551, + -73.95851, + -73.98023, + -73.98158, + -73.96748, + -73.98916, + -73.97772, + -73.96118, + -73.99161, + -73.99447, + -73.94071, + -73.92919, + -73.95808, + -73.94903, + -73.93279, + -73.98007, + -73.94574, + -73.99584, + -73.80538, + -73.96103, + -73.94889, + -73.98086, + -73.99526, + -73.92627, + -73.92312, + -73.98364, + -73.98437, + -73.94021, + -73.90982, + -73.99593, + -73.96755, + -73.97927, + -73.95694, + -73.94825, + -73.9819, + -73.83043, + -73.96875, + -73.991, + -73.92934, + -73.96208, + -73.99525, + -73.99119, + -73.90341, + -73.9937, + -74.00027, + -73.92261, + -73.99219, + -73.98263, + -73.94906, + -73.9173, + -73.95193, + -73.96182, + -73.88748, + -73.8672, + -73.91079, + -73.91702, + -73.9131, + -73.97391, + -73.98214, + -73.9525, + -73.91997, + -73.95456, + -73.9543, + -73.97149, + -73.95711, + -73.96622, + -73.94922, + -73.95265, + -73.97827, + -73.92056, + -73.98575, + -73.95219, + -73.83105, + -73.94491, + -73.9916, + -73.91291, + -73.9342, + -73.93383, + -73.93316, + -74.00325, + -73.96742, + -73.97277, + -73.90689, + -73.92612, + -73.94644, + -73.95629, + -73.99054, + -73.98916, + -74.00145, + -73.75895, + -73.95079, + -73.93199, + -73.96683, + -73.92414, + -73.96024, + -73.9439, + -73.93089, + -73.91439, + -74.00533, + -73.99098, + -73.95471, + -74.09182, + -73.96181, + -73.9814, + -73.95647, + -73.9379, + -74.00171, + -74.08701, + -73.96074, + -73.92783, + -73.98959, + -73.9939, + -73.97602, + -73.99073, + -73.95669, + -74.00122, + -73.94888, + -73.95517, + -73.97271, + -73.94919, + -73.96424, + -73.98516, + -73.96122, + -73.94894, + -73.94813, + -73.94497, + -73.91834, + -74.01881, + -73.95551, + -73.92336, + -73.94958, + -73.93563, + -73.99355, + -73.9627, + -73.95357, + -73.9878, + -74.00854, + -73.92583, + -73.954, + -73.94682, + -73.91759, + -73.91402, + -73.9741, + -73.94411, + -73.95903, + -73.91565, + -73.96939, + -73.96936, + -73.80787, + -73.76012, + -74.00259, + -73.85379, + -73.90064, + -73.85348, + -73.95319, + -73.91578, + -73.9399, + -74.01051, + -73.93866, + -74.00351, + -73.93882, + -73.91471, + -73.94243, + -73.9968, + -73.92975, + -73.95947, + -74.00411, + -73.95803, + -73.90678, + -73.94545, + -73.91544, + -73.93643, + -73.99084, + -73.98903, + -73.9557, + -73.94478, + -73.95445, + -73.91956, + -73.91993, + -73.94438, + -73.98954, + -73.94686, + -73.98254, + -73.97701, + -73.98432, + -73.95997, + -73.96609, + -73.94972, + -74.00572, + -74.00643, + -73.99093, + -73.98945, + -73.99109, + -73.99086, + -73.95978, + -73.99056, + -73.99073, + -73.99126, + -73.96148, + -73.94159, + -73.96262, + -73.96261, + -73.97725, + -73.93913, + -73.98012, + -73.96079, + -73.9615, + -73.98058, + -73.91452, + -74.00773, + -73.89423, + -73.92094, + -73.96164, + -73.91403, + -74.01829, + -73.91963, + -73.96976, + -73.9681, + -73.93581, + -73.98596, + -73.88784, + -73.96207, + -73.92401, + -73.91538, + -73.93633, + -73.95227, + -73.93545, + -73.92512, + -73.93555, + -73.97409, + -73.99023, + -73.93824, + -73.96366, + -74.00271, + -73.99099, + -73.91144, + -73.93585, + -74.00016, + -73.98166, + -73.95302, + -73.98592, + -73.97116, + -73.94986, + -73.96556, + -73.95804, + -73.93789, + -73.94808, + -73.94457, + -73.9447, + -73.99955, + -74.00066, + -73.95503, + -74.00036, + -73.98487, + -73.94952, + -73.94776, + -73.9215, + -73.95443, + -73.92425, + -74.01325, + -73.93477, + -73.95622, + -73.9851, + -73.98066, + -73.97811, + -73.98657, + -73.98165, + -73.94729, + -73.9874, + -73.98235, + -73.95292, + -73.95882, + -73.9914, + -73.95049, + -73.93843, + -73.98023, + -73.93159, + -73.98088, + -73.99635, + -73.95303, + -73.95997, + -73.94991, + -73.99, + -73.98535, + -73.92634, + -73.9988, + -73.9242, + -73.91972, + -73.95535, + -73.95211, + -73.94733, + -73.95388, + -73.99247, + -73.95503, + -73.98676, + -73.94625, + -73.97287, + -73.95674, + -73.96424, + -73.95354, + -73.96969, + -73.95615, + -73.97854, + -73.95521, + -73.94202, + -73.89558, + -73.93325, + -73.95811, + -73.95497, + -73.93359, + -73.95417, + -73.96634, + -73.96898, + -74.00072, + -73.79214, + -73.97661, + -73.9379, + -73.91464, + -73.98214, + -73.95573, + -73.92316, + -73.86131, + -73.95767, + -73.91765, + -73.91345, + -73.91679, + -73.97743, + -73.97894, + -73.8741, + -73.99245, + -73.9705, + -73.9641, + -73.95246, + -73.9532, + -74.00434, + -73.98534, + -73.95338, + -73.99583, + -73.96022, + -73.9509, + -73.94997, + -74.00008, + -73.98477, + -73.94328, + -73.92316, + -73.96714, + -73.99805, + -73.96148, + -73.96068, + -73.93573, + -73.95626, + -73.92049, + -73.9533, + -73.91995, + -73.95884, + -73.94352, + -73.92167, + -73.98244, + -73.98153, + -73.93937, + -73.97882, + -73.98742, + -73.95314, + -73.92613, + -74.0094, + -73.97806, + -73.98848, + -73.98014, + -73.93801, + -73.9556, + -73.98187, + -73.96748, + -73.95234, + -73.98462, + -73.97097, + -73.99256, + -73.97108, + -73.99417, + -73.9916, + -74.00417, + -73.9742, + -73.95553, + -73.90688, + -73.94545, + -73.91749, + -73.97756, + -73.94718, + -73.94118, + -73.9851, + -73.98408, + -73.98729, + -73.95335, + -73.947, + -74.0016, + -73.96853, + -73.95364, + -73.93153, + -73.97238, + -73.93502, + -74.00178, + -73.9128, + -73.92787, + -73.96647, + -73.96738, + -73.96802, + -74.03739, + -73.97171, + -74.00924, + -73.98044, + -73.95133, + -73.93333, + -73.99683, + -73.99708, + -73.9619, + -73.96195, + -73.91881, + -73.9603, + -73.96217, + -73.96157, + -73.96031, + -73.96133, + -73.97665, + -73.98466, + -73.98477, + -73.98272, + -73.9417, + -73.94777, + -73.96496, + -73.96546, + -73.94653, + -73.97973, + -73.91086, + -73.97783, + -73.92244, + -73.95599, + -73.96448, + -73.95694, + -73.96531, + -73.99285, + -73.95213, + -73.92019, + -73.98379, + -73.98483, + -73.91446, + -73.94022, + -73.95623, + -73.84962, + -73.97345, + -73.93952, + -73.94962, + -73.9825, + -73.94306, + -73.99327, + -73.95306, + -73.90703, + -73.96603, + -73.97225, + -73.9563, + -73.96379, + -73.94095, + -73.95869, + -73.95513, + -73.96811, + -73.91474, + -73.94809, + -73.94882, + -73.95954, + -73.94167, + -73.9764, + -73.94775, + -73.91651, + -73.94504, + -74.0027, + -73.98795, + -74.00468, + -73.95831, + -73.95779, + -73.95964, + -73.91666, + -73.93435, + -73.94588, + -73.92999, + -73.95136, + -73.94162, + -73.98503, + -73.9857, + -73.93208, + -73.94063, + -73.96375, + -73.94188, + -73.9535, + -73.96705, + -73.96531, + -73.94974, + -73.95947, + -73.90781, + -73.88118, + -73.99334, + -73.97061, + -73.9607, + -74.00375, + -73.95275, + -73.92163, + -74.0017, + -73.94447, + -73.98308, + -73.9596, + -73.94232, + -73.94277, + -73.95978, + -73.9205, + -73.97865, + -73.98035, + -73.95034, + -73.97642, + -73.99763, + -73.97598, + -73.91977, + -73.92312, + -73.93957, + -73.94449, + -73.9383, + -73.86424, + -73.92825, + -73.94712, + -73.95363, + -73.7899, + -73.93926, + -73.94773, + -73.94656, + -73.98999, + -73.96189, + -73.96127, + -73.98181, + -74.01183, + -73.98422, + -73.94651, + -73.96545, + -73.98045, + -73.93777, + -73.98342, + -73.90924, + -73.93925, + -73.9736, + -73.93973, + -73.95358, + -73.96011, + -73.97982, + -73.95088, + -73.76063, + -74.00182, + -73.95224, + -73.99499, + -73.98551, + -73.95055, + -73.98428, + -73.972, + -73.95276, + -73.91458, + -73.94683, + -74.00204, + -73.97935, + -73.97985, + -73.95738, + -73.95343, + -74.00435, + -73.96023, + -73.93051, + -73.99665, + -73.95035, + -73.95748, + -73.92286, + -73.97855, + -73.92024, + -73.93804, + -73.95419, + -73.95282, + -73.94741, + -73.9808, + -73.95981, + -74.00114, + -73.92724, + -73.98756, + -73.98899, + -74.00334, + -74.00485, + -73.94646, + -73.91902, + -73.9155, + -73.97475, + -73.90371, + -73.9896, + -73.95074, + -73.78565, + -73.98171, + -73.92071, + -73.95814, + -73.99348, + -73.98814, + -73.95168, + -73.99095, + -73.94142, + -73.96257, + -73.99513, + -73.94933, + -73.96696, + -73.93988, + -73.98893, + -73.9689, + -73.95828, + -73.97546, + -73.97959, + -73.9525, + -73.99241, + -74.00913, + -73.98273, + -73.9603, + -73.96163, + -73.89176, + -73.9745, + -73.98725, + -74.00067, + -73.94502, + -73.93957, + -73.96931, + -73.95431, + -73.92989, + -73.98406, + -73.93854, + -73.92551, + -73.93909, + -73.90578, + -73.91045, + -74.00028, + -73.99874, + -73.9609, + -73.78342, + -73.98341, + -73.93021, + -73.94413, + -74.00186, + -73.97254, + -73.87691, + -73.9729, + -73.93863, + -73.98271, + -73.95121, + -73.91156, + -73.95936, + -73.92372, + -73.94501, + -74.00267, + -73.95636, + -73.961, + -73.92375, + -73.93369, + -73.92615, + -73.90922, + -73.99285, + -73.95323, + -73.97981, + -73.84944, + -73.99829, + -73.99025, + -74.12152, + -73.76244, + -73.97122, + -73.96479, + -73.94411, + -73.94258, + -73.92782, + -73.95603, + -73.94939, + -73.97723, + -73.93151, + -73.96225, + -73.97756, + -73.94819, + -73.99903, + -73.98782, + -73.96695, + -73.98163, + -73.97616, + -73.99223, + -73.95037, + -73.92963, + -73.943, + -73.98911, + -73.96409, + -73.97871, + -73.9514, + -73.91112, + -73.93334, + -73.953, + -73.99897, + -73.9843, + -73.91956, + -73.96251, + -74.00006, + -73.94882, + -73.97485, + -73.94249, + -73.98668, + -73.91943, + -73.94041, + -73.94656, + -73.9497, + -73.97816, + -73.98003, + -73.99998, + -73.97788, + -73.933, + -73.96037, + -73.9689, + -73.98773, + -73.97791, + -73.95268, + -73.96034, + -73.95799, + -73.95232, + -73.93806, + -74.00217, + -73.92375, + -73.92336, + -73.96922, + -73.95433, + -73.97474, + -73.95859, + -73.78891, + -73.98793, + -73.94486, + -74.00688, + -73.94409, + -73.98837, + -73.93384, + -73.9564, + -73.95603, + -73.95536, + -73.90484, + -73.91776, + -73.98822, + -73.99376, + -73.9469, + -74.03255, + -74.03181, + -73.9589, + -73.95436, + -73.94857, + -73.9428, + -73.97515, + -73.99304, + -73.93957, + -73.96533, + -73.93961, + -73.9588, + -73.96058, + -73.91909, + -73.9405, + -74.00317, + -73.93777, + -73.96699, + -73.89218, + -73.95381, + -73.98175, + -73.91356, + -73.94873, + -73.97911, + -73.99311, + -73.9841, + -73.88891, + -73.99107, + -73.91596, + -73.98234, + -73.99474, + -73.92447, + -73.99277, + -73.98943, + -74.00281, + -73.9912, + -74.00035, + -73.95737, + -73.99647, + -73.92522, + -73.935, + -73.92503, + -73.96873, + -73.95136, + -73.93645, + -73.95213, + -74.00411, + -73.9649, + -73.93394, + -73.9752, + -73.97781, + -73.94284, + -73.98956, + -74.00717, + -73.98043, + -73.91816, + -73.98784, + -73.94678, + -73.94666, + -73.93193, + -73.98391, + -73.99523, + -73.98142, + -73.87656, + -73.98602, + -73.94824, + -74.01301, + -73.95367, + -73.96425, + -73.87143, + -73.95196, + -73.90696, + -73.97863, + -73.96722, + -73.92936, + -73.94519, + -73.97385, + -73.99917, + -73.98056, + -73.98675, + -73.95134, + -73.98802, + -73.956, + -73.97396, + -73.96956, + -73.944, + -73.98589, + -73.94623, + -73.9256, + -73.99142, + -73.98658, + -73.99681, + -73.94775, + -73.9701, + -73.98562, + -73.91276, + -74.00269, + -73.93909, + -73.99714, + -73.95995, + -73.94873, + -73.99205, + -73.98098, + -73.96841, + -73.95372, + -73.9896, + -73.92918, + -73.85477, + -73.91408, + -73.9813, + -73.96838, + -73.97308, + -73.92662, + -73.95716, + -73.94258, + -73.97653, + -73.92805, + -73.94276, + -73.94207, + -73.99284, + -73.98828, + -73.97393, + -73.99568, + -73.9706, + -73.77162, + -73.96041, + -73.98489, + -73.93401, + -74.00323, + -73.9525, + -73.99402, + -73.98196, + -74.00686, + -73.94247, + -73.94709, + -73.93117, + -73.98418, + -73.94101, + -73.93142, + -73.89553, + -73.969, + -73.93572, + -74.00402, + -73.94259, + -73.97813, + -73.96582, + -73.93976, + -73.94315, + -73.98053, + -73.9562, + -73.98122, + -73.98057, + -73.91053, + -73.94659, + -73.97914, + -73.9836, + -73.92872, + -73.92193, + -73.91676, + -73.98273, + -73.97447, + -73.95472, + -73.95855, + -73.9547, + -73.94791, + -73.98442, + -73.95527, + -73.99142, + -73.93822, + -74.00914, + -73.9426, + -73.94446, + -73.95406, + -73.98135, + -73.94742, + -73.95633, + -73.97837, + -73.92829, + -73.99013, + -73.95205, + -73.99177, + -73.94119, + -73.89226, + -73.93436, + -73.94821, + -74.00338, + -73.94103, + -74.00464, + -73.96686, + -73.94407, + -73.95392, + -73.90965, + -73.9715, + -73.97927, + -73.98926, + -73.99478, + -73.95897, + -73.92133, + -73.9672, + -73.92017, + -73.95862, + -73.98973, + -73.94444, + -73.92714, + -73.9511, + -73.95486, + -73.98056, + -73.95949, + -73.97875, + -73.98424, + -73.97462, + -73.99695, + -73.94813, + -73.94468, + -74.01092, + -73.92201, + -73.94505, + -73.96268, + -73.99341, + -73.98364, + -73.98058, + -73.97343, + -73.9896, + -74.00209, + -73.9558, + -73.95293, + -73.94351, + -73.93105, + -73.94478, + -73.99563, + -73.98061, + -73.9838, + -73.93145, + -73.98346, + -73.95707, + -73.97888, + -73.98796, + -73.98175, + -73.94089, + -73.99136, + -73.9498, + -73.94783, + -73.95298, + -73.9398, + -73.95465, + -73.75343, + -74.01125, + -73.96014, + -73.9786, + -73.93088, + -73.92707, + -73.92831, + -73.92093, + -73.96578, + -73.95988, + -73.95288, + -73.97981, + -73.95565, + -73.81801, + -73.96285, + -73.93117, + -73.95651, + -73.96286, + -73.94973, + -73.95637, + -73.97051, + -73.9419, + -73.96798, + -73.98153, + -73.95888, + -73.99941, + -73.99015, + -73.93294, + -73.95666, + -73.96382, + -73.9513, + -74.027, + -73.93273, + -73.9433, + -73.99751, + -73.93445, + -73.95154, + -73.95688, + -73.96658, + -73.93751, + -73.95215, + -73.98313, + -73.95259, + -73.99333, + -73.98727, + -73.94175, + -73.93408, + -73.95291, + -73.91361, + -73.95841, + -73.97662, + -73.94161, + -73.92888, + -73.9819, + -73.95901, + -73.9542, + -73.98231, + -74, + -73.97882, + -73.98395, + -73.9281, + -73.99812, + -73.96369, + -73.93433, + -73.99056, + -73.99472, + -73.98885, + -73.95058, + -73.95228, + -73.93983, + -73.93051, + -74.01408, + -73.92773, + -73.99396, + -73.98994, + -74.01533, + -73.98246, + -73.98407, + -73.96306, + -73.95078, + -73.95725, + -73.92057, + -73.95411, + -73.95422, + -73.91191, + -73.97845, + -74.01457, + -73.96406, + -73.99555, + -73.93872, + -73.99959, + -73.98697, + -73.934, + -73.92187, + -73.8873, + -73.95069, + -73.88675, + -73.9149, + -73.9378, + -73.96485, + -73.96382, + -73.9443, + -73.91107, + -74.01, + -73.97314, + -73.94761, + -73.95566, + -73.95742, + -73.94509, + -73.92928, + -73.93544, + -73.99838, + -73.98188, + -73.96916, + -73.9607, + -73.94486, + -73.99121, + -73.9781, + -73.95742, + -73.94148, + -73.98877, + -73.95393, + -74.00841, + -73.97617, + -73.99222, + -73.94641, + -73.95565, + -73.94345, + -73.98519, + -73.9415, + -73.96094, + -73.97065, + -73.951, + -73.98705, + -73.96369, + -73.95551, + -73.96393, + -73.92768, + -73.94238, + -73.99887, + -73.94126, + -73.98932, + -73.96064, + -73.99744, + -73.95565, + -73.97361, + -73.95304, + -73.97737, + -73.94182, + -73.98668, + -73.98172, + -73.91956, + -73.98081, + -73.97632, + -73.94393, + -73.96801, + -73.96632, + -73.91415, + -73.92386, + -73.9611, + -73.96151, + -73.92725, + -73.94962, + -73.96041, + -73.92072, + -73.97237, + -73.94113, + -73.8084, + -73.99504, + -73.96921, + -73.99155, + -73.99112, + -73.9915, + -73.96711, + -73.9838, + -73.95656, + -73.97376, + -73.95866, + -73.96141, + -73.9247, + -74.00111, + -73.94524, + -73.98088, + -73.97721, + -73.99004, + -73.93845, + -73.95097, + -73.99858, + -74.01227, + -73.96073, + -74.00656, + -73.96752, + -73.78022, + -73.94697, + -73.9156, + -73.90439, + -73.9476, + -73.98954, + -73.98009, + -73.96746, + -73.91265, + -73.98182, + -73.9286, + -73.95279, + -73.9542, + -73.95186, + -73.95398, + -74.0033, + -74.00101, + -73.97038, + -73.99204, + -73.9939, + -73.95611, + -73.99751, + -74.00968, + -74.03272, + -73.96967, + -73.95296, + -73.98883, + -73.9402, + -73.96874, + -73.9722, + -73.99231, + -73.89679, + -73.97484, + -73.94129, + -73.95281, + -73.99575, + -73.96633, + -73.94138, + -73.94588, + -73.92872, + -73.95704, + -73.96465, + -73.92019, + -73.94859, + -73.99405, + -73.92825, + -74.00228, + -73.97364, + -73.91452, + -73.9361, + -73.99742, + -73.91432, + -73.9781, + -73.97381, + -73.94281, + -73.9834, + -74.00537, + -73.98212, + -73.94858, + -73.95276, + -73.93913, + -73.98325, + -73.95897, + -73.97133, + -73.99604, + -73.90987, + -73.8574, + -73.94206, + -73.96956, + -73.9486, + -73.98728, + -73.96759, + -73.94937, + -73.96028, + -73.96332, + -74.00118, + -74.0072, + -73.95634, + -73.9904, + -74.00384, + -73.92811, + -73.95234, + -73.95009, + -73.95947, + -73.97214, + -74.00108, + -73.9305, + -73.95695, + -74.00387, + -73.91723, + -73.92169, + -73.94917, + -73.94735, + -73.96416, + -74.00416, + -73.94, + -73.94468, + -73.9243, + -73.90935, + -73.93232, + -73.95848, + -73.97866, + -73.94149, + -73.98869, + -73.99813, + -74.00329, + -73.91379, + -73.95931, + -73.95941, + -74.01562, + -73.92045, + -73.95221, + -73.96678, + -73.82449, + -73.95415, + -73.8261, + -73.93833, + -73.98213, + -73.96696, + -73.98239, + -73.96354, + -73.94988, + -73.9303, + -74.0128, + -73.9212, + -73.85822, + -73.98498, + -73.98786, + -73.97801, + -73.94971, + -73.92795, + -73.97136, + -73.90156, + -73.98403, + -73.92484, + -73.99245, + -73.98453, + -73.99774, + -73.78924, + -74.01735, + -73.95372, + -73.88887, + -73.95525, + -73.9539, + -73.96062, + -73.98704, + -73.94961, + -73.96737, + -73.96809, + -73.99102, + -73.99032, + -73.99083, + -73.97595, + -73.94142, + -73.95967, + -73.9922, + -73.97723, + -73.96471, + -73.949, + -73.94011, + -73.96758, + -73.9394, + -73.93049, + -73.97676, + -73.94004, + -73.96124, + -73.91882, + -73.99276, + -73.9468, + -73.95282, + -73.95726, + -73.9895, + -73.95075, + -73.95122, + -73.96411, + -73.94008, + -74.00454, + -73.99769, + -73.99776, + -73.94209, + -73.99314, + -73.9558, + -73.96681, + -73.88065, + -73.89873, + -73.93856, + -73.94513, + -73.99498, + -73.91293, + -73.96347, + -73.95419, + -73.91347, + -73.94036, + -73.99369, + -73.98226, + -73.94004, + -73.98849, + -73.98122, + -73.9621, + -73.96566, + -73.95427, + -73.94662, + -73.94887, + -73.83752, + -73.95277, + -73.92679, + -73.9885, + -73.93406, + -73.94763, + -73.94419, + -73.95779, + -73.99531, + -73.94004, + -73.94421, + -73.98573, + -73.97607, + -73.99551, + -73.97333, + -73.92437, + -73.94342, + -73.95332, + -73.9891, + -73.98195, + -73.95016, + -73.79032, + -73.98592, + -73.88797, + -73.95004, + -73.95902, + -73.80811, + -73.98531, + -73.93002, + -73.9287, + -73.99369, + -73.94196, + -73.96292, + -73.93983, + -73.95639, + -73.94228, + -73.94687, + -73.94443, + -73.87981, + -73.96273, + -73.99814, + -73.95588, + -73.97238, + -73.93952, + -73.987, + -73.94539, + -73.93495, + -73.94761, + -73.91819, + -73.99828, + -73.99844, + -73.92842, + -74.00278, + -73.91513, + -73.9777, + -73.92494, + -73.94962, + -73.94871, + -73.95595, + -73.93992, + -73.94622, + -73.80724, + -73.96898, + -73.90879, + -73.9696, + -74.00928, + -73.86435, + -73.90738, + -73.83602, + -73.96641, + -73.97807, + -73.81066, + -73.92366, + -73.99848, + -73.92498, + -74.00048, + -73.95239, + -74.01451, + -73.9478, + -73.97743, + -73.98389, + -73.95352, + -73.94495, + -73.97864, + -73.91573, + -73.93654, + -73.91621, + -73.94694, + -73.95535, + -73.91822, + -73.7926, + -73.91904, + -73.91935, + -73.91665, + -73.98392, + -73.9175, + -73.9191, + -73.91683, + -73.93064, + -73.9609, + -73.95434, + -73.94729, + -73.98161, + -73.8345, + -73.83625, + -74.00468, + -73.98769, + -73.95448, + -73.96382, + -73.95835, + -73.94456, + -73.93246, + -73.93092, + -73.96097, + -73.95015, + -73.98551, + -73.98639, + -73.95485, + -73.98465, + -73.95521, + -73.95686, + -73.98527, + -73.94328, + -73.94653, + -73.99248, + -73.89267, + -73.98533, + -73.98541, + -73.96246, + -73.95029, + -73.94194, + -73.97959, + -73.96271, + -73.90201, + -73.98069, + -73.98021, + -74.0014, + -73.95692, + -73.97789, + -73.94776, + -73.92622, + -73.98416, + -73.99814, + -73.99822, + -73.94784, + -73.95834, + -73.96571, + -73.94822, + -73.99815, + -73.94122, + -73.99088, + -73.96539, + -73.9486, + -73.9868, + -73.91803, + -73.918, + -73.92547, + -74.01395, + -73.95257, + -73.95902, + -73.96127, + -73.93926, + -74.00234, + -73.97801, + -73.93832, + -73.96073, + -73.93984, + -73.92945, + -73.95951, + -73.98593, + -73.96923, + -73.97521, + -73.98201, + -73.9853, + -73.93944, + -73.96088, + -74.00466, + -74.00046, + -73.98285, + -73.99465, + -73.98184, + -73.95678, + -73.95677, + -73.95104, + -73.98545, + -73.94884, + -73.95136, + -73.98733, + -73.98953, + -73.96353, + -73.9711, + -73.9945, + -73.98524, + -73.94694, + -73.96353, + -73.94846, + -74.10636, + -73.98514, + -73.93889, + -73.96967, + -73.97706, + -73.98087, + -73.99162, + -73.9278, + -73.99436, + -73.96252, + -74.00223, + -73.96972, + -73.92989, + -73.99988, + -73.96624, + -73.96634, + -74.0051, + -73.99662, + -73.95128, + -73.93867, + -73.9803, + -73.969, + -73.92176, + -73.91435, + -73.96419, + -73.95377, + -73.96064, + -73.92053, + -73.95231, + -73.90959, + -73.968, + -73.94187, + -73.95313, + -73.96234, + -74.0127, + -73.95272, + -73.98813, + -73.98474, + -74.00493, + -73.93515, + -74.00047, + -73.95044, + -73.98521, + -73.96246, + -73.91387, + -73.99128, + -73.97123, + -73.96436, + -73.79109, + -73.94816, + -73.98001, + -73.9934, + -73.97708, + -73.97723, + -73.94127, + -73.94679, + -73.95191, + -73.98617, + -74.00642, + -73.94176, + -73.98047, + -73.93074, + -73.96211, + -73.95666, + -73.91554, + -73.95965, + -73.987, + -74.00995, + -73.96079, + -73.98672, + -73.8881, + -73.95143, + -73.98236, + -73.99006, + -73.96336, + -73.98891, + -73.94984, + -73.91994, + -73.98743, + -73.95982, + -73.93818, + -73.96634, + -73.95689, + -73.99347, + -73.98985, + -73.99028, + -73.97696, + -73.95663, + -73.92674, + -73.95124, + -73.95115, + -73.95928, + -73.98692, + -73.9333, + -74.00213, + -73.98053, + -73.98541, + -73.93022, + -73.959, + -73.99609, + -73.96676, + -73.95565, + -73.92947, + -73.94962, + -73.92783, + -73.92135, + -73.93169, + -73.95891, + -73.99576, + -73.97861, + -73.96246, + -73.93058, + -73.97622, + -73.99426, + -73.95345, + -73.9482, + -74.00589, + -73.93057, + -73.78868, + -73.95606, + -73.97385, + -73.89365, + -73.99625, + -73.98668, + -73.97173, + -73.92954, + -73.93227, + -73.9863, + -73.99147, + -73.94219, + -73.9408, + -74.00851, + -73.99485, + -73.9619, + -73.9388, + -73.91814, + -73.9338, + -74.02634, + -73.98145, + -73.99957, + -73.97965, + -73.98631, + -73.92891, + -73.91689, + -74.00423, + -73.9127, + -73.89976, + -73.99978, + -73.92878, + -73.94715, + -73.95403, + -73.92724, + -73.92609, + -73.96941, + -73.95236, + -73.95312, + -73.94343, + -73.96048, + -73.95601, + -73.95669, + -73.96948, + -73.92439, + -73.9733, + -73.99414, + -73.98549, + -73.96852, + -73.95847, + -73.99306, + -74.00164, + -73.95985, + -73.94356, + -73.98329, + -73.96005, + -73.92362, + -73.96508, + -73.99607, + -73.93003, + -74.00074, + -73.93619, + -73.95172, + -73.95888, + -73.90059, + -73.93042, + -73.98572, + -73.96359, + -73.95622, + -73.96254, + -73.99069, + -73.98257, + -74.00602, + -73.92361, + -74.00928, + -73.95677, + -74.00399, + -73.93605, + -73.99425, + -73.95776, + -73.98028, + -74.00593, + -73.95002, + -73.94625, + -73.984, + -73.98445, + -73.99714, + -73.93255, + -73.9236, + -73.9225, + -73.94072, + -73.97797, + -73.93544, + -73.98482, + -74.00602, + -73.96962, + -73.96511, + -73.99298, + -73.91577, + -73.99576, + -73.98563, + -73.95473, + -73.96842, + -73.98286, + -73.93509, + -73.99016, + -73.95584, + -73.96951, + -73.97298, + -73.96903, + -73.95218, + -73.94477, + -73.95834, + -73.99253, + -73.90727, + -73.95179, + -73.93417, + -73.98288, + -73.95274, + -73.96826, + -73.94939, + -73.92119, + -73.95519, + -73.96471, + -73.93079, + -73.92901, + -73.93085, + -73.93527, + -73.93077, + -73.93035, + -73.93167, + -73.96348, + -73.91549, + -73.93866, + -73.94712, + -73.96741, + -74.00861, + -73.96043, + -73.9676, + -73.95798, + -73.92225, + -73.98465, + -73.95598, + -73.96828, + -73.92865, + -73.92538, + -73.99372, + -73.94868, + -74.00472, + -73.93227, + -73.93714, + -73.96446, + -73.94409, + -73.98556, + -74.00812, + -73.93486, + -73.94618, + -73.94778, + -73.92935, + -73.93836, + -73.93894, + -73.93258, + -73.95651, + -73.989, + -73.98512, + -73.96555, + -73.91881, + -73.97126, + -73.97221, + -73.98814, + -74.00433, + -73.97687, + -73.97368, + -73.99257, + -73.9847, + -73.96396, + -73.94552, + -73.98511, + -73.94971, + -73.78737, + -73.98399, + -73.92429, + -73.96037, + -73.92811, + -73.94693, + -73.86468, + -73.86632, + -73.91867, + -74.00074, + -73.98106, + -73.93961, + -73.98442, + -73.95406, + -73.96393, + -73.97302, + -73.9426, + -74.00502, + -73.94704, + -73.96314, + -73.98019, + -73.96465, + -73.97926, + -73.9795, + -73.93918, + -73.94988, + -73.9845, + -73.99181, + -73.89608, + -73.92972, + -73.98638, + -73.90899, + -74.01142, + -73.98664, + -73.94408, + -73.98545, + -73.9982, + -73.98257, + -73.91734, + -73.95786, + -73.95155, + -73.91134, + -73.96379, + -73.94129, + -73.96177, + -73.99199, + -73.98135, + -73.98423, + -73.97989, + -74.00223, + -73.98456, + -74.01605, + -74.00981, + -73.92198, + -73.98473, + -73.96866, + -73.96259, + -73.98176, + -73.98519, + -73.95008, + -73.95919, + -73.95557, + -73.99717, + -73.96131, + -73.91397, + -73.95446, + -73.94393, + -73.87683, + -73.78261, + -73.94791, + -73.9907, + -73.92894, + -73.97947, + -73.93912, + -73.99532, + -73.94965, + -73.93967, + -74.01908, + -73.92666, + -73.95674, + -73.94561, + -73.95551, + -73.96174, + -73.94977, + -73.94927, + -73.98842, + -74.00396, + -73.95938, + -73.94137, + -73.97445, + -73.97245, + -73.91755, + -73.94099, + -73.99327, + -73.97069, + -73.91104, + -73.95202, + -73.94472, + -73.96215, + -73.90146, + -73.94708, + -73.94621, + -74.00918, + -73.95832, + -73.9481, + -73.97438, + -73.95325, + -73.95697, + -73.9825, + -73.98462, + -73.93774, + -73.90884, + -73.94376, + -73.97713, + -73.95106, + -73.93925, + -73.92128, + -73.97905, + -73.98484, + -73.96069, + -73.97118, + -74.00076, + -73.95841, + -73.93192, + -73.92693, + -73.90553, + -73.92706, + -73.94947, + -73.95402, + -73.95103, + -73.96695, + -73.93698, + -73.99536, + -73.99914, + -73.95987, + -73.95204, + -73.92719, + -73.92729, + -73.9392, + -73.97997, + -73.98069, + -73.92697, + -73.95408, + -73.93187, + -73.91291, + -73.92628, + -73.98929, + -73.95246, + -73.94937, + -73.99036, + -73.98634, + -73.95794, + -73.93108, + -73.91138, + -73.80001, + -73.93521, + -74.00201, + -73.92525, + -73.93463, + -73.95337, + -73.91643, + -73.9763, + -74.0046, + -73.97813, + -73.91621, + -73.95623, + -74.10092, + -73.9467, + -73.94179, + -73.99302, + -73.92648, + -73.99918, + -73.95523, + -73.92562, + -73.98223, + -73.99952, + -73.97731, + -73.94974, + -73.88173, + -73.98834, + -73.94233, + -73.95093, + -73.98296, + -73.91777, + -73.90959, + -73.94769, + -74.00241, + -73.91799, + -73.91685, + -73.94883, + -73.97704, + -73.91221, + -73.99741, + -73.99727, + -73.90997, + -73.93884, + -73.9486, + -73.96235, + -73.93787, + -73.92604, + -73.95691, + -73.85452, + -73.99268, + -73.928, + -74.14829, + -73.92591, + -73.99617, + -73.9269, + -73.94788, + -73.96243, + -73.99002, + -73.97479, + -73.96185, + -73.97543, + -73.9864, + -73.98894, + -73.95408, + -73.94061, + -73.96421, + -73.94537, + -73.99903, + -73.95612, + -73.97992, + -73.97074, + -73.98664, + -73.85999, + -73.99828, + -73.9379, + -73.95893, + -73.96259, + -73.95288, + -73.96377, + -74.01383, + -73.93045, + -73.92619, + -73.94081, + -73.98198, + -73.99746, + -73.8775, + -73.95417, + -73.94742, + -73.95964, + -73.95727, + -74.00541, + -73.92641, + -73.91555, + -73.98303, + -73.95801, + -73.96042, + -73.98882, + -73.92526, + -73.94116, + -73.9236, + -73.94807, + -73.98668, + -73.82949, + -73.95289, + -73.95383, + -73.98668, + -73.95523, + -73.93038, + -73.94326, + -73.9875, + -73.93102, + -73.98871, + -73.96015, + -73.96781, + -73.94828, + -73.99694, + -73.93061, + -73.94982, + -73.95494, + -73.97335, + -73.95778, + -73.93268, + -73.99675, + -73.97638, + -73.94582, + -74.09984, + -73.98218, + -73.92162, + -73.98904, + -73.98441, + -73.95265, + -73.9657, + -73.94306, + -73.95055, + -73.94137, + -73.94829, + -73.99785, + -73.93541, + -73.95141, + -73.90939, + -73.89086, + -73.97386, + -73.96179, + -73.92247, + -73.9925, + -73.97607, + -73.95202, + -73.98343, + -73.92629, + -73.92739, + -73.99226, + -73.96119, + -73.9768, + -73.93903, + -73.9877, + -73.95355, + -73.9872, + -73.98388, + -73.94773, + -74.0263, + -73.94858, + -73.91185, + -73.92268, + -73.97786, + -73.92643, + -74.08726, + -73.96321, + -73.99725, + -73.98935, + -73.96471, + -73.97076, + -73.93449, + -73.98998, + -73.94314, + -73.94803, + -74.00207, + -73.95514, + -73.98743, + -73.87504, + -73.94306, + -73.94645, + -73.97794, + -73.86514, + -73.93437, + -73.94048, + -73.93854, + -73.95918, + -74.00759, + -73.89795, + -73.98967, + -73.98401, + -73.92399, + -73.94014, + -73.96649, + -73.98173, + -73.9433, + -73.93972, + -73.98406, + -73.99496, + -73.94881, + -73.96721, + -73.9425, + -73.94266, + -73.87144, + -73.98546, + -73.91771, + -73.9296, + -73.98735, + -73.94563, + -73.9463, + -73.95633, + -73.71299, + -73.99665, + -73.98424, + -73.969, + -73.96167, + -73.96144, + -73.98467, + -73.99706, + -73.97093, + -73.97252, + -73.95737, + -73.94279, + -73.92805, + -73.9287, + -73.90821, + -73.99066, + -73.97698, + -73.97734, + -73.97439, + -73.96092, + -73.97756, + -73.9878, + -73.91325, + -73.91234, + -73.93198, + -73.95873, + -73.98705, + -74.00166, + -73.9533, + -74.00084, + -73.98481, + -73.91722, + -73.96803, + -73.94735, + -73.94148, + -73.93071, + -73.93808, + -73.94914, + -73.96734, + -73.99124, + -73.97235, + -73.88894, + -73.98324, + -74.01165, + -74.00621, + -73.97466, + -73.96769, + -73.90764, + -73.94595, + -74.00102, + -73.98285, + -73.9517, + -73.91389, + -73.95557, + -73.95943, + -73.94025, + -73.91944, + -73.95977, + -73.9453, + -74.00387, + -73.98554, + -73.9875, + -73.98452, + -73.92009, + -73.99963, + -73.94237, + -73.93689, + -74.01097, + -73.95474, + -73.95911, + -73.98215, + -73.94807, + -73.92682, + -73.95191, + -73.99142, + -73.99586, + -73.95132, + -73.98561, + -73.9369, + -73.91174, + -73.98924, + -73.88337, + -73.93016, + -73.9676, + -73.93087, + -73.93798, + -73.96671, + -73.99043, + -73.91939, + -73.9791, + -73.76711, + -73.98565, + -73.97928, + -73.96042, + -73.99856, + -73.98205, + -73.92254, + -73.92628, + -73.95275, + -73.99045, + -73.95523, + -73.98909, + -73.98856, + -73.86164, + -73.9591, + -73.93863, + -74.00141, + -73.98676, + -73.91374, + -74.00091, + -73.99269, + -73.98938, + -73.92179, + -73.98165, + -73.95136, + -73.95273, + -73.94695, + -73.98062, + -73.95254, + -73.94866, + -73.83038, + -73.9949, + -73.96467, + -73.95122, + -73.94804, + -73.97971, + -73.96432, + -73.9187, + -73.78614, + -73.94919, + -73.97946, + -73.92469, + -73.98797, + -74.00323, + -73.97726, + -73.98131, + -73.99438, + -73.99151, + -73.97443, + -73.94123, + -73.91338, + -74.00426, + -73.96287, + -73.83038, + -73.94734, + -73.96092, + -73.98591, + -73.98602, + -73.95237, + -73.98924, + -73.98953, + -73.95413, + -73.95287, + -73.98452, + -74.00279, + -73.98435, + -73.94806, + -73.97856, + -73.87314, + -73.99072, + -73.99545, + -73.96101, + -73.93715, + -73.95347, + -73.96012, + -73.98042, + -73.95713, + -73.92296, + -74.00382, + -73.96465, + -73.94885, + -73.94033, + -73.95652, + -73.94273, + -73.94888, + -73.94657, + -74.00982, + -73.9408, + -73.99248, + -74.0846, + -73.95362, + -73.99729, + -73.98517, + -73.94003, + -73.93968, + -74.01103, + -73.91762, + -73.96665, + -74.0005, + -73.99252, + -73.98588, + -73.96261, + -73.9037, + -73.95689, + -73.97412, + -73.9284, + -73.98127, + -73.95726, + -73.99793, + -73.95328, + -73.95882, + -73.95303, + -73.92141, + -73.99068, + -73.98065, + -73.95487, + -73.97902, + -73.93959, + -73.85777, + -74.00084, + -73.95098, + -73.9506, + -73.95205, + -73.94852, + -73.95175, + -73.99091, + -73.98915, + -73.92118, + -74.00415, + -73.75402, + -74.00467, + -73.95305, + -73.99857, + -73.87591, + -73.98237, + -73.94184, + -73.98063, + -73.95496, + -73.97755, + -73.98398, + -73.98905, + -73.95196, + -73.9603, + -73.94572, + -73.94743, + -73.95809, + -73.73008, + -73.95983, + -73.95447, + -73.98245, + -73.91001, + -73.95294, + -73.92792, + -73.97976, + -73.95284, + -73.9206, + -73.95187, + -73.89171, + -74.01067, + -74.02748, + -73.93508, + -73.92363, + -73.92645, + -73.97856, + -73.95088, + -73.94555, + -73.97833, + -73.88949, + -73.97435, + -73.90679, + -74.03164, + -73.94485, + -73.95862, + -73.97442, + -73.93213, + -74.12272, + -73.91473, + -73.98146, + -73.95481, + -73.98543, + -73.91592, + -73.99509, + -73.92115, + -73.94914, + -73.99547, + -73.98195, + -73.95662, + -74.07367, + -73.96665, + -73.96874, + -73.91316, + -73.94254, + -73.98849, + -73.94777, + -73.98008, + -73.91465, + -73.96705, + -73.99296, + -73.95906, + -74.01054, + -73.83355, + -73.74744, + -73.99219, + -73.98894, + -73.98702, + -73.95396, + -73.92861, + -73.92394, + -73.90968, + -73.95548, + -73.97418, + -73.98313, + -73.9693, + -73.94665, + -73.98542, + -73.94202, + -74.00184, + -73.95826, + -73.98268, + -73.94129, + -73.88702, + -73.92431, + -74.01397, + -73.95059, + -73.96545, + -73.95875, + -73.93437, + -73.96211, + -73.96264, + -73.99707, + -74.00963, + -73.95071, + -73.97813, + -73.99427, + -73.97833, + -73.9853, + -73.95016, + -73.94289, + -73.98494, + -73.98833, + -73.9895, + -73.98228, + -73.94852, + -73.94891, + -73.94349, + -73.93882, + -73.98789, + -73.95425, + -73.96308, + -73.83015, + -73.96029, + -73.95632, + -73.95007, + -73.96113, + -73.92762, + -73.95538, + -73.9655, + -73.74804, + -73.92828, + -73.94826, + -73.98545, + -73.9418, + -73.99174, + -73.96408, + -74.00611, + -73.91091, + -73.94413, + -73.98067, + -73.99913, + -73.94496, + -73.97934, + -73.95815, + -73.966, + -73.9448, + -73.94319, + -73.94589, + -73.99628, + -73.89525, + -73.94073, + -73.99002, + -73.96614, + -73.95536, + -73.8939, + -73.97823, + -74.00826, + -73.85607, + -73.99567, + -73.95976, + -73.99265, + -73.94554, + -73.99562, + -73.94132, + -73.91601, + -73.90861, + -73.94195, + -73.95498, + -73.97769, + -73.93482, + -74.0035, + -73.9952, + -73.92241, + -73.95472, + -73.98094, + -73.92716, + -73.98437, + -73.92584, + -73.93113, + -73.97279, + -73.96123, + -73.924, + -73.93381, + -73.96816, + -74.0003, + -73.93904, + -73.99488, + -73.99112, + -73.93887, + -73.94565, + -73.94258, + -73.96419, + -73.91608, + -73.92117, + -73.94644, + -73.97004, + -73.93698, + -73.97717, + -73.98801, + -73.92369, + -74.00123, + -73.96734, + -74.00607, + -73.98596, + -73.98496, + -73.99277, + -73.98407, + -73.99297, + -73.97414, + -73.96246, + -73.89443, + -73.94274, + -73.93881, + -73.93294, + -73.85302, + -73.98499, + -73.95688, + -73.95305, + -73.93807, + -73.95134, + -73.89499, + -73.9541, + -73.99234, + -73.93993, + -73.93819, + -73.9937, + -73.97005, + -73.94447, + -73.96588, + -74.00523, + -73.99706, + -73.95886, + -73.95768, + -73.98277, + -73.9445, + -74.06208, + -73.98231, + -73.94413, + -73.99574, + -73.94257, + -73.94142, + -73.93268, + -73.91761, + -73.95394, + -74.00409, + -73.9471, + -73.91008, + -73.9399, + -73.95497, + -73.94202, + -73.98783, + -73.78961, + -73.98783, + -73.95852, + -73.9378, + -73.91377, + -73.99572, + -73.91398, + -73.95104, + -73.96165, + -73.91494, + -73.98295, + -73.74778, + -73.96052, + -73.99383, + -73.98652, + -73.94974, + -74.00023, + -73.91142, + -73.96817, + -73.98391, + -73.96496, + -74.00808, + -73.94108, + -73.96694, + -73.98212, + -73.94255, + -73.98677, + -73.96679, + -73.95416, + -73.93743, + -73.92657, + -73.98713, + -73.99249, + -73.95535, + -73.83195, + -73.94415, + -73.98353, + -73.92598, + -73.92224, + -73.98798, + -73.9567, + -73.93364, + -73.99422, + -73.98002, + -73.95621, + -73.98133, + -73.96108, + -73.91934, + -73.90549, + -73.98835, + -73.95653, + -73.99159, + -73.90333, + -73.98239, + -73.91744, + -73.96471, + -73.99791, + -73.97825, + -73.97787, + -73.93754, + -73.91036, + -73.99514, + -73.94687, + -73.94023, + -73.93387, + -73.99414, + -73.88906, + -73.95198, + -73.88228, + -73.94099, + -73.83693, + -73.95032, + -73.95318, + -73.94063, + -73.943, + -73.95788, + -73.98128, + -73.94779, + -73.91993, + -73.95624, + -73.97932, + -73.98812, + -73.9772, + -73.91202, + -73.99187, + -73.9603, + -74.00247, + -73.96314, + -73.97951, + -73.95209, + -73.91416, + -73.90773, + -73.99375, + -73.93766, + -73.94409, + -73.9516, + -73.98053, + -73.94196, + -73.92397, + -73.99608, + -73.97369, + -74.00299, + -73.92887, + -73.95537, + -73.98909, + -73.91806, + -73.90674, + -73.91435, + -73.94746, + -73.91344, + -73.99397, + -74.00387, + -73.95808, + -73.95894, + -74.00231, + -73.99109, + -73.95483, + -73.94056, + -73.9698, + -73.9615, + -73.92433, + -73.90309, + -73.92316, + -73.92501, + -73.92346, + -73.92343, + -73.95515, + -73.9607, + -74.01035, + -73.95405, + -73.94747, + -73.98323, + -73.94859, + -73.96454, + -73.98496, + -73.957, + -73.91929, + -73.97469, + -73.99288, + -73.90978, + -73.9504, + -73.97824, + -73.93788, + -73.92002, + -73.97147, + -73.94969, + -73.96076, + -73.9639, + -73.96639, + -73.94444, + -73.96211, + -73.96367, + -73.96226, + -74.00326, + -73.93185, + -73.96372, + -73.97274, + -73.99484, + -73.94864, + -73.93333, + -73.96005, + -73.91337, + -73.99183, + -73.94763, + -73.9919, + -73.97825, + -73.95432, + -73.93126, + -73.9875, + -73.946, + -73.92635, + -73.95533, + -73.98836, + -73.94886, + -73.89022, + -73.92094, + -73.95044, + -73.94888, + -73.99979, + -73.98473, + -73.92467, + -73.94964, + -73.96276, + -73.99167, + -73.93785, + -73.93429, + -73.93933, + -73.94843, + -73.97637, + -73.96707, + -73.98695, + -73.92576, + -73.93032, + -73.96361, + -73.98027, + -73.98435, + -73.95465, + -73.9516, + -73.96894, + -73.93228, + -73.9579, + -73.97262, + -73.98076, + -73.96902, + -73.92352, + -73.98561, + -73.91506, + -73.94007, + -74.01429, + -73.97379, + -73.9754, + -73.97929, + -74.01514, + -74.00452, + -73.98394, + -73.94911, + -73.95012, + -73.98413, + -73.94185, + -73.98231, + -73.95812, + -73.71795, + -73.96022, + -73.96125, + -73.96603, + -73.98847, + -73.99342, + -73.93693, + -73.98084, + -73.97682, + -73.98605, + -73.99818, + -74.00809, + -74.00122, + -74.09513, + -73.94659, + -74.00393, + -73.92282, + -73.93519, + -73.99345, + -73.93979, + -73.93007, + -73.95573, + -73.95616, + -73.95991, + -73.96175, + -73.9571, + -73.96428, + -73.93668, + -73.97912, + -73.95677, + -73.94572, + -73.9503, + -73.9845, + -73.95116, + -73.94877, + -73.91355, + -73.94264, + -73.94825, + -73.95582, + -73.98634, + -73.99023, + -73.95224, + -73.97791, + -73.91435, + -73.97083, + -73.94291, + -73.9557, + -73.93313, + -73.99026, + -73.94556, + -73.99025, + -73.9559, + -73.94377, + -73.96572, + -73.94825, + -73.96159, + -73.94552, + -73.96849, + -73.97923, + -73.91116, + -73.95743, + -73.93784, + -73.97126, + -73.95456, + -73.98454, + -73.91353, + -74.00866, + -73.95852, + -73.97768, + -74.00195, + -73.92899, + -73.94915, + -73.94579, + -73.98518, + -73.95317, + -73.97776, + -73.95105, + -73.98968, + -73.93289, + -73.94113, + -73.99106, + -73.983, + -73.95393, + -74.00672, + -73.99439, + -74.00824, + -73.91983, + -74.00369, + -73.95459, + -73.99633, + -73.98693, + -73.94161, + -73.94851, + -74.00688, + -73.97303, + -73.94995, + -74.00121, + -73.96552, + -73.74833, + -73.91756, + -73.94208, + -73.93928, + -73.94214, + -73.98019, + -73.95725, + -73.97347, + -73.9533, + -73.94839, + -73.94258, + -73.95695, + -73.95829, + -73.97181, + -73.95842, + -73.93231, + -73.94112, + -73.97112, + -73.9453, + -73.9208, + -73.95395, + -73.97952, + -73.94126, + -73.9493, + -73.83072, + -73.94116, + -73.96308, + -73.98058, + -73.94322, + -73.99383, + -73.76828, + -73.96242, + -73.9212, + -73.99049, + -73.96023, + -73.96272, + -73.95196, + -73.97187, + -73.93989, + -73.99784, + -73.98621, + -73.9882, + -73.98932, + -73.98849, + -73.95777, + -73.96048, + -73.92493, + -73.92926, + -73.99545, + -73.97627, + -73.96328, + -73.76831, + -73.97321, + -73.92703, + -73.92723, + -73.78954, + -73.97538, + -73.93648, + -73.98073, + -73.97133, + -74.00378, + -73.94294, + -73.94804, + -73.9656, + -73.96401, + -73.9334, + -73.93371, + -73.99246, + -73.94038, + -73.98691, + -73.99647, + -73.98231, + -73.87706, + -73.96621, + -73.99297, + -73.93802, + -73.9362, + -73.94125, + -73.98321, + -73.93109, + -73.9547, + -73.9588, + -73.99272, + -73.99412, + -73.9561, + -73.99261, + -73.90881, + -73.994, + -73.95381, + -74.00656, + -73.94968, + -73.97741, + -73.91425, + -73.98614, + -73.99287, + -73.96135, + -73.94129, + -73.94712, + -73.95007, + -73.75584, + -73.95462, + -73.95496, + -73.92626, + -73.84426, + -74.00952, + -73.98974, + -73.96053, + -73.97765, + -73.96168, + -73.94404, + -73.96702, + -73.99682, + -73.9385, + -74.00194, + -73.97817, + -73.99865, + -73.96305, + -73.97071, + -73.97911, + -73.93127, + -73.96714, + -73.99265, + -73.92079, + -73.947, + -73.99993, + -73.95102, + -73.96215, + -73.97837, + -73.9455, + -73.96152, + -73.86674, + -73.93623, + -73.98704, + -73.98379, + -73.921, + -73.91021, + -73.94994, + -73.9435, + -73.95703, + -73.98916, + -73.95199, + -73.97883, + -73.91861, + -73.96258, + -73.93144, + -73.92495, + -73.96684, + -73.94719, + -73.96419, + -74.00699, + -73.99868, + -73.91571, + -73.96154, + -73.98807, + -74.0162, + -73.98204, + -73.91768, + -73.97162, + -73.82866, + -73.9589, + -73.98756, + -73.95004, + -73.98449, + -73.99358, + -73.93433, + -73.99836, + -73.97542, + -73.89829, + -73.99217, + -73.98342, + -73.96477, + -73.9862, + -73.97976, + -73.97789, + -73.98577, + -73.98778, + -73.99518, + -73.94422, + -73.98221, + -73.95517, + -73.97063, + -73.96642, + -73.94193, + -73.92051, + -73.91942, + -73.98795, + -73.848, + -73.97611, + -73.9869, + -73.98885, + -73.9877, + -73.92004, + -73.96641, + -73.96118, + -73.98895, + -73.93305, + -73.95778, + -73.93313, + -74.00472, + -74.02577, + -73.93388, + -73.91398, + -73.98727, + -73.98199, + -73.98245, + -73.99302, + -73.88352, + -73.98838, + -73.98615, + -73.95443, + -73.9252, + -73.9901, + -73.98048, + -73.98277, + -73.97878, + -73.95443, + -73.98756, + -73.94567, + -73.95967, + -73.9476, + -73.95041, + -73.96045, + -73.97755, + -73.98518, + -73.96799, + -73.91961, + -73.94787, + -73.99634, + -73.98356, + -73.99352, + -73.95295, + -73.94996, + -73.98996, + -73.93759, + -73.97412, + -73.98171, + -73.95204, + -73.95851, + -73.98259, + -73.98631, + -73.948, + -73.98727, + -73.92735, + -73.91092, + -73.95505, + -74.01101, + -74.00405, + -73.95407, + -73.95264, + -73.91528, + -73.95171, + -73.98439, + -73.99317, + -73.91789, + -73.94575, + -73.98573, + -73.99311, + -73.99078, + -73.94263, + -73.94561, + -73.94288, + -73.9752, + -73.96253, + -73.98104, + -73.9894, + -73.96437, + -73.94799, + -73.95588, + -73.94377, + -73.98775, + -73.95951, + -73.99594, + -73.94373, + -73.94811, + -73.93733, + -73.9029, + -73.99012, + -73.9556, + -73.9067, + -73.875, + -73.96813, + -73.97571, + -73.94313, + -73.97197, + -73.95191, + -73.88284, + -73.93098, + -73.98293, + -73.9834, + -73.9768, + -73.95423, + -73.92195, + -73.95709, + -73.98352, + -73.97521, + -73.96224, + -73.9602, + -73.97217, + -73.97216, + -73.95455, + -73.96333, + -73.91479, + -74.00386, + -73.94219, + -73.96879, + -73.91743, + -73.90963, + -73.91522, + -73.98781, + -73.93121, + -73.99814, + -74.01343, + -73.99354, + -73.99222, + -73.93401, + -73.92109, + -73.96796, + -73.98718, + -73.94249, + -73.95271, + -73.92943, + -74.01774, + -73.96825, + -73.97748, + -73.97463, + -73.94046, + -73.94337, + -73.99569, + -73.98349, + -73.99953, + -73.91593, + -73.9477, + -73.99198, + -73.99565, + -73.85997, + -73.99726, + -73.98393, + -74.00176, + -73.92923, + -73.94869, + -73.90577, + -73.99052, + -73.93809, + -73.94842, + -73.97846, + -73.94533, + -73.94574, + -73.97835, + -73.7698, + -73.96833, + -73.98531, + -73.96256, + -73.98579, + -73.94277, + -73.95522, + -73.99584, + -73.9526, + -73.95069, + -73.95532, + -73.97284, + -73.98313, + -73.93481, + -73.95439, + -73.9184, + -73.98066, + -73.94462, + -73.98409, + -74.00257, + -73.95026, + -73.9945, + -73.94488, + -73.96606, + -73.97477, + -73.94289, + -73.9929, + -73.98013, + -73.95956, + -73.99422, + -73.99029, + -73.94999, + -73.9521, + -73.99136, + -73.9833, + -73.92465, + -73.99951, + -73.96121, + -73.88096, + -73.98514, + -73.94121, + -74.00296, + -73.95496, + -73.99512, + -73.99231, + -73.93823, + -73.97417, + -73.967, + -73.98576, + -74.00532, + -73.99007, + -73.964, + -73.97815, + -73.97853, + -73.92135, + -73.97803, + -73.95709, + -73.94331, + -73.95396, + -73.95696, + -73.99517, + -73.96924, + -73.98279, + -73.93379, + -74.00225, + -73.96879, + -73.90062, + -73.95059, + -73.9925, + -73.95176, + -73.96446, + -73.97434, + -73.97482, + -73.96115, + -73.92834, + -73.95917, + -73.97907, + -73.94368, + -73.9183, + -73.90424, + -74.00237, + -73.97278, + -73.96767, + -73.9456, + -73.98244, + -73.93612, + -73.92378, + -73.94615, + -73.94018, + -73.95587, + -73.9588, + -73.94276, + -73.95519, + -73.99499, + -73.92239, + -73.80695, + -73.98878, + -73.97803, + -73.92853, + -73.96359, + -73.94244, + -73.93988, + -73.98038, + -73.94723, + -73.95347, + -73.98796, + -73.93095, + -73.98126, + -73.94583, + -73.96007, + -73.94805, + -73.99472, + -73.94884, + -73.98276, + -73.94256, + -73.93206, + -73.96536, + -73.9762, + -73.9493, + -73.97574, + -73.99499, + -73.99323, + -74.00451, + -73.99297, + -73.99978, + -73.92501, + -73.99387, + -73.90574, + -73.98914, + -73.91257, + -73.93907, + -73.95445, + -73.94334, + -73.90782, + -73.87382, + -73.91793, + -73.88711, + -73.95544, + -73.98289, + -73.96845, + -73.97564, + -73.95645, + -73.99016, + -73.84505, + -73.98376, + -73.9412, + -73.95679, + -73.96101, + -73.94099, + -73.97704, + -74.00757, + -73.96855, + -73.99393, + -74.00102, + -73.96528, + -73.95385, + -73.95443, + -73.99598, + -73.99987, + -73.98191, + -73.98018, + -73.89463, + -73.92418, + -73.95111, + -73.92261, + -73.98151, + -73.97038, + -74.0013, + -74.00225, + -73.90512, + -73.99192, + -73.94264, + -73.97523, + -73.9923, + -73.94541, + -73.95298, + -73.95452, + -74.00834, + -73.98454, + -74.00752, + -73.90881, + -73.97822, + -73.9732, + -73.93046, + -73.97872, + -73.95288, + -73.98389, + -73.99673, + -73.97114, + -74.00635, + -73.92139, + -73.99685, + -73.96344, + -73.94423, + -73.99169, + -73.97881, + -73.98813, + -73.95576, + -73.9445, + -73.94832, + -74.0019, + -73.95822, + -73.92168, + -73.99223, + -73.99633, + -73.98258, + -73.92934, + -73.94487, + -73.92054, + -73.9621, + -73.93388, + -73.93828, + -73.94796, + -73.94578, + -73.98328, + -73.99124, + -74.00675, + -73.95868, + -73.94553, + -73.96154, + -73.94467, + -73.94628, + -73.94178, + -73.96789, + -73.94228, + -74.00585, + -74.00147, + -73.96287, + -73.98923, + -73.93646, + -74.00242, + -73.93922, + -73.95175, + -73.94675, + -73.94573, + -73.94898, + -73.91471, + -73.95817, + -73.99779, + -73.98285, + -73.93221, + -73.98796, + -73.94082, + -73.99307, + -73.98648, + -73.94174, + -73.96311, + -73.96178, + -73.9896, + -73.93262, + -73.99298, + -73.91244, + -73.94739, + -73.97984, + -73.95447, + -73.94674, + -73.98285, + -74.00178, + -73.92763, + -73.94575, + -73.86605, + -73.9771, + -73.98252, + -73.97273, + -73.95182, + -73.96735, + -73.99096, + -73.94187, + -73.97777, + -73.9857, + -73.95704, + -74.00723, + -74.00784, + -74.00586, + -74.01676, + -73.93738, + -73.9834, + -73.96169, + -73.95488, + -73.94564, + -73.95432, + -73.99616, + -73.95321, + -73.98871, + -73.97847, + -73.92527, + -73.98507, + -73.97046, + -73.95766, + -73.99708, + -73.93386, + -73.9623, + -73.93141, + -73.9326, + -73.93373, + -73.98162, + -73.99964, + -73.94697, + -73.97036, + -73.94307, + -73.9144, + -73.93178, + -73.96497, + -73.84503, + -73.94059, + -73.99379, + -74.00156, + -73.93034, + -73.98186, + -73.96631, + -73.95561, + -73.93598, + -73.94173, + -73.95212, + -73.98414, + -74.03642, + -73.9482, + -73.99001, + -73.98552, + -73.94117, + -73.95777, + -73.98234, + -73.93529, + -73.95283, + -73.96562, + -73.96565, + -73.93611, + -73.96002, + -73.97251, + -73.98089, + -73.99729, + -73.98323, + -74.00353, + -73.87493, + -73.99034, + -73.93735, + -73.97562, + -73.94824, + -73.90883, + -73.98949, + -73.92202, + -73.93293, + -73.99954, + -74.00336, + -73.98767, + -74.00535, + -73.96163, + -73.98088, + -73.97169, + -73.85579, + -73.98812, + -73.99943, + -73.92883, + -74.00596, + -73.79555, + -73.943, + -73.95482, + -73.95373, + -73.94617, + -73.98435, + -73.99077, + -73.95308, + -73.9847, + -73.96037, + -73.94989, + -73.94826, + -73.96289, + -73.92052, + -73.95896, + -73.9573, + -73.95703, + -74.0036, + -73.96011, + -73.92318, + -73.94739, + -73.94506, + -73.85861, + -74.00578, + -73.96228, + -74.00063, + -73.96076, + -73.98054, + -73.98718, + -73.94733, + -73.98954, + -73.96469, + -73.98439, + -73.98194, + -73.97697, + -74.00146, + -73.97197, + -73.96094, + -73.95863, + -73.92158, + -73.94546, + -73.94677, + -73.92493, + -73.92441, + -73.94616, + -73.99605, + -73.96729, + -73.94491, + -74.00036, + -73.96705, + -73.95279, + -73.97322, + -73.95261, + -74.00746, + -73.95038, + -73.97324, + -73.98688, + -73.95273, + -73.94876, + -73.97265, + -73.99267, + -73.95928, + -73.898, + -73.99198, + -73.85625, + -73.91282, + -73.91272, + -73.98264, + -73.93957, + -73.92095, + -73.9387, + -73.988, + -73.9503, + -73.95239, + -73.96711, + -74.00281, + -74.00702, + -73.98061, + -73.95386, + -73.97301, + -73.96618, + -73.93753, + -73.99761, + -73.99994, + -73.96262, + -73.95144, + -73.99626, + -73.99503, + -74.0014, + -73.93968, + -73.98178, + -73.97059, + -73.92055, + -73.93225, + -73.97171, + -73.99775, + -73.98705, + -74.00782, + -73.95328, + -73.93184, + -73.95679, + -73.95533, + -73.95058, + -73.9284, + -73.97626, + -73.95995, + -73.95057, + -73.91733, + -73.98193, + -73.91567, + -73.9459, + -73.94662, + -73.96494, + -73.97443, + -73.96005, + -73.99156, + -73.95564, + -73.95883, + -73.94648, + -73.9838, + -73.98674, + -73.96649, + -73.93941, + -73.91847, + -73.98465, + -73.94758, + -73.95637, + -73.93015, + -73.91944, + -73.91275, + -73.95829, + -73.98403, + -73.98916, + -73.95829, + -73.9544, + -73.98335, + -73.9555, + -74.00481, + -73.83493, + -73.98819, + -73.95038, + -73.85183, + -73.96928, + -73.967, + -73.95787, + -73.95905, + -73.95762, + -73.91695, + -73.9248, + -73.9146, + -73.96208, + -73.97663, + -73.92369, + -73.9844, + -73.91646, + -73.91345, + -73.92652, + -73.95461, + -73.94919, + -73.93797, + -73.99366, + -73.98987, + -73.90986, + -73.91203, + -73.91164, + -73.9947, + -73.94916, + -73.90809, + -73.94297, + -73.95892, + -73.95035, + -73.9438, + -73.93574, + -73.94641, + -73.95507, + -74.00633, + -73.98116, + -73.9566, + -73.92814, + -73.92231, + -73.98689, + -73.95421, + -73.97212, + -73.98062, + -73.95259, + -73.95949, + -73.95125, + -73.95535, + -73.96631, + -73.92181, + -73.94931, + -73.95046, + -73.94982, + -73.97995, + -73.97854, + -73.95904, + -73.96671, + -73.96678, + -74.0071, + -73.99056, + -73.95513, + -73.97045, + -73.94104, + -73.95978, + -73.99067, + -73.98231, + -73.96441, + -73.9236, + -73.94295, + -74.00059, + -73.84856, + -73.95485, + -74.0772, + -73.96074, + -73.95742, + -73.96884, + -73.95479, + -73.99787, + -73.92318, + -73.98788, + -73.90993, + -73.8898, + -73.992, + -73.95373, + -73.94277, + -73.97818, + -73.92046, + -73.95566, + -73.93437, + -73.95125, + -73.99663, + -73.99009, + -73.98534, + -73.95144, + -73.95384, + -73.99063, + -73.953, + -73.91841, + -73.97789, + -73.93658, + -73.90886, + -73.95001, + -73.94664, + -74.00684, + -73.9843, + -73.97904, + -73.9656, + -73.96325, + -73.95044, + -73.93746, + -73.94646, + -73.95764, + -74.00528, + -73.95526, + -74.00231, + -73.98498, + -73.95865, + -73.92243, + -73.95801, + -73.95812, + -73.94144, + -73.97468, + -73.95425, + -73.98439, + -73.93944, + -73.97293, + -73.98493, + -73.98653, + -73.93821, + -73.95275, + -73.98551, + -73.97057, + -73.96918, + -73.961, + -73.92593, + -73.99917, + -73.95902, + -73.98728, + -73.95213, + -74.00028, + -73.9877, + -73.91918, + -73.95213, + -73.94737, + -73.98759, + -73.92309, + -74.00592, + -73.95174, + -73.94339, + -73.95538, + -73.98242, + -73.98728, + -73.9448, + -73.92181, + -73.93234, + -73.9959, + -73.96265, + -73.97313, + -73.98972, + -73.96333, + -74.00297, + -73.95993, + -73.98098, + -73.95192, + -73.98709, + -73.92017, + -73.95601, + -73.95725, + -73.95938, + -73.942, + -73.93583, + -74.00513, + -74.00168, + -73.94329, + -74.00571, + -73.94328, + -73.96971, + -73.95149, + -73.94522, + -73.9472, + -73.93501, + -73.98621, + -73.83263, + -74.01175, + -73.90598, + -73.93178, + -73.95187, + -74.00591, + -73.94423, + -73.95236, + -74.00242, + -73.95376, + -73.98698, + -73.83435, + -73.94149, + -73.94763, + -73.98718, + -73.99075, + -73.94904, + -73.96583, + -73.97739, + -73.95826, + -73.92873, + -74.00582, + -73.91041, + -73.97882, + -73.95306, + -73.95207, + -73.82984, + -73.9474, + -73.94597, + -73.96884, + -73.96434, + -73.98488, + -73.98404, + -73.729, + -73.9426, + -73.94113, + -73.98449, + -73.95509, + -73.95894, + -73.94943, + -73.96481, + -73.96326, + -73.93953, + -73.95407, + -73.96248, + -74.07868, + -73.94275, + -73.96011, + -73.99695, + -73.91935, + -73.97302, + -73.94468, + -73.97863, + -73.9903, + -73.9639, + -73.94886, + -73.98759, + -73.94188, + -73.9852, + -74.00401, + -73.94671, + -73.96583, + -74.00928, + -73.99539, + -73.92969, + -73.96445, + -73.95676, + -73.95072, + -73.97512, + -73.94689, + -73.98461, + -73.95423, + -73.98979, + -73.93771, + -73.95421, + -73.96928, + -73.93107, + -73.98879, + -73.92069, + -73.90895, + -73.95745, + -73.95887, + -73.98812, + -73.91486, + -73.96645, + -73.95591, + -73.95424, + -73.94316, + -73.96846, + -73.92724, + -73.97321, + -73.93482, + -73.95189, + -73.94896, + -73.92844, + -73.95099, + -73.95816, + -73.94968, + -73.95067, + -74.00312, + -73.95082, + -73.95305, + -73.98896, + -73.98171, + -73.96447, + -73.98365, + -73.92853, + -73.97001, + -73.93387, + -73.99345, + -73.96133, + -73.94711, + -74.00229, + -73.9593, + -73.96763, + -73.94857, + -73.98236, + -73.96404, + -73.92288, + -73.99404, + -74.00642, + -73.99296, + -73.92075, + -73.98448, + -73.93452, + -74.00225, + -73.98383, + -73.98058, + -74.00064, + -73.95021, + -73.9605, + -73.99989, + -73.98467, + -73.96708, + -73.98178, + -73.90593, + -73.99481, + -73.94609, + -73.98454, + -73.98365, + -73.95735, + -73.98611, + -73.96807, + -73.96061, + -73.98587, + -73.95434, + -73.96823, + -73.91625, + -74.00833, + -73.95468, + -74.01509, + -73.98669, + -73.95163, + -73.95428, + -73.95841, + -73.98794, + -73.95583, + -73.96703, + -73.94234, + -73.97455, + -74.00058, + -73.9879, + -73.98006, + -73.92358, + -73.99378, + -73.91008, + -73.93881, + -73.98718, + -73.9315, + -73.93689, + -73.93225, + -73.95505, + -73.9647, + -73.95019, + -73.99038, + -73.95475, + -73.97742, + -73.9284, + -73.98242, + -73.94802, + -73.95375, + -73.98774, + -73.94701, + -73.97521, + -73.94958, + -73.95345, + -73.9406, + -73.9567, + -73.91834, + -73.95672, + -73.9575, + -73.84542, + -73.94722, + -73.9982, + -73.97932, + -73.97638, + -73.94996, + -73.94584, + -74.01134, + -73.99143, + -73.9196, + -73.95036, + -74.03378, + -73.92894, + -73.91264, + -73.98369, + -73.99412, + -73.97204, + -73.93236, + -73.94969, + -73.924, + -73.98861, + -73.95695, + -73.95588, + -74.00314, + -73.98091, + -73.94793, + -73.94261, + -74.01455, + -73.98702, + -73.99517, + -73.96245, + -73.95647, + -73.88541, + -73.9835, + -73.96114, + -73.97446, + -73.95462, + -73.95352, + -73.96003, + -73.95345, + -74.00117, + -73.98414, + -73.9308, + -73.90949, + -73.98384, + -73.97843, + -73.94628, + -73.98675, + -73.96246, + -73.97684, + -74.00344, + -73.98216, + -74.00509, + -73.98341, + -73.95113, + -73.98715, + -73.91765, + -73.95471, + -73.94678, + -74.00134, + -74.00816, + -73.95622, + -73.91762, + -73.98153, + -73.98525, + -73.91318, + -73.94987, + -73.98302, + -73.94945, + -73.98554, + -73.98197, + -73.98638, + -73.98482, + -74.0098, + -73.96726, + -73.96793, + -74.00259, + -74.0284, + -73.97316, + -73.95124, + -73.9533, + -73.98948, + -73.98624, + -73.99887, + -73.98574, + -73.96467, + -73.97926, + -73.98984, + -73.96703, + -74.00209, + -73.98107, + -73.98815, + -73.97196, + -73.94663, + -73.94139, + -73.99183, + -73.92114, + -73.9397, + -73.98535, + -73.95171, + -73.94874, + -73.94062, + -73.92095, + -73.95677, + -73.98667, + -73.94062, + -73.96222, + -73.98732, + -73.95915, + -73.95774, + -73.98308, + -73.93356, + -73.94081, + -73.98224, + -73.9534, + -73.9834, + -73.98139, + -73.92208, + -74.00378, + -73.99031, + -73.98281, + -73.96405, + -73.95101, + -74.07735, + -73.95466, + -73.98355, + -73.98866, + -73.95894, + -73.94581, + -73.98908, + -73.97873, + -73.9237, + -73.98638, + -74.00241, + -73.97892, + -73.99677, + -73.99328, + -73.95397, + -73.94642, + -73.95613, + -73.96654, + -73.94116, + -73.94604, + -73.95329, + -73.92283, + -73.94765, + -73.96754, + -73.94651, + -73.95171, + -73.93833, + -73.9783, + -73.94758, + -73.9556, + -73.95348, + -73.94022, + -73.99513, + -73.92384, + -73.9442, + -73.97794, + -73.9442, + -73.92511, + -73.96494, + -74.0124, + -73.97701, + -73.97899, + -73.96849, + -73.95568, + -73.96336, + -73.95091, + -74.00462, + -74.00228, + -73.97822, + -73.98729, + -73.98673, + -73.95139, + -74.00193, + -73.99417, + -73.99997, + -73.9842, + -73.96122, + -73.98076, + -73.98354, + -73.94615, + -73.98061, + -73.96001, + -73.94138, + -73.9918, + -73.96724, + -73.97316, + -73.98095, + -73.96117, + -73.87713, + -73.93735, + -73.8984, + -73.99899, + -73.99063, + -73.95934, + -73.94537, + -73.94044, + -73.98766, + -73.97921, + -73.95528, + -73.94581, + -73.94279, + -73.95453, + -73.98758, + -73.94144, + -73.94881, + -73.98284, + -73.92, + -73.99991, + -73.98091, + -73.98091, + -73.99523, + -73.94913, + -73.92392, + -73.96745, + -73.9592, + -73.92659, + -73.94061, + -73.95751, + -73.95418, + -73.96163, + -73.9518, + -73.94979, + -73.94639, + -73.98434, + -73.95006, + -73.98802, + -73.94178, + -73.96784, + -74.01413, + -73.96112, + -73.98989, + -73.92987, + -73.94747, + -73.98211, + -73.95911, + -73.97886, + -73.97844, + -73.9828, + -73.98253, + -73.90848, + -73.95037, + -73.97896, + -73.95125, + -73.98421, + -73.99562, + -73.91968, + -73.92332, + -73.97869, + -73.92428, + -73.9738, + -73.95635, + -73.99606, + -73.84368, + -73.93304, + -74.01572, + -73.99354, + -73.93826, + -73.98633, + -73.99252, + -73.98728, + -73.94129, + -73.99899, + -73.94204, + -73.91582, + -73.98439, + -73.97652, + -73.96287, + -73.98915, + -73.95638, + -73.94077, + -73.94434, + -73.95541, + -73.95685, + -73.83251, + -73.94468, + -73.97974, + -73.98144, + -73.9222, + -73.95935, + -73.95256, + -73.95734, + -73.93547, + -73.96433, + -73.95148, + -73.9594, + -74.0168, + -73.95651, + -73.96576, + -73.98957, + -73.98833, + -73.94147, + -74.00615, + -74.00444, + -73.91503, + -73.98855, + -73.9779, + -73.95927, + -73.95987, + -73.95186, + -73.96066, + -73.99054, + -73.95247, + -73.98036, + -73.96009, + -74.00578, + -73.97108, + -74.00439, + -74.00563, + -73.98312, + -73.98223, + -73.9206, + -73.98242, + -73.86498, + -73.98646, + -73.98907, + -73.9761, + -73.97833, + -73.99475, + -73.94595, + -73.91279, + -73.96137, + -73.91765, + -73.97632, + -73.9857, + -73.94349, + -73.87849, + -73.94387, + -74.00464, + -73.98555, + -73.94299, + -73.95063, + -73.97193, + -73.93951, + -73.93424, + -73.96389, + -73.958, + -73.93996, + -73.98613, + -73.98436, + -73.96357, + -73.95301, + -73.97644, + -73.94839, + -73.9654, + -73.91642, + -73.90825, + -73.98197, + -73.99833, + -73.93104, + -73.99618, + -73.99592, + -73.97827, + -73.95534, + -73.99299, + -73.93104, + -73.96468, + -73.9349, + -73.93176, + -73.95871, + -73.97748, + -73.96724, + -73.93893, + -73.97581, + -73.92288, + -74.00396, + -73.94902, + -73.93722, + -73.97913, + -73.93867, + -73.96642, + -73.97845, + -73.95125, + -73.90484, + -73.98098, + -73.93929, + -73.94479, + -73.95749, + -73.99351, + -73.99166, + -73.91683, + -73.96101, + -73.98096, + -73.9615, + -73.95956, + -73.98095, + -73.98204, + -73.99138, + -73.98276, + -73.97694, + -73.97652, + -73.87631, + -73.97846, + -73.94004, + -73.97682, + -73.9884, + -73.97627, + -73.97841, + -73.92594, + -73.98195, + -73.96327, + -74.00906, + -73.98824, + -73.94584, + -73.98549, + -73.94183, + -73.93241, + -74.00381, + -73.96446, + -73.95575, + -73.95145, + -73.97497, + -73.88315, + -73.93615, + -74.00046, + -73.97157, + -73.95612, + -73.97252, + -73.99007, + -73.95081, + -73.98072, + -73.98458, + -73.94819, + -73.98346, + -73.99778, + -73.99283, + -73.95862, + -73.96486, + -73.99919, + -73.96714, + -73.94941, + -73.99295, + -73.94515, + -73.9436, + -73.95689, + -73.95599, + -73.91857, + -73.99381, + -73.94973, + -73.97985, + -73.94443, + -73.93705, + -73.94992, + -74.01493, + -73.99507, + -73.9413, + -73.93956, + -73.99635, + -73.92865, + -73.94365, + -73.94354, + -73.94479, + -73.94332, + -73.94451, + -73.9802, + -73.87644, + -73.96286, + -73.98447, + -73.88118, + -73.94287, + -73.95428, + -73.95375, + -74.00498, + -73.96192, + -73.99256, + -73.94833, + -73.93, + -73.94556, + -73.95015, + -73.91467, + -73.9758, + -73.95285, + -73.95705, + -73.95978, + -73.94393, + -73.96245, + -73.92314, + -73.94356, + -73.95144, + -73.94034, + -74.00834, + -73.90906, + -73.9434, + -74.01497, + -73.94224, + -73.93824, + -73.97826, + -74.01371, + -73.96408, + -73.94504, + -73.96107, + -73.98385, + -73.94472, + -73.9396, + -73.95795, + -73.98041, + -73.99719, + -73.99336, + -74.00141, + -73.95572, + -73.99199, + -73.99532, + -73.9626, + -73.95146, + -73.99631, + -73.95257, + -73.94513, + -73.98584, + -73.98899, + -73.95691, + -73.9481, + -73.94981, + -73.94725, + -73.95536, + -73.95511, + -73.96395, + -73.94293, + -73.94786, + -73.96168, + -73.97506, + -73.96254, + -73.94324, + -73.95556, + -73.95236, + -74.00577, + -74.00098, + -73.94537, + -73.96059, + -73.80446, + -73.91507, + -73.98377, + -73.97658, + -73.93084, + -73.98227, + -73.96496, + -73.94765, + -73.96383, + -73.95945, + -73.96002, + -73.96256, + -73.98163, + -73.94477, + -74.00493, + -73.95238, + -73.94862, + -73.9189, + -73.98374, + -73.95549, + -73.95696, + -73.95989, + -73.9736, + -74.00037, + -73.95937, + -74.00154, + -73.98078, + -73.95478, + -74.00074, + -73.94225, + -73.96515, + -73.94739, + -73.91477, + -73.94303, + -73.88906, + -74.00325, + -73.95286, + -73.99824, + -73.96146, + -73.97953, + -73.99092, + -73.95359, + -73.76975, + -73.90783, + -73.9838, + -73.9632, + -73.93833, + -73.93561, + -73.9561, + -73.91891, + -73.98335, + -73.95958, + -73.91472, + -73.99965, + -73.98579, + -73.9822, + -73.94726, + -73.9159, + -74.00254, + -73.97498, + -73.93903, + -73.98881, + -73.98271, + -73.963, + -73.97779, + -73.96949, + -73.99333, + -73.962, + -73.9819, + -73.96079, + -73.9092, + -73.9548, + -73.95964, + -73.99466, + -73.9468, + -73.99476, + -73.98643, + -73.98944, + -73.99915, + -73.97692, + -73.94856, + -73.94877, + -73.93888, + -73.95392, + -73.94141, + -74.01, + -73.95001, + -73.95468, + -73.95411, + -73.95295, + -73.95455, + -73.95117, + -73.88389, + -73.95854, + -73.98504, + -73.99539, + -73.98474, + -73.95296, + -73.98327, + -73.94983, + -73.91419, + -73.95071, + -73.98461, + -73.9652, + -73.98127, + -73.88025, + -73.99581, + -73.94986, + -73.95225, + -73.85527, + -73.98833, + -73.91448, + -73.98496, + -73.99852, + -73.95889, + -73.98872, + -74.00158, + -73.98211, + -74.00358, + -73.94299, + -73.96359, + -73.96996, + -73.94495, + -73.98812, + -73.9797, + -73.94054, + -74.01278, + -73.9833, + -73.98559, + -73.9934, + -73.9741, + -73.86807, + -73.92367, + -73.9632, + -73.93536, + -73.94228, + -73.97152, + -73.94512, + -73.94486, + -73.92262, + -73.91199, + -73.98616, + -73.93943, + -73.93869, + -73.94055, + -73.98901, + -73.94254, + -73.86743, + -73.93444, + -73.96403, + -73.99251, + -73.95566, + -73.94228, + -73.92203, + -73.94347, + -73.87995, + -73.95801, + -73.77761, + -73.99599, + -73.87561, + -73.93798, + -73.99028, + -73.97162, + -73.93077, + -73.96772, + -73.95147, + -74.00262, + -73.94585, + -73.94315, + -73.94931, + -73.97317, + -73.94273, + -73.92666, + -73.95362, + -73.98079, + -73.93656, + -73.98651, + -73.96736, + -73.96199, + -73.96583, + -74.00674, + -73.8075, + -73.98753, + -73.98996, + -73.99107, + -73.95151, + -73.98036, + -73.93448, + -73.98747, + -73.95892, + -73.78445, + -73.9528, + -73.9842, + -73.98575, + -73.97949, + -73.92027, + -73.73402, + -73.7541, + -73.85041, + -73.98897, + -73.97847, + -73.95847, + -73.99197, + -73.93858, + -73.94981, + -73.96723, + -73.88919, + -73.99371, + -73.92964, + -73.95503, + -73.94891, + -73.95175, + -73.94759, + -73.97553, + -73.96341, + -73.94008, + -73.98985, + -73.94668, + -73.94377, + -73.98357, + -73.95553, + -73.96057, + -73.99405, + -73.9855, + -73.96456, + -73.96529, + -73.94059, + -73.98704, + -73.85237, + -74.12277, + -73.92327, + -73.95356, + -73.99403, + -74.01483, + -73.95142, + -73.97541, + -73.75911, + -73.95277, + -73.94742, + -73.92314, + -73.95734, + -73.92879, + -73.89374, + -73.89509, + -73.94169, + -73.93131, + -73.95695, + -73.96367, + -73.93334, + -73.95071, + -73.96285, + -73.98353, + -73.95305, + -73.96328, + -73.90831, + -73.96577, + -73.95121, + -73.93334, + -73.93888, + -73.98889, + -73.99224, + -73.93022, + -73.95196, + -73.91881, + -73.94461, + -73.94238, + -73.9475, + -73.96963, + -73.94539, + -73.93803, + -73.95849, + -74.00032, + -73.98393, + -73.94231, + -73.97902, + -73.94507, + -73.99376, + -73.99793, + -73.90052, + -73.94613, + -73.92746, + -73.96048, + -73.95405, + -73.83222, + -73.77882, + -73.932, + -73.98994, + -73.95762, + -73.94728, + -73.99075, + -73.98613, + -74.02535, + -73.94565, + -73.94647, + -73.9928, + -73.93089, + -73.96875, + -73.94277, + -73.92192, + -73.96825, + -73.96389, + -73.9974, + -73.94199, + -73.95858, + -73.98321, + -74.0139, + -73.95217, + -73.95936, + -73.93465, + -73.91009, + -73.93298, + -73.9968, + -73.91295, + -73.90993, + -73.90451, + -74.00089, + -73.9575, + -73.92409, + -73.97343, + -73.95229, + -73.97282, + -73.9776, + -73.94095, + -73.83176, + -73.83175, + -73.9612, + -73.99639, + -73.98466, + -73.94488, + -73.91417, + -73.91365, + -73.80908, + -73.96802, + -73.94332, + -73.98847, + -73.95155, + -73.95445, + -73.82527, + -73.96, + -73.98355, + -73.96091, + -73.91964, + -73.93876, + -74.00172, + -73.94723, + -73.94528, + -73.99693, + -73.97018, + -73.98368, + -73.90731, + -73.96259, + -73.95195, + -73.92937, + -73.96952, + -73.9571, + -73.94497, + -73.9428, + -73.95973, + -73.99493, + -73.92957, + -73.96343, + -73.99391, + -74.09272, + -73.991, + -73.91675, + -73.97288, + -73.9774, + -73.97345, + -73.9438, + -73.96265, + -73.98308, + -73.99479, + -73.95616, + -73.96065, + -73.94805, + -73.99061, + -73.96904, + -73.9405, + -74.00341, + -73.94254, + -73.97006, + -73.98201, + -73.95084, + -73.99539, + -73.94368, + -74.00233, + -73.93063, + -73.99498, + -74.00998, + -73.93262, + -73.95307, + -73.96046, + -73.93838, + -73.96406, + -73.93725, + -73.95897, + -73.95551, + -73.93628, + -73.96377, + -73.93174, + -73.85717, + -73.86017, + -74.00122, + -73.93574, + -73.97666, + -74.00011, + -73.99483, + -73.99657, + -73.99515, + -73.98587, + -73.98251, + -73.94199, + -73.96405, + -73.88373, + -73.99664, + -73.94359, + -73.96179, + -73.91014, + -73.88297, + -73.93859, + -73.91899, + -73.95326, + -73.93612, + -74.00457, + -73.95915, + -74.07788, + -74.00487, + -73.98189, + -73.96638, + -73.92708, + -73.92059, + -73.95179, + -73.96234, + -73.97528, + -73.98885, + -73.97308, + -73.95321, + -73.92964, + -73.91608, + -73.95387, + -73.99062, + -73.99139, + -73.98211, + -73.94432, + -73.91814, + -73.91635, + -73.95126, + -73.92773, + -73.92851, + -73.96564, + -73.94797, + -73.94141, + -73.94937, + -73.97388, + -73.9451, + -73.96211, + -73.98048, + -73.95051, + -73.94687, + -73.95405, + -73.97001, + -73.87578, + -73.98102, + -73.95782, + -73.94203, + -73.93286, + -73.98633, + -74.00275, + -73.96489, + -73.93981, + -73.97065, + -73.98229, + -74.006, + -73.95711, + -74.00164, + -73.94924, + -73.97968, + -74.00641, + -73.92213, + -73.96572, + -73.87785, + -73.92821, + -73.95533, + -73.94666, + -73.95557, + -73.96978, + -73.9435, + -73.97327, + -74.00201, + -73.93705, + -73.99422, + -73.95466, + -73.95352, + -73.95501, + -73.96338, + -73.98307, + -73.95226, + -73.95895, + -73.99157, + -73.99903, + -73.953, + -73.95, + -73.95688, + -73.91109, + -73.95617, + -73.97357, + -74.00127, + -73.97621, + -73.9999, + -73.91851, + -73.97642, + -73.97713, + -73.93819, + -73.90434, + -74.09436, + -73.9709, + -73.93967, + -73.92514, + -73.96562, + -73.98961, + -73.99432, + -73.95268, + -73.95211, + -73.98513, + -73.94629, + -73.95019, + -73.9576, + -73.95914, + -73.94473, + -73.97224, + -73.90646, + -73.97748, + -73.90629, + -73.96096, + -73.96704, + -73.94249, + -73.96157, + -73.95722, + -73.99569, + -73.94682, + -73.99445, + -73.94645, + -73.94571, + -73.91449, + -73.96337, + -73.99404, + -73.93889, + -73.97706, + -73.95836, + -73.91988, + -73.98286, + -73.95862, + -73.93929, + -74.01147, + -73.9489, + -74.00075, + -73.96108, + -73.94093, + -73.9777, + -73.95108, + -73.98536, + -73.93782, + -73.91865, + -73.9227, + -73.9618, + -73.9624, + -74.00411, + -73.92176, + -73.91646, + -73.98024, + -73.99573, + -73.92988, + -73.98227, + -73.92699, + -74.00063, + -74.00039, + -73.96622, + -73.97224, + -73.91382, + -73.96261, + -73.96492, + -73.98496, + -74.00127, + -73.97178, + -73.95196, + -73.94689, + -73.91851, + -73.95838, + -73.98275, + -73.9059, + -73.91767, + -73.9852, + -73.97251, + -73.93613, + -73.95369, + -73.94864, + -73.92844, + -73.99041, + -73.9534, + -73.98554, + -73.99071, + -73.94934, + -73.95833, + -73.94459, + -73.98856, + -73.79247, + -73.95603, + -73.85705, + -73.94747, + -73.96422, + -73.98319, + -73.96505, + -73.95457, + -73.95509, + -73.99822, + -73.9489, + -73.93457, + -74.00118, + -73.96438, + -73.99758, + -73.95959, + -73.94859, + -73.97329, + -73.97707, + -73.95901, + -73.98868, + -73.95285, + -73.9435, + -73.90393, + -73.98635, + -73.99216, + -73.97458, + -73.99306, + -73.9892, + -73.9546, + -73.92202, + -73.98117, + -73.93965, + -73.95246, + -73.96995, + -73.95205, + -73.95595, + -73.98593, + -73.98907, + -73.83993, + -73.98533, + -73.9302, + -73.99091, + -73.92113, + -74.00109, + -73.98965, + -73.94092, + -73.94973, + -73.94384, + -74.00192, + -74.01756, + -73.94614, + -73.92455, + -73.98643, + -73.94764, + -74.00086, + -73.90851, + -73.93981, + -73.98192, + -73.9621, + -73.95088, + -74.24084, + -73.94283, + -73.96276, + -73.95761, + -73.96456, + -73.97154, + -73.95274, + -73.95009, + -73.9452, + -73.93024, + -73.90598, + -73.98409, + -74.00117, + -73.96436, + -73.93423, + -73.9555, + -73.97571, + -73.9648, + -73.94062, + -73.91145, + -73.96324, + -73.90304, + -74.00221, + -73.97527, + -73.98068, + -73.88655, + -73.97701, + -74.01514, + -73.96504, + -73.95794, + -73.96459, + -73.88366, + -73.94074, + -73.96177, + -74.00009, + -73.95669, + -73.94677, + -73.96664, + -73.96168, + -73.9435, + -73.94803, + -73.94875, + -73.94313, + -73.99482, + -73.90231, + -73.97955, + -73.97945, + -74.005, + -73.94915, + -73.99514, + -73.99775, + -73.95199, + -73.98222, + -73.97613, + -73.98638, + -73.97814, + -73.84206, + -73.98724, + -73.94281, + -74.00261, + -73.9253, + -73.9898, + -73.94693, + -73.97493, + -73.94326, + -73.96642, + -73.95963, + -73.96411, + -73.99498, + -73.90649, + -73.8948, + -73.99284, + -73.979, + -73.94375, + -73.99108, + -73.74627, + -73.95486, + -73.90847, + -73.95408, + -73.97852, + -73.93895, + -73.96076, + -73.92599, + -73.9446, + -73.94705, + -73.99974, + -73.94889, + -73.93947, + -73.96841, + -73.97911, + -73.9542, + -73.86317, + -73.9786, + -73.98999, + -73.9479, + -73.92128, + -73.95138, + -73.99188, + -73.95004, + -73.99569, + -73.92485, + -73.95614, + -73.92814, + -73.91685, + -73.96163, + -73.93859, + -73.98763, + -74.00902, + -74.00493, + -73.98537, + -73.94143, + -73.97106, + -73.91573, + -74.00392, + -73.983, + -73.95684, + -73.84335, + -73.94607, + -73.83137, + -73.98731, + -73.94898, + -73.94714, + -73.96319, + -73.99138, + -74.00434, + -73.98298, + -73.95725, + -73.94952, + -73.95566, + -73.92463, + -73.95684, + -73.98056, + -73.93967, + -73.98594, + -73.93032, + -73.99523, + -73.9468, + -73.95319, + -73.99391, + -73.94203, + -73.95779, + -73.97889, + -74.00215, + -73.81217, + -73.9621, + -73.99309, + -73.95191, + -73.96802, + -73.96956, + -73.95745, + -73.99304, + -73.98103, + -74.00061, + -73.97407, + -73.92695, + -73.95389, + -73.88211, + -73.96649, + -73.94065, + -73.93784, + -73.94909, + -73.94442, + -73.98875, + -73.88208, + -73.96757, + -73.9163, + -73.97956, + -73.93955, + -73.93055, + -73.98756, + -73.99594, + -73.9579, + -73.95392, + -74.00239, + -73.94426, + -73.93506, + -73.94698, + -73.8386, + -73.9936, + -73.93621, + -73.98228, + -73.99328, + -73.92884, + -73.95292, + -73.98456, + -73.94906, + -73.99739, + -73.94334, + -73.96711, + -73.94975, + -73.988, + -73.86055, + -73.95849, + -73.91838, + -73.98704, + -73.97768, + -73.92612, + -73.95097, + -73.98128, + -73.97322, + -73.97054, + -73.96077, + -73.97923, + -73.8584, + -73.99752, + -73.93861, + -73.96334, + -73.99442, + -73.94516, + -73.97701, + -73.96484, + -73.98328, + -73.91672, + -73.93699, + -73.98515, + -73.95379, + -73.93343, + -73.9748, + -73.97659, + -73.95427, + -73.9431, + -73.96588, + -73.96086, + -73.99427, + -73.99669, + -73.96724, + -73.94888, + -73.98782, + -73.91912, + -73.9996, + -73.99466, + -73.98345, + -73.99853, + -73.91603, + -73.94372, + -73.98161, + -73.94533, + -73.9033, + -73.99171, + -73.98998, + -73.9178, + -73.95274, + -73.98646, + -73.97185, + -73.93257, + -73.95, + -73.93774, + -73.997, + -74.0046, + -73.96739, + -73.8872, + -73.96872, + -74.009, + -73.99293, + -73.9656, + -73.92638, + -73.95807, + -73.83098, + -73.94802, + -73.76391, + -73.85571, + -73.93054, + -73.9634, + -73.91403, + -73.9672, + -73.98018, + -73.97961, + -73.79105, + -73.97378, + -73.99075, + -73.98904, + -73.93145, + -73.93741, + -73.98551, + -73.93265, + -73.94115, + -73.94881, + -73.91632, + -73.93523, + -73.98396, + -73.98086, + -73.95259, + -73.99192, + -73.96748, + -73.94333, + -74.00222, + -73.92767, + -73.98485, + -73.99087, + -73.96582, + -73.92464, + -73.92115, + -73.9434, + -73.97995, + -73.93497, + -73.94399, + -73.95999, + -73.99744, + -73.96811, + -73.95276, + -74.00336, + -73.95896, + -73.92626, + -73.96979, + -73.98792, + -73.98823, + -73.9125, + -73.93937, + -73.94719, + -73.92718, + -73.97999, + -73.89868, + -73.95205, + -73.95974, + -73.92585, + -73.95017, + -73.95336, + -73.95224, + -73.9841, + -73.95556, + -73.98854, + -73.9083, + -73.92552, + -73.9906, + -73.94429, + -73.9592, + -73.98453, + -73.92162, + -73.96728, + -73.97174, + -73.925, + -73.99259, + -73.92295, + -73.99838, + -73.93575, + -73.99729, + -73.9565, + -73.95884, + -73.98961, + -73.9522, + -73.98057, + -73.96217, + -73.94613, + -73.99403, + -73.97816, + -73.94164, + -73.90998, + -73.93497, + -73.86506, + -73.9345, + -73.97068, + -73.94273, + -73.94672, + -73.98811, + -73.94756, + -73.9532, + -73.9441, + -73.96147, + -73.98894, + -73.95323, + -73.989, + -74.0124, + -73.94199, + -73.98968, + -73.9148, + -73.94249, + -73.96567, + -73.95426, + -73.98985, + -73.98277, + -73.94442, + -73.92648, + -73.94549, + -73.95026, + -73.94939, + -73.97177, + -73.99526, + -73.89015, + -73.98771, + -73.99221, + -73.96076, + -74.00845, + -73.88349, + -74.00238, + -73.91692, + -73.90684, + -73.98489, + -73.99495, + -73.95551, + -73.98386, + -73.93605, + -73.96135, + -73.95314, + -73.98404, + -73.98587, + -73.93904, + -73.9148, + -73.95644, + -73.92442, + -73.9569, + -73.98172, + -73.94982, + -73.98321, + -74.00807, + -73.98228, + -73.80178, + -73.95247, + -74.00263, + -73.96507, + -73.94786, + -74.00459, + -73.98956, + -73.95508, + -73.95578, + -73.99476, + -73.92378, + -73.87288, + -73.92849, + -73.99781, + -74.00658, + -73.99031, + -73.99188, + -73.9854, + -73.99827, + -73.98369, + -73.95654, + -73.94913, + -73.93783, + -73.95508, + -73.96856, + -73.96775, + -73.95476, + -73.98072, + -73.943, + -73.84558, + -73.96174, + -73.99238, + -73.99005, + -73.94037, + -73.92081, + -73.97215, + -73.8665, + -73.96403, + -73.99473, + -73.98422, + -73.94889, + -73.90855, + -73.97037, + -73.96728, + -73.95604, + -73.97802, + -73.97892, + -73.98284, + -73.93375, + -73.95179, + -73.9741, + -73.84765, + -73.94705, + -73.97449, + -73.8889, + -73.91812, + -73.99473, + -73.96713, + -73.94725, + -73.98538, + -73.95169, + -73.94811, + -73.95292, + -73.94531, + -73.98273, + -73.94266, + -73.97404, + -73.97361, + -73.94133, + -73.98949, + -73.94193, + -73.93469, + -73.99669, + -73.82138, + -73.98523, + -73.92731, + -73.94542, + -74.02989, + -73.9572, + -73.94677, + -73.9647, + -74.00162, + -73.9939, + -73.9566, + -73.95677, + -73.98558, + -73.95145, + -74.00314, + -73.94067, + -73.93924, + -73.98906, + -73.94085, + -73.99209, + -73.94242, + -73.98176, + -73.98825, + -73.97835, + -73.98393, + -73.91565, + -73.9537, + -73.97439, + -73.94681, + -73.99052, + -73.95415, + -73.91365, + -73.9723, + -73.94584, + -73.91775, + -73.99692, + -73.95357, + -73.98025, + -73.79829, + -73.96473, + -73.97263, + -74.00012, + -73.78244, + -73.95616, + -73.95372, + -73.95205, + -73.96418, + -74.00557, + -73.91932, + -73.98389, + -73.92117, + -74.01044, + -73.92055, + -73.97298, + -73.93706, + -73.97505, + -73.98401, + -73.9447, + -73.92248, + -73.99758, + -73.94266, + -73.92249, + -73.93367, + -73.95961, + -73.97004, + -73.93267, + -73.96576, + -73.94077, + -73.936, + -73.96156, + -73.96141, + -73.98645, + -73.97166, + -73.99247, + -73.95197, + -73.98195, + -73.98112, + -74.0344, + -73.96222, + -73.95795, + -73.94612, + -73.9995, + -73.9649, + -73.96484, + -73.97199, + -73.95735, + -73.99229, + -73.98362, + -73.93959, + -73.94071, + -73.97267, + -73.93586, + -73.93444, + -73.99566, + -73.98999, + -73.99572, + -73.97771, + -73.91574, + -73.97995, + -73.97724, + -73.99228, + -73.94749, + -73.87559, + -73.991, + -73.94475, + -73.99573, + -73.97906, + -73.98222, + -73.91923, + -73.99525, + -73.97069, + -73.90781, + -73.90932, + -73.94, + -73.95705, + -73.94693, + -73.96232, + -73.94064, + -73.90639, + -73.93901, + -73.93518, + -73.93849, + -73.93585, + -73.98635, + -73.98878, + -73.90098, + -73.95568, + -73.97769, + -73.96166, + -73.98568, + -73.932, + -73.95308, + -73.9653, + -73.96492, + -73.98493, + -73.94655, + -73.96815, + -73.81633, + -73.99886, + -73.93706, + -73.96503, + -73.94211, + -73.95341, + -73.96753, + -73.96969, + -73.91762, + -73.92767, + -73.96251, + -73.94321, + -73.94354, + -73.78207, + -73.91938, + -73.98533, + -73.94862, + -73.94345, + -73.98128, + -73.92181, + -73.98911, + -73.94234, + -74.00102, + -73.98062, + -73.94243, + -73.81652, + -73.90386, + -73.97026, + -73.98322, + -73.98259, + -73.97484, + -73.98807, + -73.95505, + -73.97992, + -73.98215, + -73.98986, + -73.84173, + -73.78414, + -73.98995, + -73.94904, + -73.94004, + -73.99091, + -73.95891, + -73.94469, + -73.98372, + -73.94088, + -73.95203, + -73.96217, + -73.91882, + -73.95917, + -74.00347, + -73.94854, + -73.96755, + -73.86193, + -73.98406, + -73.95284, + -73.95515, + -73.9169, + -73.93478, + -73.98991, + -73.98042, + -73.97083, + -73.9878, + -73.98748, + -73.9904, + -73.95189, + -73.90852, + -73.9804, + -73.99189, + -73.98029, + -73.98445, + -73.9515, + -73.96575, + -73.94461, + -73.94628, + -73.99265, + -73.93645, + -73.99304, + -73.92046, + -73.87508, + -73.94622, + -73.97347, + -73.94288, + -73.93066, + -73.94124, + -73.95021, + -73.95263, + -74.00597, + -73.96593, + -73.96257, + -73.98949, + -73.95757, + -73.96464, + -74.00789, + -73.98028, + -73.96201, + -73.98872, + -74.07373, + -73.96129, + -73.96744, + -73.98039, + -73.9281, + -73.96835, + -73.95388, + -73.94247, + -73.98773, + -73.96705, + -73.98336, + -74.00111, + -73.9087, + -73.90998, + -73.90968, + -73.95259, + -73.9346, + -73.9282, + -73.9175, + -73.87496, + -73.94868, + -73.96158, + -73.98717, + -73.99285, + -73.94209, + -73.93247, + -73.94882, + -73.90858, + -73.99439, + -73.97703, + -73.94489, + -73.94118, + -73.99496, + -73.99893, + -73.98079, + -73.95469, + -73.94924, + -73.95822, + -73.91175, + -73.94791, + -73.94466, + -73.96128, + -73.9531, + -73.93569, + -73.96424, + -73.95332, + -73.95271, + -73.98822, + -73.9554, + -73.95265, + -73.97763, + -73.98056, + -73.97916, + -73.99481, + -73.94313, + -73.947, + -73.93215, + -73.94118, + -73.99122, + -73.87376, + -74.00385, + -73.97707, + -73.92067, + -73.90199, + -74.00121, + -73.87912, + -73.91906, + -73.95443, + -73.9478, + -73.98041, + -73.94994, + -74.00445, + -73.98847, + -73.94316, + -73.96956, + -73.9895, + -73.98821, + -73.97896, + -73.95172, + -73.95081, + -73.98355, + -73.96988, + -74.01616, + -73.95241, + -73.94764, + -73.94532, + -73.91685, + -73.94072, + -73.9886, + -73.98016, + -73.97197, + -73.93885, + -73.94007, + -73.98064, + -73.91866, + -73.97993, + -73.98268, + -73.95428, + -74.00936, + -74.00113, + -73.95379, + -73.98524, + -73.99033, + -73.88254, + -73.99818, + -73.94741, + -73.97974, + -73.98281, + -74.00549, + -73.93966, + -73.96122, + -73.96626, + -73.98108, + -73.95917, + -73.95341, + -73.99864, + -73.92724, + -73.98418, + -73.95619, + -73.92375, + -73.98982, + -73.91377, + -73.88814, + -73.93937, + -74.00392, + -73.9325, + -73.95785, + -73.94287, + -73.92165, + -73.97964, + -73.94976, + -73.93504, + -73.9654, + -73.94629, + -73.95432, + -74.01035, + -73.92509, + -73.94306, + -73.95913, + -74.00485, + -73.97173, + -73.8304, + -73.99957, + -73.95128, + -73.95779, + -73.97516, + -73.9851, + -73.98826, + -74.00173, + -73.96038, + -73.91516, + -73.9106, + -73.98314, + -73.94272, + -73.95817, + -73.94441, + -73.9974, + -73.98057, + -73.93748, + -73.9487, + -73.95427, + -73.9857, + -73.99331, + -73.98088, + -73.92233, + -73.94928, + -73.95755, + -73.95454, + -73.95698, + -73.92127, + -73.95157, + -73.98823, + -73.94736, + -73.91014, + -73.95837, + -74.01178, + -73.9666, + -73.94674, + -73.9605, + -74.00047, + -73.94949, + -73.96181, + -73.95695, + -73.91396, + -73.99235, + -73.95323, + -73.97447, + -73.92785, + -73.87344, + -73.94701, + -73.95677, + -73.91704, + -73.98603, + -73.97431, + -73.95002, + -73.94101, + -73.96269, + -73.94384, + -73.95089, + -73.87996, + -73.94494, + -73.87671, + -74.03023, + -73.94203, + -73.99174, + -73.94209, + -74.00069, + -73.91665, + -73.95187, + -73.98175, + -73.97785, + -73.98289, + -73.98332, + -73.96866, + -73.98295, + -73.94435, + -73.98201, + -73.9817, + -73.98363, + -73.96719, + -73.93222, + -73.98453, + -73.96312, + -73.97276, + -73.99838, + -73.95263, + -73.97565, + -73.9829, + -73.98441, + -73.98326, + -73.98667, + -73.95773, + -73.93884, + -73.94264, + -73.98069, + -73.96924, + -73.99141, + -74.01275, + -73.92957, + -74.00117, + -73.97848, + -73.98322, + -73.94232, + -73.98773, + -73.99687, + -73.99582, + -73.94264, + -73.93921, + -73.85973, + -74.01024, + -74.01012, + -74.01022, + -73.94893, + -73.98942, + -73.95232, + -73.95216, + -73.93507, + -73.90825, + -73.8296, + -73.83116, + -73.99476, + -73.99262, + -73.87552, + -73.95213, + -73.96192, + -73.97758, + -73.93317, + -73.88753, + -73.96944, + -73.97406, + -73.94033, + -73.94871, + -73.96083, + -73.9466, + -73.94256, + -73.98825, + -73.99109, + -73.95002, + -73.99452, + -73.95508, + -73.92149, + -73.93406, + -73.94998, + -73.94929, + -73.90411, + -74.00112, + -73.97729, + -73.98871, + -73.95847, + -73.95561, + -73.96656, + -73.98312, + -73.95084, + -73.98264, + -73.98342, + -73.98199, + -73.94924, + -73.98326, + -73.98476, + -73.98308, + -73.98306, + -73.98345, + -73.96685, + -73.91673, + -73.99501, + -73.96529, + -73.94854, + -73.9629, + -73.95795, + -73.98156, + -73.98336, + -73.99536, + -73.94612, + -73.98359, + -73.96074, + -73.97312, + -73.96204, + -73.952, + -73.99127, + -73.98769, + -73.99638, + -73.99932, + -73.92504, + -73.98748, + -73.92591, + -73.96584, + -74.00682, + -73.9398, + -74.00069, + -73.95556, + -73.95615, + -73.93367, + -73.94214, + -73.98236, + -73.95798, + -73.96729, + -73.95178, + -73.98201, + -73.98298, + -73.98873, + -73.96056, + -73.92687, + -73.9695, + -73.99801, + -73.92143, + -73.98292, + -73.95851, + -73.9729, + -73.9835, + -73.96452, + -73.92321, + -74.00713, + -73.9166, + -73.92071, + -73.84844, + -73.94314, + -74.00615, + -73.99601, + -73.98704, + -73.90933, + -73.9889, + -73.90929, + -73.90939, + -73.94291, + -74.03108, + -73.98727, + -73.98578, + -73.96149, + -73.90505, + -73.95669, + -74.00782, + -73.96574, + -73.95495, + -73.96343, + -73.92607, + -73.9437, + -73.95449, + -73.97978, + -73.97299, + -73.99026, + -73.94342, + -73.9863, + -73.99829, + -73.92804, + -73.9515, + -73.91414, + -73.88943, + -73.96412, + -73.95859, + -73.96043, + -73.9812, + -73.99533, + -73.98113, + -73.91228, + -73.96768, + -73.91817, + -73.95559, + -73.98431, + -73.97452, + -73.96499, + -73.99445, + -73.98081, + -73.94566, + -73.94868, + -73.95819, + -73.94434, + -73.99296, + -73.99571, + -73.91019, + -73.93471, + -73.95604, + -73.963, + -73.79971, + -73.96097, + -74.00664, + -73.94669, + -73.94726, + -73.94742, + -73.99343, + -73.99423, + -73.73529, + -73.7938, + -73.92673, + -73.94927, + -73.94238, + -73.94733, + -73.91384, + -73.94299, + -73.94153, + -73.94621, + -73.92976, + -73.78851, + -73.95753, + -73.99952, + -73.95441, + -73.95969, + -73.92142, + -73.97682, + -73.94995, + -73.97621, + -73.95567, + -73.8165, + -73.9556, + -73.95094, + -73.95106, + -73.93318, + -73.95731, + -74.24285, + -73.97422, + -73.82911, + -73.91765, + -73.93966, + -73.91701, + -73.95306, + -73.98796, + -73.98913, + -73.91727, + -73.98198, + -73.94478, + -73.98348, + -73.96349, + -73.98945, + -73.96792, + -73.95727, + -73.99005, + -74.01993, + -73.96281, + -73.94421, + -73.98787, + -73.98831, + -73.96742, + -73.96691, + -73.91235, + -73.94801, + -73.94114, + -73.99433, + -73.94197, + -73.98473, + -73.97739, + -73.97148, + -73.94358, + -73.98539, + -73.92705, + -73.92509, + -73.98567, + -73.78991, + -73.97828, + -73.98285, + -73.92877, + -73.94392, + -73.92785, + -74.02483, + -73.9559, + -73.95815, + -73.99069, + -73.92938, + -73.9312, + -73.95382, + -73.9299, + -74.00176, + -73.94646, + -73.94167, + -73.95117, + -73.98339, + -73.98142, + -73.94288, + -73.94459, + -73.95999, + -73.97367, + -73.98703, + -73.98334, + -73.90612, + -73.98603, + -73.88767, + -73.94959, + -73.87646, + -73.98046, + -73.8777, + -73.98691, + -73.99159, + -73.98042, + -73.99175, + -73.949, + -73.97413, + -73.9793, + -73.90314, + -73.92718, + -73.95445, + -73.9542, + -73.95607, + -73.95454, + -73.94147, + -73.95393, + -73.9666, + -73.98, + -73.94607, + -73.99937, + -73.98409, + -73.9535, + -73.99373, + -73.99861, + -73.96418, + -73.98939, + -73.93762, + -73.9417, + -73.94656, + -73.9691, + -73.94215, + -73.90486, + -73.9731, + -73.9548, + -73.98015, + -73.94206, + -74.00046, + -73.91811, + -73.9689, + -73.95286, + -73.97279, + -73.95775, + -74.00767, + -73.94084, + -73.94729, + -73.94718, + -73.99016, + -73.96073, + -73.91467, + -73.9834, + -73.99024, + -73.95746, + -73.95793, + -73.95297, + -73.91767, + -73.98063, + -73.94654, + -73.82914, + -73.93647, + -73.85812, + -73.98853, + -73.84638, + -73.93024, + -73.94456, + -73.99784, + -73.9626, + -73.95463, + -73.96611, + -73.99824, + -73.96217, + -73.91099, + -73.96265, + -73.94989, + -73.93642, + -73.99338, + -73.98426, + -73.91896, + -73.89236, + -73.8954, + -73.98136, + -73.93494, + -73.94361, + -73.91056, + -73.96027, + -73.91985, + -74.00601, + -73.75296, + -73.91448, + -73.9404, + -73.97975, + -73.74624, + -73.96804, + -73.99041, + -73.9585, + -73.95115, + -73.95777, + -73.97321, + -73.94316, + -73.95493, + -73.99416, + -73.81284, + -74.00977, + -73.98481, + -73.91562, + -73.98738, + -73.98671, + -73.95443, + -73.96307, + -73.98781, + -73.98557, + -73.92287, + -73.98886, + -73.85648, + -73.93671, + -73.93546, + -74.00681, + -73.90089, + -73.95295, + -73.99603, + -73.98367, + -73.97337, + -73.96156, + -73.97847, + -73.91966, + -73.90514, + -73.99667, + -73.95099, + -73.98431, + -73.95478, + -73.99296, + -73.97746, + -73.9594, + -73.96478, + -73.95628, + -73.98207, + -73.98874, + -73.91458, + -73.95979, + -73.98114, + -73.95675, + -73.96177, + -73.97506, + -73.89423, + -73.98932, + -73.98393, + -73.94023, + -73.91761, + -74.0044, + -73.95439, + -73.98601, + -73.9213, + -73.99609, + -73.96465, + -73.97779, + -73.99257, + -73.92612, + -73.95231, + -73.8797, + -73.94542, + -73.99081, + -73.94345, + -73.94324, + -73.99166, + -73.98425, + -73.98862, + -73.97158, + -73.97131, + -73.97037, + -73.99707, + -73.9556, + -73.9801, + -73.98169, + -73.95466, + -73.9956, + -73.9896, + -73.96635, + -73.98214, + -73.97655, + -73.93542, + -73.98525, + -73.9794, + -73.93252, + -73.98867, + -73.96646, + -73.82043, + -73.95105, + -73.96193, + -73.93845, + -73.99014, + -73.89476, + -73.96511, + -73.95563, + -73.98211, + -73.99834, + -73.96591, + -73.95288, + -73.9717, + -73.85993, + -73.99743, + -73.94609, + -73.96605, + -73.99233, + -73.97333, + -73.98431, + -73.99706, + -73.94405, + -73.94429, + -73.97787, + -73.94793, + -73.95333, + -73.96045, + -73.99154, + -73.99562, + -73.89983, + -73.9894, + -73.84397, + -73.94848, + -73.98306, + -73.96518, + -74.00348, + -73.93493, + -73.96466, + -73.95078, + -73.99489, + -73.95175, + -73.98132, + -73.9952, + -73.92076, + -73.94918, + -73.94007, + -73.95554, + -73.94826, + -73.95895, + -73.98068, + -74.00928, + -73.95261, + -73.95457, + -73.98939, + -73.93893, + -73.97351, + -73.92807, + -73.93526, + -73.8952, + -73.94477, + -74.00399, + -73.96327, + -73.9615, + -73.96419, + -74.00529, + -73.94976, + -73.84987, + -73.99318, + -73.93708, + -73.94993, + -73.98009, + -73.92371, + -74.00146, + -73.9972, + -73.98252, + -73.91701, + -73.93764, + -74.07596, + -73.96671, + -74.00186, + -73.97867, + -73.95841, + -73.91167, + -73.98906, + -73.96719, + -73.96068, + -73.80237, + -73.96098, + -73.94332, + -73.95949, + -73.96229, + -73.92752, + -73.95381, + -73.94513, + -73.92625, + -73.94465, + -73.93968, + -73.91772, + -73.93823, + -73.96632, + -73.94247, + -73.95955, + -73.91766, + -73.97555, + -73.97383, + -73.95412, + -73.98817, + -73.92024, + -73.9743, + -73.9408, + -73.95175, + -73.96459, + -73.9497, + -73.92703, + -73.94305, + -73.87993, + -73.94414, + -73.98984, + -73.95952, + -73.90871, + -73.97711, + -73.98818, + -73.94859, + -73.96122, + -73.96734, + -73.86664, + -73.94007, + -73.99205, + -73.95551, + -73.94038, + -73.94784, + -73.95773, + -73.98775, + -73.94815, + -73.99455, + -73.91985, + -73.95347, + -73.94632, + -73.99424, + -73.91119, + -73.93017, + -73.94738, + -73.95376, + -73.95742, + -73.93696, + -73.96373, + -73.9959, + -73.94273, + -73.98882, + -73.95364, + -73.92588, + -73.95155, + -73.9647, + -73.93495, + -73.97467, + -73.98613, + -73.95887, + -73.993, + -73.98208, + -73.9363, + -73.9204, + -73.94897, + -73.95491, + -73.99035, + -73.84984, + -73.92687, + -73.94373, + -74.00175, + -73.92878, + -73.93734, + -73.92393, + -73.94029, + -73.99844, + -73.95173, + -73.93713, + -73.9481, + -73.97848, + -73.94674, + -73.96252, + -73.95628, + -73.94071, + -73.96638, + -73.98878, + -73.96178, + -74.01521, + -73.99164, + -73.95116, + -73.9429, + -73.9929, + -73.88818, + -73.9539, + -73.82938, + -73.94904, + -73.82775, + -74.00549, + -74.01516, + -73.88827, + -73.95951, + -73.88628, + -73.94691, + -73.92348, + -73.98144, + -73.95336, + -73.94749, + -73.94983, + -73.92943, + -73.944, + -73.84158, + -73.95602, + -73.95193, + -73.98319, + -73.93545, + -73.95382, + -73.95159, + -73.95049, + -73.93361, + -73.92209, + -73.93098, + -73.91182, + -73.94757, + -73.94002, + -73.94303, + -73.93812, + -73.93672, + -73.96529, + -73.92138, + -73.94917, + -73.98098, + -73.96171, + -73.94638, + -73.95395, + -73.92339, + -73.92346, + -73.96698, + -73.9343, + -73.9859, + -73.91719, + -73.9658, + -73.96289, + -73.9942, + -73.76157, + -74.00812, + -73.97351, + -73.98581, + -73.97447, + -73.73531, + -73.95771, + -73.87407, + -73.95364, + -73.92777, + -73.9618, + -73.91919, + -73.92495, + -73.95051, + -73.9953, + -73.96322, + -73.9633, + -73.95086, + -73.99685, + -73.90895, + -73.94646, + -73.86175, + -73.95668, + -73.94555, + -73.97947, + -73.94178, + -73.96621, + -73.92134, + -73.98308, + -73.93716, + -73.84664, + -73.98915, + -73.8861, + -73.99748, + -73.95387, + -73.94466, + -73.98099, + -73.92421, + -73.93916, + -73.94191, + -73.95797, + -73.94767, + -73.97839, + -73.93711, + -73.91171, + -73.95529, + -73.98058, + -73.96404, + -73.96167, + -73.95922, + -73.96285, + -73.98628, + -73.98557, + -73.95985, + -73.94442, + -73.95533, + -73.93862, + -73.98196, + -73.99283, + -73.95291, + -73.99874, + -73.98767, + -73.99313, + -73.95266, + -73.95137, + -73.98642, + -73.96291, + -73.79495, + -73.98336, + -73.9227, + -74.00551, + -73.94345, + -73.97962, + -73.96026, + -73.93618, + -73.90715, + -73.95814, + -73.9647, + -73.98339, + -73.9461, + -73.99915, + -73.82712, + -73.98268, + -73.91518, + -73.98506, + -73.94091, + -73.96931, + -73.94184, + -73.98041, + -73.98336, + -73.97593, + -73.81192, + -73.96495, + -73.95873, + -73.96153, + -73.96252, + -73.99361, + -73.96008, + -73.97666, + -73.95795, + -73.93156, + -73.96409, + -73.94016, + -73.95594, + -73.9163, + -74.00844, + -73.97641, + -73.9153, + -73.9564, + -73.99039, + -73.97623, + -73.92052, + -73.97877, + -74.00929, + -73.89112, + -74.00517, + -73.9666, + -73.91415, + -73.95367, + -73.96611, + -73.98518, + -73.9888, + -73.96936, + -73.9378, + -73.92683, + -73.99895, + -73.99923, + -73.95284, + -73.94777, + -74.00351, + -73.97702, + -73.94028, + -73.92894, + -73.97702, + -73.9439, + -74.00218, + -73.98065, + -73.97627, + -74.00381, + -73.90836, + -73.95884, + -73.97289, + -73.95723, + -73.91439, + -73.93045, + -73.95645, + -73.99983, + -73.99508, + -73.95685, + -73.9529, + -73.99482, + -73.97293, + -73.99154, + -73.91543, + -73.93777, + -73.94918, + -73.98957, + -73.97836, + -73.95401, + -73.96188, + -73.99587, + -73.99668, + -73.95033, + -73.97243, + -73.98319, + -73.98665, + -73.99825, + -73.91185, + -73.90112, + -73.99266, + -74.00222, + -73.95126, + -73.96943, + -73.98678, + -73.98475, + -73.99797, + -73.96523, + -73.95416, + -73.98733, + -73.96629, + -73.99489, + -73.95703, + -73.95991, + -73.98498, + -73.94211, + -73.88875, + -73.92645, + -73.98799, + -73.97872, + -74.03473, + -73.97273, + -73.94413, + -74.03022, + -73.94118, + -73.98479, + -73.97063, + -73.95684, + -73.96455, + -74.00358, + -74.08291, + -73.9415, + -74.00212, + -73.95, + -73.93472, + -73.95265, + -73.93113, + -73.87797, + -73.94735, + -73.99805, + -73.99197, + -73.94843, + -73.98697, + -73.95651, + -73.99706, + -73.91989, + -73.9626, + -73.94981, + -73.95604, + -73.94502, + -73.94955, + -73.82829, + -73.87354, + -73.93536, + -73.98006, + -73.96195, + -73.97077, + -73.94751, + -73.97576, + -73.9863, + -73.97868, + -73.93557, + -73.91774, + -73.99154, + -73.9189, + -73.92207, + -73.99889, + -73.92197, + -73.98297, + -73.99128, + -73.98017, + -73.9296, + -73.93994, + -73.9227, + -73.96119, + -73.99333, + -73.95374, + -73.94357, + -73.99592, + -73.94489, + -73.95683, + -73.9483, + -73.89872, + -73.9492, + -73.98018, + -73.91903, + -74.01476, + -73.92383, + -73.98348, + -73.98776, + -74.01794, + -73.99491, + -73.93434, + -73.93829, + -74.12429, + -73.95494, + -73.96291, + -73.98693, + -73.99475, + -73.97111, + -73.98104, + -73.96385, + -73.96227, + -73.96507, + -73.97937, + -73.89496, + -73.9681, + -73.98882, + -73.8932, + -73.89458, + -73.82979, + -73.96406, + -73.95945, + -73.99802, + -73.94326, + -73.92505, + -74.00206, + -73.96039, + -73.95045, + -73.96277, + -73.91026, + -73.9798, + -73.9545, + -73.99294, + -73.95588, + -73.95574, + -73.95144, + -73.98221, + -73.91068, + -73.91207, + -73.88493, + -73.99281, + -74.00451, + -73.99028, + -73.95886, + -73.90348, + -73.91875, + -73.9922, + -73.93073, + -73.91994, + -73.98476, + -73.98814, + -74.01169, + -73.99311, + -73.98315, + -73.9615, + -73.9595, + -73.99296, + -73.99338, + -73.9439, + -73.98096, + -73.93508, + -73.94616, + -73.94579, + -73.81324, + -73.96848, + -73.96317, + -73.99794, + -73.94351, + -73.95047, + -74.00074, + -73.94318, + -73.95334, + -73.99806, + -73.95382, + -73.96667, + -73.99228, + -74.0082, + -73.9783, + -74.00199, + -73.96007, + -73.99858, + -73.96352, + -73.95978, + -73.94457, + -73.98792, + -73.97614, + -73.97346, + -73.96604, + -73.9603, + -73.95245, + -73.95528, + -73.98767, + -73.90015, + -73.95631, + -73.97327, + -74.01144, + -73.98947, + -73.94725, + -73.95611, + -73.95368, + -73.97339, + -73.94992, + -73.96127, + -73.99248, + -73.9283, + -73.97388, + -73.91643, + -73.98006, + -73.99633, + -73.90834, + -73.90268, + -73.94394, + -73.91763, + -73.85204, + -74.00629, + -73.95235, + -73.91614, + -73.95808, + -73.98474, + -73.98436, + -74.00431, + -74.01403, + -73.95262, + -73.95785, + -73.91265, + -73.95073, + -73.95071, + -73.95238, + -73.95144, + -73.94307, + -73.94216, + -73.97397, + -73.97813, + -73.95545, + -73.91899, + -74.03026, + -74.00095, + -73.97753, + -73.93866, + -73.92192, + -73.94622, + -74.00787, + -73.93031, + -73.99658, + -73.9546, + -73.94061, + -73.94722, + -74.00165, + -73.91304, + -73.91633, + -73.94224, + -73.98916, + -73.91924, + -73.99124, + -73.96555, + -73.97659, + -73.91675, + -73.90399, + -73.99823, + -73.93033, + -73.98637, + -73.95699, + -74.00725, + -73.94368, + -73.95706, + -74.00679, + -73.8535, + -73.99811, + -73.95459, + -73.93543, + -73.9579, + -73.97016, + -73.98301, + -74.00667, + -73.98535, + -73.87595, + -73.98542, + -73.9999, + -74.00974, + -74.01476, + -73.97285, + -73.95801, + -73.97593, + -73.99331, + -73.92054, + -73.95949, + -73.96979, + -73.85469, + -73.95462, + -73.92792, + -73.94317, + -73.95579, + -73.95678, + -73.96213, + -73.98526, + -73.97724, + -73.91809, + -73.98319, + -73.98303, + -73.99493, + -73.96577, + -73.99807, + -73.95334, + -73.9848, + -74.00401, + -74.00563, + -73.99156, + -73.98579, + -73.99419, + -73.97254, + -73.9334, + -73.95451, + -73.95504, + -73.93851, + -73.99447, + -73.79247, + -73.94686, + -73.95722, + -73.94264, + -73.9882, + -73.98875, + -73.9169, + -73.90336, + -73.95864, + -73.98986, + -73.93722, + -73.98125, + -73.96056, + -73.92567, + -73.98037, + -74.00959, + -73.92973, + -73.95356, + -73.96366, + -73.99236, + -73.99204, + -73.99267, + -73.99397, + -73.90871, + -73.97131, + -73.94515, + -73.98469, + -73.95208, + -73.92905, + -74.00041, + -74.01768, + -73.95149, + -73.98565, + -74.01959, + -73.94085, + -73.87606, + -73.9822, + -73.97842, + -73.98719, + -74.0048, + -73.98345, + -73.95712, + -73.96297, + -73.98347, + -73.94599, + -73.91308, + -74.00242, + -73.97825, + -73.96775, + -73.94868, + -73.93374, + -73.91021, + -73.96291, + -73.95502, + -73.94951, + -73.92622, + -73.98245, + -73.99879, + -74.00764, + -73.96658, + -73.9399, + -74.00887, + -73.78791, + -73.93205, + -73.94999, + -73.98682, + -73.91401, + -73.94249, + -73.9262, + -73.96638, + -73.95371, + -73.94912, + -73.9535, + -73.98938, + -73.96398, + -73.95164, + -73.99277, + -73.95726, + -73.94243, + -73.8618, + -73.98631, + -73.95664, + -74.02736, + -73.99114, + -73.98931, + -73.93287, + -73.77209, + -73.96603, + -73.92441, + -73.92023, + -73.95022, + -73.94639, + -73.92352, + -73.94945, + -73.93617, + -73.92707, + -73.9024, + -74.00392, + -73.96969, + -73.95248, + -73.90977, + -73.98832, + -73.92901, + -73.95397, + -74.00148, + -73.98347, + -73.95519, + -73.97085, + -73.94806, + -73.94208, + -73.99243, + -73.97209, + -73.98226, + -73.94693, + -73.96052, + -73.96535, + -73.96865, + -73.85062, + -73.94677, + -73.95145, + -73.97754, + -73.95662, + -73.94553, + -73.92905, + -73.99858, + -73.90474, + -73.97456, + -73.95182, + -73.92244, + -73.93509, + -73.95123, + -74.00804, + -73.91705, + -73.91842, + -73.85127, + -73.94944, + -74.01, + -73.98548, + -73.98741, + -73.87829, + -73.91597, + -73.96434, + -73.98305, + -73.97168, + -73.92769, + -73.99432, + -74.00244, + -73.92962, + -73.98795, + -73.95227, + -73.77723, + -73.94822, + -73.97252, + -73.9702, + -73.98019, + -73.98316, + -73.94593, + -73.99026, + -73.98527, + -73.95843, + -74.00186, + -73.92155, + -73.92385, + -73.9298, + -73.96678, + -73.95341, + -73.92491, + -73.94203, + -73.99369, + -73.98717, + -73.91418, + -73.99339, + -73.91416, + -73.98915, + -73.9346, + -73.98043, + -73.91443, + -73.9368, + -73.95677, + -73.98061, + -74.00011, + -73.98059, + -74.00267, + -73.96166, + -73.89415, + -73.98057, + -73.97945, + -74.00149, + -73.98367, + -73.92897, + -73.96696, + -73.92065, + -73.93126, + -73.9364, + -74.01342, + -73.98795, + -73.92835, + -73.95304, + -73.95848, + -73.99053, + -73.94285, + -73.97812, + -73.91562, + -73.94137, + -74.01226, + -73.93044, + -73.99408, + -73.92303, + -73.95663, + -73.98085, + -73.93937, + -73.95272, + -73.91767, + -73.92182, + -73.98051, + -73.98789, + -73.96283, + -73.74098, + -74.0079, + -73.98488, + -73.98496, + -74.00706, + -73.91356, + -74.00181, + -73.94034, + -73.94089, + -73.97996, + -73.99056, + -73.96081, + -73.948, + -73.94065, + -73.95375, + -73.99535, + -73.94597, + -73.96529, + -73.95759, + -73.95308, + -73.94965, + -73.99507, + -73.94063, + -73.99632, + -73.98569, + -73.88846, + -74.08249, + -73.92145, + -73.95046, + -73.9808, + -73.95035, + -73.9528, + -73.9658, + -73.96208, + -74.02302, + -73.96192, + -73.94064, + -74.0083, + -73.98269, + -73.95471, + -73.92926, + -73.9581, + -73.87407, + -73.98473, + -73.95567, + -73.97188, + -73.96031, + -73.94323, + -73.95871, + -74.00182, + -73.97994, + -73.93618, + -73.94118, + -73.97691, + -73.8892, + -73.95604, + -73.92624, + -74.00104, + -73.9495, + -73.92812, + -73.90978, + -73.95449, + -73.99298, + -73.94003, + -73.95237, + -73.95273, + -73.87853, + -74.00518, + -73.95272, + -73.92462, + -73.9901, + -73.9659, + -73.94413, + -73.94798, + -73.89294, + -73.95148, + -73.94975, + -73.92943, + -73.9429, + -73.95015, + -73.95852, + -73.99848, + -73.93824, + -74.00277, + -73.9522, + -73.99887, + -73.99899, + -73.95509, + -73.96484, + -73.98053, + -73.96579, + -73.97738, + -73.98559, + -73.94524, + -73.98515, + -73.98842, + -73.92022, + -73.94636, + -73.9934, + -73.94219, + -73.93652, + -73.93929, + -73.93968, + -73.96651, + -73.95062, + -73.97261, + -73.92986, + -74.0051, + -73.98192, + -73.92978, + -73.95127, + -73.93795, + -73.93512, + -73.92987, + -73.91598, + -73.94017, + -73.95, + -73.93, + -73.95039, + -73.99328, + -73.98104, + -73.91073, + -73.92249, + -73.95946, + -73.95595, + -73.97307, + -73.94403, + -73.99206, + -73.92621, + -73.9681, + -73.91941, + -73.94454, + -73.99354, + -73.96059, + -73.97292, + -73.98111, + -73.95527, + -74.00461, + -73.96087, + -73.98168, + -73.97663, + -73.89859, + -73.94963, + -73.86349, + -73.95263, + -73.9512, + -73.99859, + -73.93344, + -73.96727, + -73.95767, + -73.99331, + -73.99689, + -73.96026, + -73.95876, + -73.92235, + -73.91405, + -73.98233, + -73.9558, + -73.96926, + -73.99817, + -73.90587, + -73.9535, + -73.90303, + -73.90245, + -73.99305, + -73.94075, + -73.92188, + -73.9613, + -73.99711, + -73.94552, + -73.95248, + -73.99518, + -74.00371, + -73.9966, + -73.82854, + -73.91435, + -73.93974, + -73.93435, + -73.96001, + -73.99731, + -73.98733, + -73.94353, + -73.93909, + -73.92977, + -73.95488, + -73.95807, + -73.9302, + -73.95235, + -73.95165, + -73.94626, + -73.96767, + -73.9494, + -73.94472, + -73.95711, + -73.98106, + -73.96899, + -73.96437, + -73.93051, + -73.93025, + -73.98977, + -73.94486, + -73.82232, + -73.92816, + -74.01155, + -73.91722, + -73.91846, + -73.98512, + -73.95325, + -73.94305, + -73.99517, + -73.93863, + -73.97752, + -74.02028, + -73.89815, + -73.95946, + -73.96038, + -73.94991, + -73.9981, + -73.87777, + -73.99451, + -73.92546, + -73.96017, + -73.98499, + -73.952, + -73.93885, + -73.96914, + -73.94289, + -73.81747, + -73.91154, + -73.93141, + -73.98464, + -73.96262, + -73.94058, + -73.94489, + -73.97912, + -73.94866, + -73.9635, + -73.99422, + -73.96561, + -74.00324, + -73.90142, + -73.91445, + -73.95673, + -73.94862, + -73.85787, + -73.94704, + -73.96586, + -73.97786, + -73.98612, + -73.95928, + -74.08274, + -73.9435, + -73.961, + -73.97971, + -73.99372, + -73.92886, + -73.99443, + -73.94689, + -73.94916, + -73.95346, + -73.91124, + -73.92252, + -73.9521, + -73.96045, + -73.94112, + -73.94106, + -73.97795, + -73.98834, + -73.96325, + -73.9285, + -73.92947, + -73.94797, + -73.99054, + -73.95225, + -73.94686, + -73.89365, + -73.85676, + -74.01815, + -73.93089, + -73.96293, + -73.95591, + -73.99103, + -73.95851, + -74.00486, + -73.95316, + -73.98241, + -73.93798, + -73.96092, + -73.98909, + -73.916, + -73.90769, + -74.00236, + -73.98187, + -73.97207, + -73.98387, + -73.95275, + -73.95218, + -73.98739, + -73.91364, + -73.98917, + -73.99757, + -73.98497, + -74.00921, + -73.97062, + -73.92967, + -73.91616, + -73.9952, + -73.85255, + -73.96872, + -73.95924, + -73.99122, + -73.99815, + -73.96697, + -73.94636, + -73.99158, + -73.99301, + -73.92347, + -73.95332, + -73.94668, + -73.99118, + -73.94506, + -73.95983, + -73.9518, + -73.99185, + -73.98953, + -73.92852, + -73.91403, + -73.95467, + -73.99642, + -73.87834, + -73.9655, + -73.96807, + -73.96895, + -73.94054, + -73.9218, + -73.9504, + -73.93209, + -73.97845, + -74.00416, + -73.93186, + -73.98937, + -73.98278, + -73.95213, + -73.98074, + -73.9072, + -73.91263, + -73.9518, + -73.93433, + -73.96629, + -73.98125, + -73.99632, + -73.97549, + -73.91838, + -73.95001, + -73.98262, + -73.9846, + -73.9287, + -73.98706, + -73.99024, + -73.92854, + -73.91023, + -73.95009, + -73.95006, + -73.98965, + -73.96581, + -73.9868, + -73.92081, + -73.99922, + -73.99937, + -73.99775, + -73.92203, + -74.09297, + -73.99893, + -73.91366, + -73.91854, + -73.94958, + -73.92861, + -73.94785, + -73.99771, + -73.97988, + -73.92833, + -73.99822, + -73.98493, + -73.93136, + -73.99803, + -73.99887, + -73.99745, + -73.99019, + -73.90978, + -73.99972, + -73.97155, + -73.99755, + -73.99812, + -73.93271, + -73.99464, + -73.97917, + -73.8068, + -73.9344, + -73.92935, + -73.92123, + -73.96132, + -73.99146, + -73.98476, + -73.98281, + -73.97529, + -73.92913, + -74.01944, + -73.94962, + -73.97107, + -73.92935, + -73.95261, + -73.96973, + -73.98654, + -73.90847, + -73.98891, + -73.87299, + -73.97776, + -73.93995, + -73.96574, + -73.93663, + -73.95406, + -73.96741, + -73.95878, + -73.98621, + -73.97872, + -73.90563, + -73.97757, + -73.95513, + -73.98066, + -73.96105, + -73.95435, + -73.92668, + -73.97972, + -73.98607, + -73.95349, + -73.97128, + -73.97126, + -73.96439, + -73.95727, + -73.95853, + -73.95479, + -73.97774, + -73.95069, + -73.98741, + -73.98767, + -73.96359, + -73.94839, + -73.98538, + -73.99145, + -73.9511, + -74.01437, + -73.98499, + -73.99884, + -73.99897, + -73.92943, + -73.92826, + -74.00442, + -73.98175, + -73.83333, + -73.93564, + -73.92724, + -73.9457, + -73.93136, + -73.99101, + -74.0029, + -73.94316, + -73.97158, + -73.9432, + -73.96634, + -73.95675, + -73.98448, + -73.9569, + -73.94044, + -73.99416, + -73.89911, + -73.95896, + -73.95669, + -73.89741, + -73.96478, + -73.94148, + -74.0089, + -73.93501, + -73.98243, + -73.90614, + -73.96841, + -73.96453, + -73.92849, + -73.93172, + -73.91788, + -73.98568, + -73.98109, + -73.98737, + -73.93032, + -73.95154, + -73.96404, + -74.00116, + -73.90793, + -73.97423, + -74.0039, + -73.97506, + -73.94776, + -73.95384, + -74.00793, + -73.95295, + -73.95216, + -73.94991, + -73.93736, + -74.00265, + -74.00865, + -73.96176, + -73.99981, + -74.00454, + -73.98077, + -73.95393, + -73.94493, + -73.9355, + -73.97929, + -73.98172, + -73.95152, + -73.98038, + -73.98631, + -73.95323, + -73.99564, + -73.90898, + -73.92271, + -73.96662, + -73.91173, + -73.98213, + -73.999, + -73.98886, + -73.90266, + -73.95125, + -73.91181, + -74.0028, + -73.98512, + -73.914, + -73.95223, + -73.96153, + -73.96592, + -73.99396, + -73.99825, + -73.9838, + -73.94199, + -73.94435, + -73.95814, + -73.96488, + -73.93616, + -73.9221, + -73.99555, + -73.97826, + -73.97952, + -73.98907, + -73.92028, + -73.94249, + -73.90964, + -73.96466, + -73.95808, + -73.99818, + -73.97874, + -73.98983, + -73.9744, + -73.98888, + -73.91484, + -73.94467, + -73.96469, + -73.96068, + -74.00279, + -73.97987, + -73.95427, + -73.95254, + -73.97323, + -73.94648, + -73.92769, + -73.97223, + -74.07943, + -73.91763, + -73.97114, + -73.92698, + -73.94569, + -73.99229, + -73.94578, + -73.9751, + -73.98225, + -73.94536, + -73.95904, + -73.95169, + -73.9906, + -73.98673, + -73.95692, + -73.99455, + -73.9599, + -73.9388, + -73.98755, + -73.97611, + -73.95669, + -73.95527, + -73.923, + -73.93757, + -73.94326, + -74.00149, + -73.96611, + -73.92694, + -73.94742, + -73.94193, + -73.98672, + -73.9617, + -73.96384, + -73.95465, + -73.9528, + -73.96177, + -73.9659, + -73.98174, + -73.97969, + -73.95469, + -73.97981, + -73.98574, + -73.94014, + -73.93088, + -73.93935, + -74.02973, + -73.91503, + -73.95683, + -73.96207, + -73.95546, + -73.93594, + -73.99524, + -73.96538, + -73.89416, + -73.92655, + -73.97579, + -73.98496, + -73.80334, + -73.9589, + -73.98971, + -73.96342, + -73.79531, + -73.89031, + -73.87576, + -73.95738, + -73.95725, + -73.97657, + -73.95847, + -73.98789, + -73.9519, + -73.99046, + -73.98649, + -73.94922, + -73.96838, + -73.96131, + -73.96072, + -73.94781, + -73.92781, + -73.98874, + -73.94485, + -73.94791, + -73.9786, + -73.96171, + -73.99144, + -73.95063, + -73.98286, + -73.98705, + -73.95015, + -73.99938, + -73.91546, + -73.93552, + -73.96738, + -73.95879, + -73.94062, + -73.95085, + -73.90571, + -73.91835, + -73.94994, + -73.94394, + -74.00295, + -73.94534, + -73.87755, + -73.94763, + -73.98148, + -73.94401, + -73.90504, + -73.95084, + -73.99444, + -73.94636, + -73.99707, + -73.92997, + -73.98292, + -73.92392, + -73.96035, + -73.97963, + -73.93599, + -73.96242, + -73.9478, + -73.99577, + -73.97665, + -73.94798, + -73.89307, + -73.94602, + -73.9712, + -73.96183, + -73.97879, + -73.92031, + -73.98714, + -73.9776, + -73.97182, + -73.99986, + -73.93125, + -73.95688, + -73.9677, + -73.91438, + -73.96472, + -73.95493, + -73.95036, + -73.97351, + -73.9433, + -73.92974, + -73.96433, + -73.97089, + -73.93305, + -74.0005, + -73.97789, + -74.00139, + -73.94847, + -73.9986, + -73.96472, + -73.95464, + -73.97778, + -73.95166, + -73.9572, + -73.95732, + -73.94826, + -73.95125, + -74.00704, + -73.94242, + -73.94433, + -74.00424, + -73.98006, + -73.95472, + -74.01468, + -73.96177, + -73.95361, + -73.91507, + -73.94832, + -73.95675, + -74.00706, + -73.95706, + -73.98732, + -73.95119, + -73.9289, + -73.92764, + -73.98057, + -73.9279, + -73.9884, + -73.98834, + -73.95684, + -74.00364, + -73.9899, + -73.92912, + -73.9858, + -73.98719, + -74.03384, + -73.94899, + -73.98089, + -73.98609, + -73.99146, + -73.96259, + -73.98911, + -73.98316, + -73.92273, + -73.99406, + -73.97308, + -73.95756, + -73.96027, + -73.94785, + -73.95828, + -74.00169, + -73.99963, + -73.95292, + -73.97935, + -73.98483, + -73.94916, + -73.96654, + -73.95807, + -73.9601, + -73.95447, + -73.99855, + -73.98335, + -73.96544, + -73.94113, + -73.94115, + -74.00754, + -73.9839, + -73.98433, + -73.94459, + -73.73917, + -73.95175, + -73.93913, + -73.91922, + -73.89227, + -73.98946, + -73.97274, + -73.9502, + -73.93616, + -73.98506, + -73.9854, + -73.90814, + -73.9427, + -73.91835, + -73.9579, + -73.80043, + -73.95313, + -73.98291, + -73.94733, + -73.98592, + -73.94288, + -73.90654, + -73.93555, + -73.93206, + -73.97307, + -73.9609, + -73.98678, + -74.00784, + -73.99266, + -73.95397, + -73.97795, + -73.96362, + -73.98117, + -73.99594, + -73.95532, + -73.99604, + -73.95176, + -74.00153, + -73.95969, + -73.94722, + -73.98038, + -73.95358, + -73.97733, + -73.98445, + -73.98882, + -73.86902, + -73.98443, + -73.9846, + -74.00024, + -73.94495, + -73.98739, + -73.97202, + -73.95595, + -73.93763, + -73.96238, + -74.17065, + -73.94518, + -73.97406, + -73.96365, + -73.92344, + -73.9468, + -73.95533, + -73.95795, + -73.99642, + -73.95012, + -73.92481, + -73.95251, + -73.92576, + -73.96541, + -74.00154, + -73.98173, + -73.95492, + -73.99043, + -73.99013, + -73.96403, + -73.99305, + -73.984, + -73.98766, + -73.94783, + -73.97148, + -73.99169, + -73.98268, + -73.95814, + -73.96115, + -73.9211, + -73.95348, + -73.92196, + -73.84833, + -73.89571, + -73.94274, + -73.99377, + -73.92661, + -73.94106, + -73.85587, + -73.9511, + -73.95999, + -73.96514, + -73.95355, + -73.95761, + -73.99567, + -73.96034, + -73.96161, + -73.84396, + -73.99479, + -73.99563, + -73.98484, + -73.91429, + -73.95249, + -73.95724, + -73.95509, + -74.01253, + -73.94345, + -73.94099, + -73.9354, + -73.99075, + -73.99415, + -73.98886, + -73.96035, + -73.95331, + -73.98915, + -73.95443, + -73.85088, + -73.96395, + -73.95833, + -73.95576, + -73.99407, + -73.98177, + -73.99418, + -73.89928, + -73.91873, + -73.96738, + -73.96528, + -73.99458, + -73.96268, + -73.91095, + -73.94697, + -73.97286, + -73.98546, + -73.93905, + -73.98068, + -73.83729, + -73.9539, + -73.98309, + -73.94094, + -73.99837, + -73.9601, + -73.95835, + -73.92906, + -73.98631, + -73.95902, + -73.94524, + -73.96054, + -73.7621, + -73.98303, + -74.00784, + -73.93809, + -73.96545, + -73.94595, + -73.91504, + -73.99039, + -73.9495, + -73.9701, + -73.98513, + -73.97931, + -73.94797, + -73.99226, + -73.98028, + -73.94537, + -73.91583, + -73.94521, + -73.90854, + -73.99628, + -73.97031, + -73.95629, + -73.92212, + -73.94995, + -73.97825, + -73.97595, + -73.98454, + -73.79677, + -73.99978, + -73.93398, + -73.96497, + -73.95013, + -73.96606, + -73.94519, + -74.07571, + -73.94678, + -73.99595, + -73.99067, + -73.95884, + -73.96098, + -73.95697, + -73.99662, + -73.9525, + -73.99855, + -73.94309, + -73.99885, + -73.98335, + -73.99953, + -73.92975, + -73.95414, + -73.95457, + -73.98691, + -73.82948, + -73.95172, + -73.95605, + -74.00028, + -73.76508, + -73.95214, + -73.79152, + -73.95615, + -73.95435, + -73.95189, + -73.96543, + -73.94101, + -74.00065, + -73.99579, + -73.99424, + -73.82884, + -73.98655, + -73.94332, + -73.99565, + -73.95173, + -73.98021, + -73.91462, + -73.98001, + -73.95399, + -73.984, + -73.92513, + -73.88739, + -73.95509, + -73.97868, + -73.98635, + -73.94998, + -73.96242, + -73.92364, + -74.001, + -73.95322, + -73.95272, + -74.00183, + -73.91762, + -73.9151, + -73.94737, + -73.96798, + -73.94776, + -73.96235, + -73.82958, + -73.99917, + -73.82775, + -73.82873, + -73.9082, + -73.82772, + -73.95811, + -73.9535, + -73.97822, + -73.94165, + -73.93336, + -73.92878, + -73.96684, + -73.96115, + -73.98996, + -73.95169, + -73.97863, + -73.87731, + -73.81514, + -73.98206, + -73.97686, + -73.93191, + -73.93639, + -73.9025, + -73.96546, + -73.94461, + -73.94749, + -73.95434, + -73.92585, + -73.99559, + -73.95126, + -73.96147, + -73.94118, + -73.96414, + -73.9432, + -73.90243, + -73.91888, + -73.98784, + -73.9641, + -73.89806, + -73.93706, + -73.73347, + -73.98139, + -73.94549, + -73.97151, + -73.95443, + -73.9573, + -73.96563, + -73.95366, + -73.73498, + -73.92106, + -73.9467, + -73.96066, + -73.93027, + -73.94653, + -73.95243, + -73.98245, + -73.96679, + -73.91069, + -73.94375, + -73.92663, + -73.97974, + -73.94864, + -73.91146, + -73.82742, + -73.97275, + -73.98406, + -73.92781, + -73.96631, + -73.98146, + -73.91628, + -73.95782, + -73.95426, + -73.90037, + -73.96619, + -73.98623, + -73.92376, + -73.99426, + -73.964, + -73.9926, + -73.96378, + -73.9367, + -73.91233, + -73.95066, + -73.98705, + -73.96352, + -73.93867, + -73.94312, + -73.94646, + -73.94226, + -73.98278, + -74.00101, + -73.94513, + -73.82382, + -73.95214, + -73.94642, + -74.0037, + -73.94009, + -73.95274, + -73.94107, + -73.95571, + -73.98459, + -73.949, + -73.94467, + -73.93884, + -73.92083, + -73.97078, + -73.95812, + -73.9737, + -74.00448, + -73.98904, + -74.0032, + -73.92827, + -73.98098, + -73.94583, + -74.00906, + -73.84942, + -73.91176, + -73.93166, + -73.94508, + -73.96069, + -73.93427, + -73.94505, + -73.98802, + -73.91945, + -73.85414, + -74.00751, + -73.98428, + -73.95473, + -73.85601, + -73.97884, + -73.96862, + -73.97332, + -73.98872, + -73.94477, + -73.95541, + -73.95779, + -74.01735, + -73.98211, + -73.97173, + -73.99118, + -73.88145, + -73.91128, + -73.94835, + -73.95477, + -73.91239, + -73.97284, + -73.99419, + -74.00799, + -73.9658, + -73.94883, + -73.94269, + -74.01135, + -73.99167, + -73.94502, + -73.93758, + -73.98507, + -73.97462, + -73.93577, + -73.94861, + -73.99791, + -73.99373, + -73.91385, + -74.07811, + -73.96342, + -73.95354, + -73.99858, + -73.92919, + -73.89817, + -73.95084, + -73.98191, + -73.96001, + -73.95928, + -73.98641, + -73.96631, + -73.93086, + -73.9557, + -73.91695, + -73.93319, + -73.99741, + -74.00854, + -73.95012, + -73.98822, + -73.95445, + -74.00002, + -73.91909, + -73.92758, + -73.94938, + -73.95739, + -73.98467, + -73.95822, + -73.91792, + -73.93487, + -73.94578, + -73.97905, + -73.94686, + -73.94109, + -73.91879, + -73.88946, + -73.82029, + -73.93126, + -73.98176, + -73.94603, + -73.98991, + -73.95134, + -73.98457, + -73.94959, + -73.80603, + -73.95437, + -73.90961, + -73.76672, + -73.91548, + -73.9673, + -73.99586, + -73.93041, + -73.95346, + -73.95694, + -73.92518, + -73.8357, + -73.96269, + -73.95125, + -73.96501, + -73.98601, + -73.82141, + -73.79449, + -73.93716, + -73.95569, + -73.9675, + -74.00157, + -73.9464, + -73.94407, + -73.92318, + -73.93325, + -73.9505, + -73.95764, + -73.93884, + -73.9847, + -73.93816, + -73.98891, + -73.91963, + -73.99191, + -73.992, + -73.91968, + -73.97743, + -73.9966, + -73.99532, + -73.97713, + -73.91477, + -73.97061, + -73.91996, + -73.94804, + -74.00596, + -73.94843, + -73.94287, + -73.94454, + -73.84924, + -73.93915, + -73.94271, + -73.9329, + -73.95601, + -73.98279, + -73.97299, + -73.96577, + -73.9171, + -73.90988, + -73.95276, + -73.94548, + -73.89186, + -73.98084, + -73.98709, + -73.95734, + -73.98592, + -73.9624, + -73.91277, + -73.95468, + -73.98055, + -74.00737, + -73.98855, + -73.96631, + -73.98929, + -73.85522, + -73.96392, + -73.93873, + -73.94219, + -73.9909, + -73.83378, + -73.97544, + -73.91341, + -73.95725, + -73.96239, + -73.96486, + -73.93705, + -73.96385, + -73.90697, + -73.98215, + -73.95295, + -73.93849, + -73.97605, + -73.97957, + -73.76929, + -73.96111, + -73.96052, + -73.95586, + -73.88301, + -73.99128, + -73.97276, + -73.95952, + -73.83746, + -73.9467, + -73.98157, + -73.98393, + -73.96462, + -73.94363, + -73.89553, + -73.99546, + -73.95326, + -74.00018, + -73.94112, + -73.95771, + -73.96388, + -73.91321, + -73.95473, + -73.98427, + -73.92474, + -73.94078, + -73.9567, + -73.94555, + -73.82185, + -73.96757, + -73.957, + -73.95965, + -73.93573, + -73.98683, + -73.83186, + -74.00558, + -73.94225, + -73.94708, + -73.98597, + -73.98899, + -73.95489, + -73.97791, + -73.97929, + -73.94125, + -73.97241, + -73.99767, + -73.99523, + -73.93611, + -73.95305, + -73.92727, + -73.99718, + -73.95708, + -73.98798, + -73.91733, + -73.98382, + -73.97954, + -73.94587, + -73.95734, + -73.95165, + -73.9338, + -73.97151, + -73.91597, + -73.85683, + -73.99424, + -73.99339, + -73.94692, + -73.9813, + -73.91636, + -73.89325, + -73.94247, + -73.9554, + -73.95245, + -73.99394, + -73.99431, + -73.9506, + -73.98224, + -73.98441, + -73.8975, + -73.95648, + -73.93116, + -74.00365, + -73.88136, + -73.9487, + -73.96204, + -74.00916, + -73.98974, + -73.92855, + -73.96202, + -73.94872, + -73.98289, + -73.96029, + -73.95792, + -73.93664, + -73.99681, + -73.94817, + -73.96434, + -73.99498, + -74.1, + -73.98347, + -73.98198, + -73.90059, + -73.96904, + -73.87782, + -73.99742, + -73.99452, + -73.97235, + -73.94426, + -73.91341, + -73.98582, + -73.96703, + -73.94194, + -73.99451, + -73.95817, + -73.9447, + -73.95713, + -73.92705, + -73.95001, + -73.9575, + -73.92544, + -73.9398, + -73.98936, + -73.97668, + -73.99835, + -73.98995, + -73.93929, + -73.90072, + -73.92343, + -73.90639, + -73.8538, + -73.9588, + -73.9518, + -73.94986, + -74.00858, + -73.93696, + -73.96828, + -73.974, + -73.94194, + -73.99773, + -73.94571, + -73.99883, + -73.95939, + -73.96013, + -73.96502, + -74.01557, + -73.97742, + -73.98458, + -73.95949, + -73.95223, + -73.99058, + -73.98874, + -73.9383, + -73.92941, + -73.94313, + -73.99461, + -73.98969, + -73.97865, + -73.99376, + -73.93808, + -73.85776, + -73.91261, + -73.98141, + -73.95835, + -73.96901, + -73.92436, + -73.94601, + -73.97134, + -73.94539, + -73.97616, + -73.96347, + -73.98743, + -73.90211, + -73.99117, + -73.8988, + -73.95441, + -73.99143, + -73.99078, + -74.01252, + -73.89572, + -73.94848, + -73.99044, + -74.00736, + -73.9717, + -73.98285, + -73.9337, + -73.93368, + -73.93238, + -74.0005, + -73.97243, + -74.01045, + -74.00549, + -73.93879, + -73.73221, + -73.95888, + -73.94888, + -73.98327, + -73.94708, + -73.96956, + -73.96097, + -73.9572, + -74.00004, + -73.9444, + -73.97289, + -73.97474, + -74.00684, + -74.00303, + -73.97264, + -73.94067, + -73.99914, + -73.99003, + -73.958, + -73.98507, + -73.96284, + -73.92712, + -73.95303, + -73.96004, + -73.96567, + -73.79905, + -73.94318, + -73.99829, + -73.99329, + -73.98981, + -73.98194, + -73.953, + -73.73296, + -74.0018, + -73.81491, + -73.99824, + -73.919, + -73.99203, + -74.01136, + -73.9908, + -73.92609, + -73.95181, + -73.91361, + -73.92918, + -73.96257, + -73.99313, + -73.93894, + -73.98079, + -73.90677, + -74.00079, + -73.95989, + -73.87708, + -73.97115, + -73.93234, + -73.94342, + -73.95782, + -73.9293, + -73.88332, + -73.94085, + -73.90546, + -73.91525, + -73.89122, + -73.9569, + -73.97934, + -73.98267, + -73.9294, + -73.97491, + -73.98553, + -73.85052, + -73.958, + -73.85612, + -73.94798, + -73.94846, + -73.85219, + -73.80106, + -73.97305, + -73.80117, + -73.95367, + -73.98772, + -73.9168, + -73.9628, + -73.90729, + -73.98377, + -73.93397, + -73.994, + -73.97769, + -73.99995, + -73.99002, + -73.9946, + -73.94979, + -73.98951, + -73.95773, + -73.95547, + -73.9117, + -73.84238, + -73.94272, + -73.86865, + -73.9593, + -73.95248, + -73.83948, + -73.94693, + -73.96125, + -73.95507, + -73.9405, + -73.94164, + -73.97823, + -73.98025, + -73.98912, + -73.97563, + -73.98231, + -73.92725, + -73.89706, + -73.93583, + -73.95218, + -73.95164, + -73.95575, + -73.95255, + -73.96128, + -73.96325, + -73.96454, + -73.935, + -73.91762, + -73.98613, + -73.94583, + -73.91196, + -73.83601, + -73.97407, + -73.98943, + -73.98649, + -73.95819, + -73.96625, + -73.96369, + -73.96014, + -73.94314, + -73.95491, + -73.98541, + -73.96193, + -73.89252, + -73.92549, + -73.96249, + -73.90093, + -73.94298, + -73.94616, + -73.99274, + -73.94867, + -73.97318, + -73.92143, + -73.89653, + -73.95398, + -73.98314, + -73.98178, + -73.96618, + -74.00287, + -73.94893, + -73.94982, + -73.99336, + -73.9655, + -73.9566, + -73.92966, + -73.98588, + -73.94568, + -73.96111, + -73.90792, + -73.90036, + -74.00311, + -73.94035, + -73.95871, + -73.97704, + -73.98498, + -73.95308, + -73.93811, + -74.0054, + -73.96338, + -73.94016, + -73.81465, + -73.92297, + -73.97151, + -73.92554, + -73.92844, + -73.99885, + -73.89034, + -73.95841, + -73.86818, + -73.9495, + -73.97748, + -74.01074, + -73.90796, + -73.94944, + -74.00606, + -74.00275, + -73.96966, + -73.9278, + -73.94501, + -73.83172, + -73.95758, + -74.00362, + -73.98503, + -73.96734, + -74.00914, + -74.01235, + -73.94501, + -74.00946, + -73.94765, + -73.9722, + -73.97949, + -73.94838, + -73.95167, + -73.99543, + -73.97115, + -73.92588, + -73.95477, + -73.78025, + -73.94859, + -73.98054, + -73.99147, + -73.96073, + -73.94963, + -73.96181, + -73.87733, + -73.98668, + -73.80117, + -73.95716, + -73.95587, + -73.92284, + -73.99051, + -73.94124, + -73.94207, + -73.96446, + -74.00563, + -73.97685, + -73.74596, + -73.74037, + -73.98893, + -73.99103, + -73.94295, + -73.98934, + -73.93771, + -73.96797, + -73.98911, + -73.98275, + -73.94366, + -73.7691, + -73.89395, + -73.98258, + -73.95649, + -73.96257, + -74.00782, + -73.88292, + -73.9179, + -73.90325, + -73.97302, + -73.91975, + -73.98688, + -73.96148, + -74.00233, + -73.95635, + -73.95429, + -73.9825, + -73.99647, + -73.92191, + -73.90905, + -73.95572, + -73.94731, + -74.00345, + -73.96303, + -73.95625, + -73.85632, + -73.73064, + -73.94054, + -73.95919, + -73.92615, + -73.94472, + -73.98195, + -73.95203, + -73.93517, + -73.93547, + -73.92529, + -73.96514, + -73.89569, + -73.95123, + -73.96126, + -73.94351, + -73.97355, + -74.00106, + -73.95183, + -73.92584, + -73.98139, + -73.99307, + -73.92952, + -73.81532, + -73.99416, + -73.9501, + -73.90911, + -73.99355, + -73.944, + -73.98915, + -73.94977, + -73.98828, + -74.00375, + -73.93095, + -73.90578, + -73.91295, + -73.91165, + -73.97751, + -73.95442, + -73.95389, + -73.81996, + -73.8872, + -73.98041, + -73.94055, + -73.91991, + -73.97721, + -73.96661, + -73.93681, + -73.95332, + -73.97952, + -73.98834, + -73.98112, + -73.95118, + -73.98611, + -73.98633, + -73.9661, + -73.96795, + -73.81565, + -73.95442, + -73.94299, + -73.91221, + -73.9472, + -73.96833, + -73.9503, + -73.95044, + -73.98734, + -73.93021, + -73.9016, + -73.94098, + -73.94111, + -73.91316, + -74.00546, + -73.96256, + -73.82879, + -73.96058, + -73.97829, + -74.00764, + -73.95697, + -73.95242, + -73.99811, + -73.98059, + -73.94775, + -73.99233, + -73.91298, + -73.98933, + -73.91664, + -73.95848, + -73.90802, + -73.96308, + -73.94376, + -73.93113, + -73.8333, + -73.9252, + -73.94606, + -73.91151, + -73.82039, + -73.97959, + -73.96158, + -73.93916, + -74.01397, + -73.99095, + -73.9871, + -73.99462, + -73.95689, + -73.91941, + -73.91903, + -73.94652, + -73.99007, + -73.93074, + -73.94927, + -73.95494, + -73.99944, + -73.98875, + -73.96452, + -73.94554, + -73.98329, + -73.97894, + -73.95416, + -73.99526, + -73.99008, + -73.99937, + -73.97421, + -73.97638, + -73.9508, + -73.98582, + -73.98002, + -73.89988, + -73.92935, + -73.87804, + -74.0066, + -73.95112, + -73.99092, + -73.94768, + -74.17459, + -73.93952, + -73.96734, + -73.93192, + -73.85284, + -73.93661, + -73.9769, + -74.01537, + -73.97139, + -73.99311, + -73.92781, + -73.8098, + -73.95749, + -73.9271, + -73.97528, + -73.94525, + -73.95095, + -73.99896, + -73.96511, + -73.96414, + -73.86489, + -73.92773, + -74.03047, + -73.92674, + -74.03227, + -74.03188, + -73.8158, + -73.99335, + -73.89569, + -73.94245, + -73.95545, + -73.94869, + -73.90961, + -73.96348, + -73.92421, + -73.8486, + -73.95267, + -73.95401, + -73.77818, + -73.96018, + -73.95967, + -73.95189, + -73.96586, + -73.90855, + -73.74893, + -73.9468, + -73.91426, + -73.96075, + -73.94793, + -73.9651, + -73.93702, + -74.18028, + -73.93294, + -73.97938, + -73.95333, + -73.96114, + -73.94161, + -73.9928, + -73.99148, + -73.9612, + -73.98581, + -73.98629, + -73.94413, + -73.98993, + -73.9851, + -73.83055, + -73.94772, + -73.94544, + -73.97408, + -73.97894, + -73.9406, + -73.95188, + -73.9612, + -73.90758, + -73.94045, + -73.94802, + -73.9348, + -74.01525, + -73.98032, + -73.9678, + -73.98112, + -74.00263, + -73.95332, + -73.98667, + -73.92755, + -73.98482, + -73.95036, + -73.98836, + -73.97361, + -73.90578, + -73.92964, + -73.945, + -74.00419, + -73.96782, + -74.00241, + -73.98362, + -73.98831, + -73.90583, + -73.9688, + -73.94599, + -73.95647, + -73.9519, + -73.96164, + -73.95702, + -74.00986, + -73.94233, + -74.23803, + -73.92351, + -73.90152, + -73.95205, + -73.97422, + -73.97824, + -73.98163, + -73.92948, + -73.991, + -73.99515, + -73.96963, + -73.96944, + -73.98985, + -73.95644, + -73.92672, + -74.01529, + -73.94799, + -73.96116, + -73.94555, + -74.08174, + -73.99167, + -73.9872, + -73.95452, + -73.98689, + -73.94535, + -73.94951, + -73.92921, + -74.00056, + -73.96376, + -73.92241, + -73.97867, + -73.91191, + -73.99742, + -73.93955, + -73.92998, + -73.98595, + -73.99911, + -73.93344, + -73.92707, + -73.97713, + -74.00616, + -74.01786, + -73.97067, + -73.94178, + -73.9896, + -73.95113, + -73.94204, + -73.99509, + -73.94622, + -73.95189, + -73.93253, + -73.82893, + -73.99063, + -73.95736, + -73.96172, + -73.81145, + -74.006, + -73.94624, + -73.93649, + -73.91704, + -73.94665, + -73.97661, + -73.99237, + -73.92479, + -74.15911, + -73.92627, + -73.9443, + -73.99935, + -73.95678, + -73.98792, + -73.95857, + -73.99468, + -73.92721, + -74.00935, + -73.98874, + -73.93498, + -73.95166, + -73.94669, + -73.94864, + -73.96052, + -73.93831, + -73.92995, + -73.96136, + -73.9733, + -73.764, + -73.96368, + -73.96019, + -73.88784, + -73.9824, + -74.00782, + -73.92146, + -73.9431, + -73.94662, + -73.995, + -73.88083, + -73.83263, + -74.01357, + -73.98267, + -73.94513, + -73.83172, + -73.9738, + -73.94222, + -73.98473, + -73.977, + -73.97726, + -73.94679, + -73.81867, + -73.98715, + -73.91109, + -73.92806, + -73.94407, + -74.01545, + -73.92613, + -73.94819, + -73.92787, + -73.93726, + -73.91141, + -73.95617, + -73.93696, + -73.93281, + -73.93694, + -73.99248, + -73.99032, + -73.95885, + -73.98573, + -73.91709, + -73.96708, + -73.9437, + -73.89778, + -73.91792, + -73.81264, + -73.98516, + -73.94784, + -73.98182, + -73.93384, + -73.95394, + -73.99811, + -73.96183, + -73.95252, + -73.99225, + -73.96499, + -73.94374, + -73.9507, + -73.91798, + -73.97004, + -73.84532, + -73.96625, + -73.95726, + -73.91678, + -73.9302, + -73.92084, + -73.9233, + -73.95536, + -73.9501, + -73.98849, + -73.98725, + -73.95646, + -73.9179, + -73.94658, + -73.95337, + -73.94297, + -73.95004, + -73.92367, + -73.961, + -73.89039, + -73.925, + -73.96016, + -73.92025, + -73.94463, + -73.94255, + -73.9601, + -73.94761, + -73.95246, + -73.7967, + -73.75184, + -73.94323, + -73.955, + -73.92848, + -73.97991, + -73.91344, + -73.96185, + -73.95439, + -73.99402, + -73.95654, + -73.93454, + -73.94215, + -73.94108, + -73.99208, + -73.9623, + -73.91003, + -73.95347, + -73.97087, + -73.96251, + -73.9954, + -73.96137, + -73.92568, + -73.93947, + -73.93986, + -73.98066, + -73.98689, + -74.11311, + -73.94305, + -73.90585, + -73.95927, + -73.98795, + -73.943, + -73.96415, + -73.94303, + -73.90684, + -73.95577, + -73.84698, + -73.95937, + -73.99472, + -73.96344, + -73.92092, + -73.99925, + -73.98443, + -73.99493, + -73.97925, + -73.992, + -73.85436, + -73.95021, + -73.91041, + -73.94837, + -73.9987, + -73.99509, + -73.95832, + -73.89635, + -73.96616, + -73.96306, + -73.95922, + -73.9983, + -73.99952, + -73.99923, + -73.9888, + -73.96336, + -73.96082, + -73.92166, + -73.99846, + -73.92971, + -73.942, + -74.00754, + -73.99795, + -73.97138, + -74.00296, + -73.94003, + -73.80285, + -73.97607, + -73.92412, + -73.92297, + -73.97082, + -73.94943, + -73.87774, + -74.00255, + -73.95471, + -73.94253, + -73.99658, + -73.98942, + -73.93772, + -73.93567, + -73.96411, + -73.97205, + -73.92919, + -73.91334, + -73.98464, + -73.94597, + -73.98053, + -73.91261, + -73.83298, + -73.97825, + -73.95447, + -73.99898, + -73.94456, + -73.95009, + -73.82342, + -73.93094, + -73.92771, + -73.98197, + -73.92598, + -73.94394, + -73.94791, + -73.98157, + -73.95221, + -73.99705, + -73.92981, + -73.97986, + -73.99918, + -73.98868, + -73.97857, + -73.95858, + -73.945, + -73.91124, + -73.92106, + -73.96095, + -73.90168, + -73.9315, + -73.94413, + -73.96438, + -73.99182, + -73.81295, + -73.89082, + -74.08825, + -73.97132, + -74.00209, + -73.94543, + -74.00776, + -73.85411, + -73.99387, + -73.98253, + -73.96066, + -73.96221, + -73.94918, + -73.92321, + -73.95497, + -73.94166, + -73.94346, + -73.96619, + -73.95322, + -73.98451, + -73.96392, + -73.9086, + -73.90057, + -73.95528, + -73.96152, + -73.98561, + -73.98199, + -73.93741, + -73.93325, + -73.96311, + -73.99969, + -73.94621, + -73.94848, + -73.91646, + -73.87319, + -73.9575, + -73.92716, + -73.92343, + -73.90747, + -73.92478, + -73.97417, + -73.93809, + -73.95727, + -73.98964, + -73.98812, + -73.98023, + -73.95871, + -73.89416, + -73.93866, + -73.96032, + -73.94334, + -73.94443, + -73.95379, + -73.91776, + -73.95205, + -73.98422, + -73.95781, + -73.99834, + -73.92092, + -73.94006, + -73.92516, + -73.91217, + -73.96628, + -73.89367, + -73.98625, + -73.92092, + -73.94337, + -73.94431, + -73.91055, + -73.94478, + -74.00624, + -73.95454, + -73.96161, + -73.95645, + -73.95901, + -73.94529, + -73.94141, + -73.91815, + -73.76832, + -73.95273, + -73.92569, + -73.97123, + -73.72582, + -73.98338, + -73.95149, + -73.94143, + -73.88258, + -73.93849, + -73.85619, + -73.83538, + -73.98609, + -73.86728, + -73.95008, + -73.94798, + -73.92167, + -73.98594, + -73.94933, + -73.95248, + -73.95568, + -73.99929, + -73.83909, + -73.99204, + -73.98996, + -73.9763, + -74.01147, + -73.95205, + -73.98633, + -73.97137, + -73.9293, + -73.87762, + -73.9144, + -73.99843, + -73.93965, + -73.95993, + -73.85248, + -73.93584, + -73.92847, + -73.98385, + -73.9175, + -73.8488, + -73.98121, + -73.97849, + -73.9878, + -73.95461, + -73.9506, + -73.99466, + -73.95183, + -73.94672, + -73.94833, + -73.97414, + -73.97994, + -73.95927, + -73.97824, + -73.99006, + -73.95706, + -73.9347, + -73.857, + -74.00335, + -73.9307, + -73.77887, + -73.93833, + -73.92075, + -73.9203, + -73.91993, + -73.92283, + -73.76884, + -73.99276, + -73.95553, + -73.98517, + -73.9849, + -73.98691, + -73.97217, + -73.95578, + -73.99126, + -73.9362, + -73.9873, + -73.77288, + -73.77339, + -73.77236, + -73.8678, + -73.9618, + -73.99369, + -73.99264, + -73.92507, + -73.95046, + -73.9739, + -74.01702, + -73.85981, + -73.97652, + -73.93746, + -73.97574, + -73.99254, + -73.95685, + -73.99545, + -73.9497, + -73.92273, + -73.94563, + -74.00088, + -73.92092, + -73.94267, + -73.94156, + -74.00541, + -73.95186, + -73.92582, + -73.92863, + -73.95602, + -73.95048, + -73.98942, + -74.11403, + -73.98777, + -73.9656, + -73.96299, + -73.99149, + -73.98277, + -74.00989, + -73.86594, + -73.95582, + -73.77355, + -73.91332, + -73.94431, + -73.94753, + -73.76899, + -73.95074, + -73.95627, + -73.88709, + -73.96148, + -73.98311, + -74.01406, + -73.93762, + -74.0029, + -73.76681, + -73.94643, + -73.99744, + -74.0022, + -73.99431, + -73.98608, + -73.97992, + -73.80062, + -73.89713, + -73.97131, + -73.94467, + -73.97232, + -73.93747, + -73.98454, + -73.99113, + -73.95411, + -73.93052, + -73.96219, + -73.95592, + -73.97665, + -73.94303, + -73.97673, + -73.96221, + -73.9523, + -73.92808, + -73.93819, + -73.99552, + -73.94936, + -73.98123, + -73.92258, + -73.99805, + -73.98522, + -73.95054, + -73.97828, + -73.90947, + -73.92293, + -73.98795, + -73.91251, + -73.96143, + -73.90774, + -73.95316, + -73.90993, + -73.97365, + -73.9553, + -73.91386, + -73.9318, + -73.89548, + -73.8532, + -73.97989, + -73.9614, + -73.89004, + -73.93286, + -74.00691, + -74.00105, + -73.99365, + -73.98862, + -73.96336, + -73.95347, + -74.00893, + -73.95069, + -73.94402, + -73.98249, + -73.94578, + -73.94838, + -73.99807, + -73.97132, + -73.96063, + -73.95211, + -73.92829, + -73.93839, + -73.93934, + -73.97962, + -73.95798, + -73.96385, + -73.95875, + -73.97713, + -74.00306, + -73.94806, + -73.96686, + -74.0039, + -73.94579, + -73.94112, + -73.99558, + -73.81062, + -73.9912, + -74.00358, + -74.07944, + -73.94418, + -73.90907, + -73.82066, + -73.91641, + -73.98067, + -73.98189, + -73.97827, + -73.95, + -73.98282, + -73.96526, + -73.76785, + -73.97718, + -73.96029, + -73.94884, + -74.01121, + -73.97303, + -73.97358, + -73.97217, + -73.864, + -73.77059, + -73.87017, + -73.98936, + -73.94299, + -73.9862, + -73.94935, + -73.91525, + -73.97158, + -73.972, + -73.9733, + -73.92676, + -73.92928, + -73.9719, + -73.97196, + -73.94902, + -74.0786, + -73.98408, + -73.94273, + -73.96211, + -73.99135, + -73.94994, + -73.97308, + -73.97207, + -74.00344, + -73.97295, + -73.97295, + -73.99203, + -73.9733, + -73.95502, + -73.93879, + -73.93069, + -73.99257, + -73.99121, + -73.98327, + -73.94981, + -73.99826, + -73.99795, + -73.99823, + -73.99819, + -73.99893, + -73.998, + -73.9458, + -73.96123, + -73.98188, + -73.98148, + -73.9834, + -73.98238, + -73.98453, + -73.98698, + -73.91564, + -73.90596, + -73.93848, + -73.95793, + -73.96724, + -73.96735, + -73.95887, + -73.99322, + -73.95025, + -73.9916, + -73.95725, + -73.93903, + -73.94656, + -73.9923, + -73.95296, + -73.96313, + -73.94838, + -73.98094, + -73.91359, + -73.89761, + -74.00128, + -73.98964, + -73.9772, + -73.76647, + -73.98007, + -73.97961, + -73.961, + -73.9899, + -74.00853, + -73.91238, + -73.9862, + -73.86951, + -73.97659, + -73.92512, + -73.99593, + -73.97306, + -73.94278, + -74.00401, + -73.90721, + -73.95191, + -73.99395, + -73.9651, + -73.78046, + -73.98185, + -73.9454, + -73.96619, + -73.92816, + -73.98986, + -74.0784, + -73.9913, + -73.96293, + -73.99108, + -73.94513, + -73.97321, + -73.99409, + -73.92808, + -73.86486, + -73.96402, + -73.96279, + -73.91531, + -73.932, + -73.86632, + -73.95632, + -73.98609, + -73.97458, + -73.99188, + -73.94764, + -73.94936, + -73.98025, + -73.97081, + -74.00656, + -73.79441, + -73.97897, + -73.98253, + -74.00134, + -73.94593, + -73.87068, + -74.00006, + -73.90891, + -73.97218, + -73.94582, + -73.99332, + -73.94892, + -73.92302, + -73.94684, + -73.76621, + -73.90319, + -73.81841, + -73.96171, + -73.92298, + -73.87607, + -73.94937, + -73.89665, + -73.9265, + -73.97762, + -73.96027, + -73.94205, + -73.95106, + -73.95923, + -73.75932, + -73.97832, + -73.79563, + -74.00371, + -73.91975, + -73.99443, + -73.95647, + -73.88889, + -73.98312, + -73.94592, + -73.90548, + -74.00032, + -73.9173, + -73.98941, + -73.94746, + -73.95753, + -73.95127, + -73.95245, + -74.00496, + -73.92959, + -73.91311, + -73.9648, + -73.94782, + -73.94048, + -73.94425, + -73.97645, + -73.94265, + -73.95444, + -73.94889, + -73.95367, + -73.91385, + -73.96194, + -73.96079, + -73.98255, + -73.94407, + -73.92366, + -74.03132, + -73.99901, + -73.91537, + -73.92279, + -73.91209, + -73.96086, + -73.94215, + -73.96226, + -73.94526, + -73.78217, + -73.9826, + -73.95593, + -73.92691, + -73.98238, + -73.94519, + -73.93733, + -74.00889, + -73.97301, + -73.99383, + -73.97874, + -73.99149, + -73.82814, + -73.99571, + -73.95323, + -73.99061, + -73.995, + -73.95199, + -73.94352, + -73.94934, + -73.94848, + -73.95878, + -73.95283, + -73.96745, + -73.96196, + -73.94521, + -73.96467, + -73.8994, + -73.95803, + -73.95927, + -73.94557, + -73.99932, + -73.99327, + -73.94914, + -73.8054, + -73.94794, + -73.95333, + -73.92354, + -73.99655, + -73.86351, + -73.99813, + -73.96175, + -73.97249, + -73.93539, + -73.93816, + -73.94267, + -73.99202, + -73.98397, + -74.00295, + -74.0196, + -73.97218, + -73.94607, + -73.99803, + -73.98888, + -73.95149, + -73.92082, + -73.93058, + -73.99315, + -73.99498, + -73.82561, + -73.96436, + -73.95125, + -73.90823, + -73.96321, + -73.94019, + -73.9624, + -73.9496, + -73.96807, + -73.89326, + -74.13023, + -73.94817, + -73.92643, + -74.0075, + -73.9873, + -73.96627, + -73.95292, + -73.9466, + -73.93675, + -73.94278, + -74.01252, + -73.95767, + -74.03282, + -73.8297, + -73.74255, + -73.96858, + -73.95675, + -73.74103, + -73.9499, + -73.92167, + -73.96085, + -73.94526, + -73.92552, + -73.94302, + -73.95432, + -73.94439, + -73.91896, + -73.91685, + -73.91744, + -73.99092, + -73.92991, + -73.97877, + -73.93909, + -73.94258, + -73.95734, + -73.96423, + -73.96288, + -73.97595, + -74.01, + -74.00807, + -73.9436, + -73.97253, + -73.94532, + -73.9793, + -73.96754, + -73.96891, + -73.99915, + -73.9265, + -73.99951, + -73.99756, + -73.99806, + -73.99937, + -73.95806, + -73.99896, + -73.99929, + -73.94537, + -73.96684, + -73.88667, + -73.91231, + -73.99809, + -73.94386, + -73.99592, + -73.94122, + -73.98401, + -73.96604, + -73.98741, + -73.99351, + -74.00381, + -73.93349, + -73.92349, + -73.94911, + -73.93775, + -74.00658, + -73.92981, + -73.99178, + -73.94437, + -73.98584, + -73.93836, + -73.99781, + -73.96102, + -73.94135, + -73.99582, + -73.99172, + -73.93479, + -73.96313, + -73.87907, + -73.96213, + -73.97479, + -73.98907, + -73.95887, + -73.98956, + -73.8964, + -73.90883, + -74.09493, + -73.96146, + -73.92686, + -73.92241, + -73.99828, + -73.92611, + -73.89981, + -73.98868, + -74.03085, + -73.94446, + -73.96154, + -73.96923, + -73.94345, + -73.965, + -73.95791, + -73.93889, + -73.96445, + -73.94037, + -73.94614, + -73.96603, + -73.75383, + -73.9678, + -73.98104, + -73.94676, + -73.95118, + -74.00215, + -73.98723, + -73.92864, + -73.92232, + -73.97438, + -73.97598, + -73.95814, + -73.96611, + -73.96645, + -73.94712, + -73.94099, + -73.92631, + -73.96043, + -73.76637, + -73.84139, + -73.97602, + -74.00191, + -73.76711, + -73.9472, + -74.00218, + -73.95965, + -73.98955, + -73.99266, + -73.94239, + -73.99201, + -73.92622, + -73.96229, + -73.79281, + -73.93443, + -73.96736, + -73.74225, + -73.91116, + -73.92319, + -74.00075, + -74.00161, + -73.88348, + -73.98122, + -73.92482, + -73.93183, + -73.97231, + -73.9746, + -73.96138, + -73.99751, + -73.97944, + -73.92115, + -73.96161, + -73.9615, + -73.99658, + -73.96099, + -73.9839, + -74.02451, + -73.92803, + -73.97806, + -73.94196, + -73.92316, + -73.91348, + -73.94693, + -73.96768, + -73.98388, + -73.97186, + -73.97148, + -73.79806, + -73.96245, + -73.95865, + -73.96705, + -73.93303, + -73.9533, + -73.95221, + -73.96789, + -73.8593, + -73.94104, + -73.92489, + -73.95599, + -73.91107, + -73.93295, + -73.94153, + -73.99461, + -73.94451, + -73.99681, + -73.93648, + -73.97045, + -73.86015, + -73.95408, + -73.96166, + -73.95386, + -73.99401, + -73.94501, + -73.94197, + -73.94532, + -73.98782, + -73.99825, + -73.92226, + -73.97018, + -73.90008, + -73.94881, + -73.96627, + -73.95101, + -73.95236, + -73.93449, + -73.95134, + -73.94859, + -73.93175, + -73.83343, + -73.94804, + -73.94947, + -73.94307, + -74.00378, + -73.94263, + -73.98578, + -73.94712, + -73.96579, + -73.91405, + -73.98704, + -73.95092, + -73.95922, + -73.91522, + -73.98686, + -73.97216, + -73.95777, + -74.01177, + -73.94985, + -73.93458, + -73.94241, + -73.98196, + -73.93862, + -73.85131, + -73.95401, + -73.97891, + -73.96356, + -73.95876, + -73.90951, + -73.91693, + -73.92359, + -73.96451, + -73.88743, + -73.95634, + -74.00744, + -74.00891, + -73.97345, + -73.93947, + -73.92903, + -73.97114, + -73.94652, + -73.95075, + -73.95338, + -74.02455, + -73.99848, + -73.98946, + -73.94952, + -73.73874, + -73.98575, + -73.96174, + -73.73542, + -73.94213, + -73.96232, + -73.95117, + -74.00044, + -73.95545, + -73.95557, + -73.97151, + -73.93858, + -73.98963, + -73.955, + -73.72982, + -73.73006, + -73.99786, + -73.93396, + -73.95294, + -73.98428, + -73.98846, + -73.95245, + -73.95325, + -73.97851, + -73.99342, + -73.90332, + -73.97365, + -73.95431, + -73.96813, + -73.90885, + -73.98824, + -73.95786, + -73.95283, + -73.95386, + -73.96196, + -73.97295, + -73.99183, + -73.92255, + -73.99366, + -73.99762, + -73.95655, + -74.00505, + -73.98539, + -73.98884, + -73.94527, + -73.9519, + -74.00025, + -73.95761, + -73.94469, + -73.97171, + -73.97866, + -73.98004, + -73.94298, + -73.98581, + -73.98947, + -73.98971, + -73.94224, + -73.96588, + -73.92271, + -73.95224, + -73.9993, + -73.94675, + -73.95934, + -73.92619, + -73.9696, + -73.99036, + -73.95555, + -73.99103, + -74.00762, + -73.96286, + -73.88839, + -73.98678, + -73.91671, + -73.92971, + -73.92938, + -73.94481, + -73.98797, + -73.95388, + -73.93501, + -73.98146, + -73.9819, + -73.90058, + -73.97223, + -73.96601, + -73.95339, + -73.97901, + -74.14666, + -73.88418, + -73.9642, + -73.97652, + -73.96129, + -74.00028, + -73.98171, + -73.96758, + -73.98338, + -73.90125, + -73.98751, + -73.94088, + -73.98911, + -73.92629, + -73.95154, + -73.90219, + -73.86079, + -73.90925, + -73.99947, + -73.9904, + -73.98172, + -73.98662, + -73.92173, + -73.90531, + -73.94736, + -73.97289, + -74.00761, + -73.97514, + -73.97477, + -73.8308, + -73.93902, + -73.9083, + -73.89343, + -73.93864, + -73.9676, + -73.98042, + -73.99797, + -73.96161, + -73.92588, + -73.90739, + -73.95473, + -73.93335, + -73.98371, + -73.95546, + -73.95892, + -73.9425, + -74.00646, + -73.99969, + -73.92212, + -74.13001, + -73.92019, + -73.97839, + -73.90908, + -73.94829, + -73.97842, + -73.94259, + -73.98117, + -73.82206, + -73.98172, + -73.85774, + -73.95399, + -73.89447, + -73.90727, + -73.93202, + -73.92937, + -73.99813, + -73.96745, + -73.99271, + -73.96147, + -73.9092, + -73.9563, + -73.97252, + -73.94042, + -73.97412, + -73.97345, + -73.94756, + -73.95081, + -73.95536, + -73.95419, + -73.95349, + -73.94668, + -73.98011, + -73.97777, + -73.90853, + -73.94236, + -73.93344, + -73.94862, + -73.91578, + -73.91303, + -73.93269, + -73.94571, + -73.96416, + -73.94941, + -73.94101, + -73.9943, + -73.97917, + -73.98259, + -73.99812, + -73.92491, + -73.95489, + -73.9806, + -73.94856, + -73.95329, + -73.96539, + -73.91195, + -73.95043, + -73.97957, + -73.9912, + -73.8223, + -73.96145, + -73.8904, + -73.93508, + -73.87165, + -73.82194, + -73.98344, + -73.9411, + -73.93744, + -74.00053, + -73.93962, + -73.99045, + -73.98031, + -73.9365, + -73.97932, + -73.91596, + -73.98873, + -73.96069, + -73.94086, + -73.94486, + -74.00551, + -73.91948, + -73.95248, + -73.97554, + -73.8762, + -73.95938, + -73.92038, + -73.98636, + -73.95324, + -73.96813, + -73.90526, + -74.00137, + -73.96474, + -73.95439, + -73.95641, + -73.94849, + -73.92431, + -73.87364, + -73.95354, + -73.92702, + -73.9783, + -73.98535, + -73.98781, + -73.95033, + -73.91723, + -73.94448, + -73.94354, + -73.97773, + -74.00094, + -73.81071, + -73.81717, + -73.81485, + -73.94819, + -73.96322, + -73.93008, + -73.8075, + -73.93355, + -73.95402, + -73.98217, + -73.95401, + -73.96074, + -73.9616, + -74.12673, + -73.95478, + -73.97733, + -74.00476, + -73.90729, + -73.97657, + -73.96782, + -73.99344, + -73.95085, + -73.96398, + -73.98274, + -73.89726, + -73.92194, + -73.91965, + -73.96964, + -73.91974, + -73.94494, + -73.99919, + -73.88688, + -73.94358, + -73.95765, + -73.97898, + -73.95469, + -73.87077, + -74.00419, + -73.94527, + -73.97215, + -73.93497, + -73.92422, + -73.95916, + -73.92232, + -73.96066, + -73.98631, + -73.80623, + -73.87039, + -73.94603, + -73.94233, + -73.95307, + -73.98364, + -73.93227, + -73.88049, + -73.98412, + -73.95827, + -73.95514, + -73.92849, + -73.94815, + -73.95994, + -73.93072, + -73.93265, + -73.92856, + -73.97635, + -73.9433, + -73.94979, + -73.97288, + -73.94345, + -73.95748, + -73.93995, + -73.99291, + -73.94446, + -73.96436, + -73.94349, + -73.9525, + -73.98959, + -73.93842, + -73.94093, + -73.98968, + -73.94511, + -73.93119, + -73.9404, + -73.95944, + -73.94989, + -74.08206, + -73.95399, + -73.97984, + -73.95068, + -73.98619, + -73.93858, + -73.97537, + -73.91351, + -73.93224, + -73.99332, + -73.95206, + -73.94856, + -73.92866, + -73.92839, + -73.97285, + -73.95597, + -73.91343, + -73.96195, + -73.99527, + -73.98445, + -73.95056, + -73.95782, + -73.98417, + -73.95289, + -73.94073, + -73.98439, + -73.99761, + -73.94247, + -73.99965, + -73.91516, + -73.93186, + -73.90627, + -73.95252, + -73.97248, + -73.98149, + -73.94479, + -73.95027, + -73.9995, + -73.96381, + -73.93414, + -73.94715, + -73.97125, + -73.94517, + -73.94302, + -73.98529, + -73.9509, + -73.76515, + -73.97178, + -73.89246, + -73.94478, + -73.9208, + -73.95178, + -73.92754, + -73.94476, + -73.94995, + -73.97677, + -73.98865, + -73.97356, + -73.99506, + -73.92001, + -74.00104, + -74.00154, + -74.00927, + -73.95787, + -73.91828, + -73.78196, + -73.98418, + -73.92913, + -73.9863, + -73.95675, + -73.99626, + -73.92411, + -73.95107, + -73.94448, + -73.94185, + -73.97574, + -73.98364, + -73.95143, + -73.95851, + -73.92872, + -73.98329, + -73.89944, + -73.94611, + -73.9167, + -73.96075, + -73.92412, + -73.95352, + -73.95527, + -73.95416, + -73.923, + -73.98937, + -73.92699, + -73.9291, + -73.96197, + -74.01418, + -73.97463, + -73.99233, + -73.93932, + -73.99969, + -73.83921, + -73.96174, + -73.98234, + -73.95667, + -73.97969, + -73.91461, + -73.94947, + -73.94138, + -73.98268, + -74.08391, + -73.80081, + -73.90375, + -73.9501, + -73.90561, + -73.92203, + -73.97863, + -73.95508, + -73.81687, + -74.00197, + -73.96669, + -74.001, + -73.98652, + -74.00188, + -73.94775, + -73.97155, + -73.97358, + -74.083, + -73.96572, + -73.98926, + -73.92958, + -73.96723, + -73.9661, + -74.08676, + -74.08716, + -74.08614, + -73.9732, + -74.08754, + -73.92755, + -73.97153, + -73.97332, + -73.99722, + -73.94744, + -73.98044, + -74.00221, + -73.99728, + -73.95527, + -73.9905, + -73.85244, + -73.99708, + -73.94495, + -73.93963, + -73.94657, + -73.96426, + -73.98545, + -73.92055, + -74.00121, + -73.9791, + -73.9357, + -73.93859, + -73.97568, + -73.93896, + -73.97264, + -73.9705, + -74.06955, + -73.94051, + -73.944, + -73.95596, + -74.08369, + -73.94978, + -73.978, + -73.89319, + -73.97746, + -73.96384, + -73.97325, + -73.94326, + -73.9078, + -73.96095, + -73.95987, + -73.96598, + -73.91447, + -73.91381, + -73.9419, + -73.95487, + -73.95715, + -73.99928, + -73.95169, + -73.94053, + -73.91985, + -73.98235, + -73.93499, + -73.93134, + -73.94315, + -73.87358, + -73.93606, + -73.99482, + -73.97221, + -73.96223, + -73.86474, + -73.92165, + -73.93585, + -73.94863, + -73.94791, + -73.94643, + -73.98693, + -73.86983, + -73.92771, + -73.94982, + -73.99393, + -73.93005, + -73.85667, + -73.93984, + -73.99378, + -73.95305, + -73.95246, + -73.9483, + -73.96086, + -73.97185, + -73.93666, + -74.00566, + -74.00712, + -73.96585, + -73.93634, + -73.91562, + -73.9485, + -73.98611, + -74.00735, + -73.94856, + -73.84765, + -73.91865, + -73.95857, + -73.99514, + -74.00763, + -73.93234, + -73.99229, + -73.93363, + -73.93283, + -73.98906, + -73.78749, + -73.97878, + -73.91503, + -73.95406, + -74.00186, + -73.94616, + -73.9621, + -73.93407, + -73.96207, + -73.943, + -73.94779, + -73.99594, + -73.90977, + -73.96444, + -73.95697, + -73.94822, + -73.9339, + -73.94824, + -73.80304, + -74.0041, + -73.97936, + -73.95418, + -73.9377, + -74.00612, + -73.94191, + -73.95101, + -73.87619, + -73.93886, + -73.96408, + -73.90503, + -73.9778, + -73.96056, + -73.94268, + -73.99997, + -74.01573, + -73.94109, + -74.01512, + -73.93129, + -74.01539, + -74.01532, + -73.87476, + -73.91196, + -73.99198, + -73.77244, + -73.94544, + -73.8951, + -73.95427, + -73.96325, + -73.93612, + -73.94867, + -73.94918, + -73.99169, + -73.9217, + -73.95732, + -73.9266, + -73.99283, + -73.9879, + -73.95799, + -73.94614, + -73.996, + -73.93905, + -73.93926, + -73.95846, + -73.94815, + -73.92993, + -73.96348, + -73.94607, + -73.93764, + -73.94674, + -73.97298, + -73.9732, + -73.98059, + -73.91778, + -73.89134, + -73.94889, + -73.94209, + -73.98056, + -74.08513, + -73.9506, + -74.00321, + -73.97452, + -73.93299, + -73.77361, + -73.98562, + -73.93565, + -73.91847, + -73.95953, + -73.99913, + -73.94797, + -73.94997, + -73.95953, + -73.95754, + -73.94027, + -73.94491, + -73.98358, + -73.97313, + -74.0034, + -73.94013, + -73.9919, + -74.01436, + -74.00304, + -73.99927, + -73.90474, + -73.98258, + -73.95099, + -73.95563, + -73.97737, + -73.94904, + -74.16027, + -73.75437, + -73.94623, + -73.95752, + -73.96239, + -73.95986, + -73.97449, + -73.9585, + -73.96546, + -73.9623, + -73.96428, + -73.95048, + -73.92538, + -73.94543, + -73.9593, + -73.93602, + -73.95208, + -73.88586, + -73.98714, + -73.94685, + -73.98677, + -74.01329, + -73.79573, + -73.93068, + -73.9785, + -73.93502, + -73.86651, + -73.99624, + -73.9435, + -73.91822, + -73.94595, + -73.95135, + -73.94028, + -74.00529, + -73.79117, + -73.99875, + -73.79166, + -74.00711, + -73.93952, + -73.9232, + -73.97138, + -73.96784, + -73.91934, + -73.95771, + -73.9554, + -73.93852, + -73.95332, + -73.98439, + -73.93576, + -73.95924, + -73.91564, + -73.9222, + -73.99913, + -73.96174, + -73.9387, + -73.90556, + -73.88917, + -73.9445, + -73.95354, + -73.93947, + -73.9534, + -73.95479, + -73.92804, + -73.96968, + -74.00599, + -73.96197, + -73.87547, + -73.87613, + -73.99379, + -73.98534, + -73.99443, + -73.94214, + -73.95385, + -73.98802, + -73.9929, + -73.88625, + -74.00361, + -73.99335, + -73.94988, + -73.93645, + -73.95434, + -73.92225, + -73.93684, + -73.92933, + -73.95837, + -73.91006, + -73.95332, + -73.91773, + -73.90575, + -73.87007, + -73.94721, + -73.94135, + -73.94248, + -73.98673, + -73.95101, + -73.91858, + -73.99022, + -73.90583, + -73.94749, + -73.94967, + -73.93838, + -73.9779, + -73.87737, + -73.94193, + -73.93073, + -73.91119, + -73.93334, + -73.97361, + -74.11494, + -73.97459, + -73.98853, + -73.95836, + -73.9734, + -74.11396, + -73.9378, + -73.95407, + -73.95233, + -73.93915, + -73.94926, + -73.99381, + -73.99974, + -73.9475, + -73.94246, + -73.89812, + -73.93272, + -73.94863, + -73.94442, + -73.95976, + -73.92708, + -73.98521, + -73.90889, + -73.94403, + -73.98796, + -73.96755, + -73.9624, + -73.90896, + -73.94633, + -73.99187, + -73.98381, + -73.99201, + -73.98622, + -73.99037, + -73.95103, + -73.92439, + -73.91875, + -73.97266, + -73.99075, + -73.99037, + -73.93416, + -74.00049, + -73.95565, + -73.95642, + -73.93748, + -73.93501, + -73.95665, + -73.99903, + -73.99525, + -73.98303, + -73.90956, + -73.9226, + -73.96186, + -73.96005, + -73.98653, + -73.99129, + -73.96585, + -73.96183, + -73.96103, + -73.94528, + -73.92489, + -73.9398, + -73.95128, + -73.94972, + -73.95085, + -73.9953, + -73.97235, + -73.94334, + -73.98079, + -73.92273, + -73.95142, + -73.96188, + -73.98849, + -73.96237, + -73.98141, + -73.95493, + -73.87227, + -73.8717, + -73.94992, + -73.99081, + -73.98556, + -73.87153, + -73.95371, + -73.90761, + -73.97114, + -73.95004, + -73.98781, + -73.9928, + -73.9289, + -73.91065, + -73.98192, + -74.00707, + -73.98559, + -73.90171, + -73.89791, + -73.95689, + -73.94346, + -73.91107, + -73.9566, + -73.90618, + -73.95432, + -73.95484, + -73.94586, + -73.96662, + -73.92742, + -74.00396, + -73.90694, + -73.86764, + -73.94879, + -73.96332, + -73.95037, + -73.93319, + -73.8934, + -73.98423, + -73.91121, + -73.94362, + -73.94549, + -73.87556, + -73.99438, + -73.94983, + -73.98448, + -73.99692, + -73.92334, + -73.93124, + -73.7726, + -73.96945, + -73.92784, + -73.96973, + -73.97174, + -74.00085, + -73.98797, + -74.00932, + -73.94807, + -73.95828, + -73.94137, + -73.94897, + -73.94136, + -73.89396, + -73.94419, + -73.91927, + -73.98854, + -73.97331, + -73.95354, + -73.98507, + -73.99506, + -73.95543, + -73.9427, + -73.96154, + -73.95383, + -73.98156, + -73.98626, + -73.94577, + -73.94823, + -73.94548, + -73.95112, + -73.94777, + -73.92886, + -73.94283, + -73.95041, + -73.95309, + -73.80368, + -73.99003, + -73.95402, + -73.98636, + -73.93959, + -73.99065, + -74.00663, + -73.93495, + -73.95482, + -73.99323, + -73.94708, + -73.9411, + -73.89067, + -73.9981, + -73.99623, + -73.96432, + -73.97752, + -73.95535, + -73.93956, + -73.9859, + -73.92769, + -73.8974, + -73.95548, + -73.983, + -73.9969, + -73.98466, + -73.96232, + -73.97972, + -73.94676, + -73.92847, + -73.97891, + -73.91918, + -73.94981, + -74.01544, + -73.97007, + -73.98885, + -73.96196, + -73.94739, + -73.94376, + -74.02614, + -73.93595, + -73.95987, + -73.98521, + -73.9279, + -74.00385, + -73.92778, + -74.00721, + -74.00025, + -73.92391, + -73.99105, + -73.9487, + -73.9892, + -73.95559, + -73.97365, + -73.82708, + -73.98389, + -73.992, + -73.96046, + -73.98796, + -73.9968, + -73.99652, + -73.99545, + -73.97222, + -73.99629, + -73.91113, + -73.90656, + -73.9676, + -73.95561, + -73.94536, + -73.93397, + -73.94151, + -74.00233, + -73.94093, + -73.98526, + -73.94977, + -73.93715, + -73.95294, + -73.98551, + -73.98037, + -73.9486, + -73.98148, + -73.94134, + -73.93891, + -73.73366, + -73.98497, + -73.95023, + -73.98145, + -73.9497, + -73.96292, + -73.99904, + -73.94032, + -73.9922, + -73.99178, + -73.97364, + -73.93945, + -73.97276, + -73.96768, + -73.89454, + -73.95518, + -73.98037, + -73.92258, + -73.99031, + -73.9412, + -73.97598, + -73.9623, + -73.94074, + -73.99459, + -73.93781, + -73.92139, + -73.89042, + -73.95394, + -73.99675, + -73.95121, + -73.991, + -73.94791, + -73.96035, + -73.98492, + -73.92867, + -73.93744, + -73.95142, + -73.99023, + -73.96026, + -73.99669, + -73.93333, + -73.94957, + -73.97189, + -73.91053, + -73.95572, + -73.94886, + -73.76337, + -73.92833, + -73.94773, + -73.81598, + -73.92642, + -73.97965, + -73.92563, + -73.97787, + -73.86521, + -73.94862, + -73.9106, + -73.99562, + -73.98572, + -73.90866, + -74.00684, + -74.00055, + -73.97582, + -73.98661, + -73.89946, + -73.98147, + -73.94174, + -73.94147, + -73.92324, + -74.01224, + -73.94775, + -73.97993, + -73.94063, + -73.98252, + -73.93427, + -73.97337, + -73.99971, + -73.94821, + -73.96395, + -73.95341, + -73.95634, + -73.96144, + -73.99639, + -73.81986, + -73.92356, + -73.95777, + -73.9215, + -73.97354, + -73.9628, + -73.9478, + -73.90288, + -73.98018, + -73.98029, + -73.99597, + -73.98418, + -73.98318, + -73.98873, + -73.95398, + -73.95194, + -73.79285, + -74.00794, + -73.95567, + -73.99311, + -73.94933, + -73.94581, + -73.96499, + -73.97598, + -74.02974, + -73.95044, + -73.93223, + -73.99242, + -73.95229, + -73.95003, + -73.97054, + -74.0273, + -73.94298, + -73.98223, + -73.95581, + -74.0044, + -73.94128, + -73.97023, + -73.96185, + -73.97683, + -73.98367, + -73.92322, + -73.94032, + -73.94884, + -73.95703, + -73.9601, + -73.93163, + -73.98291, + -73.87337, + -73.96229, + -73.94862, + -73.92971, + -73.95369, + -73.96114, + -73.93759, + -73.943, + -73.99547, + -73.93776, + -73.93288, + -74.00621, + -73.96205, + -73.92255, + -73.97187, + -73.99257, + -73.97718, + -73.98687, + -73.86959, + -73.97175, + -73.96607, + -74.01045, + -74.00259, + -73.97272, + -73.9472, + -73.97549, + -73.97486, + -73.94092, + -73.95783, + -73.98891, + -74.00139, + -73.99374, + -73.96263, + -73.95541, + -73.98464, + -73.93298, + -73.94246, + -73.98154, + -73.95334, + -73.96029, + -73.92878, + -73.95982, + -73.94115, + -73.91456, + -73.99615, + -73.93676, + -73.92685, + -73.83203, + -73.98284, + -73.9277, + -73.88558, + -73.87427, + -74.01133, + -73.98574, + -74.00932, + -73.95123, + -73.9263, + -73.99574, + -73.94662, + -73.98711, + -73.96583, + -73.97963, + -73.99225, + -73.97432, + -73.96517, + -74.00203, + -73.75771, + -73.92131, + -73.98202, + -73.96363, + -73.95835, + -74.00824, + -73.93322, + -73.94946, + -73.99586, + -73.93445, + -73.98006, + -73.9266, + -73.9415, + -73.94749, + -73.95206, + -73.95523, + -73.94896, + -73.95311, + -73.97203, + -73.95431, + -73.95378, + -73.93748, + -73.97193, + -73.98537, + -73.92994, + -73.96727, + -73.99097, + -73.98076, + -74.00013, + -73.95282, + -73.99025, + -73.9254, + -73.95271, + -73.90093, + -73.90786, + -73.98785, + -73.9412, + -73.94142, + -73.96191, + -73.95383, + -73.87439, + -73.95952, + -73.96789, + -73.91424, + -73.95805, + -73.92557, + -73.88974, + -73.95065, + -73.94948, + -73.95163, + -73.92402, + -73.95712, + -73.91747, + -73.94221, + -73.91188, + -73.9541, + -73.95322, + -73.98057, + -73.99318, + -73.95141, + -73.99137, + -73.94873, + -73.97495, + -73.9737, + -73.9943, + -73.94037, + -73.96296, + -73.96126, + -73.90874, + -73.9551, + -73.82572, + -73.99374, + -73.76402, + -73.92871, + -73.9536, + -73.95439, + -73.77109, + -73.94829, + -73.94932, + -73.92706, + -73.96415, + -73.96476, + -73.99977, + -73.9857, + -73.93957, + -73.96419, + -73.94379, + -73.96913, + -73.95877, + -73.96524, + -73.90321, + -73.94671, + -73.97454, + -73.93729, + -74.01036, + -73.98476, + -74.00329, + -73.8766, + -73.93162, + -73.94377, + -73.96396, + -73.92881, + -73.78429, + -73.98595, + -73.80867, + -73.95152, + -73.96255, + -73.94478, + -73.93123, + -73.92096, + -73.84079, + -73.92043, + -74.00489, + -73.91322, + -73.9805, + -73.9364, + -73.91974, + -73.94021, + -73.9444, + -73.99005, + -73.98349, + -73.90526, + -73.95507, + -73.945, + -73.92195, + -73.94221, + -73.75403, + -73.94255, + -73.94123, + -73.94176, + -73.91556, + -73.9289, + -73.95052, + -73.95547, + -73.98507, + -73.94818, + -73.98339, + -73.98273, + -73.9537, + -73.95296, + -73.93809, + -73.93834, + -73.95983, + -73.94492, + -73.82349, + -73.94579, + -73.98126, + -73.86199, + -73.93088, + -73.95142, + -73.96781, + -73.95351, + -73.95589, + -73.98682, + -74.01183, + -73.98898, + -73.98574, + -73.9472, + -73.93838, + -73.97284, + -73.98906, + -73.99142, + -73.93499, + -73.95981, + -73.93273, + -73.91052, + -73.96004, + -73.92981, + -73.94938, + -73.94146, + -73.97078, + -73.99243, + -74.00415, + -73.9227, + -73.97885, + -73.94039, + -73.95559, + -73.99922, + -73.95127, + -74.01206, + -73.93559, + -73.97192, + -73.99706, + -73.93872, + -73.99208, + -73.95751, + -73.88943, + -73.95418, + -73.93899, + -73.94278, + -73.97524, + -73.97722, + -73.98432, + -73.9792, + -73.9868, + -73.91906, + -73.9046, + -73.93023, + -73.98813, + -73.9993, + -73.95104, + -73.98565, + -73.87215, + -74.00475, + -73.96679, + -73.94547, + -73.9592, + -73.92121, + -73.95854, + -73.9547, + -73.93406, + -74.00254, + -73.93974, + -73.99016, + -73.97269, + -73.94061, + -73.94182, + -73.95569, + -73.98382, + -73.90822, + -73.96882, + -73.96477, + -73.95308, + -73.96047, + -73.9407, + -73.94935, + -73.98168, + -73.94448, + -73.98974, + -74.00033, + -73.94543, + -73.94513, + -73.95073, + -73.97493, + -73.97406, + -73.9557, + -73.91777, + -73.98308, + -73.95538, + -73.82974, + -73.97501, + -73.92781, + -73.9888, + -73.90204, + -73.95568, + -73.99442, + -73.95919, + -73.94144, + -73.98577, + -74.00536, + -73.94302, + -73.99162, + -73.91133, + -73.97868, + -73.77144, + -73.99739, + -73.99459, + -73.94525, + -73.95669, + -73.97286, + -73.91118, + -73.95616, + -73.9326, + -73.93977, + -73.9258, + -73.9389, + -73.9603, + -73.93432, + -73.95473, + -73.9326, + -73.94054, + -73.90832, + -73.91541, + -73.86608, + -73.9321, + -73.98234, + -74.03028, + -73.85418, + -73.96982, + -73.96422, + -73.94924, + -73.94201, + -73.98245, + -73.9996, + -73.9579, + -73.95622, + -73.96547, + -73.90899, + -73.94937, + -73.96718, + -73.99985, + -73.98258, + -73.94508, + -73.94791, + -73.9902, + -73.99562, + -73.89053, + -73.93964, + -73.96336, + -73.94101, + -73.91399, + -73.94272, + -73.94019, + -73.92168, + -74.02833, + -73.98103, + -73.96084, + -73.96694, + -73.9488, + -74.00372, + -73.9631, + -73.99471, + -73.98958, + -73.98958, + -73.96745, + -73.95502, + -73.96294, + -73.955, + -73.9336, + -73.94467, + -73.95922, + -73.96998, + -73.91081, + -73.90856, + -73.98717, + -73.79841, + -73.89335, + -73.94579, + -74.01975, + -73.89534, + -73.98918, + -73.94982, + -73.9817, + -73.97797, + -73.9495, + -73.95503, + -73.93916, + -73.98126, + -73.93753, + -73.98, + -73.98518, + -73.91789, + -74.00002, + -73.99706, + -73.98918, + -73.97444, + -73.98917, + -73.94957, + -73.96473, + -73.94705, + -73.94262, + -73.96331, + -73.90695, + -73.96533, + -73.95295, + -73.94878, + -73.87565, + -73.99362, + -73.98262, + -73.95082, + -73.99519, + -73.94734, + -73.98267, + -73.94732, + -73.95051, + -73.89631, + -73.94271, + -73.96539, + -73.94648, + -73.97358, + -73.97287, + -73.99009, + -73.92514, + -73.89573, + -73.95407, + -73.95868, + -73.94583, + -73.98976, + -73.93663, + -74.02649, + -73.91927, + -73.89486, + -73.99179, + -73.99709, + -73.99539, + -74.07789, + -74.00854, + -73.9556, + -73.93147, + -73.94546, + -73.95344, + -73.90392, + -73.9381, + -73.93063, + -73.89791, + -73.98796, + -73.91701, + -73.92181, + -73.93913, + -73.9231, + -73.97262, + -73.99263, + -73.99073, + -73.98267, + -74.00258, + -73.98841, + -73.98239, + -73.97694, + -73.92613, + -73.94707, + -73.97643, + -73.96594, + -73.91887, + -73.97811, + -74.00143, + -73.99261, + -73.94203, + -73.85025, + -73.98348, + -74.0159, + -73.95299, + -73.95321, + -73.96048, + -73.95744, + -73.91559, + -73.97834, + -73.91847, + -73.91677, + -74.02394, + -73.99041, + -73.94414, + -73.94349, + -73.9327, + -73.98102, + -73.93211, + -73.92183, + -73.99506, + -73.96657, + -73.95359, + -73.98048, + -73.95072, + -73.93679, + -73.94988, + -73.98398, + -73.96052, + -73.93755, + -73.95395, + -73.92025, + -73.98149, + -74.12125, + -73.94987, + -73.88285, + -73.9767, + -73.94214, + -73.98909, + -73.99008, + -73.96088, + -73.98241, + -73.94919, + -73.98066, + -73.96043, + -73.88019, + -73.91687, + -73.91816, + -73.73652, + -73.99344, + -73.86147, + -73.98914, + -73.81034, + -73.96532, + -73.96606, + -73.93167, + -73.9665, + -73.94977, + -74.01405, + -73.95419, + -73.96119, + -73.94996, + -73.94983, + -73.94991, + -73.91409, + -73.97097, + -73.98841, + -73.99503, + -73.94868, + -73.95411, + -73.99917, + -73.86173, + -73.95833, + -73.95174, + -73.98302, + -73.9468, + -73.91941, + -73.94368, + -73.92793, + -73.92868, + -73.95505, + -73.97236, + -73.92447, + -73.78821, + -73.99473, + -73.98011, + -73.94447, + -73.91165, + -74.0303, + -74.00825, + -73.86223, + -73.95519, + -73.94658, + -73.98278, + -73.96653, + -73.95817, + -73.96155, + -73.98895, + -73.95363, + -73.98784, + -73.90077, + -73.89322, + -73.89465, + -73.98976, + -73.95575, + -73.98295, + -73.93235, + -73.94434, + -73.91558, + -73.9916, + -73.95885, + -73.99157, + -73.95333, + -74.06766, + -73.79229, + -73.91644, + -74.08283, + -73.98218, + -73.97627, + -73.845, + -73.91594, + -73.94233, + -73.94232, + -73.95171, + -73.98749, + -73.97787, + -73.95786, + -73.95358, + -73.88597, + -73.84207, + -73.95372, + -73.99959, + -73.93485, + -73.9056, + -73.85434, + -73.98465, + -73.94979, + -73.9154, + -73.93736, + -73.91065, + -73.99281, + -73.95682, + -73.81541, + -73.91346, + -73.98612, + -74.00622, + -73.95054, + -73.92847, + -73.99305, + -73.97451, + -73.94002, + -73.94016, + -73.97994, + -73.96176, + -73.99094, + -73.94989, + -73.97908, + -73.98339, + -73.94856, + -73.94198, + -73.93946, + -74.00527, + -73.93813, + -73.93984, + -73.95477, + -74.00087, + -73.99313, + -73.94401, + -73.96387, + -73.94158, + -73.98318, + -73.97707, + -73.97468, + -74.00266, + -73.99976, + -73.94255, + -73.76417, + -73.9692, + -73.92827, + -73.9862, + -73.96337, + -73.9636, + -73.90171, + -73.94066, + -73.97114, + -73.82797, + -73.98234, + -73.98402, + -73.97896, + -74.00302, + -74.00047, + -73.99709, + -73.95166, + -73.73185, + -73.93732, + -73.94033, + -73.95024, + -73.9894, + -73.99298, + -73.98864, + -73.98423, + -73.98627, + -73.86017, + -74.00012, + -73.93588, + -73.98671, + -73.93527, + -73.94616, + -73.9449, + -73.95848, + -73.97878, + -73.94051, + -73.99982, + -73.96384, + -73.95835, + -73.96721, + -73.88957, + -73.91484, + -73.9401, + -73.91291, + -73.7842, + -73.99176, + -73.90455, + -73.91993, + -73.99004, + -73.9839, + -74.0031, + -73.99315, + -73.98879, + -73.92409, + -73.92552, + -73.92734, + -73.96251, + -73.98406, + -73.99912, + -73.99186, + -73.90223, + -73.99324, + -73.98913, + -73.87088, + -73.99938, + -73.92006, + -73.91465, + -74.0076, + -73.97681, + -74.00669, + -73.85331, + -73.98969, + -73.95631, + -73.91848, + -73.95193, + -73.9501, + -73.95127, + -73.99969, + -73.95341, + -73.98856, + -73.99118, + -73.98619, + -73.922, + -73.9531, + -73.92035, + -73.93783, + -73.92368, + -73.97815, + -73.88276, + -73.95506, + -73.95743, + -73.94155, + -73.94856, + -73.96367, + -73.92157, + -73.93215, + -73.99203, + -73.96125, + -74.08126, + -73.95672, + -73.94047, + -73.90792, + -73.97382, + -73.95151, + -73.9486, + -73.76303, + -74.00429, + -73.94397, + -73.94341, + -73.94808, + -73.85156, + -73.91682, + -73.95495, + -73.99139, + -73.97034, + -73.9458, + -73.99611, + -73.9581, + -73.97701, + -73.98715, + -73.93237, + -73.98701, + -73.78327, + -73.94998, + -73.99423, + -73.98591, + -73.94083, + -73.92458, + -73.99266, + -73.9975, + -73.96517, + -73.95702, + -73.98804, + -73.95675, + -73.9427, + -74.00365, + -73.95402, + -73.9457, + -73.95965, + -73.96503, + -73.95427, + -73.9314, + -73.96198, + -73.96199, + -73.92351, + -73.9624, + -73.9289, + -73.99125, + -73.94197, + -73.93235, + -73.99846, + -73.9778, + -73.98421, + -74.01083, + -73.94583, + -73.78707, + -73.94858, + -73.95421, + -73.98159, + -73.99751, + -73.91673, + -74.00294, + -73.98878, + -73.96326, + -73.97435, + -73.95343, + -73.91412, + -73.947, + -73.93639, + -74.00139, + -73.93705, + -73.93694, + -73.91485, + -73.94063, + -73.93, + -73.73915, + -74.00107, + -73.95417, + -73.96824, + -73.95001, + -73.95677, + -73.96576, + -73.8493, + -73.97925, + -73.98215, + -73.95287, + -74.00119, + -73.92918, + -73.92824, + -73.76032, + -73.9954, + -73.7602, + -73.95918, + -73.94664, + -73.97981, + -73.96497, + -73.9375, + -73.99354, + -73.94757, + -73.97759, + -73.96002, + -73.98539, + -73.94696, + -73.81928, + -74.00129, + -73.91517, + -73.96242, + -74.08059, + -73.93138, + -73.93224, + -73.91448, + -73.87713, + -73.98954, + -73.95084, + -73.96085, + -73.93305, + -73.93273, + -73.94803, + -73.96203, + -73.81103, + -73.96831, + -73.90348, + -73.88111, + -73.9472, + -73.95822, + -73.92555, + -73.97871, + -73.74546, + -73.94351, + -73.93796, + -73.94445, + -73.9981, + -73.93964, + -73.9383, + -73.84599, + -73.95178, + -73.86035, + -73.94844, + -73.98147, + -73.93426, + -73.94016, + -73.96409, + -73.94293, + -73.95004, + -73.94272, + -73.95254, + -73.95349, + -73.9435, + -73.92982, + -73.97108, + -73.93725, + -73.97403, + -73.94952, + -73.96234, + -73.98629, + -73.93102, + -73.94394, + -73.9069, + -73.98812, + -73.96853, + -73.97095, + -73.92998, + -73.991, + -73.81219, + -74.00181, + -73.97452, + -73.94158, + -73.9379, + -73.94051, + -73.9128, + -73.99183, + -73.9458, + -73.90068, + -73.94154, + -73.95371, + -73.97555, + -73.98105, + -73.99613, + -73.95123, + -73.83007, + -74.08423, + -73.95011, + -73.92356, + -73.94986, + -73.95523, + -73.92269, + -73.9413, + -73.94634, + -73.85334, + -73.94785, + -73.98857, + -73.77454, + -73.95937, + -73.92499, + -73.9946, + -73.9402, + -73.97336, + -73.94978, + -73.96126, + -73.96588, + -73.98338, + -73.91547, + -73.95013, + -73.93232, + -73.93088, + -73.91815, + -73.87022, + -73.99866, + -73.93634, + -73.94126, + -73.99893, + -73.98523, + -74.0354, + -73.90285, + -73.95073, + -73.94682, + -73.94572, + -74.00621, + -73.98434, + -73.93596, + -73.95064, + -73.99089, + -73.99229, + -73.99229, + -73.98312, + -73.98436, + -73.98356, + -73.98469, + -73.98277, + -73.98115, + -73.97679, + -73.98289, + -73.94873, + -73.97244, + -73.99614, + -73.96686, + -73.92464, + -73.97431, + -73.98206, + -73.99694, + -73.94822, + -74.00511, + -73.93681, + -73.85257, + -73.96755, + -73.93774, + -73.96691, + -73.98613, + -73.98508, + -73.98936, + -73.94676, + -73.94334, + -73.92542, + -73.92922, + -73.9833, + -73.90048, + -73.94406, + -73.9839, + -73.79465, + -73.96765, + -73.96276, + -73.97628, + -74.01262, + -73.94802, + -73.97879, + -73.95299, + -73.94148, + -74.0078, + -73.94918, + -73.94117, + -73.94949, + -73.93235, + -73.99853, + -73.9478, + -73.90624, + -73.93899, + -73.98371, + -73.9977, + -73.93196, + -73.9922, + -73.95428, + -73.95419, + -73.90991, + -74.02942, + -73.98109, + -73.94556, + -73.92796, + -73.97669, + -73.99322, + -73.97993, + -73.94609, + -73.93931, + -73.96495, + -74.16966, + -73.97796, + -73.98982, + -73.96024, + -74.00403, + -73.95254, + -73.943, + -73.97402, + -73.97482, + -73.91587, + -73.92303, + -73.99944, + -73.94592, + -73.95587, + -73.96618, + -73.94327, + -73.98473, + -73.95223, + -73.90599, + -73.91835, + -73.98405, + -73.94725, + -74.00445, + -73.95874, + -73.89362, + -73.94132, + -73.88932, + -73.9429, + -73.89386, + -73.99854, + -73.99831, + -73.98465, + -73.79007, + -73.97771, + -73.99076, + -73.95034, + -73.92887, + -73.99552, + -73.95402, + -73.96185, + -73.79322, + -73.99825, + -73.96234, + -73.99602, + -73.98435, + -73.98665, + -73.9841, + -73.9385, + -73.99707, + -73.95699, + -73.92292, + -73.98118, + -73.92469, + -73.94098, + -73.94755, + -73.78354, + -73.92258, + -73.90857, + -73.97248, + -73.99229, + -73.99658, + -73.78843, + -73.924, + -73.94216, + -73.93551, + -73.98976, + -73.94827, + -73.97902, + -73.91783, + -74.00001, + -74.02888, + -73.96193, + -73.95595, + -73.93722, + -73.89768, + -73.96132, + -73.94643, + -73.90077, + -73.98553, + -73.98576, + -73.99979, + -73.9848, + -73.98573, + -73.95193, + -73.99438, + -73.96497, + -73.99111, + -73.98155, + -73.94589, + -73.95505, + -73.98598, + -73.92876, + -73.9616, + -73.86043, + -73.92679, + -73.91222, + -73.9671, + -73.75349, + -73.94904, + -73.9205, + -73.95983, + -73.95629, + -73.86397, + -73.95003, + -73.92363, + -73.87938, + -73.77373, + -73.96117, + -74.00223, + -73.93444, + -73.85688, + -73.91006, + -73.96284, + -73.97634, + -73.98945, + -73.94618, + -73.89088, + -73.91577, + -73.96108, + -73.92718, + -73.90822, + -73.94317, + -73.94747, + -73.95099, + -73.94867, + -73.95404, + -73.79366, + -73.95707, + -73.92662, + -73.99371, + -73.93103, + -73.99465, + -73.90918, + -73.9517, + -73.97778, + -73.95831, + -73.95674, + -73.95786, + -73.98707, + -73.95786, + -74.0004, + -73.90926, + -73.95849, + -73.93324, + -73.91316, + -73.98731, + -73.95522, + -73.95698, + -73.94854, + -74.01022, + -73.9865, + -73.97112, + -73.98211, + -74.0131, + -73.97862, + -73.934, + -73.93405, + -73.95249, + -73.96181, + -73.97704, + -73.94897, + -73.95919, + -73.94994, + -73.94803, + -73.78196, + -73.94483, + -73.99552, + -73.9135, + -73.92903, + -73.94421, + -73.98102, + -73.95443, + -73.94094, + -73.95804, + -73.98539, + -73.96161, + -73.9589, + -74.06914, + -73.98568, + -73.81268, + -73.92588, + -73.99341, + -73.93509, + -73.92585, + -73.98249, + -73.97161, + -73.99622, + -73.90755, + -73.92392, + -73.95726, + -73.83863, + -73.94411, + -73.96487, + -73.92341, + -73.91684, + -74.01599, + -73.99345, + -74.12278, + -74.12393, + -73.98188, + -73.93839, + -73.95212, + -73.75654, + -73.73425, + -73.9616, + -73.94838, + -73.94488, + -74.02863, + -73.9508, + -73.91702, + -73.90631, + -73.92232, + -73.96603, + -73.94635, + -73.92351, + -73.87943, + -74.02552, + -73.96785, + -73.99398, + -73.92928, + -73.91742, + -73.87155, + -73.97841, + -73.98482, + -73.95498, + -73.98941, + -73.94342, + -73.94756, + -73.9572, + -73.99986, + -73.94562, + -73.95865, + -73.94664, + -73.98568, + -73.95158, + -74.07826, + -73.97664, + -73.75316, + -73.75269, + -73.95464, + -73.80568, + -73.99172, + -73.91465, + -74.08443, + -73.95435, + -73.9415, + -73.90991, + -73.94071, + -73.94142, + -73.94283, + -73.92757, + -73.9271, + -73.94047, + -73.76333, + -73.81736, + -73.9657, + -73.93502, + -73.76367, + -73.96623, + -73.97161, + -73.78747, + -73.9941, + -73.95254, + -73.92724, + -73.99664, + -73.91237, + -73.94531, + -73.99249, + -73.94552, + -73.92304, + -73.91266, + -73.9698, + -73.98039, + -73.95413, + -73.87644, + -73.94928, + -73.9267, + -73.91266, + -73.95618, + -73.98125, + -73.91893, + -73.95326, + -73.93808, + -74.00941, + -74.00666, + -73.93815, + -73.94917, + -73.97846, + -73.95299, + -73.92731, + -73.97766, + -73.9598, + -73.95511, + -73.98405, + -73.98657, + -73.96565, + -73.94187, + -73.94825, + -73.98983, + -73.88989, + -73.94562, + -73.94888, + -73.96625, + -73.9602, + -73.9395, + -73.98395, + -73.9426, + -73.9525, + -73.93809, + -73.99936, + -73.94492, + -73.89998, + -73.95249, + -73.94375, + -73.98252, + -73.98789, + -73.99691, + -73.98916, + -73.98529, + -73.96959, + -73.9831, + -73.96217, + -73.93751, + -73.96961, + -73.9522, + -74.00441, + -73.8485, + -73.95971, + -73.94056, + -73.96305, + -73.99329, + -73.96771, + -73.93115, + -74.00715, + -73.98211, + -73.94127, + -73.94686, + -73.95111, + -73.76454, + -73.91281, + -73.92511, + -73.98439, + -73.95049, + -73.95806, + -73.94286, + -73.986, + -73.91269, + -73.85483, + -73.95903, + -73.92635, + -74.0006, + -73.89946, + -73.95079, + -73.94486, + -73.99698, + -73.91701, + -73.9182, + -73.95471, + -73.94578, + -73.81461, + -73.90943, + -74.02262, + -73.98181, + -73.94923, + -73.92849, + -73.99538, + -73.99277, + -73.93986, + -73.89635, + -73.89013, + -73.99138, + -73.98774, + -73.95786, + -73.96085, + -73.98978, + -73.95119, + -73.91134, + -73.99522, + -73.87613, + -73.95228, + -73.96333, + -73.95182, + -73.95774, + -73.96632, + -74.00984, + -73.97044, + -73.91764, + -73.96162, + -73.97607, + -74.0034, + -73.89181, + -73.92728, + -73.93495, + -73.99978, + -73.98366, + -73.94098, + -73.98319, + -73.88654, + -73.95738, + -73.91874, + -73.82144, + -73.9544, + -73.94406, + -73.89172, + -73.92487, + -73.97616, + -73.98439, + -73.94298, + -73.89474, + -73.73087, + -73.95744, + -73.97151, + -73.95877, + -73.9328, + -73.91935, + -73.80385, + -74.12316, + -73.92579, + -73.97485, + -73.97568, + -73.94379, + -73.95005, + -74.00045, + -73.93166, + -73.98458, + -73.99077, + -74.00304, + -73.92318, + -73.96139, + -73.91688, + -73.91553, + -73.97673, + -73.8591, + -73.9789, + -73.83434, + -73.99604, + -73.88193, + -73.95441, + -73.9422, + -73.96041, + -73.99817, + -73.9109, + -73.9868, + -73.92739, + -74.00473, + -73.93032, + -73.98025, + -73.83039, + -73.97988, + -73.9657, + -73.8584, + -73.98043, + -74.08107, + -73.76813, + -73.98721, + -73.99879, + -73.966, + -73.97869, + -73.94871, + -73.91032, + -73.9582, + -74.00841, + -73.9883, + -73.88763, + -73.99348, + -73.99955, + -73.93775, + -74.00356, + -73.94332, + -73.83202, + -73.90825, + -74.005, + -73.98707, + -73.90279, + -74.01234, + -73.92326, + -73.8307, + -73.91591, + -73.95728, + -73.96106, + -73.89659, + -73.95462, + -73.95891, + -73.98359, + -73.93285, + -74.00111, + -73.92536, + -73.88051, + -73.91507, + -73.94749, + -73.95693, + -73.9914, + -73.97472, + -73.98471, + -74.01451, + -73.86491, + -73.91992, + -73.91567, + -73.95655, + -73.9302, + -73.99633, + -73.91777, + -73.95519, + -73.95333, + -74.0043, + -73.99348, + -74.0973, + -73.9385, + -73.94556, + -73.95616, + -73.9315, + -73.98895, + -73.991, + -73.94405, + -73.91783, + -73.91403, + -73.95985, + -74.08056, + -74.07897, + -73.9478, + -73.96194, + -73.83411, + -73.95562, + -73.98134, + -73.9335, + -73.94428, + -74.00333, + -73.9904, + -73.93357, + -73.99766, + -73.93934, + -73.95837, + -73.956, + -73.94953, + -73.94971, + -73.78455, + -73.99946, + -73.85601, + -73.98207, + -73.96492, + -73.96199, + -73.93874, + -73.92399, + -73.83561, + -73.95872, + -74.0219, + -73.98016, + -73.93502, + -73.9562, + -73.94179, + -73.94708, + -73.96053, + -73.97389, + -73.93066, + -73.94707, + -73.92863, + -73.948, + -73.95508, + -73.99653, + -73.9759, + -74.00232, + -73.87915, + -73.96263, + -73.96281, + -73.92068, + -73.95459, + -74.00805, + -73.9184, + -73.95695, + -73.91128, + -73.91841, + -73.9575, + -73.99453, + -73.90715, + -73.97375, + -73.92215, + -73.95547, + -73.95398, + -73.93414, + -73.98286, + -73.96555, + -73.81458, + -73.94487, + -73.90022, + -73.95258, + -73.96432, + -73.96308, + -73.99985, + -73.94461, + -73.94393, + -73.97939, + -73.94702, + -73.99286, + -73.96826, + -73.94832, + -73.95161, + -73.98811, + -73.96707, + -73.93081, + -73.95254, + -73.9159, + -73.95149, + -73.98574, + -73.95458, + -73.94963, + -73.94757, + -73.91876, + -73.99077, + -73.99414, + -73.94684, + -73.93425, + -73.98428, + -73.92457, + -73.99189, + -73.9061, + -73.98196, + -73.95123, + -73.98452, + -73.98303, + -73.96538, + -73.92175, + -73.9546, + -73.87238, + -73.99036, + -73.92054, + -73.80613, + -74.0033, + -73.89574, + -73.95607, + -73.95199, + -73.9931, + -73.96612, + -73.99462, + -73.9274, + -73.94435, + -73.98045, + -73.99685, + -73.95857, + -73.94669, + -73.94755, + -73.96625, + -73.97328, + -73.93038, + -73.82313, + -74.08879, + -73.94336, + -73.95208, + -73.93095, + -73.98141, + -73.97191, + -73.93214, + -73.94156, + -73.96321, + -73.9581, + -73.9874, + -73.77956, + -73.94167, + -73.94721, + -73.96086, + -73.94181, + -73.98815, + -73.92643, + -73.99964, + -73.98962, + -73.89893, + -73.9548, + -73.94647, + -73.94696, + -73.92103, + -73.97188, + -73.9822, + -73.97912, + -73.97299, + -73.954, + -73.96251, + -73.94475, + -73.99777, + -73.83094, + -73.9168, + -73.89071, + -73.95994, + -73.97732, + -73.90902, + -73.95048, + -73.94429, + -73.95873, + -74.00317, + -73.95405, + -73.82497, + -73.9615, + -73.95437, + -73.97684, + -73.8958, + -73.95677, + -73.95017, + -73.83008, + -73.94395, + -73.91157, + -73.89182, + -73.92345, + -73.95296, + -73.98187, + -73.94212, + -73.99247, + -73.84065, + -73.94631, + -74.07817, + -73.98605, + -73.94513, + -73.94125, + -73.97911, + -73.95106, + -73.9671, + -73.94066, + -73.96414, + -73.95408, + -73.96007, + -73.92172, + -73.99335, + -73.92529, + -73.98679, + -73.97649, + -73.98233, + -73.95489, + -73.93105, + -73.99035, + -73.91707, + -74.00671, + -73.82204, + -73.94444, + -73.94256, + -73.91556, + -73.999, + -73.91527, + -73.90835, + -73.95861, + -73.96566, + -73.91603, + -73.94186, + -73.99678, + -73.99253, + -73.92182, + -73.96034, + -73.92159, + -74.00894, + -73.9449, + -73.98548, + -74.10725, + -73.9349, + -73.93126, + -73.99733, + -73.9267, + -73.98945, + -73.95335, + -73.98076, + -73.90961, + -73.9592, + -73.97777, + -73.90921, + -73.94973, + -73.99077, + -73.95789, + -74.00187, + -73.9274, + -73.937, + -73.99483, + -73.9891, + -74.00125, + -73.94296, + -73.9652, + -73.91164, + -73.98338, + -73.95997, + -73.81477, + -73.95033, + -73.95115, + -73.97112, + -74.07842, + -73.9527, + -74.00097, + -73.92629, + -74.00183, + -73.93276, + -73.96521, + -73.96848, + -73.94154, + -73.94581, + -73.89054, + -73.96061, + -73.95499, + -73.98457, + -73.98512, + -73.94937, + -73.9784, + -73.97985, + -73.96801, + -73.89602, + -73.998, + -73.95472, + -73.92996, + -73.94556, + -73.98028, + -73.98379, + -73.90238, + -73.99293, + -73.9406, + -73.94499, + -73.92307, + -73.81576, + -73.98343, + -73.98893, + -73.94947, + -74.00095, + -73.95654, + -73.95848, + -73.8828, + -73.94647, + -73.97154, + -73.92035, + -73.95832, + -73.94014, + -73.94764, + -73.9894, + -73.78962, + -73.98195, + -73.92081, + -73.95825, + -73.95651, + -73.95684, + -73.97558, + -73.95324, + -74.00722, + -73.99534, + -73.91379, + -73.94823, + -73.93989, + -73.94663, + -73.9886, + -73.92489, + -73.95507, + -73.79447, + -73.94825, + -73.94009, + -73.98422, + -73.97673, + -73.98639, + -73.92353, + -73.83191, + -73.98765, + -73.93606, + -73.94215, + -73.96114, + -73.91918, + -73.98229, + -73.97545, + -73.95182, + -73.93747, + -73.9463, + -73.92498, + -73.95993, + -73.95144, + -73.89299, + -73.91391, + -73.9797, + -73.98917, + -73.94135, + -73.99553, + -73.97621, + -73.98757, + -73.9292, + -73.94664, + -73.93999, + -73.94014, + -73.96364, + -73.99, + -73.98855, + -73.9341, + -73.95582, + -73.95754, + -73.94885, + -73.97296, + -73.9919, + -73.96693, + -73.94527, + -73.93487, + -73.99024, + -73.94512, + -73.80813, + -73.93436, + -73.98401, + -73.87564, + -73.87587, + -74.01096, + -73.91685, + -73.94433, + -73.93931, + -73.84944, + -73.95445, + -73.96726, + -74.00083, + -73.9538, + -73.94116, + -73.9444, + -73.83157, + -73.96173, + -73.94384, + -74.07734, + -73.93952, + -73.99056, + -73.98216, + -73.98081, + -73.93185, + -73.98301, + -74.00961, + -73.98216, + -73.94317, + -73.95136, + -73.93455, + -73.94412, + -73.98837, + -73.94216, + -73.94387, + -73.92295, + -73.90808, + -73.92524, + -73.92657, + -73.88323, + -73.9264, + -73.86235, + -73.98858, + -73.92115, + -74.00222, + -73.99629, + -74.00617, + -73.93092, + -73.95266, + -73.99458, + -73.90346, + -73.94995, + -73.92826, + -73.94913, + -73.96099, + -73.96343, + -73.93805, + -73.94152, + -73.91224, + -73.98934, + -73.98216, + -73.9225, + -73.9814, + -73.98306, + -73.98291, + -73.94954, + -73.92439, + -73.91708, + -73.99051, + -73.91625, + -73.94162, + -73.95507, + -73.81205, + -73.9279, + -73.91488, + -73.95186, + -73.92838, + -73.96347, + -73.96091, + -73.93317, + -73.9136, + -73.98205, + -73.97717, + -73.94525, + -73.99695, + -73.96657, + -73.96763, + -73.9836, + -73.99687, + -73.95924, + -73.9387, + -73.94048, + -73.88129, + -73.91385, + -73.95725, + -73.91064, + -73.91625, + -73.94151, + -73.95488, + -73.96669, + -73.95498, + -73.79916, + -73.98827, + -73.93122, + -73.8066, + -73.95828, + -73.95982, + -73.94842, + -73.97583, + -73.93429, + -73.94296, + -73.89796, + -73.93748, + -73.95272, + -73.92989, + -73.93691, + -74.00153, + -73.76502, + -73.97481, + -73.9396, + -73.98356, + -73.96402, + -73.95101, + -73.98204, + -73.90534, + -73.83413, + -73.87566, + -73.95501, + -73.94652, + -73.93667, + -73.95941, + -74.00406, + -73.94203, + -73.95921, + -73.9648, + -73.96407, + -73.97662, + -73.91815, + -73.91499, + -73.94799, + -73.9593, + -73.94807, + -73.94993, + -73.92633, + -73.94159, + -73.90968, + -73.76938, + -73.92688, + -73.94519, + -74.00163, + -73.95497, + -73.98389, + -73.93984, + -73.99707, + -73.95257, + -73.88997, + -73.99825, + -73.987, + -73.99923, + -73.94791, + -73.99076, + -73.91015, + -73.94861, + -73.97966, + -73.83402, + -73.9891, + -73.95508, + -73.95278, + -73.97912, + -73.95793, + -73.95178, + -73.95704, + -73.95219, + -73.96504, + -73.98099, + -74.00161, + -73.96517, + -73.99197, + -73.87715, + -73.92892, + -73.96142, + -73.94678, + -73.91958, + -73.92477, + -73.98865, + -73.9486, + -73.9229, + -73.96294, + -73.96031, + -73.95039, + -73.94543, + -73.96429, + -73.95978, + -73.91071, + -73.96169, + -73.97068, + -73.93206, + -73.9432, + -73.9976, + -73.8509, + -73.97384, + -73.94556, + -73.97195, + -73.94211, + -73.92278, + -73.9375, + -74.00002, + -73.97297, + -73.92513, + -73.92242, + -73.9425, + -73.9241, + -73.96311, + -73.95888, + -73.99035, + -73.93972, + -73.94169, + -73.98638, + -73.95221, + -73.81585, + -73.90897, + -73.99435, + -73.92907, + -73.98148, + -73.91142, + -73.95246, + -74.00188, + -73.99337, + -73.93902, + -73.95351, + -73.99343, + -73.94539, + -73.97324, + -73.94481, + -73.94556, + -74.07971, + -73.94333, + -73.9568, + -73.98686, + -73.99801, + -73.98239, + -73.98186, + -73.94341, + -73.95359, + -73.99357, + -73.92253, + -73.95913, + -73.96421, + -73.95599, + -73.90012, + -73.94117, + -73.82833, + -73.98071, + -73.83375, + -73.93619, + -73.9858, + -73.9398, + -73.95121, + -73.97598, + -74.00534, + -73.94324, + -73.96039, + -73.91599, + -73.96693, + -73.98701, + -73.79416, + -73.97531, + -73.88944, + -73.97944, + -73.95405, + -73.97967, + -73.91746, + -73.98447, + -73.93559, + -73.99395, + -73.99633, + -73.94447, + -73.90564, + -73.95495, + -73.95919, + -73.91428, + -73.93975, + -73.95045, + -73.96233, + -73.90807, + -73.9578, + -73.93253, + -73.94512, + -73.95641, + -73.95803, + -73.95853, + -73.98959, + -73.95669, + -73.97225, + -73.94916, + -73.93257, + -73.96139, + -73.93213, + -73.9889, + -73.94493, + -73.94714, + -73.95711, + -73.97687, + -73.98261, + -73.96752, + -73.9182, + -73.98867, + -74.00875, + -73.9543, + -73.98342, + -73.97614, + -73.94055, + -73.95918, + -73.98921, + -73.95616, + -73.77787, + -73.95783, + -73.91161, + -73.94743, + -73.92541, + -73.946, + -73.91269, + -74.07998, + -73.9379, + -73.94137, + -73.86959, + -73.93251, + -73.99377, + -73.9841, + -73.96797, + -73.97929, + -73.98163, + -73.90816, + -73.98915, + -73.96547, + -74.01281, + -73.94225, + -73.96186, + -73.97687, + -73.84676, + -73.95745, + -73.98411, + -73.96693, + -73.93922, + -73.98955, + -73.94134, + -73.92331, + -73.95374, + -73.89358, + -73.95131, + -73.99746, + -73.94295, + -73.95064, + -73.93703, + -73.98969, + -73.955, + -73.98268, + -73.95358, + -73.94537, + -73.94549, + -73.86326, + -73.94001, + -73.99467, + -73.9897, + -73.9959, + -73.9551, + -73.90916, + -73.99423, + -73.96973, + -74.00179, + -73.92502, + -73.98074, + -73.96067, + -73.9923, + -73.98723, + -73.95265, + -73.94881, + -73.85636, + -73.95674, + -73.97806, + -73.97287, + -73.89533, + -74.00657, + -73.93053, + -73.86575, + -73.94722, + -73.90639, + -73.91737, + -73.94752, + -74.00675, + -73.92848, + -73.95629, + -73.9544, + -73.94822, + -73.95025, + -74.00018, + -73.97636, + -73.9552, + -73.96085, + -73.9313, + -73.95425, + -73.94372, + -73.87925, + -73.93085, + -73.95556, + -73.92657, + -74.00735, + -73.98311, + -73.94699, + -73.92818, + -73.73729, + -73.94978, + -73.85653, + -73.96796, + -73.96595, + -73.96524, + -73.94679, + -73.9178, + -73.95614, + -73.96813, + -73.93025, + -73.94588, + -73.93298, + -73.96343, + -73.94788, + -73.9767, + -73.9352, + -73.95428, + -73.95227, + -73.95057, + -73.93957, + -73.95612, + -73.91577, + -73.96314, + -73.97164, + -74.13496, + -73.98861, + -73.96385, + -73.96633, + -73.98554, + -73.99923, + -73.98963, + -73.9701, + -73.9182, + -73.93649, + -73.9603, + -73.98053, + -73.85065, + -73.976, + -73.96324, + -73.95108, + -73.94502, + -73.85227, + -73.76651, + -73.98219, + -73.98321, + -73.93341, + -73.98904, + -73.94115, + -73.93022, + -73.98445, + -73.96143, + -73.96447, + -73.99891, + -73.91884, + -73.97693, + -73.94616, + -73.95747, + -73.92536, + -73.98929, + -73.92619, + -73.98722, + -74.00137, + -73.95717, + -73.97664, + -73.98838, + -73.99931, + -73.95799, + -73.91642, + -73.96341, + -73.91376, + -73.99794, + -73.9163, + -73.86046, + -73.91175, + -73.95641, + -73.9955, + -73.94537, + -73.91646, + -73.96696, + -73.82174, + -73.94747, + -73.80055, + -73.95215, + -73.91822, + -73.94689, + -74.00272, + -73.98385, + -73.73254, + -73.9753, + -73.93652, + -74.00274, + -73.96073, + -73.94467, + -73.96177, + -73.97589, + -74.01068, + -73.96962, + -73.99843, + -73.98162, + -73.95146, + -73.98828, + -73.91568, + -73.95745, + -73.96122, + -73.90821, + -73.92005, + -73.93671, + -73.93299, + -73.98091, + -73.99309, + -74.11756, + -73.95341, + -73.91341, + -74.0067, + -73.95491, + -74.00242, + -74.00771, + -73.88158, + -73.9509, + -73.94677, + -73.95428, + -74.00207, + -73.96246, + -73.96067, + -74.00924, + -73.95347, + -73.96514, + -73.96692, + -73.93901, + -73.93563, + -74.00161, + -73.95665, + -73.98191, + -73.86361, + -73.97433, + -73.94686, + -73.84896, + -73.93236, + -73.95686, + -73.99471, + -73.81317, + -73.87661, + -73.94189, + -73.99117, + -73.97454, + -73.97844, + -73.8945, + -73.92262, + -73.95784, + -73.99656, + -73.96569, + -73.97048, + -73.94417, + -73.98455, + -73.96236, + -73.92643, + -73.96045, + -73.99238, + -73.96644, + -73.94223, + -73.93192, + -73.92264, + -73.842, + -73.97601, + -73.94575, + -73.97609, + -73.99166, + -73.95711, + -73.94285, + -73.98436, + -73.98891, + -73.97319, + -73.92135, + -73.96123, + -73.92628, + -73.8108, + -73.94127, + -73.99764, + -73.97941, + -73.99077, + -73.81039, + -73.94269, + -73.98439, + -74.00404, + -73.94981, + -73.93071, + -73.92553, + -73.96093, + -73.99767, + -73.94129, + -73.9619, + -73.99802, + -73.90374, + -73.95079, + -73.95152, + -73.7473, + -74.01523, + -74.11707, + -73.94009, + -73.83261, + -73.93666, + -73.90712, + -73.92972, + -73.95427, + -73.8203, + -73.9769, + -73.97198, + -73.9094, + -73.91788, + -73.97105, + -73.98007, + -73.98209, + -73.92538, + -73.99568, + -73.93804, + -73.92158, + -73.95262, + -73.92093, + -73.95493, + -73.99804, + -73.95565, + -73.97345, + -73.92, + -73.95666, + -73.93537, + -73.81238, + -73.82511, + -73.9311, + -73.95571, + -73.99248, + -73.93123, + -73.9319, + -73.98243, + -73.93154, + -73.99743, + -73.94672, + -73.94974, + -73.90868, + -73.88461, + -73.93607, + -73.94973, + -74.01318, + -73.95345, + -73.96612, + -73.94754, + -73.95658, + -73.94236, + -73.99902, + -73.82551, + -73.94393, + -73.85189, + -73.8061, + -73.94751, + -73.91039, + -73.98263, + -73.99909, + -73.97607, + -73.95782, + -73.92581, + -73.9618, + -74.03543, + -73.9768, + -73.95033, + -73.90868, + -73.94703, + -73.94875, + -73.95592, + -73.95958, + -73.95582, + -73.91438, + -73.94963, + -73.94433, + -73.97629, + -73.96634, + -73.97461, + -74.12819, + -73.94645, + -73.9154, + -73.97995, + -73.93667, + -73.98761, + -73.93807, + -73.93821, + -73.73887, + -73.93359, + -73.97323, + -73.91326, + -73.94274, + -73.94348, + -73.99328, + -73.91304, + -73.89329, + -73.94593, + -73.94397, + -74.00106, + -73.89972, + -73.88004, + -73.90646, + -73.97405, + -73.98413, + -73.99331, + -73.98971, + -73.90946, + -73.99176, + -74.13566, + -73.79988, + -73.99619, + -73.78856, + -73.92088, + -73.96519, + -73.96053, + -73.97116, + -73.95363, + -73.9873, + -73.96427, + -74.23914, + -73.95886, + -73.9116, + -73.94359, + -73.93802, + -73.98712, + -73.98578, + -73.98758, + -73.79184, + -73.96232, + -73.94544, + -73.96423, + -73.92244, + -73.98486, + -73.95597, + -73.91644, + -73.94478, + -73.97924, + -73.94247, + -73.94081, + -73.9551, + -73.95757, + -73.90638, + -74.01691, + -73.98048, + -73.98987, + -74.00586, + -73.95263, + -73.99665, + -73.9927, + -73.99878, + -73.95353, + -73.95489, + -73.92601, + -73.95061, + -73.95847, + -73.88012, + -73.99066, + -73.95003, + -73.98684, + -73.95267, + -73.98729, + -73.97838, + -73.92093, + -73.94308, + -73.94409, + -73.8782, + -73.85568, + -73.91237, + -73.93536, + -73.94088, + -73.90881, + -73.9201, + -73.97882, + -73.96317, + -73.94129, + -73.79461, + -73.96164, + -73.8474, + -73.85312, + -73.956, + -73.82295, + -73.95417, + -73.99205, + -73.93003, + -73.97763, + -74.01566, + -73.9221, + -73.96675, + -73.95535, + -73.9266, + -73.93445, + -73.98864, + -73.96024, + -73.9608, + -73.93972, + -73.96159, + -73.85201, + -74.01005, + -73.94721, + -73.93068, + -73.99573, + -73.9421, + -73.93946, + -73.95126, + -73.81732, + -73.94947, + -73.93387, + -73.92656, + -73.99071, + -73.94171, + -73.99699, + -73.93241, + -73.8252, + -73.94675, + -73.95158, + -73.99997, + -73.91311, + -73.90751, + -73.9523, + -73.97022, + -73.98655, + -73.96358, + -73.96595, + -73.94763, + -73.986, + -73.95795, + -73.98209, + -73.96941, + -73.99437, + -73.94001, + -73.92983, + -73.91763, + -73.97602, + -73.94143, + -73.99076, + -73.93881, + -73.98798, + -73.97541, + -73.98542, + -73.9758, + -73.91613, + -73.81955, + -73.86659, + -73.97134, + -73.92486, + -73.92597, + -73.99336, + -73.97382, + -73.95444, + -73.96186, + -73.9141, + -73.93454, + -73.94833, + -73.96062, + -73.99329, + -73.94467, + -73.95026, + -73.92695, + -73.92048, + -73.97315, + -73.99413, + -73.99144, + -73.95929, + -73.94564, + -73.90395, + -73.96214, + -73.9534, + -73.98952, + -73.97883, + -74.00559, + -73.95135, + -73.91803, + -73.93414, + -73.95784, + -73.94048, + -73.95774, + -73.90819, + -73.95254, + -73.9074, + -73.95805, + -73.90295, + -73.94139, + -73.92379, + -73.99967, + -73.96132, + -73.92935, + -73.9331, + -73.96142, + -73.95353, + -74.01276, + -73.9865, + -73.95668, + -73.95242, + -73.97906, + -73.99374, + -73.94488, + -74.01465, + -73.95835, + -73.92882, + -73.93716, + -73.96362, + -73.94517, + -73.94487, + -73.94432, + -73.92108, + -73.99747, + -74.00252, + -74.00262, + -73.97274, + -73.88898, + -73.99887, + -74.00601, + -73.94949, + -73.95498, + -73.95067, + -73.9886, + -73.94735, + -73.99854, + -73.96253, + -73.98225, + -73.96112, + -73.91755, + -73.95729, + -73.96024, + -73.99071, + -73.95032, + -73.94127, + -73.94438, + -74.00318, + -74.00222, + -73.9446, + -73.97767, + -73.79514, + -73.90342, + -73.76037, + -73.98955, + -73.82039, + -73.90812, + -73.88982, + -73.97746, + -73.989, + -73.9698, + -73.9554, + -73.97822, + -73.92145, + -73.98724, + -73.98957, + -73.98739, + -73.97667, + -73.94372, + -73.89553, + -73.97863, + -73.87564, + -73.978, + -73.90195, + -73.98736, + -74.02037, + -73.92778, + -73.94328, + -73.96404, + -73.92408, + -73.95763, + -73.95842, + -73.92309, + -73.95768, + -73.92856, + -73.95178, + -73.98184, + -73.98956, + -74.00972, + -73.94814, + -73.95692, + -73.95662, + -73.95083, + -73.94629, + -73.93979, + -73.90041, + -73.94194, + -73.92303, + -73.74212, + -73.95983, + -73.9558, + -73.98259, + -73.99769, + -73.97073, + -73.82249, + -73.93317, + -73.98312, + -73.983, + -73.89995, + -73.93676, + -73.91544, + -73.96156, + -73.98856, + -73.98451, + -73.99033, + -73.94778, + -73.95526, + -73.92689, + -73.91384, + -73.92104, + -73.99355, + -73.94936, + -73.95507, + -73.89022, + -73.88916, + -73.93388, + -73.943, + -73.95389, + -73.91926, + -73.95118, + -73.98382, + -73.96692, + -73.99605, + -73.93057, + -73.76948, + -73.76937, + -73.92519, + -73.9586, + -73.95857, + -73.92627, + -73.94826, + -73.95605, + -73.94827, + -73.95344, + -73.92634, + -73.9792, + -73.957, + -73.97044, + -73.95015, + -73.98519, + -73.9115, + -73.90217, + -73.98752, + -73.88149, + -73.93443, + -74.00122, + -73.95297, + -73.99738, + -73.99507, + -73.9092, + -73.96638, + -73.91289, + -73.97461, + -73.94485, + -73.96201, + -73.89945, + -73.92673, + -73.94729, + -73.96036, + -73.99543, + -73.97113, + -73.9711, + -73.98768, + -73.93746, + -73.93794, + -73.94283, + -73.99636, + -73.98111, + -73.95747, + -73.96255, + -73.95277, + -73.97242, + -73.90576, + -73.9881, + -73.95103, + -73.96812, + -73.94775, + -73.94423, + -73.89474, + -73.99311, + -73.93673, + -73.94271, + -73.99251, + -73.91287, + -73.94723, + -73.91295, + -73.91148, + -73.94605, + -73.94044, + -73.90261, + -74.00476, + -73.94382, + -73.94145, + -73.96755, + -73.98675, + -74.10801, + -73.94763, + -73.92183, + -73.99924, + -73.9612, + -74.01147, + -73.98172, + -73.90393, + -73.92492, + -73.85156, + -73.91183, + -73.98623, + -73.92935, + -73.93761, + -73.93315, + -73.92293, + -73.86635, + -73.93267, + -73.94281, + -73.96465, + -73.97403, + -73.95858, + -73.95298, + -73.98643, + -73.81272, + -73.96084, + -73.98, + -73.84614, + -73.99158, + -74.00052, + -73.93691, + -73.99489, + -73.9194, + -73.94509, + -73.90888, + -73.96278, + -73.96611, + -73.93567, + -73.79317, + -74.00206, + -73.89608, + -73.9538, + -73.94197, + -73.95798, + -74.00817, + -73.95983, + -73.93125, + -73.97278, + -73.99346, + -73.99035, + -73.93997, + -73.92008, + -73.9897, + -73.97914, + -73.90906, + -73.90872, + -73.86122, + -73.9877, + -73.95458, + -73.9752, + -73.94949, + -73.96486, + -73.92472, + -73.95698, + -73.95695, + -74.00212, + -73.95202, + -73.92195, + -73.95619, + -73.92656, + -73.92931, + -73.97366, + -73.9814, + -73.9356, + -73.98883, + -73.99238, + -74.0117, + -73.94882, + -73.9261, + -73.95283, + -73.87805, + -73.98163, + -73.95209, + -73.91581, + -73.90899, + -73.99638, + -73.98861, + -74.00223, + -73.94499, + -73.78786, + -73.94868, + -73.94711, + -73.9261, + -73.99406, + -73.97874, + -73.96102, + -73.97743, + -73.95797, + -73.9968, + -74.01741, + -73.94238, + -73.97432, + -73.94842, + -73.98679, + -73.98938, + -73.95606, + -73.91985, + -73.95322, + -73.92513, + -73.9562, + -74.01579, + -73.96286, + -73.99987, + -73.95328, + -73.96906, + -73.96781, + -73.96677, + -73.98297, + -73.95645, + -73.95044, + -73.99509, + -73.96024, + -73.96354, + -73.93886, + -73.9116, + -73.94914, + -74.01036, + -73.94688, + -73.95133, + -73.94889, + -73.93016, + -73.94842, + -73.98855, + -73.98583, + -73.88871, + -73.94501, + -73.81074, + -73.94154, + -73.93831, + -73.96567, + -73.82329, + -73.99893, + -73.98205, + -73.97303, + -73.95985, + -73.91878, + -73.88298, + -73.92677, + -73.97224, + -73.91383, + -74.00254, + -73.94289, + -73.94652, + -73.94498, + -73.92738, + -73.92696, + -73.95993, + -73.95695, + -73.91974, + -73.94639, + -73.98103, + -73.96085, + -73.93094, + -73.93729, + -73.96222, + -73.95268, + -73.94547, + -73.91238, + -73.97117, + -73.91478, + -73.94302, + -73.98517, + -73.98781, + -73.94904, + -73.94605, + -73.96059, + -73.95943, + -73.94106, + -73.95232, + -73.97864, + -73.97154, + -73.85312, + -73.82005, + -73.99251, + -73.80616, + -73.98473, + -74.00102, + -73.80691, + -73.80607, + -73.95346, + -74.00298, + -73.9543, + -73.97889, + -73.9359, + -74.00845, + -74.00229, + -73.82166, + -73.9462, + -73.89649, + -73.95795, + -73.88892, + -73.99911, + -73.95819, + -73.93177, + -73.96179, + -73.96687, + -73.99246, + -73.94624, + -73.98956, + -73.93697, + -73.97262, + -73.94189, + -74.00757, + -73.95581, + -73.94524, + -74.00364, + -73.90905, + -73.96593, + -73.95495, + -73.99348, + -73.94747, + -73.95167, + -73.8122, + -73.94943, + -73.92448, + -73.93902, + -73.927, + -73.94857, + -73.90669, + -73.92739, + -73.94421, + -73.99207, + -73.98617, + -73.94506, + -73.90271, + -73.95786, + -73.93016, + -73.96715, + -73.92787, + -74.00269, + -73.94657, + -73.9908, + -73.9951, + -73.94021, + -74.00858, + -73.94413, + -73.89079, + -73.95261, + -73.96514, + -73.92035, + -73.95946, + -73.93475, + -73.97066, + -74.00031, + -73.97537, + -73.97715, + -73.94834, + -73.95755, + -73.93336, + -73.9599, + -73.99805, + -73.93446, + -73.99616, + -74.00335, + -73.9659, + -73.90721, + -73.94321, + -73.95071, + -74.00244, + -73.90815, + -73.95382, + -74.00354, + -73.95427, + -73.98935, + -73.98143, + -74.00068, + -73.98747, + -73.98589, + -73.97722, + -73.91154, + -73.81868, + -74.00187, + -73.90733, + -73.9427, + -73.91832, + -73.90387, + -73.94084, + -73.99228, + -73.92411, + -73.86274, + -73.95812, + -73.91813, + -73.86966, + -73.94236, + -73.94409, + -73.99158, + -73.95551, + -73.94857, + -73.91719, + -74.00481, + -74.00665, + -73.87609, + -73.95345, + -73.82444, + -73.99433, + -73.89725, + -73.94461, + -73.9648, + -73.94419, + -73.95327, + -73.94275, + -73.99438, + -73.94147, + -73.94315, + -73.96692, + -73.99812, + -73.9436, + -73.9534, + -73.95194, + -73.99774, + -73.93655, + -73.98609, + -74.00171, + -73.98419, + -73.98527, + -73.81549, + -73.9956, + -73.79232, + -73.95982, + -73.98954, + -73.98133, + -73.8502, + -73.85058, + -73.83167, + -73.9173, + -73.9371, + -73.9436, + -73.95249, + -73.94405, + -73.98127, + -73.95379, + -73.93921, + -73.85155, + -73.98621, + -73.96115, + -73.97093, + -73.94984, + -73.98732, + -73.91686, + -73.93953, + -73.92256, + -73.99171, + -73.93734, + -73.91475, + -73.86665, + -74.02601, + -73.95583, + -73.96257, + -73.98527, + -73.94876, + -73.92462, + -73.91523, + -73.98043, + -73.92086, + -73.96126, + -73.95962, + -73.94512, + -73.93665, + -74.0008, + -73.94241, + -73.98672, + -73.96977, + -73.99146, + -73.93739, + -73.97764, + -73.94505, + -73.98912, + -73.98829, + -73.94113, + -73.86896, + -73.9354, + -74.00286, + -73.98876, + -73.94682, + -73.95015, + -73.983, + -73.90514, + -73.85903, + -73.93017, + -74.01946, + -73.94659, + -73.98167, + -73.85021, + -73.98108, + -73.97933, + -73.96185, + -73.91784, + -74.14781, + -73.98747, + -73.9562, + -73.94329, + -73.95814, + -73.95374, + -73.9295, + -73.96499, + -73.91079, + -73.97936, + -73.9605, + -73.98466, + -73.93424, + -73.90751, + -73.91928, + -73.91764, + -73.81533, + -73.93987, + -73.95191, + -73.89845, + -73.94358, + -73.95028, + -73.9807, + -73.98184, + -73.92308, + -73.95338, + -73.94399, + -73.94916, + -73.95522, + -73.94548, + -73.95295, + -73.92226, + -73.95798, + -73.96018, + -73.90177, + -73.93535, + -73.99055, + -73.98924, + -73.9897, + -73.98738, + -73.96254, + -73.94364, + -73.94114, + -73.85145, + -73.96872, + -73.92559, + -73.81481, + -73.96202, + -73.99616, + -73.93648, + -74.00589, + -73.98642, + -73.94428, + -73.95832, + -73.99526, + -73.86759, + -73.98202, + -73.96144, + -73.98636, + -73.97299, + -73.90756, + -73.99811, + -73.96409, + -73.99162, + -73.98624, + -73.8967, + -73.94121, + -73.97714, + -73.98927, + -73.9613, + -73.81561, + -73.96151, + -73.94582, + -73.98649, + -73.98279, + -73.94297, + -73.9574, + -73.95744, + -73.93484, + -73.94867, + -73.99827, + -73.99938, + -73.96775, + -73.95406, + -73.9514, + -74.00529, + -73.99951, + -73.99432, + -73.94757, + -73.88852, + -73.97779, + -73.9223, + -73.93665, + -73.95403, + -73.97833, + -73.91365, + -73.90034, + -73.92225, + -73.98068, + -73.9262, + -74.00331, + -73.80823, + -73.89046, + -73.92536, + -73.9661, + -73.99514, + -73.81019, + -73.80953, + -73.80791, + -73.8767, + -73.98174, + -74.0051, + -73.87537, + -73.9547, + -73.88231, + -73.93052, + -73.98491, + -73.94825, + -73.9441, + -73.98495, + -73.94247, + -73.93673, + -73.94112, + -74.00298, + -73.9481, + -73.92414, + -73.76869, + -73.96688, + -73.99586, + -73.95992, + -73.96361, + -73.95873, + -73.9235, + -73.9422, + -73.94871, + -73.99845, + -73.9482, + -73.91561, + -73.9474, + -73.92099, + -73.99136, + -73.999, + -73.89141, + -73.96112, + -73.9602, + -73.97707, + -73.96236, + -73.92662, + -73.94568, + -74.00228, + -73.97633, + -74.00378, + -73.93737, + -73.78325, + -73.9454, + -73.91523, + -73.8276, + -73.9421, + -73.98717, + -73.99329, + -73.95213, + -73.94457, + -73.95566, + -73.96618, + -73.95452, + -73.9963, + -74.08709, + -73.91884, + -73.97499, + -73.93356, + -73.97883, + -73.93855, + -73.90817, + -73.85156, + -73.98146, + -73.99458, + -73.94951, + -73.98513, + -73.99285, + -73.89489, + -73.93201, + -73.99785, + -73.99984, + -73.99773, + -73.9216, + -73.95054, + -73.9522, + -73.92683, + -73.95009, + -73.96042, + -73.92356, + -73.84278, + -73.94607, + -73.79179, + -73.98786, + -73.86121, + -73.93233, + -73.7913, + -73.94863, + -73.94315, + -73.92162, + -73.92207, + -73.92361, + -73.95476, + -73.92333, + -73.92368, + -73.94502, + -73.80662, + -73.93872, + -73.93602, + -73.9912, + -73.8137, + -73.94941, + -73.94258, + -73.96325, + -73.95163, + -73.93743, + -73.99104, + -73.7507, + -73.98842, + -73.92205, + -73.92316, + -73.92819, + -73.95243, + -73.94231, + -73.98245, + -73.99158, + -73.92558, + -74.00163, + -73.86977, + -73.93489, + -73.95377, + -73.93444, + -73.93202, + -73.9849, + -74.07913, + -73.94935, + -73.95275, + -73.97557, + -73.98801, + -73.97668, + -73.93161, + -73.93322, + -73.98208, + -73.94133, + -73.9863, + -73.94635, + -73.9335, + -73.96364, + -73.94059, + -73.91396, + -73.94839, + -73.96166, + -73.9151, + -73.99438, + -73.98657, + -73.99632, + -73.7274, + -73.93471, + -73.92146, + -73.95119, + -74.0049, + -73.964, + -73.91304, + -73.95383, + -73.95887, + -73.95704, + -73.92169, + -73.99138, + -73.95155, + -74.00804, + -73.98229, + -73.92372, + -73.91825, + -73.96332, + -73.91543, + -73.98161, + -73.93975, + -73.94586, + -73.92299, + -73.99864, + -73.89304, + -73.91666, + -73.93976, + -74.00237, + -73.91671, + -73.81578, + -73.94022, + -74.00849, + -73.94132, + -73.98394, + -73.98524, + -73.91108, + -73.96128, + -73.94708, + -74.00505, + -73.91546, + -73.9509, + -73.94113, + -73.9748, + -73.99412, + -73.94164, + -73.95685, + -73.81238, + -73.96358, + -73.95583, + -73.94215, + -73.91455, + -73.9055, + -73.94429, + -73.98028, + -73.93588, + -73.97197, + -73.91582, + -73.95427, + -73.91488, + -73.94565, + -73.92646, + -73.95521, + -73.90898, + -73.8123, + -73.92765, + -73.96725, + -73.94252, + -73.92144, + -73.94902, + -73.96084, + -73.95755, + -73.83344, + -73.92477, + -73.96047, + -73.93739, + -73.8113, + -73.96783, + -73.96259, + -73.91783, + -73.85952, + -74.00538, + -73.96798, + -73.95423, + -73.93889, + -73.94501, + -73.97566, + -73.78948, + -74.00059, + -73.9599, + -73.85883, + -73.99637, + -73.99365, + -73.92298, + -73.95048, + -73.91148, + -73.93122, + -73.94789, + -73.98256, + -73.90794, + -73.93033, + -73.96658, + -73.94527, + -73.94224, + -73.98015, + -73.91155, + -73.95604, + -73.95919, + -73.99204, + -73.98922, + -73.92684, + -73.94917, + -73.87261, + -73.80665, + -73.95485, + -73.97164, + -73.82742, + -73.99899, + -73.94528, + -73.91149, + -73.98487, + -73.95237, + -73.98944, + -73.99229, + -73.94588, + -73.9886, + -73.93052, + -73.81399, + -73.94943, + -73.86741, + -73.93301, + -73.91527, + -74.11777, + -73.72838, + -73.95745, + -73.95894, + -74.00159, + -73.9476, + -73.91305, + -73.95815, + -73.98911, + -73.90674, + -73.99083, + -73.97175, + -73.99573, + -73.99741, + -73.98407, + -73.95523, + -73.9138, + -73.82324, + -73.94987, + -73.94266, + -73.94224, + -73.94156, + -73.948, + -73.86997, + -73.79449, + -73.98466, + -73.9401, + -73.94283, + -73.95719, + -73.99646, + -73.916, + -73.96108, + -73.94427, + -73.97943, + -73.94675, + -73.95581, + -73.94814, + -73.90959, + -73.97579, + -73.98496, + -73.95812, + -73.95371, + -73.85294, + -73.94194, + -73.98418, + -73.93828, + -73.9708, + -73.92347, + -73.79944, + -73.86396, + -73.91094, + -73.99467, + -73.94058, + -73.94672, + -73.94717, + -74.01383, + -73.93323, + -74.00691, + -73.99665, + -73.96152, + -73.95624, + -73.98786, + -73.94858, + -73.94045, + -73.89031, + -74.02739, + -73.9487, + -73.9791, + -73.98925, + -73.95846, + -73.93822, + -73.87877, + -73.95103, + -73.98295, + -73.96342, + -73.99895, + -73.98089, + -73.9553, + -73.94207, + -73.94077, + -73.99646, + -73.9627, + -73.94726, + -73.91754, + -73.73133, + -73.94801, + -73.93221, + -73.95208, + -73.99179, + -73.99017, + -73.98958, + -73.98799, + -73.90163, + -73.9657, + -73.94623, + -73.97711, + -73.96121, + -73.98159, + -73.92247, + -73.92103, + -73.95085, + -73.94918, + -73.93708, + -73.91298, + -73.90928, + -73.9908, + -73.98138, + -73.91729, + -73.90873, + -73.98156, + -73.94909, + -73.98862, + -73.9405, + -73.9589, + -73.98623, + -73.97271, + -73.9591, + -73.88523, + -73.90647, + -73.9486, + -73.93594, + -73.9349, + -73.95149, + -73.9534, + -74.01063, + -73.94135, + -73.99278, + -73.96081, + -73.92204, + -73.9453, + -73.94835, + -73.95827, + -73.78158, + -73.944, + -73.97726, + -73.85033, + -73.95677, + -73.82961, + -73.94671, + -73.94986, + -73.96827, + -74.00836, + -73.99086, + -73.9592, + -73.92592, + -73.97352, + -73.93914, + -73.9104, + -74.07897, + -74.00263, + -73.87253, + -73.94406, + -73.85836, + -73.98959, + -73.93379, + -73.93687, + -73.93205, + -73.9485, + -73.9211, + -73.92089, + -73.95779, + -73.98235, + -73.98206, + -73.98245, + -73.98259, + -73.95014, + -73.96314, + -73.97691, + -73.95355, + -73.95134, + -73.90363, + -73.9404, + -73.87036, + -73.92958, + -73.96025, + -73.95101, + -73.85621, + -73.93874, + -73.97544, + -73.92255, + -73.94375, + -73.94242, + -73.98782, + -73.93138, + -73.94442, + -73.98923, + -73.98947, + -73.93365, + -73.93207, + -74.00797, + -73.99153, + -73.9792, + -74.00737, + -73.97144, + -73.96376, + -73.99057, + -73.94203, + -73.99889, + -74.1285, + -73.95998, + -73.99805, + -74.01753, + -73.98546, + -73.94372, + -73.94448, + -73.98862, + -73.99667, + -73.98498, + -73.90848, + -73.92833, + -73.93884, + -73.93769, + -73.99225, + -73.95769, + -73.92774, + -73.99391, + -73.94013, + -73.78018, + -73.99798, + -73.99675, + -73.90512, + -73.90385, + -73.90447, + -73.99066, + -73.94789, + -73.93325, + -73.99276, + -73.92942, + -73.94209, + -73.93258, + -73.90375, + -73.95967, + -73.97695, + -73.9666, + -74.0888, + -73.89801, + -74.08907, + -73.92589, + -74.08712, + -73.99226, + -73.97825, + -73.72179, + -73.99964, + -73.95958, + -73.97685, + -73.94921, + -73.94736, + -73.94004, + -73.94532, + -74.00845, + -73.94086, + -74.00266, + -73.99721, + -73.94459, + -73.90659, + -73.9617, + -73.90015, + -73.98323, + -73.99235, + -73.97172, + -73.99503, + -73.97954, + -73.96411, + -74.00435, + -73.99214, + -73.95995, + -73.95473, + -74.00141, + -73.91702, + -73.955, + -73.95797, + -73.94835, + -73.94077, + -73.93998, + -73.9617, + -73.96628, + -73.96035, + -73.91533, + -73.95631, + -73.90545, + -73.95086, + -73.94486, + -73.99129, + -74.0053, + -73.94731, + -74.00787, + -73.91879, + -73.98612, + -73.97439, + -73.99599, + -73.92009, + -73.96668, + -73.88876, + -73.8891, + -73.9444, + -73.95566, + -73.92413, + -73.9811, + -73.91696, + -73.95184, + -73.98935, + -73.9908, + -73.93676, + -74.001, + -73.94888, + -74.00785, + -73.96041, + -73.98665, + -73.98986, + -73.96176, + -74.15443, + -73.99057, + -73.85867, + -73.96001, + -73.96469, + -73.90943, + -73.97167, + -73.95709, + -73.911, + -74.006, + -73.973, + -73.9831, + -73.9352, + -73.97847, + -73.95646, + -73.98509, + -73.94058, + -73.93904, + -73.94149, + -74.00193, + -73.93987, + -73.82327, + -73.94034, + -73.91329, + -73.94337, + -73.87746, + -73.92939, + -73.95452, + -73.99253, + -73.98774, + -73.9415, + -73.95894, + -73.9439, + -73.95419, + -73.95714, + -73.83307, + -73.91459, + -73.95666, + -73.8863, + -73.92265, + -73.90733, + -73.96094, + -73.96348, + -73.95266, + -73.90768, + -73.95166, + -73.93618, + -73.98407, + -73.93113, + -73.95064, + -73.98516, + -73.9343, + -73.9403, + -73.98468, + -73.89808, + -73.95099, + -73.93784, + -73.94452, + -73.96458, + -73.97593, + -73.92318, + -73.86129, + -73.97272, + -73.93739, + -73.92789, + -73.98293, + -73.91559, + -73.945, + -73.94199, + -73.9449, + -73.99612, + -73.99487, + -73.96388, + -73.95257, + -73.96169, + -73.95514, + -73.98321, + -73.95317, + -73.93578, + -73.86499, + -73.94345, + -73.80328, + -73.92062, + -73.93299, + -73.9928, + -73.9266, + -73.94383, + -73.97201, + -73.94961, + -73.98511, + -73.96161, + -73.98255, + -73.95443, + -73.9336, + -73.85202, + -73.92153, + -73.96429, + -73.96902, + -73.95845, + -73.91406, + -74.09068, + -73.96171, + -73.9532, + -73.94204, + -73.84747, + -73.99635, + -74.01022, + -73.94321, + -73.91488, + -73.93469, + -73.94744, + -73.96918, + -73.95117, + -74.00503, + -73.94579, + -73.97637, + -73.98253, + -73.97203, + -73.956, + -73.9436, + -73.95627, + -73.94091, + -73.97753, + -73.9493, + -73.91143, + -73.85923, + -74.10942, + -73.99228, + -73.88131, + -73.98449, + -73.92332, + -73.98467, + -73.98411, + -73.9297, + -73.92253, + -74.00108, + -73.9775, + -73.99738, + -73.98431, + -73.94829, + -73.95111, + -73.9593, + -73.99372, + -73.98043, + -73.89006, + -73.92814, + -73.95741, + -73.95235, + -73.93719, + -73.9524, + -73.94511, + -73.93638, + -73.83186, + -73.95003, + -73.98495, + -73.97088, + -73.87435, + -73.96452, + -73.94282, + -73.91447, + -73.95649, + -73.98178, + -73.93792, + -73.8706, + -73.99079, + -73.98567, + -73.84699, + -73.95335, + -73.94882, + -73.99391, + -73.98703, + -73.85285, + -73.90596, + -73.94232, + -73.99971, + -74.00269, + -73.93925, + -73.94918, + -73.94471, + -73.92417, + -73.90959, + -73.94333, + -73.95166, + -73.92554, + -73.98988, + -73.93646, + -73.94283, + -73.93517, + -73.98565, + -73.92119, + -73.97915, + -73.9643, + -73.80169, + -73.91977, + -73.95598, + -73.91333, + -73.89422, + -73.93553, + -74.00332, + -73.88636, + -73.99941, + -73.96641, + -73.98783, + -73.92306, + -73.96989, + -73.9336, + -73.98713, + -73.7991, + -74.09615, + -74.09606, + -73.98965, + -73.93475, + -73.98091, + -73.98064, + -73.98335, + -73.9236, + -73.96763, + -73.9608, + -73.93598, + -73.95682, + -73.93805, + -73.98236, + -73.96857, + -73.92606, + -74.14439, + -73.98522, + -73.93576, + -73.86719, + -73.72948, + -73.90083, + -73.95254, + -73.91519, + -73.90369, + -73.99945, + -73.92828, + -73.95291, + -73.98167, + -73.97827, + -73.95119, + -73.98364, + -73.79595, + -73.91388, + -73.79506, + -73.94381, + -73.94572, + -73.99482, + -73.86108, + -73.84236, + -73.96896, + -73.97283, + -73.96156, + -73.87429, + -73.93699, + -73.91304, + -73.99387, + -73.95067, + -73.96378, + -73.97186, + -73.88812, + -73.80145, + -73.911, + -73.9306, + -73.95552, + -73.94482, + -73.81327, + -73.98757, + -73.84382, + -73.92517, + -73.95753, + -73.85226, + -73.99535, + -73.9922, + -73.95688, + -73.9539, + -73.97968, + -73.94189, + -73.91362, + -73.95457, + -73.97399, + -73.99039, + -73.92193, + -73.85877, + -73.97057, + -73.92402, + -73.9436, + -73.99349, + -73.95261, + -73.8114, + -73.96437, + -73.98646, + -73.95246, + -73.98649, + -73.94578, + -74.02817, + -73.90651, + -73.91874, + -73.94804, + -73.95683, + -74.00073, + -73.86821, + -73.84727, + -73.91324, + -73.95662, + -73.98669, + -73.91078, + -73.97536, + -74.00301, + -73.99082, + -73.98595, + -73.93853, + -73.95359, + -73.97453, + -73.95773, + -73.90947, + -73.92139, + -73.91017, + -73.95148, + -73.96215, + -73.91145, + -73.95089, + -73.97356, + -73.90819, + -73.92756, + -73.79241, + -73.93928, + -73.90999, + -73.94319, + -73.79148, + -73.98111, + -73.91458, + -73.97562, + -73.9761, + -73.94706, + -73.98359, + -73.9997, + -73.91842, + -74.00002, + -73.92198, + -73.98166, + -73.96649, + -73.96141, + -73.95548, + -74.00933, + -73.94605, + -73.94508, + -73.91523, + -73.94099, + -74.11749, + -73.96058, + -73.91515, + -73.9329, + -73.96103, + -73.95773, + -73.93814, + -73.95012, + -73.9504, + -73.85345, + -73.95398, + -73.90499, + -73.93861, + -74.00554, + -73.95342, + -73.91684, + -73.91838, + -73.89369, + -73.94298, + -73.95418, + -73.94449, + -73.97113, + -73.72956, + -73.94484, + -73.94906, + -73.9617, + -73.75495, + -73.82333, + -73.95107, + -73.90785, + -73.91798, + -73.95404, + -73.96484, + -74.00034, + -73.86633, + -73.93427, + -73.9491, + -73.95198, + -73.93263, + -73.90137, + -73.91447, + -73.94653, + -73.95301, + -73.9212, + -73.96242, + -73.91371, + -73.96826, + -73.9273, + -73.94831, + -73.96148, + -73.98054, + -73.94359, + -73.99017, + -73.99286, + -73.92058, + -73.94652, + -73.95116, + -73.95967, + -73.95877, + -73.97826, + -74.00643, + -73.99997, + -73.95335, + -73.92364, + -73.97528, + -74.00612, + -73.97519, + -73.9326, + -74.00121, + -73.97703, + -73.94827, + -73.92775, + -73.93696, + -73.9873, + -73.90719, + -73.94913, + -73.98666, + -73.95966, + -73.93079, + -73.99388, + -73.96726, + -73.9627, + -73.91525, + -73.92208, + -73.95137, + -73.96078, + -73.90064, + -73.91248, + -73.95826, + -73.94212, + -73.8214, + -73.95103, + -73.91879, + -73.95737, + -73.94677, + -73.99335, + -73.99396, + -73.99069, + -73.98205, + -73.92349, + -73.88949, + -73.93372, + -74.00051, + -73.99609, + -73.94494, + -73.99497, + -73.91503, + -73.99299, + -73.9043, + -74.00319, + -73.98128, + -73.89944, + -73.98171, + -73.98011, + -73.93627, + -73.9893, + -73.95557, + -74.06092, + -73.97258, + -73.90959, + -73.83614, + -73.73283, + -73.73464, + -73.96058, + -73.733, + -73.94951, + -73.8934, + -73.92674, + -73.93451, + -73.97605, + -74.02837, + -74.01722, + -73.9598, + -74.00435, + -73.94821, + -73.95571, + -73.91494, + -73.92245, + -73.95237, + -73.97201, + -73.96966, + -73.95017, + -73.98155, + -73.98412, + -73.99704, + -74.00721, + -73.91595, + -73.76072, + -73.9432, + -73.98319, + -73.95974, + -73.9737, + -73.98162, + -73.91411, + -73.94613, + -73.96886, + -73.94484, + -73.97539, + -73.9618, + -73.98295, + -73.82991, + -73.98211, + -73.98865, + -73.98774, + -73.88668, + -73.94916, + -73.8647, + -73.95825, + -73.93252, + -74.00147, + -73.94792, + -74.00462, + -73.93968, + -73.95407, + -73.94385, + -73.98371, + -73.92531, + -73.99087, + -73.8459, + -73.94763, + -73.95401, + -73.9446, + -73.94226, + -73.97839, + -73.92466, + -73.93974, + -73.88136, + -73.9105, + -73.99882, + -73.96769, + -73.93363, + -73.99247, + -74.01342, + -73.95627, + -73.93828, + -73.94145, + -73.9188, + -73.93679, + -73.98583, + -73.87279, + -73.96007, + -73.84345, + -73.87293, + -73.91718, + -73.87379, + -74.02989, + -73.94131, + -73.97947, + -73.93563, + -73.96038, + -73.94707, + -73.98645, + -73.97919, + -73.94727, + -73.95366, + -73.97375, + -73.96183, + -73.91903, + -73.94154, + -73.88608, + -73.9511, + -73.93927, + -73.87655, + -73.98161, + -73.94574, + -73.94219, + -73.9482, + -73.9662, + -74.03675, + -73.98815, + -73.98723, + -73.95947, + -73.87358, + -73.98537, + -73.99524, + -73.9663, + -73.97865, + -73.8473, + -73.97822, + -73.97069, + -73.91398, + -73.93151, + -73.97779, + -73.94624, + -73.94833, + -73.90987, + -73.97451, + -73.94072, + -73.9568, + -73.9438, + -74.00396, + -73.92152, + -73.95214, + -73.9999, + -73.98785, + -73.90458, + -73.93203, + -73.89015, + -73.86311, + -73.95104, + -73.96312, + -73.98651, + -73.98564, + -74.00141, + -73.97859, + -73.92546, + -73.95084, + -73.88278, + -73.97711, + -73.73068, + -73.95461, + -73.91098, + -73.94298, + -73.97309, + -74.00967, + -73.98948, + -73.95771, + -73.92926, + -74.00828, + -73.96012, + -73.95669, + -74.01738, + -73.95952, + -73.94869, + -73.95495, + -73.95422, + -73.97213, + -73.90633, + -73.9875, + -73.92564, + -73.96344, + -73.92378, + -73.99416, + -73.94554, + -73.94836, + -73.97167, + -73.81589, + -73.98507, + -73.82263, + -73.95703, + -73.98682, + -73.97775, + -73.93909, + -73.99971, + -74.08066, + -73.91665, + -73.92662, + -73.95288, + -73.85384, + -73.96802, + -73.9279, + -73.92762, + -73.96554, + -73.95602, + -73.96385, + -73.98949, + -73.98614, + -73.92617, + -73.94703, + -73.93078, + -73.83398, + -73.99103, + -74.00641, + -73.95175, + -73.99039, + -73.8979, + -73.91444, + -73.97876, + -73.94119, + -73.94369, + -73.99008, + -73.9777, + -73.98244, + -73.92347, + -73.9215, + -73.91173, + -73.94305, + -73.94842, + -73.9457, + -73.99843, + -73.945, + -73.87307, + -73.94675, + -73.90077, + -73.96195, + -73.93674, + -73.96332, + -73.98711, + -73.96853, + -73.79186, + -73.98753, + -74.0011, + -73.94172, + -73.73059, + -73.95122, + -73.94867, + -73.99463, + -73.93444, + -74.01521, + -73.9398, + -73.95079, + -73.92368, + -73.95439, + -73.98962, + -73.86917, + -73.92433, + -73.96464, + -73.95647, + -73.98472, + -73.9456, + -73.9448, + -73.94566, + -73.91258, + -73.96786, + -73.95908, + -73.94624, + -73.96331, + -73.97192, + -74.00647, + -73.97991, + -74.00238, + -73.97212, + -73.87201, + -73.96598, + -73.99396, + -73.90102, + -73.91937, + -73.96462, + -74.08645, + -73.98928, + -73.98646, + -73.95437, + -73.76844, + -73.92132, + -73.96559, + -73.93877, + -73.98801, + -73.93209, + -73.95216, + -73.9283, + -73.96056, + -73.85035, + -73.74418, + -73.83338, + -73.96541, + -73.94562, + -73.95165, + -73.85663, + -73.80417, + -73.94674, + -73.96066, + -73.94717, + -73.90046, + -73.99079, + -73.98103, + -73.99844, + -73.87851, + -73.95589, + -73.97352, + -73.94594, + -74.00379, + -73.94266, + -73.96579, + -73.94197, + -73.9694, + -73.94522, + -74.07774, + -73.93781, + -73.9654, + -73.92428, + -73.90517, + -73.9929, + -73.82882, + -73.93009, + -74.01281, + -73.90239, + -73.85639, + -73.91342, + -73.99393, + -73.97713, + -73.99774, + -73.97525, + -73.99027, + -73.91416, + -73.93849, + -73.95877, + -73.96421, + -73.9874, + -73.946, + -73.94001, + -73.9183, + -73.98315, + -74.00033, + -73.98783, + -74.01438, + -73.98222, + -73.91969, + -73.92211, + -73.95122, + -73.98484, + -73.93186, + -73.98765, + -73.95528, + -73.92663, + -73.99053, + -73.93234, + -73.94132, + -73.99785, + -73.79197, + -73.98434, + -73.95827, + -73.97364, + -73.95417, + -73.9565, + -73.93054, + -73.9777, + -73.95091, + -73.9939, + -74.00508, + -73.97544, + -73.96975, + -73.91974, + -73.93873, + -73.94726, + -73.94072, + -73.93574, + -73.94454, + -73.99225, + -73.95936, + -73.97592, + -73.91404, + -73.99147, + -73.99899, + -73.94931, + -73.95166, + -73.92966, + -74.00151, + -73.73342, + -73.95431, + -73.9605, + -73.97355, + -73.98327, + -73.97226, + -73.97575, + -73.97937, + -73.92223, + -73.98068, + -73.95558, + -73.95292, + -73.94645, + -73.95732, + -73.96946, + -73.93413, + -73.9807, + -73.93638, + -73.95489, + -73.95128, + -73.96, + -73.97193, + -73.9551, + -73.81172, + -73.98994, + -73.92677, + -73.97293, + -73.92532, + -73.91342, + -73.9117, + -73.91284, + -73.99357, + -73.94897, + -73.98786, + -73.92241, + -73.95308, + -73.98674, + -73.93647, + -73.92324, + -73.93821, + -73.95177, + -74.03406, + -73.93864, + -73.9792, + -73.94892, + -73.9335, + -73.96755, + -73.99867, + -73.98203, + -73.94017, + -74.00763, + -73.95732, + -73.77311, + -73.97907, + -73.9785, + -73.92062, + -73.95273, + -73.99306, + -73.97941, + -73.88128, + -73.98418, + -73.96283, + -73.86049, + -73.9703, + -73.87391, + -73.93975, + -73.93794, + -73.96354, + -73.94956, + -73.9679, + -73.92715, + -73.9733, + -73.91923, + -73.97674, + -73.95558, + -73.94538, + -73.98166, + -73.98349, + -73.93743, + -73.95277, + -73.99291, + -73.94152, + -73.91986, + -73.9592, + -73.92358, + -73.95486, + -73.96058, + -73.98567, + -73.98981, + -73.98532, + -73.94347, + -73.95418, + -73.96282, + -73.93371, + -73.80964, + -74.06724, + -73.92045, + -73.94977, + -73.91688, + -73.99573, + -73.93855, + -73.80029, + -73.79949, + -73.93716, + -73.96263, + -73.97085, + -73.79196, + -73.94768, + -73.98746, + -73.91315, + -73.9305, + -73.92896, + -73.89425, + -73.96806, + -73.8483, + -73.95857, + -73.83039, + -73.97104, + -73.9641, + -73.94854, + -73.98089, + -73.94651, + -73.94819, + -73.99913, + -74.01385, + -73.96188, + -73.94538, + -73.97444, + -73.90295, + -73.90803, + -73.9958, + -73.97747, + -73.98283, + -73.90915, + -73.96976, + -73.99413, + -73.94662, + -73.9441, + -73.9249, + -73.99761, + -73.95203, + -73.90127, + -74.00139, + -73.93379, + -73.96927, + -73.97259, + -73.96236, + -73.98096, + -73.78717, + -73.98288, + -73.94158, + -74.00707, + -73.81505, + -74.00601, + -73.91305, + -73.96993, + -73.90891, + -73.95112, + -73.95319, + -73.91836, + -73.95333, + -73.93326, + -73.95122, + -73.92048, + -73.98283, + -73.95732, + -73.94231, + -73.91922, + -73.95354, + -73.95275, + -73.98178, + -73.9973, + -73.83237, + -73.90819, + -73.92866, + -73.93766, + -73.95499, + -73.95657, + -73.95149, + -74.00082, + -73.97732, + -73.93043, + -73.99405, + -73.95107, + -73.92706, + -73.99116, + -73.95381, + -73.95334, + -73.77983, + -73.93662, + -73.94846, + -74.08369, + -73.93891, + -73.92013, + -73.97493, + -73.95197, + -73.94968, + -73.95734, + -73.99376, + -73.93187, + -73.93671, + -73.99318, + -73.94983, + -73.9281, + -73.95625, + -73.92552, + -73.9579, + -73.93579, + -73.95107, + -73.97327, + -73.96609, + -73.9841, + -73.73432, + -73.96761, + -73.94788, + -73.7365, + -73.96245, + -73.94073, + -73.92045, + -73.98218, + -73.97086, + -73.95515, + -73.94011, + -73.97017, + -73.94011, + -73.95151, + -73.97011, + -73.82687, + -73.97074, + -73.94563, + -73.92657, + -73.96977, + -73.94633, + -73.94337, + -73.92289, + -74.00018, + -73.92646, + -73.97788, + -73.85828, + -73.9405, + -73.94758, + -73.90291, + -73.95886, + -73.94688, + -73.92112, + -73.99283, + -73.91456, + -73.95929, + -73.97657, + -73.98373, + -73.95478, + -73.99863, + -73.94118, + -73.95139, + -73.94102, + -73.97001, + -73.75489, + -73.96399, + -73.98539, + -73.92626, + -73.85543, + -73.95176, + -73.94889, + -73.96265, + -73.9288, + -73.92535, + -73.92701, + -73.93564, + -73.95233, + -73.99133, + -73.99384, + -73.93976, + -73.9301, + -73.93856, + -73.99096, + -73.98432, + -73.91362, + -73.94093, + -73.85382, + -74.0051, + -73.91266, + -73.75477, + -73.92417, + -73.86409, + -73.93255, + -73.93951, + -73.92534, + -73.92094, + -73.89678, + -73.91245, + -73.93883, + -73.93724, + -73.93191, + -73.95645, + -73.93867, + -73.92626, + -73.94214, + -74.00477, + -73.95831, + -73.95423, + -73.98504, + -73.99421, + -73.91334, + -73.95393, + -73.78194, + -73.98012, + -73.90785, + -73.86355, + -73.94817, + -73.91245, + -73.93998, + -73.95105, + -73.97512, + -73.98137, + -73.97785, + -73.73135, + -73.97754, + -73.91645, + -73.94487, + -73.9723, + -73.96031, + -73.95854, + -73.84886, + -73.95852, + -73.95972, + -73.95086, + -73.95496, + -73.95513, + -73.74902, + -73.97255, + -73.95418, + -73.96535, + -74.00029, + -73.93171, + -73.91492, + -73.95513, + -73.90805, + -73.95085, + -73.8502, + -73.95293, + -73.85961, + -73.98181, + -73.9385, + -73.94159, + -73.95131, + -73.97987, + -73.92481, + -73.95041, + -73.98195, + -73.90985, + -73.96453, + -74.01486, + -73.93131, + -73.95382, + -73.99134, + -73.97596, + -73.91114, + -73.9189, + -73.92213, + -73.93143, + -73.9476, + -73.94385, + -74.00184, + -73.82922, + -73.72943, + -73.92662, + -73.99939, + -73.9438, + -73.96057, + -73.95372, + -73.99153, + -73.97915, + -74.01684, + -73.91991, + -73.95056, + -73.93719, + -73.96806, + -73.94042, + -73.95344, + -73.99739, + -73.84172, + -73.98815, + -73.89202, + -73.95347, + -73.95496, + -73.97554, + -73.97694, + -73.96378, + -73.94893, + -73.95782, + -74.0018, + -73.77308, + -73.97826, + -73.91314, + -73.84792, + -73.92225, + -73.94898, + -73.90725, + -73.94926, + -73.99494, + -73.91873, + -73.99084, + -73.96104, + -73.95528, + -73.92168, + -73.94091, + -73.93428, + -73.88718, + -73.94384, + -73.9564, + -73.96003, + -73.98029, + -73.97703, + -73.91828, + -73.98849, + -73.9853, + -73.89702, + -73.96029, + -73.87748, + -73.97479, + -73.92364, + -73.94345, + -73.87822, + -73.98878, + -73.9186, + -74.15485, + -73.82617, + -73.99208, + -73.96123, + -73.93747, + -73.97669, + -73.93224, + -73.9319, + -73.95665, + -73.957, + -73.98265, + -73.98216, + -73.97849, + -73.98083, + -73.98119, + -73.94502, + -73.99361, + -73.96353, + -73.93836, + -73.98378, + -73.94485, + -73.9132, + -73.96427, + -73.94742, + -73.99263, + -73.96001, + -73.93559, + -73.99396, + -73.94648, + -73.988, + -73.93974, + -73.95782, + -73.95707, + -73.99683, + -73.86427, + -73.98299, + -73.97945, + -73.93899, + -73.99255, + -73.94137, + -73.99189, + -73.94518, + -73.92238, + -73.96474, + -73.91846, + -73.96052, + -73.92806, + -73.96539, + -73.75159, + -74.08027, + -73.94027, + -74.01966, + -73.96928, + -74.01101, + -73.94942, + -73.94756, + -73.82323, + -73.76514, + -73.93903, + -73.99948, + -73.90521, + -73.94461, + -73.94229, + -73.94991, + -73.95575, + -73.93971, + -73.92463, + -73.82046, + -73.97597, + -73.97947, + -73.9939, + -73.94039, + -73.99015, + -73.98055, + -73.92493, + -73.97595, + -73.99998, + -74.01089, + -74.08169, + -73.99596, + -74.01401, + -73.91445, + -73.98639, + -73.95397, + -73.94461, + -73.87027, + -73.94746, + -73.95274, + -73.93033, + -73.7397, + -73.96228, + -73.94899, + -73.75625, + -73.83094, + -73.95881, + -73.98876, + -73.97413, + -73.97869, + -73.94751, + -73.8896, + -73.97051, + -73.92679, + -73.93265, + -73.96338, + -73.92366, + -73.96337, + -73.83052, + -73.97364, + -73.92777, + -73.76286, + -73.91431, + -73.96796, + -73.92394, + -73.89315, + -73.90691, + -73.90598, + -73.90546, + -73.95357, + -73.91569, + -73.94788, + -73.98623, + -73.94538, + -73.97499, + -73.9723, + -73.99625, + -73.98841, + -73.91015, + -73.98049, + -73.94047, + -73.90547, + -73.91763, + -73.94688, + -73.93007, + -73.9387, + -73.95282, + -73.93589, + -73.94635, + -73.94751, + -73.95602, + -73.98025, + -73.87469, + -73.94549, + -73.87276, + -73.83688, + -73.96408, + -73.93273, + -73.92054, + -73.80086, + -73.96316, + -73.97844, + -73.95059, + -73.81591, + -73.94999, + -73.95048, + -73.96169, + -73.94531, + -73.9812, + -73.9526, + -73.98045, + -73.94946, + -73.8179, + -73.92958, + -73.93014, + -73.94566, + -73.99381, + -73.91741, + -73.9965, + -73.98308, + -73.92563, + -73.92913, + -73.93022, + -73.92453, + -73.97756, + -73.97914, + -73.76105, + -73.97563, + -73.94207, + -73.9413, + -73.76178, + -73.85662, + -73.95656, + -74.00447, + -73.92663, + -73.99421, + -74.02976, + -73.99393, + -73.90249, + -74.00162, + -73.99229, + -73.97953, + -73.93743, + -74.01521, + -73.99287, + -73.96034, + -73.97388, + -73.98297, + -73.95041, + -73.81868, + -73.85047, + -73.98819, + -73.93554, + -73.99073, + -73.8921, + -73.99582, + -73.9866, + -73.89666, + -73.94471, + -73.99869, + -73.86186, + -73.9975, + -73.98952, + -73.7613, + -73.94137, + -73.9257, + -73.91644, + -73.97142, + -73.99894, + -73.72949, + -73.84245, + -73.95381, + -73.72931, + -73.97482, + -73.9905, + -73.95262, + -73.95288, + -73.94608, + -74.00814, + -73.96526, + -73.94085, + -73.94417, + -73.95314, + -73.9746, + -73.98842, + -74.00798, + -73.93881, + -73.93855, + -73.99531, + -73.99821, + -73.92742, + -73.9485, + -73.91387, + -73.93092, + -74.00973, + -73.9469, + -73.92194, + -73.99829, + -73.97279, + -73.88459, + -73.9571, + -74.01564, + -73.88462, + -73.92394, + -73.97892, + -73.99016, + -73.96217, + -73.88426, + -73.91427, + -73.79162, + -73.90008, + -73.77166, + -73.99375, + -73.96706, + -73.92123, + -73.90866, + -73.99799, + -73.93415, + -73.9338, + -73.93399, + -73.94736, + -73.93355, + -73.97986, + -73.89028, + -73.81865, + -74.03942, + -73.9909, + -73.9502, + -73.99078, + -73.98669, + -73.92448, + -73.95347, + -73.99077, + -73.95649, + -73.99364, + -73.94104, + -73.98074, + -73.96199, + -73.97655, + -73.94994, + -73.93478, + -73.94187, + -73.94344, + -73.99455, + -73.97991, + -73.86076, + -73.98889, + -73.89302, + -73.94491, + -73.94253, + -73.8315, + -73.94081, + -73.9989, + -74.00105, + -73.9126, + -73.99147, + -73.84295, + -73.96222, + -73.79442, + -73.94792, + -73.96249, + -73.99109, + -74.00054, + -74.01749, + -73.98365, + -73.99897, + -73.98842, + -73.98898, + -73.97564, + -73.9762, + -73.93933, + -73.97565, + -73.97554, + -74.00489, + -73.87543, + -73.90296, + -73.94486, + -73.9909, + -73.95812, + -73.98301, + -73.97345, + -73.90987, + -73.9633, + -73.95597, + -73.95158, + -73.98332, + -73.82189, + -73.92454, + -73.93863, + -73.81448, + -73.92298, + -73.95921, + -73.95872, + -73.97717, + -73.76614, + -73.94405, + -73.99072, + -73.92064, + -73.95754, + -73.99151, + -73.95396, + -73.91583, + -73.82284, + -73.90651, + -74.00349, + -74.02786, + -74.02654, + -73.98865, + -73.87419, + -73.95156, + -73.82896, + -73.98102, + -73.95998, + -73.98814, + -73.95395, + -73.94691, + -73.93648, + -73.94829, + -73.90254, + -73.97752, + -73.96785, + -73.94862, + -73.90821, + -74.00037, + -73.92587, + -73.81237, + -73.94162, + -73.97918, + -73.94899, + -73.94679, + -73.98883, + -73.82518, + -73.98223, + -73.97033, + -73.90954, + -73.95449, + -73.96121, + -73.93282, + -73.95759, + -73.90897, + -73.93749, + -73.97774, + -73.91628, + -73.94554, + -73.93982, + -73.98873, + -73.95175, + -73.97331, + -73.8585, + -74.00057, + -73.9677, + -73.94822, + -73.9575, + -73.93793, + -74.01058, + -73.96226, + -73.97841, + -73.96847, + -73.96159, + -73.9639, + -73.83193, + -73.74795, + -73.95285, + -73.94619, + -73.7667, + -73.98992, + -73.8757, + -73.99465, + -73.96871, + -73.95442, + -73.91512, + -74.00482, + -73.95544, + -73.92577, + -73.98441, + -73.99228, + -73.9169, + -73.96318, + -73.94253, + -73.94746, + -73.94933, + -73.97979, + -73.94584, + -73.95101, + -73.9405, + -73.94717, + -73.97346, + -73.96446, + -73.98534, + -73.9064, + -73.95476, + -73.83547, + -73.83011, + -73.99671, + -73.9109, + -73.95202, + -73.88739, + -74.03514, + -73.7688, + -73.95909, + -73.9366, + -73.99812, + -73.95391, + -73.95422, + -73.9193, + -73.96109, + -73.94504, + -73.94414, + -73.93721, + -73.93325, + -73.96707, + -73.98593, + -73.95606, + -73.98862, + -73.96061, + -73.92879, + -73.82405, + -73.88704, + -73.99805, + -73.97573, + -73.97701, + -73.91081, + -73.977, + -73.97683, + -73.95419, + -73.85832, + -73.94163, + -73.80241, + -73.95709, + -73.96116, + -73.99804, + -73.98209, + -73.91102, + -73.96283, + -73.94983, + -73.986, + -73.96045, + -73.92376, + -73.9847, + -73.94841, + -73.93567, + -73.93048, + -73.97684, + -73.97665, + -73.97553, + -73.9753, + -73.94026, + -73.96417, + -73.99666, + -73.94294, + -73.95259, + -73.95736, + -73.91572, + -73.92109, + -73.95111, + -73.961, + -74.00602, + -73.90229, + -73.78203, + -73.94426, + -73.75503, + -73.9152, + -73.99362, + -73.99975, + -73.91418, + -73.9491, + -73.95036, + -73.96013, + -73.92616, + -73.9931, + -73.98458, + -73.95253, + -73.91858, + -73.97126, + -73.9428, + -73.94959, + -73.95988, + -73.96525, + -73.90059, + -73.94175, + -73.914, + -73.99771, + -73.95766, + -73.9578, + -73.99155, + -73.99643, + -73.99341, + -73.96607, + -73.91907, + -73.93924, + -73.82388, + -73.94865, + -73.92412, + -73.9854, + -73.93989, + -73.81353, + -73.9813, + -73.99308, + -73.9439, + -73.93002, + -73.91957, + -73.99877, + -73.98671, + -73.97977, + -73.94414, + -73.96259, + -73.95188, + -73.95073, + -73.95585, + -74.00713, + -73.97989, + -73.99306, + -73.92635, + -73.81531, + -73.8141, + -73.99371, + -73.98455, + -73.95031, + -73.9202, + -73.96848, + -73.95017, + -73.98621, + -73.96703, + -73.99036, + -73.90639, + -73.9498, + -73.88631, + -73.93932, + -73.95128, + -73.98139, + -73.90545, + -73.91887, + -73.99181, + -73.88064, + -73.9847, + -73.96044, + -74.002, + -73.95747, + -73.96576, + -73.91247, + -73.95109, + -73.90931, + -73.98454, + -73.9441, + -73.96088, + -74.12931, + -73.95608, + -73.98307, + -73.94467, + -74.01505, + -73.97652, + -73.91333, + -73.94905, + -73.98648, + -73.94971, + -73.98535, + -73.98484, + -73.92282, + -73.91437, + -73.89766, + -73.90788, + -73.95694, + -73.91558, + -73.95248, + -73.9359, + -73.992, + -73.92756, + -73.95337, + -73.9191, + -73.90256, + -73.99021, + -73.96422, + -74.01031, + -73.99461, + -74.01379, + -73.97776, + -74.00466, + -74.01404, + -73.72435, + -73.9502, + -73.95836, + -73.94396, + -73.88326, + -73.818, + -73.94947, + -73.93891, + -73.95924, + -73.99957, + -73.86872, + -73.97096, + -73.90828, + -73.90406, + -73.8996, + -73.94486, + -73.98341, + -73.93742, + -73.9634, + -73.77259, + -73.98303, + -73.77269, + -73.9531, + -73.93827, + -73.9067, + -73.95365, + -73.92824, + -73.90824, + -73.92313, + -73.91607, + -73.98184, + -73.94025, + -73.986, + -73.94153, + -73.97984, + -73.95079, + -73.9587, + -73.95097, + -73.96046, + -73.91583, + -73.97174, + -73.88858, + -73.97735, + -73.94119, + -73.98931, + -73.81436, + -73.91509, + -73.9331, + -73.94178, + -73.90928, + -73.73104, + -73.73, + -73.98961, + -73.94813, + -73.99977, + -73.90915, + -73.73316, + -73.96194, + -73.93476, + -73.98472, + -73.98468, + -73.94864, + -73.98306, + -73.97353, + -73.90953, + -73.93796, + -73.93979, + -73.94021, + -73.95787, + -73.97658, + -73.99061, + -73.90006, + -73.8151, + -73.99085, + -73.8138, + -73.81415, + -73.81526, + -73.81447, + -73.81418, + -73.8144, + -73.81585, + -73.81509, + -73.81579, + -73.81572, + -73.81542, + -73.81528, + -73.91084, + -73.96523, + -73.98744, + -73.98922, + -73.95014, + -73.97933, + -73.98112, + -73.98244, + -73.88512, + -73.94087, + -73.99143, + -73.93502, + -73.98335, + -73.90034, + -73.95742, + -73.92345, + -73.97175, + -73.96243, + -73.99097, + -73.94545, + -73.98374, + -73.91493, + -73.90497, + -73.76114, + -73.97995, + -73.82873, + -73.93579, + -73.86511, + -73.94366, + -73.9122, + -73.95421, + -73.94228, + -73.8498, + -73.9958, + -73.99115, + -73.93075, + -73.93798, + -73.88858, + -73.99368, + -73.9579, + -74.00145, + -73.94772, + -73.98795, + -73.9179, + -73.97542, + -73.91206, + -73.92553, + -73.81569, + -73.99121, + -73.98574, + -74.02196, + -73.95927, + -73.97159, + -73.95811, + -73.90482, + -73.90641, + -73.88005, + -73.94214, + -73.93756, + -73.94557, + -73.91779, + -73.9441, + -73.82401, + -73.82896, + -73.96096, + -73.98056, + -73.99563, + -73.95569, + -73.94289, + -73.93827, + -74.00476, + -73.95857, + -73.94229, + -73.73737, + -73.78506, + -73.98058, + -73.99747, + -73.88521, + -73.97342, + -73.95086, + -73.94409, + -73.91489, + -73.97986, + -73.94226, + -73.8614, + -73.94423, + -73.95452, + -73.94114, + -73.96307, + -73.96741, + -73.98527, + -73.98487, + -73.99128, + -73.92726, + -73.9753, + -74.16162, + -73.94861, + -73.97862, + -73.97868, + -73.99996, + -73.98544, + -73.73473, + -73.98186, + -73.98959, + -73.92362, + -73.9873, + -73.92321, + -73.94885, + -73.94068, + -74.00145, + -73.92523, + -73.92933, + -73.95721, + -73.90977, + -73.97241, + -73.99083, + -73.73441, + -73.81444, + -73.92424, + -73.94203, + -73.94649, + -73.91756, + -74.01916, + -73.99158, + -73.99604, + -73.87627, + -73.93836, + -73.9549, + -73.95328, + -73.94277, + -73.95487, + -73.95515, + -73.89507, + -73.93968, + -73.9149, + -73.97833, + -73.99591, + -73.9467, + -73.94163, + -73.98914, + -73.9793, + -73.98371, + -73.94673, + -73.98882, + -73.94304, + -73.96038, + -73.91628, + -73.95484, + -73.9205, + -73.86343, + -73.95269, + -73.94873, + -73.90268, + -73.984, + -73.95277, + -73.89516, + -73.99218, + -73.96151, + -73.9511, + -73.95827, + -73.8839, + -73.98976, + -73.99664, + -73.92028, + -73.98255, + -73.9908, + -73.90933, + -73.9216, + -73.94547, + -73.99362, + -73.984, + -73.89021, + -73.95958, + -73.92613, + -73.98307, + -73.94153, + -73.99102, + -73.96032, + -73.99111, + -73.99654, + -73.96018, + -73.99898, + -73.94368, + -73.98129, + -73.94225, + -73.97665, + -73.99041, + -73.96784, + -73.98409, + -73.95118, + -73.95988, + -73.97755, + -73.94331, + -73.93807, + -73.94418, + -73.94667, + -73.92244, + -73.93949, + -73.92024, + -73.93623, + -73.94242, + -73.94828, + -73.98324, + -73.99082, + -73.94231, + -73.92039, + -73.95534, + -73.94731, + -73.95615, + -73.96246, + -73.95205, + -73.95896, + -73.95594, + -73.93913, + -73.95888, + -73.95006, + -73.9706, + -73.93804, + -73.94144, + -73.87232, + -73.94304, + -73.81304, + -73.99877, + -73.94541, + -73.95884, + -73.95221, + -73.94336, + -73.9616, + -73.74172, + -74.00293, + -73.95516, + -73.95357, + -73.96498, + -73.94915, + -73.99653, + -73.94279, + -73.96245, + -73.99334, + -73.94717, + -73.96358, + -73.91986, + -73.96496, + -73.92297, + -73.97824, + -73.95815, + -73.99987, + -73.96629, + -73.99766, + -73.96163, + -73.98216, + -73.92752, + -73.92848, + -73.96134, + -73.95937, + -73.94937, + -73.76417, + -73.95427, + -73.98235, + -73.98601, + -74.00901, + -73.98542, + -73.97585, + -73.72954, + -73.91519, + -73.99515, + -73.98971, + -73.95739, + -73.94792, + -73.94055, + -73.91805, + -73.95454, + -73.94235, + -73.96122, + -73.94829, + -73.90441, + -73.94713, + -73.92682, + -73.90666, + -73.98738, + -73.9495, + -73.98554, + -73.98777, + -73.95609, + -73.96973, + -73.95338, + -73.88285, + -73.9781, + -73.93618, + -73.98923, + -73.99056, + -73.9523, + -73.95908, + -73.91606, + -73.91125, + -73.9482, + -73.92904, + -73.95572, + -73.97462, + -73.85206, + -73.89817, + -74.12866, + -73.99633, + -74.01325, + -73.91163, + -73.74167, + -74.03162, + -73.94549, + -73.94643, + -73.8347, + -73.98812, + -73.95535, + -73.9789, + -74.00186, + -73.99385, + -73.93192, + -73.90447, + -74.009, + -73.98843, + -73.97994, + -73.91278, + -73.89624, + -73.97642, + -74.00775, + -73.98347, + -73.96633, + -73.91455, + -73.99157, + -73.9587, + -73.99918, + -73.96268, + -73.9535, + -74.08399, + -73.91992, + -73.95785, + -73.9516, + -73.90342, + -73.98238, + -73.95787, + -73.91387, + -73.96556, + -74.00465, + -73.94973, + -73.93419, + -73.95087, + -73.92738, + -73.93384, + -73.95804, + -73.95338, + -73.92377, + -73.98597, + -73.95426, + -73.93907, + -73.88407, + -73.82822, + -73.95991, + -73.98023, + -73.95821, + -73.95108, + -73.93011, + -73.99656, + -73.98547, + -73.93306, + -73.93914, + -73.91145, + -73.92009, + -73.94147, + -73.88468, + -73.90875, + -73.93508, + -73.94339, + -73.942, + -73.93736, + -73.97907, + -74.02958, + -73.95958, + -74.0013, + -73.95427, + -73.88167, + -73.94346, + -73.98137, + -73.9545, + -73.98198, + -73.95781, + -73.94189, + -73.7683, + -74.08406, + -73.97128, + -73.95154, + -73.9366, + -73.99454, + -73.97743, + -73.9697, + -73.91745, + -73.94251, + -73.95893, + -73.97578, + -73.99438, + -73.95766, + -73.98865, + -73.8847, + -73.84726, + -73.97108, + -73.90269, + -73.95541, + -73.93398, + -73.92244, + -73.92894, + -73.92244, + -73.94218, + -73.99522, + -73.93757, + -73.99763, + -73.9965, + -73.94063, + -73.92656, + -73.94666, + -74.00097, + -73.99298, + -73.94242, + -73.9387, + -73.81435, + -73.97913, + -73.96237, + -73.94428, + -73.91138, + -73.80809, + -73.94489, + -73.84262, + -73.98682, + -74.01337, + -73.91971, + -73.95935, + -73.96293, + -73.97293, + -73.98757, + -73.98311, + -73.98069, + -73.92176, + -73.98798, + -73.91976, + -73.91283, + -73.97865, + -73.96447, + -73.87245, + -73.91369, + -73.94209, + -73.98298, + -73.94932, + -73.94967, + -73.95192, + -73.9237, + -73.95156, + -73.94998, + -73.93885, + -73.9634, + -73.99198, + -73.95195, + -73.93039, + -73.99214, + -73.9255, + -73.9497, + -73.95926, + -73.94956, + -73.97806, + -74.00447, + -73.80417, + -73.87336, + -73.95129, + -73.91933, + -73.90639, + -73.97939, + -73.95807, + -73.97449, + -73.97869, + -73.95453, + -73.82904, + -73.82979, + -73.90623, + -73.98404, + -73.82653, + -73.94978, + -73.83351, + -73.95149, + -73.9473, + -73.9838, + -73.987, + -73.98165, + -73.93245, + -73.93796, + -73.96446, + -73.93684, + -73.9554, + -73.91685, + -73.90814, + -73.9278, + -73.98343, + -73.8815, + -73.97843, + -73.91304, + -73.96532, + -73.92208, + -73.92263, + -73.84717, + -73.95366, + -73.92362, + -73.92931, + -73.95983, + -73.9928, + -73.76712, + -73.94526, + -73.95329, + -73.95179, + -73.94378, + -73.92205, + -73.97904, + -73.9054, + -73.94998, + -73.91742, + -73.98099, + -74.08389, + -73.98057, + -74.02939, + -73.98907, + -73.92422, + -73.95751, + -73.95641, + -73.97648, + -73.98808, + -73.98863, + -73.97663, + -73.98708, + -73.95614, + -73.95102, + -73.91735, + -73.98493, + -73.88722, + -73.89071, + -73.94573, + -73.95733, + -73.91929, + -73.92837, + -73.97774, + -73.82263, + -73.94602, + -73.94625, + -73.99346, + -73.96615, + -73.9517, + -73.96025, + -73.93928, + -73.90874, + -73.98239, + -73.92551, + -74.00647, + -73.9637, + -73.96049, + -73.93367, + -73.95344, + -73.91515, + -73.90506, + -73.99884, + -73.94731, + -73.94029, + -73.95701, + -73.9437, + -73.9927, + -73.88311, + -73.941, + -73.94662, + -73.91681, + -73.91117, + -73.98266, + -73.94912, + -73.95483, + -73.92687, + -73.74821, + -73.8719, + -73.95983, + -73.95601, + -73.96008, + -73.95144, + -73.94844, + -73.95906, + -73.91453, + -73.96962, + -73.95149, + -73.9955, + -73.95821, + -73.98976, + -73.90935, + -73.94758, + -73.97681, + -73.95409, + -73.98139, + -73.9132, + -73.95618, + -73.91157, + -73.90895, + -73.83502, + -73.95695, + -73.96965, + -73.95051, + -73.91858, + -73.97614, + -73.94537, + -73.99551, + -73.99119, + -73.9526, + -73.94774, + -74.00217, + -73.9972, + -73.9462, + -73.92877, + -73.93961, + -74.023, + -74.0011, + -74.00934, + -73.98844, + -73.93151, + -73.99517, + -73.95343, + -73.93454, + -74.03094, + -73.83061, + -73.98152, + -73.94534, + -73.94557, + -73.90813, + -73.94228, + -73.97823, + -73.98938, + -73.98581, + -73.9194, + -73.948, + -73.99994, + -73.90768, + -73.98163, + -73.93992, + -73.93991, + -73.92168, + -73.93669, + -73.94049, + -73.92073, + -73.95462, + -73.93237, + -73.96313, + -73.94888, + -73.99202, + -73.99923, + -73.99998, + -73.98682, + -73.94457, + -73.97639, + -73.94381, + -73.95528, + -73.98706, + -73.91741, + -73.93178, + -73.96553, + -74.00495, + -74.01084, + -73.9983, + -73.95939, + -73.97516, + -73.98346, + -73.92164, + -73.94493, + -73.9899, + -73.95479, + -73.93241, + -73.9457, + -74.00458, + -73.92465, + -73.96314, + -73.9471, + -73.88868, + -73.8301, + -73.93735, + -73.94932, + -73.92868, + -73.94226, + -73.96883, + -73.91101, + -73.94169, + -73.93953, + -73.95359, + -73.99519, + -73.98845, + -73.9495, + -73.98933, + -73.98748, + -73.91831, + -73.99052, + -73.96342, + -73.96614, + -73.95065, + -73.94549, + -73.94142, + -73.94562, + -73.95188, + -73.94809, + -74.00397, + -73.92777, + -73.94672, + -73.96909, + -73.97303, + -73.9248, + -74.00066, + -73.96436, + -73.95823, + -73.94187, + -73.81964, + -73.82218, + -73.95591, + -73.97552, + -73.94815, + -74.00721, + -73.93942, + -73.91143, + -73.90899, + -74.00261, + -73.92043, + -73.96411, + -73.95228, + -73.98872, + -73.95542, + -73.93666, + -73.93642, + -73.93997, + -74.00465, + -73.95026, + -73.93649, + -73.95394, + -74.00332, + -73.95747, + -73.95981, + -73.98764, + -73.961, + -73.92961, + -73.9571, + -73.98811, + -73.97948, + -73.9305, + -73.95905, + -73.97153, + -73.9284, + -73.87191, + -73.98244, + -73.92099, + -73.95044, + -73.99374, + -73.93263, + -73.96442, + -73.94097, + -73.95249, + -73.93132, + -73.95543, + -73.9539, + -73.99011, + -73.94913, + -73.95954, + -73.98442, + -73.91187, + -73.99022, + -73.93767, + -73.95117, + -74.03464, + -73.98946, + -73.96374, + -73.93882, + -73.9718, + -73.76053, + -73.84789, + -73.94788, + -73.93906, + -74.01628, + -73.99794, + -73.91386, + -73.96812, + -74.01709, + -73.95064, + -73.9286, + -73.94986, + -73.93471, + -73.95847, + -73.95412, + -73.99577, + -73.94605, + -73.99663, + -74.00396, + -73.95903, + -74.0106, + -73.99243, + -73.96902, + -73.98274, + -73.94796, + -73.95634, + -73.97118, + -73.88889, + -74.00075, + -73.90837, + -73.88828, + -73.96297, + -73.96439, + -73.947, + -73.91018, + -73.98912, + -73.91395, + -73.72945, + -73.95125, + -73.94506, + -73.93103, + -73.94819, + -73.9488, + -73.90755, + -73.94635, + -73.98079, + -73.94306, + -73.94465, + -73.98294, + -73.92478, + -73.97909, + -73.97663, + -73.94889, + -73.98507, + -74.00027, + -73.96904, + -73.99816, + -73.99325, + -73.95232, + -73.92399, + -73.95344, + -73.95194, + -73.952, + -73.96276, + -73.99324, + -73.9273, + -73.86408, + -73.93529, + -73.99629, + -73.99237, + -73.9587, + -74.00428, + -73.98311, + -73.97392, + -73.97926, + -73.83842, + -73.94559, + -73.96985, + -73.9403, + -73.9991, + -74.00531, + -73.98875, + -73.96966, + -73.94829, + -73.98834, + -73.98404, + -74.00312, + -73.94164, + -74.00504, + -73.99125, + -73.98021, + -73.96238, + -73.97911, + -73.98239, + -73.92949, + -73.96408, + -74.00386, + -73.95405, + -73.98713, + -73.94609, + -73.99348, + -73.99084, + -73.94182, + -73.96836, + -73.79164, + -73.99418, + -73.96769, + -73.96515, + -73.88024, + -73.87116, + -73.92881, + -73.97846, + -73.9575, + -73.94214, + -74.02885, + -73.95837, + -73.96227, + -73.87015, + -74.00455, + -73.94869, + -73.81468, + -74.00184, + -73.97909, + -73.93565, + -73.95746, + -73.98233, + -73.95304, + -73.89783, + -73.99596, + -73.95336, + -73.99299, + -73.80815, + -73.91793, + -73.9863, + -73.95228, + -73.98034, + -73.88946, + -73.99797, + -73.95014, + -73.93125, + -73.9688, + -73.93831, + -73.97957, + -73.98333, + -73.98764, + -73.84854, + -73.98625, + -73.99114, + -73.95136, + -73.98816, + -73.95132, + -73.97925, + -73.9564, + -73.95667, + -73.91629, + -73.97916, + -73.93513, + -73.9255, + -73.9883, + -73.96035, + -73.95469, + -73.95915, + -73.99983, + -73.93493, + -73.91648, + -73.94088, + -73.96192, + -73.93875, + -73.94344, + -73.81287, + -73.99428, + -73.97909, + -73.99071, + -73.77301, + -73.90381, + -73.9639, + -73.84803, + -73.93698, + -73.82245, + -73.98381, + -73.91676, + -73.98444, + -73.9875, + -73.98439, + -73.96225, + -73.99275, + -73.96164, + -73.93132, + -74.00141, + -74.00151, + -73.99323, + -73.96612, + -73.94447, + -73.87644, + -73.95551, + -73.99433, + -73.95902, + -73.93463, + -73.94986, + -73.91973, + -73.97703, + -73.94069, + -73.95801, + -73.90934, + -73.98583, + -73.86699, + -73.95527, + -73.95075, + -74.00756, + -73.97044, + -73.98074, + -73.90112, + -73.93436, + -73.96433, + -73.95027, + -73.97428, + -73.94847, + -73.96282, + -73.98603, + -73.94919, + -73.96905, + -73.99783, + -73.99245, + -74.00518, + -73.97143, + -73.91159, + -73.85292, + -73.91793, + -73.91323, + -73.9441, + -73.97603, + -74.00053, + -73.96952, + -73.96118, + -73.98507, + -73.96359, + -73.99118, + -73.9446, + -73.96042, + -73.98755, + -73.92964, + -74.00228, + -73.95938, + -73.95504, + -73.98777, + -73.90833, + -73.80262, + -73.95581, + -73.98756, + -73.97316, + -73.93898, + -73.99008, + -73.94361, + -73.97593, + -73.9986, + -73.95107, + -73.94492, + -73.9992, + -73.90948, + -73.96576, + -73.95457, + -73.93862, + -73.97215, + -74.00348, + -73.93558, + -73.95477, + -73.96339, + -74.00509, + -73.99096, + -73.98915, + -73.99305, + -74.00012, + -73.94554, + -73.97298, + -73.95301, + -73.98495, + -73.9221, + -73.99097, + -73.94415, + -73.98208, + -73.75937, + -73.95253, + -73.98169, + -73.98018, + -73.98056, + -73.98152, + -73.91935, + -74.00885, + -73.99097, + -73.9984, + -73.91189, + -73.95802, + -73.9678, + -73.94903, + -73.92248, + -73.95597, + -73.98918, + -73.97663, + -73.95364, + -73.94081, + -73.94233, + -73.94823, + -73.9855, + -73.94071, + -73.8861, + -73.99308, + -73.96639, + -73.91611, + -74.00764, + -73.88421, + -73.97543, + -73.95362, + -73.96355, + -73.98407, + -74.00755, + -73.96842, + -73.97541, + -73.99494, + -73.97384, + -73.98074, + -73.94955, + -73.98848, + -73.99526, + -73.96912, + -74.00604, + -73.90752, + -74.00711, + -73.96185, + -73.96872, + -73.9965, + -73.9819, + -73.94692, + -73.91712, + -73.9636, + -73.94431, + -73.96912, + -73.93222, + -73.96546, + -73.98736, + -73.97383, + -73.95099, + -73.95946, + -73.96014, + -73.97529, + -73.97546, + -74.00047, + -73.93838, + -73.95724, + -73.97617, + -73.95346, + -73.96084, + -73.9369, + -73.94058, + -73.9632, + -73.97167, + -73.92916, + -73.84674, + -73.95275, + -73.94823, + -73.98717, + -73.97904, + -73.99009, + -73.99614, + -73.96535, + -73.97702, + -73.88768, + -73.95771, + -74.08381, + -73.99063, + -73.93995, + -73.98209, + -73.91268, + -73.98386, + -73.98254, + -73.90928, + -73.9841, + -73.98236, + -73.97694, + -73.98407, + -73.98174, + -73.85785, + -73.94934, + -73.98142, + -73.89534, + -73.97203, + -73.99297, + -73.94295, + -74.00024, + -73.98615, + -73.99054, + -73.94386, + -73.98551, + -73.91897, + -73.93917, + -73.96417, + -73.96352, + -73.95045, + -73.94357, + -73.95613, + -73.94698, + -73.97771, + -73.96964, + -73.95894, + -73.95702, + -73.94726, + -73.95275, + -73.93851, + -73.99171, + -73.95495, + -73.9589, + -73.95674, + -73.95015, + -73.92438, + -73.87639, + -73.88409, + -73.82047, + -73.95152, + -73.94111, + -73.91341, + -73.8238, + -73.93823, + -73.94319, + -73.93141, + -73.9281, + -73.95633, + -73.98075, + -73.98312, + -73.98447, + -73.9189, + -73.9419, + -73.9846, + -73.9837, + -73.98635, + -73.97752, + -74.00131, + -73.95464, + -73.99032, + -73.93922, + -73.95929, + -74.00348, + -73.98573, + -73.87498, + -74.00859, + -73.93354, + -73.87732, + -73.94436, + -73.90944, + -73.95313, + -74.00122, + -73.93009, + -73.92548, + -73.99475, + -73.91796, + -73.98729, + -73.98832, + -73.94968, + -73.97477, + -73.94805, + -73.96703, + -73.93996, + -73.95296, + -73.90815, + -73.92423, + -73.97198, + -73.95231, + -73.91353, + -73.95043, + -74.00409, + -73.82743, + -73.97313, + -73.98618, + -73.91798, + -73.97005, + -73.98638, + -73.96245, + -73.9576, + -74.00605, + -73.95196, + -73.93138, + -73.9495, + -73.96781, + -73.98953, + -73.98804, + -73.90575, + -73.98886, + -73.98775, + -73.75466, + -73.99651, + -73.94956, + -73.97944, + -73.79775, + -74.03077, + -73.9749, + -73.93947, + -73.88176, + -73.97698, + -73.92678, + -73.98449, + -73.90364, + -73.94337, + -73.96345, + -73.93399, + -73.98905, + -73.95245, + -73.9689, + -73.91422, + -73.95236, + -73.92198, + -73.95028, + -73.9133, + -73.98999, + -73.9361, + -73.94031, + -73.99023, + -73.9199, + -73.98365, + -73.98459, + -73.94833, + -73.94426, + -73.97868, + -73.95491, + -73.9838, + -73.95359, + -73.93513, + -74.00618, + -74.00369, + -73.98909, + -73.96036, + -73.9861, + -73.95261, + -74.03126, + -73.99056, + -73.99084, + -73.96584, + -73.9416, + -73.92422, + -73.94349, + -73.98344, + -73.94408, + -73.95197, + -73.91507, + -73.98665, + -73.90719, + -73.94076, + -73.93956, + -73.99753, + -73.94011, + -73.99547, + -73.94462, + -73.96009, + -73.98861, + -74.00356, + -73.99438, + -73.906, + -73.93387, + -73.95576, + -73.9954, + -73.9218, + -74.00747, + -73.94715, + -73.79268, + -73.96459, + -73.95676, + -73.94672, + -73.95723, + -73.9555, + -73.9839, + -73.95473, + -73.94419, + -73.99045, + -74.12512, + -73.99567, + -73.98835, + -73.94844, + -73.89127, + -73.94284, + -73.95035, + -73.94308, + -74.00388, + -73.96006, + -73.90945, + -73.97134, + -73.94453, + -73.98765, + -73.94275, + -73.95444, + -73.99784, + -73.9933, + -73.98757, + -73.98936, + -73.98526, + -73.92629, + -73.96624, + -73.98387, + -73.95764, + -73.96725, + -73.82722, + -73.95685, + -73.94841, + -73.87333, + -73.99065, + -73.948, + -74.00881, + -73.99403, + -73.98007, + -73.94385, + -73.92576, + -73.96795, + -73.91854, + -73.99273, + -73.95756, + -73.99384, + -73.98056, + -73.99899, + -73.9769, + -74.00227, + -73.98545, + -73.96409, + -73.94333, + -73.92612, + -73.94383, + -73.79583, + -73.98126, + -73.94293, + -73.95621, + -74.00102, + -73.94105, + -73.98371, + -73.95536, + -73.93176, + -73.96862, + -73.90889, + -73.9045, + -73.92793, + -73.91235, + -73.95248, + -73.93633, + -73.94617, + -73.93812, + -73.96253, + -73.91108, + -73.94597, + -73.97968, + -73.97157, + -73.91419, + -73.92577, + -73.98435, + -73.92908, + -73.87633, + -73.94887, + -73.99564, + -73.90485, + -73.93983, + -73.98848, + -74.00107, + -73.9659, + -73.94228, + -73.95222, + -73.90033, + -73.93229, + -73.91317, + -73.98087, + -73.92986, + -73.9664, + -73.9506, + -73.91194, + -73.94886, + -73.88905, + -73.92222, + -73.97189, + -73.9573, + -73.98747, + -73.92997, + -73.9536, + -73.97957, + -73.94479, + -73.87144, + -73.92558, + -73.95749, + -73.99159, + -73.94281, + -73.96446, + -73.94915, + -73.98235, + -73.98914, + -73.94563, + -73.91531, + -73.95132, + -73.96386, + -73.95893, + -73.93707, + -73.98482, + -73.93857, + -73.9414, + -73.8822, + -73.93593, + -73.83456, + -73.96556, + -73.98146, + -73.74941, + -73.94069, + -73.91023, + -73.9782, + -73.92843, + -73.99821, + -73.97252, + -73.98439, + -73.93103, + -73.99099, + -73.96583, + -73.97555, + -73.96037, + -73.8825, + -73.9485, + -73.91424, + -73.95919, + -73.91688, + -73.98311, + -73.79576, + -73.9078, + -73.79629, + -73.79461, + -73.9877, + -73.98428, + -73.91389, + -73.88769, + -73.96717, + -73.94512, + -73.94386, + -73.95155, + -73.98903, + -73.88902, + -73.91945, + -73.93996, + -73.90702, + -73.93751, + -73.99803, + -73.99239, + -73.94375, + -73.98563, + -73.94943, + -73.95813, + -73.96867, + -73.88266, + -73.97682, + -73.98043, + -73.97664, + -73.98403, + -73.94957, + -73.9487, + -73.84198, + -73.94079, + -73.96205, + -73.95995, + -73.93947, + -73.95772, + -73.9746, + -73.9771, + -73.96963, + -74.0072, + -73.88964, + -73.95031, + -73.94414, + -73.9525, + -73.98736, + -73.80691, + -74.00923, + -73.97978, + -73.94699, + -73.97195, + -73.98367, + -73.9451, + -73.9398, + -73.96176, + -73.95053, + -73.97749, + -73.91433, + -73.96629, + -73.96397, + -74.00378, + -73.94072, + -73.85966, + -73.98546, + -73.98655, + -73.93312, + -73.99762, + -73.99331, + -73.96824, + -73.93048, + -73.94695, + -73.94451, + -73.94783, + -73.95987, + -73.94154, + -73.94951, + -73.91393, + -73.95238, + -73.96049, + -73.99746, + -73.99141, + -73.94647, + -73.99085, + -73.92985, + -74.00702, + -73.90604, + -74.009, + -73.86527, + -73.90157, + -74.08666, + -73.90268, + -73.94671, + -73.99541, + -73.94514, + -73.87575, + -73.94151, + -73.98795, + -73.99767, + -73.98099, + -73.98613, + -73.95243, + -73.96418, + -73.94432, + -73.96, + -73.94516, + -73.98804, + -73.94283, + -73.93899, + -73.95551, + -73.92281, + -74.00209, + -73.93905, + -73.96568, + -73.97954, + -73.98482, + -73.75488, + -73.97699, + -73.93219, + -73.93133, + -73.97689, + -73.99014, + -73.90994, + -73.96967, + -73.94474, + -73.95732, + -73.95277, + -73.9448, + -73.99657, + -73.95033, + -73.95644, + -73.95328, + -73.91135, + -73.9485, + -73.9598, + -73.98117, + -73.94366, + -73.94153, + -73.91458, + -73.98123, + -73.9476, + -73.85651, + -73.98225, + -73.90577, + -73.94848, + -73.9545, + -73.98046, + -73.98318, + -73.99066, + -73.94657, + -73.95171, + -73.97872, + -73.91153, + -73.94411, + -73.94735, + -73.9408, + -73.94087, + -73.98415, + -74.12816, + -73.93584, + -73.9405, + -73.94665, + -73.92264, + -73.98534, + -73.99853, + -73.95794, + -73.88559, + -73.92457, + -73.88177, + -73.97018, + -73.98941, + -73.81937, + -73.97231, + -73.91748, + -73.99908, + -73.97418, + -73.92394, + -73.9935, + -73.94092, + -73.94002, + -73.99863, + -73.94884, + -73.93385, + -73.99829, + -73.9582, + -73.99647, + -73.94659, + -73.93693, + -73.9468, + -73.94238, + -73.9767, + -73.99732, + -73.96631, + -73.92091, + -73.888, + -73.9105, + -73.98633, + -73.91015, + -73.85447, + -73.99706, + -73.95553, + -73.91946, + -73.91429, + -73.94965, + -73.99608, + -73.98383, + -73.96551, + -73.94807, + -73.98225, + -73.9532, + -73.96706, + -73.95318, + -74.00242, + -73.95056, + -73.946, + -73.94226, + -73.93775, + -73.94029, + -73.9523, + -73.94693, + -73.98965, + -73.98833, + -73.98973, + -73.88173, + -74.01044, + -73.95831, + -73.99995, + -73.98824, + -74.01665, + -73.94569, + -73.94718, + -73.95987, + -74.00055, + -73.94397, + -73.96445, + -73.98337, + -73.93957, + -73.98684, + -73.98411, + -73.97973, + -73.92832, + -73.87701, + -73.90612, + -73.94122, + -73.95066, + -73.75519, + -73.9185, + -73.95551, + -73.93536, + -73.93705, + -73.95261, + -73.87547, + -73.94114, + -73.99631, + -73.99626, + -73.91885, + -74.00397, + -73.95752, + -73.92593, + -73.7705, + -73.94975, + -73.96087, + -73.89098, + -73.93446, + -73.78689, + -73.95046, + -73.86347, + -73.9338, + -73.93887, + -73.96032, + -73.92171, + -73.97974, + -73.98218, + -73.95742, + -73.91682, + -73.9583, + -73.99762, + -73.96775, + -73.98495, + -73.94977, + -73.96244, + -73.95604, + -73.82799, + -73.90131, + -73.94183, + -73.95472, + -73.97316, + -73.94613, + -73.95096, + -73.95516, + -73.99889, + -73.80555, + -73.98126, + -73.98872, + -73.95261, + -73.94985, + -73.98261, + -73.97776, + -73.87424, + -73.97851, + -73.9517, + -73.98503, + -73.94357, + -73.90946, + -73.97484, + -73.99678, + -73.943, + -73.97872, + -73.90111, + -73.93812, + -73.97795, + -73.90207, + -74.00373, + -73.92801, + -74.00446, + -73.9535, + -73.86523, + -73.9964, + -73.92372, + -73.96786, + -73.92972, + -73.93009, + -73.99184, + -73.93483, + -73.9973, + -73.96397, + -73.95082, + -73.99743, + -73.94183, + -73.98452, + -73.8892, + -73.92712, + -73.99461, + -73.98243, + -73.91237, + -73.96405, + -73.85486, + -73.95724, + -73.9477, + -73.96059, + -73.97831, + -73.97593, + -73.93404, + -73.94209, + -73.95337, + -73.98911, + -73.93976, + -73.93338, + -73.92703, + -73.97727, + -73.96099, + -73.93207, + -73.98405, + -73.98562, + -73.98439, + -73.85823, + -73.9348, + -73.94839, + -73.95404, + -73.97088, + -73.98201, + -73.94753, + -73.98168, + -73.98174, + -73.90162, + -73.95109, + -73.95418, + -73.90545, + -73.90851, + -73.95735, + -73.98966, + -73.91409, + -73.95047, + -73.98242, + -73.95819, + -73.98728, + -73.97404, + -73.91297, + -73.83498, + -73.96816, + -73.99615, + -73.93545, + -73.99452, + -73.96261, + -73.92261, + -73.94439, + -73.98492, + -74.01848, + -73.94957, + -73.91991, + -73.96011, + -73.96079, + -73.96122, + -73.97822, + -73.98163, + -73.94067, + -73.96126, + -73.97575, + -73.94834, + -73.9656, + -73.99732, + -73.98394, + -73.99592, + -73.94588, + -73.79688, + -73.93959, + -73.9096, + -73.91708, + -73.99042, + -73.98957, + -73.96141, + -73.99023, + -73.96104, + -73.94962, + -73.95314, + -73.94349, + -73.91266, + -73.97341, + -73.97316, + -73.9443, + -73.99991, + -73.95687, + -73.8678, + -73.93766, + -73.94519, + -73.91174, + -73.97957, + -73.91243, + -73.93704, + -73.95476, + -73.95711, + -73.99544, + -73.92561, + -73.94107, + -73.93125, + -73.93056, + -73.91465, + -74.00828, + -73.9361, + -74.00136, + -73.95161, + -74.00538, + -73.94189, + -73.95667, + -73.98589, + -73.98035, + -73.9337, + -73.90666, + -73.98798, + -73.91328, + -73.91534, + -73.98376, + -73.9995, + -73.92663, + -73.91874, + -73.94482, + -73.9299, + -73.89284, + -73.96332, + -73.8584, + -73.98233, + -73.98287, + -74.00464, + -73.9944, + -73.96638, + -73.94838, + -74.00572, + -74.00959, + -73.93119, + -73.95959, + -73.94903, + -73.94114, + -73.94748, + -73.95206, + -73.93528, + -73.98877, + -73.91252, + -73.93683, + -73.92999, + -73.94472, + -73.90756, + -73.9445, + -73.97883, + -73.99355, + -73.96216, + -73.93911, + -74.00068, + -73.94433, + -73.91387, + -73.9923, + -73.92887, + -73.99778, + -73.92913, + -73.98241, + -73.91429, + -74.00183, + -73.97893, + -73.92741, + -74.08456, + -73.936, + -73.92932, + -73.95676, + -73.92336, + -73.97928, + -73.96038, + -73.94999, + -74.00818, + -73.94963, + -73.95813, + -73.94819, + -73.94131, + -73.94417, + -73.99605, + -73.96947, + -73.913, + -73.99731, + -73.94508, + -73.95967, + -73.84109, + -73.87564, + -73.86866, + -73.93259, + -73.93262, + -73.93735, + -74.00234, + -73.99034, + -73.94017, + -73.98328, + -73.95596, + -73.96252, + -73.98251, + -73.83, + -73.98708, + -73.9643, + -73.94397, + -73.95743, + -73.94367, + -73.93967, + -73.89456, + -73.99903, + -73.90429, + -73.95368, + -73.98423, + -73.94537, + -73.9502, + -73.959, + -73.95043, + -73.98251, + -73.90305, + -73.97573, + -73.95165, + -73.98327, + -73.91071, + -74.00396, + -74.00373, + -74.00481, + -73.94801, + -73.99955, + -73.96632, + -73.95522, + -73.96867, + -73.94765, + -73.99556, + -73.94676, + -73.95688, + -73.95745, + -73.94479, + -73.97115, + -73.95032, + -74.00242, + -73.92403, + -73.88476, + -73.92036, + -73.9548, + -73.93394, + -73.99513, + -73.93264, + -73.97694, + -73.89763, + -73.98132, + -73.94693, + -73.99004, + -73.95257, + -73.96197, + -73.95124, + -73.9506, + -73.93388, + -73.96461, + -73.94756, + -73.86277, + -73.97809, + -73.88619, + -73.92807, + -74.01526, + -73.92822, + -73.95666, + -73.98422, + -74.00247, + -74.0079, + -73.99302, + -73.93171, + -73.94324, + -73.98267, + -73.98539, + -73.98097, + -73.92462, + -73.89532, + -73.95078, + -73.93695, + -73.99309, + -73.95695, + -73.9587, + -73.99521, + -73.92497, + -73.98637, + -73.97874, + -73.88295, + -73.95252, + -73.92113, + -73.94204, + -74.01001, + -73.95417, + -73.89227, + -73.90502, + -73.90272, + -73.94132, + -73.94373, + -73.95248, + -73.9437, + -73.9887, + -73.95898, + -74.00493, + -73.99573, + -73.95553, + -73.99909, + -73.90361, + -73.96744, + -73.94587, + -73.95522, + -73.93809, + -73.91299, + -73.951, + -73.97887, + -73.98132, + -73.94787, + -73.91669, + -73.99502, + -73.96043, + -73.91692, + -73.95299, + -73.9235, + -73.97591, + -73.94323, + -73.91493, + -73.91639, + -73.94553, + -73.97558, + -73.91466, + -73.95096, + -73.94932, + -73.90084, + -73.97867, + -73.98035, + -73.93988, + -73.80564, + -73.95177, + -73.91593, + -73.95764, + -73.95248, + -73.91251, + -73.76002, + -73.95326, + -73.95233, + -74.00004, + -73.95595, + -73.94527, + -73.94895, + -73.94169, + -73.95657, + -73.904, + -73.98833, + -73.9514, + -73.98893, + -73.92886, + -73.92703, + -73.92798, + -73.94094, + -73.8045, + -73.90367, + -73.91137, + -73.94619, + -74.00285, + -73.96321, + -73.9221, + -73.9531, + -74.00584, + -74.0021, + -73.9903, + -73.97551, + -73.99641, + -74.00678, + -73.94629, + -73.99763, + -73.91826, + -73.99227, + -73.98489, + -73.95533, + -73.93107, + -74.004, + -73.95922, + -73.94653, + -73.91765, + -73.98381, + -73.94148, + -74.00123, + -73.99643, + -73.99794, + -73.98169, + -73.99184, + -73.93004, + -73.98928, + -73.89719, + -73.94896, + -73.98342, + -73.94255, + -73.89344, + -73.78684, + -73.93705, + -73.90452, + -73.93423, + -73.91237, + -73.95167, + -73.97898, + -73.95131, + -73.9632, + -73.95905, + -74.00941, + -73.95566, + -73.93564, + -73.9439, + -74.00265, + -73.87453, + -73.94612, + -73.99447, + -73.92938, + -73.95739, + -73.98676, + -73.97953, + -73.95561, + -73.91719, + -73.93896, + -74.02191, + -73.96545, + -73.9864, + -73.82268, + -73.93609, + -73.9369, + -73.92624, + -73.89391, + -74.00325, + -73.96442, + -73.97067, + -73.92902, + -73.95392, + -73.92096, + -73.98909, + -73.91147, + -73.96076, + -73.90713, + -73.9402, + -73.94946, + -73.95252, + -73.92961, + -73.99107, + -73.99953, + -73.9283, + -73.97857, + -73.90871, + -73.98162, + -73.9584, + -73.94813, + -73.98231, + -73.92919, + -73.95122, + -73.95465, + -73.82003, + -73.90859, + -73.99267, + -73.99291, + -73.90279, + -73.98975, + -73.99334, + -73.87936, + -73.94616, + -73.94848, + -73.96879, + -73.94014, + -73.93794, + -73.9979, + -73.82208, + -73.93117, + -74.00704, + -73.91481, + -74.03089, + -73.95684, + -73.98176, + -73.91001, + -73.99235, + -73.95399, + -73.93075, + -73.98541, + -73.96272, + -73.94065, + -73.94118, + -73.99189, + -73.92518, + -73.99463, + -73.95287, + -73.95471, + -74.00365, + -73.92822, + -74.0038, + -74.13167, + -73.94418, + -73.92385, + -73.94172, + -73.94197, + -73.91895, + -73.98716, + -74.00446, + -73.98718, + -73.93445, + -73.93999, + -73.91984, + -73.93925, + -73.89895, + -74.00053, + -73.99224, + -73.91885, + -73.94415, + -73.92489, + -73.95487, + -73.95714, + -73.96258, + -73.95379, + -73.99837, + -73.98665, + -73.93961, + -73.95632, + -73.98247, + -73.98066, + -73.9781, + -73.94799, + -73.89383, + -73.96022, + -73.98749, + -73.96889, + -74.00709, + -73.98714, + -73.95554, + -73.98684, + -73.92777, + -73.93288, + -73.94771, + -73.9529, + -73.90655, + -74.11351, + -73.96498, + -73.93118, + -73.92729, + -73.99431, + -73.98301, + -73.90921, + -73.98645, + -73.96067, + -73.94241, + -73.98152, + -73.83697, + -73.98481, + -73.93442, + -73.97635, + -73.98429, + -73.87521, + -73.97952, + -73.94133, + -73.99257, + -73.96732, + -73.95796, + -73.97023, + -73.99205, + -73.91621, + -74.00446, + -73.99268, + -73.99183, + -73.99181, + -73.9158, + -73.93234, + -73.99222, + -73.88144, + -73.9441, + -73.95679, + -73.96157, + -73.92206, + -73.95583, + -73.84084, + -73.95113, + -73.91996, + -73.96342, + -73.96943, + -73.98536, + -73.95098, + -73.92854, + -73.98725, + -73.92684, + -73.9804, + -73.99571, + -73.90783, + -73.99225, + -73.97856, + -73.99017, + -73.91983, + -74.0046, + -73.90083, + -73.91864, + -73.93287, + -73.97843, + -73.93965, + -73.95849, + -73.96726, + -73.96227, + -73.79206, + -73.96443, + -73.95457, + -74.00165, + -73.96098, + -73.95732, + -73.9214, + -73.92799, + -73.96727, + -73.94984, + -73.99234, + -73.98916, + -73.98881, + -73.94121, + -73.96365, + -73.93031, + -73.93276, + -73.9456, + -73.73416, + -73.93711, + -73.96524, + -73.92567, + -73.96388, + -73.9433, + -73.87785, + -74.07913, + -73.94878, + -73.96514, + -73.95125, + -73.95535, + -73.93822, + -73.94441, + -73.98146, + -73.96078, + -73.93602, + -73.92993, + -73.95187, + -73.98507, + -73.93312, + -73.93628, + -73.74432, + -73.99753, + -73.78896, + -73.95917, + -74.00361, + -73.98935, + -73.99321, + -73.95171, + -73.88896, + -73.95789, + -73.94058, + -73.94407, + -73.98605, + -73.96237, + -73.96315, + -73.9454, + -73.94929, + -73.92858, + -73.97476, + -73.92936, + -73.94359, + -73.92706, + -73.93634, + -73.93776, + -73.95732, + -73.93411, + -73.8954, + -73.96144, + -73.96127, + -73.93577, + -73.9066, + -73.94399, + -73.96557, + -73.89827, + -73.96021, + -73.80162, + -73.96124, + -73.9984, + -73.93872, + -73.99623, + -73.94186, + -73.92686, + -73.96541, + -73.99007, + -73.90305, + -73.93455, + -73.94355, + -73.95235, + -73.92738, + -73.94093, + -73.93745, + -73.99716, + -73.96613, + -73.95702, + -73.86112, + -73.94223, + -74.0176, + -73.94012, + -73.97836, + -73.94053, + -73.95609, + -73.75643, + -73.96088, + -73.96934, + -73.94456, + -73.96187, + -73.96696, + -73.93253, + -73.84392, + -73.82021, + -73.90017, + -74.00607, + -74.00401, + -73.84328, + -73.92656, + -73.93728, + -73.94525, + -73.98866, + -73.95413, + -73.9534, + -73.95541, + -73.95933, + -73.93829, + -73.98162, + -73.95601, + -73.98336, + -73.96605, + -73.93658, + -73.94604, + -73.95804, + -73.98941, + -73.99807, + -73.95259, + -73.99966, + -73.99057, + -73.98867, + -73.93355, + -73.95741, + -73.95521, + -73.94662, + -73.94214, + -73.97953, + -73.94196, + -73.95336, + -73.93534, + -73.90977, + -73.97595, + -73.96281, + -73.99775, + -73.92007, + -73.91088, + -73.95286, + -73.99638, + -73.9557, + -73.9301, + -73.93817, + -73.98376, + -73.95802, + -73.9688, + -73.92342, + -74.00238, + -73.97277, + -73.92788, + -73.89834, + -73.99168, + -73.94813, + -73.91508, + -73.8964, + -73.97349, + -73.9404, + -73.88935, + -73.91919, + -73.9172, + -73.88954, + -73.89034, + -74.03174, + -73.9568, + -73.93434, + -73.99361, + -73.96356, + -74.07956, + -73.8448, + -73.98573, + -73.75347, + -73.9529, + -74.00211, + -73.94156, + -73.95935, + -73.95675, + -73.99066, + -73.90224, + -73.93996, + -73.98308, + -73.95599, + -73.9848, + -73.96128, + -73.94304, + -74.01436, + -73.93735, + -73.98252, + -73.91833, + -73.95367, + -73.91312, + -73.96595, + -73.99076, + -73.99523, + -74.0041, + -73.982, + -73.90621, + -73.90737, + -73.95729, + -73.98853, + -73.92769, + -73.97976, + -73.98257, + -74.0108, + -73.9537, + -73.89339, + -73.92167, + -73.97122, + -73.94716, + -73.95758, + -73.99964, + -73.8429, + -73.92937, + -73.94332, + -73.94648, + -73.9698, + -73.92823, + -73.93207, + -73.93057, + -73.97774, + -73.97787, + -73.93466, + -73.99272, + -73.96188, + -73.99896, + -73.96514, + -73.91705, + -73.93934, + -73.94657, + -73.95907, + -73.95897, + -73.91051, + -73.94925, + -73.9187, + -73.92029, + -73.94753, + -73.94618, + -73.98472, + -73.97345, + -73.90735, + -73.99221, + -73.89243, + -73.9998, + -73.97097, + -73.98684, + -73.92952, + -73.90179, + -73.94181, + -73.9755, + -73.98726, + -73.90019, + -73.80067, + -73.96493, + -73.9309, + -73.94644, + -73.89988, + -73.98178, + -73.88743, + -73.99324, + -74.03449, + -73.95875, + -73.93153, + -74.00374, + -73.9511, + -74.0039, + -73.9462, + -73.95616, + -73.88277, + -73.95402, + -73.94609, + -74.18259, + -73.95427, + -73.94885, + -73.99586, + -73.94288, + -73.97706, + -73.95657, + -73.94664, + -73.95599, + -73.91486, + -73.91372, + -73.94109, + -73.95969, + -74.01572, + -73.84726, + -73.95014, + -73.99758, + -73.87004, + -73.96277, + -73.91004, + -73.93723, + -73.98005, + -73.95791, + -73.95146, + -73.77, + -73.9297, + -73.94309, + -73.98564, + -73.93537, + -73.95327, + -73.95974, + -73.99168, + -73.95161, + -73.94966, + -73.99979, + -73.9301, + -73.90236, + -73.91714, + -73.94562, + -73.98558, + -73.99788, + -73.92269, + -73.93509, + -73.9798, + -73.78156, + -73.98386, + -74.0083, + -73.76581, + -73.88036, + -73.98157, + -73.8187, + -73.92031, + -73.91679, + -73.92079, + -73.98275, + -73.94054, + -73.89067, + -73.97065, + -73.95989, + -73.98644, + -73.9527, + -73.97787, + -73.96899, + -73.99171, + -73.94283, + -73.82467, + -73.99313, + -73.96813, + -73.93788, + -74.01368, + -73.94937, + -73.95412, + -73.90097, + -74.07949, + -73.96395, + -73.94423, + -73.94714, + -74.00473, + -73.87326, + -74.00479, + -73.95354, + -73.95204, + -73.95221, + -73.98347, + -73.97759, + -73.94139, + -73.95383, + -73.96039, + -73.9898, + -73.99322, + -73.9388, + -73.94878, + -73.87376, + -73.94873, + -73.83035, + -73.94791, + -73.95648, + -73.91729, + -73.95206, + -73.92213, + -73.95186, + -73.95176, + -73.95957, + -73.98649, + -73.96246, + -73.93698, + -73.98106, + -73.96965, + -73.90708, + -73.95977, + -73.90216, + -73.96214, + -73.94503, + -73.97221, + -73.95894, + -73.92815, + -73.97948, + -73.92949, + -73.92194, + -73.95959, + -73.93261, + -73.92052, + -73.94612, + -73.99841, + -73.92681, + -73.91294, + -73.89844, + -73.98566, + -73.91499, + -73.91619, + -73.96725, + -73.94397, + -73.90746, + -73.94011, + -74.17117, + -73.95649, + -73.95184, + -73.98186, + -73.90499, + -73.95631, + -73.95701, + -73.9929, + -73.98954, + -73.99535, + -73.96194, + -73.93958, + -73.95462, + -73.91096, + -73.96084, + -73.94956, + -73.92852, + -73.95133, + -73.96156, + -73.9436, + -74.01266, + -73.98772, + -73.94119, + -73.9655, + -73.92766, + -73.97348, + -73.92784, + -73.95931, + -73.96765, + -73.9914, + -73.93596, + -73.97167, + -73.96009, + -73.94763, + -73.97218, + -73.93295, + -73.95858, + -73.98273, + -73.91355, + -74.00077, + -73.9145, + -73.98906, + -73.95005, + -73.98126, + -73.9151, + -73.92967, + -73.89325, + -73.96683, + -73.90949, + -74.00285, + -73.98412, + -73.96457, + -73.94443, + -73.96498, + -73.93146, + -73.9614, + -73.99769, + -73.95321, + -73.94688, + -73.84103, + -73.93903, + -73.9411, + -73.97965, + -73.89599, + -73.95153, + -73.95864, + -73.91933, + -73.90535, + -73.9807, + -73.95352, + -73.99321, + -73.94281, + -73.95835, + -74.17118, + -73.92563, + -73.98315, + -73.95113, + -73.97918, + -73.94696, + -73.93199, + -73.99847, + -73.98779, + -73.75018, + -73.95016, + -73.98734, + -73.97782, + -73.95265, + -73.92818, + -73.98279, + -73.95805, + -73.98355, + -73.96141, + -73.94239, + -73.9144, + -73.92028, + -73.96194, + -73.94483, + -73.95302, + -73.99759, + -73.84784, + -73.96133, + -73.96697, + -73.98103, + -73.92693, + -73.92557, + -73.92532, + -73.95896, + -73.93433, + -73.95426, + -73.92191, + -73.94224, + -73.83234, + -73.99568, + -73.94889, + -74.09663, + -73.93722, + -73.99849, + -73.99984, + -73.95256, + -73.85114, + -73.97383, + -73.93653, + -73.96125, + -73.9804, + -73.94065, + -73.91492, + -73.75116, + -73.9289, + -73.93559, + -73.75486, + -73.87845, + -73.99686, + -73.98603, + -73.90807, + -73.98354, + -73.9172, + -73.99253, + -73.97851, + -73.97892, + -73.96302, + -73.99256, + -73.73674, + -74.0025, + -73.95565, + -73.98073, + -73.97788, + -73.98655, + -73.95062, + -73.99387, + -73.9572, + -73.96317, + -73.92594, + -74.00984, + -73.98083, + -73.98724, + -73.90729, + -73.9577, + -73.94896, + -73.95018, + -73.93013, + -73.98755, + -73.9391, + -73.83264, + -73.92822, + -73.91008, + -73.93599, + -73.8924, + -73.88188, + -73.98279, + -73.82684, + -73.95493, + -73.93454, + -73.99437, + -73.93771, + -73.94535, + -73.92414, + -73.83345, + -73.9624, + -73.96766, + -73.90588, + -73.97468, + -73.97172, + -73.95162, + -73.98473, + -73.94317, + -73.96441, + -73.95149, + -73.92015, + -73.9514, + -73.95041, + -73.84229, + -73.94997, + -73.95176, + -73.95131, + -73.95202, + -73.99932, + -73.96383, + -74.01619, + -73.91426, + -73.92669, + -73.95347, + -73.91416, + -73.91384, + -73.98552, + -73.89079, + -73.86444, + -73.95433, + -73.92378, + -73.93487, + -73.9398, + -73.95734, + -73.91983, + -73.95989, + -73.96711, + -74.08526, + -73.98416, + -73.94087, + -73.96887, + -73.91316, + -73.91293, + -73.9839, + -73.90858, + -73.94355, + -73.93045, + -73.91988, + -73.91811, + -73.93776, + -73.95575, + -73.93716, + -73.8899, + -73.96383, + -73.95897, + -73.91901, + -73.91886, + -73.98417, + -73.82875, + -73.82991, + -73.96425, + -73.82737, + -73.96189, + -73.99851, + -73.94078, + -73.97672, + -73.94537, + -73.96901, + -73.92678, + -73.9766, + -73.98713, + -73.9331, + -73.93327, + -73.95189, + -73.96295, + -73.96271, + -73.95044, + -73.90738, + -73.90419, + -74.00338, + -73.98039, + -73.95652, + -73.96408, + -73.91705, + -73.94835, + -73.98553, + -73.95777, + -73.85987, + -73.8613, + -73.95782, + -73.86178, + -73.93832, + -73.86683, + -73.86389, + -73.87342, + -73.99196, + -73.93812, + -73.95541, + -73.95083, + -73.95653, + -73.90631, + -73.96301, + -73.99764, + -73.90701, + -73.96, + -73.97348, + -73.94205, + -73.96535, + -73.94023, + -73.99277, + -73.988, + -73.99081, + -73.88906, + -73.98705, + -73.97017, + -73.90263, + -73.9458, + -73.99202, + -73.96385, + -73.95998, + -73.89797, + -73.91889, + -73.97186, + -73.99066, + -73.99961, + -74.00072, + -73.92624, + -73.97745, + -73.95526, + -73.86778, + -73.97251, + -73.90911, + -73.95142, + -73.9547, + -73.75276, + -73.99505, + -73.99673, + -73.97821, + -73.99559, + -73.94514, + -73.86534, + -73.95937, + -73.94375, + -73.9124, + -73.97249, + -73.96461, + -73.94074, + -74.13512, + -73.99582, + -73.95436, + -73.95628, + -73.98959, + -73.88342, + -73.98849, + -73.85052, + -73.95301, + -73.84755, + -73.86907, + -73.91378, + -73.92496, + -73.95252, + -73.99787, + -73.95637, + -73.96282, + -73.82265, + -73.94628, + -73.97596, + -73.90442, + -73.97309, + -73.99583, + -73.91446, + -73.95975, + -73.96209, + -73.93753, + -73.98864, + -73.95883, + -73.98669, + -73.94193, + -73.94178, + -73.94187, + -73.95747, + -73.95631, + -73.95187, + -73.96235, + -73.98828, + -73.93984, + -74.00002, + -73.92044, + -73.97834, + -73.96604, + -73.89709, + -73.8954, + -73.97392, + -73.96466, + -73.94938, + -73.95066, + -73.95641, + -73.94041, + -73.9517, + -73.95691, + -74.07504, + -73.95387, + -73.80916, + -74.00515, + -73.93979, + -73.90768, + -73.97113, + -73.98337, + -73.97503, + -73.8876, + -73.94325, + -73.95573, + -73.93634, + -73.94413, + -73.95335, + -73.99654, + -73.91977, + -73.94475, + -73.94573, + -73.82371, + -73.93935, + -74.08136, + -73.92162, + -74.001, + -73.98197, + -73.92481, + -73.91292, + -73.95363, + -74.00115, + -73.97223, + -74.0063, + -73.91832, + -73.92047, + -73.95943, + -73.99287, + -73.94532, + -73.97372, + -73.91425, + -73.95879, + -74.00687, + -73.99882, + -73.99927, + -73.96933, + -73.97961, + -73.82317, + -73.93658, + -73.95958, + -73.94781, + -73.98689, + -73.9533, + -73.99264, + -73.99835, + -74.0169, + -73.94249, + -73.91373, + -73.95284, + -73.86796, + -73.9676, + -74.00995, + -73.94191, + -73.8905, + -73.98553, + -73.96907, + -73.98188, + -73.99331, + -73.94159, + -73.96509, + -73.89437, + -73.95757, + -73.93883, + -73.92277, + -73.98133, + -73.90734, + -73.97628, + -73.95997, + -73.93977, + -74.16122, + -74.01725, + -73.97923, + -73.91252, + -73.90877, + -73.94575, + -73.99096, + -73.99881, + -73.9477, + -73.98139, + -73.90377, + -73.98316, + -74.09316, + -73.85161, + -73.90839, + -73.9595, + -73.96449, + -73.95133, + -73.97613, + -73.95195, + -73.94589, + -73.88151, + -73.92397, + -73.93234, + -73.94487, + -73.97191, + -73.99756, + -73.94952, + -73.98687, + -73.94095, + -73.99362, + -73.89338, + -73.91995, + -73.99015, + -73.95982, + -74.0727, + -73.93754, + -73.94681, + -73.912, + -73.91237, + -73.95055, + -73.91826, + -73.9196, + -74.00031, + -73.88672, + -73.93247, + -73.98349, + -73.97831, + -73.9371, + -73.95476, + -73.90719, + -73.94139, + -73.97159, + -73.88613, + -73.98783, + -74.00161, + -73.96682, + -73.95445, + -73.88991, + -73.92557, + -73.98873, + -73.93556, + -73.89298, + -73.92941, + -73.84403, + -73.94168, + -73.96318, + -73.93535, + -73.9616, + -73.96276, + -73.94058, + -73.99682, + -73.95169, + -73.98884, + -73.92897, + -73.95736, + -73.98469, + -74.00633, + -73.97376, + -73.99815, + -73.91752, + -73.9461, + -73.95501, + -73.94039, + -73.94642, + -73.92398, + -73.96375, + -73.96158, + -73.85068, + -73.99091, + -73.91714, + -73.98448, + -73.98727, + -73.94405, + -73.95565, + -74.00265, + -73.97419, + -73.93894, + -73.91866, + -73.87651, + -73.94316, + -73.98878, + -73.99301, + -73.94921, + -73.99456, + -73.91061, + -73.94334, + -73.98084, + -73.95842, + -73.993, + -73.99563, + -73.94339, + -73.95721, + -73.94803, + -73.97663, + -73.90623, + -73.92996, + -73.93917, + -73.96704, + -73.94051, + -73.81259, + -74.12274, + -73.91182, + -73.92229, + -73.92959, + -73.95099, + -73.93116, + -73.96581, + -73.98581, + -73.86715, + -73.99363, + -73.98761, + -73.96675, + -73.92795, + -73.94101, + -73.90509, + -73.90576, + -73.95633, + -73.99908, + -73.97609, + -73.9171, + -73.99221, + -73.97063, + -73.96115, + -73.95276, + -73.92268, + -73.94988, + -73.98962, + -73.94074, + -73.93877, + -73.97981, + -73.9834, + -73.83, + -73.78025, + -73.96883, + -73.94261, + -73.97718, + -73.94225, + -73.90675, + -74.0002, + -73.90787, + -73.90665, + -74.11043, + -73.94441, + -73.95522, + -73.93809, + -73.93206, + -73.81205, + -73.96858, + -73.98555, + -74.00379, + -73.84806, + -73.99042, + -73.98818, + -73.98859, + -73.93915, + -73.93047, + -73.98066, + -73.95887, + -73.93153, + -73.94632, + -73.88368, + -73.92198, + -73.86401, + -73.86479, + -73.86465, + -73.86435, + -73.86418, + -73.74738, + -73.90882, + -74.01047, + -73.96581, + -73.93961, + -73.90728, + -73.96183, + -73.95719, + -73.93052, + -73.88148, + -73.93538, + -73.91538, + -73.84114, + -73.98694, + -73.96323, + -73.92933, + -73.93843, + -73.98132, + -73.93949, + -73.99959, + -73.88952, + -73.96125, + -73.99205, + -73.98033, + -73.95252, + -73.93143, + -74.00263, + -73.93004, + -73.94913, + -73.95725, + -73.92307, + -73.95935, + -73.83474, + -73.94513, + -73.98964, + -73.9583, + -73.99288, + -73.89365, + -73.96275, + -73.98425, + -73.98258, + -73.91222, + -73.997, + -73.91418, + -73.94834, + -73.95381, + -73.95287, + -73.94734, + -73.96199, + -73.97887, + -73.9874, + -73.98879, + -73.96866, + -73.96366, + -73.95883, + -73.87638, + -73.94648, + -73.99532, + -73.98735, + -73.87195, + -73.90447, + -74.0325, + -73.99568, + -73.98027, + -73.94719, + -73.95205, + -73.92035, + -73.94965, + -73.98701, + -73.98951, + -73.90742, + -73.99239, + -73.98671, + -73.87579, + -73.97451, + -73.83146, + -73.97421, + -73.95125, + -73.88962, + -73.91268, + -73.97483, + -73.95451, + -73.73662, + -73.91936, + -73.98726, + -73.98753, + -73.94382, + -73.94171, + -73.90578, + -73.99435, + -74.01656, + -74.0292, + -73.94404, + -73.96156, + -73.91026, + -73.90768, + -73.93724, + -73.92955, + -73.95463, + -73.87866, + -73.95097, + -73.92614, + -73.957, + -74.0041, + -73.97463, + -73.95573, + -73.96035, + -73.9632, + -73.94535, + -73.86095, + -74.11747, + -73.95243, + -73.92762, + -73.95164, + -73.9471, + -73.96141, + -73.95053, + -73.98907, + -74.00086, + -73.91054, + -73.94339, + -73.98015, + -74.00828, + -73.9926, + -73.93594, + -73.94127, + -73.908, + -73.98986, + -73.92497, + -73.96504, + -73.9952, + -73.97151, + -73.9408, + -73.89415, + -73.94948, + -74.00856, + -73.90495, + -73.87969, + -73.93099, + -73.97911, + -73.84249, + -73.96128, + -73.91882, + -73.90314, + -73.97494, + -74.01719, + -73.78471, + -73.95244, + -73.99433, + -73.95402, + -73.99841, + -73.96236, + -73.96692, + -73.94341, + -73.97132, + -74, + -73.98865, + -73.91557, + -73.97238, + -73.92099, + -73.98311, + -73.96208, + -73.86362, + -73.99561, + -73.9433, + -74.00651, + -73.9398, + -73.94222, + -73.95528, + -73.97802, + -73.93684, + -73.97922, + -73.95781, + -73.8632, + -74.00953, + -73.91021, + -73.94163, + -73.97686, + -73.94977, + -73.9727, + -73.98004, + -73.95804, + -73.9399, + -73.98411, + -73.77111, + -73.93287, + -73.94228, + -73.96031, + -73.93956, + -73.98701, + -73.96835, + -73.94824, + -73.98318, + -73.96317, + -73.76013, + -73.94438, + -73.90459, + -73.94932, + -73.96999, + -73.91663, + -73.86449, + -73.77787, + -73.94156, + -73.94931, + -73.9868, + -73.98698, + -73.98668, + -73.98814, + -73.98821, + -73.98681, + -73.98834, + -73.98873, + -73.98853, + -73.98691, + -73.98685, + -73.98723, + -73.98788, + -73.98717, + -73.98689, + -73.98729, + -73.98151, + -73.99068, + -73.94347, + -73.91151, + -73.9645, + -73.94447, + -73.91411, + -73.9573, + -73.86587, + -73.98652, + -73.96054, + -73.94902, + -73.99019, + -73.9654, + -73.97306, + -73.94937, + -74.00869, + -73.93469, + -73.99925, + -73.95159, + -73.91421, + -73.97114, + -73.98518, + -73.81327, + -73.87123, + -73.95621, + -73.95586, + -73.98702, + -73.9405, + -73.94073, + -74.00285, + -73.94751, + -73.95851, + -73.93822, + -73.94762, + -73.98602, + -73.92982, + -73.95282, + -74.00493, + -73.9456, + -73.9455, + -74.00514, + -73.98588, + -73.87448, + -73.92379, + -73.95593, + -73.99956, + -73.9577, + -73.91377, + -73.95916, + -74.00581, + -73.95444, + -73.93618, + -73.98379, + -74.00499, + -73.99592, + -73.96811, + -73.99252, + -73.95712, + -73.96626, + -73.91902, + -73.98847, + -73.96791, + -73.9671, + -73.92425, + -73.96233, + -73.93193, + -73.89572, + -73.92175, + -73.91385, + -73.96397, + -73.96269, + -73.95955, + -73.94461, + -73.91648, + -73.92315, + -73.95742, + -73.88445, + -73.967, + -73.95774, + -73.92025, + -73.97788, + -73.80622, + -73.98869, + -73.95432, + -73.97803, + -73.92893, + -73.98831, + -73.82849, + -73.94515, + -73.94244, + -73.92009, + -74.00546, + -73.97926, + -73.92952, + -74.00476, + -74.00445, + -74.00306, + -73.94873, + -73.94968, + -74.00687, + -73.98651, + -73.96926, + -73.96655, + -73.94037, + -73.95238, + -73.9535, + -73.90733, + -73.95141, + -73.85121, + -73.91951, + -73.94927, + -73.96177, + -74.00426, + -73.90733, + -73.92712, + -73.95084, + -74.00436, + -73.94768, + -74.00656, + -73.941, + -73.99811, + -73.96354, + -73.89338, + -73.94675, + -73.85372, + -73.83317, + -73.83271, + -73.93802, + -73.99032, + -73.94044, + -73.94951, + -73.96491, + -73.93472, + -73.96465, + -73.94634, + -73.88902, + -73.97887, + -73.93663, + -73.99848, + -73.93335, + -73.98651, + -73.98782, + -73.92117, + -73.94057, + -73.98477, + -73.95629, + -73.90595, + -73.94115, + -73.8238, + -73.94959, + -73.82501, + -73.93985, + -73.82181, + -73.95704, + -73.95104, + -73.98197, + -73.94724, + -73.93512, + -73.94905, + -73.87977, + -73.98357, + -73.9474, + -73.93495, + -73.97966, + -73.94242, + -73.92213, + -74.00369, + -73.94748, + -73.95816, + -73.98838, + -73.98619, + -73.98822, + -74.00113, + -74.00768, + -73.91112, + -73.92498, + -73.95882, + -73.95895, + -73.96043, + -73.91998, + -73.94085, + -73.94403, + -73.92122, + -73.99698, + -73.96373, + -73.9498, + -73.95921, + -73.93045, + -73.98488, + -73.9542, + -74.09112, + -73.98992, + -73.94973, + -74.00105, + -73.90535, + -73.94582, + -73.99321, + -73.95246, + -73.94248, + -73.88276, + -73.97979, + -73.95615, + -73.95189, + -73.95579, + -73.99564, + -73.9816, + -73.99336, + -73.97347, + -73.94693, + -73.94832, + -74.01049, + -73.99482, + -73.98341, + -73.9057, + -73.90571, + -74.02345, + -73.92806, + -73.9416, + -73.97416, + -73.9009, + -73.90157, + -73.98369, + -73.95675, + -73.96253, + -73.99574, + -73.90761, + -73.93184, + -73.93995, + -73.93633, + -73.93851, + -73.98739, + -73.98162, + -73.80482, + -73.9417, + -74.00545, + -73.9167, + -74.0062, + -73.94059, + -74.00499, + -73.9634, + -74.00619, + -73.90842, + -73.9193, + -73.91639, + -73.93124, + -73.99655, + -73.9072, + -73.91189, + -73.96262, + -73.93781, + -73.96591, + -73.98568, + -73.96605, + -73.93644, + -73.93261, + -73.91106, + -74.00604, + -73.99076, + -73.9125, + -74.00708, + -73.99199, + -73.924, + -73.98093, + -73.93716, + -73.97137, + -73.96831, + -73.82304, + -73.97163, + -73.82092, + -73.97162, + -73.97356, + -73.97315, + -73.94481, + -73.97987, + -73.99185, + -73.97078, + -73.94883, + -73.98886, + -73.93556, + -73.98209, + -73.85976, + -73.99111, + -73.93293, + -73.93045, + -73.99129, + -73.95912, + -73.92949, + -73.99827, + -73.98181, + -73.9821, + -73.88984, + -73.95273, + -73.80061, + -73.79966, + -73.9383, + -73.82472, + -73.96265, + -73.95783, + -73.92567, + -73.95125, + -73.94893, + -73.93131, + -73.94, + -73.98737, + -73.96863, + -73.96986, + -73.98549, + -73.96048, + -73.82003, + -73.93773, + -73.95427, + -73.96324, + -73.91359, + -73.95916, + -73.94861, + -73.98215, + -73.98534, + -73.9979, + -73.95746, + -73.95153, + -73.93701, + -73.88705, + -73.95155, + -73.98272, + -73.95364, + -74.01686, + -73.92537, + -73.90024, + -73.95376, + -73.93518, + -73.93828, + -73.94353, + -73.9827, + -73.90502, + -73.95841, + -73.95143, + -73.89357, + -73.9274, + -73.92673, + -73.96334, + -73.94638, + -73.9789, + -73.94301, + -73.7332, + -73.99263, + -73.74119, + -73.9906, + -73.94874, + -74.0137, + -73.98106, + -73.93964, + -73.92284, + -73.95364, + -73.95322, + -73.92895, + -73.93701, + -73.96384, + -73.93643, + -73.94144, + -73.94453, + -73.95157, + -73.91943, + -73.87572, + -73.90846, + -73.96231, + -73.98511, + -73.94622, + -74.08539, + -74.00188, + -73.92807, + -74.15506, + -73.95191, + -73.98629, + -73.8997, + -73.82867, + -73.89205, + -73.94457, + -73.92918, + -73.95403, + -73.93829, + -73.92981, + -73.96636, + -74.09312, + -73.9695, + -73.81367, + -73.97927, + -73.99837, + -73.95264, + -73.956, + -73.87387, + -73.87252, + -73.9397, + -73.77832, + -73.96788, + -73.9995, + -73.98402, + -73.93235, + -73.97557, + -73.94726, + -73.96859, + -74.03444, + -73.98763, + -73.94333, + -73.93906, + -73.95159, + -73.93399, + -73.99541, + -73.96231, + -74.00442, + -73.94497, + -73.92917, + -73.91293, + -73.92093, + -73.9243, + -73.92121, + -73.9366, + -73.82335, + -73.9268, + -73.94058, + -73.97459, + -73.83337, + -74.0861, + -73.96357, + -73.98269, + -73.92385, + -73.97097, + -73.96365, + -73.98232, + -73.99141, + -73.91357, + -73.94637, + -73.92578, + -73.98032, + -73.98888, + -73.93449, + -73.83367, + -74.00042, + -74.00266, + -73.95298, + -73.93861, + -73.95554, + -73.99782, + -73.97827, + -73.94286, + -73.94956, + -73.91792, + -73.99753, + -73.9401, + -73.9, + -73.93805, + -73.94165, + -73.98389, + -73.90997, + -73.94988, + -73.94326, + -73.95497, + -73.97901, + -73.9784, + -73.97879, + -73.895, + -74.0062, + -73.92784, + -73.90354, + -73.94615, + -73.94347, + -73.94757, + -73.98333, + -73.85124, + -73.94341, + -73.84185, + -73.92075, + -73.93199, + -73.95784, + -73.99771, + -73.73709, + -73.94685, + -73.92844, + -73.93527, + -73.96826, + -73.79688, + -73.90634, + -73.9102, + -73.91084, + -73.954, + -73.9716, + -73.9024, + -73.8299, + -73.90674, + -73.99859, + -74.01521, + -73.9782, + -74.00018, + -73.96529, + -73.96947, + -73.92968, + -73.95226, + -73.98514, + -73.98996, + -73.94307, + -73.9911, + -73.92937, + -73.99086, + -73.98468, + -73.89811, + -73.98482, + -73.9517, + -73.95323, + -73.94806, + -73.94691, + -73.82096, + -73.99616, + -73.95212, + -73.94825, + -73.96333, + -73.791, + -73.93735, + -73.95556, + -73.98804, + -73.9369, + -73.908, + -73.98145, + -73.98498, + -73.99424, + -73.94967, + -73.99989, + -73.97002, + -74.00244, + -73.9408, + -73.95355, + -73.90714, + -73.96469, + -73.97028, + -73.85696, + -73.80595, + -73.9456, + -73.98318, + -73.91453, + -73.97104, + -73.99982, + -73.95982, + -73.98075, + -73.98481, + -73.96076, + -73.95453, + -73.93352, + -73.91219, + -73.99062, + -73.94427, + -73.91371, + -73.91405, + -73.99868, + -73.87882, + -73.94388, + -73.97278, + -73.90793, + -73.97225, + -73.97282, + -74.0158, + -73.94602, + -73.9188, + -73.96957, + -73.94462, + -73.9556, + -73.98067, + -73.94256, + -73.90877, + -73.99567, + -73.93913, + -73.94598, + -73.97738, + -73.94815, + -73.95201, + -73.94426, + -73.95523, + -73.99266, + -73.97317, + -73.97826, + -73.95289, + -73.86991, + -73.95852, + -73.95623, + -73.97827, + -73.95934, + -73.95947, + -74.0088, + -73.99461, + -73.92494, + -74.00235, + -73.91369, + -73.96462, + -74.00827, + -73.9591, + -73.90911, + -73.94436, + -73.94892, + -73.96651, + -73.98387, + -73.91829, + -73.95647, + -73.96406, + -73.95275, + -73.94471, + -73.97921, + -73.91292, + -73.98856, + -73.92864, + -73.94329, + -73.95097, + -73.9574, + -73.97117, + -73.9082, + -74.00032, + -73.95527, + -73.94347, + -73.99904, + -73.95374, + -73.99452, + -73.953, + -73.9684, + -73.97031, + -73.94473, + -73.94063, + -73.91061, + -73.95562, + -73.98025, + -73.93735, + -73.99843, + -73.94898, + -73.98605, + -73.9963, + -74.0052, + -73.92879, + -73.99479, + -73.97977, + -73.96047, + -73.76506, + -73.94555, + -73.94765, + -73.92647, + -73.93838, + -73.95508, + -73.95638, + -73.97102, + -73.9909, + -73.95623, + -73.83055, + -73.91296, + -73.94104, + -74.00523, + -73.91181, + -73.91318, + -73.83061, + -73.94079, + -73.99943, + -73.79497, + -73.79503, + -73.99355, + -73.79494, + -73.90022, + -73.98846, + -73.93686, + -73.9953, + -73.91491, + -74.00752, + -73.99219, + -73.95826, + -73.90554, + -73.96865, + -73.94976, + -73.98744, + -73.97862, + -73.86083, + -73.98957, + -73.99115, + -73.95655, + -74.00697, + -73.89176, + -73.94574, + -73.78922, + -73.91598, + -73.94951, + -73.90995, + -73.97155, + -73.90616, + -73.99248, + -73.91126, + -73.98924, + -73.87911, + -73.96918, + -73.97601, + -74.00135, + -74.00994, + -73.90582, + -74.03114, + -73.98142, + -73.95415, + -73.9506, + -73.90035, + -73.90012, + -73.98665, + -73.99175, + -73.99083, + -73.97265, + -73.84081, + -73.953, + -73.98995, + -74.0042, + -73.91566, + -73.95706, + -73.9682, + -73.96763, + -73.96639, + -73.96816, + -73.98784, + -73.85077, + -73.93593, + -73.94508, + -73.9413, + -73.9843, + -73.92119, + -73.95179, + -73.9094, + -73.93493, + -73.95113, + -73.92207, + -73.95863, + -73.98839, + -73.96585, + -73.79198, + -73.98917, + -73.83368, + -73.88155, + -73.99751, + -73.94319, + -73.92643, + -73.96023, + -73.91353, + -73.92069, + -73.98461, + -73.96172, + -73.93785, + -73.94803, + -73.80576, + -73.95698, + -73.90658, + -73.90756, + -73.94288, + -73.95173, + -73.98439, + -73.94524, + -73.982, + -73.95424, + -73.94713, + -73.91404, + -73.94688, + -73.9291, + -73.92418, + -73.954, + -73.96221, + -73.94642, + -73.9485, + -73.94848, + -73.94754, + -73.93412, + -73.9928, + -73.91212, + -73.95184, + -73.94153, + -73.95124, + -73.92617, + -73.92804, + -73.97688, + -73.94269, + -73.99407, + -73.97455, + -73.95664, + -73.92316, + -73.88393, + -73.961, + -73.95803, + -73.94275, + -73.96175, + -73.9664, + -73.9912, + -73.97744, + -73.9909, + -73.91283, + -73.9847, + -73.99371, + -73.95262, + -73.9447, + -73.99114, + -73.98265, + -73.92257, + -73.95566, + -73.96222, + -73.9081, + -73.96499, + -73.91751, + -73.9813, + -73.94061, + -73.90323, + -73.98986, + -73.96012, + -73.99074, + -73.93554, + -73.97473, + -73.97803, + -74.13681, + -73.9652, + -73.93643, + -73.88904, + -73.96021, + -73.90166, + -73.97794, + -73.97676, + -73.93714, + -73.96136, + -73.95548, + -73.95304, + -73.94279, + -73.86682, + -73.96252, + -73.96344, + -73.95801, + -73.94881, + -73.91702, + -73.92076, + -73.87734, + -73.92764, + -73.90377, + -73.90515, + -73.99002, + -73.94225, + -73.91828, + -73.94911, + -73.93848, + -73.95155, + -73.97956, + -73.95231, + -73.98904, + -73.94132, + -73.78902, + -73.92248, + -73.90526, + -73.89327, + -73.93449, + -73.94769, + -73.95299, + -73.93885, + -73.99267, + -73.95285, + -73.97252, + -73.99284, + -73.8997, + -74.0118, + -73.99492, + -74.08347, + -73.98396, + -73.86679, + -73.94523, + -74.0013, + -73.94945, + -73.99211, + -73.9641, + -73.94252, + -73.98677, + -73.98235, + -73.96204, + -73.96863, + -73.96851, + -73.93948, + -73.91191, + -73.96612, + -73.96679, + -73.98027, + -73.97868, + -73.94769, + -73.95536, + -73.97011, + -73.86672, + -73.9368, + -73.99775, + -73.84911, + -73.9647, + -73.9789, + -73.91983, + -73.92281, + -73.94992, + -74.00923, + -73.95726, + -74.00839, + -73.98758, + -73.95121, + -73.94483, + -73.94924, + -73.96491, + -73.98862, + -73.94966, + -73.94322, + -73.93438, + -73.865, + -73.94523, + -73.9999, + -73.99246, + -73.95143, + -74.01073, + -73.95175, + -73.98228, + -73.99616, + -74.0086, + -73.99596, + -74.0078, + -74, + -73.98456, + -73.95731, + -74.00698, + -73.99172, + -74.00641, + -73.97857, + -73.95251, + -73.95018, + -73.95551, + -73.97843, + -73.95197, + -74.00845, + -73.99603, + -73.95574, + -73.95017, + -73.97316, + -73.97382, + -73.95182, + -73.96198, + -73.9884, + -73.97174, + -73.92192, + -73.97467, + -73.95541, + -74.00991, + -73.93982, + -73.98954, + -73.95848, + -74.00275, + -73.92673, + -73.94488, + -73.98699, + -73.95724, + -73.94897, + -73.78297, + -73.98666, + -73.98888, + -73.94256, + -73.96677, + -73.9882, + -74.08434, + -73.94031, + -73.98147, + -73.87771, + -73.94127, + -73.95621, + -73.94781, + -73.97629, + -73.93956, + -73.94206, + -73.93976, + -74.02437, + -73.95528, + -73.95863, + -73.98244, + -73.9244, + -73.98696, + -73.99997, + -73.98427, + -73.92166, + -73.95596, + -73.98009, + -73.94426, + -74.0112, + -73.93144, + -73.75782, + -73.99983, + -73.83431, + -73.94772, + -73.94223, + -73.9887, + -74.12991, + -73.94644, + -73.91172, + -73.95039, + -73.97155, + -73.86048, + -73.96045, + -74.01388, + -74.03598, + -73.98219, + -73.94414, + -73.94188, + -73.982, + -73.99434, + -73.90025, + -73.96757, + -73.99166, + -73.95851, + -74.13908, + -73.91324, + -74.00645, + -73.95467, + -73.98118, + -73.98399, + -73.96323, + -73.91339, + -73.90484, + -74.00681, + -73.98842, + -74.00176, + -73.944, + -73.98883, + -73.81628, + -73.92074, + -74.09099, + -73.97754, + -73.97579, + -73.91204, + -73.97921, + -73.9522, + -73.9821, + -73.99181, + -73.91013, + -73.90773, + -73.99603, + -73.91805, + -73.91431, + -73.914, + -73.91686, + -73.98031, + -73.93954, + -73.91458, + -73.9522, + -73.90202, + -73.92947, + -73.97437, + -73.95342, + -73.90952, + -74.09861, + -73.97631, + -73.94167, + -73.94739, + -73.99349, + -73.95466, + -73.91881, + -73.94111, + -73.99107, + -73.94219, + -73.97035, + -73.98762, + -73.96268, + -73.98172, + -73.98355, + -73.8791, + -73.88925, + -73.98187, + -74.00761, + -73.94797, + -73.96833, + -73.94487, + -73.87213, + -74.00001, + -73.93982, + -73.95433, + -73.98867, + -74.0921, + -73.98557, + -73.91185, + -73.95139, + -73.91598, + -73.95261, + -73.8558, + -73.98023, + -73.98758, + -73.97391, + -73.78275, + -73.98641, + -73.91935, + -73.9906, + -73.93039, + -73.92477, + -73.9243, + -73.95076, + -73.90717, + -73.94445, + -73.94994, + -73.94088, + -73.94674, + -73.96209, + -73.98864, + -73.94054, + -73.92922, + -74.01483, + -73.93563, + -73.94379, + -73.99471, + -73.94862, + -73.95234, + -73.99327, + -73.98091, + -73.97449, + -73.94003, + -73.95503, + -73.93438, + -74.00157, + -73.97279, + -73.9395, + -74.00102, + -73.95226, + -73.95452, + -73.93271, + -73.91533, + -73.92156, + -73.94522, + -73.9842, + -74.0051, + -73.96187, + -74.00567, + -73.9447, + -73.97951, + -73.87793, + -73.91986, + -73.9288, + -73.99305, + -73.95137, + -73.96805, + -73.90714, + -73.90315, + -73.93586, + -73.98124, + -73.98166, + -73.98391, + -73.95103, + -74.00932, + -73.93308, + -73.98757, + -73.98095, + -73.95862, + -74.00994, + -73.94411, + -73.93706, + -73.91051, + -73.96084, + -73.96228, + -74.00623, + -73.95827, + -73.962, + -73.96709, + -73.94547, + -73.90844, + -73.95341, + -73.89556, + -73.95097, + -73.99435, + -73.92463, + -73.85181, + -73.97479, + -73.9447, + -73.95137, + -74.00162, + -73.8124, + -73.91689, + -73.97632, + -73.99961, + -73.90449, + -73.94028, + -73.91768, + -73.93246, + -73.85112, + -73.95434, + -73.98537, + -73.98415, + -73.99807, + -73.95881, + -73.95011, + -73.91836, + -73.93709, + -73.89607, + -73.91434, + -73.81907, + -73.97945, + -73.99347, + -73.95739, + -73.91135, + -73.95539, + -73.91571, + -73.97702, + -73.97607, + -73.95054, + -73.97604, + -73.76597, + -73.95468, + -73.94754, + -73.92589, + -73.92335, + -73.82774, + -73.96303, + -73.93629, + -73.98022, + -73.96459, + -73.9277, + -73.95205, + -73.92296, + -73.94434, + -73.94278, + -73.97528, + -73.98122, + -73.95692, + -73.85491, + -73.81586, + -73.98225, + -73.81243, + -73.93398, + -73.9956, + -73.98272, + -73.95082, + -73.91592, + -74.00833, + -73.81483, + -73.94271, + -73.94796, + -73.79254, + -73.79417, + -73.90541, + -73.90081, + -73.96859, + -73.92329, + -73.98322, + -73.83098, + -73.7794, + -73.95835, + -73.95013, + -73.81927, + -73.9562, + -73.9238, + -73.87132, + -73.99757, + -73.96713, + -74.00176, + -73.9602, + -73.93269, + -73.97302, + -73.94396, + -73.94774, + -73.95864, + -73.95907, + -73.98674, + -73.77859, + -73.94088, + -73.92069, + -73.95334, + -73.94797, + -73.95725, + -73.93657, + -73.77804, + -73.83215, + -73.96394, + -73.98491, + -73.98708, + -73.95419, + -73.93918, + -73.97943, + -73.99736, + -73.96238, + -73.97971, + -73.94965, + -73.94131, + -74.08444, + -73.83279, + -73.83203, + -73.99685, + -73.98277, + -73.984, + -73.92682, + -73.94354, + -73.93308, + -73.94497, + -73.93976, + -73.96936, + -73.73837, + -73.94978, + -73.9813, + -73.87985, + -73.92779, + -73.94008, + -73.93115, + -73.9701, + -73.96755, + -73.98023, + -73.88952, + -73.94676, + -73.92854, + -73.94403, + -73.91156, + -73.87819, + -73.95259, + -73.946, + -73.99727, + -73.96546, + -73.92903, + -73.96467, + -73.78919, + -73.90564, + -73.93774, + -74.00076, + -73.92675, + -73.95127, + -73.85821, + -73.91614, + -73.94913, + -73.8221, + -73.95465, + -73.93729, + -73.98163, + -73.91778, + -74.00195, + -73.91279, + -73.95447, + -73.98827, + -73.97449, + -73.94754, + -73.92341, + -73.93821, + -73.99019, + -73.99796, + -73.95074, + -73.94096, + -73.97501, + -73.98162, + -73.98316, + -73.93682, + -73.78826, + -73.94924, + -73.78885, + -73.9515, + -73.95381, + -73.94779, + -73.95849, + -73.95219, + -73.99198, + -73.98991, + -73.98694, + -73.91833, + -73.97963, + -73.95804, + -73.8265, + -73.94272, + -73.94772, + -73.90405, + -74.00765, + -73.93165, + -73.92075, + -73.97087, + -74.0054, + -73.90556, + -73.97827, + -73.98192, + -73.92566, + -73.79567, + -73.97398, + -73.9528, + -73.92596, + -73.90231, + -73.92368, + -73.94224, + -73.94344, + -73.96158, + -73.92276, + -74.00484, + -73.982, + -73.90435, + -73.98, + -73.9992, + -73.92235, + -73.97157, + -73.81282, + -73.98205, + -73.9358, + -73.97224, + -73.98956, + -73.94238, + -74.1107, + -73.96056, + -73.92642, + -73.95705, + -73.91839, + -73.91172, + -73.94257, + -73.93402, + -73.86311, + -74.142, + -74.00763, + -73.80601, + -73.9999, + -73.89166, + -73.96642, + -73.97958, + -73.94949, + -74.00263, + -73.77949, + -73.8502, + -73.75349, + -73.94463, + -73.96446, + -73.95071, + -73.92918, + -73.99701, + -74.00089, + -73.99099, + -73.95475, + -73.94702, + -73.94647, + -73.95892, + -73.93778, + -73.91878, + -73.8693, + -73.89709, + -73.85584, + -74.13706, + -73.96129, + -73.97839, + -73.78876, + -73.9605, + -73.81279, + -73.89224, + -73.99088, + -73.94747, + -73.97622, + -73.9797, + -73.98684, + -73.99602, + -73.92795, + -73.80601, + -73.94385, + -73.99466, + -73.89201, + -73.95181, + -73.97358, + -73.92952, + -73.99357, + -73.95702, + -73.96926, + -73.96511, + -73.98822, + -74.00151, + -73.92529, + -74.00352, + -73.99887, + -73.9143, + -73.99202, + -73.98401, + -73.89756, + -73.97913, + -73.90748, + -73.99303, + -73.93311, + -73.87641, + -73.93642, + -73.88874, + -73.97334, + -73.94965, + -73.97719, + -73.91443, + -73.98416, + -73.94785, + -73.82624, + -73.97017, + -73.9401, + -74.00552, + -73.9449, + -74.01054, + -73.94095, + -73.9962, + -73.96554, + -73.96523, + -73.90023, + -73.94481, + -73.96877, + -73.956, + -74.0021, + -73.97353, + -73.96114, + -73.95365, + -73.93908, + -73.948, + -74.01205, + -73.9843, + -73.97774, + -73.98114, + -73.9457, + -73.94071, + -73.95167, + -73.95487, + -73.98584, + -73.94408, + -73.99223, + -73.92256, + -73.94444, + -73.96117, + -73.94222, + -73.83286, + -73.98511, + -73.98853, + -73.95262, + -74.01371, + -73.99316, + -73.94035, + -73.95788, + -73.94811, + -73.93091, + -73.92317, + -73.94598, + -74.00529, + -73.96417, + -73.97302, + -73.9463, + -73.95249, + -73.93825, + -73.96479, + -73.97073, + -73.99959, + -73.90941, + -73.96201, + -73.9657, + -73.92342, + -73.95688, + -73.96605, + -73.94272, + -73.84056, + -73.8616, + -73.9614, + -73.98074, + -73.96026, + -73.91637, + -73.88899, + -74.08279, + -73.99102, + -73.95627, + -73.98982, + -73.94991, + -73.94426, + -73.94125, + -73.96796, + -73.95426, + -73.9487, + -73.95381, + -73.99834, + -73.95348, + -73.95443, + -73.97357, + -73.93902, + -73.96867, + -73.98148, + -73.92252, + -73.79387, + -73.94231, + -73.93685, + -73.81579, + -73.94161, + -73.93519, + -73.92323, + -73.92332, + -73.97598, + -73.94832, + -73.94065, + -73.98794, + -73.88867, + -73.94967, + -73.9539, + -73.90622, + -73.99466, + -73.95525, + -73.89504, + -73.96609, + -73.98373, + -73.92526, + -73.94045, + -73.8761, + -73.97998, + -73.93552, + -73.93003, + -73.98639, + -73.90918, + -73.92489, + -73.89026, + -73.9872, + -73.98515, + -73.95676, + -73.97667, + -73.95674, + -73.94978, + -74.00961, + -73.98047, + -74.0065, + -74.00807, + -73.92595, + -74.01394, + -73.9575, + -74.00762, + -73.82018, + -73.96026, + -73.91651, + -73.95052, + -74.00502, + -74.14246, + -73.98926, + -74.00548, + -74.14199, + -73.94827, + -73.98844, + -73.96266, + -73.88147, + -73.99719, + -73.92411, + -73.98278, + -73.99015, + -73.93806, + -73.998, + -73.89856, + -74.08097, + -73.91936, + -73.95513, + -74.0319, + -73.92472, + -73.91063, + -73.98334, + -73.94691, + -73.95181, + -73.99524, + -73.94541, + -73.92102, + -73.92972, + -73.9729, + -73.99902, + -73.89157, + -73.9096, + -73.90825, + -73.97512, + -73.94054, + -73.94385, + -73.9258, + -73.98898, + -73.95229, + -73.96065, + -73.95906, + -73.82073, + -73.94698, + -73.97365, + -73.98669, + -74.00461, + -73.96375, + -73.92886, + -73.97518, + -73.92869, + -73.93973, + -74.00317, + -73.88898, + -73.94745, + -73.9475, + -73.9501, + -73.92867, + -74.00578, + -74.0072, + -73.98954, + -73.94836, + -73.99759, + -73.88423, + -73.98668, + -73.97339, + -73.97057, + -73.98542, + -73.94933, + -73.94963, + -73.84073, + -73.99684, + -73.91368, + -73.97892, + -73.942, + -73.99744, + -73.98836, + -73.99818, + -73.98216, + -73.77812, + -73.95208, + -73.93911, + -74.00822, + -74.00214, + -73.91652, + -73.92434, + -73.95397, + -73.94064, + -73.94208, + -73.92253, + -73.90852, + -73.95477, + -73.91163, + -73.90146, + -73.99727, + -73.91956, + -73.99502, + -73.98535, + -74.00027, + -73.92868, + -73.96145, + -73.93455, + -73.912, + -73.98322, + -73.96919, + -73.93013, + -73.95823, + -73.86532, + -73.94562, + -73.95522, + -73.98425, + -73.93664, + -73.95659, + -73.95481, + -73.97148, + -73.98759, + -73.97129, + -73.95862, + -73.99914, + -73.95714, + -73.95444, + -73.95336, + -73.99343, + -73.82932, + -73.92607, + -73.92025, + -73.96463, + -73.87602, + -73.97315, + -73.96169, + -73.92923, + -73.9571, + -73.95574, + -73.95482, + -73.92087, + -73.95104, + -73.94633, + -73.99198, + -73.98181, + -73.94831, + -73.83715, + -73.95154, + -73.94968, + -73.9386, + -73.81716, + -73.92696, + -73.91234, + -73.99917, + -73.94145, + -74.00743, + -73.8795, + -73.90155, + -73.99312, + -73.99375, + -73.95807, + -73.92386, + -74.00676, + -73.99812, + -73.99827, + -73.92838, + -73.99057, + -73.94159, + -73.98791, + -73.94217, + -73.96562, + -73.98595, + -73.99997, + -73.86012, + -73.98742, + -73.95704, + -73.86005, + -73.95348, + -73.94797, + -73.94825, + -74.01248, + -73.96222, + -73.90916, + -73.94836, + -73.98546, + -73.96489, + -73.91747, + -74.01068, + -73.90687, + -73.97154, + -73.91573, + -73.95854, + -73.95548, + -73.95232, + -73.83423, + -73.94781, + -73.92857, + -73.77638, + -73.99631, + -73.77813, + -73.99009, + -73.96367, + -73.91809, + -73.98091, + -73.99098, + -73.99047, + -73.99944, + -73.98778, + -74.00733, + -73.97152, + -73.92975, + -73.91615, + -73.99539, + -73.92658, + -73.99747, + -73.88589, + -73.92839, + -73.97743, + -73.99712, + -73.99842, + -73.95129, + -73.94324, + -73.97298, + -73.93955, + -74.00226, + -73.91012, + -73.92238, + -73.94174, + -73.94253, + -74.0004, + -73.86147, + -73.99512, + -73.94163, + -73.98603, + -73.94876, + -73.90075, + -73.92984, + -73.94862, + -73.95087, + -73.9958, + -73.98532, + -73.94022, + -73.98842, + -73.91937, + -73.94467, + -74.00541, + -73.9478, + -74.00331, + -73.92729, + -73.99651, + -73.98138, + -73.98094, + -74.00183, + -74.00685, + -73.94012, + -73.93859, + -73.93003, + -73.95955, + -74.00524, + -73.98151, + -73.98607, + -73.94388, + -73.99444, + -73.90861, + -73.86656, + -73.9345, + -73.94595, + -74.00669, + -73.99864, + -73.9462, + -74.0086, + -73.98215, + -73.95957, + -73.97339, + -73.94741, + -73.97327, + -73.96523, + -73.95269, + -73.76171, + -73.96172, + -73.94227, + -73.94272, + -73.9337, + -73.98942, + -73.99006, + -73.98822, + -73.98832, + -73.98859, + -73.9151, + -73.96873, + -73.95742, + -73.96036, + -73.88823, + -73.93199, + -73.95965, + -73.94741, + -73.89988, + -73.89991, + -73.84823, + -73.98803, + -73.96018, + -73.99968, + -73.98997, + -73.92505, + -73.98955, + -73.98734, + -73.9443, + -73.94843, + -73.84031, + -74.00456, + -73.97956, + -73.95557, + -73.95375, + -73.96613, + -73.92373, + -73.93861, + -73.92683, + -74.00205, + -73.95681, + -73.92215, + -73.97069, + -73.93401, + -73.95622, + -73.97429, + -73.96202, + -73.9763, + -73.98765, + -73.98759, + -74.16634, + -73.89299, + -73.94841, + -73.89684, + -73.94463, + -73.98207, + -73.92136, + -73.90285, + -74.00224, + -73.94081, + -73.97001, + -74.00363, + -73.95268, + -73.96242, + -73.9885, + -73.9581, + -73.92302, + -74.00252, + -73.98156, + -74.00278, + -74.00644, + -73.91866, + -73.95824, + -73.98562, + -73.85585, + -73.96029, + -74.00916, + -73.94336, + -73.93808, + -73.94408, + -73.97291, + -73.9862, + -73.90486, + -73.9826, + -73.93313, + -73.79755, + -73.98264, + -73.98293, + -73.9456, + -73.96667, + -73.92949, + -73.95484, + -73.90852, + -73.98714, + -74.00545, + -73.96193, + -73.94918, + -73.93623, + -73.97798, + -73.93181, + -73.90233, + -73.98427, + -73.94093, + -73.94203, + -73.89864, + -73.93383, + -73.95902, + -73.99805, + -74.00018, + -73.99981, + -73.98169, + -73.94841, + -73.94251, + -73.95151, + -73.91785, + -73.9198, + -73.97205, + -73.93892, + -73.98974, + -73.93456, + -73.95383, + -73.94156, + -73.99229, + -73.89163, + -73.92143, + -73.94011, + -73.92725, + -73.95327, + -73.83012, + -73.98325, + -73.98337, + -73.97063, + -73.98876, + -73.98759, + -73.99674, + -73.95808, + -73.95985, + -73.95705, + -73.90867, + -73.8817, + -73.96042, + -73.9645, + -73.97598, + -73.9001, + -74.00729, + -73.9384, + -73.90712, + -73.93855, + -74.09489, + -73.97637, + -73.91334, + -73.98236, + -73.98992, + -73.87863, + -73.98932, + -73.98546, + -73.84438, + -73.99517, + -73.99528, + -73.73444, + -73.98501, + -73.98636, + -73.90684, + -73.9484, + -73.9647, + -73.9553, + -73.74334, + -73.95476, + -73.95324, + -73.95563, + -73.96472, + -74.00424, + -73.80906, + -73.96468, + -73.81118, + -73.96255, + -73.95353, + -73.99709, + -73.99677, + -73.9576, + -73.95139, + -73.97622, + -73.81599, + -73.98406, + -73.9567, + -73.93073, + -74.00662, + -73.94111, + -73.91361, + -74.00433, + -73.94417, + -73.90716, + -73.98354, + -73.97329, + -73.80965, + -73.77693, + -73.95242, + -73.93726, + -73.93906, + -73.93937, + -73.96208, + -73.9354, + -73.97616, + -73.95615, + -73.95581, + -73.96649, + -74.01002, + -73.94824, + -73.99338, + -73.95074, + -73.95198, + -73.97963, + -73.9547, + -73.99902, + -73.95729, + -73.94718, + -73.94405, + -73.98832, + -73.91179, + -73.98325, + -73.92466, + -73.96244, + -73.99289, + -73.94437, + -74.08267, + -74.00565, + -73.93925, + -73.96332, + -73.96917, + -73.97094, + -73.99806, + -73.95572, + -73.95379, + -73.97818, + -74.0051, + -73.9731, + -73.89337, + -73.92151, + -73.94231, + -73.94359, + -73.97743, + -74.00418, + -73.9206, + -73.91967, + -73.93707, + -73.93627, + -73.98272, + -73.99279, + -73.94889, + -73.96722, + -73.94084, + -73.96631, + -73.9559, + -73.92859, + -73.99283, + -73.92545, + -73.90538, + -73.96674, + -73.98424, + -73.96696, + -73.99192, + -73.91492, + -73.91388, + -73.99839, + -73.95208, + -73.95025, + -73.95506, + -73.95072, + -73.96104, + -73.95086, + -73.99338, + -73.93883, + -73.99679, + -73.93281, + -73.95292, + -73.94332, + -73.95707, + -73.94426, + -74.01231, + -73.99558, + -73.99702, + -74.01001, + -73.98824, + -73.99069, + -73.92102, + -73.98383, + -73.91947, + -73.95242, + -73.94797, + -73.99348, + -73.9964, + -73.97933, + -73.93426, + -73.9457, + -73.96548, + -73.99079, + -73.91829, + -73.98681, + -73.97545, + -73.99684, + -73.90613, + -73.86177, + -73.99563, + -74.00591, + -73.86146, + -73.99317, + -73.93954, + -73.95106, + -73.95673, + -73.99571, + -73.96618, + -73.95278, + -73.85478, + -73.91741, + -73.95129, + -73.99216, + -74.01049, + -73.91151, + -73.93565, + -73.90711, + -73.99647, + -73.95902, + -73.99556, + -73.84815, + -73.9223, + -73.90909, + -73.94764, + -73.85474, + -73.99514, + -73.9958, + -73.99464, + -73.99971, + -73.80272, + -73.99571, + -73.94932, + -73.88177, + -73.95949, + -73.80301, + -73.97787, + -73.80247, + -74.0015, + -73.9795, + -73.96233, + -73.92348, + -73.98839, + -73.98939, + -73.94224, + -73.99966, + -73.95642, + -73.90582, + -73.975, + -73.94651, + -73.97967, + -73.98156, + -73.94916, + -73.93265, + -73.98801, + -73.94038, + -73.98409, + -73.93468, + -73.76019, + -73.92599, + -73.9789, + -73.95541, + -73.99446, + -73.9301, + -73.94309, + -73.80159, + -73.97182, + -73.94182, + -73.91002, + -73.9538, + -73.95252, + -73.83773, + -73.94532, + -73.78805, + -73.90848, + -74.00569, + -73.96042, + -73.97186, + -73.97738, + -73.95736, + -73.95626, + -74.01273, + -73.90967, + -73.99723, + -73.97021, + -73.77949, + -73.97984, + -73.9223, + -73.96148, + -73.99876, + -73.94278, + -73.96996, + -73.96173, + -73.94348, + -73.92788, + -73.85523, + -73.88247, + -73.9516, + -73.99305, + -73.96531, + -73.78342, + -73.91452, + -74.00549, + -73.95943, + -73.92037, + -74.00357, + -73.95879, + -73.97193, + -73.97335, + -74.00847, + -74.00301, + -73.99969, + -74.00329, + -73.96288, + -73.94384, + -73.92264, + -73.986, + -73.97746, + -73.94851, + -73.95948, + -73.94839, + -73.96567, + -73.95258, + -73.93054, + -73.94109, + -73.91975, + -73.9149, + -74.00314, + -73.98988, + -74.00717, + -74.00552, + -73.99195, + -73.91579, + -73.97004, + -73.94189, + -73.98738, + -73.95016, + -73.94549, + -73.9625, + -73.94822, + -73.96264, + -73.78393, + -73.97977, + -73.94451, + -73.9619, + -73.95164, + -73.94586, + -73.95212, + -73.95956, + -73.95542, + -73.94525, + -73.93912, + -73.94588, + -73.9372, + -73.92913, + -73.9568, + -73.99993, + -73.95261, + -74.00365, + -73.94349, + -73.81523, + -73.96304, + -73.90657, + -73.93023, + -73.97997, + -73.92888, + -73.95393, + -74.005, + -74.00156, + -73.95594, + -73.99803, + -73.94159, + -73.94519, + -73.90552, + -73.99936, + -73.95849, + -73.95752, + -73.95862, + -73.95855, + -73.97208, + -73.98704, + -73.91418, + -73.94036, + -74.00065, + -73.94421, + -73.98109, + -73.92921, + -73.9608, + -73.95467, + -73.94253, + -73.86351, + -73.98824, + -73.96266, + -73.94384, + -73.97886, + -73.90359, + -73.98665, + -73.9058, + -73.98174, + -73.91825, + -73.98867, + -73.98932, + -73.89228, + -73.91775, + -73.94728, + -73.94263, + -73.91183, + -73.96643, + -73.9223, + -74.00512, + -73.98814, + -73.94714, + -73.95666, + -73.92645, + -73.98418, + -73.96325, + -73.94239, + -73.99963, + -73.9629, + -73.94245, + -73.94813, + -73.94509, + -73.97015, + -73.95269, + -73.95026, + -74.00482, + -73.94916, + -73.94775, + -73.94858, + -73.98068, + -74.00537, + -73.93335, + -73.98798, + -74.00383, + -73.94699, + -73.95612, + -73.94861, + -73.97578, + -73.93344, + -73.93107, + -73.93302, + -73.95511, + -74.00025, + -73.95378, + -73.93693, + -73.93566, + -73.88663, + -73.93225, + -73.9941, + -73.96314, + -73.9149, + -73.99951, + -73.95052, + -73.90734, + -74.00385, + -73.9595, + -73.89528, + -73.94051, + -73.9863, + -73.97797, + -73.81726, + -73.90969, + -73.97929, + -73.95365, + -73.98351, + -73.90995, + -73.90841, + -73.99976, + -73.94003, + -73.97567, + -73.96182, + -73.94406, + -73.95466, + -73.96311, + -73.9789, + -73.85158, + -73.91511, + -73.94232, + -73.96269, + -73.78237, + -74.0012, + -74.02421, + -74.00481, + -73.93974, + -73.99107, + -73.96291, + -73.95266, + -73.92291, + -73.9482, + -73.95979, + -74.09562, + -73.98165, + -73.84506, + -73.92981, + -73.95345, + -73.921, + -73.96433, + -73.9541, + -73.9845, + -73.97671, + -73.97361, + -73.98899, + -73.96865, + -73.95397, + -73.9647, + -73.99529, + -73.96417, + -73.95205, + -73.97163, + -73.99724, + -73.94158, + -73.75492, + -73.77869, + -73.8286, + -73.78573, + -73.92252, + -73.94791, + -73.86932, + -73.92377, + -73.98779, + -73.98847, + -73.98151, + -73.95016, + -73.95689, + -73.95461, + -73.96677, + -73.95568, + -73.93648, + -73.95618, + -73.88402, + -73.945, + -73.87698, + -73.97987, + -73.9774, + -73.97738, + -73.98947, + -73.99721, + -73.87347, + -73.95471, + -73.98236, + -73.91623, + -73.79794, + -73.89752, + -73.85466, + -73.92223, + -73.90604, + -73.85579, + -73.99448, + -73.99799, + -73.95623, + -73.98922, + -73.91699, + -73.88693, + -73.93249, + -73.85138, + -73.96534, + -73.91554, + -73.92463, + -73.96891, + -73.92528, + -73.98574, + -73.76719, + -73.9978, + -74.00392, + -73.88699, + -73.95854, + -73.97103, + -74.09001, + -73.9739, + -73.99838, + -74.01097, + -73.99247, + -73.96333, + -73.96431, + -73.92974, + -73.98324, + -73.95771, + -73.75839, + -73.92295, + -73.98296, + -74.01214, + -74.0053, + -73.95615, + -73.98824, + -73.93007, + -73.93493, + -73.95824, + -73.99671, + -73.95301, + -73.96504, + -73.94853, + -73.97065, + -73.74057, + -73.93171, + -73.97473, + -73.95153, + -73.97231, + -73.92666, + -73.91306, + -73.95389, + -73.82263, + -73.88391, + -73.97099, + -73.97076, + -74.01106, + -73.9441, + -73.98616, + -73.94231, + -74.02458, + -73.99185, + -73.87357, + -74.03619, + -73.94601, + -73.96001, + -73.96051, + -73.97186, + -73.97403, + -73.80083, + -73.96744, + -73.90879, + -73.82837, + -73.85415, + -73.95433, + -73.92454, + -73.94964, + -73.9535, + -73.98315, + -73.94021, + -73.94002, + -73.77858, + -73.9583, + -73.9535, + -73.80455, + -73.93961, + -74.07624, + -73.93781, + -73.94727, + -74.02603, + -73.98138, + -73.94591, + -73.9656, + -73.92485, + -73.95672, + -73.79886, + -73.93139, + -73.89505, + -73.95194, + -73.98839, + -73.99644, + -73.9343, + -74.00873, + -74.00056, + -73.95607, + -73.93762, + -73.91414, + -74.00663, + -73.93124, + -74.00205, + -74.00819, + -73.9871, + -73.90531, + -73.8523, + -73.97706, + -73.98815, + -73.96042, + -73.92192, + -73.95141, + -73.90581, + -73.86227, + -73.95509, + -73.96012, + -73.9394, + -73.97606, + -73.922, + -73.96925, + -73.94896, + -73.91908, + -73.99586, + -73.9372, + -74.21017, + -73.94113, + -73.99801, + -73.91487, + -73.94943, + -73.8155, + -73.97438, + -73.92038, + -73.94173, + -73.96062, + -73.96278, + -73.94269, + -73.93916, + -74.13339, + -74.08441, + -73.85674, + -73.95214, + -73.97169, + -73.96179, + -73.98642, + -73.92287, + -73.9801, + -73.97891, + -73.93921, + -74.07722, + -73.93913, + -73.91559, + -73.9308, + -73.9837, + -74.00413, + -73.92264, + -73.94574, + -74.13224, + -74.00806, + -73.95219, + -73.95216, + -73.97229, + -73.96212, + -73.89228, + -73.93097, + -73.95667, + -73.95401, + -73.9259, + -73.86921, + -73.95566, + -73.9399, + -73.94166, + -73.99005, + -73.94015, + -73.9823, + -73.99027, + -73.97303, + -73.98075, + -73.99861, + -73.94895, + -73.87463, + -73.94327, + -73.94038, + -73.99148, + -73.76357, + -73.78987, + -74.00813, + -73.94846, + -74.11375, + -73.94654, + -74.0318, + -73.9669, + -73.98368, + -73.94459, + -73.94403, + -73.9314, + -73.99174, + -73.95107, + -73.96679, + -73.94709, + -73.94537, + -73.98196, + -73.91681, + -73.93725, + -73.94925, + -73.97683, + -73.95498, + -73.83042, + -73.95474, + -73.96775, + -73.9733, + -73.94098, + -73.87676, + -73.91788, + -73.95354, + -73.99531, + -73.9383, + -73.93918, + -73.95745, + -73.95628, + -73.99556, + -73.95607, + -73.97605, + -73.95434, + -73.97719, + -74.00456, + -73.90824, + -73.9476, + -73.92265, + -73.95729, + -73.91157, + -73.98339, + -73.95971, + -73.97578, + -73.96212, + -73.73617, + -73.9402, + -73.94736, + -73.92623, + -73.98982, + -73.95724, + -74.00255, + -73.98259, + -73.99388, + -73.94138, + -73.96022, + -73.98983, + -73.98201, + -73.95765, + -73.99687, + -73.98283, + -73.97894, + -73.95645, + -73.94328, + -73.91901, + -73.93775, + -73.94907, + -73.9543, + -73.92353, + -73.95438, + -73.95592, + -73.9899, + -73.94074, + -73.93922, + -73.96563, + -73.98191, + -73.92651, + -73.96063, + -73.95069, + -73.93826, + -73.95992, + -73.98568, + -73.93094, + -73.78175, + -73.94511, + -73.94313, + -73.93075, + -73.96192, + -73.93017, + -73.9751, + -73.99543, + -73.99564, + -73.921, + -73.95636, + -73.94735, + -73.92295, + -73.95674, + -73.98038, + -73.95675, + -73.97288, + -73.93539, + -73.96702, + -73.92397, + -73.97355, + -73.99277, + -73.96252, + -73.9612, + -73.90679, + -73.9618, + -73.87277, + -73.9507, + -73.87372, + -74.087, + -74.08893, + -73.97647, + -74.08765, + -73.95777, + -73.98445, + -73.94033, + -73.99253, + -73.91938, + -73.99562, + -73.87054, + -73.98859, + -73.91834, + -73.87193, + -73.9287, + -73.98394, + -73.94366, + -73.98316, + -73.9118, + -73.79343, + -73.95172, + -73.90553, + -73.97206, + -74.00804, + -74.00929, + -74.00833, + -74.0079, + -73.99527, + -73.97222, + -73.91548, + -73.88045, + -73.74904, + -73.91297, + -73.89342, + -73.97857, + -73.95952, + -73.97252, + -73.9665, + -73.99861, + -73.99169, + -73.99358, + -73.96446, + -73.95756, + -73.91513, + -73.93773, + -73.98112, + -73.98755, + -73.90675, + -73.90669, + -73.95887, + -73.94452, + -73.92362, + -73.81977, + -73.95161, + -73.90685, + -73.96062, + -73.94415, + -73.98777, + -73.99827, + -73.95231, + -73.93944, + -73.98391, + -73.94039, + -73.97494, + -73.94418, + -73.95859, + -73.74073, + -73.95693, + -73.9848, + -73.99037, + -73.9634, + -73.97625, + -73.98162, + -73.87717, + -73.93353, + -73.81371, + -73.96989, + -73.85367, + -73.81411, + -73.98223, + -73.98928, + -73.85502, + -73.97851, + -73.92968, + -73.94142, + -73.99259, + -73.99024, + -73.95283, + -73.95074, + -73.97528, + -73.96141, + -73.995, + -73.99283, + -73.94741, + -73.99362, + -73.94662, + -73.98314, + -73.93568, + -73.98348, + -73.86233, + -73.86273, + -73.99938, + -73.97238, + -73.99344, + -73.89381, + -73.9412, + -74.00487, + -73.78429, + -73.95556, + -73.98766, + -73.96512, + -73.93297, + -73.8619, + -73.99589, + -73.94883, + -73.86198, + -73.98691, + -73.79729, + -73.98255, + -73.96271, + -73.92383, + -73.97334, + -73.96225, + -73.9516, + -73.9826, + -73.84362, + -73.95945, + -73.93628, + -73.7687, + -73.86301, + -73.94157, + -73.86339, + -73.95565, + -73.98935, + -73.85443, + -73.95429, + -73.98235, + -73.92326, + -74.00125, + -73.90816, + -73.92332, + -73.94171, + -73.91762, + -73.94703, + -73.92241, + -73.9141, + -73.99945, + -73.95525, + -73.93374, + -73.93954, + -73.9903, + -73.92658, + -73.88248, + -73.90793, + -73.98668, + -73.99907, + -73.97848, + -73.94868, + -73.97911, + -73.98323, + -73.97962, + -73.94202, + -73.97313, + -73.96334, + -73.93985, + -73.96407, + -73.95567, + -73.9145, + -73.95171, + -73.96655, + -73.93849, + -73.94057, + -73.98152, + -73.91314, + -73.95119, + -73.99647, + -73.93909, + -73.94246, + -73.94687, + -73.96295, + -73.95997, + -73.96281, + -73.91159, + -73.94404, + -74.08513, + -73.99348, + -73.94803, + -73.94596, + -73.90648, + -73.97134, + -73.97403, + -73.87812, + -73.95534, + -73.97336, + -73.83415, + -73.92771, + -73.95896, + -73.9871, + -73.932, + -73.95823, + -73.92616, + -73.96277, + -74.0157, + -73.85845, + -73.96069, + -73.81954, + -73.99767, + -73.99148, + -73.95884, + -73.97531, + -73.95126, + -73.82212, + -73.90781, + -73.83656, + -73.99719, + -73.99986, + -73.95261, + -73.92521, + -73.98951, + -73.92589, + -73.91689, + -73.87247, + -73.99463, + -73.93457, + -73.97238, + -73.9824, + -73.92675, + -73.78759, + -73.95825, + -73.95154, + -73.95275, + -73.95137, + -74.00641, + -73.87657, + -73.98437, + -73.98791, + -73.82273, + -73.96426, + -73.99511, + -73.99563, + -73.83208, + -73.92223, + -73.98796, + -73.90188, + -73.94082, + -73.98362, + -73.90795, + -73.92116, + -73.91684, + -73.9413, + -73.92039, + -73.90083, + -73.95379, + -73.93967, + -73.96507, + -74.00639, + -73.94587, + -73.91445, + -73.99511, + -73.91975, + -73.86994, + -73.98342, + -73.99616, + -73.97179, + -73.88904, + -73.98969, + -73.97683, + -73.99457, + -73.96672, + -73.93938, + -73.97259, + -73.85973, + -73.99263, + -74.00119, + -73.96171, + -73.91944, + -73.93858, + -73.95582, + -73.83361, + -73.92776, + -73.99061, + -73.93933, + -73.94094, + -73.99761, + -73.95492, + -73.86, + -73.98983, + -73.9556, + -73.97962, + -73.95696, + -73.95041, + -73.93441, + -73.98969, + -73.91045, + -73.93247, + -73.94865, + -73.95578, + -73.95518, + -73.96554, + -73.93002, + -73.95038, + -73.98693, + -73.866, + -74.00922, + -73.93943, + -73.96316, + -74.01127, + -73.88406, + -74.00662, + -73.98779, + -73.99665, + -73.94164, + -73.95843, + -73.95337, + -73.96539, + -73.92821, + -73.95166, + -74.0134, + -73.92726, + -73.93911, + -73.95663, + -73.95121, + -73.97873, + -73.85142, + -73.91599, + -73.82306, + -73.82318, + -73.82439, + -73.94034, + -73.95268, + -73.92476, + -73.9474, + -73.9251, + -73.91065, + -73.92037, + -73.98762, + -73.95679, + -73.97907, + -74.00429, + -73.99412, + -73.91183, + -73.97571, + -73.99454, + -73.96773, + -73.95119, + -73.92417, + -73.99426, + -73.98952, + -73.98984, + -73.99166, + -73.99022, + -73.98089, + -73.83721, + -73.96136, + -73.91618, + -74.00131, + -73.99109, + -73.97064, + -73.99672, + -73.94458, + -73.98398, + -73.74837, + -73.95087, + -73.93248, + -73.92, + -74.00922, + -73.9553, + -74.01094, + -74.01064, + -74.01584, + -73.96135, + -74.00925, + -74.01049, + -73.90649, + -73.95467, + -73.933, + -73.96201, + -73.96385, + -73.96392, + -73.98684, + -73.93292, + -73.95215, + -73.77299, + -73.93213, + -73.95659, + -73.89462, + -73.95712, + -73.95572, + -73.95155, + -73.95173, + -73.99668, + -73.90114, + -73.94618, + -73.95948, + -73.9994, + -73.9269, + -73.94665, + -73.9713, + -73.76089, + -73.95964, + -73.99345, + -73.98377, + -73.98186, + -73.93448, + -74.00623, + -73.99399, + -73.98227, + -73.9932, + -73.96627, + -73.81916, + -73.94974, + -73.84758, + -73.98063, + -73.97598, + -73.99595, + -73.98543, + -73.99395, + -73.94117, + -73.91451, + -73.90471, + -73.99342, + -74.01624, + -73.95249, + -73.94699, + -73.99245, + -73.81746, + -73.82244, + -73.95817, + -73.86796, + -73.93918, + -73.95136, + -73.98384, + -73.96425, + -73.81661, + -73.94549, + -73.95672, + -73.986, + -73.96935, + -73.95956, + -73.9598, + -73.96046, + -73.94468, + -73.89936, + -73.99487, + -73.90692, + -73.95106, + -73.92002, + -73.97926, + -73.94818, + -74.00456, + -73.95201, + -73.91354, + -74.00819, + -73.9558, + -73.92831, + -73.94977, + -73.98833, + -73.87457, + -73.88761, + -73.82192, + -73.916, + -73.81868, + -73.90541, + -73.95131, + -73.90679, + -73.98359, + -73.95549, + -73.99673, + -73.94972, + -73.94993, + -73.94323, + -73.97432, + -73.92229, + -73.91353, + -73.95783, + -73.98201, + -73.92144, + -73.91841, + -73.90754, + -73.95145, + -73.92068, + -73.87291, + -73.93831, + -73.99917, + -73.9305, + -73.91988, + -73.95971, + -73.95683, + -73.95606, + -73.94581, + -73.97908, + -73.94368, + -74.0029, + -73.87368, + -74.00562, + -73.82298, + -73.9635, + -73.98664, + -73.9319, + -73.98003, + -73.81327, + -73.93912, + -73.92183, + -73.91107, + -73.94262, + -73.98731, + -73.91449, + -73.98878, + -73.96478, + -73.9637, + -73.96424, + -73.96479, + -73.9811, + -73.94137, + -74.08502, + -73.97906, + -73.93462, + -73.90805, + -73.91802, + -73.92158, + -73.934, + -74.00228, + -73.96538, + -73.95096, + -73.99706, + -73.95094, + -73.9429, + -73.97792, + -73.99715, + -73.98866, + -73.96286, + -73.91174, + -73.75968, + -73.93389, + -73.96008, + -73.94757, + -73.90328, + -73.89358, + -73.83447, + -73.7461, + -73.98951, + -73.98197, + -73.94299, + -74.00391, + -73.9468, + -73.88898, + -73.96372, + -73.94785, + -73.98973, + -73.986, + -73.93862, + -74.02325, + -73.9369, + -73.98284, + -73.9697, + -73.96282, + -73.96663, + -73.93266, + -73.9755, + -73.94143, + -73.93995, + -73.99746, + -73.76308, + -73.92753, + -73.9263, + -73.93426, + -73.93554, + -73.96417, + -73.99589, + -73.81674, + -73.86723, + -73.98807, + -73.98614, + -73.94001, + -73.99686, + -73.937, + -73.98351, + -73.97149, + -73.99246, + -73.96431, + -74.00015, + -73.7839, + -73.95119, + -73.99724, + -73.95525, + -73.96687, + -74.00462, + -73.90177, + -73.87204, + -73.99798, + -73.97687, + -73.97642, + -73.99052, + -73.98762, + -73.92921, + -73.89996, + -73.95764, + -73.72962, + -74.01169, + -73.98167, + -73.84851, + -73.9922, + -73.98695, + -73.92767, + -73.98979, + -73.92117, + -73.98978, + -73.89338, + -74.00835, + -73.81458, + -73.98536, + -73.95477, + -73.93847, + -73.99585, + -73.94021, + -73.96292, + -73.93183, + -73.96453, + -73.95124, + -73.91731, + -74.01135, + -73.90269, + -73.94216, + -73.94919, + -73.90721, + -73.96536, + -73.78666, + -73.98903, + -73.95611, + -73.95866, + -73.95815, + -73.94149, + -73.94072, + -73.88119, + -73.95569, + -73.93244, + -73.92859, + -73.91096, + -73.97717, + -73.93735, + -73.93911, + -73.96166, + -73.98818, + -73.9886, + -73.98692, + -73.93013, + -73.94185, + -73.98689, + -73.93037, + -73.95089, + -73.97511, + -73.97529, + -73.963, + -74.00484, + -73.85144, + -73.94286, + -74.01978, + -73.98486, + -73.93995, + -73.96079, + -73.99454, + -73.91689, + -73.93936, + -73.94148, + -73.99297, + -73.94131, + -73.98498, + -73.97654, + -73.96215, + -73.99673, + -73.9198, + -73.96243, + -73.9608, + -73.93992, + -73.91375, + -73.91357, + -73.96744, + -73.93536, + -73.93011, + -73.99868, + -73.96112, + -73.94525, + -73.92675, + -73.95214, + -73.95472, + -73.98242, + -73.958, + -73.99292, + -73.95757, + -73.91954, + -74.00116, + -73.94417, + -73.9409, + -73.98303, + -73.94863, + -73.90443, + -73.97253, + -73.89219, + -73.95651, + -73.99851, + -73.99723, + -73.98312, + -73.93874, + -73.98289, + -73.98338, + -73.99344, + -74.0062, + -73.99866, + -73.9451, + -73.99032, + -73.9442, + -73.93885, + -73.94368, + -73.93513, + -73.93776, + -74.12539, + -73.96742, + -73.96742, + -73.99649, + -73.96799, + -73.83517, + -74.20941, + -73.95863, + -74.13217, + -73.9463, + -73.93747, + -74.00108, + -73.97241, + -73.93692, + -73.98215, + -73.77296, + -73.99712, + -74.00734, + -73.99535, + -74.00948, + -74.00523, + -73.9186, + -73.98105, + -74.00308, + -73.99656, + -73.94499, + -73.97934, + -73.94476, + -73.9644, + -73.98237, + -73.93902, + -73.95485, + -73.98086, + -73.88253, + -73.99471, + -73.95428, + -73.90466, + -73.95302, + -73.96155, + -73.9907, + -73.98346, + -73.79181, + -73.95889, + -73.97683, + -73.95317, + -73.92123, + -73.90043, + -73.96688, + -73.92963, + -73.91566, + -73.98981, + -73.94114, + -73.99229, + -73.95251, + -73.94094, + -73.97108, + -73.91856, + -73.92094, + -73.89893, + -73.94848, + -73.98994, + -73.9797, + -73.96079, + -73.93828, + -73.9588, + -73.96425, + -73.99325, + -73.92505, + -73.99131, + -73.90328, + -73.97757, + -73.94082, + -73.95245, + -73.95204, + -73.91669, + -73.87614, + -73.99336, + -73.95122, + -73.97045, + -73.95873, + -73.9704, + -73.95232, + -73.93608, + -73.9048, + -73.96439, + -73.98432, + -73.93239, + -73.95056, + -73.99072, + -73.94045, + -73.91918, + -73.97048, + -73.98766, + -73.95033, + -73.96043, + -73.95158, + -73.96301, + -73.9584, + -74.00357, + -73.96507, + -74.00675, + -74.0013, + -73.95905, + -73.93926, + -73.93092, + -73.95297, + -73.95883, + -73.98423, + -73.99485, + -73.96627, + -73.98552, + -74.00531, + -73.88375, + -73.94524, + -74.08001, + -73.91179, + -73.96325, + -73.92606, + -73.92752, + -73.99524, + -73.81948, + -73.90853, + -73.92444, + -73.98078, + -74.00079, + -73.99573, + -73.94587, + -73.91423, + -73.97618, + -73.94962, + -73.93517, + -73.9579, + -73.9383, + -73.98679, + -73.90341, + -73.93254, + -74.0929, + -73.93071, + -73.92816, + -73.93493, + -73.9114, + -73.98219, + -74.01046, + -74.00033, + -73.96382, + -73.98174, + -73.99771, + -73.99824, + -73.95929, + -73.95304, + -73.96248, + -73.95193, + -73.98002, + -73.98673, + -73.95764, + -73.99547, + -73.94415, + -74.00562, + -73.94994, + -73.94489, + -73.94762, + -73.95993, + -73.81757, + -73.87488, + -73.95393, + -73.98166, + -73.94786, + -73.84844, + -73.94184, + -73.94813, + -73.94821, + -73.97448, + -73.9544, + -73.96719, + -73.95761, + -73.95593, + -73.94212, + -74.07929, + -73.92358, + -73.96659, + -73.96595, + -73.96684, + -73.96648, + -73.96697, + -73.96569, + -73.96696, + -73.9651, + -73.9654, + -73.96497, + -73.96652, + -73.96557, + -73.96567, + -73.96708, + -73.96556, + -73.96731, + -73.96678, + -73.96732, + -73.96707, + -73.96675, + -73.96707, + -73.96653, + -73.89169, + -73.94097, + -73.94269, + -73.94427, + -73.89256, + -74.00175, + -73.94311, + -73.98154, + -73.89263, + -73.73658, + -73.88448, + -73.96312, + -73.96398, + -73.97124, + -73.90222, + -73.97674, + -73.96381, + -73.99539, + -73.99078, + -73.91456, + -73.92918, + -73.94466, + -73.94447, + -73.93868, + -73.92393, + -73.93497, + -73.96796, + -73.91781, + -73.95484, + -73.92734, + -73.90969, + -73.82618, + -73.9652, + -73.9773, + -73.96362, + -73.94628, + -73.99049, + -73.92294, + -73.99016, + -73.9917, + -73.99119, + -73.986, + -73.99011, + -73.97224, + -73.95161, + -73.957, + -73.95735, + -73.95594, + -73.94948, + -74.00531, + -73.90556, + -73.9056, + -73.90435, + -73.90582, + -73.90607, + -73.90411, + -73.90552, + -73.86117, + -73.94894, + -73.98477, + -73.97909, + -73.9562, + -73.9443, + -73.9962, + -73.98236, + -74.00589, + -73.86349, + -74.00762, + -73.93897, + -74.01261, + -73.97342, + -73.99121, + -73.95029, + -73.96245, + -73.95865, + -73.87009, + -73.84747, + -73.99451, + -73.95677, + -73.99298, + -73.83307, + -73.95423, + -73.9474, + -73.95624, + -73.97999, + -74.00619, + -73.81983, + -73.91351, + -73.97822, + -73.91846, + -73.82011, + -73.94176, + -73.92751, + -73.96908, + -73.93871, + -73.90731, + -73.91077, + -73.91078, + -73.95036, + -73.92183, + -74.00463, + -74.00235, + -73.84846, + -73.88248, + -73.90812, + -73.9177, + -73.80847, + -73.93733, + -73.95498, + -73.90819, + -73.96025, + -73.94846, + -73.93024, + -73.9398, + -73.95592, + -73.9623, + -73.85582, + -73.98195, + -73.98443, + -73.95402, + -73.95173, + -73.96806, + -73.92929, + -73.99592, + -73.91375, + -73.98217, + -73.87745, + -73.8759, + -73.9436, + -73.95465, + -73.81795, + -73.8457, + -73.924, + -73.94658, + -73.94137, + -73.81942, + -74.00054, + -73.97768, + -73.95869, + -73.94162, + -73.94195, + -73.93858, + -74.0985, + -73.9821, + -73.96056, + -73.89088, + -73.94539, + -73.98934, + -73.96363, + -74.00525, + -73.99457, + -73.98602, + -73.99599, + -73.98666, + -73.99521, + -73.98776, + -73.99428, + -73.97177, + -73.9727, + -73.85755, + -73.95198, + -74.0006, + -73.76873, + -73.95775, + -73.95435, + -73.98049, + -73.99799, + -73.98737, + -73.91755, + -73.91023, + -73.91582, + -73.96795, + -73.98155, + -73.98179, + -73.99811, + -73.98698, + -73.99818, + -73.99855, + -73.96683, + -73.98342, + -73.99383, + -73.98319, + -73.94536, + -73.97307, + -73.99027, + -73.98545, + -73.83407, + -73.98626, + -73.98685, + -73.9781, + -73.98658, + -73.96071, + -73.97284, + -74.00659, + -73.94566, + -73.91227, + -73.99748, + -73.99823, + -73.82099, + -73.91798, + -73.98158, + -74.00615, + -73.95482, + -73.89747, + -73.99054, + -74.11702, + -73.98553, + -73.90014, + -73.98445, + -74.00728, + -73.99128, + -73.90806, + -73.93817, + -73.94487, + -73.95771, + -73.9941, + -73.9295, + -73.94038, + -73.99275, + -73.93976, + -73.98407, + -73.95363, + -73.94156, + -73.957, + -73.93747, + -73.95563, + -73.93623, + -73.99565, + -74.01042, + -73.95386, + -73.97304, + -73.93572, + -73.97764, + -73.98171, + -73.94176, + -73.85971, + -73.957, + -73.89426, + -73.83288, + -73.79675, + -73.914, + -73.96597, + -73.91454, + -73.9499, + -73.9601, + -73.96263, + -73.87488, + -74.02375, + -73.93126, + -73.93905, + -73.94275, + -73.94929, + -73.941, + -73.95519, + -73.95108, + -73.92373, + -73.95373, + -73.79492, + -73.92969, + -73.80561, + -73.94157, + -73.96662, + -73.9676, + -73.89876, + -73.92206, + -73.9168, + -73.99652, + -73.94398, + -74.00402, + -73.96881, + -73.99746, + -73.90638, + -73.95107, + -73.93304, + -73.9976, + -73.93716, + -73.95394, + -73.93398, + -73.95906, + -73.96808, + -73.95566, + -73.81296, + -73.9505, + -73.92068, + -73.92101, + -73.84323, + -73.75633, + -74.00126, + -73.94173, + -73.97197, + -73.92587, + -73.94976, + -74.00594, + -73.80845, + -73.91703, + -73.8047, + -73.95606, + -73.98097, + -73.94827, + -73.97398, + -74.02258, + -73.9415, + -74.00315, + -73.9226, + -73.92672, + -74.06679, + -73.97827, + -73.92135, + -73.90881, + -73.95939, + -73.94201, + -73.75835, + -73.95107, + -73.97333, + -73.98423, + -73.89048, + -73.95434, + -73.96208, + -73.99604, + -73.92713, + -73.94726, + -73.9162, + -73.93686, + -73.96584, + -73.927, + -73.99604, + -73.9125, + -73.9142, + -73.94013, + -73.92671, + -73.90245, + -73.9583, + -74.08937, + -73.86729, + -73.93916, + -73.98277, + -73.76288, + -73.91987, + -73.99285, + -73.97917, + -73.92274, + -73.85221, + -73.82764, + -73.9074, + -73.91137, + -73.95454, + -73.98048, + -73.909, + -73.95965, + -73.92621, + -73.94199, + -74.00914, + -73.91067, + -73.94809, + -73.9047, + -73.83574, + -74.00484, + -74.00317, + -73.91465, + -73.9242, + -73.98122, + -73.93101, + -73.98788, + -74.00252, + -74.00329, + -74.00232, + -74.00244, + -73.99817, + -73.94444, + -73.82104, + -73.9873, + -74.00727, + -73.83233, + -73.97707, + -73.92899, + -73.91076, + -73.94674, + -73.86181, + -73.99699, + -74.00313, + -73.87571, + -73.91633, + -74.01511, + -73.97991, + -73.94684, + -73.97599, + -73.99721, + -73.97539, + -73.98938, + -73.94932, + -73.99719, + -73.99651, + -73.82014, + -73.89663, + -73.88216, + -73.96165, + -73.84962, + -73.94565, + -73.98319, + -74.00595, + -73.99545, + -73.94687, + -73.92331, + -74.00656, + -73.94159, + -73.96051, + -73.98576, + -74.00091, + -73.95438, + -73.7868, + -73.94686, + -73.9945, + -73.92084, + -73.92143, + -73.95204, + -73.93812, + -74.03088, + -73.91552, + -73.93701, + -73.95598, + -73.97887, + -73.9233, + -73.97325, + -73.94631, + -73.94121, + -73.90362, + -73.97222, + -73.95271, + -74.002, + -73.95561, + -73.98134, + -73.93583, + -73.98401, + -73.91897, + -73.97202, + -74.09268, + -73.97351, + -74.00118, + -73.95688, + -73.99026, + -73.95654, + -73.92338, + -73.95361, + -73.99321, + -73.94192, + -73.85426, + -73.87615, + -73.91811, + -73.95908, + -73.91672, + -73.94272, + -73.99682, + -73.99226, + -73.98858, + -73.95939, + -73.95542, + -73.92353, + -73.98638, + -73.98597, + -73.94217, + -73.99739, + -73.97334, + -73.94099, + -73.92744, + -73.95576, + -73.73496, + -73.98554, + -73.83192, + -73.92716, + -73.9486, + -73.95839, + -73.84577, + -74.01898, + -73.92723, + -73.95199, + -73.7464, + -73.98031, + -73.97293, + -73.94895, + -73.98499, + -73.96629, + -73.81971, + -73.99687, + -73.98818, + -73.78985, + -73.94459, + -73.95201, + -73.95309, + -73.93764, + -73.98815, + -74.0033, + -73.92905, + -73.95144, + -73.80015, + -73.94389, + -73.94352, + -73.92919, + -74.01758, + -73.91546, + -73.93837, + -73.98513, + -73.93511, + -73.87207, + -73.98959, + -73.9425, + -73.98165, + -73.90558, + -73.96821, + -73.93966, + -73.94547, + -73.94137, + -73.79759, + -73.84957, + -73.87534, + -73.9554, + -73.92472, + -73.93971, + -73.94052, + -73.93872, + -73.91726, + -73.92592, + -73.9394, + -73.94075, + -73.92825, + -73.95039, + -73.99318, + -73.9193, + -73.94654, + -73.98822, + -73.96088, + -73.91886, + -73.93953, + -73.92111, + -74.00489, + -74.00513, + -73.9866, + -73.94677, + -73.90661, + -73.93759, + -73.82075, + -73.92801, + -73.99804, + -73.92266, + -73.95456, + -74.01956, + -73.97813, + -73.95714, + -73.91938, + -73.98671, + -73.82145, + -73.96841, + -73.89915, + -73.94821, + -73.96093, + -73.93117, + -73.76479, + -73.95343, + -73.99815, + -73.94191, + -73.9358, + -73.95974, + -73.78867, + -73.94108, + -73.95986, + -73.9218, + -73.76925, + -73.89341, + -73.95773, + -73.96397, + -73.93051, + -73.99458, + -73.90668, + -73.95484, + -73.97753, + -73.93994, + -73.90084, + -73.90037, + -73.90592, + -73.95352, + -73.87851, + -73.93686, + -73.95164, + -73.93464, + -73.97838, + -74.10331, + -73.9955, + -73.93949, + -73.99557, + -73.85833, + -73.99871, + -73.77349, + -73.74713, + -73.74625, + -73.98383, + -73.99524, + -73.9491, + -73.98908, + -73.93832, + -73.97219, + -73.95026, + -73.89061, + -73.87488, + -73.94432, + -73.7661, + -74.13113, + -73.93566, + -74.02599, + -73.93478, + -73.92128, + -73.97484, + -73.97352, + -73.95079, + -73.95042, + -73.9435, + -73.95018, + -73.84301, + -73.87522, + -73.95076, + -73.9912, + -73.92168, + -73.93004, + -73.96209, + -73.96065, + -73.94824, + -73.92197, + -73.94289, + -73.98695, + -73.96244, + -73.94162, + -73.95171, + -73.96148, + -74.00168, + -73.93646, + -73.90256, + -73.9424, + -73.92352, + -73.99875, + -73.94201, + -73.8937, + -73.941, + -73.99568, + -73.95006, + -73.85695, + -73.99535, + -73.9937, + -73.95212, + -73.92841, + -73.98766, + -73.93586, + -73.95669, + -73.96862, + -73.89845, + -73.98361, + -73.92973, + -74.00348, + -73.98291, + -73.92805, + -73.84329, + -74.00499, + -73.98454, + -73.98341, + -73.98641, + -74.00011, + -73.86785, + -73.86218, + -73.96289, + -73.99235, + -74.00128, + -73.91477, + -73.99087, + -73.9573, + -74.00038, + -73.98679, + -73.94068, + -73.92619, + -73.97991, + -73.98502, + -73.77606, + -73.87845, + -74.00654, + -73.85864, + -73.93217, + -73.9418, + -73.94377, + -73.93912, + -73.98438, + -73.96979, + -73.9437, + -74.00484, + -73.94809, + -73.98488, + -73.98339, + -73.91853, + -73.91888, + -73.96343, + -73.93031, + -73.95348, + -73.94993, + -73.94214, + -73.94052, + -73.94107, + -73.94116, + -73.91801, + -73.95367, + -74.00207, + -73.88405, + -73.96061, + -73.99769, + -73.9039, + -73.98268, + -73.96108, + -73.9638, + -73.98298, + -73.99633, + -73.92936, + -73.96256, + -73.97091, + -73.78824, + -73.94007, + -73.92175, + -73.87396, + -73.82931, + -73.96727, + -73.97514, + -73.94154, + -73.92307, + -73.90467, + -73.96536, + -73.94913, + -73.95622, + -73.90591, + -73.82818, + -73.99958, + -74.00865, + -73.96089, + -73.94614, + -73.92588, + -73.91481, + -73.96426, + -73.94548, + -73.96289, + -73.98213, + -74.00459, + -73.93992, + -74.00999, + -73.92015, + -74.0055, + -73.98046, + -73.92684, + -73.94442, + -73.94446, + -73.93138, + -73.93299, + -73.74834, + -73.92772, + -73.84868, + -73.87913, + -73.95372, + -73.86032, + -73.9454, + -73.99929, + -73.98442, + -74.01784, + -73.9637, + -73.88328, + -73.83029, + -74.0839, + -73.95164, + -73.90616, + -73.99753, + -74.00477, + -73.93856, + -73.95866, + -74.00819, + -73.98369, + -73.97172, + -73.98596, + -74.00527, + -73.95011, + -73.99475, + -74.00478, + -73.97075, + -73.96607, + -73.97957, + -73.96181, + -73.95546, + -73.97268, + -73.98779, + -73.99921, + -73.99296, + -73.96632, + -73.91874, + -73.97559, + -74.07732, + -73.9551, + -73.92115, + -73.95186, + -73.93455, + -73.98014, + -73.87651, + -73.91349, + -73.88647, + -73.94821, + -73.90741, + -73.94794, + -73.92532, + -73.93323, + -73.94171, + -73.95988, + -73.95202, + -73.81006, + -73.98244, + -73.95265, + -73.9477, + -73.97049, + -74.00078, + -73.98077, + -73.8305, + -74.00372, + -73.9847, + -73.97715, + -73.93432, + -73.91129, + -73.97431, + -73.91196, + -73.95784, + -73.99219, + -73.92349, + -73.92, + -73.94993, + -73.91075, + -74.00323, + -74.15521, + -73.75608, + -73.94999, + -73.96025, + -73.94453, + -73.94714, + -73.93806, + -73.85975, + -73.95667, + -73.98492, + -73.94273, + -73.7823, + -73.85736, + -73.9599, + -73.995, + -73.95776, + -73.94188, + -73.95898, + -74.0064, + -73.94557, + -74.00064, + -73.9515, + -73.92428, + -73.96109, + -73.98922, + -73.88815, + -73.94725, + -73.93294, + -73.95693, + -73.90501, + -73.95721, + -73.95811, + -73.89774, + -73.91083, + -73.95592, + -73.91195, + -73.94977, + -73.94242, + -74.00867, + -73.99575, + -73.92521, + -73.94125, + -73.94295, + -74.00498, + -74.08567, + -74.08552, + -74.08496, + -73.99297, + -73.94373, + -73.89643, + -74.00754, + -73.98226, + -73.92028, + -73.92694, + -73.95668, + -73.83323, + -73.94709, + -73.99797, + -73.96105, + -73.9976, + -73.9388, + -73.9414, + -73.99143, + -73.96184, + -73.95551, + -74.00079, + -73.94896, + -73.97807, + -73.93847, + -73.95696, + -73.92268, + -73.98714, + -73.97608, + -73.98871, + -73.99686, + -73.88285, + -73.9201, + -73.98822, + -73.80071, + -74.0855, + -73.93314, + -74.00845, + -74.08658, + -73.98996, + -73.93431, + -73.87381, + -73.99272, + -73.92127, + -73.92004, + -74.095, + -73.92247, + -73.79669, + -73.79566, + -73.95837, + -73.92195, + -73.99744, + -73.94689, + -73.92871, + -73.97946, + -73.99027, + -73.92553, + -73.93952, + -73.80927, + -73.91563, + -73.91268, + -74.00722, + -73.96548, + -73.91405, + -73.97113, + -73.94561, + -73.96977, + -73.99597, + -73.91331, + -73.98451, + -73.92153, + -73.97768, + -74.00157, + -73.95372, + -73.98026, + -73.89537, + -73.9496, + -73.97628, + -73.98295, + -73.93564, + -73.98263, + -73.95357, + -73.9642, + -73.9595, + -73.8795, + -73.94684, + -73.9518, + -73.91934, + -73.97899, + -73.93436, + -73.94934, + -73.94483, + -73.92179, + -73.94421, + -73.91671, + -73.9505, + -73.9806, + -73.77436, + -73.92668, + -73.93988, + -73.95578, + -73.91139, + -73.95252, + -73.86986, + -73.9738, + -74.07623, + -73.95384, + -73.90639, + -73.94113, + -73.74986, + -73.91538, + -73.91111, + -73.78204, + -74.01277, + -73.79658, + -73.79719, + -74.00198, + -73.94836, + -73.7957, + -73.95893, + -73.79666, + -73.9831, + -73.9795, + -73.92026, + -73.94036, + -74.00321, + -73.83217, + -73.72778, + -73.89721, + -74.00467, + -73.89295, + -73.99405, + -73.95286, + -73.94349, + -73.91939, + -73.96396, + -73.92725, + -74.00964, + -73.941, + -73.9416, + -73.97559, + -73.93342, + -73.92985, + -73.98537, + -73.93027, + -73.98911, + -73.9548, + -73.94449, + -73.95529, + -73.94391, + -73.97928, + -73.94919, + -73.9489, + -73.86372, + -73.8592, + -73.95279, + -73.86086, + -73.9885, + -73.95968, + -73.93928, + -73.96444, + -73.98583, + -73.91467, + -73.97493, + -73.98924, + -73.95405, + -73.98406, + -73.9642, + -73.76645, + -73.9753, + -73.82005, + -73.94335, + -73.91617, + -73.96457, + -73.95852, + -73.82013, + -73.91643, + -73.98554, + -73.93284, + -73.957, + -73.93105, + -74.00964, + -73.9168, + -73.966, + -73.97678, + -73.94042, + -73.91329, + -73.82776, + -73.96387, + -73.92341, + -73.96745, + -73.96837, + -73.92345, + -73.8518, + -73.98329, + -74.0022, + -74.0064, + -73.89193, + -73.92779, + -73.89364, + -73.9622, + -73.95501, + -73.95982, + -73.94578, + -73.91667, + -73.8486, + -73.96267, + -73.98846, + -73.95788, + -73.99006, + -73.97632, + -73.99456, + -74.00626, + -73.95665, + -74.00591, + -73.93709, + -73.91124, + -73.98574, + -73.92319, + -73.90388, + -73.97539, + -73.9504, + -73.88578, + -73.94474, + -73.908, + -73.95921, + -73.79055, + -73.95328, + -73.9924, + -73.98473, + -73.93164, + -73.94975, + -73.8708, + -74.00208, + -73.87088, + -73.9093, + -73.88346, + -73.8723, + -73.99347, + -73.95589, + -74.03028, + -73.75246, + -73.88813, + -73.7514, + -73.96113, + -73.94366, + -73.77419, + -73.92165, + -73.9482, + -73.94591, + -73.98194, + -73.90498, + -74.00688, + -73.94074, + -73.94618, + -73.98089, + -73.94034, + -73.92756, + -73.92003, + -73.92193, + -73.95825, + -73.75245, + -73.94741, + -73.97416, + -73.94482, + -73.96307, + -73.95091, + -73.91777, + -73.96401, + -73.98631, + -73.8, + -73.97672, + -73.93495, + -73.95109, + -73.97979, + -73.94902, + -73.9082, + -73.86016, + -73.94748, + -73.79622, + -73.92001, + -73.92382, + -73.94791, + -73.95136, + -73.91522, + -73.98334, + -73.96428, + -73.76621, + -73.93461, + -73.96429, + -73.94282, + -73.89284, + -73.99215, + -73.95343, + -73.93595, + -73.98668, + -73.95386, + -73.88735, + -73.87752, + -73.99135, + -74.03277, + -73.85032, + -73.85018, + -73.83571, + -73.93328, + -73.92179, + -73.726, + -73.83315, + -73.83451, + -73.91867, + -73.88536, + -73.99174, + -73.9248, + -73.74601, + -73.94963, + -73.99679, + -73.9329, + -73.96987, + -73.9767, + -73.94477, + -73.95368, + -73.95311, + -73.94179, + -74.00385, + -73.91934, + -73.92661, + -73.7393, + -73.97064, + -73.95481, + -73.99668, + -73.98344, + -73.8837, + -73.94897, + -73.99357, + -73.95046, + -73.97589, + -73.89396, + -73.97858, + -73.91788, + -73.92772, + -74.00252, + -74.00791, + -73.94693, + -73.99911, + -74.00423, + -73.94644, + -73.94794, + -73.93908, + -73.94397, + -73.98898, + -73.9838, + -73.92856, + -73.92672, + -73.97308, + -73.94357, + -73.93925, + -73.87198, + -73.96602, + -73.96489, + -73.91332, + -73.91008, + -73.95775, + -73.93473, + -73.98598, + -73.95277, + -73.93286, + -73.94192, + -73.93795, + -73.92389, + -73.92981, + -73.85706, + -73.95164, + -73.8576, + -73.97683, + -73.99581, + -73.91931, + -73.90685, + -73.95632, + -73.94958, + -73.90513, + -73.9788, + -73.9736, + -73.90002, + -73.93487, + -73.90435, + -73.93959, + -73.86278, + -73.95023, + -73.91456, + -73.95226, + -73.74821, + -73.95606, + -73.92732, + -73.94576, + -73.98387, + -73.94259, + -73.98413, + -74.00749, + -73.96848, + -73.98093, + -73.95343, + -73.94014, + -73.97127, + -73.83353, + -73.94383, + -73.93147, + -73.91891, + -73.90427, + -73.90786, + -73.93661, + -73.88221, + -73.93866, + -73.925, + -73.94506, + -73.98955, + -73.88784, + -73.90344, + -73.97166, + -73.95716, + -74.00654, + -73.96487, + -73.95198, + -73.95086, + -73.84967, + -73.88374, + -73.99389, + -73.9427, + -73.94164, + -73.95799, + -73.99068, + -73.85, + -74.00595, + -73.94267, + -73.94249, + -73.95148, + -73.94136, + -73.93947, + -73.94241, + -73.94396, + -73.99652, + -73.99132, + -73.88506, + -73.95399, + -73.98361, + -73.78541, + -73.9325, + -73.97206, + -73.90765, + -73.95237, + -73.90602, + -74.00275, + -73.97107, + -73.76337, + -73.94034, + -73.93252, + -74.01708, + -73.95485, + -73.98747, + -73.76637, + -73.99777, + -73.94857, + -73.91637, + -73.98495, + -73.99412, + -73.93005, + -74.00528, + -73.96057, + -73.93061, + -73.9532, + -73.93038, + -73.95684, + -73.75863, + -73.74734, + -73.75735, + -74.0077, + -74.00326, + -73.91821, + -73.79045, + -73.90485, + -73.94796, + -73.96425, + -73.77667, + -73.93001, + -73.92971, + -73.92923, + -73.94013, + -73.98016, + -73.90805, + -73.91156, + -73.97961, + -73.87285, + -73.98033, + -73.97909, + -73.96163, + -73.92031, + -73.95746, + -73.93602, + -73.88534, + -73.98122, + -73.95325, + -73.92147, + -73.96073, + -73.98634, + -73.98388, + -73.95662, + -73.99729, + -73.88239, + -73.77753, + -73.99425, + -73.99163, + -73.98904, + -73.83834, + -73.8796, + -73.98368, + -73.79243, + -73.93036, + -73.90361, + -73.97355, + -73.90509, + -73.90399, + -73.77663, + -73.95055, + -73.93979, + -73.95195, + -73.80424, + -73.98653, + -73.8862, + -73.94594, + -73.96486, + -73.98634, + -73.87237, + -73.90242, + -73.99777, + -73.91341, + -73.94872, + -73.96393, + -73.9235, + -73.89241, + -73.94282, + -73.8951, + -73.97215, + -73.88054, + -73.94104, + -73.93441, + -73.80808, + -73.92387, + -73.91435, + -73.95068, + -73.91354, + -73.96526, + -73.75518, + -73.89294, + -73.93776, + -73.90935, + -73.78849, + -73.93641, + -74.00495, + -74.00992, + -73.98994, + -74.16558, + -73.95573, + -73.96053, + -73.92487, + -74.16388, + -73.95694, + -73.95632, + -73.99441, + -73.88053, + -73.91476, + -73.92571, + -73.76315, + -74.00232, + -73.95831, + -73.94328, + -73.92027, + -73.7656, + -73.94285, + -73.87892, + -73.92686, + -73.99943, + -73.92731, + -73.97612, + -73.97398, + -73.87901, + -74.00546, + -73.98869, + -73.95361, + -73.96403, + -73.98914, + -74.17388, + -73.96592, + -73.85848, + -74.011, + -73.92227, + -73.94297, + -73.92308, + -74.01401, + -73.97111, + -73.98821, + -73.92288, + -73.94957, + -73.96688, + -73.95664, + -73.92812, + -73.95728, + -73.95054, + -74.00325, + -73.99485, + -73.93282, + -73.99337, + -73.94805, + -73.99578, + -73.99221, + -73.95681, + -73.93763, + -73.74366, + -73.84941, + -73.94265, + -73.98012, + -73.93335, + -74.00568, + -73.90013, + -73.96488, + -73.9187, + -73.94956, + -73.9716, + -73.92783, + -73.92651, + -73.99725, + -73.98677, + -73.99995, + -73.86492, + -73.94087, + -73.94983, + -73.88627, + -73.98049, + -73.93201, + -73.91736, + -73.76871, + -73.89458, + -73.96507, + -73.90118, + -73.92397, + -73.99305, + -73.94971, + -73.94367, + -73.95064, + -73.96435, + -73.92493, + -73.97973, + -73.94853, + -73.90041, + -73.98096, + -73.88339, + -73.96142, + -73.98421, + -73.90113, + -73.97376, + -73.93408, + -73.95202, + -74.00183, + -73.96039, + -73.90299, + -73.98709, + -73.91118, + -73.96572, + -73.98743, + -73.93723, + -73.94116, + -73.98983, + -73.98971, + -73.88925, + -73.98329, + -73.94561, + -73.94995, + -73.92265, + -73.94331, + -73.99247, + -73.93962, + -73.91394, + -73.98754, + -73.95421, + -73.98028, + -73.86978, + -73.9158, + -73.99078, + -73.98525, + -73.87421, + -73.94598, + -73.90314, + -73.95658, + -73.96888, + -73.89223, + -73.91144, + -73.92148, + -73.91251, + -73.96662, + -73.95732, + -73.95525, + -73.99766, + -73.728, + -73.94554, + -73.92586, + -73.9274, + -73.99436, + -73.99427, + -73.95581, + -73.93737, + -74.01416, + -73.81007, + -73.96427, + -73.88374, + -73.9558, + -73.98779, + -73.973, + -73.91935, + -73.94046, + -73.92408, + -73.99154, + -73.81276, + -73.98185, + -73.97584, + -73.97344, + -73.92662, + -73.95833, + -73.9368, + -73.90445, + -73.9038, + -73.90431, + -73.90457, + -73.90915, + -73.87083, + -73.85011, + -73.95218, + -73.86049, + -73.95217, + -73.92143, + -73.95358, + -73.95292, + -73.97861, + -73.77769, + -73.93669, + -73.92662, + -73.76821, + -73.93657, + -73.9875, + -73.95558, + -73.99055, + -73.98529, + -73.9625, + -73.93976, + -73.86607, + -73.79816, + -73.87873, + -73.94973, + -73.99252, + -73.86446, + -73.86618, + -73.75154, + -73.96896, + -73.98535, + -73.98454, + -73.98481, + -74.00603, + -73.98671, + -73.97329, + -73.97506, + -73.89113, + -73.95533, + -73.89378, + -73.95724, + -73.98474, + -73.90241, + -73.98461, + -73.95654, + -73.95657, + -73.97179, + -73.90601, + -74.07327, + -73.94484, + -73.91181, + -73.91315, + -73.95525, + -73.86219, + -74.00624, + -74.00487, + -73.9853, + -74.00419, + -73.87818, + -73.93888, + -73.97319, + -73.90954, + -73.93609, + -73.93658, + -73.98906, + -73.92451, + -73.98184, + -73.91985, + -73.95484, + -73.97356, + -73.92463, + -73.93681, + -73.9259, + -73.75524, + -73.9273, + -73.99145, + -73.99785, + -73.96101, + -73.98847, + -73.94516, + -73.94513, + -73.94466, + -74.0094, + -73.96407, + -73.91156, + -73.87193, + -73.85372, + -73.94045, + -73.96405, + -73.98682, + -73.96401, + -73.95927, + -73.92388, + -73.93791, + -73.95096, + -73.95334, + -73.94946, + -73.74517, + -73.97392, + -73.93811, + -73.98023, + -73.91868, + -73.8907, + -73.92079, + -73.92072, + -73.92043, + -73.91922, + -73.91953, + -73.94341, + -73.92026, + -73.92077, + -73.91859, + -73.92013, + -73.94283, + -73.95215, + -73.91909, + -73.99559, + -73.89343, + -73.9469, + -73.91149, + -73.94214, + -73.95677, + -73.97912, + -73.93768, + -74.00822, + -73.98673, + -73.93752, + -74.07936, + -73.92095, + -73.95524, + -73.93492, + -73.92265, + -73.95183, + -73.93034, + -74.00608, + -73.99304, + -73.97117, + -73.91875, + -73.92123, + -73.95114, + -73.81372, + -73.91625, + -73.90543, + -73.84279, + -73.75656, + -73.94409, + -73.97487, + -73.95345, + -73.94548, + -73.93872, + -73.93204, + -73.93676, + -73.93817, + -73.93601, + -74.02347, + -73.98902, + -74.00497, + -73.92777, + -73.94212, + -73.98007, + -73.95031, + -73.97121, + -73.87123, + -74.00407, + -73.99536, + -73.9564, + -73.80796, + -73.95503, + -73.98905, + -73.9356, + -73.94235, + -73.99237, + -73.95508, + -73.87525, + -73.99338, + -73.94202, + -74.00831, + -73.97487, + -73.96539, + -74.02336, + -73.96563, + -74.00675, + -73.94549, + -73.95698, + -73.95217, + -74.00571, + -73.9524, + -73.93841, + -73.98737, + -74.00666, + -73.9444, + -73.95235, + -73.9514, + -73.98949, + -73.93962, + -74.00121, + -74.00599, + -73.94116, + -73.79844, + -73.94231, + -74.00553, + -74.00556, + -73.96807, + -73.9095, + -74.01419, + -73.91992, + -73.99493, + -74.01515, + -74.00108, + -73.9957, + -74.00438, + -73.94881, + -73.93979, + -73.93143, + -73.96103, + -73.93814, + -74.0049, + -73.95879, + -74.03082, + -73.94939, + -73.89926, + -73.91669, + -73.9424, + -73.98537, + -73.91219, + -73.99862, + -73.92283, + -73.98286, + -73.93292, + -73.95293, + -73.91246, + -73.94829, + -73.93677, + -73.9405, + -73.94163, + -73.99677, + -73.92966, + -73.98697, + -73.94293, + -73.97345, + -73.95088, + -73.95973, + -73.88662, + -73.85827, + -73.9435, + -74.00754, + -73.96736, + -73.943, + -73.94185, + -73.93857, + -73.91078, + -73.93807, + -73.98477, + -73.98589, + -74.00579, + -73.95235, + -74.00301, + -73.93522, + -73.94375, + -73.99573, + -73.99197, + -73.98514, + -73.95919, + -74.00312, + -73.98406, + -73.85281, + -73.99712, + -73.86794, + -73.99614, + -73.96571, + -73.98588, + -74.0049, + -73.93236, + -73.94588, + -73.98459, + -73.93849, + -73.91106, + -74.00336, + -73.76918, + -73.94051, + -73.95629, + -74.00004, + -74.00681, + -73.95433, + -74.00464, + -73.94354, + -73.83248, + -73.95998, + -73.8817, + -73.72817, + -73.94335, + -73.7496, + -73.93833, + -73.98454, + -73.98386, + -73.75861, + -74.08317, + -73.99335, + -73.94714, + -73.99417, + -73.8879, + -74.00928, + -73.93936, + -73.93164, + -73.90189, + -73.92188, + -73.97456, + -73.98379, + -73.97946, + -73.93902, + -74.01503, + -73.95805, + -74.00172, + -73.93978, + -73.89916, + -74.00837, + -73.94239, + -73.93734, + -73.95266, + -73.94491, + -73.96559, + -74.00393, + -73.7759, + -73.92917, + -73.94962, + -73.90021, + -73.948, + -73.94719, + -73.92143, + -73.81536, + -73.943, + -73.945, + -73.94863, + -73.96376, + -73.88933, + -73.99965, + -73.94227, + -73.93724, + -73.95785, + -73.93878, + -73.96251, + -73.96641, + -73.95941, + -73.94298, + -73.98548, + -73.94768, + -73.89538, + -73.93655, + -73.9031, + -73.83821, + -73.83969, + -73.83928, + -73.98723, + -73.99697, + -73.95322, + -73.77633, + -73.94965, + -73.92534, + -73.87702, + -73.77573, + -73.95607, + -73.97731, + -74.00827, + -73.87617, + -73.97497, + -73.95128, + -73.90378, + -74.08535, + -73.92612, + -73.99426, + -73.87417, + -73.92688, + -73.77488, + -73.83026, + -73.83065, + -73.98882, + -73.96045, + -73.95517, + -73.9422, + -73.95334, + -73.97305, + -73.97089, + -73.97325, + -73.95154, + -73.99708, + -74.0084, + -73.88397, + -73.99759, + -74.00589, + -73.91071, + -74.00524, + -73.9464, + -74.00563, + -74.00597, + -74.00724, + -73.9455, + -74.00722, + -74.00699, + -74.00596, + -73.94547, + -74.00133, + -73.94712, + -74.00717, + -74.00698, + -73.94661, + -73.98386, + -73.92127, + -74.07701, + -74.07836, + -73.9939, + -73.98472, + -73.99962, + -73.97786, + -73.95513, + -73.97156, + -73.92088, + -73.99085, + -73.98401, + -73.94967, + -73.92598, + -73.93786, + -73.89278, + -73.99506, + -73.93627, + -73.92432, + -74.00021, + -73.94855, + -73.78963, + -73.95946, + -73.93944, + -73.94556, + -73.95863, + -73.86276, + -73.95906, + -73.86081, + -73.95881, + -74.00679, + -73.91803, + -73.87762, + -73.84587, + -73.9523, + -73.98, + -73.94109, + -73.94378, + -73.91805, + -73.92331, + -73.99851, + -73.98922, + -73.9806, + -73.9616, + -73.99815, + -73.97907, + -73.95927, + -73.85071, + -73.85837, + -73.99549, + -73.90555, + -73.91157, + -73.95375, + -73.96437, + -73.95259, + -73.93718, + -73.96742, + -73.76683, + -73.98764, + -73.93015, + -73.89652, + -73.93731, + -73.99905, + -73.95656, + -73.99721, + -73.96415, + -73.94493, + -73.94821, + -73.91637, + -73.94165, + -73.92178, + -73.90984, + -74.00694, + -73.95044, + -73.93802, + -73.94992, + -73.96321, + -73.96153, + -73.9125, + -73.97269, + -73.93709, + -73.92326, + -73.9873, + -74.00642, + -73.94327, + -73.93569, + -73.9923, + -73.9516, + -73.8193, + -73.92738, + -73.94707, + -73.9559, + -73.8493, + -73.99559, + -73.94897, + -73.93875, + -73.90517, + -73.94183, + -73.92266, + -73.91965, + -73.90889, + -73.94267, + -73.90942, + -73.87187, + -73.88549, + -73.98277, + -73.99448, + -73.95324, + -73.97566, + -73.95477, + -73.91422, + -73.99214, + -73.98695, + -73.99737, + -73.81549, + -73.8157, + -73.95944, + -73.93643, + -73.89364, + -73.99796, + -73.98857, + -73.94966, + -73.98204, + -73.98017, + -73.97159, + -73.95, + -73.91132, + -73.97381, + -73.96889, + -73.98359, + -73.91165, + -73.9387, + -73.92557, + -73.99611, + -73.95229, + -73.98807, + -73.87654, + -73.94813, + -73.76271, + -74.01837, + -73.92809, + -73.81562, + -73.95392, + -73.95677, + -73.91696, + -73.93853, + -73.93616, + -73.91168, + -73.89974, + -73.96266, + -73.96999, + -73.96141, + -73.86477, + -73.91822, + -73.94679, + -73.86639, + -74.00541, + -73.90314, + -73.92266, + -73.97072, + -73.95122, + -73.91108, + -73.96192, + -73.91895, + -73.91167, + -73.94451, + -73.94977, + -73.98913, + -73.95193, + -73.92778, + -73.98535, + -73.88397, + -73.95551, + -73.94274, + -73.96373, + -73.92535, + -73.96101, + -73.95443, + -73.84099, + -73.97753, + -73.92064, + -73.98366, + -74.00245, + -73.9475, + -73.99254, + -73.92916, + -73.98546, + -73.91784, + -73.92223, + -73.91584, + -74.01575, + -73.99426, + -73.91903, + -73.9932, + -73.91065, + -73.99809, + -73.90849, + -74.00742, + -73.99963, + -73.90057, + -73.99358, + -73.9436, + -73.95626, + -73.95818, + -73.95173, + -73.9807, + -74.00845, + -73.99169, + -73.98831, + -73.92098, + -73.9184, + -73.83352, + -73.86273, + -73.84675, + -73.96221, + -73.91885, + -73.90216, + -73.90967, + -73.74515, + -73.96281, + -73.93062, + -74.00076, + -73.98791, + -73.95357, + -73.81446, + -74.01136, + -73.94869, + -73.95018, + -73.90403, + -73.95969, + -73.94969, + -73.99344, + -74.00173, + -73.96545, + -73.86961, + -73.8539, + -73.94705, + -73.8448, + -73.86866, + -73.94712, + -73.95386, + -73.95307, + -73.87551, + -73.9541, + -73.94427, + -73.94855, + -73.95046, + -73.95843, + -73.89528, + -73.96866, + -73.9943, + -74.00964, + -73.99279, + -73.86411, + -73.90351, + -73.98786, + -73.91308, + -73.94329, + -73.88313, + -73.95177, + -73.92348, + -73.9737, + -73.94697, + -73.92217, + -74.01283, + -73.948, + -73.95205, + -73.93413, + -73.95969, + -73.99117, + -73.96954, + -73.9373, + -73.98168, + -73.97233, + -73.94867, + -73.97259, + -73.94622, + -73.97139, + -73.86883, + -73.97601, + -73.92702, + -73.91125, + -73.94966, + -73.86765, + -73.87273, + -73.92067, + -73.88346, + -73.97334, + -73.90374, + -73.98655, + -73.98742, + -74.01773, + -73.98143, + -73.90456, + -73.93992, + -73.99768, + -73.99675, + -73.97932, + -73.98398, + -73.91506, + -73.98207, + -73.94913, + -73.97532, + -73.77857, + -73.92006, + -73.87339, + -73.91707, + -73.93781, + -73.92173, + -73.98502, + -73.92306, + -73.94718, + -73.81649, + -73.87177, + -73.98251, + -73.81443, + -73.99081, + -73.90935, + -73.93684, + -73.92592, + -73.98487, + -73.99807, + -73.9402, + -73.91086, + -73.86862, + -73.91409, + -74.00132, + -73.98596, + -73.95254, + -73.92884, + -73.93657, + -73.93657, + -73.91189, + -73.97148, + -73.98473, + -73.94528, + -73.97182, + -73.99493, + -74.03049, + -74.0289, + -74.02887, + -73.9404, + -73.93884, + -73.94331, + -73.96555, + -73.94889, + -73.98418, + -73.95405, + -73.98094, + -73.98384, + -73.95513, + -73.94084, + -73.94068, + -73.95677, + -73.99847, + -73.95526, + -73.95706, + -73.95528, + -73.95563, + -73.95583, + -73.90222, + -73.91913, + -73.95304, + -73.9484, + -73.99225, + -73.99242, + -73.92723, + -73.93982, + -73.99627, + -73.95501, + -73.95007, + -73.95994, + -73.95424, + -73.94352, + -73.87412, + -73.9428, + -73.98789, + -73.96592, + -73.90687, + -73.97652, + -73.9199, + -73.9931, + -73.97711, + -74.00073, + -73.8184, + -73.97625, + -73.82029, + -73.91295, + -73.9177, + -73.96576, + -73.98132, + -73.85552, + -73.96082, + -73.95332, + -73.82752, + -73.78187, + -73.94318, + -73.93866, + -73.96145, + -73.94848, + -73.96336, + -73.96334, + -73.92335, + -73.92496, + -73.99546, + -73.97402, + -73.95309, + -73.99133, + -73.94517, + -73.99184, + -73.98146, + -73.99084, + -73.9487, + -73.98118, + -73.98775, + -73.8822, + -73.98236, + -73.9193, + -73.83489, + -73.92176, + -74.02663, + -73.9628, + -73.98002, + -73.99141, + -74.00755, + -73.98018, + -74.01279, + -73.86268, + -73.95649, + -73.96136, + -73.95818, + -74.00869, + -73.9277, + -73.92735, + -74.00268, + -73.92185, + -73.95037, + -73.95716, + -73.95878, + -73.95878, + -74.02363, + -73.86089, + -73.97378, + -73.97881, + -73.97383, + -73.9937, + -73.94007, + -73.99951, + -73.92479, + -73.99451, + -73.95016, + -73.98198, + -73.91556, + -73.99682, + -73.91874, + -73.94086, + -73.9695, + -73.94679, + -73.92295, + -73.85229, + -73.92281, + -73.98, + -73.93034, + -73.92372, + -73.92471, + -73.99607, + -73.99849, + -73.97703, + -73.9834, + -73.97055, + -73.92602, + -73.90195, + -73.98836, + -73.95248, + -73.99799, + -73.98894, + -73.94595, + -73.94415, + -74.00274, + -73.95496, + -73.98307, + -73.93415, + -73.94381, + -73.96316, + -73.88409, + -73.88653, + -73.95439, + -73.97237, + -73.9789, + -73.94052, + -73.96263, + -73.94177, + -73.99535, + -73.91932, + -73.92178, + -73.93403, + -73.98058, + -73.96191, + -73.94713, + -73.75526, + -73.795, + -73.87004, + -73.9123, + -73.93597, + -73.95416, + -73.97235, + -73.95231, + -73.76264, + -73.94692, + -74.02497, + -73.94654, + -74.00403, + -73.98575, + -73.91308, + -73.94287, + -73.92162, + -74.01266, + -73.96001, + -73.93745, + -73.95267, + -73.91429, + -73.99734, + -73.98652, + -73.94921, + -73.97801, + -73.9821, + -73.98263, + -73.94656, + -74.00665, + -74.00157, + -73.95221, + -73.95247, + -73.99335, + -73.93968, + -73.94103, + -73.88437, + -73.97871, + -73.97056, + -73.91625, + -73.99591, + -73.79554, + -73.96111, + -73.99968, + -73.93383, + -74.00572, + -73.91856, + -73.73646, + -73.96796, + -73.82904, + -73.94932, + -73.92441, + -73.86585, + -73.87183, + -73.85327, + -73.85203, + -73.97878, + -73.94244, + -73.92966, + -73.99925, + -73.99661, + -73.97981, + -73.94339, + -73.87787, + -73.95283, + -73.97946, + -73.88345, + -74.00146, + -74.0018, + -73.93926, + -73.9549, + -73.98441, + -73.98199, + -73.91571, + -73.96117, + -73.91705, + -73.83931, + -73.99663, + -73.9223, + -73.95834, + -73.95686, + -73.93653, + -73.93855, + -74.09271, + -73.99707, + -73.81665, + -73.91135, + -73.95931, + -73.95954, + -73.96086, + -73.95936, + -73.99199, + -73.95454, + -73.98653, + -73.94903, + -73.99727, + -73.99973, + -73.95405, + -73.91283, + -73.96685, + -73.9447, + -73.97261, + -73.99932, + -73.91193, + -73.87359, + -73.99986, + -73.80873, + -73.98177, + -73.91165, + -73.91881, + -73.96796, + -73.95543, + -73.99066, + -73.95713, + -73.87014, + -74.08943, + -73.88184, + -73.99745, + -73.92251, + -73.92763, + -73.98501, + -73.90827, + -74.07634, + -73.99778, + -73.97201, + -73.99521, + -73.94183, + -73.99229, + -73.8715, + -73.95988, + -73.9102, + -73.9114, + -74.00181, + -73.95761, + -73.76775, + -73.85811, + -73.92382, + -73.98003, + -74.00857, + -73.95141, + -73.94998, + -73.98671, + -73.96051, + -73.95421, + -73.96294, + -73.94484, + -74.00701, + -73.91996, + -74.00303, + -73.97353, + -73.94307, + -73.95479, + -74.1078, + -73.98002, + -73.99408, + -73.98144, + -73.97934, + -73.95572, + -73.91364, + -73.96606, + -73.96295, + -73.98734, + -74.0695, + -73.99678, + -73.94565, + -73.9442, + -73.97974, + -73.93479, + -73.91075, + -73.99469, + -73.99307, + -73.98698, + -73.98511, + -73.94234, + -73.98938, + -73.94133, + -73.96063, + -73.92267, + -73.96416, + -74.16485, + -73.98451, + -73.96373, + -73.95385, + -73.956, + -73.85929, + -74.00721, + -73.99253, + -73.94501, + -73.95529, + -73.84235, + -73.98682, + -73.94461, + -73.9668, + -73.95225, + -73.94384, + -73.94349, + -73.94738, + -73.92442, + -73.92508, + -73.98615, + -73.94137, + -73.98762, + -73.98912, + -73.99607, + -73.96313, + -73.95882, + -73.92358, + -73.95534, + -73.97097, + -73.95913, + -73.94356, + -73.9161, + -73.97269, + -73.97209, + -73.95963, + -74.00409, + -73.93583, + -73.94334, + -74.00293, + -74.02916, + -73.93308, + -73.93456, + -73.96622, + -73.93277, + -73.92838, + -73.9288, + -73.98815, + -73.98064, + -73.79063, + -73.97315, + -73.96066, + -73.96539, + -73.9672, + -73.97589, + -73.97836, + -73.94217, + -73.99306, + -73.90773, + -73.99083, + -73.94472, + -73.97881, + -73.98484, + -73.98338, + -73.97072, + -73.9292, + -73.95097, + -73.94612, + -73.95997, + -74.00481, + -73.98889, + -73.99234, + -73.81463, + -73.95284, + -73.98985, + -73.90835, + -73.95044, + -73.94153, + -73.94528, + -73.9931, + -73.946, + -73.94349, + -73.99064, + -73.9555, + -73.8623, + -73.95831, + -73.96541, + -73.97369, + -74.02304, + -73.95189, + -73.95637, + -73.95392, + -73.98485, + -73.94736, + -74.11109, + -73.94732, + -73.94763, + -73.94257, + -73.96556, + -73.94543, + -73.94686, + -73.83266, + -73.94703, + -73.94552, + -73.9454, + -73.99542, + -73.95863, + -74.00964, + -73.85374, + -73.89209, + -73.90595, + -73.97202, + -73.95495, + -73.95153, + -73.95026, + -73.91494, + -73.98642, + -73.95447, + -73.95575, + -73.95739, + -73.96153, + -73.87044, + -73.98942, + -73.94604, + -73.91879, + -73.92013, + -73.91913, + -73.92003, + -73.91873, + -73.94939, + -73.93429, + -73.90958, + -73.91108, + -73.94194, + -73.95508, + -73.98472, + -73.95462, + -73.91202, + -73.97974, + -73.99807, + -73.98187, + -73.94594, + -73.92701, + -73.91097, + -73.91194, + -73.9544, + -73.93949, + -73.96667, + -73.93481, + -73.97887, + -73.98367, + -73.72928, + -73.9195, + -73.97685, + -73.98689, + -73.98698, + -73.94992, + -73.98199, + -73.93148, + -73.96422, + -73.91982, + -73.87731, + -73.93231, + -73.99878, + -74.02626, + -73.95502, + -73.92514, + -73.99675, + -73.98322, + -73.99686, + -73.94085, + -73.93125, + -73.91989, + -73.9914, + -73.94618, + -74.01546, + -73.81635, + -73.95412, + -73.94439, + -73.86922, + -73.91226, + -73.91163, + -73.97378, + -73.94423, + -73.97948, + -73.9524, + -73.95475, + -73.94921, + -73.94525, + -73.91176, + -73.92279, + -73.94987, + -73.98006, + -73.97131, + -73.91161, + -73.91071, + -73.91109, + -73.95819, + -73.95855, + -73.94216, + -73.93982, + -73.94439, + -73.98816, + -73.9676, + -73.91947, + -73.95859, + -73.94668, + -73.95233, + -73.97845, + -73.99682, + -73.95908, + -73.90758, + -73.89416, + -73.92233, + -73.95003, + -73.89406, + -73.95168, + -73.9519, + -73.90662, + -73.93276, + -73.93204, + -73.9783, + -73.93244, + -73.96304, + -73.99518, + -74.00262, + -74.00377, + -73.9515, + -73.95583, + -73.93034, + -73.94417, + -73.95145, + -74.01678, + -73.93975, + -73.98851, + -73.86511, + -73.93885, + -73.96512, + -73.94157, + -73.95371, + -73.92911, + -73.95749, + -73.94671, + -73.91711, + -73.97715, + -73.98205, + -73.96352, + -73.95204, + -73.96491, + -73.94787, + -73.99487, + -73.91133, + -73.95866, + -73.99461, + -73.97494, + -73.98435, + -73.97993, + -73.98408, + -73.98226, + -73.94893, + -73.98988, + -73.96426, + -74.00027, + -73.91252, + -73.96236, + -73.99818, + -73.99023, + -73.87071, + -73.94473, + -73.99686, + -73.99646, + -73.93299, + -73.98782, + -73.93711, + -73.9919, + -73.94307, + -73.95509, + -73.95669, + -73.94846, + -73.94516, + -73.95162, + -73.79552, + -73.95268, + -73.90223, + -74.12261, + -73.98507, + -73.99064, + -73.94565, + -73.94478, + -73.86088, + -73.93027, + -73.91321, + -73.85856, + -73.95989, + -73.95838, + -73.98049, + -73.9958, + -73.95507, + -73.98261, + -73.93256, + -74.00006, + -73.93134, + -73.93262, + -73.93198, + -73.93236, + -73.93201, + -73.93142, + -73.87896, + -73.92308, + -73.87908, + -73.93212, + -73.94619, + -73.93606, + -73.93227, + -73.94258, + -73.90752, + -73.98949, + -73.98233, + -73.95441, + -73.96292, + -73.94156, + -73.78954, + -73.96238, + -73.98494, + -73.96183, + -73.93364, + -73.92478, + -74.10678, + -73.89797, + -73.98641, + -73.98018, + -73.96027, + -73.95028, + -73.99175, + -74.00401, + -73.99255, + -73.9634, + -74.01659, + -73.96661, + -73.93387, + -73.98509, + -73.86275, + -73.94334, + -73.95888, + -73.99275, + -73.98074, + -73.92012, + -73.76326, + -73.87738, + -73.94676, + -73.96331, + -73.87751, + -74.02255, + -73.96141, + -73.94217, + -73.98355, + -74.0063, + -73.94134, + -73.87682, + -73.94014, + -73.86905, + -73.96419, + -73.92828, + -73.92754, + -73.93549, + -73.95583, + -73.93387, + -73.94549, + -73.98945, + -73.90403, + -73.93866, + -73.91535, + -73.98794, + -73.94314, + -73.79448, + -73.9649, + -73.96036, + -73.85854, + -73.98886, + -73.88088, + -73.97408, + -73.96407, + -73.98816, + -74.1299, + -73.99253, + -73.98993, + -73.96723, + -73.99961, + -73.94944, + -73.96462, + -73.95627, + -73.99218, + -73.98883, + -73.93739, + -73.9356, + -73.95481, + -73.93401, + -73.94113, + -73.85799, + -73.99604, + -73.95834, + -73.9875, + -73.89313, + -73.90833, + -73.98703, + -73.97936, + -73.95075, + -73.88335, + -74.0155, + -73.83518, + -74.00398, + -73.92581, + -73.94721, + -73.79657, + -73.79495, + -73.95219, + -73.94712, + -73.95626, + -73.90537, + -73.92726, + -73.99831, + -73.95906, + -73.95492, + -73.97422, + -74.00382, + -73.96629, + -73.95971, + -73.96596, + -73.77957, + -73.77874, + -73.98557, + -73.77751, + -73.95499, + -73.95532, + -73.77721, + -73.92126, + -73.95391, + -73.92967, + -73.94411, + -73.93852, + -73.94329, + -73.93699, + -73.99097, + -73.95136, + -73.77035, + -73.97586, + -73.95224, + -73.77361, + -73.99094, + -73.93509, + -73.77024, + -73.9402, + -73.99201, + -73.92934, + -73.96241, + -73.94489, + -73.98794, + -73.96342, + -74.00255, + -73.94547, + -73.98512, + -73.98551, + -73.98686, + -73.74307, + -73.95617, + -73.98054, + -73.94894, + -73.907, + -73.98917, + -74.0297, + -74.00322, + -73.97301, + -73.94318, + -73.91903, + -73.93827, + -73.95105, + -73.94071, + -73.97493, + -73.96526, + -74.00252, + -73.95081, + -73.98293, + -73.95384, + -73.98396, + -73.95067, + -73.90927, + -73.9537, + -73.94179, + -73.98499, + -73.99677, + -73.95337, + -73.92907, + -73.99845, + -73.98003, + -73.9835, + -73.94201, + -73.92249, + -73.93267, + -73.82672, + -73.94554, + -73.90779, + -73.94199, + -74.00428, + -73.9246, + -73.94965, + -73.89493, + -73.95732, + -73.94918, + -73.89787, + -73.85861, + -73.93643, + -73.95945, + -73.78157, + -73.96542, + -73.96746, + -73.94446, + -73.97328, + -73.90695, + -73.92747, + -73.79514, + -73.86248, + -73.98931, + -73.86976, + -73.92654, + -74.01809, + -73.88331, + -74.00272, + -73.94619, + -73.97895, + -74.0037, + -73.89249, + -73.96881, + -73.95519, + -73.89346, + -73.96315, + -73.92968, + -74.00004, + -73.94728, + -73.83922, + -73.93526, + -73.98282, + -73.93833, + -73.95538, + -74.00456, + -73.98669, + -73.94219, + -73.94651, + -73.92914, + -73.88787, + -73.99076, + -73.94792, + -73.91792, + -73.99862, + -73.96695, + -73.99123, + -73.97372, + -73.94594, + -73.95676, + -73.93601, + -73.90975, + -73.95538, + -73.94291, + -73.98091, + -74.09244, + -73.93891, + -73.95928, + -73.9251, + -73.94383, + -73.9404, + -73.95737, + -73.98525, + -73.98986, + -73.95742, + -73.88908, + -73.95418, + -73.95161, + -73.96386, + -73.95151, + -73.99431, + -73.95955, + -73.94565, + -73.89105, + -73.95434, + -73.99792, + -73.96818, + -73.97998, + -73.95035, + -73.95217, + -73.99908, + -73.77677, + -73.98039, + -73.94693, + -73.94441, + -74.00871, + -73.99726, + -73.99301, + -73.95025, + -73.98079, + -73.85109, + -73.9106, + -73.90815, + -73.95949, + -73.91445, + -73.95378, + -73.94035, + -74.00107, + -73.98111, + -73.94831, + -73.86508, + -73.91989, + -73.89299, + -73.94893, + -73.98448, + -73.95271, + -73.84392, + -73.94728, + -73.95375, + -73.84362, + -73.99038, + -73.95451, + -73.9445, + -73.95256, + -73.96887, + -73.9021, + -73.94739, + -73.86562, + -74.01438, + -73.95428, + -73.93855, + -73.92849, + -73.96598, + -73.91181, + -73.95156, + -73.98285, + -73.99099, + -73.98229, + -73.91029, + -73.92074, + -73.90993, + -73.97262, + -73.96139, + -73.93656, + -73.94765, + -73.98236, + -73.96572, + -73.95659, + -73.92901, + -73.96293, + -73.98377, + -74.00017, + -73.96961, + -73.97726, + -73.94111, + -73.93753, + -73.95653, + -73.95305, + -73.98772, + -73.98919, + -73.772, + -73.94206, + -73.9888, + -73.88394, + -73.92095, + -73.94631, + -73.92144, + -73.95594, + -73.95696, + -73.96675, + -73.949, + -73.98668, + -73.98726, + -73.93754, + -73.94621, + -74.00045, + -73.94567, + -73.99978, + -73.99784, + -73.92222, + -73.9554, + -73.99464, + -73.94199, + -73.97998, + -74.00962, + -73.95209, + -73.94829, + -73.95511, + -73.99532, + -73.95154, + -73.94098, + -73.95757, + -73.94094, + -73.95398, + -73.94305, + -73.96437, + -73.91528, + -73.91487, + -73.91465, + -73.99593, + -73.90736, + -74.00066, + -73.98728, + -73.89044, + -73.87149, + -74.00106, + -73.88786, + -73.88069, + -73.85754, + -74.00398, + -74.00761, + -73.92122, + -73.76535, + -73.93867, + -74.00213, + -73.80427, + -73.9717, + -73.91486, + -73.94779, + -74.0019, + -73.94323, + -73.90812, + -73.98593, + -73.99537, + -73.95777, + -74.00242, + -73.9826, + -73.98981, + -73.98313, + -73.89961, + -73.97453, + -73.97512, + -73.97447, + -73.97646, + -73.97562, + -73.98472, + -73.97459, + -73.97444, + -73.97635, + -73.96136, + -73.97515, + -73.97605, + -74.01078, + -73.94163, + -73.94276, + -73.97843, + -73.9593, + -73.86161, + -73.97152, + -73.94418, + -73.92549, + -73.9073, + -73.76376, + -73.99002, + -73.887, + -73.92539, + -73.90959, + -73.99694, + -73.95641, + -73.94967, + -73.92729, + -73.89532, + -73.96344, + -73.95313, + -74.0016, + -73.9324, + -73.93044, + -73.95378, + -73.9802, + -73.92376, + -73.97332, + -73.89221, + -73.9632, + -73.9585, + -73.92461, + -73.97105, + -73.89439, + -73.93878, + -73.97457, + -73.91414, + -73.98891, + -73.94547, + -73.93653, + -73.94072, + -74.00067, + -73.90241, + -73.98719, + -73.92488, + -73.94041, + -73.98342, + -73.86162, + -73.99531, + -73.92982, + -73.92826, + -73.93455, + -73.94738, + -73.9969, + -73.9558, + -73.85899, + -73.95434, + -73.95664, + -73.95165, + -73.98543, + -73.94673, + -73.97765, + -73.99927, + -73.93886, + -73.90741, + -73.93808, + -73.93838, + -73.94364, + -73.97451, + -73.96088, + -73.95859, + -73.90129, + -73.9238, + -73.96285, + -73.91388, + -73.73076, + -73.93627, + -73.93255, + -73.94795, + -73.96874, + -73.92474, + -73.99161, + -73.93613, + -73.85391, + -73.96859, + -73.97084, + -73.83172, + -73.93835, + -73.95076, + -74.00596, + -73.97459, + -73.92213, + -73.83171, + -73.8645, + -73.98491, + -73.88552, + -73.94052, + -73.93687, + -74.00009, + -73.98488, + -73.97592, + -73.8521, + -73.92445, + -73.98289, + -73.95159, + -73.99512, + -73.94027, + -73.96538, + -73.95677, + -73.90787, + -73.88123, + -73.94423, + -73.99327, + -73.9124, + -73.93711, + -73.94959, + -73.94343, + -73.95353, + -73.94856, + -73.83442, + -73.99273, + -73.99698, + -73.92893, + -73.97279, + -73.8341, + -73.98772, + -73.94977, + -73.95177, + -73.97747, + -73.96058, + -73.95271, + -74.00469, + -73.9432, + -73.75629, + -73.9847, + -73.91413, + -73.95992, + -73.8797, + -73.93024, + -73.97836, + -73.91895, + -73.98283, + -73.94625, + -73.90865, + -73.97471, + -73.75043, + -73.99227, + -73.76992, + -73.90968, + -73.92028, + -73.99678, + -74.00125, + -73.93892, + -73.93753, + -73.9114, + -73.95064, + -74.00856, + -73.95483, + -74.00746, + -73.94709, + -73.92283, + -74.00128, + -73.95178, + -73.94375, + -73.97105, + -73.87739, + -73.93603, + -73.9249, + -73.94618, + -73.95182, + -73.98524, + -73.94984, + -73.95174, + -73.95455, + -73.96292, + -73.95011, + -73.92085, + -73.99467, + -73.92537, + -73.96379, + -73.98447, + -73.98058, + -73.93882, + -73.94138, + -73.98887, + -73.97633, + -73.98962, + -73.9573, + -73.8138, + -73.96382, + -73.84544, + -73.95486, + -73.94371, + -73.99353, + -73.98414, + -74.01489, + -73.93802, + -73.94712, + -73.98606, + -73.95124, + -73.9675, + -73.96169, + -73.92742, + -73.83947, + -73.98652, + -73.97029, + -73.75121, + -73.9394, + -74.00243, + -73.95175, + -73.98947, + -74.00912, + -73.9557, + -73.98836, + -73.9242, + -73.94961, + -73.89719, + -73.95882, + -73.95692, + -73.95573, + -73.94833, + -73.95739, + -74.00562, + -74.08619, + -73.99236, + -73.99148, + -73.95813, + -73.93912, + -73.98504, + -73.96197, + -73.95368, + -73.97942, + -73.95404, + -73.95654, + -73.94122, + -73.96552, + -73.94183, + -73.92696, + -73.95464, + -73.75497, + -73.97084, + -73.75555, + -73.92449, + -73.94416, + -73.94124, + -73.94834, + -73.9534, + -73.94838, + -74.00513, + -73.98544, + -73.99656, + -73.76592, + -73.96319, + -73.948, + -73.92748, + -73.99532, + -73.77821, + -73.94366, + -73.90956, + -73.92686, + -73.91992, + -73.95229, + -73.828, + -73.90039, + -73.99982, + -73.95714, + -73.76759, + -73.99087, + -73.93613, + -73.749, + -73.90755, + -73.95873, + -73.95909, + -74.00261, + -73.83387, + -73.82233, + -73.94383, + -73.9676, + -73.95632, + -73.91137, + -73.90978, + -74.02319, + -73.81345, + -74.00098, + -73.95764, + -73.93589, + -73.9483, + -73.94937, + -73.96658, + -73.9063, + -73.95093, + -73.86829, + -73.99147, + -73.94682, + -73.95441, + -73.95127, + -73.95046, + -73.99988, + -73.99701, + -73.92501, + -73.92259, + -73.95929, + -73.90886, + -73.99406, + -73.94985, + -73.98466, + -73.95007, + -73.94231, + -73.76622, + -73.94781, + -73.94186, + -73.96581, + -74.10503, + -73.98075, + -73.95005, + -73.93926, + -73.9452, + -73.82757, + -73.97922, + -73.97225, + -73.95293, + -73.93654, + -73.94115, + -73.95731, + -74.00494, + -73.9706, + -73.95499, + -73.96876, + -73.99163, + -73.95904, + -73.95093, + -73.90218, + -73.96007, + -73.90831, + -73.99418, + -73.98467, + -73.94913, + -74.00856, + -73.82831, + -73.9944, + -74.0032, + -73.99838, + -73.94414, + -73.82764, + -73.90716, + -73.90838, + -73.94743, + -73.94465, + -73.96668, + -73.99208, + -73.96062, + -73.95538, + -73.95448, + -73.99978, + -73.91587, + -73.95876, + -73.94996, + -73.92338, + -73.98856, + -74.0042, + -73.98455, + -73.92461, + -74.00451, + -73.98796, + -73.99759, + -73.8293, + -73.94887, + -74.00441, + -73.95079, + -73.99201, + -74.01037, + -74.0151, + -73.96, + -73.97372, + -73.96004, + -73.84669, + -73.91029, + -73.96503, + -73.94537, + -73.96583, + -73.9537, + -73.95742, + -73.95857, + -73.95182, + -73.89735, + -73.92191, + -73.99084, + -73.9975, + -73.98307, + -73.95804, + -73.95596, + -73.94237, + -73.93691, + -73.97683, + -73.93726, + -73.97556, + -73.94661, + -73.94182, + -73.99727, + -73.9062, + -74.00383, + -73.97185, + -74.0096, + -73.76598, + -73.94307, + -73.94289, + -73.99406, + -73.72924, + -73.9922, + -73.91003, + -73.92953, + -73.93146, + -73.94385, + -73.93208, + -73.98935, + -73.9906, + -73.90626, + -73.94131, + -73.94675, + -73.96646, + -73.91748, + -73.95396, + -73.96153, + -73.94856, + -73.99937, + -73.9725, + -73.99288, + -73.97996, + -73.99423, + -73.95775, + -74.00707, + -73.99056, + -73.93958, + -74.01867, + -73.95703, + -73.97601, + -73.95813, + -73.90994, + -73.98618, + -73.95592, + -73.92728, + -73.95589, + -73.99675, + -73.9801, + -73.93039, + -73.93588, + -73.96508, + -73.99475, + -73.95597, + -73.96951, + -73.99692, + -73.97816, + -73.98452, + -73.96752, + -73.91988, + -73.96091, + -73.92766, + -73.98975, + -73.98768, + -73.94227, + -73.85683, + -73.94576, + -73.94264, + -73.93893, + -73.93649, + -74.00606, + -74.00646, + -73.98533, + -73.94993, + -73.94568, + -73.94436, + -73.96059, + -73.92944, + -73.98111, + -73.94467, + -74.0084, + -73.96374, + -73.95745, + -73.94468, + -73.82099, + -73.96097, + -73.99662, + -73.91725, + -73.99644, + -73.99672, + -73.99826, + -73.89029, + -73.94328, + -73.98478, + -73.99325, + -73.8125, + -73.98861, + -73.96363, + -73.97183, + -73.90071, + -73.91699, + -73.98129, + -73.91385, + -73.95439, + -73.97191, + -73.99363, + -74.00918, + -73.98686, + -73.96311, + -73.98823, + -73.98666, + -73.95733, + -74.00266, + -74.00645, + -74.00641, + -73.99908, + -73.95521, + -73.99737, + -73.96065, + -73.94236, + -73.95846, + -73.95507, + -73.95275, + -73.95804, + -73.94914, + -73.90303, + -73.9641, + -73.99783, + -73.89149, + -73.98979, + -73.96667, + -73.9671, + -73.96648, + -73.96531, + -73.96724, + -73.9671, + -73.96536, + -73.96582, + -73.96568, + -73.96647, + -73.96696, + -73.96515, + -73.96575, + -73.96644, + -73.96573, + -73.96648, + -73.96536, + -73.96594, + -73.96724, + -73.96573, + -73.96566, + -73.96564, + -73.96638, + -73.96543, + -73.96566, + -73.96714, + -73.90115, + -73.93383, + -73.80629, + -73.98957, + -73.99196, + -73.96748, + -73.94048, + -73.98218, + -73.96487, + -73.96345, + -73.898, + -73.95951, + -73.95309, + -73.92154, + -74.02474, + -74.00645, + -73.85884, + -74.08575, + -74.00856, + -73.98841, + -73.90698, + -73.96415, + -73.99213, + -73.95367, + -73.9205, + -73.9754, + -74.00678, + -73.98719, + -73.94961, + -73.94953, + -73.99827, + -73.99803, + -73.98136, + -73.89339, + -73.87745, + -73.87553, + -74.00502, + -73.9869, + -73.98732, + -73.87858, + -73.985, + -73.98762, + -73.8649, + -73.98859, + -73.78829, + -73.95233, + -73.94268, + -73.98528, + -73.96765, + -73.99697, + -73.8466, + -73.95652, + -73.95627, + -73.93832, + -73.95614, + -73.95639, + -73.96834, + -73.95396, + -73.99527, + -73.96552, + -73.9065, + -73.99069, + -73.95397, + -73.99976, + -73.85161, + -73.94925, + -73.92245, + -73.95573, + -73.94965, + -74.00786, + -73.91435, + -73.91235, + -73.9139, + -73.91256, + -73.91216, + -73.91276, + -73.92448, + -73.94897, + -73.97017, + -73.94084, + -73.98965, + -73.94126, + -73.94536, + -73.95378, + -73.91106, + -73.94135, + -73.94137, + -73.95179, + -73.97987, + -73.92198, + -74.0664, + -73.94678, + -73.94276, + -73.95034, + -73.97559, + -73.98398, + -73.99274, + -73.84469, + -73.95632, + -73.91415, + -73.95739, + -73.87872, + -73.98552, + -73.95435, + -73.97806, + -73.94767, + -73.85638, + -73.87661, + -73.8206, + -73.95839, + -73.92419, + -73.9825, + -73.90924, + -73.88686, + -73.8891, + -74.00204, + -73.94392, + -73.94907, + -73.9256, + -73.95223, + -73.93512, + -74.0013, + -73.93254, + -73.94006, + -73.99271, + -73.93327, + -73.92945, + -73.98028, + -73.93185, + -73.93094, + -73.99589, + -73.93841, + -73.94797, + -74.03102, + -73.94102, + -73.92757, + -73.95047, + -73.91233, + -73.99282, + -73.99241, + -73.93536, + -73.97704, + -73.95114, + -73.92184, + -73.98788, + -73.90474, + -73.95697, + -73.94108, + -73.94072, + -73.94037, + -73.93941, + -74.00468, + -73.94014, + -73.9501, + -74.00166, + -73.97734, + -74.15587, + -73.94458, + -73.96093, + -73.96252, + -73.90663, + -73.90795, + -73.97544, + -73.9717, + -73.90813, + -73.94106, + -73.98495, + -73.93578, + -73.90824, + -73.99717, + -73.99214, + -73.95567, + -73.9083, + -73.95813, + -73.96286, + -73.94442, + -73.95218, + -73.96614, + -74.01161, + -73.90752, + -73.98922, + -73.9693, + -73.96305, + -73.9512, + -73.82863, + -73.94779, + -73.95522, + -73.94223, + -73.94957, + -73.99558, + -73.94025, + -73.93691, + -73.90866, + -73.99955, + -73.99791, + -73.95301, + -73.95644, + -73.99924, + -73.99899, + -73.99793, + -73.95417, + -73.92166, + -73.86354, + -73.99964, + -73.96768, + -73.95418, + -73.97202, + -73.99205, + -73.94787, + -74.00839, + -73.94396, + -73.98337, + -73.91255, + -73.96782, + -73.91183, + -73.9534, + -74.00231, + -73.99903, + -73.98969, + -73.92241, + -73.93531, + -73.92947, + -73.94974, + -73.95015, + -73.97882, + -73.94283, + -73.71928, + -73.84295, + -73.95632, + -73.99327, + -73.96635, + -73.95805, + -73.95754, + -73.99814, + -73.94094, + -73.95616, + -73.99283, + -73.93227, + -73.95527, + -73.98535, + -73.86389, + -73.99595, + -73.96747, + -73.89972, + -73.94857, + -73.99089, + -73.98044, + -73.90905, + -73.99338, + -73.98212, + -73.99475, + -74.00128, + -74.00443, + -73.93061, + -73.9519, + -73.95511, + -73.76849, + -73.85178, + -73.97972, + -73.93274, + -73.95343, + -73.96862, + -74.01022, + -73.95847, + -73.9516, + -73.94349, + -73.96984, + -73.96189, + -73.95688, + -73.96567, + -73.94779, + -73.97819, + -73.87171, + -73.87392, + -73.87988, + -73.94592, + -73.94369, + -73.98714, + -73.98839, + -73.98703, + -73.94383, + -73.98702, + -73.94257, + -73.87949, + -73.91185, + -73.90011, + -73.97738, + -73.94382, + -73.93766, + -73.96495, + -73.99771, + -73.98247, + -73.94718, + -73.99604, + -73.96311, + -73.97189, + -73.97696, + -73.98668, + -73.98758, + -73.95282, + -73.98925, + -73.88186, + -73.956, + -73.98405, + -73.95307, + -73.96566, + -73.86987, + -73.96393, + -73.99186, + -73.93996, + -73.98633, + -73.95096, + -73.95825, + -73.9631, + -73.97062, + -73.95216, + -73.9324, + -73.76377, + -73.98306, + -73.83433, + -73.94696, + -73.99112, + -73.93251, + -73.9584, + -73.93215, + -73.939, + -73.93109, + -73.93107, + -73.999, + -73.92425, + -73.95312, + -73.93076, + -73.99157, + -73.92526, + -73.92567, + -73.94676, + -74.00387, + -74.00546, + -73.98469, + -73.98509, + -73.95993, + -74.00844, + -74.00544, + -74.00327, + -73.98409, + -74.00678, + -73.99469, + -73.99769, + -73.98768, + -74.00842, + -73.98262, + -73.97937, + -73.98533, + -73.98924, + -74.00671, + -73.98521, + -73.99616, + -74.00341, + -74.00321, + -73.98544, + -74.0069, + -73.99749, + -73.98656, + -73.98568, + -73.98415, + -73.97555, + -73.99739, + -74.00551, + -73.98543, + -73.99061, + -73.97948, + -73.97235, + -73.9491, + -73.99574, + -73.98627, + -73.99744, + -73.97859, + -74.00942, + -73.98721, + -73.98459, + -73.96359, + -74.00654, + -74.00661, + -73.99029, + -73.99777, + -73.98551, + -73.98728, + -73.99723, + -73.97351, + -73.9977, + -73.98765, + -73.99637, + -74.00895, + -73.99563, + -73.90774, + -73.97874, + -74.00722, + -73.97794, + -73.98761, + -74.00501, + -74.00215, + -73.99777, + -74.00694, + -73.99679, + -73.98932, + -73.96416, + -73.75357, + -73.79842, + -73.99725, + -73.98504, + -73.99464, + -73.98055, + -73.97884, + -73.98582, + -73.99955, + -73.9908, + -74.00906, + -74.00379, + -73.98595, + -73.97943, + -74.00687, + -73.997, + -74.00621, + -73.97788, + -74.00564, + -74.01446, + -74.0034, + -73.98387, + -73.99699, + -73.99685, + -74.0096, + -74.01712, + -73.97626, + -73.98547, + -73.95678, + -73.90962, + -74.00563, + -74.01008, + -73.98269, + -73.98545, + -73.98244, + -73.99613, + -74.0051, + -73.98504, + -73.98419, + -73.98544, + -74.00324, + -73.9727, + -73.98444, + -73.99457, + -73.99737, + -73.92801, + -74.00934, + -74.00628, + -73.99695, + -73.98291, + -73.9853, + -73.9855, + -74.009, + -73.98675, + -74.00653, + -74.00246, + -73.97942, + -73.99478, + -74.00208, + -73.99578, + -74.0091, + -74.00318, + -73.97938, + -74.00977, + -73.98666, + -74.00886, + -73.99736, + -73.99691, + -73.99747, + -73.99753, + -74.01509, + -74.0026, + -73.99586, + -73.92195, + -73.95129, + -73.98152, + -73.92964, + -73.92054, + -73.91874, + -73.99206, + -73.98403, + -73.9398, + -73.91354, + -73.97809, + -73.98965, + -73.98693, + -73.94699, + -73.95326, + -73.98911, + -73.97609, + -73.95395, + -74.00328, + -73.99061, + -74.00183, + -73.95572, + -73.89994, + -73.95691, + -74.0141, + -73.93903, + -73.90892, + -73.99128, + -73.89367, + -73.91372, + -73.91811, + -73.94911, + -73.99764, + -73.96751, + -73.90793, + -73.90985, + -73.98803, + -73.90943, + -73.95201, + -73.93671, + -73.93159, + -73.95778, + -73.94207, + -73.92636, + -73.97105, + -73.93779, + -73.92006, + -73.97683, + -73.94235, + -73.95035, + -74.01097, + -73.96505, + -73.99282, + -73.94156, + -73.94663, + -73.74158, + -73.92944, + -73.90714, + -73.95419, + -73.98766, + -73.9439, + -73.73349, + -73.95508, + -73.98301, + -73.91169, + -73.99877, + -74.0231, + -73.95918, + -73.92355, + -74.00659, + -74.00684, + -73.99713, + -73.93502, + -73.99329, + -73.99696, + -74.02518, + -73.99634, + -73.99709, + -73.99867, + -73.95742, + -73.9969, + -73.99811, + -73.99855, + -73.92133, + -73.96124, + -73.90146, + -73.98003, + -73.7356, + -73.95052, + -73.96297, + -73.98498, + -73.90641, + -73.95705, + -73.90637, + -73.9946, + -73.96128, + -73.90113, + -73.90694, + -73.95506, + -73.97633, + -73.94288, + -73.9901, + -73.90667, + -73.94913, + -73.99901, + -73.9801, + -73.93085, + -73.9425, + -73.93053, + -73.93286, + -73.98521, + -73.89154, + -73.98145, + -73.94428, + -74.01278, + -73.94747, + -73.93289, + -73.93582, + -73.93088, + -73.84766, + -73.93123, + -73.93057, + -73.96234, + -73.93136, + -73.92535, + -73.9307, + -73.93069, + -73.93289, + -73.95192, + -73.93132, + -73.93235, + -73.98867, + -73.98589, + -73.95377, + -73.92945, + -73.96498, + -73.94837, + -73.99146, + -73.98249, + -73.93836, + -73.9363, + -73.99423, + -73.94914, + -73.92478, + -73.95564, + -73.98553, + -73.94355, + -74.07061, + -73.91797, + -73.79363, + -73.92267, + -73.98374, + -73.93449, + -73.9848, + -73.99509, + -73.90785, + -73.95359, + -73.98465, + -73.94625, + -73.87645, + -73.99754, + -73.95635, + -73.91402, + -73.98143, + -73.95636, + -73.94778, + -73.99463, + -73.98808, + -73.90727, + -73.91582, + -73.94057, + -73.99019, + -73.96882, + -73.93782, + -73.95424, + -73.99018, + -73.95741, + -73.95271, + -73.9515, + -73.92428, + -73.9495, + -73.92827, + -73.93273, + -73.98073, + -73.91188, + -73.94852, + -73.89965, + -73.94037, + -73.99795, + -73.91422, + -73.99548, + -73.94859, + -73.94381, + -73.9403, + -73.9625, + -73.92372, + -73.94908, + -73.84319, + -73.94894, + -73.91443, + -73.92682, + -73.94607, + -73.95372, + -73.91556, + -73.88158, + -73.95191, + -73.99165, + -73.94218, + -73.92749, + -73.92175, + -73.91296, + -73.94885, + -73.92639, + -73.98498, + -73.91596, + -73.95568, + -73.93938, + -73.96736, + -73.97321, + -73.96346, + -73.97535, + -73.92157, + -73.97997, + -73.98386, + -73.96619, + -73.98344, + -74.01038, + -73.90713, + -73.95292, + -73.91176, + -73.9707, + -73.94255, + -73.97934, + -73.975, + -73.90108, + -73.94475, + -73.9819, + -73.92, + -73.91995, + -73.98384, + -73.93461, + -73.97973, + -73.94965, + -73.95683, + -73.95427, + -73.87905, + -73.94524, + -73.9495, + -73.94266, + -73.98686, + -73.85369, + -73.91724, + -73.92594, + -73.98934, + -73.89908, + -73.96042, + -73.97173, + -73.945, + -73.94231, + -73.98708, + -74.01746, + -73.92408, + -73.95289, + -73.92633, + -73.99386, + -73.95957, + -73.92763, + -73.94056, + -74.00933, + -73.96856, + -73.95451, + -73.92486, + -73.91157, + -73.92947, + -73.94105, + -73.97994, + -73.92443, + -73.88049, + -73.94402, + -73.94791, + -73.91935, + -73.94691, + -73.95988, + -73.98661, + -73.97038, + -73.92985, + -73.98808, + -73.9964, + -73.97275, + -73.99358, + -73.94326, + -73.99019, + -73.86451, + -73.9415, + -73.98002, + -73.91604, + -73.99029, + -73.95741, + -73.95067, + -73.89222, + -73.99501, + -73.93304, + -73.95569, + -73.98693, + -73.94892, + -73.96921, + -73.93912, + -73.91171, + -73.95463, + -73.92804, + -73.93989, + -73.94088, + -73.96673, + -73.97747, + -73.90593, + -73.95365, + -74.00131, + -73.99683, + -73.95235, + -73.83476, + -73.9582, + -73.97721, + -73.96662, + -73.83384, + -73.95456, + -73.99038, + -73.8741, + -73.99695, + -73.95451, + -73.94593, + -73.98174, + -73.94454, + -73.95269, + -73.94958, + -73.9154, + -73.9135, + -73.95976, + -73.98455, + -73.95391, + -73.95403, + -73.97718, + -73.95604, + -73.98347, + -74.00151, + -73.93354, + -73.92908, + -73.98244, + -73.95679, + -73.94798, + -73.946, + -73.95806, + -73.98744, + -73.9461, + -73.95777, + -73.95781, + -73.9573, + -73.98884, + -73.99782, + -73.95798, + -73.94948, + -73.9432, + -73.96303, + -73.9534, + -73.93145, + -73.95752, + -73.76009, + -73.99912, + -73.95726, + -73.99368, + -73.95742, + -73.96327, + -73.94069, + -73.98918, + -73.98625, + -73.90236, + -74.00525, + -73.95714, + -73.94711, + -73.99111, + -73.99468, + -73.91347, + -73.82349, + -73.73672, + -73.9622, + -73.98643, + -73.95735, + -73.98955, + -73.91491, + -73.9288, + -73.94719, + -73.82459, + -73.96016, + -73.97895, + -73.95801, + -73.94333, + -73.95735, + -73.9919, + -73.9671, + -73.91198, + -73.87351, + -73.94199, + -73.92314, + -73.88253, + -73.98825, + -73.96651, + -73.99133, + -73.99903, + -73.99547, + -73.94251, + -73.97593, + -73.90568, + -73.94356, + -73.94717, + -73.97998, + -73.9506, + -73.91608, + -73.93524, + -73.96524, + -73.94375, + -73.94969, + -73.95327, + -73.95279, + -73.74383, + -73.94758, + -73.92056, + -73.97952, + -73.95183, + -73.94543, + -73.9511, + -74.00792, + -73.94719, + -73.95363, + -73.99119, + -73.91201, + -73.83261, + -73.89217, + -73.95072, + -73.98222, + -73.9413, + -73.94854, + -73.94815, + -73.88773, + -73.94116, + -73.96564, + -73.96439, + -73.8341, + -73.94242, + -73.83281, + -73.98662, + -73.99483, + -73.95715, + -73.98893, + -73.98491, + -73.97862, + -73.97988, + -73.8204, + -73.87989, + -73.75586, + -73.94505, + -73.96533, + -73.98545, + -73.97934, + -73.96594, + -73.91837, + -73.96684, + -73.96187, + -73.92365, + -74.01376, + -73.96023, + -73.96075, + -73.99358, + -73.954, + -73.94804, + -74.00501, + -73.94692, + -73.9547, + -73.92214, + -73.9404, + -73.97334, + -73.99391, + -73.95359, + -73.9412, + -73.98117, + -73.99728, + -73.99567, + -73.955, + -73.9614, + -73.96062, + -73.91235, + -73.99087, + -73.9616, + -73.98591, + -73.9971, + -73.95375, + -73.93815, + -73.96019, + -73.91724, + -73.87469, + -73.99782, + -73.99606, + -73.80899, + -73.84408, + -73.99804, + -73.95369, + -73.9697, + -73.98197, + -73.98263, + -73.86551, + -73.99977, + -73.93769, + -73.88076, + -73.94405, + -73.95873, + -74.00022, + -73.97546, + -73.91035, + -73.94893, + -73.90721, + -73.99966, + -73.98917, + -73.94161, + -73.94352, + -73.89546, + -73.92111, + -73.94711, + -73.9564, + -73.85423, + -73.92971, + -73.95811, + -73.90146, + -73.96428, + -73.95294, + -73.89351, + -73.91631, + -73.94949, + -73.90558, + -73.99376, + -73.96125, + -73.94051, + -73.99188, + -73.94044, + -73.94041, + -73.9634, + -73.96495, + -73.91378, + -73.95356, + -73.98237, + -73.94023, + -73.98208, + -73.9075, + -73.94294, + -73.94293, + -73.95626, + -73.96443, + -73.94411, + -73.94512, + -73.98921, + -73.98915, + -73.97485, + -73.91878, + -73.97967, + -73.92988, + -73.97404, + -73.93141, + -73.98585, + -73.87346, + -73.90189, + -73.96031, + -73.94193, + -73.97873, + -73.98478, + -73.93158, + -73.94528, + -73.91346, + -73.96716, + -73.93992, + -73.91491, + -73.90873, + -73.93326, + -74.01695, + -73.96553, + -73.92427, + -73.96123, + -73.99549, + -73.97984, + -74.00469, + -73.95489, + -73.9488, + -73.92968, + -73.99771, + -73.92898, + -74.00301, + -73.92329, + -73.92278, + -73.92382, + -73.97914, + -73.91332, + -73.9791, + -73.98101, + -73.95229, + -73.87508, + -74.00885, + -73.98997, + -73.96056, + -74.00433, + -73.91372, + -73.96519, + -73.95253, + -73.94648, + -73.9431, + -73.94682, + -73.99054, + -73.93359, + -73.9891, + -73.95716, + -73.97793, + -73.90838, + -73.99147, + -73.98717, + -73.90701, + -73.9064, + -74.00835, + -73.94348, + -73.97736, + -73.94216, + -73.94152, + -73.9812, + -73.98665, + -73.94047, + -73.92069, + -73.97864, + -73.97004, + -73.95161, + -73.97287, + -73.88598, + -73.92592, + -73.94444, + -73.95014, + -73.98202, + -73.75269, + -73.98049, + -73.9769, + -73.99574, + -73.97528, + -73.99408, + -73.97043, + -73.94933, + -73.99414, + -74.01061, + -73.95189, + -73.91693, + -73.95528, + -73.81222, + -73.99354, + -73.91246, + -73.94854, + -74.00444, + -73.73458, + -73.90824, + -74.00197, + -73.93979, + -73.96473, + -73.96502, + -73.95004, + -73.98154, + -73.94608, + -73.89438, + -73.92111, + -73.97507, + -73.98139, + -73.98084, + -73.98122, + -73.97384, + -73.94532, + -73.94153, + -73.94298, + -73.94945, + -73.98709, + -73.95203, + -73.98119, + -73.97376, + -73.97566, + -73.86963, + -73.97447, + -73.98768, + -73.92936, + -73.97432, + -73.95402, + -73.98632, + -73.94268, + -73.9525, + -73.94047, + -73.82138, + -73.92502, + -73.95786, + -74.02428, + -73.99444, + -73.99673, + -73.94837, + -73.98662, + -74.01533, + -73.9657, + -73.92323, + -73.94756, + -73.94715, + -73.88048, + -73.98686, + -73.9852, + -73.94091, + -73.91825, + -73.94577, + -73.94789, + -73.945, + -74.01559, + -73.93521, + -74.00014, + -73.95138, + -73.95147, + -73.9425, + -73.82286, + -73.96066, + -73.99535, + -73.74859, + -73.95173, + -73.94628, + -73.96561, + -73.9448, + -73.91657, + -73.99661, + -73.98099, + -74.0019, + -73.98895, + -73.81834, + -73.93886, + -73.9498, + -73.9155, + -73.90951, + -73.9371, + -73.95144, + -73.8844, + -73.98298, + -73.85984, + -73.98591, + -73.8799, + -73.9976, + -73.94015, + -73.9755, + -73.87334, + -73.9508, + -73.95101, + -73.98256, + -73.98255, + -73.89213, + -73.89706, + -73.98279, + -73.9152, + -73.97162, + -73.95478, + -73.97151, + -73.99676, + -73.99563, + -73.99605, + -73.93442, + -73.90212, + -73.94125, + -73.96459, + -73.99657, + -73.939, + -73.96604, + -73.96159, + -73.99782, + -73.98236, + -73.9643, + -73.96031, + -73.97548, + -73.97128, + -73.98371, + -73.97056, + -73.99715, + -73.97973, + -73.94239, + -73.91281, + -73.95048, + -73.99179, + -73.84904, + -73.94714, + -73.97478, + -73.99006, + -73.97635, + -73.95376, + -73.95812, + -73.89964, + -73.95479, + -73.98447, + -73.90818, + -73.99106, + -73.95256, + -73.9506, + -73.94426, + -73.82708, + -73.98779, + -73.99614, + -73.95429, + -73.96162, + -73.94702, + -73.90895, + -73.93744, + -73.87731, + -73.97389, + -73.9116, + -73.93855, + -73.96547, + -73.93338, + -73.76711, + -73.91347, + -73.94509, + -73.84647, + -74.08682, + -73.9385, + -73.98135, + -73.9547, + -73.95922, + -73.99259, + -73.94734, + -73.92529, + -73.95834, + -73.98434, + -73.93468, + -73.95049, + -73.95831, + -73.91459, + -73.99032, + -73.81266, + -73.9086, + -73.95298, + -74.02213, + -74.01454, + -74.00328, + -74.01585, + -73.86084, + -73.94036, + -74.07666, + -73.94172, + -73.95126, + -73.96572, + -73.93942, + -73.9384, + -73.94406, + -74.00627, + -73.99292, + -73.95281, + -73.97396, + -73.9861, + -73.97069, + -73.98685, + -73.95312, + -73.97397, + -73.99922, + -73.9829, + -73.93987, + -73.93685, + -73.93854, + -73.93842, + -73.87461, + -73.98135, + -73.99443, + -73.92837, + -73.85927, + -73.97951, + -73.82576, + -73.97451, + -73.76962, + -73.93987, + -73.94776, + -73.91986, + -73.93785, + -74.01329, + -73.98347, + -74.00429, + -73.95264, + -73.92161, + -73.95508, + -73.95501, + -73.93118, + -73.94557, + -73.90264, + -73.94635, + -73.96426, + -73.90797, + -73.95334, + -73.95033, + -73.9425, + -73.94781, + -73.92659, + -73.98409, + -73.73605, + -74.00286, + -74.03037, + -73.9769, + -73.98988, + -73.94906, + -73.9535, + -73.95993, + -73.75117, + -73.97251, + -73.99807, + -73.96767, + -73.95248, + -73.94652, + -73.99098, + -73.9876, + -73.98477, + -73.96618, + -74.00468, + -73.99805, + -73.9583, + -73.94929, + -73.83399, + -73.98585, + -73.95044, + -73.95864, + -73.97977, + -73.97242, + -73.93937, + -73.91787, + -74.00669, + -73.94351, + -73.96076, + -73.99139, + -73.95036, + -73.95131, + -73.94412, + -73.95364, + -74.00236, + -73.93477, + -73.79102, + -73.98188, + -73.93879, + -73.97051, + -73.96507, + -73.98447, + -74.00288, + -73.91027, + -73.98582, + -73.90831, + -73.91573, + -73.99056, + -73.98255, + -73.97536, + -73.99122, + -74.0023, + -73.93799, + -73.96198, + -73.93321, + -73.97614, + -73.97528, + -73.97446, + -73.99616, + -73.99744, + -73.97589, + -73.99807, + -73.97472, + -73.9742, + -73.97448, + -73.97446, + -73.97611, + -73.97585, + -73.97458, + -73.87937, + -73.97376, + -73.95431, + -73.96246, + -73.96217, + -73.96374, + -73.96122, + -73.90945, + -73.97309, + -73.95658, + -73.99712, + -73.96133, + -73.96781, + -73.98882, + -73.94761, + -73.94329, + -73.98482, + -73.88914, + -73.99917, + -73.93887, + -73.98822, + -73.9798, + -73.87127, + -73.99578, + -73.99343, + -73.86282, + -73.97803, + -73.89277, + -73.90342, + -73.90354, + -73.93566, + -73.97504, + -73.92159, + -73.90626, + -73.98355, + -73.91775, + -73.9066, + -73.92599, + -73.90525, + -73.90563, + -73.90528, + -73.98091, + -73.98599, + -73.98184, + -73.98671, + -73.92904, + -73.93014, + -73.96046, + -73.92007, + -73.97871, + -73.99342, + -73.99711, + -73.95544, + -73.93843, + -73.95591, + -73.99933, + -73.9804, + -74.01918, + -73.91352, + -73.94665, + -73.95022, + -73.94715, + -73.94065, + -74.00991, + -74.07837, + -73.98724, + -73.98806, + -73.99011, + -73.98712, + -73.95072, + -73.95442, + -73.94326, + -73.93583, + -73.86047, + -73.95229, + -73.96333, + -73.98154, + -73.90504, + -73.96646, + -73.90623, + -73.90692, + -73.90548, + -73.98956, + -73.90622, + -73.95363, + -73.91158, + -73.99461, + -73.96165, + -73.9658, + -73.98344, + -73.99254, + -73.99881, + -73.9494, + -73.83457, + -73.96145, + -73.93276, + -74.02272, + -73.91499, + -73.97077, + -73.95653, + -73.89103, + -73.94974, + -74.0026, + -73.94498, + -73.99685, + -73.97932, + -73.93834, + -73.89488, + -73.87351, + -73.97391, + -73.94747, + -73.90473, + -73.99608, + -73.99791, + -73.83164, + -73.99488, + -73.95868, + -73.93915, + -73.97698, + -73.80416, + -73.96487, + -73.91775, + -73.98331, + -73.92055, + -73.9336, + -73.99577, + -73.96318, + -73.95428, + -73.91349, + -73.97483, + -74.00213, + -73.87518, + -73.9918, + -73.92229, + -74.00018, + -73.91955, + -74.00422, + -73.99074, + -73.98098, + -73.92892, + -73.92318, + -73.94551, + -73.96196, + -73.87049, + -73.91288, + -73.99128, + -73.87388, + -73.98787, + -73.90799, + -73.99, + -73.98863, + -73.87584, + -73.92472, + -73.82393, + -74.00463, + -73.98862, + -73.9471, + -73.94446, + -73.91455, + -73.98953, + -73.95283, + -73.91931, + -73.95346, + -73.94088, + -73.95469, + -73.95416, + -73.93837, + -73.95472, + -73.94161, + -73.95238, + -73.75063, + -73.97987, + -73.94277, + -73.94101, + -73.94083, + -73.94534, + -73.94171, + -73.98649, + -74.00334, + -73.8699, + -73.94169, + -73.93115, + -73.93865, + -73.91458, + -73.95454, + -73.9911, + -73.95381, + -73.99534, + -73.9986, + -73.981, + -73.85595, + -73.9412, + -73.92623, + -74.00974, + -73.91729, + -73.99642, + -73.92612, + -73.95729, + -73.94978, + -73.9974, + -73.95135, + -73.93544, + -73.97343, + -73.7974, + -73.98874, + -73.95699, + -73.9987, + -73.92145, + -73.94562, + -73.9209, + -73.92636, + -73.95502, + -73.99953, + -73.90294, + -73.87312, + -73.9535, + -74.0212, + -73.98874, + -73.93159, + -73.94549, + -73.99405, + -73.98649, + -73.87708, + -73.76192, + -73.95221, + -73.95024, + -73.96122, + -73.95435, + -73.9382, + -73.73396, + -73.93071, + -73.98715, + -74.00274, + -73.95303, + -74.00689, + -73.98518, + -73.99933, + -73.99783, + -73.94969, + -73.92623, + -73.93115, + -73.96337, + -73.78469, + -73.91352, + -73.76451, + -73.95951, + -73.99559, + -73.99608, + -73.98433, + -73.96249, + -73.95961, + -73.89102, + -73.85084, + -73.78477, + -73.98343, + -73.91694, + -74.00618, + -73.95447, + -73.94848, + -73.73638, + -73.95484, + -73.99693, + -73.94234, + -73.87131, + -73.99431, + -73.93234, + -73.87159, + -73.92574, + -73.97938, + -73.91848, + -73.94098, + -73.97797, + -73.91233, + -73.94632, + -73.91227, + -73.97076, + -73.95026, + -73.95559, + -73.95506, + -74.07205, + -74.00774, + -73.87195, + -73.92946, + -73.94007, + -73.95072, + -73.91308, + -74.00232, + -74.08197, + -73.82875, + -73.96573, + -73.95953, + -73.92437, + -73.95369, + -73.95586, + -73.8976, + -73.92432, + -73.92876, + -73.97995, + -73.98668, + -73.93819, + -73.92751, + -73.94381, + -73.97534, + -73.97075, + -73.94603, + -73.96503, + -73.95439, + -73.97265, + -73.94059, + -73.95033, + -73.98946, + -73.95221, + -73.98037, + -73.84101, + -73.99066, + -73.92886, + -73.99669, + -73.99033, + -73.94574, + -73.97618, + -73.98453, + -73.78374, + -73.92112, + -73.98685, + -73.8693, + -73.98341, + -73.92983, + -73.88971, + -73.97165, + -73.94931, + -73.82469, + -73.9534, + -73.93131, + -73.98063, + -73.9837, + -73.96022, + -73.99019, + -74.01392, + -73.75037, + -73.7485, + -73.99342, + -73.96286, + -73.94104, + -73.85601, + -73.92031, + -73.92974, + -73.9438, + -74.01555, + -73.98719, + -73.99218, + -73.99648, + -73.96669, + -73.92765, + -73.92527, + -73.91653, + -73.95059, + -73.98835, + -73.98691, + -73.98667, + -73.98687, + -73.91002, + -73.97575, + -73.73627, + -73.95643, + -74.00091, + -74.00671, + -73.91182, + -73.95949, + -73.96231, + -74.00435, + -73.94819, + -73.96875, + -73.98383, + -73.94031, + -73.94666, + -74.00444, + -73.959, + -73.97241, + -73.96605, + -73.94702, + -73.90637, + -73.94087, + -73.92614, + -73.94807, + -73.85736, + -73.91941, + -73.91467, + -73.99568, + -73.9472, + -73.94616, + -73.98822, + -73.94738, + -73.91625, + -73.9197, + -73.98101, + -73.79056, + -73.9062, + -73.95436, + -73.93281, + -73.95278, + -73.98737, + -73.92045, + -73.95812, + -73.90782, + -73.85968, + -73.85839, + -73.94745, + -73.94225, + -73.87211, + -73.98878, + -73.95293, + -73.75116, + -73.99702, + -73.75265, + -73.93789, + -73.86456, + -73.85782, + -73.94922, + -73.95069, + -73.98858, + -73.94175, + -73.87237, + -73.99825, + -73.95512, + -73.89013, + -73.9792, + -73.9762, + -73.98508, + -73.95411, + -73.9248, + -73.94732, + -73.95012, + -74.07967, + -73.94805, + -73.91935, + -73.90918, + -73.98777, + -73.9585, + -73.97698, + -73.95502, + -73.9209, + -73.81249, + -73.96267, + -73.9514, + -73.90727, + -73.94665, + -73.92163, + -73.9265, + -73.91668, + -73.94864, + -74.03164, + -73.91802, + -73.92578, + -73.91244, + -73.95133, + -73.96129, + -73.93854, + -74.15789, + -73.94315, + -73.9285, + -73.92942, + -73.95674, + -73.90821, + -73.7317, + -73.98864, + -73.97852, + -74.00142, + -73.95168, + -74.10444, + -73.95451, + -73.94585, + -73.99019, + -73.85304, + -73.96013, + -73.90851, + -73.94711, + -73.94664, + -73.9405, + -73.94943, + -73.96083, + -73.94841, + -73.9845, + -73.94524, + -73.95083, + -73.94189, + -73.83455, + -73.84213, + -73.94453, + -73.99074, + -73.79008, + -73.79128, + -74.00676, + -73.91536, + -73.97579, + -73.942, + -73.84611, + -73.95862, + -74.00191, + -73.9501, + -73.94708, + -73.95574, + -73.84285, + -73.95177, + -73.74882, + -73.95892, + -73.91619, + -73.93456, + -73.93129, + -73.96839, + -73.91489, + -73.91386, + -73.98659, + -73.97638, + -73.94755, + -73.78452, + -73.92627, + -74.08542, + -73.99825, + -73.97111, + -73.96191, + -73.96685, + -73.9243, + -73.93798, + -73.98475, + -73.98135, + -73.96116, + -73.92897, + -73.91599, + -73.96004, + -73.99313, + -73.99573, + -73.92827, + -73.93173, + -73.78289, + -73.98853, + -73.87407, + -73.90579, + -73.93913, + -73.79921, + -73.90279, + -73.97251, + -73.81005, + -73.99533, + -73.90605, + -73.93607, + -73.96487, + -73.97687, + -73.95744, + -73.94142, + -73.96595, + -73.92912, + -73.98457, + -73.99259, + -73.948, + -73.92154, + -73.96283, + -73.98443, + -73.94487, + -73.94685, + -73.73583, + -73.94453, + -73.84242, + -73.9581, + -73.94935, + -73.95511, + -73.94126, + -73.93546, + -73.91393, + -73.97116, + -73.99797, + -73.98634, + -73.97959, + -73.92598, + -73.99641, + -73.9421, + -73.92175, + -73.95152, + -73.92111, + -73.92841, + -73.89134, + -73.98834, + -73.9578, + -73.9143, + -74.00196, + -73.92833, + -73.97898, + -73.96181, + -73.95571, + -74.00566, + -73.93643, + -73.92213, + -73.99684, + -73.99865, + -73.91982, + -73.94563, + -73.99267, + -74.00371, + -74.00355, + -73.95558, + -73.90937, + -73.7582, + -73.96123, + -73.92851, + -73.9752, + -73.98758, + -73.9593, + -73.96496, + -73.90594, + -73.96617, + -73.99316, + -73.98399, + -73.96437, + -73.96918, + -73.98192, + -73.94616, + -73.99508, + -73.99012, + -73.96627, + -73.94904, + -73.91619, + -73.9802, + -73.95935, + -73.87832, + -73.92269, + -73.9535, + -73.95075, + -73.7854, + -73.99361, + -73.94681, + -74.00479, + -73.96952, + -73.953, + -73.99405, + -73.94392, + -73.93515, + -73.90716, + -74.00181, + -73.94782, + -73.94835, + -73.99689, + -73.74421, + -73.78346, + -73.95032, + -73.92257, + -73.95003, + -73.9496, + -73.82975, + -73.98515, + -73.95294, + -73.95197, + -73.98566, + -73.9232, + -73.92057, + -73.99376, + -73.99185, + -73.92902, + -73.86975, + -73.92869, + -73.86964, + -73.95285, + -73.99331, + -73.99381, + -73.97685, + -73.96121, + -73.95851, + -73.94327, + -73.91556, + -73.8702, + -73.94659, + -73.93499, + -73.94852, + -73.9506, + -73.9261, + -73.97174, + -73.93098, + -73.97318, + -73.99725, + -73.98242, + -74.03136, + -73.92456, + -73.98963, + -73.94132, + -73.94132, + -73.99754, + -74.08401, + -73.94592, + -73.87442, + -73.89739, + -73.873, + -73.87254, + -73.9942, + -74.00779, + -73.93535, + -74.00603, + -73.95856, + -73.95895, + -73.91364, + -73.90887, + -73.94176, + -73.76209, + -73.90354, + -74.00146, + -73.95714, + -73.92957, + -73.91652, + -73.94576, + -73.89384, + -73.94423, + -73.94042, + -73.91289, + -74.00066, + -73.95186, + -73.9726, + -73.94899, + -74.00214, + -73.98013, + -74.00569, + -73.95249, + -73.94186, + -73.90883, + -74.00701, + -73.98675, + -73.98842, + -73.94836, + -73.94971, + -73.86802, + -73.92016, + -73.86687, + -74.00978, + -73.91556, + -73.98523, + -73.95235, + -73.93878, + -73.97132, + -73.95318, + -73.9435, + -73.94271, + -73.95847, + -73.9407, + -73.94578, + -73.93767, + -73.98211, + -73.9307, + -74.01351, + -73.9463, + -73.93561, + -73.94306, + -73.9432, + -74.07929, + -73.96422, + -73.9451, + -73.98753, + -74.00473, + -73.94134, + -73.90811, + -73.93083, + -73.95311, + -73.95228, + -74.00819, + -73.93997, + -73.94972, + -73.95672, + -73.98373, + -73.92563, + -73.98097, + -73.95394, + -73.93188, + -73.95927, + -73.96289, + -73.95687, + -73.98562, + -73.94157, + -73.92262, + -73.93763, + -73.98878, + -73.97963, + -73.95099, + -73.93222, + -73.94366, + -73.90111, + -73.94547, + -73.92812, + -73.98358, + -73.98228, + -73.91014, + -73.91575, + -73.95016, + -73.93903, + -73.98147, + -73.99375, + -73.93592, + -73.85982, + -73.96551, + -74.01709, + -73.94635, + -73.94541, + -73.92046, + -73.9471, + -73.90547, + -73.98131, + -73.92134, + -73.97664, + -73.95992, + -73.97818, + -73.93345, + -73.98336, + -73.93906, + -73.87442, + -73.90748, + -73.94788, + -73.94565, + -73.92181, + -74.01358, + -74.014, + -73.97051, + -73.96581, + -73.93974, + -73.84519, + -73.83595, + -73.94291, + -73.93203, + -73.934, + -73.99685, + -73.95126, + -73.95509, + -73.89135, + -73.99506, + -73.9562, + -73.98527, + -73.96673, + -73.94198, + -73.96827, + -73.94723, + -73.98703, + -73.95173, + -73.88599, + -73.9518, + -73.9011, + -74.00508, + -73.95206, + -73.94441, + -73.96679, + -73.74865, + -73.94505, + -73.98592, + -73.92346, + -73.99604, + -73.9586, + -73.94133, + -73.94264, + -73.9941, + -73.90883, + -73.93763, + -73.85825, + -73.94558, + -74.00706, + -73.95379, + -73.92024, + -73.95321, + -73.95302, + -73.85627, + -73.95353, + -73.98345, + -73.98367, + -73.94233, + -73.98734, + -73.94638, + -73.97693, + -73.94297, + -73.76935, + -73.98042, + -73.94711, + -73.98335, + -73.9881, + -73.94917, + -73.73399, + -73.98902, + -73.96794, + -73.97209, + -73.96944, + -73.934, + -73.93578, + -73.94349, + -73.92865, + -74.00538, + -73.95486, + -73.95394, + -73.738, + -73.92929, + -73.956, + -73.90146, + -73.9147, + -73.84558, + -73.95476, + -73.94289, + -73.93979, + -74.07758, + -73.95736, + -73.94791, + -73.98921, + -73.93654, + -73.99524, + -74.00251, + -73.93184, + -73.94493, + -73.95538, + -73.95599, + -73.95862, + -73.92724, + -73.94512, + -73.93183, + -73.86227, + -73.92171, + -73.74867, + -73.91014, + -73.90435, + -73.93266, + -73.95474, + -74.0018, + -73.93042, + -74.00474, + -73.93955, + -73.94103, + -73.955, + -73.99541, + -73.95732, + -73.95184, + -73.99961, + -73.99587, + -73.98935, + -73.86787, + -73.917, + -73.99675, + -73.93369, + -73.99706, + -73.9723, + -73.99716, + -73.97343, + -73.85479, + -73.88753, + -73.92726, + -73.93301, + -73.83072, + -73.92974, + -73.96341, + -73.82544, + -73.9919, + -73.74688, + -73.94826, + -74.00064, + -73.92753, + -73.97325, + -73.91855, + -73.99684, + -73.9383, + -73.83634, + -73.94512, + -73.99876, + -73.9454, + -73.91464, + -73.92766, + -73.9259, + -73.92601, + -73.95646, + -73.95658, + -73.92443, + -73.98913, + -73.90804, + -73.95405, + -73.94453, + -74.01657, + -73.78361, + -73.95206, + -73.99231, + -74.0033, + -73.94985, + -73.98601, + -73.87764, + -73.98505, + -73.9715, + -73.95982, + -73.99756, + -73.97141, + -73.94994, + -73.9407, + -73.99775, + -73.98079, + -73.92732, + -73.95108, + -73.95674, + -73.98887, + -73.93104, + -73.9553, + -73.96398, + -73.93348, + -73.96351, + -73.92574, + -73.95509, + -73.83456, + -73.98688, + -73.92393, + -74.00787, + -73.90827, + -73.9776, + -73.91735, + -73.97059, + -73.90744, + -73.9843, + -73.92416, + -73.93814, + -73.97265, + -73.99344, + -73.94423, + -73.98191, + -73.97973, + -73.9508, + -73.98306, + -73.92875, + -73.91242, + -73.99609, + -73.9525, + -73.9796, + -73.95442, + -73.91976, + -73.96463, + -73.97172, + -73.93858, + -73.99837, + -73.91188, + -73.9417, + -73.91187, + -73.87637, + -73.81691, + -73.96069, + -73.94996, + -73.87995, + -74.00464, + -73.98299, + -73.93344, + -73.9971, + -73.90039, + -73.92805, + -73.82092, + -74.00038, + -73.90517, + -73.92911, + -73.99316, + -73.87712, + -73.98865, + -73.94031, + -73.93127, + -73.88705, + -74.08324, + -73.972, + -73.90121, + -73.95476, + -74.00676, + -73.88315, + -73.94335, + -73.9953, + -73.96916, + -73.74623, + -73.94644, + -73.94969, + -73.93847, + -73.94859, + -73.95879, + -73.96041, + -73.99523, + -73.91817, + -73.99142, + -73.90952, + -73.98304, + -73.90737, + -73.90672, + -73.90618, + -73.89165, + -73.90642, + -73.9655, + -73.8494, + -73.95765, + -73.95822, + -73.92037, + -73.95671, + -73.91764, + -73.84812, + -73.9878, + -74.00834, + -73.90445, + -73.90248, + -73.90414, + -73.909, + -74.00275, + -73.94043, + -73.94585, + -73.99501, + -73.99172, + -73.92401, + -73.95501, + -74.00846, + -73.99898, + -73.98176, + -73.96086, + -74.00324, + -73.96097, + -73.96111, + -73.92383, + -73.98711, + -73.98772, + -73.93948, + -73.97962, + -73.98768, + -73.91413, + -74.01801, + -73.99557, + -73.95868, + -74.00385, + -73.91229, + -73.93712, + -74.00239, + -73.82426, + -74.00059, + -73.92477, + -73.97104, + -73.95651, + -73.92848, + -73.95817, + -73.95526, + -73.98686, + -73.93823, + -73.98679, + -73.93883, + -73.99855, + -73.98127, + -73.94802, + -73.95307, + -73.95855, + -73.94792, + -73.95203, + -73.95268, + -73.97091, + -73.89328, + -73.95961, + -73.98593, + -73.88834, + -73.89161, + -73.89735, + -73.98547, + -73.98532, + -73.87892, + -73.98213, + -73.87629, + -73.92441, + -73.92446, + -73.934, + -73.9546, + -73.95576, + -73.80156, + -73.9504, + -73.90829, + -73.93617, + -73.93368, + -74.00664, + -73.97923, + -73.93035, + -73.83136, + -73.82207, + -73.97195, + -73.93741, + -73.94939, + -73.98674, + -73.89663, + -73.94709, + -73.88895, + -73.95421, + -73.94757, + -73.9891, + -73.95127, + -73.84975, + -73.99541, + -73.98017, + -73.97592, + -73.94904, + -73.95983, + -73.96059, + -73.98876, + -73.96132, + -73.96096, + -73.9609, + -73.94841, + -73.96075, + -73.95482, + -73.95968, + -73.95924, + -73.96116, + -73.95953, + -73.9481, + -73.96064, + -73.95926, + -73.9596, + -73.96091, + -73.95995, + -73.958, + -73.96126, + -73.96831, + -73.95299, + -73.95577, + -73.9876, + -73.88748, + -73.93753, + -73.94722, + -73.93893, + -73.9405, + -73.9378, + -73.88363, + -73.91899, + -73.90204, + -73.99563, + -73.9952, + -73.98508, + -73.95168, + -73.98246, + -73.89984, + -73.99345, + -73.92555, + -73.93638, + -73.82841, + -73.98737, + -73.78438, + -73.74896, + -73.96977, + -73.90396, + -73.98664, + -73.89158, + -73.93564, + -73.99307, + -73.97291, + -73.95396, + -73.93006, + -73.81899, + -73.94802, + -73.98252, + -73.91245, + -73.97972, + -73.93543, + -74.1728, + -74.17258, + -73.91676, + -73.94458, + -73.95233, + -73.84318, + -73.95983, + -73.96142, + -74.0102, + -73.95097, + -73.94741, + -73.95595, + -73.94228, + -73.98158, + -73.79505, + -73.97135, + -73.92087, + -73.98326, + -73.94256, + -73.99164, + -73.80292, + -73.94913, + -73.9578, + -73.95294, + -73.98235, + -73.98439, + -73.93112, + -73.95076, + -73.94648, + -73.92565, + -73.96237, + -73.98924, + -73.93221, + -73.98798, + -73.92259, + -73.98938, + -73.98717, + -74.00415, + -73.96882, + -73.97954, + -73.99723, + -73.85723, + -73.95323, + -73.94741, + -73.91533, + -73.8874, + -73.98071, + -73.91077, + -73.98621, + -73.95136, + -73.98866, + -73.99679, + -73.99643, + -73.94223, + -73.92662, + -74.00993, + -73.93801, + -73.96046, + -73.98165, + -73.99729, + -73.86813, + -73.99205, + -73.98277, + -73.98025, + -73.95845, + -73.95471, + -73.94455, + -73.95043, + -73.96862, + -74.06711, + -73.97006, + -73.76942, + -73.98412, + -73.99161, + -73.93698, + -73.95096, + -73.93982, + -73.94452, + -73.87402, + -73.94103, + -73.95228, + -73.94245, + -73.95587, + -73.9516, + -73.96193, + -73.9759, + -73.9787, + -73.81456, + -73.9574, + -73.99432, + -73.95296, + -73.97909, + -73.99118, + -73.95886, + -73.92063, + -73.94186, + -73.96049, + -73.96849, + -73.99483, + -73.98538, + -74.00035, + -73.95995, + -73.96147, + -73.96135, + -74.0074, + -73.98336, + -73.92284, + -73.92346, + -73.88653, + -73.94355, + -73.99032, + -73.91516, + -73.94907, + -73.99953, + -73.95169, + -73.92087, + -73.95834, + -73.95192, + -73.91076, + -73.89264, + -73.81079, + -74.00427, + -73.95449, + -73.88392, + -73.92163, + -73.91909, + -73.97685, + -73.87549, + -73.92233, + -73.88553, + -73.95478, + -73.92176, + -73.94999, + -73.79248, + -73.97725, + -73.79145, + -73.94102, + -73.98271, + -73.99651, + -73.9246, + -73.91365, + -73.90662, + -73.99513, + -73.94438, + -73.96372, + -73.93153, + -73.91084, + -73.94014, + -73.92688, + -73.94028, + -73.98787, + -73.95391, + -73.97651, + -73.9884, + -73.80122, + -73.96109, + -73.96503, + -73.95765, + -73.96098, + -73.9664, + -73.90605, + -73.9852, + -73.94191, + -73.94501, + -73.75463, + -73.9412, + -73.84874, + -73.99536, + -73.95304, + -73.94143, + -73.94363, + -73.86032, + -73.84997, + -73.99258, + -73.92358, + -73.92314, + -73.93118, + -73.99506, + -73.92971, + -73.95067, + -73.94421, + -73.99264, + -73.9894, + -73.96268, + -73.94274, + -73.95483, + -74.01047, + -73.96961, + -73.97011, + -73.98154, + -73.95895, + -73.99196, + -73.82951, + -73.80618, + -73.95024, + -73.95291, + -73.98497, + -73.93834, + -73.94444, + -73.93986, + -73.99335, + -73.99334, + -73.95712, + -73.89712, + -73.89519, + -73.9472, + -74.00377, + -73.99727, + -73.97432, + -73.92415, + -73.91393, + -73.97624, + -73.91784, + -73.96471, + -73.92555, + -73.83321, + -73.83284, + -73.85243, + -73.99643, + -73.99619, + -73.9941, + -73.98706, + -73.97202, + -73.97278, + -73.94426, + -73.92407, + -73.94901, + -74.00077, + -73.95121, + -73.9608, + -74.00015, + -73.99351, + -74.00666, + -73.90299, + -73.99633, + -73.98625, + -73.93803, + -73.93623, + -73.98771, + -73.92071, + -73.91081, + -73.98756, + -73.94288, + -73.9448, + -73.98444, + -73.92634, + -73.9906, + -73.98906, + -73.96991, + -73.93826, + -73.92714, + -73.98006, + -73.87383, + -73.90301, + -73.94866, + -74.00025, + -73.99662, + -73.96157, + -73.91231, + -73.98103, + -73.93847, + -73.95285, + -73.93267, + -74.01043, + -73.94771, + -73.95879, + -73.953, + -73.99602, + -73.9942, + -73.9944, + -73.9066, + -73.907, + -73.95248, + -73.92782, + -74.00425, + -73.98848, + -73.9872, + -73.99705, + -73.94627, + -73.98062, + -73.88626, + -73.92655, + -73.97412, + -73.94934, + -73.99914, + -73.97099, + -73.94088, + -73.99735, + -73.90076, + -73.86991, + -73.94176, + -73.99248, + -73.99616, + -73.95877, + -73.98344, + -73.92581, + -73.95241, + -73.98844, + -74.01221, + -74.00157, + -73.90191, + -73.92859, + -73.92888, + -73.96714, + -73.99455, + -73.99516, + -73.91458, + -73.98311, + -73.88404, + -73.99869, + -73.97331, + -73.99349, + -73.98779, + -73.98694, + -73.92651, + -73.96276, + -73.92146, + -73.92454, + -73.94647, + -73.96829, + -73.91814, + -73.81551, + -74.10989, + -73.95309, + -73.91488, + -73.95393, + -73.95315, + -73.93825, + -73.96308, + -73.9761, + -73.98557, + -73.84197, + -73.92995, + -74.11773, + -74.0106, + -74.012, + -74.01036, + -74.01198, + -74.01162, + -73.9649, + -73.94567, + -73.90586, + -73.98389, + -73.95444, + -73.97682, + -74.0121, + -74.01047, + -74.01238, + -74.01046, + -74.01203, + -73.99062, + -73.87968, + -74.01226, + -74.01233, + -74.01077, + -74.01214, + -74.01076, + -74.01029, + -74.01023, + -74.01103, + -74.01092, + -74.01072, + -73.9925, + -73.84365, + -73.95048, + -73.95601, + -73.91193, + -74.0062, + -73.93615, + -73.93232, + -74.00647, + -73.92974, + -74.00484, + -74.01047, + -74.01243, + -74.01064, + -74.01225, + -74.01046, + -74.01227, + -74.01078, + -74.01229, + -74.01098, + -74.01175, + -74.01171, + -74.01044, + -74.01241, + -74.01045, + -74.01056, + -74.01061, + -74.01019, + -74.01092, + -74.01227, + -73.95246, + -74.01214, + -74.01056, + -74.01066, + -74.01045, + -74.01183, + -74.01023, + -74.01054, + -74.01114, + -74.01077, + -74.01042, + -74.01226, + -74.01077, + -74.01188, + -73.96518, + -74.01239, + -74.01201, + -74.01021, + -73.9652, + -74.01089, + -74.01252, + -74.01064, + -74.0105, + -74.06745, + -74.01036, + -74.0116, + -74.01097, + -74.01087, + -74.0118, + -73.89831, + -74.01199, + -74.01219, + -74.01101, + -74.01218, + -74.01023, + -74.01043, + -74.01091, + -74.01111, + -74.011, + -74.01081, + -74.01097, + -74.01086, + -73.94028, + -74.01227, + -74.01065, + -73.97357, + -74.01206, + -74.01066, + -74.0106, + -74.01192, + -74.01039, + -74.01184, + -74.01107, + -74.01213, + -74.01094, + -74.01165, + -74.01074, + -74.01208, + -74.01199, + -74.01026, + -73.92748, + -74.01175, + -74.01111, + -74.0107, + -74.01105, + -74.01092, + -73.97697, + -73.92515, + -73.97916, + -73.79209, + -73.91465, + -73.9922, + -73.96453, + -73.98309, + -73.9581, + -73.9328, + -73.82943, + -73.89908, + -73.79101, + -73.79151, + -73.91777, + -73.88098, + -73.94608, + -73.89612, + -73.95362, + -74.00574, + -73.95174, + -73.86951, + -73.9303, + -73.9783, + -73.91858, + -73.95458, + -73.93363, + -73.94897, + -73.96751, + -73.90632, + -73.86014, + -73.93343, + -73.96736, + -73.93451, + -73.95213, + -73.96142, + -73.95139, + -73.94466, + -73.8693, + -73.98415, + -73.82648, + -73.96382, + -73.94932, + -73.91451, + -73.96139, + -73.93284, + -73.9623, + -73.98033, + -73.98501, + -73.99471, + -73.91299, + -73.94474, + -73.93448, + -73.95658, + -73.92489, + -73.86889, + -73.94468, + -73.91475, + -73.8726, + -73.98994, + -73.9662, + -73.96464, + -73.94251, + -73.9491, + -73.92392, + -73.94974, + -73.99482, + -73.95126, + -73.94488, + -73.94317, + -73.96548, + -73.97204, + -73.96633, + -73.79742, + -73.96198, + -73.97386, + -73.95857, + -73.98464, + -73.96831, + -73.92712, + -73.95137, + -74.00241, + -73.99675, + -73.98355, + -73.92134, + -73.97438, + -73.87801, + -73.98508, + -73.98854, + -73.92058, + -73.94242, + -73.94483, + -73.92237, + -73.98216, + -73.98943, + -73.98865, + -73.89633, + -74.00539, + -74.00343, + -74.00346, + -73.95569, + -73.9432, + -73.9588, + -73.98874, + -73.9616, + -73.94191, + -74.00556, + -73.95175, + -73.95203, + -73.93873, + -73.92853, + -73.91039, + -73.99667, + -73.9226, + -73.99509, + -73.99548, + -73.86451, + -73.93662, + -73.9915, + -73.97927, + -73.97376, + -73.99483, + -74.02429, + -73.92007, + -73.95267, + -73.95075, + -74.00176, + -73.95821, + -73.9523, + -73.94966, + -73.93857, + -73.99554, + -73.90429, + -73.90495, + -73.87099, + -73.8956, + -73.89502, + -73.89664, + -73.89627, + -73.89511, + -73.91341, + -73.9258, + -73.97334, + -73.98236, + -73.90321, + -73.9608, + -73.90643, + -73.94801, + -74.03788, + -74.00662, + -73.94011, + -73.95009, + -73.99019, + -73.94216, + -73.99536, + -73.94309, + -73.95824, + -73.94602, + -73.99335, + -73.9082, + -73.94694, + -73.96443, + -73.90895, + -73.90808, + -73.97778, + -73.93582, + -74.08202, + -73.92685, + -73.92803, + -73.94016, + -73.94038, + -73.995, + -73.97604, + -73.95546, + -73.93818, + -73.95446, + -73.97356, + -73.97523, + -73.97533, + -74.00908, + -73.95875, + -73.94635, + -73.9581, + -73.93963, + -73.90653, + -74.00094, + -73.89627, + -73.99226, + -73.99829, + -73.81545, + -73.90828, + -73.99696, + -73.9175, + -73.94457, + -73.87792, + -73.91418, + -73.91183, + -73.97903, + -73.91366, + -73.91212, + -73.92957, + -73.91366, + -73.91358, + -73.91274, + -73.99925, + -73.89522, + -73.95203, + -73.98109, + -73.7834, + -73.97909, + -73.97895, + -73.9356, + -73.95693, + -73.85076, + -73.99487, + -73.89256, + -73.89647, + -73.92643, + -73.93182, + -73.96064, + -73.95041, + -73.98813, + -73.95677, + -73.98857, + -73.94033, + -73.86438, + -73.97302, + -73.81431, + -73.94356, + -73.95287, + -73.96603, + -73.88378, + -73.99494, + -73.90862, + -73.93802, + -73.9631, + -73.95823, + -73.96113, + -73.93752, + -73.94682, + -73.88399, + -73.98987, + -73.99954, + -73.84916, + -74.00644, + -73.93813, + -73.92186, + -73.94066, + -73.95049, + -73.94828, + -73.94839, + -73.92684, + -73.9074, + -73.89964, + -73.9444, + -74.00356, + -73.98916, + -73.98874, + -73.98884, + -73.97537, + -73.97418, + -73.97534, + -73.9739, + -73.97594, + -73.97407, + -73.97557, + -73.98825, + -73.97601, + -73.86672, + -73.97404, + -73.97379, + -73.95106, + -73.97304, + -73.96254, + -73.94491, + -73.9647, + -73.92353, + -73.95556, + -73.84542, + -73.95973, + -74.00053, + -73.93788, + -73.93118, + -73.83129, + -74.00208, + -73.98857, + -73.96059, + -73.93148, + -73.96897, + -73.98667, + -73.94738, + -73.95071, + -73.98573, + -73.93763, + -73.76996, + -74.0051, + -73.94267, + -73.77157, + -73.77125, + -73.77125, + -73.76923, + -73.91125, + -73.93127, + -73.76993, + -73.77069, + -73.96304, + -73.9505, + -73.95332, + -73.95131, + -73.96729, + -73.98402, + -73.95379, + -74.00313, + -73.90869, + -73.96681, + -73.95326, + -73.9608, + -73.94179, + -73.9677, + -74.17628, + -73.93013, + -73.99312, + -73.99431, + -73.98736, + -73.93033, + -73.98564, + -73.95528, + -73.99091, + -73.91688, + -73.87732, + -73.99486, + -73.9948, + -73.96038, + -73.94537, + -73.90802, + -73.9941, + -73.90602, + -73.90741, + -73.99818, + -73.99969, + -73.9244, + -73.9761, + -73.90961, + -74.0778, + -73.91107, + -73.98862, + -73.90588, + -74.00159, + -73.94684, + -73.99685, + -73.95076, + -73.99873, + -73.99863, + -73.97428, + -74.00259, + -73.91886, + -73.91226, + -73.99273, + -74.00003, + -73.78188, + -73.98113, + -73.9826, + -73.94372, + -73.98614, + -73.98094, + -73.95367, + -73.99527, + -73.90604, + -73.99028, + -73.99524, + -73.92607, + -73.90798, + -73.90774, + -73.91324, + -73.95808, + -73.97349, + -74.08268, + -73.9675, + -73.94837, + -73.99375, + -73.99501, + -73.91931, + -73.85001, + -73.93004, + -74.00927, + -73.93425, + -73.78855, + -73.99701, + -73.99831, + -73.96923, + -73.99305, + -73.98389, + -73.93632, + -73.91693, + -73.98729, + -74.00227, + -73.97999, + -74.00255, + -73.98732, + -73.93695, + -73.99602, + -73.94616, + -74.00039, + -73.94699, + -73.94841, + -73.93647, + -73.94673, + -73.94725, + -73.9581, + -73.95516, + -73.9654, + -73.90696, + -73.95258, + -73.96019, + -73.97563, + -73.97531, + -73.78871, + -73.97172, + -73.94183, + -73.93938, + -73.94097, + -73.91274, + -73.99183, + -73.95466, + -73.99042, + -73.92875, + -73.94997, + -73.97395, + -73.95679, + -73.80149, + -73.94214, + -73.90049, + -73.89539, + -73.73292, + -73.96475, + -73.93608, + -73.94902, + -73.9391, + -73.91539, + -73.95655, + -73.99654, + -73.9868, + -73.94185, + -73.96, + -73.86753, + -73.94094, + -73.98232, + -73.97571, + -73.97524, + -73.97438, + -73.87711, + -73.93866, + -73.90227, + -74.00031, + -73.9106, + -73.95341, + -73.96311, + -73.9498, + -73.73563, + -73.85107, + -73.98836, + -73.95705, + -73.89575, + -73.95624, + -73.9786, + -73.95593, + -73.899, + -73.97384, + -73.96343, + -73.93654, + -73.94132, + -73.9725, + -73.89238, + -73.92637, + -73.94392, + -73.95861, + -73.88072, + -73.96449, + -73.96984, + -73.99408, + -73.89372, + -73.90606, + -73.89402, + -73.9361, + -73.89404, + -73.92407, + -73.93587, + -73.89404, + -73.89356, + -73.89569, + -73.8954, + -73.87767, + -73.92088, + -73.93548, + -73.7486, + -73.96313, + -73.94054, + -74.0102, + -74.01193, + -74.01096, + -74.01231, + -74.01242, + -74.01073, + -74.01074, + -74.01216, + -74.01048, + -74.01227, + -73.9522, + -73.94167, + -74.01221, + -74.01112, + -73.94065, + -73.95497, + -73.81546, + -73.85954, + -73.94305, + -73.93856, + -73.96688, + -73.93688, + -73.9499, + -73.92806, + -73.98752, + -73.94236, + -73.99202, + -73.96392, + -73.98895, + -73.90603, + -73.97763, + -73.96069, + -73.9264, + -73.98401, + -73.89488, + -73.88115, + -73.94556, + -73.90654, + -73.98927, + -73.91268, + -73.98474, + -73.95408, + -73.94585, + -73.94115, + -73.98298, + -73.83501, + -73.92996, + -73.98849, + -73.97309, + -74.00074, + -73.97223, + -73.97955, + -73.95341, + -73.93982, + -73.93472, + -73.88586, + -73.98605, + -73.94877, + -73.98296, + -73.93035, + -73.97009, + -73.95478, + -73.97592, + -73.97188, + -73.9418, + -74.02175, + -73.99912, + -73.94785, + -73.98408, + -73.94696, + -73.96414, + -73.92483, + -73.90466, + -73.93182, + -73.91018, + -73.99421, + -73.96419, + -73.99054, + -73.96515, + -73.95365, + -73.95282, + -73.99273, + -73.99128, + -73.83114, + -73.99257, + -73.99073, + -73.99224, + -73.99141, + -73.99062, + -73.99227, + -73.99211, + -73.98903, + -73.98801, + -73.98876, + -73.98908, + -73.98887, + -73.989, + -73.98761, + -73.98767, + -73.9882, + -73.97923, + -73.97941, + -73.98132, + -73.98138, + -73.98124, + -73.97922, + -73.9796, + -73.98077, + -73.97953, + -73.97988, + -73.98636, + -73.98683, + -73.98727, + -73.98747, + -73.98758, + -73.95697, + -73.99792, + -73.93786, + -73.89689, + -73.89494, + -74.0656, + -73.9816, + -73.97335, + -73.97269, + -73.97323, + -73.98891, + -73.99336, + -73.94234, + -73.90863, + -73.94743, + -73.77986, + -73.97388, + -73.86008, + -73.95198, + -73.94163, + -73.91999, + -73.96906, + -73.97981, + -73.91902, + -73.99928, + -73.97868, + -73.95211, + -73.95981, + -73.98537, + -73.8487, + -74.0002, + -73.9996, + -73.9981, + -73.97927, + -73.90552, + -73.99111, + -73.98858, + -73.96023, + -73.89685, + -73.89473, + -73.95527, + -73.94253, + -73.94359, + -73.98058, + -73.86183, + -73.99083, + -73.97266, + -73.84086, + -73.92199, + -73.94902, + -73.95692, + -73.95738, + -73.98702, + -73.91966, + -73.94445, + -73.93835, + -73.79603, + -73.9547, + -73.91413, + -73.9102, + -73.99866, + -73.94757, + -73.92491, + -73.98651, + -73.93416, + -73.9273, + -73.99082, + -73.93571, + -73.96528, + -73.94824, + -73.98557, + -73.97453, + -73.97612, + -73.97522, + -74.00635, + -73.93108, + -73.96427, + -73.89457, + -73.88228, + -74.0062, + -73.98503, + -73.91883, + -73.96785, + -73.95695, + -73.98016, + -73.85299, + -73.92951, + -73.93058, + -73.9528, + -73.90852, + -73.81921, + -73.99765, + -74.02024, + -73.94884, + -73.93843, + -73.88561, + -73.92169, + -73.95443, + -73.9471, + -73.9407, + -73.74895, + -73.97188, + -73.90547, + -73.9424, + -73.99555, + -73.94095, + -73.9946, + -73.92578, + -73.94034, + -73.83768, + -73.91436, + -73.98722, + -73.91315, + -73.88976, + -73.99488, + -73.93336, + -73.93829, + -73.91243, + -74.00722, + -73.99368, + -73.91334, + -73.85644, + -73.9685, + -73.98283, + -73.98481, + -73.9779, + -73.9515, + -73.78287, + -73.98171, + -73.96134, + -73.89931, + -73.99306, + -73.95878, + -73.94723, + -73.93947, + -73.95498, + -73.93866, + -73.92208, + -73.94451, + -73.84171, + -73.92326, + -74.00489, + -73.91103, + -73.93929, + -73.89254, + -73.97289, + -73.95333, + -73.92353, + -73.92348, + -73.98968, + -74.1661, + -73.8353, + -73.83491, + -73.97764, + -73.83369, + -73.94925, + -73.98933, + -73.99525, + -74.00134, + -73.94845, + -73.98583, + -73.95964, + -73.96905, + -73.93022, + -73.93201, + -73.97569, + -74.00734, + -73.86169, + -73.97431, + -73.79392, + -73.94096, + -73.81967, + -73.99234, + -73.93971, + -73.98638, + -73.99765, + -73.86684, + -73.80868, + -73.92536, + -73.90697, + -73.93051, + -73.99638, + -73.95808, + -73.89986, + -74.0048, + -73.98983, + -73.8581, + -73.99167, + -73.85877, + -73.95472, + -73.94734, + -73.92746, + -74.00269, + -73.98727, + -74.01644, + -73.97758, + -73.98786, + -73.98168, + -73.99242, + -73.98077, + -73.9955, + -73.94151, + -73.9784, + -73.94053, + -73.87675, + -73.97285, + -73.93648, + -73.95174, + -73.97206, + -73.94469, + -73.88686, + -73.98845, + -73.9714, + -73.97754, + -73.95825, + -74.01068, + -73.93474, + -73.92709, + -73.82662, + -73.92754, + -73.94933, + -73.79415, + -73.87906, + -73.98652, + -73.98816, + -73.98587, + -73.79304, + -73.79059, + -73.94294, + -73.91665, + -73.9527, + -73.95415, + -73.95837, + -73.91721, + -73.92962, + -73.93864, + -73.98771, + -74.02382, + -73.96483, + -73.92138, + -74.00301, + -73.97431, + -73.95278, + -73.98746, + -73.95265, + -73.99734, + -73.91992, + -73.94994, + -73.9069, + -73.97072, + -73.97848, + -73.9666, + -73.97294, + -73.79592, + -73.78974, + -73.96208, + -73.99047, + -73.97521, + -73.9729, + -73.98938, + -73.93799, + -74.00444, + -73.95532, + -73.99944, + -73.94625, + -73.91548, + -73.92131, + -73.99676, + -73.94316, + -73.95984, + -73.96625, + -73.99795, + -73.91272, + -73.9439, + -73.9981, + -73.9463, + -73.87731, + -73.90941, + -73.93572, + -73.93258, + -74.08069, + -73.9829, + -73.94915, + -73.91996, + -73.93301, + -73.98327, + -73.97551, + -73.95139, + -73.98326, + -73.95491, + -73.95825, + -74.00531, + -73.95788, + -73.92031, + -73.98291, + -73.9144, + -73.73318, + -73.90894, + -73.90993, + -73.92892, + -73.92097, + -73.91404, + -73.92236, + -73.93018, + -73.86893, + -73.94458, + -74.0894, + -73.99129, + -74.02322, + -73.98564, + -73.93167, + -73.95572, + -73.92514, + -73.96493, + -73.96218, + -73.87507, + -73.8765, + -74.13352, + -73.87639, + -73.83101, + -73.93461, + -73.93602, + -73.83297, + -73.93029, + -73.94752, + -73.91826, + -73.8571, + -73.93779, + -74.01892, + -73.97091, + -73.99714, + -73.98698, + -73.92783, + -73.7526, + -73.9457, + -73.94646, + -73.91759, + -73.98368, + -73.96871, + -73.94138, + -73.82231, + -73.98327, + -73.92257, + -73.9669, + -73.90703, + -73.85704, + -73.78196, + -73.89052, + -73.87612, + -73.92638, + -73.94085, + -73.88044, + -73.97155, + -73.92612, + -73.98253, + -73.94792, + -73.90689, + -73.93886, + -73.98039, + -74.08318, + -73.86482, + -73.86933, + -73.81043, + -73.97047, + -73.81687, + -73.98585, + -73.97994, + -73.98029, + -73.94634, + -73.94164, + -73.98937, + -73.95664, + -73.95077, + -73.99599, + -73.94093, + -73.94146, + -73.9405, + -73.98867, + -73.94559, + -74.00015, + -73.93966, + -73.9394, + -73.93914, + -73.93895, + -73.93163, + -74.00043, + -74.00156, + -73.94827, + -73.88878, + -73.95208, + -73.94578, + -73.95892, + -73.91465, + -73.89236, + -73.99436, + -73.94438, + -73.99062, + -73.98435, + -73.99784, + -73.9469, + -73.9593, + -73.98773, + -73.99622, + -73.94559, + -73.90295, + -73.93904, + -73.8987, + -73.98866, + -73.91476, + -74.00409, + -73.95753, + -73.94781, + -73.95208, + -73.95629, + -73.99692, + -73.94915, + -73.96072, + -73.95633, + -73.94585, + -73.93488, + -73.96696, + -73.95082, + -73.91546, + -73.92837, + -73.95154, + -74.01693, + -73.81289, + -73.97066, + -73.89871, + -73.94088, + -73.86092, + -73.95899, + -73.98553, + -73.98615, + -73.98474, + -73.94777, + -73.98581, + -73.98633, + -73.93863, + -73.9435, + -73.98068, + -73.93405, + -73.92758, + -74.00683, + -73.97123, + -74.0177, + -73.98895, + -73.94163, + -73.98853, + -73.98838, + -73.99089, + -73.98769, + -73.98873, + -73.92858, + -73.98709, + -73.9238, + -73.88163, + -73.93143, + -73.9072, + -73.94066, + -73.98455, + -73.91018, + -73.95869, + -73.95433, + -73.98633, + -73.96107, + -73.9295, + -73.96366, + -73.93889, + -73.95829, + -73.93933, + -73.94402, + -73.95155, + -73.95008, + -73.95267, + -73.90885, + -73.97791, + -73.99473, + -73.93827, + -73.97154, + -73.97967, + -73.95229, + -73.9143, + -73.97964, + -73.9424, + -73.97945, + -73.93339, + -73.9723, + -73.98309, + -73.98749, + -73.94893, + -73.98735, + -73.9204, + -73.95085, + -73.82615, + -73.9304, + -73.95376, + -73.99364, + -73.95954, + -73.94054, + -73.80181, + -73.8768, + -74.00606, + -73.99962, + -73.96428, + -73.88233, + -73.98698, + -73.97143, + -73.91295, + -74.01186, + -73.94795, + -73.9875, + -73.97528, + -73.98657, + -73.9122, + -73.94861, + -73.99256, + -73.87456, + -73.97296, + -73.91404, + -73.94176, + -73.95353, + -73.98072, + -73.9384, + -73.90918, + -73.93934, + -73.90461, + -73.92908, + -73.94123, + -73.98576, + -73.93899, + -73.98276, + -73.99355, + -73.98027, + -74.00004, + -73.76814, + -73.98134, + -73.91328, + -74.08901, + -73.98207, + -73.96151, + -74.00632, + -73.93027, + -73.96119, + -74.00404, + -73.79713, + -73.93952, + -73.96676, + -73.96775, + -73.92332, + -73.86585, + -73.95339, + -73.90685, + -73.90988, + -73.98438, + -73.95476, + -73.82728, + -74.00213, + -73.9396, + -73.99014, + -73.97998, + -73.99067, + -73.90493, + -73.87363, + -73.96132, + -73.97116, + -74.00411, + -73.78278, + -73.91362, + -73.99085, + -73.99066, + -73.76952, + -73.73627, + -73.92898, + -73.94563, + -73.99216, + -73.94191, + -73.92122, + -73.94937, + -73.97646, + -73.94718, + -73.95239, + -73.77069, + -74.00074, + -73.96616, + -73.9552, + -74.00138, + -73.99254, + -73.96682, + -74.01294, + -73.97301, + -73.97958, + -73.92178, + -74.00925, + -73.95038, + -73.94309, + -73.94723, + -73.87045, + -73.93649, + -73.91012, + -73.98871, + -73.92348, + -73.99868, + -73.95901, + -73.91942, + -73.93066, + -73.93508, + -73.87957, + -74.02305, + -73.94002, + -73.98063, + -73.94393, + -73.94749, + -73.99596, + -73.94551, + -73.92533, + -73.95092, + -74.00668, + -73.91824, + -73.93803, + -73.88192, + -73.91146, + -73.989, + -73.94906, + -73.72656, + -73.98827, + -73.96176, + -73.95954, + -73.95996, + -73.92949, + -73.94464, + -73.84949, + -73.99077, + -73.86855, + -73.98938, + -73.96059, + -73.96677, + -73.83929, + -73.99132, + -73.94956, + -73.94838, + -73.97294, + -73.9262, + -73.95315, + -73.9775, + -73.98173, + -73.94332, + -74.00587, + -73.93882, + -73.99133, + -73.93436, + -73.94022, + -73.96449, + -73.9402, + -73.99633, + -73.97243, + -73.9951, + -73.94499, + -73.93442, + -73.92327, + -73.94733, + -73.98816, + -73.84489, + -73.94527, + -73.94235, + -73.98097, + -73.9537, + -73.9225, + -73.95424, + -73.94006, + -73.95165, + -74.00653, + -73.98838, + -73.94377, + -74.12557, + -73.8942, + -73.93859, + -73.90411, + -73.98035, + -73.92014, + -73.98083, + -73.90953, + -73.98078, + -73.91353, + -73.8555, + -73.95812, + -73.90559, + -73.9862, + -73.9107, + -73.98589, + -73.9106, + -73.91043, + -73.91051, + -73.98872, + -73.78583, + -73.9148, + -73.92416, + -73.99848, + -73.94291, + -73.94156, + -73.98539, + -73.98416, + -73.95763, + -73.9269, + -73.92682, + -73.92667, + -73.92711, + -73.98702, + -73.92932, + -73.91758, + -73.98199, + -73.95425, + -73.99609, + -73.99458, + -73.95343, + -73.9809, + -73.90064, + -74.11711, + -73.98191, + -73.98071, + -74.11577, + -73.98026, + -73.99626, + -73.91096, + -73.96256, + -73.90919, + -73.99601, + -73.96773, + -73.94027, + -73.98569, + -73.93885, + -74.00102, + -73.94019, + -74.01043, + -73.99603, + -73.93772, + -73.81428, + -73.94006, + -73.96809, + -73.96653, + -73.94241, + -73.9461, + -73.94341, + -73.9879, + -73.91296, + -73.9865, + -74.00626, + -73.9549, + -73.97689, + -73.97958, + -74.01133, + -73.94786, + -74.01556, + -73.78667, + -73.9216, + -73.90923, + -73.99908, + -73.93344, + -73.99233, + -73.91748, + -73.99516, + -73.97334, + -73.98273, + -73.84289, + -74.1366, + -73.99682, + -73.96977, + -73.99667, + -73.99524, + -73.99609, + -73.99485, + -73.99625, + -73.99522, + -73.99595, + -73.99638, + -73.93034, + -73.95957, + -73.94494, + -73.94507, + -73.99824, + -73.95909, + -73.94107, + -73.97943, + -73.99354, + -73.98152, + -73.9358, + -73.99882, + -73.99542, + -73.93434, + -73.99703, + -73.93599, + -73.96596, + -73.87978, + -73.98123, + -73.93723, + -73.96436, + -73.96167, + -73.81638, + -73.92759, + -73.93328, + -73.95147, + -74.00136, + -73.91282, + -73.9712, + -73.91217, + -73.95439, + -73.9714, + -73.94138, + -73.97428, + -73.98591, + -73.9422, + -73.9938, + -73.94176, + -73.95749, + -73.97797, + -73.95566, + -73.94981, + -74.00142, + -73.94131, + -73.94868, + -73.94077, + -73.93964, + -73.94355, + -73.97632, + -73.95858, + -73.94413, + -73.85204, + -73.9698, + -73.93875, + -73.81789, + -73.96697, + -73.98745, + -73.94235, + -73.98684, + -73.97021, + -73.95139, + -73.82381, + -73.94031, + -73.99098, + -73.98107, + -73.95681, + -73.9814, + -73.86781, + -73.9567, + -73.83138, + -73.95108, + -73.81636, + -73.93904, + -73.93931, + -73.89698, + -73.93884, + -73.90768, + -74.00064, + -73.90752, + -73.94257, + -73.9063, + -73.94055, + -73.93094, + -73.93137, + -73.97954, + -73.86584, + -73.96163, + -73.91876, + -73.90613, + -73.95606, + -73.93164, + -73.94113, + -74.00882, + -74.00622, + -73.89641, + -73.94248, + -73.96479, + -73.95789, + -73.88912, + -73.95736, + -73.91602, + -73.98322, + -73.92843, + -73.99225, + -73.94357, + -73.83052, + -73.94292, + -73.96986, + -73.98481, + -73.98579, + -73.95927, + -73.98611, + -73.87286, + -73.94894, + -73.93038, + -73.93068, + -73.90895, + -73.90447, + -73.93887, + -73.94187, + -73.93046, + -73.84559, + -73.87138, + -73.94171, + -73.96118, + -73.87344, + -73.9888, + -73.98871, + -73.87287, + -74.01583, + -74.00619, + -73.98163, + -73.96386, + -73.96299, + -73.94234, + -73.92859, + -73.98367, + -73.94198, + -73.90771, + -73.79169, + -73.97543, + -74.09152, + -73.93167, + -74.00403, + -74.00503, + -73.94542, + -74.00755, + -73.92169, + -74.00575, + -73.97485, + -74.00089, + -73.97497, + -73.86108, + -73.98592, + -73.92065, + -74.00883, + -73.85028, + -73.85515, + -74.00746, + -74.00609, + -74.00519, + -73.94093, + -74.00571, + -74.00503, + -73.92728, + -73.92708, + -73.92887, + -73.92835, + -73.91563, + -73.99081, + -73.96727, + -74.00713, + -73.93979, + -73.93028, + -73.92719, + -73.9384, + -73.94678, + -73.8279, + -73.9393, + -73.96748, + -73.8889, + -73.97561, + -73.94185, + -73.82912, + -73.92898, + -73.94667, + -73.95424, + -73.90701, + -73.95829, + -73.9909, + -73.98597, + -73.97285, + -74.0043, + -73.98371, + -73.94655, + -73.92376, + -73.93832, + -73.99075, + -73.98313, + -73.90516, + -74.00876, + -73.86413, + -73.90713, + -73.93005, + -73.94322, + -73.98872, + -73.92378, + -73.92405, + -73.94187, + -73.94942, + -73.94328, + -73.94265, + -73.94191, + -73.94304, + -73.85081, + -73.94162, + -73.92513, + -73.96319, + -73.92172, + -73.9601, + -73.98758, + -73.95663, + -73.98085, + -73.98726, + -73.99583, + -73.9432, + -73.95719, + -73.98335, + -73.89596, + -73.98514, + -73.92483, + -74.00257, + -73.96594, + -73.98692, + -73.99442, + -73.7536, + -73.99461, + -73.92678, + -73.94011, + -73.98382, + -73.91035, + -73.92404, + -73.99368, + -73.9219, + -73.95161, + -73.94051, + -73.94133, + -73.94535, + -73.98723, + -73.98681, + -73.9733, + -73.94787, + -73.9474, + -73.9426, + -73.97869, + -73.91714, + -73.96221, + -73.95864, + -73.9501, + -73.90713, + -73.94296, + -73.79665, + -73.77793, + -73.77582, + -73.92401, + -73.99323, + -73.73193, + -73.99085, + -73.92429, + -73.96955, + -73.97575, + -73.94933, + -73.94308, + -73.97352, + -74.00816, + -73.94964, + -73.96465, + -73.98478, + -73.98466, + -73.80588, + -73.91586, + -73.92858, + -73.9463, + -73.94327, + -73.98402, + -73.99112, + -73.95926, + -74.00726, + -73.98288, + -73.92752, + -73.94481, + -73.93305, + -73.93076, + -73.85804, + -73.97938, + -73.8672, + -73.98017, + -73.83519, + -73.89803, + -73.99751, + -73.94604, + -73.92947, + -73.94688, + -73.95639, + -73.95623, + -73.95749, + -73.88271, + -74.0164, + -73.98785, + -73.97895, + -73.94434, + -73.95751, + -73.94689, + -73.93025, + -73.97067, + -74.00277, + -73.92293, + -73.98625, + -73.75141, + -73.94588, + -73.94622, + -73.91574, + -74.08127, + -73.93366, + -73.97798, + -73.9018, + -73.91728, + -73.92695, + -73.98964, + -73.99318, + -73.91839, + -73.87861, + -73.99103, + -73.90995, + -73.9574, + -73.98479, + -73.98979, + -74.0935, + -73.99229, + -73.92719, + -73.95054, + -73.92496, + -73.98917, + -73.75026, + -74.00033, + -73.91256, + -73.92066, + -73.88294, + -74.00463, + -73.95829, + -73.9398, + -73.9764, + -73.88916, + -73.97207, + -73.77238, + -74.01021, + -73.96863, + -74.0105, + -74.01226, + -73.90641, + -73.99443, + -73.94541, + -73.94992, + -73.94414, + -73.85484, + -73.9846, + -73.94309, + -73.94125, + -73.96208, + -74.00778, + -73.99253, + -73.92352, + -73.88222, + -73.93458, + -73.92371, + -73.87172, + -73.98862, + -73.90183, + -73.99099, + -73.99037, + -73.81935, + -73.81749, + -73.91054, + -73.91871, + -73.9476, + -73.98343, + -73.93834, + -73.91946, + -73.954, + -73.95815, + -73.96535, + -73.95857, + -73.95889, + -73.99254, + -73.92241, + -73.95588, + -73.91911, + -73.99061, + -73.92695, + -73.9815, + -73.80867, + -74.00804, + -73.87139, + -73.94062, + -73.94397, + -73.9543, + -73.92503, + -73.94008, + -73.94826, + -73.92005, + -73.94162, + -73.96322, + -73.9118, + -73.92954, + -73.95148, + -73.98995, + -73.92998, + -73.97951, + -73.97669, + -74.0025, + -74.018, + -73.89352, + -73.96735, + -73.90059, + -73.9404, + -73.9399, + -73.94104, + -73.87183, + -74.00139, + -73.85424, + -74.01403, + -74.09132, + -73.88019, + -73.99094, + -73.98343, + -73.99874, + -73.9277, + -73.9289, + -73.88198, + -73.98745, + -73.97176, + -73.90704, + -73.92903, + -74.01179, + -73.99694, + -73.99592, + -73.94363, + -73.93732, + -73.98267, + -73.96823, + -74.00315, + -73.95208, + -73.98794, + -73.99544, + -73.95222, + -73.92207, + -73.95295, + -73.94266, + -73.82894, + -73.85503, + -74.09197, + -73.7942, + -73.74907, + -73.98901, + -73.94855, + -73.98995, + -73.95341, + -73.95392, + -73.95303, + -73.75263, + -73.95211, + -73.95368, + -73.93011, + -74.00263, + -73.92789, + -73.85122, + -73.8664, + -73.9867, + -73.98675, + -73.94482, + -73.87251, + -74.00714, + -74.00027, + -73.93922, + -74.00329, + -73.95187, + -73.98915, + -73.99126, + -73.97973, + -73.90604, + -73.98629, + -74.00459, + -73.86404, + -73.88828, + -73.93676, + -73.92751, + -73.92013, + -73.94958, + -73.99704, + -73.95083, + -73.94139, + -73.97339, + -73.9577, + -73.89114, + -73.98761, + -73.89402, + -73.94686, + -73.93784, + -73.9384, + -74.00015, + -73.95229, + -73.9893, + -73.99138, + -73.98813, + -73.98753, + -73.98831, + -73.91503, + -73.88039, + -73.94572, + -73.95819, + -73.89733, + -73.94541, + -73.94534, + -73.98937, + -74.0108, + -74.01194, + -74.01255, + -73.94218, + -73.98663, + -73.98583, + -73.98615, + -73.74906, + -73.98633, + -73.9865, + -73.99878, + -73.96115, + -74.08778, + -73.95212, + -73.9393, + -73.96786, + -73.80965, + -74.01113, + -74.01245, + -73.7836, + -73.96717, + -73.981, + -73.93196, + -73.98646, + -73.92564, + -73.99615, + -73.97821, + -74.00087, + -73.93742, + -73.97605, + -73.99568, + -73.90628, + -73.90684, + -73.92705, + -73.90777, + -73.95651, + -73.85708, + -73.93664, + -73.92122, + -73.96951, + -74.08485, + -73.99185, + -73.86077, + -73.95994, + -73.90934, + -73.98602, + -73.98625, + -73.98594, + -73.98749, + -73.97311, + -73.91716, + -73.80838, + -73.88342, + -73.94584, + -74.00455, + -73.96642, + -73.91861, + -73.96395, + -73.75787, + -73.99484, + -73.99387, + -73.85384, + -74.01057, + -73.95134, + -73.91098, + -73.93009, + -73.81001, + -73.93497, + -73.82076, + -74.02136, + -73.99143, + -73.93549, + -74.02962, + -73.83243, + -73.88974, + -73.8931, + -73.89376, + -73.82215, + -73.99211, + -73.92295, + -73.97435, + -73.86526, + -73.91439, + -73.95384, + -73.90857, + -73.92726, + -73.95059, + -73.96958, + -73.94914, + -73.96452, + -73.95, + -73.9435, + -73.98526, + -73.95431, + -73.98029, + -73.95653, + -74.00063, + -73.96376, + -73.95859, + -73.97154, + -73.95798, + -73.9604, + -73.94399, + -73.93463, + -73.91031, + -73.94586, + -74.09155, + -73.97767, + -73.94756, + -73.94683, + -73.95027, + -73.96218, + -73.99233, + -73.90517, + -73.98719, + -73.91669, + -73.99003, + -73.99107, + -73.99075, + -73.99153, + -73.9738, + -73.95532, + -73.96944, + -73.99818, + -73.94174, + -73.98721, + -73.98582, + -73.99653, + -74.01236, + -74.01095, + -74.01059, + -74.01226, + -74.0123, + -74.0103, + -73.91303, + -74.01088, + -74.00438, + -73.94207, + -73.79436, + -74.01188, + -73.92162, + -74.0118, + -73.97575, + -74.01079, + -74.01043, + -73.98956, + -74.0107, + -74.00071, + -73.97855, + -73.83543, + -73.96342, + -74.03178, + -73.94085, + -74.03197, + -73.85781, + -73.98188, + -73.95704, + -73.93444, + -74.01086, + -73.95776, + -73.9296, + -73.9633, + -73.9956, + -74.01154, + -73.96448, + -73.96838, + -74.00497, + -73.87609, + -73.96795, + -73.94861, + -73.91528, + -73.99544, + -73.93162, + -73.93919, + -74.00378, + -73.91168, + -73.92569, + -73.98675, + -73.93497, + -73.92855, + -74.00511, + -73.90985, + -74.00797, + -73.97588, + -73.9856, + -73.99066, + -73.97772, + -73.97689, + -73.95829, + -73.95192, + -73.78003, + -73.92313, + -73.9409, + -73.96102, + -73.87254, + -73.98157, + -73.9225, + -73.84977, + -73.9811, + -73.9958, + -73.81469, + -73.9968, + -73.99662, + -73.91913, + -74.00619, + -73.92843, + -73.80842, + -73.89115, + -73.93666, + -73.82466, + -73.8936, + -73.97092, + -73.93663, + -73.90665, + -73.86705, + -73.92066, + -74.00919, + -73.94621, + -73.89519, + -73.96149, + -74.19626, + -73.99532, + -73.8428, + -74.00844, + -73.94559, + -73.96417, + -73.83439, + -73.8552, + -73.91961, + -73.9852, + -73.98028, + -73.9833, + -73.98701, + -73.72932, + -73.76785, + -73.98975, + -73.89133, + -73.97092, + -73.98999, + -73.99181, + -73.99663, + -73.94386, + -73.98554, + -73.97822, + -73.94337, + -73.9111, + -73.98792, + -73.9428, + -73.88408, + -73.96416, + -73.92625, + -73.95546, + -74.00243, + -73.92356, + -74.00828, + -73.94889, + -73.98872, + -73.99801, + -73.93121, + -73.98319, + -73.98782, + -73.82928, + -73.95799, + -73.91191, + -73.93067, + -73.91353, + -73.98037, + -73.9565, + -73.98589, + -73.91519, + -73.90967, + -73.79133, + -73.94141, + -73.95426, + -73.96225, + -73.92874, + -73.96152, + -73.90779, + -73.93684, + -74.00059, + -73.96396, + -73.80845, + -73.97594, + -73.99171, + -73.93437, + -73.94431, + -73.98514, + -73.85047, + -73.82418, + -73.93096, + -74.21238, + -73.97639, + -73.98625, + -73.96717, + -73.99171, + -73.92793, + -73.94742, + -73.97288, + -73.95344, + -73.953, + -73.95449, + -73.99082, + -74.00834, + -73.98151, + -73.82948, + -73.91055, + -73.76809, + -73.95598, + -73.95434, + -73.94346, + -73.92805, + -73.94952, + -73.95961, + -73.95771, + -73.95962, + -73.95983, + -74.00075, + -74.0025, + -73.96117, + -73.96066, + -73.98795, + -73.82903, + -73.98052, + -73.96107, + -73.96082, + -73.98875, + -73.9594, + -73.96103, + -73.96106, + -73.96139, + -74.01205, + -74.01199, + -74.01078, + -73.96112, + -73.96095, + -73.96075, + -73.94454, + -73.83723, + -73.92194, + -73.9135, + -74.01249, + -73.96737, + -74.01037, + -74.0033, + -74.01117, + -73.94246, + -73.92401, + -73.99277, + -73.91168, + -73.96407, + -74.00552, + -73.95717, + -73.95959, + -73.93003, + -73.89098, + -73.97555, + -73.8771, + -74.00084, + -73.99239, + -73.98776, + -73.98126, + -73.92667, + -73.92771, + -73.98422, + -73.93766, + -73.94767, + -73.95962, + -73.86286, + -73.99501, + -73.93048, + -73.91283, + -73.86024, + -73.91039, + -73.96482, + -73.91146, + -73.92322, + -73.92884, + -73.99491, + -73.94464, + -73.92068, + -73.94568, + -73.94534, + -73.99173, + -73.99511, + -73.99051, + -73.96112, + -73.9598, + -73.95498, + -74.0082, + -73.92556, + -73.99843, + -73.94535, + -73.77727, + -73.9891, + -73.95143, + -73.94309, + -74.00368, + -73.94225, + -73.95136, + -73.92249, + -73.94996, + -73.95004, + -73.96596, + -73.94428, + -73.9251, + -74.00104, + -73.94624, + -73.98659, + -73.92918, + -73.89974, + -73.9286, + -73.93891, + -73.98571, + -73.97951, + -73.97078, + -73.95395, + -74.0111, + -73.99237, + -73.90785, + -73.9989, + -73.99053, + -73.94546, + -73.98605, + -73.9095, + -73.94603, + -73.9474, + -73.94826, + -73.98836, + -73.97664, + -73.94715, + -73.9451, + -73.94544, + -73.94555, + -73.87167, + -73.94709, + -73.94181, + -73.94317, + -73.98767, + -73.87402, + -73.89486, + -73.90291, + -73.89507, + -73.83489, + -73.89614, + -73.95301, + -73.93638, + -73.89472, + -73.9789, + -74.02917, + -73.94613, + -73.93493, + -73.92658, + -73.95217, + -73.90405, + -73.9334, + -73.9375, + -73.97808, + -73.96023, + -73.93289, + -73.93232, + -73.9283, + -73.92784, + -73.9263, + -73.96759, + -73.87985, + -73.9379, + -73.9149, + -73.97287, + -73.91338, + -73.94477, + -73.94349, + -73.9414, + -73.91572, + -74.11593, + -73.95686, + -73.98943, + -73.94813, + -73.94853, + -73.90602, + -73.92415, + -74.00304, + -73.86667, + -73.9549, + -73.96409, + -73.95533, + -74.00422, + -73.86618, + -73.8954, + -73.89636, + -73.9893, + -73.89663, + -73.93953, + -73.89526, + -73.89536, + -73.94078, + -73.89704, + -73.91585, + -73.95375, + -73.89641, + -73.89634, + -73.89702, + -73.97003, + -73.85821, + -73.9456, + -73.89483, + -73.93669, + -73.99091, + -73.90811, + -73.93729, + -73.99377, + -73.94616, + -73.94864, + -73.98981, + -73.9463, + -73.94491, + -73.94595, + -73.98519, + -73.9413, + -73.94346, + -73.91433, + -73.98625, + -73.94586, + -73.91667, + -73.91576, + -73.98486, + -73.92139, + -73.98409, + -73.93978, + -73.78587, + -73.92917, + -73.951, + -73.96623, + -74.00526, + -73.97898, + -73.94395, + -73.99622, + -74.00463, + -73.95181, + -73.95159, + -73.95842, + -73.7961, + -73.94347, + -73.93945, + -73.95815, + -73.93994, + -73.99893, + -73.92557, + -73.94525, + -73.94532, + -73.9627, + -73.9691, + -73.94493, + -73.94403, + -73.85764, + -73.91243, + -73.95743, + -74.00476, + -73.94613, + -73.95286, + -73.95347, + -73.83186, + -74.00117, + -73.93472, + -73.83418, + -73.90572, + -73.99424, + -73.94667, + -73.96511, + -73.96339, + -73.91457, + -73.80617, + -73.96035, + -73.91868, + -73.99103, + -73.85318, + -73.92868, + -73.98256, + -73.97971, + -73.9391, + -73.92815, + -73.92724, + -73.92506, + -73.87787, + -73.98041, + -73.94467, + -73.94626, + -73.99649, + -74.00497, + -73.94237, + -73.9426, + -73.99538, + -73.82643, + -73.91095, + -73.954, + -73.95428, + -73.98646, + -73.93982, + -73.94948, + -73.90589, + -73.95734, + -73.94149, + -73.93346, + -73.98436, + -73.87763, + -74.01067, + -74.01208, + -74.01096, + -74.01206, + -74.01176, + -73.96788, + -74.01225, + -73.9812, + -73.98447, + -73.93389, + -73.98316, + -73.94542, + -73.95207, + -73.98137, + -73.94162, + -73.9905, + -73.98247, + -73.88737, + -73.96307, + -73.9896, + -73.96695, + -73.85751, + -73.98221, + -73.90569, + -73.93089, + -73.92995, + -73.98167, + -73.99059, + -73.86674, + -74.01248, + -74.01208, + -74.0013, + -74.01107, + -74.00388, + -73.98414, + -73.92677, + -73.92864, + -73.9725, + -73.7809, + -73.98679, + -73.98701, + -73.982, + -73.98225, + -73.8601, + -73.92723, + -73.9947, + -73.95848, + -73.94114, + -73.94028, + -73.94874, + -73.91409, + -73.72247, + -73.96912, + -73.95707, + -73.93401, + -73.89177, + -73.94599, + -73.99291, + -74.01169, + -74.01221, + -73.97486, + -73.98338, + -73.97684, + -73.9396, + -73.99884, + -73.95725, + -73.98625, + -73.95854, + -73.99293, + -73.98218, + -73.9573, + -73.95612, + -73.88761, + -73.98959, + -73.93705, + -73.98936, + -73.94362, + -73.91595, + -73.97515, + -73.9736, + -73.94886, + -73.98582, + -74.00337, + -73.99333, + -73.99395, + -73.92632, + -73.96229, + -73.87379, + -73.97902, + -73.94785, + -73.95564, + -73.95598, + -73.91392, + -74.00238, + -73.9826, + -73.95553, + -73.98494, + -73.95037, + -73.99026, + -73.9784, + -73.9496, + -73.96062, + -73.95133, + -73.81812, + -74.02616, + -73.99831, + -73.98056, + -73.95561, + -73.95469, + -73.83014, + -73.84634, + -73.93714, + -74.00205, + -73.94736, + -73.9636, + -73.94587, + -73.93014, + -73.9706, + -73.84659, + -73.91884, + -73.97448, + -73.95639, + -73.94503, + -73.92536, + -73.93568, + -73.97269, + -73.78906, + -73.96414, + -73.94864, + -73.93969, + -73.97456, + -73.97157, + -74.0019, + -73.91534, + -74.01518, + -73.86042, + -73.96983, + -73.98997, + -73.99099, + -73.97999, + -73.91118, + -73.90188, + -73.94284, + -73.94029, + -73.92491, + -73.95016, + -73.9136, + -73.99709, + -73.91137, + -73.91153, + -73.95628, + -74.0056, + -74.01796, + -73.94898, + -73.98015, + -73.98894, + -73.81042, + -73.95552, + -73.98414, + -73.95407, + -73.90943, + -73.99445, + -74.0004, + -73.96683, + -73.97989, + -73.9452, + -73.98219, + -73.94489, + -73.97365, + -73.94521, + -73.946, + -73.93671, + -73.95318, + -74.01217, + -74.01085, + -74.01201, + -73.78263, + -74.01214, + -74.00639, + -74.00499, + -73.82238, + -73.96696, + -73.9775, + -73.97199, + -73.93299, + -73.96356, + -73.93063, + -73.98674, + -73.96696, + -73.93146, + -73.99321, + -73.96439, + -73.93656, + -73.99486, + -73.99511, + -73.99563, + -73.99482, + -73.99382, + -73.99468, + -73.96751, + -73.94276, + -73.93285, + -73.96534, + -73.95772, + -73.98993, + -73.89419, + -73.9482, + -73.99224, + -73.96724, + -73.93874, + -73.87949, + -73.98993, + -74.01229, + -73.99994, + -73.95028, + -74.00472, + -74.02051, + -73.9414, + -73.95825, + -73.94807, + -74.0119, + -74.01105, + -74.01073, + -73.98875, + -74.02397, + -73.93079, + -74.00626, + -73.91138, + -74.0125, + -74.01116, + -73.94969, + -73.91177, + -73.94829, + -73.94921, + -73.94601, + -73.77664, + -73.99221, + -73.95177, + -73.99538, + -73.95529, + -73.99146, + -73.94514, + -73.90314, + -74.03644, + -73.98963, + -73.99025, + -73.97691, + -73.90689, + -73.90152, + -73.94634, + -73.90155, + -73.96592, + -73.81328, + -73.96149, + -74.00511, + -73.99911, + -74.00872, + -74.00904, + -73.91399, + -73.98372, + -73.9212, + -73.96327, + -73.96317, + -73.96472, + -73.94177, + -73.96249, + -73.96284, + -73.96155, + -73.9243, + -73.87772, + -73.9936, + -74.01239, + -73.98972, + -74.01048, + -74.01044, + -74.01248, + -73.98209, + -73.91891, + -73.99835, + -73.93386, + -73.92671, + -73.98829, + -73.99436, + -73.88688, + -73.94051, + -73.93914, + -73.93715, + -73.94042, + -73.9981, + -73.91165, + -73.97519, + -73.98881, + -73.92585, + -73.98499, + -73.94108, + -73.9028, + -74.08855, + -73.97591, + -73.97404, + -73.9937, + -73.95396, + -73.97571, + -73.88301, + -73.97407, + -73.85366, + -73.99004, + -73.98986, + -73.90776, + -73.90582, + -73.94884, + -74.00521, + -73.90603, + -73.93837, + -73.92641, + -73.83023, + -74.00158, + -73.97618, + -73.99222, + -73.94175, + -73.99671, + -73.94215, + -73.98669, + -73.92266, + -73.98719, + -73.9172, + -73.98635, + -73.99298, + -74.00125, + -73.92487, + -73.98752, + -73.896, + -73.78483, + -73.88519, + -73.9963, + -73.93055, + -73.97372, + -73.987, + -73.9231, + -73.95839, + -73.98587, + -73.99334, + -73.97679, + -73.97754, + -73.95544, + -73.98727, + -74.01254, + -73.9768, + -73.90311, + -73.95515, + -73.9725, + -73.85762, + -73.99642, + -73.99822, + -73.9945, + -73.96306, + -73.94683, + -73.99506, + -73.94308, + -73.93582, + -73.90352, + -73.99492, + -74.00769, + -73.96176, + -73.94652, + -73.94199, + -73.95649, + -73.93881, + -73.9294, + -73.96417, + -73.98761, + -73.94795, + -73.96885, + -73.99595, + -73.98986, + -73.98675, + -73.97162, + -74.01485, + -73.99275, + -73.97388, + -73.97823, + -73.99691, + -73.96636, + -73.90779, + -73.96432, + -73.9967, + -73.94694, + -73.99656, + -73.97544, + -73.96837, + -73.99632, + -73.99671, + -73.9967, + -73.99471, + -73.99523, + -73.9961, + -73.9967, + -73.99519, + -74.01241, + -73.9979, + -73.99482, + -73.99536, + -73.99605, + -73.99663, + -73.99626, + -73.99513, + -73.99628, + -73.96531, + -73.93037, + -73.9243, + -73.96683, + -73.99606, + -73.97349, + -73.94074, + -74.02929, + -73.89533, + -73.94746, + -73.98543, + -73.91123, + -73.99646, + -73.91999, + -73.996, + -73.97457, + -73.92027, + -73.9752, + -73.97221, + -73.99644, + -73.99628, + -73.90313, + -73.91276, + -73.9862, + -73.97615, + -73.94465, + -73.96231, + -73.91521, + -73.92996, + -73.8142, + -73.98634, + -73.99513, + -74.01837, + -74.01952, + -73.91435, + -73.84667, + -73.97582, + -73.90961, + -73.95164, + -74.01262, + -73.92563, + -73.91465, + -73.93269, + -73.93945, + -73.94852, + -73.94547, + -73.82052, + -73.98191, + -73.94556, + -73.94562, + -73.99419, + -73.91113, + -73.88302, + -73.96666, + -74.00205, + -74.00858, + -73.97559, + -73.94131, + -73.95333, + -73.83326, + -73.94015, + -73.98776, + -73.75328, + -73.99493, + -73.96619, + -73.93863, + -73.98609, + -74.00414, + -73.97703, + -73.75163, + -73.94698, + -73.95271, + -73.96267, + -73.92423, + -73.99192, + -73.96603, + -74.15933, + -73.94178, + -73.94821, + -74.00108, + -73.98586, + -73.90128, + -73.95305, + -73.99652, + -73.95482, + -74.09522, + -73.97699, + -73.94326, + -74.00528, + -73.96729, + -74.10869, + -73.90516, + -73.92766, + -73.90263, + -73.99758, + -73.96773, + -73.97053, + -73.94335, + -73.94774, + -73.91818, + -73.94015, + -73.94293, + -73.96575, + -74.00229, + -73.99645, + -73.95343, + -73.95347, + -73.99553, + -73.98167, + -74.00515, + -73.98546, + -73.9525, + -73.95656, + -73.94948, + -73.99756, + -74.00561, + -73.9979, + -73.90304, + -73.96028, + -73.9378, + -73.9212, + -73.95489, + -73.96512, + -73.91535, + -73.96143, + -73.8231, + -74.00698, + -74.00482, + -73.91655, + -73.96643, + -73.9203, + -73.94941, + -74.0022, + -73.90975, + -73.98191, + -73.99496, + -73.9073, + -73.90769, + -73.96509, + -73.95367, + -73.9457, + -73.98786, + -73.93653, + -74.00495, + -73.99112, + -73.9961, + -73.97647, + -74.00694, + -73.9287, + -73.97977, + -73.99785, + -74.00637, + -73.78882, + -73.9471, + -73.92881, + -73.95867, + -73.93944, + -74.0025, + -74.01388, + -73.96253, + -73.96768, + -73.94046, + -73.98869, + -73.98374, + -73.98511, + -73.98822, + -73.98453, + -73.98504, + -73.98402, + -73.98985, + -73.99781, + -73.9391, + -73.98356, + -73.90878, + -73.73412, + -73.98647, + -74.11953, + -73.87698, + -73.98732, + -73.9453, + -74.00614, + -73.96864, + -73.91648, + -74.00615, + -74.00167, + -73.98331, + -73.99589, + -73.9837, + -73.97757, + -73.93888, + -73.92942, + -73.91022, + -73.96026, + -73.93688, + -73.92264, + -73.76897, + -73.98628, + -73.98226, + -73.9449, + -73.9804, + -73.91635, + -73.9143, + -73.92705, + -73.87736, + -73.9484, + -73.98322, + -73.96094, + -73.95988, + -73.9959, + -73.98764, + -74.01258, + -73.98667, + -73.99626, + -73.98652, + -73.98586, + -74.00674, + -73.94153, + -73.9177, + -73.95799, + -73.99113, + -73.75497, + -73.95201, + -73.76511, + -73.99544, + -73.95665, + -73.91715, + -73.99134, + -73.83351, + -73.9822, + -73.73843, + -73.95029, + -73.83198, + -73.79809, + -73.92062, + -73.83348, + -73.95598, + -73.83159, + -73.988, + -73.89212, + -73.98671, + -73.94671, + -73.91254, + -73.96427, + -73.98521, + -73.94055, + -73.95702, + -73.901, + -73.83221, + -73.99344, + -73.95266, + -73.99281, + -73.88393, + -73.98005, + -73.94592, + -73.91208, + -73.98681, + -73.76761, + -73.91952, + -73.91341, + -73.76777, + -74.00301, + -74.0051, + -73.95636, + -74.00525, + -73.92293, + -73.98643, + -74.00084, + -73.94848, + -73.94256, + -73.92341, + -73.95548, + -73.92887, + -73.90797, + -74.00695, + -73.95121, + -73.98928, + -73.97314, + -73.99194, + -73.99189, + -73.96675, + -73.95014, + -73.98074, + -73.95473, + -73.98842, + -73.94327, + -73.96018, + -73.89255, + -73.83361, + -73.95676, + -73.98455, + -73.89199, + -73.95475, + -73.98991, + -73.89382, + -73.96201, + -73.9661, + -74.12004, + -73.98787, + -73.98013, + -73.92421, + -73.94339, + -73.98245, + -73.93399, + -73.88671, + -73.78189, + -73.98231, + -73.95022, + -74.08594, + -73.95667, + -73.94694, + -74.01466, + -73.91064, + -73.91813, + -73.97565, + -74.00992, + -74.00288, + -73.95592, + -73.94709, + -73.97176, + -73.95632, + -73.93972, + -73.90756, + -74.01655, + -73.94246, + -73.97684, + -74.00082, + -73.97954, + -73.9965, + -73.93799, + -73.98299, + -73.95797, + -74.00694, + -74.00647, + -73.95231, + -73.94209, + -73.93271, + -74.00511, + -73.96216, + -73.95485, + -73.89826, + -73.95895, + -73.98168, + -73.9184, + -73.91893, + -73.95482, + -73.93345, + -73.93223, + -74.07573, + -73.93195, + -73.95458, + -73.96389, + -73.93223, + -73.95308, + -73.95916, + -73.96588, + -73.88566, + -73.96905, + -73.9498, + -74.00784, + -73.95938, + -73.99333, + -73.8756, + -73.96704, + -73.9307, + -74.00681, + -73.94216, + -73.89444, + -73.89547, + -73.98527, + -73.92758, + -74.11992, + -73.98108, + -73.98026, + -73.99119, + -73.91937, + -74.00022, + -73.93727, + -73.89808, + -73.95514, + -73.93728, + -73.99579, + -73.88501, + -73.76163, + -73.91375, + -73.91423, + -73.90095, + -73.9288, + -73.96523, + -73.9396, + -73.97254, + -73.99097, + -73.92722, + -73.93084, + -73.86674, + -73.9833, + -73.90851, + -73.95094, + -73.92836, + -73.97812, + -73.99665, + -74.0087, + -73.96229, + -74.00825, + -73.94189, + -73.93698, + -73.8859, + -73.92231, + -73.91404, + -73.8812, + -73.91262, + -73.93703, + -73.93631, + -73.91411, + -73.91314, + -73.93506, + -73.96596, + -73.93677, + -73.97959, + -73.9878, + -73.98423, + -73.93341, + -73.90838, + -73.93644, + -73.93502, + -73.9349, + -73.93634, + -73.90857, + -73.95691, + -73.90303, + -73.93703, + -73.98399, + -73.95842, + -73.97677, + -73.98701, + -73.95993, + -73.85526, + -73.94351, + -73.91037, + -73.93851, + -73.98579, + -73.98414, + -74.00929, + -73.78792, + -73.97965, + -73.92726, + -73.81582, + -73.82243, + -74.00752, + -73.97534, + -73.94072, + -73.92061, + -73.84785, + -74.00195, + -73.99309, + -73.92878, + -73.95479, + -73.99175, + -73.99846, + -73.99053, + -73.94361, + -73.96256, + -73.91039, + -73.8782, + -74.06679, + -73.79673, + -73.93176, + -73.85889, + -73.92335, + -73.99213, + -73.97172, + -73.96865, + -73.74384, + -73.92877, + -73.93055, + -73.99166, + -73.99316, + -73.9853, + -73.9794, + -73.94424, + -73.92973, + -73.89395, + -73.9567, + -73.90752, + -73.92518, + -73.98485, + -73.98612, + -73.98596, + -73.987, + -73.98736, + -73.98728, + -73.98726, + -73.98562, + -73.98622, + -73.92627, + -73.97088, + -73.96736, + -73.99, + -73.94547, + -73.94444, + -73.89097, + -73.94387, + -74.00076, + -73.99081, + -73.89618, + -74.01428, + -73.95194, + -74.00457, + -74.0031, + -74.00455, + -74.00248, + -73.9896, + -73.86899, + -74.00712, + -73.98876, + -73.92339, + -73.99132, + -73.99332, + -73.95725, + -73.97503, + -73.92027, + -73.9264, + -73.96412, + -73.93467, + -73.8953, + -73.95314, + -73.98735, + -73.99359, + -73.84695, + -73.97318, + -73.94488, + -73.89411, + -73.9614, + -73.99361, + -73.89421, + -73.89577, + -73.99421, + -73.99115, + -73.86077, + -73.97452, + -73.97594, + -73.97588, + -73.97642, + -73.97454, + -73.97556, + -73.97622, + -73.97618, + -73.97602, + -73.9762, + -73.97416, + -73.9758, + -73.97478, + -73.97632, + -74.0043, + -74.00408, + -74.00436, + -74.00354, + -74.00401, + -74.00379, + -74.00409, + -73.98246, + -73.98478, + -73.98431, + -73.9828, + -73.98307, + -73.98435, + -73.98434, + -73.98487, + -73.9856, + -73.98395, + -73.985, + -73.98356, + -73.98507, + -73.98383, + -73.98356, + -73.9835, + -73.98272, + -73.98201, + -73.98252, + -73.98225, + -73.98471, + -73.95322, + -73.98455, + -73.98584, + -73.98442, + -73.98396, + -73.98589, + -73.98399, + -73.98413, + -73.98456, + -73.98915, + -73.98922, + -73.98864, + -73.98772, + -73.98803, + -73.98724, + -73.98737, + -73.9881, + -73.98781, + -73.98784, + -73.98757, + -73.98883, + -73.98933, + -73.98429, + -73.9857, + -73.9839, + -73.98557, + -73.98437, + -73.98392, + -73.98181, + -73.98377, + -73.98339, + -73.98305, + -73.98191, + -73.9818, + -73.98362, + -73.94212, + -73.79534, + -73.97952, + -73.94521, + -73.98582, + -73.93439, + -73.90993, + -73.99459, + -73.99688, + -73.99095, + -73.89314, + -73.87505, + -73.98951, + -73.98008, + -73.92378, + -73.94063, + -73.96626, + -73.99466, + -73.91952, + -73.90741, + -73.86584, + -73.95793, + -74.00062, + -74.00763, + -73.95556, + -73.92477, + -73.91208, + -73.95295, + -73.94514, + -74.00401, + -73.92769, + -73.95883, + -74.02268, + -73.91232, + -73.99365, + -74.00664, + -73.87688, + -73.96227, + -73.9137, + -73.96469, + -73.96312, + -73.9768, + -73.98126, + -73.97804, + -73.91979, + -73.8871, + -73.74122, + -73.98228, + -73.93175, + -74.0165, + -73.93247, + -74.01721, + -74.01651, + -74.01799, + -74.01851, + -74.01775, + -74.01692, + -73.93364, + -73.93976, + -73.98717, + -73.95129, + -73.98618, + -73.98607, + -73.9857, + -73.98555, + -73.98551, + -73.98675, + -73.98668, + -73.9868, + -73.98589, + -73.9526, + -73.93932, + -73.9905, + -73.93092, + -73.94131, + -73.85819, + -73.99141, + -73.93165, + -73.9075, + -73.92524, + -73.89567, + -73.89883, + -73.96764, + -73.96147, + -73.93748, + -73.96287, + -73.92847, + -73.89759, + -73.9793, + -73.94288, + -73.89553, + -73.98062, + -73.9806, + -73.97945, + -73.97954, + -73.98043, + -74.00784, + -74.00698, + -74.00719, + -73.89447, + -74.09255, + -73.96467, + -73.93746, + -73.94419, + -73.98546, + -73.94141, + -73.95563, + -73.94314, + -73.94593, + -73.93714, + -73.93526, + -73.95132, + -73.88142, + -73.87643, + -73.9965, + -73.87958, + -73.99208, + -73.9768, + -73.96696, + -73.9298, + -73.95985, + -73.99445, + -73.95405, + -74.02257, + -73.97561, + -73.94402, + -74.01069, + -73.91017, + -73.92697, + -73.98504, + -73.9195, + -73.90956, + -73.90896, + -73.95998, + -73.79635, + -74.00471, + -74.00525, + -73.98751, + -73.97413, + -73.98445, + -74.00684, + -73.98443, + -74.00483, + -74.00675, + -74.00498, + -73.99415, + -74.00519, + -73.98052, + -73.99862, + -73.82606, + -73.9891, + -73.9447, + -73.95522, + -73.79847, + -73.95332, + -73.82389, + -73.83423, + -73.95679, + -73.9289, + -73.98052, + -73.94931, + -73.99003, + -73.92932, + -73.94782, + -73.99426, + -73.91108, + -73.97676, + -73.97548, + -73.98311, + -73.99274, + -73.87867, + -73.93278, + -73.95908, + -73.95748, + -73.99819, + -73.99011, + -74.00166, + -73.95376, + -73.9149, + -73.99322, + -73.90022, + -73.95298, + -73.98167, + -73.92746, + -73.96728, + -73.93966, + -73.95667, + -73.92351, + -73.94761, + -73.94556, + -73.95093, + -73.96407, + -73.97609, + -73.9251, + -73.91784, + -73.8959, + -73.84274, + -73.95796, + -73.93742, + -73.94032, + -73.99416, + -73.99299, + -73.95727, + -73.98641, + -73.84798, + -73.91616, + -73.91934, + -73.92011, + -73.94633, + -73.73628, + -73.93402, + -74.00598, + -73.98085, + -74.00522, + -74.00576, + -73.92662, + -73.92356, + -74.02946, + -74.00448, + -73.98383, + -73.94453, + -73.94187, + -73.93805, + -73.94847, + -73.78869, + -73.89562, + -73.99168, + -73.98233, + -73.86416, + -73.94018, + -73.96434, + -73.97639, + -73.91448, + -74.00739, + -73.99, + -73.94928, + -73.98848, + -73.95056, + -73.91093, + -73.98184, + -73.82784, + -73.98685, + -73.95693, + -73.92446, + -73.82791, + -73.92491, + -73.99579, + -73.91255, + -73.93235, + -73.92441, + -73.98216, + -73.9067, + -73.95936, + -73.98043, + -73.91856, + -73.90381, + -73.98914, + -74.00395, + -73.9407, + -73.98751, + -73.89225, + -73.98704, + -73.95393, + -73.98251, + -73.94219, + -73.92071, + -73.94022, + -74.10902, + -73.96655, + -73.96717, + -73.97966, + -74.01009, + -73.95669, + -73.90198, + -73.87703, + -73.90301, + -73.91148, + -73.99888, + -73.97304, + -73.97306, + -73.85738, + -74.00316, + -73.80125, + -73.8486, + -73.94592, + -73.98316, + -73.98541, + -73.99175, + -74.02422, + -73.92704, + -73.79682, + -73.79513, + -73.96743, + -74.00788, + -73.97996, + -73.75695, + -73.95244, + -73.9576, + -74.00213, + -73.99954, + -73.98812, + -73.92454, + -73.93446, + -73.98732, + -73.96749, + -73.98336, + -73.99728, + -73.81178, + -73.94991, + -73.9634, + -73.99405, + -73.96679, + -73.95712, + -73.84746, + -73.9809, + -73.90919, + -73.99426, + -73.93576, + -73.98212, + -73.94639, + -74.00559, + -73.93972, + -73.79514, + -73.95559, + -73.93021, + -74.00221, + -73.92898, + -73.89704, + -73.99213, + -73.92716, + -73.98484, + -73.92642, + -73.8734, + -73.81976, + -73.92478, + -73.96102, + -73.93684, + -73.82292, + -73.93894, + -73.81435, + -73.86302, + -73.90981, + -73.9369, + -74.00119, + -73.95518, + -73.95813, + -73.96116, + -73.98228, + -74.01139, + -73.95704, + -73.94185, + -73.9649, + -73.99707, + -73.93897, + -73.95401, + -73.98252, + -73.98555, + -74.00689, + -73.98121, + -73.99679, + -73.95726, + -74.00475, + -73.95243, + -73.98735, + -74.00541, + -73.94828, + -74.02655, + -73.9306, + -73.95166, + -73.96904, + -73.95949, + -73.9317, + -73.86927, + -73.73462, + -73.91598, + -73.9217, + -73.91474, + -73.93172, + -73.9735, + -73.93091, + -73.98297, + -73.89884, + -73.90172, + -73.94892, + -73.96716, + -73.98755, + -73.89698, + -73.80776, + -73.91231, + -73.80724, + -73.96037, + -73.82169, + -73.9842, + -73.9655, + -73.96131, + -73.94747, + -73.98715, + -73.9866, + -73.99128, + -74.00484, + -73.82089, + -73.94663, + -73.92042, + -73.96417, + -73.92347, + -73.94978, + -73.95856, + -73.90903, + -73.94159, + -73.95674, + -73.93683, + -73.95564, + -73.99632, + -73.99716, + -73.9615, + -73.96244, + -73.91848, + -73.91437, + -74.00835, + -73.91035, + -73.96844, + -73.98063, + -73.98513, + -73.92564, + -73.90857, + -73.80736, + -73.98983, + -73.92496, + -73.88746, + -73.94694, + -73.95088, + -73.98764, + -73.88551, + -73.93087, + -73.99278, + -73.9091, + -73.96898, + -73.94482, + -73.94931, + -73.82252, + -73.94837, + -73.95466, + -73.94593, + -73.94736, + -73.96433, + -73.94797, + -73.98354, + -73.94844, + -73.94033, + -73.96066, + -73.95606, + -73.98244, + -73.87507, + -73.94409, + -73.92488, + -73.91178, + -73.93015, + -74.0002, + -73.94838, + -73.96307, + -73.99716, + -74.02463, + -73.98592, + -74.00406, + -73.93483, + -73.95387, + -73.96639, + -73.95283, + -73.82886, + -73.92855, + -73.93781, + -73.93948, + -73.98489, + -74.00078, + -73.98911, + -74.00361, + -73.969, + -73.97744, + -73.97861, + -73.99689, + -73.93164, + -73.91185, + -73.87561, + -73.95343, + -73.98913, + -73.90787, + -73.92843, + -73.902, + -73.94865, + -73.97845, + -73.9539, + -73.99147, + -73.81359, + -73.99801, + -74.00007, + -73.98368, + -73.95664, + -73.94533, + -74.01247, + -73.89477, + -73.9258, + -73.89933, + -73.93198, + -73.98354, + -73.9568, + -73.94903, + -73.98721, + -73.97908, + -73.98932, + -73.96107, + -73.98749, + -73.95831, + -73.98784, + -73.98785, + -73.95037, + -73.98892, + -73.98208, + -73.92305, + -73.95132, + -73.9918, + -73.93714, + -73.95522, + -73.97099, + -73.95762, + -73.99202, + -73.8791, + -73.93434, + -73.87756, + -73.80726, + -73.98018, + -73.81275, + -73.99824, + -73.92334, + -73.92112, + -73.95058, + -73.90588, + -73.96321, + -73.93309, + -73.96446, + -73.94971, + -73.96436, + -73.96474, + -73.96342, + -73.96522, + -73.96474, + -73.96433, + -73.96199, + -73.96375, + -73.96348, + -73.94751, + -74.20295, + -73.91186, + -73.94654, + -73.94808, + -73.94805, + -73.94176, + -73.99633, + -73.95532, + -73.96, + -73.94399, + -73.9472, + -73.81489, + -73.93134, + -73.92867, + -73.94315, + -73.81368, + -73.96471, + -73.99219, + -74.09523, + -73.9232, + -73.71829, + -73.97116, + -73.97275, + -73.97172, + -73.83254, + -73.90918, + -73.98196, + -73.99959, + -73.92647, + -73.98803, + -73.9616, + -73.99792, + -73.9955, + -73.959, + -74.15389, + -73.90994, + -73.95222, + -73.99213, + -73.98233, + -73.95277, + -73.84228, + -73.95319, + -73.84854, + -73.9522, + -73.93338, + -73.98017, + -74.01717, + -73.89586, + -73.80869, + -73.99278, + -73.99271, + -73.99069, + -74.0008, + -73.93022, + -73.93215, + -73.93035, + -74.00853, + -73.97359, + -73.91608, + -73.99136, + -73.92417, + -73.94164, + -74.00736, + -73.96912, + -73.96629, + -73.92575, + -73.97605, + -73.94875, + -73.99819, + -73.94168, + -74.01018, + -73.94452, + -73.95153, + -73.94217, + -74.12559, + -73.97899, + -73.98221, + -73.94277, + -73.94813, + -74.00135, + -74.24442, + -73.91697, + -73.98492, + -73.91198, + -73.98611, + -73.9842, + -73.96817, + -74.00546, + -73.94792, + -73.91968, + -73.95816, + -73.99292, + -73.97444, + -73.96639, + -73.9245, + -73.96752, + -73.82668, + -73.98605, + -73.94963, + -73.98765, + -73.95433, + -73.96381, + -73.96228, + -73.9873, + -73.95988, + -73.86569, + -73.94481, + -73.96193, + -73.91343, + -73.98433, + -73.84638, + -73.86572, + -73.97219, + -73.86645, + -73.99677, + -73.95574, + -73.95173, + -73.94856, + -73.95952, + -73.72173, + -73.94152, + -73.94588, + -73.90864, + -73.98898, + -73.96441, + -73.9871, + -73.93866, + -73.9635, + -73.9914, + -73.91343, + -74.0008, + -74.00249, + -73.94687, + -73.98608, + -73.96373, + -73.93321, + -73.92559, + -74.00549, + -73.99502, + -73.98329, + -73.94873, + -74.00117, + -73.97382, + -73.99926, + -73.98269, + -73.99204, + -73.94938, + -73.96836, + -73.88387, + -73.923, + -74.00532, + -74.00515, + -73.86715, + -74.00616, + -73.86589, + -73.91797, + -74.00482, + -73.9227, + -73.99045, + -74.00632, + -73.98707, + -73.86671, + -73.87203, + -73.86509, + -73.91621, + -73.99733, + -73.99504, + -73.98658, + -73.98228, + -73.96063, + -73.97807, + -74.02331, + -73.96561, + -73.98977, + -73.98146, + -73.86541, + -73.86537, + -73.98138, + -73.86697, + -73.9538, + -73.93108, + -73.98741, + -73.98845, + -73.93503, + -73.94884, + -73.86474, + -73.84867, + -73.84872, + -73.84726, + -73.93087, + -73.92937, + -73.94671, + -73.93718, + -73.96846, + -73.98903, + -73.95464, + -73.93044, + -73.97077, + -73.99148, + -73.9788, + -73.9687, + -74.00104, + -74.15954, + -73.95064, + -73.9199, + -73.96285, + -73.98151, + -73.97859, + -73.90336, + -73.88217, + -73.98589, + -73.95876, + -74.01229, + -74.01288, + -73.97784, + -73.90287, + -74.01139, + -73.96358, + -73.94055, + -73.97075, + -73.96037, + -73.9525, + -73.98174, + -73.95131, + -73.98844, + -73.94961, + -73.95272, + -73.95121, + -73.94959, + -73.96711, + -73.95007, + -73.94454, + -73.95914, + -73.90506, + -73.94929, + -73.98882, + -73.95504, + -73.92271, + -73.93702, + -73.99443, + -73.97928, + -73.96451, + -73.88356, + -73.9943, + -73.94363, + -74.03538, + -73.9803, + -73.94523, + -73.93538, + -73.99785, + -73.97587, + -73.98623, + -73.95345, + -73.98051, + -73.97799, + -73.99063, + -73.94774, + -73.99075, + -73.98143, + -73.9161, + -73.97789, + -73.98816, + -73.98041, + -73.90971, + -73.86459, + -73.98046, + -73.97649, + -73.93476, + -73.98487, + -73.98398, + -73.93201, + -73.9007, + -73.96178, + -73.96598, + -73.97246, + -73.94267, + -73.95845, + -73.91193, + -73.98322, + -73.78943, + -73.96346, + -73.97416, + -73.96048, + -73.88846, + -73.9875, + -73.99279, + -73.95328, + -73.84677, + -73.98253, + -73.99714, + -73.98796, + -73.92175, + -73.99348, + -73.85598, + -73.98286, + -74.02006, + -73.92512, + -73.9572, + -73.83628, + -73.97228, + -73.97435, + -73.97381, + -73.96153, + -74.00747, + -73.90753, + -74.00729, + -74.02943, + -74.00601, + -73.9827, + -73.90741, + -73.99681, + -73.97903, + -73.94683, + -73.94884, + -73.94605, + -73.99265, + -73.94726, + -73.97213, + -73.98052, + -74.02884, + -73.94585, + -73.99216, + -73.94656, + -73.97297, + -73.97522, + -73.97359, + -73.98187, + -73.96725, + -73.97277, + -73.99566, + -73.97168, + -73.94612, + -73.9717, + -73.93742, + -73.97307, + -73.97436, + -73.97137, + -73.96115, + -73.98184, + -73.97176, + -73.97186, + -73.9722, + -73.94718, + -73.93914, + -73.94232, + -73.97146, + -73.86628, + -73.9719, + -73.97472, + -73.97296, + -73.93446, + -73.91373, + -73.92836, + -73.87699, + -73.95397, + -73.93917, + -73.98162, + -73.97951, + -73.95389, + -73.79395, + -74.00627, + -74.00565, + -74.00616, + -74.00621, + -73.96061, + -73.99771, + -73.99673, + -74.00613, + -73.90894, + -73.9834, + -73.98155, + -73.93463, + -73.98495, + -73.98305, + -73.98283, + -73.98195, + -73.98245, + -73.96317, + -73.96295, + -73.97603, + -73.9462, + -73.97541, + -73.96106, + -73.97607, + -73.99438, + -73.99521, + -73.9727, + -73.98604, + -73.97623, + -73.98368, + -73.92096, + -73.94227, + -73.86841, + -73.94082, + -73.9414, + -73.99618, + -73.9516, + -73.99478, + -73.99567, + -73.99271, + -73.95366, + -73.83071, + -73.95257, + -73.92423, + -73.92068, + -73.83135, + -73.92815, + -73.95079, + -73.92475, + -73.99671, + -73.74449, + -73.93355, + -73.94578, + -73.99036, + -73.9229, + -73.82372, + -73.96313, + -73.95664, + -73.98891, + -74.0003, + -73.97381, + -73.98757, + -73.95946, + -73.97231, + -73.97042, + -73.96187, + -73.94339, + -73.93747, + -73.96177, + -73.98599, + -73.98775, + -73.99102, + -73.96248, + -73.98929, + -73.98631, + -73.94499, + -73.90474, + -73.98805, + -73.9863, + -73.98749, + -73.98629, + -73.98607, + -73.95566, + -73.97118, + -73.98892, + -74.00756, + -73.98814, + -73.91555, + -73.98795, + -74.00479, + -73.98712, + -73.98916, + -73.98973, + -73.88769, + -73.98912, + -73.98557, + -73.95618, + -73.92659, + -73.96673, + -73.93445, + -73.98657, + -73.93738, + -73.9695, + -73.93114, + -73.97225, + -73.97011, + -73.97171, + -73.98769, + -73.87912, + -73.97067, + -73.84378, + -73.93068, + -73.9939, + -73.9423, + -73.97012, + -73.93547, + -73.92888, + -73.96315, + -74.15478, + -73.82692, + -73.74804, + -73.94637, + -73.97741, + -74.00623, + -73.92503, + -73.8322, + -73.95441, + -73.95921, + -73.99466, + -73.80151, + -73.82233, + -73.87238, + -73.96659, + -73.87373, + -73.87242, + -73.89119, + -73.92379, + -73.98843, + -73.93642, + -73.93861, + -73.9606, + -73.85215, + -73.94261, + -74.00501, + -73.96235, + -73.99768, + -73.96003, + -73.97074, + -73.94024, + -73.99003, + -73.92921, + -74.00392, + -73.99467, + -73.83192, + -73.98381, + -73.92617, + -73.91721, + -73.79993, + -73.93967, + -73.98507, + -74.089, + -73.90233, + -73.9904, + -73.98726, + -74.00114, + -73.97278, + -73.91553, + -73.95528, + -73.94174, + -73.98678, + -73.98125, + -74.00294, + -73.86378, + -73.99387, + -73.88756, + -73.95377, + -74.00213, + -73.98515, + -73.98381, + -73.99084, + -73.95408, + -73.91281, + -73.76953, + -73.94117, + -73.82529, + -73.9878, + -73.93489, + -73.94665, + -73.93556, + -73.9588, + -74.03, + -73.92281, + -73.87347, + -73.87215, + -73.91158, + -73.83113, + -73.99074, + -73.98636, + -73.95644, + -73.94399, + -73.94578, + -73.92693, + -73.92564, + -73.87073, + -73.97784, + -73.97891, + -73.99427, + -73.99256, + -73.99656, + -74.01006, + -73.98931, + -73.99935, + -73.92869, + -73.95924, + -73.95938, + -73.86144, + -73.94223, + -73.99876, + -73.97182, + -73.92349, + -73.77435, + -73.94638, + -73.93203, + -73.93525, + -73.94824, + -73.94754, + -73.96134, + -73.99431, + -73.95777, + -74.00046, + -74.00281, + -73.985, + -73.99594, + -73.98445, + -74.0125, + -73.98685, + -73.96431, + -73.97282, + -73.78298, + -73.98879, + -73.96959, + -73.95905, + -73.92694, + -74.00142, + -73.95224, + -73.91112, + -73.96948, + -73.89778, + -73.97283, + -73.97678, + -73.99234, + -73.99835, + -73.85135, + -73.85258, + -73.89837, + -73.79427, + -73.98301, + -73.92011, + -73.86683, + -73.86659, + -73.95142, + -74.01025, + -73.9839, + -73.86748, + -73.96069, + -73.99832, + -73.95881, + -73.92149, + -73.73733, + -73.99155, + -73.94781, + -73.83082, + -73.98946, + -73.98087, + -73.99625, + -73.9916, + -73.98222, + -73.98237, + -73.98035, + -73.95891, + -74.00475, + -73.99099, + -74.00491, + -74.00534, + -73.98712, + -73.9889, + -73.93255, + -73.95452, + -73.93208, + -73.97039, + -73.95702, + -73.93113, + -73.97321, + -73.94561, + -73.9558, + -73.83069, + -73.88724, + -73.94068, + -73.85717, + -73.95458, + -73.94838, + -73.97127, + -73.99965, + -73.98447, + -73.75184, + -73.95048, + -73.94661, + -73.94388, + -73.97254, + -73.90944, + -73.98051, + -73.98035, + -73.95562, + -74.00444, + -74.08047, + -73.98549, + -73.94362, + -73.99237, + -73.9045, + -73.95297, + -74.00836, + -73.85491, + -73.93426, + -73.99092, + -73.96607, + -73.95235, + -73.99093, + -73.93347, + -73.88013, + -73.9888, + -73.95804, + -73.72581, + -73.97997, + -73.9319, + -73.90278, + -73.9591, + -73.9316, + -73.94011, + -73.93834, + -73.93942, + -73.73872, + -73.99904, + -73.94832, + -74.0092, + -73.98376, + -73.95251, + -73.96186, + -73.95616, + -73.92604, + -73.95693, + -73.98446, + -74.03001, + -73.93291, + -73.94081, + -73.98922, + -73.99883, + -73.86311, + -73.98154, + -73.98932, + -74.00966, + -73.9261, + -73.92915, + -73.90831, + -73.98161, + -73.91755, + -73.909, + -73.9747, + -73.90977, + -73.9192, + -73.93696, + -73.95556, + -73.99101, + -73.93067, + -73.93282, + -73.9319, + -73.99278, + -73.93072, + -73.88899, + -73.95475, + -73.95702, + -73.9798, + -73.99485, + -73.92412, + -73.78312, + -73.9733, + -73.968, + -73.94365, + -73.94334, + -73.99399, + -74.00244, + -73.94417, + -73.9706, + -73.92766, + -73.95582, + -73.90781, + -73.98357, + -73.95663, + -73.98983, + -73.76699, + -74.00129, + -73.99987, + -73.99772, + -73.73478, + -73.91576, + -73.96657, + -73.7413, + -73.93494, + -73.91577, + -73.97296, + -73.99394, + -73.94613, + -73.96224, + -73.99973, + -73.99665, + -73.98219, + -74.00803, + -73.91007, + -73.94784, + -73.98097, + -73.93085, + -73.95606, + -73.9495, + -73.81875, + -73.93783, + -73.99785, + -73.94354, + -73.99311, + -73.85566, + -73.94213, + -73.93909, + -73.9009, + -73.9193, + -73.94183, + -73.89762, + -73.98949, + -73.93928, + -73.96959, + -74.08957, + -73.98599, + -73.91409, + -73.98826, + -73.95937, + -73.92028, + -73.73721, + -73.99951, + -73.97959, + -73.95692, + -73.97965, + -73.97957, + -73.98941, + -73.97983, + -73.99992, + -73.95455, + -73.99101, + -73.9744, + -73.99054, + -73.99425, + -73.98112, + -73.98047, + -73.9799, + -73.9986, + -73.98648, + -73.92803, + -73.9907, + -73.9289, + -73.99477, + -73.99883, + -73.86492, + -73.9805, + -73.9297, + -74.0101, + -73.97955, + -73.92071, + -73.92152, + -73.99376, + -73.94377, + -73.86722, + -73.73783, + -74.01582, + -73.98631, + -73.99777, + -73.86401, + -73.91364, + -73.86316, + -73.80072, + -74.00168, + -73.89454, + -73.89315, + -73.95967, + -73.8474, + -73.96862, + -73.96163, + -73.93851, + -73.84747, + -73.98349, + -73.94618, + -73.98784, + -73.98319, + -74.00059, + -73.91516, + -73.99193, + -73.95478, + -73.92768, + -73.92607, + -73.94956, + -73.81482, + -73.98774, + -74.01052, + -73.98126, + -73.94908, + -73.76348, + -73.89451, + -73.96629, + -73.94754, + -73.9538, + -73.99028, + -74.00661, + -73.92068, + -73.79179, + -73.94358, + -73.97361, + -73.98871, + -74.00671, + -73.99419, + -73.93682, + -73.95286, + -73.92962, + -74.13331, + -73.90766, + -73.92778, + -73.93003, + -73.93182, + -73.92768, + -73.97313, + -73.90779, + -73.96041, + -73.96424, + -73.95842, + -73.9071, + -73.91589, + -73.93927, + -73.99734, + -73.93877, + -73.96427, + -73.82641, + -73.94332, + -73.92696, + -73.78279, + -73.87358, + -73.95303, + -73.89368, + -73.90347, + -73.90303, + -73.89953, + -73.87645, + -73.87755, + -73.92247, + -73.87734, + -73.87776, + -73.8775, + -73.93094, + -73.95055, + -73.94973, + -73.94757, + -73.96704, + -73.81208, + -73.93805, + -73.99102, + -74.00965, + -74.00089, + -73.99606, + -73.92076, + -73.97508, + -73.76336, + -74.007, + -73.97212, + -73.93817, + -73.89019, + -74.00535, + -73.95884, + -73.95824, + -73.90484, + -73.93429, + -73.95893, + -73.88833, + -73.95279, + -73.96675, + -73.9667, + -73.83357, + -73.95639, + -73.98467, + -73.93448, + -73.90896, + -73.92191, + -73.94231, + -73.8794, + -73.94627, + -74.00645, + -73.95168, + -73.8787, + -73.98667, + -73.99806, + -73.96044, + -73.98673, + -73.99714, + -73.92034, + -73.98825, + -73.99201, + -73.95331, + -73.82038, + -73.93972, + -74.00298, + -73.95577, + -73.94272, + -73.98871, + -74.08376, + -73.92704, + -73.98513, + -73.93104, + -73.93075, + -73.98796, + -73.96159, + -73.98755, + -73.92703, + -73.98995, + -73.76345, + -73.92155, + -73.99655, + -73.93701, + -74.01975, + -73.88227, + -74, + -74.00071, + -73.98425, + -73.94703, + -73.94048, + -73.99361, + -73.948, + -73.94115, + -73.98395, + -73.95639, + -73.9878, + -73.95398, + -73.9447, + -74.00304, + -73.76242, + -73.76324, + -73.90315, + -73.92071, + -74.02122, + -73.98838, + -73.92307, + -73.9709, + -73.9923, + -73.93879, + -73.98171, + -73.91737, + -73.95476, + -74.01087, + -73.95927, + -73.76349, + -73.94339, + -73.94365, + -73.96075, + -74.00448, + -73.92534, + -73.92362, + -73.96581, + -74.0302, + -74.03136, + -73.971, + -73.92368, + -73.99363, + -73.98978, + -73.98398, + -73.98984, + -73.96599, + -73.88865, + -73.92349, + -73.92108, + -73.99374, + -74.00713, + -73.9647, + -73.98245, + -73.91075, + -73.94386, + -73.926, + -73.94961, + -73.94118, + -73.97986, + -73.95218, + -73.98182, + -73.99828, + -73.95127, + -73.91614, + -73.96147, + -73.98831, + -73.96049, + -73.98936, + -73.99611, + -73.91997, + -73.7755, + -73.77739, + -73.93855, + -73.96631, + -73.90578, + -73.96692, + -73.95224, + -73.99933, + -73.98451, + -73.961, + -73.86944, + -74.01386, + -73.94255, + -73.94239, + -73.94239, + -73.94561, + -74.00698, + -73.96227, + -73.91637, + -73.99006, + -73.92048, + -73.85185, + -73.98609, + -73.9184, + -73.99416, + -73.98139, + -73.97419, + -73.95086, + -73.98325, + -73.9871, + -73.9216, + -73.96707, + -73.95523, + -73.98171, + -73.9534, + -73.94233, + -73.87358, + -73.81342, + -73.9565, + -73.86199, + -73.95284, + -73.90848, + -73.99341, + -73.93166, + -73.9157, + -73.97821, + -74.00195, + -74.02526, + -73.91977, + -73.96644, + -73.94299, + -73.94759, + -73.99281, + -73.9381, + -73.94006, + -73.95241, + -73.92295, + -73.99591, + -73.76251, + -73.9773, + -73.89649, + -73.99265, + -74.00358, + -73.89313, + -73.92399, + -73.91419, + -74.00245, + -73.96208, + -73.96326, + -73.99539, + -73.98229, + -73.77752, + -73.8913, + -73.97753, + -74.00352, + -73.93353, + -73.95954, + -73.98115, + -73.94219, + -73.94099, + -74.00369, + -73.99492, + -74.01045, + -73.95816, + -74.0091, + -73.98945, + -73.91482, + -74.00974, + -73.91808, + -73.93811, + -73.92109, + -73.97543, + -74.00689, + -73.89883, + -73.98576, + -73.91962, + -73.98274, + -73.93618, + -73.92744, + -73.98373, + -73.98968, + -73.99367, + -73.98894, + -73.98968, + -73.98598, + -73.87799, + -73.98435, + -73.94658, + -73.94332, + -73.94504, + -73.94657, + -73.98512, + -73.938, + -73.81834, + -73.98188, + -73.94146, + -73.96236, + -73.98549, + -73.9605, + -73.91742, + -73.91048, + -73.98653, + -73.99674, + -74.00885, + -73.92652, + -73.91344, + -73.77919, + -73.94255, + -73.94993, + -73.98928, + -73.94989, + -73.92628, + -73.92092, + -74.00397, + -73.98142, + -73.99459, + -74.00734, + -73.94462, + -73.98482, + -73.92753, + -73.98047, + -73.94943, + -73.98848, + -73.81558, + -73.95842, + -73.84806, + -73.92369, + -73.98085, + -73.96784, + -73.74962, + -73.9915, + -73.99963, + -73.94657, + -74.00899, + -73.93979, + -73.9413, + -73.90803, + -73.9895, + -73.95655, + -73.95671, + -73.9643, + -73.94591, + -73.9581, + -73.95588, + -73.99058, + -73.94424, + -73.94648, + -73.95616, + -73.9567, + -73.9324, + -73.96223, + -73.95474, + -73.89465, + -73.93537, + -74.00481, + -74.12294, + -73.89318, + -73.95673, + -73.9942, + -73.92553, + -73.89389, + -73.89317, + -73.79687, + -73.99485, + -73.93468, + -73.97477, + -73.99976, + -73.91636, + -73.96717, + -73.82191, + -73.96725, + -73.998, + -73.97557, + -73.97542, + -74.00033, + -73.97506, + -73.97396, + -73.97496, + -73.97412, + -73.97532, + -73.97551, + -73.97393, + -73.97523, + -73.97502, + -73.94342, + -73.974, + -73.97564, + -73.97361, + -73.97396, + -73.97553, + -73.97498, + -73.96035, + -74.00166, + -74.004, + -73.92601, + -73.99184, + -73.96195, + -73.97774, + -73.93758, + -73.99539, + -73.98259, + -73.92904, + -73.96137, + -73.96896, + -74.01007, + -73.75695, + -73.86217, + -73.99078, + -74.00335, + -73.93408, + -73.98522, + -73.88595, + -73.79914, + -74.00389, + -73.99084, + -73.91065, + -73.98801, + -73.95481, + -73.9623, + -73.93038, + -73.99126, + -73.92679, + -73.90633, + -73.94817, + -73.97753, + -73.91694, + -73.84088, + -73.97726, + -73.73945, + -73.97237, + -73.86451, + -73.90647, + -73.99647, + -73.99247, + -74.00986, + -73.98948, + -73.91323, + -73.97404, + -73.99458, + -73.87961, + -73.96208, + -73.96281, + -73.98648, + -73.96041, + -73.99955, + -73.86806, + -74.0002, + -73.99135, + -73.89978, + -73.98769, + -73.90215, + -73.9406, + -73.91225, + -74.01535, + -73.8794, + -73.82504, + -73.97417, + -73.93889, + -73.9392, + -73.94539, + -73.93952, + -73.90412, + -73.95926, + -73.99103, + -73.88213, + -73.98867, + -74.23059, + -73.91847, + -73.95914, + -73.97455, + -73.98628, + -74.00583, + -73.9876, + -73.96732, + -73.89194, + -73.91991, + -74.00974, + -73.91971, + -73.91878, + -73.94271, + -73.93335, + -73.97222, + -73.98145, + -73.99141, + -73.98897, + -73.991, + -73.96563, + -73.87854, + -73.84922, + -73.92655, + -74.00239, + -73.90008, + -73.96431, + -73.98547, + -73.9956, + -73.95867, + -73.98578, + -73.86082, + -73.74745, + -73.93933, + -73.97369, + -73.99783, + -74.00464, + -73.94598, + -73.82337, + -73.97709, + -73.96882, + -73.93951, + -73.94559, + -74.00843, + -74.00114, + -73.89316, + -74.00316, + -73.73373, + -74.00229, + -74.10047, + -73.95288, + -73.94501, + -73.95, + -73.90783, + -73.99454, + -73.96102, + -73.92527, + -73.89052, + -73.816, + -73.94877, + -73.97723, + -73.81704, + -73.98663, + -73.96488, + -73.9532, + -73.96742, + -73.99063, + -73.97364, + -73.90652, + -73.94803, + -73.94683, + -74.00034, + -73.99972, + -73.99966, + -73.99985, + -73.99256, + -73.93023, + -73.80864, + -73.96051, + -73.91489, + -74.00765, + -73.86578, + -73.99111, + -73.92006, + -73.94654, + -73.78707, + -73.9885, + -73.93837, + -73.82561, + -73.9502, + -73.96732, + -73.98251, + -73.79859, + -73.89112, + -73.94851, + -73.91271, + -73.9654, + -73.86705, + -73.79242, + -73.9361, + -73.87661, + -73.80724, + -73.96425, + -73.93332, + -73.92642, + -73.98891, + -73.8234, + -73.93937, + -73.98511, + -73.96061, + -73.93502, + -73.90932, + -74.00543, + -73.95026, + -73.92277, + -73.94056, + -73.96181, + -73.91531, + -73.98312, + -73.86947, + -73.95515, + -73.99635, + -73.99945, + -73.95979, + -73.94391, + -73.96621, + -73.96675, + -73.97872, + -73.94783, + -73.96208, + -73.90292, + -73.94059, + -74.00622, + -73.99158, + -73.97232, + -73.96669, + -73.92764, + -74.00222, + -73.94944, + -73.94797, + -73.98849, + -73.93829, + -73.96665, + -73.86545, + -73.99378, + -73.93524, + -73.91641, + -73.8946, + -73.96493, + -73.98373, + -73.94546, + -73.99978, + -73.96314, + -74.02396, + -73.93273, + -74.00936, + -73.9555, + -73.97792, + -73.98212, + -73.99343, + -74.00907, + -73.98056, + -73.93418, + -73.93437, + -73.99138, + -73.98576, + -73.97678, + -73.89002, + -73.94764, + -73.94759, + -73.9971, + -73.98894, + -73.91696, + -73.93937, + -73.99263, + -73.97011, + -73.9222, + -73.98514, + -74.00024, + -73.95271, + -73.90268, + -73.94278, + -73.95296, + -73.98375, + -73.88569, + -74.00773, + -73.96514, + -73.95075, + -73.845, + -73.95755, + -73.95702, + -73.99884, + -73.95133, + -73.99026, + -73.99125, + -73.90204, + -73.96416, + -73.98372, + -73.97923, + -73.95902, + -73.94593, + -73.92811, + -73.98664, + -73.95716, + -73.96623, + -74.01511, + -73.98386, + -73.97219, + -73.88273, + -73.96692, + -73.99523, + -74.03296, + -73.97261, + -73.89784, + -73.97143, + -73.96259, + -73.97204, + -73.97709, + -73.97349, + -73.97195, + -73.96254, + -73.90964, + -73.9987, + -73.93498, + -73.9604, + -73.97272, + -73.77464, + -74.00909, + -73.96257, + -73.82909, + -73.98217, + -73.95093, + -73.91166, + -73.87104, + -73.91995, + -73.97636, + -73.94202, + -73.98873, + -73.72716, + -73.99296, + -73.9604, + -73.92095, + -73.98857, + -73.94433, + -73.89597, + -73.95022, + -73.79578, + -73.88646, + -73.94494, + -74.00784, + -74.00087, + -73.96549, + -73.92081, + -74.0156, + -73.93967, + -73.94192, + -73.95006, + -73.98664, + -73.93468, + -73.90289, + -73.94571, + -73.94116, + -73.99693, + -73.81453, + -73.95611, + -73.99033, + -73.99113, + -73.94213, + -73.91979, + -73.90486, + -73.9689, + -73.79391, + -73.89499, + -74.07812, + -73.94463, + -73.97062, + -73.95502, + -73.84241, + -73.88813, + -73.94196, + -73.95065, + -73.89534, + -73.99627, + -73.92835, + -73.90827, + -73.98102, + -73.97894, + -73.97916, + -73.99169, + -73.7169, + -73.98866, + -73.9113, + -73.90817, + -73.94075, + -73.9903, + -73.98297, + -73.9969, + -73.92707, + -73.93616, + -73.91898, + -73.96104, + -73.95382, + -73.95591, + -73.94524, + -73.98179, + -73.96339, + -73.96177, + -73.9845, + -73.99032, + -73.98028, + -73.9704, + -73.98148, + -73.99627, + -73.98237, + -73.96662, + -74.00566, + -73.98436, + -73.99218, + -73.82124, + -73.99184, + -73.95208, + -73.94959, + -73.99684, + -73.92717, + -73.93234, + -73.91945, + -73.98155, + -73.92162, + -73.97368, + -73.9792, + -73.90554, + -73.98101, + -73.94123, + -73.82411, + -73.80124, + -73.88492, + -73.93787, + -73.99506, + -73.98558, + -73.98218, + -73.99466, + -73.91168, + -73.91296, + -73.99357, + -73.93944, + -73.951, + -73.93767, + -73.9569, + -73.90563, + -73.93909, + -73.93915, + -73.94005, + -73.9972, + -73.96661, + -73.9633, + -73.93954, + -73.95829, + -73.94651, + -73.78778, + -73.93033, + -73.81947, + -73.98201, + -73.90852, + -73.98844, + -73.93781, + -73.92346, + -73.94569, + -73.97855, + -73.98317, + -73.94243, + -73.95219, + -73.99546, + -73.94245, + -73.90774, + -73.89073, + -74.03022, + -73.9845, + -73.97493, + -73.96007, + -73.81368, + -73.93288, + -73.91248, + -74.0055, + -74.0008, + -73.99457, + -73.94416, + -73.95591, + -73.94252, + -73.9733, + -73.92531, + -73.96088, + -73.93946, + -73.98821, + -73.94278, + -73.95484, + -73.95782, + -73.99024, + -74.08315, + -73.95598, + -73.95143, + -73.89486, + -73.93967, + -73.93918, + -73.92686, + -73.87931, + -73.9064, + -73.85219, + -73.96542, + -73.90919, + -73.94285, + -73.93467, + -73.91829, + -73.99557, + -73.9809, + -73.96473, + -73.96644, + -73.95106, + -73.88469, + -73.94816, + -73.91385, + -73.93256, + -73.93833, + -73.9193, + -73.92821, + -73.97931, + -73.96766, + -73.92718, + -73.98737, + -73.92829, + -73.92565, + -73.92554, + -73.94294, + -73.92871, + -73.94521, + -73.94497, + -73.94199, + -73.96889, + -73.92726, + -73.99746, + -73.92792, + -73.98388, + -73.92796, + -73.97092, + -73.94397, + -73.94019, + -73.94067, + -73.92046, + -73.98871, + -73.9706, + -73.99351, + -73.92698, + -73.98205, + -73.98287, + -73.90843, + -73.9576, + -73.86837, + -73.96316, + -73.86745, + -73.97088, + -73.9839, + -73.993, + -73.92227, + -73.98901, + -73.90836, + -73.86747, + -73.98874, + -73.99392, + -73.91921, + -73.79856, + -73.99542, + -73.95348, + -73.99434, + -73.95586, + -73.97678, + -73.94523, + -73.98192, + -73.98049, + -73.9806, + -73.9846, + -73.80335, + -73.92728, + -73.94179, + -73.95603, + -73.94886, + -74.00789, + -73.90844, + -73.93812, + -73.95108, + -73.95395, + -73.93522, + -73.92692, + -73.93077, + -73.99584, + -73.98991, + -74.00704, + -73.92655, + -73.92646, + -73.88575, + -73.98546, + -73.97493, + -73.99429, + -73.891, + -73.98843, + -73.9435, + -73.96515, + -73.93509, + -73.96499, + -73.99487, + -73.99437, + -73.94088, + -73.93621, + -73.95065, + -73.9484, + -73.94915, + -74.09132, + -73.88219, + -73.95168, + -73.93111, + -73.96509, + -73.86761, + -73.84567, + -73.86047, + -73.90601, + -73.89865, + -73.99473, + -73.92798, + -73.9138, + -73.98427, + -73.78478, + -74.00244, + -73.97589, + -73.9747, + -73.97896, + -73.99158, + -73.79197, + -73.94137, + -73.94719, + -73.98002, + -73.98557, + -73.92915, + -73.95969, + -73.90415, + -73.975, + -74.0039, + -73.9348, + -73.93869, + -74.00057, + -73.91061, + -73.94889, + -73.93875, + -73.92949, + -73.93046, + -73.92912, + -73.9967, + -73.98733, + -73.99039, + -74.00511, + -73.93626, + -73.97623, + -73.96547, + -73.94267, + -73.92282, + -73.99751, + -73.92703, + -74.00333, + -73.94872, + -73.91875, + -73.9696, + -73.98325, + -74.00582, + -73.95333, + -73.97708, + -73.99549, + -73.93359, + -73.94174, + -73.92085, + -73.87353, + -73.96132, + -73.95457, + -73.94592, + -73.95257, + -73.92611, + -73.9298, + -73.9288, + -73.96295, + -73.92924, + -73.965, + -73.93383, + -73.94988, + -74.00498, + -73.95832, + -73.94912, + -73.93889, + -73.97117, + -73.97233, + -73.98099, + -73.974, + -74.07084, + -73.93698, + -73.91557, + -73.92541, + -73.95598, + -73.99575, + -73.92489, + -73.96312, + -73.99934, + -73.96693, + -73.93505, + -73.98981, + -74.00642, + -74.00497, + -73.9672, + -73.92511, + -73.98397, + -73.98195, + -73.98408, + -73.92636, + -73.96379, + -73.96306, + -73.93943, + -73.99695, + -73.94073, + -73.96669, + -73.97158, + -73.98155, + -73.96671, + -73.99001, + -73.98847, + -73.92833, + -73.95308, + -73.98908, + -73.8227, + -73.9882, + -73.85003, + -73.96015, + -73.98653, + -73.98694, + -73.9369, + -73.98696, + -73.95374, + -73.91409, + -73.9493, + -73.95823, + -73.78094, + -73.9625, + -73.9509, + -73.85044, + -73.91973, + -73.94847, + -73.98402, + -73.91358, + -73.99074, + -73.96301, + -73.94192, + -73.94441, + -73.91552, + -73.81387, + -73.97511, + -74.01798, + -73.95082, + -73.89091, + -73.92357, + -73.95085, + -73.93991, + -73.9448, + -73.94371, + -73.9817, + -73.99509, + -73.98198, + -73.9436, + -73.9693, + -73.9298, + -73.95298, + -73.91932, + -73.97622, + -73.99593, + -73.91073, + -73.9198, + -73.98728, + -74.00268, + -73.94243, + -73.90938, + -73.97368, + -73.97253, + -73.94267, + -73.97203, + -73.95168, + -73.96953, + -73.97025, + -73.92129, + -74.00137, + -73.97086, + -73.97107, + -73.97749, + -73.96944, + -73.98993, + -73.95036, + -74.00258, + -73.96572, + -73.96774, + -73.99985, + -73.94885, + -73.94286, + -74.00393, + -73.9573, + -73.97888, + -73.95826, + -73.94969, + -73.95436, + -73.92931, + -73.98303, + -73.98788, + -73.93993, + -73.91882, + -74.08494, + -73.92656, + -73.85825, + -73.92474, + -73.95963, + -73.93991, + -73.92969, + -74.00012, + -73.8222, + -73.98037, + -73.99528, + -74.00676, + -73.79967, + -73.94362, + -73.9524, + -73.92925, + -73.94669, + -73.93125, + -73.92566, + -73.99065, + -73.98855, + -74.02001, + -73.92948, + -73.90929, + -73.98323, + -73.98514, + -73.93916, + -73.94349, + -73.84779, + -73.92558, + -73.95399, + -74.00233, + -73.91708, + -73.9576, + -74.00061, + -73.93722, + -73.95874, + -73.95091, + -73.97266, + -73.91291, + -73.92901, + -73.96938, + -73.78866, + -73.93761, + -73.90891, + -73.98633, + -73.91673, + -73.9488, + -73.98592, + -73.9255, + -73.96441, + -73.97683, + -73.92552, + -74.0051, + -74.00642, + -74.00492, + -73.90799, + -73.95267, + -74.00631, + -74.00682, + -74.00673, + -73.95289, + -73.95514, + -73.93957, + -73.89614, + -73.9454, + -74.00026, + -73.96556, + -73.95062, + -73.95791, + -74.00605, + -73.85485, + -74.00997, + -73.84721, + -73.95136, + -73.86396, + -73.9392, + -73.98589, + -73.98298, + -73.90185, + -73.96211, + -73.90009, + -73.91723, + -73.89234, + -73.89215, + -73.98817, + -73.89242, + -73.93748, + -73.78857, + -73.95936, + -73.97683, + -73.92111, + -73.9583, + -73.91139, + -73.95003, + -73.96161, + -73.97188, + -73.92267, + -73.99343, + -73.95166, + -73.92279, + -73.91917, + -73.91833, + -74.0273, + -73.96562, + -73.96567, + -73.99004, + -73.95739, + -73.99356, + -73.97368, + -73.85402, + -73.91635, + -73.94762, + -73.98414, + -73.94986, + -74.00321, + -73.86526, + -73.96499, + -73.95867, + -73.94064, + -73.90101, + -73.98074, + -73.94823, + -73.94377, + -74.11406, + -73.98902, + -73.9418, + -73.92504, + -73.94776, + -73.97884, + -73.96362, + -73.93705, + -73.96358, + -73.9162, + -73.98955, + -73.76013, + -73.9375, + -73.99771, + -73.89729, + -73.96089, + -73.94343, + -73.9837, + -73.91371, + -73.96658, + -73.95332, + -73.94092, + -73.99322, + -73.98312, + -73.94693, + -73.99084, + -73.81782, + -73.99715, + -73.97746, + -73.99591, + -73.97603, + -73.81953, + -73.95697, + -73.89417, + -73.9096, + -73.98158, + -73.92643, + -73.98087, + -73.96147, + -73.93781, + -73.93913, + -73.94273, + -73.96416, + -73.93885, + -73.95463, + -73.92101, + -73.97913, + -73.81539, + -73.98927, + -73.94367, + -73.96266, + -73.99118, + -73.96436, + -73.97827, + -73.7608, + -73.95323, + -73.95596, + -74.00518, + -73.95718, + -73.96242, + -73.95181, + -73.99817, + -73.97949, + -73.92705, + -74.00557, + -73.94895, + -73.90575, + -73.91995, + -73.92684, + -73.96619, + -73.94232, + -73.96479, + -73.97982, + -73.98217, + -73.86935, + -73.9664, + -73.92598, + -73.9844, + -73.86944, + -73.95554, + -73.99843, + -73.84556, + -73.92235, + -73.95157, + -73.94359, + -73.94742, + -73.98258, + -73.92109, + -73.93188, + -73.90934, + -73.94168, + -73.79417, + -73.89571, + -73.79218, + -73.86607, + -73.98038, + -73.72597, + -73.96182, + -73.86693, + -73.96665, + -73.97092, + -73.98703, + -73.94034, + -73.96289, + -73.97076, + -73.971, + -73.94804, + -73.96552, + -73.93866, + -73.94054, + -73.98475, + -73.93287, + -73.96815, + -73.97016, + -73.99506, + -73.95449, + -73.91665, + -73.94657, + -73.95125, + -73.9553, + -74.00491, + -73.94191, + -73.94453, + -73.96416, + -73.99764, + -73.95208, + -73.93964, + -73.96517, + -73.9399, + -73.99759, + -73.94021, + -73.91596, + -73.98327, + -73.96404, + -73.94611, + -73.92837, + -74.006, + -73.99096, + -73.94951, + -74.00394, + -73.98478, + -74.00431, + -74.00152, + -73.97008, + -73.9569, + -73.9527, + -73.94846, + -73.99193, + -73.96191, + -74.00761, + -73.91421, + -73.82721, + -73.92024, + -73.94014, + -73.93993, + -73.97012, + -73.7764, + -73.90919, + -73.95455, + -73.90714, + -73.9997, + -73.87964, + -73.9791, + -73.91703, + -73.97622, + -73.91031, + -73.96487, + -73.92609, + -73.95566, + -73.93766, + -73.95054, + -73.96299, + -73.9277, + -73.94553, + -73.94895, + -73.97361, + -73.94747, + -73.90101, + -73.88179, + -74.01002, + -73.84915, + -73.94331, + -73.9872, + -73.94105, + -73.94201, + -73.94069, + -73.93957, + -73.96269, + -73.99427, + -73.97718, + -73.98519, + -73.93641, + -73.94537, + -74.00234, + -73.97479, + -73.91024, + -73.96061, + -73.95865, + -73.84677, + -73.98655, + -74.01455, + -73.94882, + -73.9653, + -73.94566, + -73.97377, + -74.00255, + -73.97797, + -74.00619, + -73.93483, + -73.91024, + -73.98248, + -73.93794, + -73.95685, + -73.96208, + -73.94247, + -73.99173, + -73.94123, + -73.95245, + -73.85605, + -73.96064, + -73.90702, + -73.92638, + -73.99463, + -73.90822, + -73.96156, + -73.982, + -73.9472, + -73.90924, + -73.95423, + -73.97771, + -73.9982, + -73.94948, + -73.94434, + -73.98654, + -73.98826, + -73.98482, + -73.99129, + -73.97636, + -73.98419, + -74.00318, + -73.94805, + -73.79683, + -73.92777, + -73.97111, + -73.94863, + -73.99508, + -73.96892, + -73.94261, + -74.0038, + -74.01099, + -73.97511, + -73.95557, + -74.00631, + -73.9904, + -73.95227, + -73.99723, + -73.98253, + -73.91279, + -73.98928, + -73.96575, + -73.96669, + -73.96555, + -73.98985, + -73.96667, + -73.93324, + -73.87889, + -73.96848, + -73.97941, + -73.80451, + -73.93485, + -73.91202, + -73.80515, + -73.89389, + -73.80072, + -73.92854, + -73.997, + -73.89566, + -73.88199, + -73.93298, + -73.95509, + -73.9851, + -73.92669, + -73.96218, + -73.9455, + -73.9909, + -73.9391, + -74.00999, + -73.99336, + -73.98813, + -73.97337, + -73.98488, + -73.99094, + -73.90671, + -73.99611, + -73.94601, + -73.94081, + -73.92389, + -73.94791, + -73.95757, + -73.91247, + -74.001, + -73.93494, + -73.94988, + -73.91804, + -73.93154, + -73.95368, + -73.90835, + -73.9449, + -73.88724, + -73.91398, + -73.98453, + -73.86418, + -73.92274, + -73.99808, + -73.95779, + -73.98895, + -73.95243, + -73.96311, + -73.84573, + -73.95041, + -73.94694, + -73.95157, + -73.86722, + -74.00023, + -73.99712, + -73.95122, + -73.94422, + -74.00909, + -73.9455, + -73.85279, + -73.93475, + -73.99157, + -73.95608, + -73.95693, + -73.93846, + -73.98669, + -73.92825, + -73.9894, + -73.95969, + -73.93852, + -73.98967, + -73.90836, + -73.9538, + -73.9094, + -73.96008, + -73.90969, + -73.88806, + -73.9773, + -73.97358, + -73.93591, + -73.94455, + -73.98725, + -73.77823, + -73.94973, + -73.8998, + -73.99044, + -73.94587, + -73.95001, + -73.97993, + -73.97549, + -74.10169, + -73.99038, + -73.98917, + -74.00167, + -73.94208, + -73.92759, + -73.89427, + -73.95644, + -73.98794, + -73.80613, + -73.74518, + -73.89286, + -73.81356, + -73.80895, + -73.9616, + -73.96464, + -74.00145, + -73.98121, + -73.93829, + -73.90954, + -73.99843, + -73.97995, + -74.00032, + -73.9239, + -73.92588, + -73.97659, + -73.99535, + -73.97389, + -73.96313, + -73.85259, + -73.99849, + -73.99549, + -73.92179, + -74.00223, + -74.00365, + -73.91994, + -73.97009, + -73.89707, + -73.97384, + -73.90807, + -73.97197, + -73.99542, + -73.99659, + -73.95722, + -73.98019, + -73.95927, + -73.95855, + -73.93616, + -73.95458, + -73.9502, + -73.95831, + -73.95783, + -74.00816, + -74.00241, + -73.82969, + -73.95549, + -73.93982, + -73.94015, + -73.95452, + -73.99757, + -74.00101, + -73.81468, + -74.00997, + -73.95792, + -73.94907, + -73.9567, + -73.87496, + -73.94295, + -73.78204, + -74.0021, + -73.91614, + -73.94093, + -73.99304, + -74.01992, + -73.93875, + -73.97489, + -73.92039, + -74.00195, + -73.98459, + -73.93795, + -73.87506, + -73.99055, + -73.84921, + -73.99031, + -73.97707, + -73.92436, + -73.97706, + -73.95547, + -73.94627, + -73.98566, + -73.8702, + -73.93562, + -73.98721, + -73.99936, + -73.98586, + -73.95455, + -73.98538, + -73.98697, + -73.76248, + -73.97448, + -73.94693, + -73.9091, + -73.92833, + -73.95141, + -73.95299, + -73.95438, + -73.81143, + -73.95685, + -73.94124, + -73.94018, + -74.00431, + -73.81435, + -73.90135, + -73.85615, + -73.92359, + -73.98644, + -73.9071, + -73.92441, + -73.99213, + -73.90448, + -73.8128, + -73.98971, + -73.93212, + -73.9722, + -73.77171, + -73.90879, + -73.997, + -73.9374, + -74.00646, + -73.98482, + -73.97352, + -73.92696, + -73.85605, + -73.99349, + -73.94867, + -73.99318, + -73.90796, + -74.16345, + -74.1637, + -73.94175, + -73.95374, + -73.96222, + -73.95076, + -73.94415, + -73.94282, + -73.98635, + -73.95349, + -73.99011, + -73.95287, + -73.94126, + -73.88323, + -73.94475, + -73.7906, + -73.99635, + -73.93194, + -73.98873, + -73.99147, + -73.99146, + -73.9747, + -73.81351, + -73.78288, + -73.86906, + -73.93714, + -73.98242, + -73.81302, + -73.78497, + -73.91914, + -73.95724, + -73.96068, + -73.98409, + -73.98419, + -73.94099, + -73.99427, + -73.96731, + -73.99597, + -73.92282, + -73.77958, + -73.99751, + -73.99699, + -73.99312, + -73.94254, + -73.93991, + -73.92154, + -73.92203, + -73.99454, + -73.98012, + -73.94995, + -73.99866, + -73.95262, + -73.97277, + -73.83452, + -73.988, + -73.99019, + -73.78433, + -73.9243, + -73.86547, + -73.97825, + -73.98579, + -73.93201, + -73.92258, + -73.98146, + -73.94089, + -73.94961, + -73.88899, + -74.0783, + -73.96778, + -74.03145, + -73.98172, + -73.99515, + -73.90979, + -73.92697, + -73.93431, + -73.92078, + -73.98741, + -73.94615, + -74.00505, + -73.98325, + -73.9138, + -73.96319, + -73.99416, + -73.9215, + -73.99618, + -73.94418, + -73.90945, + -73.99385, + -73.9956, + -73.99777, + -73.92328, + -73.92952, + -73.96228, + -73.88999, + -73.99711, + -73.78365, + -73.94005, + -74.02676, + -73.99785, + -73.94323, + -73.94189, + -73.92541, + -73.9936, + -73.9258, + -73.76468, + -73.93342, + -73.96465, + -73.93461, + -73.96225, + -73.97967, + -73.92542, + -73.97792, + -73.98854, + -73.98639, + -73.93696, + -73.92439, + -73.94915, + -73.9159, + -73.9263, + -73.81277, + -73.99117, + -73.9603, + -73.96139, + -73.94038, + -74.00465, + -73.92815, + -73.81269, + -73.94133, + -73.73993, + -73.98072, + -73.97632, + -73.96988, + -73.94195, + -73.92232, + -74.08645, + -73.97173, + -73.95161, + -73.9422, + -73.95736, + -73.99437, + -73.88978, + -73.81515, + -73.95517, + -73.78008, + -73.93042, + -73.9865, + -73.96475, + -74.07979, + -73.99412, + -73.94484, + -73.94159, + -73.89387, + -73.95515, + -74.00583, + -73.91565, + -73.95724, + -73.93794, + -73.99074, + -73.8684, + -73.95117, + -73.89234, + -73.89263, + -73.89139, + -73.89088, + -73.82642, + -73.82645, + -73.94253, + -73.81361, + -73.84462, + -73.95047, + -73.98022, + -73.9595, + -73.97362, + -73.94314, + -73.95823, + -73.99322, + -73.99615, + -73.90685, + -73.9796, + -73.96248, + -73.94197, + -73.9416, + -73.88278, + -73.94372, + -73.9936, + -73.93816, + -73.94365, + -74.1024, + -73.94257, + -73.98791, + -73.94213, + -73.99333, + -74.07987, + -73.9439, + -73.98039, + -73.98661, + -73.98536, + -73.96125, + -74.00861, + -73.98183, + -73.95404, + -73.95324, + -73.93755, + -74.01038, + -73.91892, + -73.78708, + -73.7528, + -73.98823, + -73.9426, + -73.95181, + -73.93459, + -73.96095, + -73.98418, + -74.00246, + -73.91039, + -73.9282, + -73.91376, + -73.96979, + -74.00483, + -73.98543, + -73.99167, + -73.92521, + -74.00498, + -73.9819, + -73.94934, + -73.94289, + -73.98256, + -73.98896, + -73.91143, + -73.88621, + -73.96559, + -73.99813, + -73.85088, + -73.99049, + -74.00867, + -74.0006, + -73.95579, + -73.93466, + -73.95242, + -74.01774, + -73.96289, + -73.93427, + -73.85093, + -73.93951, + -73.93848, + -73.93898, + -73.90034, + -73.94463, + -73.89201, + -73.91506, + -73.9375, + -73.98418, + -73.91618, + -73.99256, + -73.97069, + -73.96687, + -73.99457, + -73.93031, + -73.92268, + -73.93508, + -73.78668, + -73.92161, + -73.95388, + -73.95448, + -73.98155, + -74.00786, + -73.94579, + -73.88795, + -73.95314, + -73.95805, + -73.98477, + -73.93345, + -73.75829, + -73.99853, + -73.93445, + -73.95828, + -73.95769, + -73.96464, + -73.90982, + -74.07301, + -73.93285, + -73.93417, + -73.9437, + -73.94734, + -73.99254, + -73.8892, + -74.0255, + -73.83012, + -73.98585, + -73.94008, + -73.97971, + -73.97277, + -73.94365, + -73.90316, + -73.96679, + -73.93458, + -73.89902, + -73.9488, + -73.95223, + -73.90959, + -73.92458, + -73.77911, + -74.00201, + -73.96243, + -73.9359, + -73.99109, + -73.98511, + -73.99888, + -73.99063, + -73.99015, + -74.00991, + -73.99939, + -74.00701, + -74.00105, + -73.96044, + -73.92775, + -73.95349, + -73.95417, + -73.96073, + -73.98027, + -73.91897, + -73.95581, + -73.99297, + -73.94878, + -73.85726, + -73.93661, + -73.94066, + -73.95675, + -73.94673, + -73.95894, + -73.95444, + -73.73203, + -73.9908, + -73.95157, + -73.90481, + -73.93887, + -73.96688, + -73.93984, + -73.95373, + -73.77308, + -73.77658, + -73.95762, + -73.94226, + -73.93801, + -73.99179, + -73.95544, + -73.8138, + -74.01084, + -73.92611, + -73.95892, + -73.9313, + -73.95795, + -73.92589, + -73.90258, + -73.91294, + -73.91559, + -73.92627, + -73.99153, + -73.94991, + -73.93932, + -73.9877, + -73.91128, + -73.98662, + -73.8594, + -73.93044, + -73.98184, + -74.00761, + -73.92307, + -73.94496, + -73.94364, + -73.94053, + -73.95354, + -74.00822, + -73.84653, + -73.84807, + -73.84657, + -73.84588, + -73.84592, + -73.84669, + -73.84811, + -73.9655, + -74.0026, + -73.92408, + -74.01258, + -73.90981, + -74.00225, + -73.92589, + -73.94476, + -74.0031, + -73.97645, + -73.93428, + -73.92635, + -73.93214, + -73.81847, + -73.94222, + -74.06625, + -73.96637, + -73.87908, + -73.83369, + -73.95839, + -73.94277, + -73.94484, + -73.90503, + -74.00656, + -73.89212, + -73.94723, + -73.95593, + -73.92679, + -73.86877, + -73.92899, + -73.95155, + -73.9243, + -73.88081, + -74.0078, + -73.99935, + -73.91913, + -73.98797, + -73.99586, + -73.85862, + -73.93028, + -73.83095, + -74.01418, + -73.97972, + -74.0201, + -73.99328, + -73.98516, + -74.00231, + -73.98741, + -73.92577, + -73.96572, + -74.01816, + -73.91963, + -73.98585, + -73.94121, + -73.97853, + -73.99554, + -73.93567, + -73.92321, + -73.94987, + -73.9471, + -73.93282, + -73.94269, + -73.94106, + -73.98867, + -73.99815, + -74.00518, + -73.96591, + -73.93951, + -73.90353, + -73.81654, + -73.97671, + -73.98769, + -73.95079, + -73.96165, + -73.9575, + -73.96094, + -73.92289, + -73.96162, + -73.93144, + -73.96181, + -73.92957, + -73.9311, + -73.96064, + -73.99865, + -73.93128, + -73.96155, + -73.94098, + -73.95041, + -73.94916, + -73.99472, + -73.99709, + -73.99727, + -73.96365, + -73.98776, + -73.98354, + -73.99105, + -73.74592, + -73.98101, + -73.99019, + -73.84362, + -73.94284, + -73.92728, + -73.94357, + -73.9987, + -73.94547, + -73.98279, + -73.99649, + -73.95495, + -73.94894, + -73.93631, + -73.9656, + -73.98344, + -73.98377, + -73.93521, + -73.97343, + -73.93784, + -73.96938, + -73.86968, + -73.95014, + -73.93, + -73.95767, + -73.97269, + -73.97239, + -74.01145, + -73.93258, + -73.9474, + -73.91919, + -73.81347, + -73.92749, + -73.99981, + -73.89445, + -73.95187, + -73.94699, + -73.92772, + -73.94314, + -73.96197, + -73.97228, + -73.94853, + -73.93191, + -73.95816, + -73.91298, + -73.94244, + -73.9121, + -73.92833, + -73.94577, + -73.94198, + -73.95139, + -73.91374, + -73.95366, + -73.91173, + -73.9567, + -73.99094, + -73.74548, + -73.95133, + -73.98676, + -74.00466, + -73.81459, + -73.72731, + -73.89666, + -73.96239, + -73.98145, + -73.91058, + -73.91187, + -73.90992, + -73.9487, + -74.14275, + -73.9225, + -74.00208, + -73.96289, + -73.99248, + -74.01562, + -73.924, + -73.93381, + -73.95346, + -73.94225, + -73.97668, + -73.96003, + -73.93799, + -73.94161, + -73.76546, + -73.98118, + -73.93521, + -73.98908, + -73.94194, + -73.93837, + -73.73098, + -73.98729, + -73.93788, + -73.90959, + -73.95149, + -73.95418, + -73.93665, + -73.9258, + -73.95522, + -73.91969, + -73.94326, + -73.98599, + -73.94431, + -73.96078, + -74.01042, + -73.88086, + -73.95464, + -73.94225, + -73.93947, + -73.95458, + -73.95661, + -73.86823, + -73.9261, + -74.00292, + -73.93743, + -74.00827, + -73.97114, + -73.86431, + -73.86523, + -73.95329, + -73.95347, + -73.98689, + -73.86591, + -73.92801, + -74.00335, + -73.94947, + -73.96155, + -73.92879, + -73.86618, + -73.82556, + -73.98674, + -73.94688, + -73.95795, + -73.91025, + -73.93936, + -73.95369, + -73.92449, + -73.81448, + -73.97116, + -73.97119, + -73.95705, + -73.94946, + -73.94687, + -73.99255, + -73.92616, + -73.93947, + -73.94749, + -73.9541, + -73.91471, + -73.87727, + -73.94394, + -73.9422, + -73.94001, + -73.91079, + -73.93614, + -73.96238, + -73.93605, + -73.96723, + -73.9422, + -73.99183, + -73.80844, + -73.94995, + -73.93317, + -73.94867, + -73.99112, + -73.98933 + ], + "marker": { + "size": 6 + }, + "mode": "markers", + "type": "scattermapbox" + } + ], + "layout": { + "hovermode": "closest", + "mapbox": { + "bearing": 0, + "center": { + "lat": 40.67, + "lon": -73.9 + }, + "pitch": 0, + "style": "open-street-map", + "zoom": 9 + }, + "template": { + "data": { + "bar": [ + { + "error_x": { + "color": "#2a3f5f" + }, + "error_y": { + "color": "#2a3f5f" + }, + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + }, + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "bar" + } + ], + "barpolar": [ + { + "marker": { + "line": { + "color": "#E5ECF6", + "width": 0.5 + }, + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "barpolar" + } + ], + "carpet": [ + { + "aaxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "baxis": { + "endlinecolor": "#2a3f5f", + "gridcolor": "white", + "linecolor": "white", + "minorgridcolor": "white", + "startlinecolor": "#2a3f5f" + }, + "type": "carpet" + } + ], + "choropleth": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "choropleth" + } + ], + "contour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "contour" + } + ], + "contourcarpet": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "contourcarpet" + } + ], + "heatmap": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "heatmap" + } + ], + "histogram": [ + { + "marker": { + "pattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + } + }, + "type": "histogram" + } + ], + "histogram2d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2d" + } + ], + "histogram2dcontour": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "histogram2dcontour" + } + ], + "mesh3d": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "type": "mesh3d" + } + ], + "parcoords": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "parcoords" + } + ], + "pie": [ + { + "automargin": true, + "type": "pie" + } + ], + "scatter": [ + { + "fillpattern": { + "fillmode": "overlay", + "size": 10, + "solidity": 0.2 + }, + "type": "scatter" + } + ], + "scatter3d": [ + { + "line": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatter3d" + } + ], + "scattercarpet": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattercarpet" + } + ], + "scattergeo": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergeo" + } + ], + "scattergl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattergl" + } + ], + "scattermap": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattermap" + } + ], + "scattermapbox": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scattermapbox" + } + ], + "scatterpolar": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolar" + } + ], + "scatterpolargl": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterpolargl" + } + ], + "scatterternary": [ + { + "marker": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "type": "scatterternary" + } + ], + "surface": [ + { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + }, + "colorscale": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "type": "surface" + } + ], + "table": [ + { + "cells": { + "fill": { + "color": "#EBF0F8" + }, + "line": { + "color": "white" + } + }, + "header": { + "fill": { + "color": "#C8D4E3" + }, + "line": { + "color": "white" + } + }, + "type": "table" + } + ] + }, + "layout": { + "annotationdefaults": { + "arrowcolor": "#2a3f5f", + "arrowhead": 0, + "arrowwidth": 1 + }, + "autotypenumbers": "strict", + "coloraxis": { + "colorbar": { + "outlinewidth": 0, + "ticks": "" + } + }, + "colorscale": { + "diverging": [ + [ + 0, + "#8e0152" + ], + [ + 0.1, + "#c51b7d" + ], + [ + 0.2, + "#de77ae" + ], + [ + 0.3, + "#f1b6da" + ], + [ + 0.4, + "#fde0ef" + ], + [ + 0.5, + "#f7f7f7" + ], + [ + 0.6, + "#e6f5d0" + ], + [ + 0.7, + "#b8e186" + ], + [ + 0.8, + "#7fbc41" + ], + [ + 0.9, + "#4d9221" + ], + [ + 1, + "#276419" + ] + ], + "sequential": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ], + "sequentialminus": [ + [ + 0, + "#0d0887" + ], + [ + 0.1111111111111111, + "#46039f" + ], + [ + 0.2222222222222222, + "#7201a8" + ], + [ + 0.3333333333333333, + "#9c179e" + ], + [ + 0.4444444444444444, + "#bd3786" + ], + [ + 0.5555555555555556, + "#d8576b" + ], + [ + 0.6666666666666666, + "#ed7953" + ], + [ + 0.7777777777777778, + "#fb9f3a" + ], + [ + 0.8888888888888888, + "#fdca26" + ], + [ + 1, + "#f0f921" + ] + ] + }, + "colorway": [ + "#636efa", + "#EF553B", + "#00cc96", + "#ab63fa", + "#FFA15A", + "#19d3f3", + "#FF6692", + "#B6E880", + "#FF97FF", + "#FECB52" + ], + "font": { + "color": "#2a3f5f" + }, + "geo": { + "bgcolor": "white", + "lakecolor": "white", + "landcolor": "#E5ECF6", + "showlakes": true, + "showland": true, + "subunitcolor": "white" + }, + "hoverlabel": { + "align": "left" + }, + "hovermode": "closest", + "mapbox": { + "style": "light" + }, + "paper_bgcolor": "white", + "plot_bgcolor": "#E5ECF6", + "polar": { + "angularaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "radialaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "scene": { + "xaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "yaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + }, + "zaxis": { + "backgroundcolor": "#E5ECF6", + "gridcolor": "white", + "gridwidth": 2, + "linecolor": "white", + "showbackground": true, + "ticks": "", + "zerolinecolor": "white" + } + }, + "shapedefaults": { + "line": { + "color": "#2a3f5f" + } + }, + "ternary": { + "aaxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "baxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + }, + "bgcolor": "#E5ECF6", + "caxis": { + "gridcolor": "white", + "linecolor": "white", + "ticks": "" + } + }, + "title": { + "x": 0.05 + }, + "xaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + }, + "yaxis": { + "automargin": true, + "gridcolor": "white", + "linecolor": "white", + "ticks": "", + "title": { + "standoff": 15 + }, + "zerolinecolor": "white", + "zerolinewidth": 2 + } + } + } + } + } + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import plotly.graph_objects as go\n", + "\n", + "# Define sample data (replace with your actual filtered data)\n", + "new_df = df # Using first 100 rows as example\n", + "names = new_df[\"name\"].tolist()\n", + "prices = new_df[\"price\"].tolist()\n", + "text_list = [(names[i], prices[i]) for i in range(len(names))]\n", + "\n", + "fig = go.Figure(go.Scattermapbox(\n", + " customdata=text_list,\n", + " lat=new_df['latitude'].tolist(),\n", + " lon=new_df['longitude'].tolist(),\n", + " mode='markers',\n", + " marker=go.scattermapbox.Marker(\n", + " size=6\n", + " ),\n", + " hoverinfo=\"text\",\n", + " hovertemplate='Name: %{customdata[0]}
Price: $%{customdata[1]}'\n", + " ))\n", + "\n", + "fig.update_layout(\n", + " mapbox_style=\"open-street-map\",\n", + " hovermode='closest',\n", + " mapbox=dict(\n", + " bearing=0,\n", + " center=go.layout.mapbox.Center(\n", + " lat=40.67,\n", + " lon=-73.90\n", + " ),\n", + " pitch=0,\n", + " zoom=9\n", + " ),\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "907dcdc1", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Price range: $0 - $10000\n", + "* Running on local URL: http://127.0.0.1:7861\n", + "* Running on public URL: https://2f62ef9f2672b8b6d3.gradio.live\n", + "\n", + "This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from the terminal in the working directory to deploy to Hugging Face Spaces (https://huggingface.co/spaces)\n" + ] + }, + { + "data": { + "text/html": [ + "
" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/var/folders/sb/fx7gkfvd347dl53rhgbljz_80000gp/T/ipykernel_94870/283556685.py:38: DeprecationWarning:\n", + "\n", + "*scattermapbox* is deprecated! Use *scattermap* instead. Learn more at: https://plotly.com/python/mapbox-to-maplibre/\n", + "\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Keyboard interruption in main thread... closing server.\n", + "Killing tunnel 127.0.0.1:7861 <> https://2f62ef9f2672b8b6d3.gradio.live\n" + ] + }, + { + "data": { + "text/plain": [] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Get price range for slider defaults\n", + "min_price = int(df['price'].min())\n", + "max_price = int(df['price'].max())\n", + "print(f\"Price range: ${min_price} - ${max_price}\")\n", + "\n", + "# Create interactive interface\n", + "with gr.Blocks(title=\"NYC Airbnb Map Explorer\") as demo:\n", + " gr.Markdown(\"# NYC Airbnb Interactive Map\")\n", + " gr.Markdown(\"Filter properties by price range and borough to explore NYC Airbnb listings\")\n", + " \n", + " with gr.Row():\n", + " with gr.Column(scale=1):\n", + " gr.Markdown(\"### Filters\")\n", + " \n", + " # Price range slider\n", + " price_range = gr.Slider(\n", + " minimum=min_price,\n", + " maximum=min(max_price, 1000), # Cap at $1000 for better UX\n", + " value=500,\n", + " step=10,\n", + " label=\"Maximum Price ($)\",\n", + " info=\"Filter properties under this price\"\n", + " )\n", + " \n", + " min_price_slider = gr.Slider(\n", + " minimum=min_price,\n", + " maximum=500,\n", + " value=50,\n", + " step=10,\n", + " label=\"Minimum Price ($)\",\n", + " info=\"Filter properties above this price\"\n", + " )\n", + " \n", + " # Borough selection\n", + " borough_choices = [\"Queens\", \"Brooklyn\", \"Manhattan\", \"Bronx\", \"Staten Island\"]\n", + " boroughs = gr.CheckboxGroup(\n", + " choices=borough_choices,\n", + " value=borough_choices, # All selected by default\n", + " label=\"Boroughs\",\n", + " info=\"Select which boroughs to include\"\n", + " )\n", + " \n", + " with gr.Column(scale=3):\n", + " # Map output\n", + " map_plot = gr.Plot(label=\"Interactive Map\")\n", + " \n", + " # Update map when filters change\n", + " def update_map(min_price_val, max_price_val, selected_boroughs):\n", + " return filter_map(min_price_val, max_price_val, selected_boroughs)\n", + " \n", + " # Connect inputs to the map update\n", + " inputs = [min_price_slider, price_range, boroughs]\n", + " for input_component in inputs:\n", + " input_component.change(\n", + " fn=update_map,\n", + " inputs=inputs,\n", + " outputs=map_plot\n", + " )\n", + " \n", + " # Load initial map\n", + " demo.load(\n", + " fn=lambda: filter_map(50, 500, borough_choices),\n", + " outputs=map_plot\n", + " )\n", + "\n", + "# Launch the interface\n", + "demo.launch(share=True, debug=True)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "5f69a049", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "* Running on local URL: http://127.0.0.1:7861\n", + "\n", + "To create a public link, set `share=True` in `launch()`.\n" + ] + }, + { + "data": { + "text/html": [ + "
" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/plain": [] + }, + "execution_count": 10, + "metadata": {}, + "output_type": "execute_result" + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Created dataset file at: .gradio/flagged/dataset2.csv\n" + ] + } + ], + "source": [ + "import gradio as gr\n", + "import matplotlib.pyplot as plt\n", + "\n", + "def create_plot():\n", + " fig, ax = plt.subplots()\n", + " ax.plot([1, 2, 3], [1, 4, 2])\n", + " return fig\n", + "\n", + "interface = gr.Interface(fn=create_plot, inputs=[], outputs=gr.Plot())\n", + "interface.launch() # This opens the web interface" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "b874845f", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "* Running on local URL: http://127.0.0.1:7862\n", + "\n", + "To create a public link, set `share=True` in `launch()`.\n" + ] + }, + { + "data": { + "text/html": [ + "
" + ], + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "text/plain": [] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import gradio as gr\n", + "import matplotlib.pyplot as plt\n", + "\n", + "def create_plot():\n", + " fig, ax = plt.subplots()\n", + " ax.plot([1, 2, 3], [1, 4, 2])\n", + " return fig\n", + "\n", + "with gr.Blocks() as demo:\n", + " plot_output = gr.Plot()\n", + " gr.Button(\"Generate Plot\").click(create_plot, outputs=plot_output)\n", + "\n", + "demo.launch()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12bcd62c", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "open-webui", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.8" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}