var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(39.3989,-76.9339)};var g_a7930d030ebb7a111f8e3adcb9d6a10c = new google.maps.Geocoder();g_a7930d030ebb7a111f8e3adcb9d6a10c.geocode( { 'address': "6400 Ridge Road, Eldersburg, MD 21784, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eldersburg-MD-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('eldersburg-MD-bank-of-america-financial-center'), mapOptions);}document.getElementById('080051fc').innerHTML += ' | View Map';var $la7930d030ebb7a111f8e3adcb9d6a10c = '

Bank of America Financial Center

Address: 6400 Ridge Road, Eldersburg, MD 21784, USA
Phone: (410) 795-1661
';var m_a7930d030ebb7a111f8e3adcb9d6a10c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_a7930d030ebb7a111f8e3adcb9d6a10c['infowindow'] = new google.maps.InfoWindow({content: $la7930d030ebb7a111f8e3adcb9d6a10c});var infowindow = new google.maps.InfoWindow({content: $la7930d030ebb7a111f8e3adcb9d6a10c});google.maps.event.addListener(m_a7930d030ebb7a111f8e3adcb9d6a10c, 'click', function() {infowindow.open(map,m_a7930d030ebb7a111f8e3adcb9d6a10c);});$marker.push(m_a7930d030ebb7a111f8e3adcb9d6a10c);}});}google.maps.event.addDomListener(window, 'load', initialize);