var marketWhereTerm = 'New York, NY';

var nhoods = new Object();

nhoods.area1 = new Array(
'Astoria', '306150',
'Bronx', '306579',
'Brooklyn', '374131',
'Carroll Gardens/Cobble Hill', '374133',
'Chelsea', '542616',
'Chinatown', '306904',
'East Village', '542612',
'Financial District', '542611',
'Flatiron District', '374140',
'Fort Greene', '307859'
);

nhoods.area2 = new Array(
'Gramercy Park', '374143',
'Greenwich Village', '308201',
'Harlem', '308335',
'Little Italy', '374147',
'Lower East Side', '374149'
);

nhoods.area3 = new Array(
'Meatpacking District', '374165',
'Midtown East', '542599',
'Midtown W/Hells Kitchen', '374313',
'Murray Hill', '543170',
'Park Slope', '310102',
'Queens', '310438'
);

nhoods.area4 = new Array(
'Soho', '542596',
'Times Square/Theater Dist', '542595',
'Tribeca', '374158',
'Union Square', '542593',
'Upper East Side', '542592',
'Upper West Side', '542591',
'West Village', '542589',
'Williamsburg', '539844'
);

