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(42.0254,-80.2615)};var g_3f6091562fbdb489da4f4c3613bfd5ca = new google.maps.Geocoder();g_3f6091562fbdb489da4f4c3613bfd5ca.geocode( { 'address': "7773 W Ridge Rd, Fairview, PA 16415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairview-PA-erie-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fairview-PA-erie-federal-credit-union'), mapOptions);}document.getElementById('da58174e').innerHTML += ' | View Map';var $l3f6091562fbdb489da4f4c3613bfd5ca = '

Erie Federal Credit Union

Address: 7773 W Ridge Rd, Fairview, PA 16415, USA
Phone: (814) 474-4514
';var m_3f6091562fbdb489da4f4c3613bfd5ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Erie Federal Credit Union',});m_3f6091562fbdb489da4f4c3613bfd5ca['infowindow'] = new google.maps.InfoWindow({content: $l3f6091562fbdb489da4f4c3613bfd5ca});var infowindow = new google.maps.InfoWindow({content: $l3f6091562fbdb489da4f4c3613bfd5ca});google.maps.event.addListener(m_3f6091562fbdb489da4f4c3613bfd5ca, 'click', function() {infowindow.open(map,m_3f6091562fbdb489da4f4c3613bfd5ca);});$marker.push(m_3f6091562fbdb489da4f4c3613bfd5ca);}});}google.maps.event.addDomListener(window, 'load', initialize);