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.2202,-79.6111)};var g_471c75ee6643a10934502bdafee198fb = new google.maps.Geocoder();g_471c75ee6643a10934502bdafee198fb.geocode( { 'address': "100 Bair Blvd, New Stanton, PA 15672, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-stanton-PA-usx-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('new-stanton-PA-usx-federal-credit-union'), mapOptions);}document.getElementById('e0086028').innerHTML += ' | View Map';var $l471c75ee6643a10934502bdafee198fb = '

USX Federal Credit Union

Address: 100 Bair Blvd, New Stanton, PA 15672, USA
Phone: (724) 925-8620
';var m_471c75ee6643a10934502bdafee198fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USX Federal Credit Union',});m_471c75ee6643a10934502bdafee198fb['infowindow'] = new google.maps.InfoWindow({content: $l471c75ee6643a10934502bdafee198fb});var infowindow = new google.maps.InfoWindow({content: $l471c75ee6643a10934502bdafee198fb});google.maps.event.addListener(m_471c75ee6643a10934502bdafee198fb, 'click', function() {infowindow.open(map,m_471c75ee6643a10934502bdafee198fb);});$marker.push(m_471c75ee6643a10934502bdafee198fb);}});}google.maps.event.addDomListener(window, 'load', initialize);