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.2428,-77.8938)};var g_95c25637101a0c978afbd5b0c3139e7c = new google.maps.Geocoder();g_95c25637101a0c978afbd5b0c3139e7c.geocode( { 'address': "761 Elliott St, Orbisonia, PA 17243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orbisonia-PA-community-state-bank-orbisonia').style.display = '';map = new google.maps.Map(document.getElementById('orbisonia-PA-community-state-bank-orbisonia'), mapOptions);}document.getElementById('e578c217').innerHTML += ' | View Map';var $l95c25637101a0c978afbd5b0c3139e7c = '

Community State Bank-Orbisonia

Address: 761 Elliott St, Orbisonia, PA 17243, USA
Phone: (814) 447-5552
';var m_95c25637101a0c978afbd5b0c3139e7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank-Orbisonia',});m_95c25637101a0c978afbd5b0c3139e7c['infowindow'] = new google.maps.InfoWindow({content: $l95c25637101a0c978afbd5b0c3139e7c});var infowindow = new google.maps.InfoWindow({content: $l95c25637101a0c978afbd5b0c3139e7c});google.maps.event.addListener(m_95c25637101a0c978afbd5b0c3139e7c, 'click', function() {infowindow.open(map,m_95c25637101a0c978afbd5b0c3139e7c);});$marker.push(m_95c25637101a0c978afbd5b0c3139e7c);}});}google.maps.event.addDomListener(window, 'load', initialize);