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.6947,-80.0451)};var g_c4756e09ab4ebb4e3220501908be71fa = new google.maps.Geocoder();g_c4756e09ab4ebb4e3220501908be71fa.geocode( { 'address': "963 PA-228, Mars, PA 16046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mars-PA-southern-butler-county-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('mars-PA-southern-butler-county-community-cu'), mapOptions);}document.getElementById('acf9bcec').innerHTML += ' | View Map';var $lc4756e09ab4ebb4e3220501908be71fa = '

Southern Butler County Community CU

Address: 963 PA-228, Mars, PA 16046, USA
Phone: (724) 779-9090
';var m_c4756e09ab4ebb4e3220501908be71fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Butler County Community CU',});m_c4756e09ab4ebb4e3220501908be71fa['infowindow'] = new google.maps.InfoWindow({content: $lc4756e09ab4ebb4e3220501908be71fa});var infowindow = new google.maps.InfoWindow({content: $lc4756e09ab4ebb4e3220501908be71fa});google.maps.event.addListener(m_c4756e09ab4ebb4e3220501908be71fa, 'click', function() {infowindow.open(map,m_c4756e09ab4ebb4e3220501908be71fa);});$marker.push(m_c4756e09ab4ebb4e3220501908be71fa);}});}google.maps.event.addDomListener(window, 'load', initialize);