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.8659,-79.9192)};var g_88c3d489ee260fba00d48b14a8040d19 = new google.maps.Geocoder();g_88c3d489ee260fba00d48b14a8040d19.geocode( { 'address': "120 Campus Ln, Butler, PA 16001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('butler-PA-butler-county-teachers-fed-cu').style.display = '';map = new google.maps.Map(document.getElementById('butler-PA-butler-county-teachers-fed-cu'), mapOptions);}document.getElementById('1617fe22').innerHTML += ' | View Map';var $l88c3d489ee260fba00d48b14a8040d19 = '

Butler County Teachers Fed CU

Address: 120 Campus Ln, Butler, PA 16001, USA
Phone: (724) 283-9427
';var m_88c3d489ee260fba00d48b14a8040d19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Butler County Teachers Fed CU',});m_88c3d489ee260fba00d48b14a8040d19['infowindow'] = new google.maps.InfoWindow({content: $l88c3d489ee260fba00d48b14a8040d19});var infowindow = new google.maps.InfoWindow({content: $l88c3d489ee260fba00d48b14a8040d19});google.maps.event.addListener(m_88c3d489ee260fba00d48b14a8040d19, 'click', function() {infowindow.open(map,m_88c3d489ee260fba00d48b14a8040d19);});$marker.push(m_88c3d489ee260fba00d48b14a8040d19);}});}google.maps.event.addDomListener(window, 'load', initialize);