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.6905,-77.7375)};var g_68d09dd5c421c971ce49a02d8e3b3e83 = new google.maps.Geocoder();g_68d09dd5c421c971ce49a02d8e3b3e83.geocode( { 'address': "18201 Maugans Ave, Hagerstown, MD 21740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hagerstown-MD-the-columbia-bank').style.display = '';map = new google.maps.Map(document.getElementById('hagerstown-MD-the-columbia-bank'), mapOptions);}document.getElementById('848ed0b2').innerHTML += ' | View Map';var $l68d09dd5c421c971ce49a02d8e3b3e83 = '

The Columbia Bank

Address: 18201 Maugans Ave, Hagerstown, MD 21740, USA
Phone: (301) 791-8520
';var m_68d09dd5c421c971ce49a02d8e3b3e83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Columbia Bank',});m_68d09dd5c421c971ce49a02d8e3b3e83['infowindow'] = new google.maps.InfoWindow({content: $l68d09dd5c421c971ce49a02d8e3b3e83});var infowindow = new google.maps.InfoWindow({content: $l68d09dd5c421c971ce49a02d8e3b3e83});google.maps.event.addListener(m_68d09dd5c421c971ce49a02d8e3b3e83, 'click', function() {infowindow.open(map,m_68d09dd5c421c971ce49a02d8e3b3e83);});$marker.push(m_68d09dd5c421c971ce49a02d8e3b3e83);}});}google.maps.event.addDomListener(window, 'load', initialize);