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(40.7979,-79.3154)};var g_5c5383b06f07fdecf3a1fb920f483924 = new google.maps.Geocoder();g_5c5383b06f07fdecf3a1fb920f483924.geocode( { 'address': "711 N Water St, Rural Valley, PA 16249, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rural-valley-PA-elderton-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('rural-valley-PA-elderton-state-bank'), mapOptions);}document.getElementById('86aae192').innerHTML += ' | View Map';var $l5c5383b06f07fdecf3a1fb920f483924 = '

Elderton State Bank

Address: 711 N Water St, Rural Valley, PA 16249, USA
Phone: (724) 783-2111
';var m_5c5383b06f07fdecf3a1fb920f483924 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elderton State Bank',});m_5c5383b06f07fdecf3a1fb920f483924['infowindow'] = new google.maps.InfoWindow({content: $l5c5383b06f07fdecf3a1fb920f483924});var infowindow = new google.maps.InfoWindow({content: $l5c5383b06f07fdecf3a1fb920f483924});google.maps.event.addListener(m_5c5383b06f07fdecf3a1fb920f483924, 'click', function() {infowindow.open(map,m_5c5383b06f07fdecf3a1fb920f483924);});$marker.push(m_5c5383b06f07fdecf3a1fb920f483924);}});}google.maps.event.addDomListener(window, 'load', initialize);