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.3435,-79.9404)};var g_7297cd430ed62d59984b23c1cc763e98 = new google.maps.Geocoder();g_7297cd430ed62d59984b23c1cc763e98.geocode( { 'address': "6010 Mountain View Dr, West Mifflin, PA 15122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-mifflin-PA-united-community-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('west-mifflin-PA-united-community-federal-cu'), mapOptions);}document.getElementById('f1e35675').innerHTML += ' | View Map';var $l7297cd430ed62d59984b23c1cc763e98 = '

United Community Federal Cu

Address: 6010 Mountain View Dr, West Mifflin, PA 15122, USA
Phone: (412) 653-8000
';var m_7297cd430ed62d59984b23c1cc763e98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Federal Cu',});m_7297cd430ed62d59984b23c1cc763e98['infowindow'] = new google.maps.InfoWindow({content: $l7297cd430ed62d59984b23c1cc763e98});var infowindow = new google.maps.InfoWindow({content: $l7297cd430ed62d59984b23c1cc763e98});google.maps.event.addListener(m_7297cd430ed62d59984b23c1cc763e98, 'click', function() {infowindow.open(map,m_7297cd430ed62d59984b23c1cc763e98);});$marker.push(m_7297cd430ed62d59984b23c1cc763e98);}});}google.maps.event.addDomListener(window, 'load', initialize);