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.2802,-76.5047)};var g_155a672d8f894ca5bbed00055c7bd2de = new google.maps.Geocoder();g_155a672d8f894ca5bbed00055c7bd2de.geocode( { 'address': "1301 Merritt Blvd, Dundalk, MD 21222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dundalk-MD-howard-bank').style.display = '';map = new google.maps.Map(document.getElementById('dundalk-MD-howard-bank'), mapOptions);}document.getElementById('4d58653c').innerHTML += ' | View Map';var $l155a672d8f894ca5bbed00055c7bd2de = '

Howard Bank

Address: 1301 Merritt Blvd, Dundalk, MD 21222, USA
Phone: (410) 285-9335
';var m_155a672d8f894ca5bbed00055c7bd2de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Howard Bank',});m_155a672d8f894ca5bbed00055c7bd2de['infowindow'] = new google.maps.InfoWindow({content: $l155a672d8f894ca5bbed00055c7bd2de});var infowindow = new google.maps.InfoWindow({content: $l155a672d8f894ca5bbed00055c7bd2de});google.maps.event.addListener(m_155a672d8f894ca5bbed00055c7bd2de, 'click', function() {infowindow.open(map,m_155a672d8f894ca5bbed00055c7bd2de);});$marker.push(m_155a672d8f894ca5bbed00055c7bd2de);}});}google.maps.event.addDomListener(window, 'load', initialize);