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.5551,-76.9906)};var g_a5c7ec110ae659b9901e8729b445a22c = new google.maps.Geocoder();g_a5c7ec110ae659b9901e8729b445a22c.geocode( { 'address': "223 E Main St, Westminster, MD 21157"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westminster-MD-bank-of-hanover-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('westminster-MD-bank-of-hanover-trust-co'), mapOptions);}document.getElementById('1ffa6229').innerHTML += ' | View Map';var $la5c7ec110ae659b9901e8729b445a22c = '

Bank Of Hanover & Trust Co

Address: 223 E Main St, Westminster, MD 21157
Phone: (410) 751-2586
';var m_a5c7ec110ae659b9901e8729b445a22c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Hanover & Trust Co',});m_a5c7ec110ae659b9901e8729b445a22c['infowindow'] = new google.maps.InfoWindow({content: $la5c7ec110ae659b9901e8729b445a22c});var infowindow = new google.maps.InfoWindow({content: $la5c7ec110ae659b9901e8729b445a22c});google.maps.event.addListener(m_a5c7ec110ae659b9901e8729b445a22c, 'click', function() {infowindow.open(map,m_a5c7ec110ae659b9901e8729b445a22c);});$marker.push(m_a5c7ec110ae659b9901e8729b445a22c);}});}google.maps.event.addDomListener(window, 'load', initialize);