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.7851,-77.8571)};var g_94e005c18b383d12a8924d5d1367610d = new google.maps.Geocoder();g_94e005c18b383d12a8924d5d1367610d.geocode( { 'address': "724 S Atherton St, State College, PA 16801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('state-college-PA-state-college-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('state-college-PA-state-college-federal-cu'), mapOptions);}document.getElementById('4e40f4b5').innerHTML += ' | View Map';var $l94e005c18b383d12a8924d5d1367610d = '

State College Federal CU

Address: 724 S Atherton St, State College, PA 16801, USA
Phone: (814) 234-0252
';var m_94e005c18b383d12a8924d5d1367610d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State College Federal CU',});m_94e005c18b383d12a8924d5d1367610d['infowindow'] = new google.maps.InfoWindow({content: $l94e005c18b383d12a8924d5d1367610d});var infowindow = new google.maps.InfoWindow({content: $l94e005c18b383d12a8924d5d1367610d});google.maps.event.addListener(m_94e005c18b383d12a8924d5d1367610d, 'click', function() {infowindow.open(map,m_94e005c18b383d12a8924d5d1367610d);});$marker.push(m_94e005c18b383d12a8924d5d1367610d);}});}google.maps.event.addDomListener(window, 'load', initialize);