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.786,-77.7342)};var g_d7954688f371ffeb4330e0a28c2e48d6 = new google.maps.Geocoder();g_d7954688f371ffeb4330e0a28c2e48d6.geocode( { 'address': "308 Carolle St, Greencastle, PA 17225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greencastle-PA-orrstown-bank').style.display = '';map = new google.maps.Map(document.getElementById('greencastle-PA-orrstown-bank'), mapOptions);}document.getElementById('e965be82').innerHTML += ' | View Map';var $ld7954688f371ffeb4330e0a28c2e48d6 = '

Orrstown Bank

Address: 308 Carolle St, Greencastle, PA 17225, USA
Phone: (888) 677-7869
';var m_d7954688f371ffeb4330e0a28c2e48d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Orrstown Bank',});m_d7954688f371ffeb4330e0a28c2e48d6['infowindow'] = new google.maps.InfoWindow({content: $ld7954688f371ffeb4330e0a28c2e48d6});var infowindow = new google.maps.InfoWindow({content: $ld7954688f371ffeb4330e0a28c2e48d6});google.maps.event.addListener(m_d7954688f371ffeb4330e0a28c2e48d6, 'click', function() {infowindow.open(map,m_d7954688f371ffeb4330e0a28c2e48d6);});$marker.push(m_d7954688f371ffeb4330e0a28c2e48d6);}});}google.maps.event.addDomListener(window, 'load', initialize);