Fulton, MD
Fulton is located close to the center of Maryland. Fulton is part of Howard County. Fulton has 3.79 square miles of land area and 0.01 square miles of water area. As of 2010-2014, the total Fulton population is 2,114. Fulton median household income is $117,038 in 2010-2014. Fulton median house value is $595,100 in 2010-2014. On average, the public school district that covers Fulton is much better than the state average in quality. The Fulton area code is 410.
Population | 2,114 (2010-2014), rank #263 | Population Growth | 7.53% since 2006-2010, see rank | Population Density: | 557.25/sq mi, rank #355 | Median Household Income: | $117,038 at 2010-2014—-31.45% increase since 2006-2010, rank #56 | Median House Price: | $595,100 at 2010-2014—-14.06% increase since 2006-2010, rank #25 | Time Zone: | Eastern GMT -5:00 with Daylight Saving in the Summer | Land Area: | 3.79 sq mi, rank #174 | Water Area: | 0.01 sq mi (0.20%), rank #244 | State: | Maryland | Area: | Baltimore-Towson, MD | County: | Howard County | School District: | , rank #42 | Area Code: | 410 | Zip Code: | 20759 | Accommodations: | Fulton Hotels |
| Hot Rankings High / Low MD Cities by Males Employed High / Low MD Cities by Females Employed |
Fulton, MD Map, Border, and Nearby Locations
";
if (zoom<12){
mapMoreDataValue += "
Census Blocks+*
";
}else{
if (levelToShowGeo==82){
mapMoreDataValue += "
Census Blocks*
";
}else{
mapMoreDataValue += "
";
}
}
if (zoom<8){
mapMoreDataValue += "
Census Block Groups+*
";
mapMoreDataValue += "
Census Tracts+*
";
}else{
if (levelToShowGeo==81){
mapMoreDataValue += "
Census Block Groups*
";
}else{
mapMoreDataValue += "
";
}
if (levelToShowGeo==80){
mapMoreDataValue += "
Census Tracts*
";
}else{
mapMoreDataValue += "
";
}
}
if (zoom<5){
mapMoreDataValue += "
Zip Codes+
";
mapMoreDataValue += "
Cities+
";
mapMoreDataValue += "
School Districts+
";
}else{
if (levelToShowGeo==70){
mapMoreDataValue += "
Zip Codes
";
}else{
mapMoreDataValue += "
";
}
if (levelToShowGeo==60){
mapMoreDataValue += "
School Districts
";
}else{
mapMoreDataValue += "
";
}
if (levelToShowGeo==50){
mapMoreDataValue += "
Cities
";
}else{
mapMoreDataValue += "
";
}
}
if (levelToShowGeo==30){
mapMoreDataValue += "
Counties
";
}else{
mapMoreDataValue += "
";
}
if (levelToShowGeo==20){
mapMoreDataValue += "
Metro Areas
";
}else{
mapMoreDataValue += "
";
}
if (levelToShowGeo==10){
mapMoreDataValue += "
States
";
}else{
mapMoreDataValue += "
";
}
mapMoreDataValue += "
";
if (zoom<12) mapMoreDataValue += "
+ If the color of the links above is gray, please zoom in on the map to see the data.
";
mapMoreDataValue += "
* Census Blocks, Census Block Groups, and Census Tracts are geo areas that are normally smaller than the size of a city. Census Blocks provide block and community level information. They are great for understanding areas within a city.
";
document.getElementById("refinemap").innerHTML = mapMoreDataValue;
}
function ajaxOperation(response){
if (response.length>2){
resAry = response.split("|;");
var pgType = '';
var tempName='Census Tracts';
if (levelToShowGeo==10) tempName='States';
if (levelToShowGeo==20) tempName='Metro Areas';
if (levelToShowGeo==30) tempName='Counties';
if (levelToShowGeo==50) tempName='Cities';
if (levelToShowGeo==60) tempName='School Districts';
if (levelToShowGeo==70) tempName='Zip Codes';
if (levelToShowGeo==81) tempName='Census Block Groups';
if (levelToShowGeo==82) tempName='Census Blocks';
for (i in resAry){
if (i==0){
pgType = resAry[i];
}else{
oneItem = resAry[i].split("|");
var marker = new google.maps.Marker({
position: new google.maps.LatLng(oneItem[0], oneItem[1]),
map: map,
icon: iconImg
});
(function(oneItem, marker) {
google.maps.event.addListener(marker, 'click', function() {
if (!infowindow) {infowindow = new google.maps.InfoWindow();}
if (levelToShowGeo<80){
if (oneItem[4]=='-1'){
infowindow.setContent("
"+oneItem[3]+"");
}else{
infowindow.setContent("
"+oneItem[3]+"Population: "+oneItem[4]);
}
}else{
tempName=tempName.substr(0, (tempName.length-1));
if (oneItem[3]=='-1'){
infowindow.setContent("
"+tempName+"—"+oneItem[2]+"");
}else{
infowindow.setContent("
"+tempName+"—"+oneItem[2]+"Population: "+oneItem[3]);
}
}
infowindow.open(map, marker);
});
})(oneItem, marker);
markers.push(marker);
}
}
if (pgType=="nodata"){
document.getElementById("mapoutput").innerHTML = "
No "+tempName+" result found for this region.";
}else if (pgType=="full"){
document.getElementById("mapoutput").innerHTML = tempName+" Map View. Full data. Click icon to show name.";
}else if (pgType=="part"){
document.getElementById("mapoutput").innerHTML = tempName+" Map View.
Partial data. Zoom in to see more. Click icon to show name.";
}else if (pgType=="err"){
document.getElementById("mapoutput").innerHTML = "
Something wrong! please try again";
}else{
document.getElementById("mapoutput").innerHTML = " "+pgType;
}
}else{
document.getElementById("mapoutput").innerHTML = "
Unable to read data. Please try again!";
}
}
function clearMarkers() {
if (markers) {
for (i in markers) {
markers[i].setMap(null);
}
}
markers=[];
}
(function() {window.onload = function(){
var myLatLng = new google.maps.LatLng(39.1526713, -76.9109641 );
var myOptions = {
zoom: 13,
center: myLatLng,
scrollwheel: false,
streetViewControl: false,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
map = new google.maps.Map(document.getElementById("map_canvas"), myOptions);
var dataArray="39.1705,-76.91699;39.16812,-76.9131;39.1676,-76.91214;39.16668,-76.91068;39.16318,-76.90599;39.16272,-76.90524;39.16245,-76.90462;39.16156,-76.90204;39.16086,-76.89962;39.16073,-76.89894;39.16055,-76.89703;39.16043,-76.89636;39.15966,-76.89413;39.15946,-76.89337;39.15864,-76.88918;39.15614,-76.89099;39.15386,-76.89294;39.14778,-76.89855;39.13906,-76.90738;39.13835,-76.90826;39.13775,-76.90918;39.13717,-76.91041;39.13682,-76.91136;39.13592,-76.91452;39.13568,-76.91521;39.13534,-76.91593;39.135,-76.9165;39.13411,-76.91752;39.13299,-76.9184;39.13261,-76.9186;39.13263,-76.9188;39.13275,-76.91911;39.13291,-76.91935;39.13303,-76.91986;39.13322,-76.92016;39.13335,-76.92022;39.1343,-76.91982;39.13477,-76.91977;39.13487,-76.91981;39.13376,-76.92074;39.13376,-76.92129;39.13373,-76.92161;39.13383,-76.92176;39.13434,-76.9217;39.13442,-76.92172;39.13393,-76.92249;39.13393,-76.92299;39.13431,-76.92301;39.13434,-76.92307;39.13421,-76.92331;39.13416,-76.92348;39.13445,-76.92417;39.13535,-76.92489;39.13553,-76.92513;39.13551,-76.92532;39.13542,-76.92557;39.13541,-76.9257;39.13579,-76.92605;39.13608,-76.92605;39.13704,-76.92512;39.13745,-76.92499;39.13756,-76.92502;39.13757,-76.92512;39.13725,-76.9254;39.13671,-76.92626;39.13665,-76.92639;39.1374,-76.92678;39.13743,-76.92706;39.1375,-76.92728;39.13764,-76.92726;39.13786,-76.92706;39.13819,-76.92707;39.13868,-76.92689;39.13874,-76.92693;39.13874,-76.92708;39.13878,-76.92723;39.13897,-76.92753;39.13904,-76.92784;39.13914,-76.92791;39.13935,-76.92786;39.13955,-76.92759;39.13996,-76.92729;39.14051,-76.92669;39.14084,-76.92642;39.14091,-76.92642;39.14071,-76.9271;39.14042,-76.92746;39.14033,-76.92775;39.1405,-76.92798;39.14093,-76.92815;39.14122,-76.9282;39.14124,-76.92829;39.14007,-76.92856;39.13985,-76.9287;39.13951,-76.92912;39.13912,-76.92926;39.13856,-76.93008;39.13844,-76.93033;39.13792,-76.93095;39.13788,-76.93103;39.13791,-76.93117;39.13816,-76.93119;39.13833,-76.9311;39.1384,-76.93124;39.13843,-76.93139;39.13861,-76.93161;39.13906,-76.93174;39.13949,-76.93176;39.13982,-76.9317;39.14005,-76.93186;39.14013,-76.93197;39.14019,-76.93225;39.14018,-76.93241;39.13992,-76.93264;39.13989,-76.93279;39.14006,-76.93333;39.14018,-76.93361;39.14052,-76.93394;39.14411,-76.9344;39.14627,-76.93514;39.14854,-76.93576;39.14876,-76.93577;39.14917,-76.936;39.15001,-76.93627;39.15107,-76.9364;39.15225,-76.9363;39.1551,-76.93724;39.15574,-76.93701;39.15655,-76.93687;39.15697,-76.93672;39.15729,-76.93678;39.15779,-76.93726;39.15795,-76.93736;39.1586,-76.93598;39.15975,-76.93458;39.15999,-76.93408;39.1603,-76.93357;39.16049,-76.93374;39.16158,-76.932;39.16234,-76.93163;39.16327,-76.93096;39.16354,-76.93072;39.16397,-76.93063;39.16444,-76.93065;39.16546,-76.93109;39.16576,-76.93099;39.16578,-76.93092;39.16502,-76.92985;39.16429,-76.929;39.16399,-76.92875;39.16304,-76.92854;39.16263,-76.92838;39.16234,-76.92786;39.16204,-76.92749;39.16174,-76.92735;39.16137,-76.92741;39.16124,-76.92734;39.16114,-76.92716;39.16111,-76.92695;39.16081,-76.92665;39.16041,-76.92642;39.1602,-76.92621;39.15993,-76.92538;39.16825,-76.9196;39.17029,-76.91727;39.1705,-76.91699".split("|"); var areaCoords=new Array();
for (i=0;i
0){
areaCoords[i]=new Array();
thisArea = dataArray[i].split(";");
for (j=0;j0){
eval("areaCoords["+i+"]["+j+"]=new google.maps.LatLng("+thisArea[j]+");");
}
}
}
}
areaPolygon = new google.maps.Polygon({paths: areaCoords,strokeColor: "#FF0000",strokeOpacity: 0.8,strokeWeight: 3,fillColor: "#FF0000",fillOpacity: 0.35});
areaPolygon.setMap(map);
google.maps.event.addListener(map, 'zoom_changed', function() {
showGeoOnMap(map, 1);
});
google.maps.event.addListener(map, 'bounds_changed', function() {
showGeoOnMap(map, 0);
});
};})();