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.99,-80.3479)};var g_51e153135bd683c2d19d487e9c4305c6 = new google.maps.Geocoder();g_51e153135bd683c2d19d487e9c4305c6.geocode( { 'address': "917 Moravia St, New Castle, PA 16101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-castle-PA-family-first-fcu').style.display = '';map = new google.maps.Map(document.getElementById('new-castle-PA-family-first-fcu'), mapOptions);}document.getElementById('cd6d68f0').innerHTML += ' | View Map';var $l51e153135bd683c2d19d487e9c4305c6 = '

Family First FCU

Address: 917 Moravia St, New Castle, PA 16101, USA
Phone: (724) 656-8420
';var m_51e153135bd683c2d19d487e9c4305c6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Family First FCU',});m_51e153135bd683c2d19d487e9c4305c6['infowindow'] = new google.maps.InfoWindow({content: $l51e153135bd683c2d19d487e9c4305c6});var infowindow = new google.maps.InfoWindow({content: $l51e153135bd683c2d19d487e9c4305c6});google.maps.event.addListener(m_51e153135bd683c2d19d487e9c4305c6, 'click', function() {infowindow.open(map,m_51e153135bd683c2d19d487e9c4305c6);});$marker.push(m_51e153135bd683c2d19d487e9c4305c6);}});}google.maps.event.addDomListener(window, 'load', initialize);