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.5422,-76.1003)};var g_d1b6f14a2607a03107dfff5c8b7cc372 = new google.maps.Geocoder();g_d1b6f14a2607a03107dfff5c8b7cc372.geocode( { 'address': "960 Revolution St, Havre De Grace, MD 21078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('havre-de-grace-MD-harford-bank').style.display = '';map = new google.maps.Map(document.getElementById('havre-de-grace-MD-harford-bank'), mapOptions);}document.getElementById('80e2ca40').innerHTML += ' | View Map';var $ld1b6f14a2607a03107dfff5c8b7cc372 = '

Harford Bank

Address: 960 Revolution St, Havre De Grace, MD 21078, USA
Phone: (410) 939-0300
';var m_d1b6f14a2607a03107dfff5c8b7cc372 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Harford Bank',});m_d1b6f14a2607a03107dfff5c8b7cc372['infowindow'] = new google.maps.InfoWindow({content: $ld1b6f14a2607a03107dfff5c8b7cc372});var infowindow = new google.maps.InfoWindow({content: $ld1b6f14a2607a03107dfff5c8b7cc372});google.maps.event.addListener(m_d1b6f14a2607a03107dfff5c8b7cc372, 'click', function() {infowindow.open(map,m_d1b6f14a2607a03107dfff5c8b7cc372);});$marker.push(m_d1b6f14a2607a03107dfff5c8b7cc372);}});}google.maps.event.addDomListener(window, 'load', initialize);