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.3319,-78.7506)};var g_efa041eb00ae718635cfc3689d478fcb = new google.maps.Geocoder();g_efa041eb00ae718635cfc3689d478fcb.geocode( { 'address': "460 Locust St, Sidman, PA 15955, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sidman-PA-c-b-w-schools-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sidman-PA-c-b-w-schools-federal-credit-union'), mapOptions);}document.getElementById('d22667af').innerHTML += ' | View Map';var $lefa041eb00ae718635cfc3689d478fcb = '

C-B-W Schools Federal Credit Union

Address: 460 Locust St, Sidman, PA 15955, USA
Phone: (814) 487-5714
';var m_efa041eb00ae718635cfc3689d478fcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C-B-W Schools Federal Credit Union',});m_efa041eb00ae718635cfc3689d478fcb['infowindow'] = new google.maps.InfoWindow({content: $lefa041eb00ae718635cfc3689d478fcb});var infowindow = new google.maps.InfoWindow({content: $lefa041eb00ae718635cfc3689d478fcb});google.maps.event.addListener(m_efa041eb00ae718635cfc3689d478fcb, 'click', function() {infowindow.open(map,m_efa041eb00ae718635cfc3689d478fcb);});$marker.push(m_efa041eb00ae718635cfc3689d478fcb);}});}google.maps.event.addDomListener(window, 'load', initialize);