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_b8c27b7a1c450ffdacb31483454e0b54 = new google.maps.Geocoder();g_b8c27b7a1c450ffdacb31483454e0b54.geocode( { 'address': "5600 Harford Rd, Baltimore, MD 21214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baltimore-MD-hamilton-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('baltimore-MD-hamilton-federal-bank'), mapOptions);}document.getElementById('b76407ee').innerHTML += ' | View Map';var $lb8c27b7a1c450ffdacb31483454e0b54 = '

Hamilton Federal Bank

Address: 5600 Harford Rd, Baltimore, MD 21214
Phone: (410) 254-9700
';var m_b8c27b7a1c450ffdacb31483454e0b54 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamilton Federal Bank',});m_b8c27b7a1c450ffdacb31483454e0b54['infowindow'] = new google.maps.InfoWindow({content: $lb8c27b7a1c450ffdacb31483454e0b54});var infowindow = new google.maps.InfoWindow({content: $lb8c27b7a1c450ffdacb31483454e0b54});google.maps.event.addListener(m_b8c27b7a1c450ffdacb31483454e0b54, 'click', function() {infowindow.open(map,m_b8c27b7a1c450ffdacb31483454e0b54);});$marker.push(m_b8c27b7a1c450ffdacb31483454e0b54);}});}google.maps.event.addDomListener(window, 'load', initialize);