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.9897,-80.3212)};var g_fa05b79106e4496b0f8d681d08286a12 = new google.maps.Geocoder();g_fa05b79106e4496b0f8d681d08286a12.geocode( { 'address': "1144 Butler Ave, New Castle, PA 16101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-PA-first-choice-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-PA-first-choice-federal-credit-union'), mapOptions);}document.getElementById('ed9aa970').innerHTML += ' | View Map';var $lfa05b79106e4496b0f8d681d08286a12 = '

First Choice Federal Credit Union

Address: 1144 Butler Ave, New Castle, PA 16101, USA
Phone: (724) 656-3595
';var m_fa05b79106e4496b0f8d681d08286a12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Federal Credit Union',});m_fa05b79106e4496b0f8d681d08286a12['infowindow'] = new google.maps.InfoWindow({content: $lfa05b79106e4496b0f8d681d08286a12});var infowindow = new google.maps.InfoWindow({content: $lfa05b79106e4496b0f8d681d08286a12});google.maps.event.addListener(m_fa05b79106e4496b0f8d681d08286a12, 'click', function() {infowindow.open(map,m_fa05b79106e4496b0f8d681d08286a12);});$marker.push(m_fa05b79106e4496b0f8d681d08286a12);}});}google.maps.event.addDomListener(window, 'load', initialize);