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.2949,-76.6249)};var g_ca227f3b7209f2b8ba93bad35c925fa4 = new google.maps.Geocoder();g_ca227f3b7209f2b8ba93bad35c925fa4.geocode( { 'address': "502 Washington Ave, Baltimore, MD 21204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-blueridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-blueridge-bank'), mapOptions);}document.getElementById('643c1731').innerHTML += ' | View Map';var $lca227f3b7209f2b8ba93bad35c925fa4 = '

BlueRidge Bank

Address: 502 Washington Ave, Baltimore, MD 21204
Phone: (410) 324-4344
';var m_ca227f3b7209f2b8ba93bad35c925fa4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BlueRidge Bank',});m_ca227f3b7209f2b8ba93bad35c925fa4['infowindow'] = new google.maps.InfoWindow({content: $lca227f3b7209f2b8ba93bad35c925fa4});var infowindow = new google.maps.InfoWindow({content: $lca227f3b7209f2b8ba93bad35c925fa4});google.maps.event.addListener(m_ca227f3b7209f2b8ba93bad35c925fa4, 'click', function() {infowindow.open(map,m_ca227f3b7209f2b8ba93bad35c925fa4);});$marker.push(m_ca227f3b7209f2b8ba93bad35c925fa4);}});}google.maps.event.addDomListener(window, 'load', initialize);