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.2857,-76.807)};var g_99c65fc77e21d9fc22823efde725f624 = new google.maps.Geocoder();g_99c65fc77e21d9fc22823efde725f624.geocode( { 'address': "8460 Baltimore National Pike, Ellicott City, MD 21043, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellicott-city-MD-hamilton-bank').style.display = '';map = new google.maps.Map(document.getElementById('ellicott-city-MD-hamilton-bank'), mapOptions);}document.getElementById('6df127ca').innerHTML += ' | View Map';var $l99c65fc77e21d9fc22823efde725f624 = '

Hamilton Bank

Address: 8460 Baltimore National Pike, Ellicott City, MD 21043, USA
Phone: (410) 465-5445
';var m_99c65fc77e21d9fc22823efde725f624 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamilton Bank',});m_99c65fc77e21d9fc22823efde725f624['infowindow'] = new google.maps.InfoWindow({content: $l99c65fc77e21d9fc22823efde725f624});var infowindow = new google.maps.InfoWindow({content: $l99c65fc77e21d9fc22823efde725f624});google.maps.event.addListener(m_99c65fc77e21d9fc22823efde725f624, 'click', function() {infowindow.open(map,m_99c65fc77e21d9fc22823efde725f624);});$marker.push(m_99c65fc77e21d9fc22823efde725f624);}});}google.maps.event.addDomListener(window, 'load', initialize);