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(41.1645,-79.0487)};var g_f381c55ea5a71db498d4751ac9be1055 = new google.maps.Geocoder();g_f381c55ea5a71db498d4751ac9be1055.geocode( { 'address': "909 PA-28, Brookville, PA 15825, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookville-PA-priority-first-fcu').style.display = '';map = new google.maps.Map(document.getElementById('brookville-PA-priority-first-fcu'), mapOptions);}document.getElementById('3c38b7fe').innerHTML += ' | View Map';var $lf381c55ea5a71db498d4751ac9be1055 = '

Priority First Fcu

Address: 909 PA-28, Brookville, PA 15825, USA
Phone: (814) 849-0127
';var m_f381c55ea5a71db498d4751ac9be1055 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Priority First Fcu',});m_f381c55ea5a71db498d4751ac9be1055['infowindow'] = new google.maps.InfoWindow({content: $lf381c55ea5a71db498d4751ac9be1055});var infowindow = new google.maps.InfoWindow({content: $lf381c55ea5a71db498d4751ac9be1055});google.maps.event.addListener(m_f381c55ea5a71db498d4751ac9be1055, 'click', function() {infowindow.open(map,m_f381c55ea5a71db498d4751ac9be1055);});$marker.push(m_f381c55ea5a71db498d4751ac9be1055);}});}google.maps.event.addDomListener(window, 'load', initialize);