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.3384,-79.9126)};var g_346a9f91e87b97a843d0a27fc5643fd3 = new google.maps.Geocoder();g_346a9f91e87b97a843d0a27fc5643fd3.geocode( { 'address': "1301 Camp Hollow Rd, West Mifflin, PA 15122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-mifflin-PA-irvin-works-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('west-mifflin-PA-irvin-works-fed-credit-union'), mapOptions);}document.getElementById('233a1c49').innerHTML += ' | View Map';var $l346a9f91e87b97a843d0a27fc5643fd3 = '

Irvin Works Fed Credit Union

Address: 1301 Camp Hollow Rd, West Mifflin, PA 15122, USA
Phone: (412) 469-0410
';var m_346a9f91e87b97a843d0a27fc5643fd3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Irvin Works Fed Credit Union',});m_346a9f91e87b97a843d0a27fc5643fd3['infowindow'] = new google.maps.InfoWindow({content: $l346a9f91e87b97a843d0a27fc5643fd3});var infowindow = new google.maps.InfoWindow({content: $l346a9f91e87b97a843d0a27fc5643fd3});google.maps.event.addListener(m_346a9f91e87b97a843d0a27fc5643fd3, 'click', function() {infowindow.open(map,m_346a9f91e87b97a843d0a27fc5643fd3);});$marker.push(m_346a9f91e87b97a843d0a27fc5643fd3);}});}google.maps.event.addDomListener(window, 'load', initialize);