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.9894,-80.3362)};var g_669702c6e528519f723720256775bb77 = new google.maps.Geocoder();g_669702c6e528519f723720256775bb77.geocode( { 'address': "201 S Jefferson St, New Castle, PA 16101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-PA-g-nc-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-PA-g-nc-community-federal-credit-union'), mapOptions);}document.getElementById('8b07cf85').innerHTML += ' | View Map';var $l669702c6e528519f723720256775bb77 = '

G Nc Community Federal Credit Union

Address: 201 S Jefferson St, New Castle, PA 16101
Phone: (724) 652-5783
';var m_669702c6e528519f723720256775bb77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'G Nc Community Federal Credit Union',});m_669702c6e528519f723720256775bb77['infowindow'] = new google.maps.InfoWindow({content: $l669702c6e528519f723720256775bb77});var infowindow = new google.maps.InfoWindow({content: $l669702c6e528519f723720256775bb77});google.maps.event.addListener(m_669702c6e528519f723720256775bb77, 'click', function() {infowindow.open(map,m_669702c6e528519f723720256775bb77);});$marker.push(m_669702c6e528519f723720256775bb77);}});}google.maps.event.addDomListener(window, 'load', initialize);