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.0792,-78.055)};var g_ec2b2ded4a1e9aea87d449c0a773bb6f = new google.maps.Geocoder();g_ec2b2ded4a1e9aea87d449c0a773bb6f.geocode( { 'address': "994 Waterfall Rd, Waterfall, PA 16689"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterfall-PA-community-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('waterfall-PA-community-state-bank'), mapOptions);}document.getElementById('9066e29b').innerHTML += ' | View Map';var $lec2b2ded4a1e9aea87d449c0a773bb6f = '

Community State Bank

Address: 994 Waterfall Rd, Waterfall, PA 16689
Phone: (814) 685-3911
';var m_ec2b2ded4a1e9aea87d449c0a773bb6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank',});m_ec2b2ded4a1e9aea87d449c0a773bb6f['infowindow'] = new google.maps.InfoWindow({content: $lec2b2ded4a1e9aea87d449c0a773bb6f});var infowindow = new google.maps.InfoWindow({content: $lec2b2ded4a1e9aea87d449c0a773bb6f});google.maps.event.addListener(m_ec2b2ded4a1e9aea87d449c0a773bb6f, 'click', function() {infowindow.open(map,m_ec2b2ded4a1e9aea87d449c0a773bb6f);});$marker.push(m_ec2b2ded4a1e9aea87d449c0a773bb6f);}});}google.maps.event.addDomListener(window, 'load', initialize);