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.2847,-76.594)};var g_4ca21e71a1b237f95e1731a2e996a334 = new google.maps.Geocoder();g_4ca21e71a1b237f95e1731a2e996a334.geocode( { 'address': "524 S Broadway, Baltimore, MD 21231, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-fells-point-boa').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-fells-point-boa'), mapOptions);}document.getElementById('138f4efd').innerHTML += ' | View Map';var $l4ca21e71a1b237f95e1731a2e996a334 = '

Fells Point BOA

Address: 524 S Broadway, Baltimore, MD 21231, USA
Phone: (800) 432-1000
';var m_4ca21e71a1b237f95e1731a2e996a334 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fells Point BOA',});m_4ca21e71a1b237f95e1731a2e996a334['infowindow'] = new google.maps.InfoWindow({content: $l4ca21e71a1b237f95e1731a2e996a334});var infowindow = new google.maps.InfoWindow({content: $l4ca21e71a1b237f95e1731a2e996a334});google.maps.event.addListener(m_4ca21e71a1b237f95e1731a2e996a334, 'click', function() {infowindow.open(map,m_4ca21e71a1b237f95e1731a2e996a334);});$marker.push(m_4ca21e71a1b237f95e1731a2e996a334);}});}google.maps.event.addDomListener(window, 'load', initialize);