manhattan2/map_data.php

Unless stated otherwise, code available for viewing through this tool is dedicated to the public domain. If you have any questions, drop me a line.

var markers = [
	{
		'abbr': 'LES',
		'name': 'Lower East Side',
		'latitude':40.714737,
		'longitude':-73.986912,
		'wp':'http://en.wikipedia.org/wiki/Lower_East_Side%2C_Manhattan'
	},
	{
		'abbr': 'EV',
		'name': 'East Village',
		'latitude':40.733145,
		'longitude':-73.987083,
		'wp':'http://en.wikipedia.org/wiki/East_Village%2C_Manhattan'
	},
	{
		'abbr': 'WV',
		'name': 'West Village',
		'latitude':40.737047,
		'longitude':-74.005623,
		'wp':'http://en.wikipedia.org/wiki/West_Village%2C_Manhattan'
	},
	{
		'abbr': 'UES',
		'name': 'Upper East Side',
		'latitude':40.775082,
		'longitude':-73.958588,
		'wp':'http://en.wikipedia.org/wiki/Upper_East_Side'
	},
	{
		'abbr': 'UWS',
		'name': 'Upper West Side',
		'latitude':40.779762,
		'longitude':-73.981247,
		'wp':'http://en.wikipedia.org/wiki/Upper_West_Side'
	},
	{
		'abbr': 'ABC',
		'name': 'Alphabet City',
		'latitude':40.726316,
		'longitude':-73.981719,
		'wp':'http://en.wikipedia.org/wiki/Alphabet_City%2C_Manhattan'
	},	
	{
		'abbr': 'CLS',
		'name': 'Chelsea',
		'latitude':40.744136,
		'longitude':-74.003305,
		'wp':'http://en.wikipedia.org/wiki/Chelsea%2C_Manhattan'
	},
	{
		'abbr': 'CN',
		'name': 'Chinatown',
		'latitude':40.716818,
		'longitude':-73.997769,
		'wp':'http://en.wikipedia.org/wiki/Chinatown%2C_Manhattan'
	},
	{
		'abbr': 'BP',
		'name': 'Battery Park',
		'latitude':40.704066,
		'longitude':-74.013348,
		'wp':'http://en.wikipedia.org/wiki/Battery_Park_%28New_York%29'
	},
	{
		'abbr': 'GD',
		'name': 'Garment District',
		'latitude':40.75213365945918,
		'longitude':-73.99334907531738,
		'wp':'http://en.wikipedia.org/wiki/Garment_District%2C_Manhattan'
	},
	{
		'abbr': 'TS',
		'name': 'Times Square',
		'latitude':40.757920208794026,
		'longitude':-73.98588180541992,
		'wp':'http://en.wikipedia.org/wiki/Times_Square'
	},
	{
		'abbr': 'MW',
		'name': 'Midtown West',
		'latitude':40.764291332174466,
		'longitude':-73.99171829223633,
		'wp':'http://en.wikipedia.org/wiki/Midtown_Manhattan'
	},
	{
		'abbr': 'GRA',
		'name': 'Gramercy',
		'latitude':40.74068911286629,
		'longitude':-73.9859676361084,
		'wp':'http://en.wikipedia.org/wiki/Gramercy%2C_Manhattan'
	},
	{
		'abbr': 'MH',
		'name': 'Murray Hill',
		'latitude':40.74699686226999,
		'longitude':-73.98141860961914,
		'wp':'http://en.wikipedia.org/wiki/Murray_Hill%2C_Manhattan'
	},
	{
		'abbr': 'ME',
		'name': 'Midtown East',
		'latitude':40.756814951767126,
		'longitude':-73.97017478942871,
		'wp':'http://en.wikipedia.org/wiki/Midtown_Manhattan'
	},
	{
		'abbr': 'HAR',
		'name': 'Harlem',
		'latitude':40.8027651305852,
		'longitude':-73.94588470458984,
		'wp':'http://en.wikipedia.org/wiki/Harlem'
	},
	{
		'abbr': 'MS',
		'name': 'Morningside Heights',
		'latitude':40.81341947009762,
		'longitude':-73.95627021789551,
		'wp':'http://en.wikipedia.org/wiki/Morningside_Heights%2C_Manhattan'
	},
	{
		'abbr': 'FD',
		'name': 'Financial District',
		'latitude':40.70849076720841,
		'longitude':-74.00673866271973,
		'wp':'http://en.wikipedia.org/wiki/Financial_District%2C_Manhattan'
	},
	{
		'abbr': 'TBC',
		'name': 'TriBeCa',
		'latitude':40.71951801506643,
		'longitude':-74.00562286376953,
		'wp':'http://en.wikipedia.org/wiki/TriBeCa'
	},
	{
		'abbr': 'SH',
		'name': 'SoHo',
		'latitude':40.72397393626433,
		'longitude':-74.00120258331299,
		'wp':'http://en.wikipedia.org/wiki/SoHo'
	}
];