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.7895,-77.7326)};var g_d044ac0a8411746161cea1db40cfc146 = new google.maps.Geocoder();g_d044ac0a8411746161cea1db40cfc146.geocode( { 'address': "106 S Antrim Way, Greencastle, PA 17225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greencastle-PA-the-columbia-bank-hagerstown-trust-division').style.display = '';map = new google.maps.Map(document.getElementById('greencastle-PA-the-columbia-bank-hagerstown-trust-division'), mapOptions);}document.getElementById('3ce7eb02').innerHTML += ' | View Map';var $ld044ac0a8411746161cea1db40cfc146 = '

The Columbia Bank Hagerstown Trust Division

Address: 106 S Antrim Way, Greencastle, PA 17225, USA
Phone: (717) 597-2136
';var m_d044ac0a8411746161cea1db40cfc146 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Columbia Bank Hagerstown Trust Division',});m_d044ac0a8411746161cea1db40cfc146['infowindow'] = new google.maps.InfoWindow({content: $ld044ac0a8411746161cea1db40cfc146});var infowindow = new google.maps.InfoWindow({content: $ld044ac0a8411746161cea1db40cfc146});google.maps.event.addListener(m_d044ac0a8411746161cea1db40cfc146, 'click', function() {infowindow.open(map,m_d044ac0a8411746161cea1db40cfc146);});$marker.push(m_d044ac0a8411746161cea1db40cfc146);}});}google.maps.event.addDomListener(window, 'load', initialize);