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.5245,-77.6692)};var g_f3c1eaec9dce37a8f6b301a80570dff9 = new google.maps.Geocoder();g_f3c1eaec9dce37a8f6b301a80570dff9.geocode( { 'address': "231 N Main St, Boonsboro, MD 21713"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boonsboro-MD-susquehanna-bank').style.display = '';map = new google.maps.Map(document.getElementById('boonsboro-MD-susquehanna-bank'), mapOptions);}document.getElementById('ed5b0d28').innerHTML += ' | View Map';var $lf3c1eaec9dce37a8f6b301a80570dff9 = '

Susquehanna Bank

Address: 231 N Main St, Boonsboro, MD 21713
Phone: (301) 432-5504
';var m_f3c1eaec9dce37a8f6b301a80570dff9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susquehanna Bank',});m_f3c1eaec9dce37a8f6b301a80570dff9['infowindow'] = new google.maps.InfoWindow({content: $lf3c1eaec9dce37a8f6b301a80570dff9});var infowindow = new google.maps.InfoWindow({content: $lf3c1eaec9dce37a8f6b301a80570dff9});google.maps.event.addListener(m_f3c1eaec9dce37a8f6b301a80570dff9, 'click', function() {infowindow.open(map,m_f3c1eaec9dce37a8f6b301a80570dff9);});$marker.push(m_f3c1eaec9dce37a8f6b301a80570dff9);}});}google.maps.event.addDomListener(window, 'load', initialize);