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.1233,-80.0842)};var g_7f9bdd2b409c9bc14cc0b2cca6553247 = new google.maps.Geocoder();g_7f9bdd2b409c9bc14cc0b2cca6553247.geocode( { 'address': "3910 Schaper Ave, Erie, PA 16508"}, 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('edfafa64').innerHTML += ' | View Map';var $l7f9bdd2b409c9bc14cc0b2cca6553247 = '

First Choice Community Federal Credit Union

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