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.3698,-76.8024)};var g_360792dd92192c52a1175b4471a05e44 = new google.maps.Geocoder();g_360792dd92192c52a1175b4471a05e44.geocode( { 'address': "9060 Liberty Rd, Randallstown, MD 21133"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('randallstown-MD-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('randallstown-MD-bank-of-america'), mapOptions);}document.getElementById('d62b78ad').innerHTML += ' | View Map';var $l360792dd92192c52a1175b4471a05e44 = '

Bank of America

Address: 9060 Liberty Rd, Randallstown, MD 21133
Phone: (410) 922-4400
';var m_360792dd92192c52a1175b4471a05e44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_360792dd92192c52a1175b4471a05e44['infowindow'] = new google.maps.InfoWindow({content: $l360792dd92192c52a1175b4471a05e44});var infowindow = new google.maps.InfoWindow({content: $l360792dd92192c52a1175b4471a05e44});google.maps.event.addListener(m_360792dd92192c52a1175b4471a05e44, 'click', function() {infowindow.open(map,m_360792dd92192c52a1175b4471a05e44);});$marker.push(m_360792dd92192c52a1175b4471a05e44);}});}google.maps.event.addDomListener(window, 'load', initialize);