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.3279,-76.744)};var g_700513690fa87da2b880e7cf1f13cac1 = new google.maps.Geocoder();g_700513690fa87da2b880e7cf1f13cac1.geocode( { 'address': "702 N Rolling Rd, Catonsville, MD 21228"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('catonsville-MD-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('catonsville-MD-bank-of-america'), mapOptions);}document.getElementById('7e539280').innerHTML += ' | View Map';var $l700513690fa87da2b880e7cf1f13cac1 = '

Bank of America

Address: 702 N Rolling Rd, Catonsville, MD 21228
Phone: (410) 744-5121
';var m_700513690fa87da2b880e7cf1f13cac1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_700513690fa87da2b880e7cf1f13cac1['infowindow'] = new google.maps.InfoWindow({content: $l700513690fa87da2b880e7cf1f13cac1});var infowindow = new google.maps.InfoWindow({content: $l700513690fa87da2b880e7cf1f13cac1});google.maps.event.addListener(m_700513690fa87da2b880e7cf1f13cac1, 'click', function() {infowindow.open(map,m_700513690fa87da2b880e7cf1f13cac1);});$marker.push(m_700513690fa87da2b880e7cf1f13cac1);}});}google.maps.event.addDomListener(window, 'load', initialize);