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.0834,-80.1133)};var g_bcf60b99d40b1ac803d7c48aee6c1f3c = new google.maps.Geocoder();g_bcf60b99d40b1ac803d7c48aee6c1f3c.geocode( { 'address': "3910 Schaper Ave, Erie, PA 16508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('erie-PA-first-choice-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('erie-PA-first-choice-community-federal-credit-union'), mapOptions);}document.getElementById('440cde59').innerHTML += ' | View Map';var $lbcf60b99d40b1ac803d7c48aee6c1f3c = '

First Choice Community Federal Credit Union

Address: 3910 Schaper Ave, Erie, PA 16508, USA
Phone: (814) 866-1111
';var m_bcf60b99d40b1ac803d7c48aee6c1f3c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Community Federal Credit Union',});m_bcf60b99d40b1ac803d7c48aee6c1f3c['infowindow'] = new google.maps.InfoWindow({content: $lbcf60b99d40b1ac803d7c48aee6c1f3c});var infowindow = new google.maps.InfoWindow({content: $lbcf60b99d40b1ac803d7c48aee6c1f3c});google.maps.event.addListener(m_bcf60b99d40b1ac803d7c48aee6c1f3c, 'click', function() {infowindow.open(map,m_bcf60b99d40b1ac803d7c48aee6c1f3c);});$marker.push(m_bcf60b99d40b1ac803d7c48aee6c1f3c);}});}google.maps.event.addDomListener(window, 'load', initialize);