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.2999,-79.5561)};var g_a6c6526d0332494f21a6ff71079f9a7d = new google.maps.Geocoder();g_a6c6526d0332494f21a6ff71079f9a7d.geocode( { 'address': "S Washington Ave, Greensburg, PA 15601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greensburg-PA-ux-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('greensburg-PA-ux-federal-credit-union'), mapOptions);}document.getElementById('d91f0dfd').innerHTML += ' | View Map';var $la6c6526d0332494f21a6ff71079f9a7d = '

U$x Federal Credit Union

Address: S Washington Ave, Greensburg, PA 15601, USA
Phone:
';var m_a6c6526d0332494f21a6ff71079f9a7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U$x Federal Credit Union',});m_a6c6526d0332494f21a6ff71079f9a7d['infowindow'] = new google.maps.InfoWindow({content: $la6c6526d0332494f21a6ff71079f9a7d});var infowindow = new google.maps.InfoWindow({content: $la6c6526d0332494f21a6ff71079f9a7d});google.maps.event.addListener(m_a6c6526d0332494f21a6ff71079f9a7d, 'click', function() {infowindow.open(map,m_a6c6526d0332494f21a6ff71079f9a7d);});$marker.push(m_a6c6526d0332494f21a6ff71079f9a7d);}});}google.maps.event.addDomListener(window, 'load', initialize);