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.2159,-76.862)};var g_c0a42600843859759a2d3918b7ccf0b1 = new google.maps.Geocoder();g_c0a42600843859759a2d3918b7ccf0b1.geocode( { 'address': "10300 Little Patuxent Pkwy #3010, Columbia, MD 21044, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MD-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MD-bank-of-america-financial-center'), mapOptions);}document.getElementById('2b49404a').innerHTML += ' | View Map';var $lc0a42600843859759a2d3918b7ccf0b1 = '

Bank of America Financial Center

Address: 10300 Little Patuxent Pkwy #3010, Columbia, MD 21044, USA
Phone: (410) 715-6818
';var m_c0a42600843859759a2d3918b7ccf0b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_c0a42600843859759a2d3918b7ccf0b1['infowindow'] = new google.maps.InfoWindow({content: $lc0a42600843859759a2d3918b7ccf0b1});var infowindow = new google.maps.InfoWindow({content: $lc0a42600843859759a2d3918b7ccf0b1});google.maps.event.addListener(m_c0a42600843859759a2d3918b7ccf0b1, 'click', function() {infowindow.open(map,m_c0a42600843859759a2d3918b7ccf0b1);});$marker.push(m_c0a42600843859759a2d3918b7ccf0b1);}});}google.maps.event.addDomListener(window, 'load', initialize);