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(39.9924,-79.6242)};var g_fa3a5a1c61b7637dad3002a7a03143d3 = new google.maps.Geocoder();g_fa3a5a1c61b7637dad3002a7a03143d3.geocode( { 'address': "1253 University Dr #100, Dunbar, PA 15431, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dunbar-PA-allegheny-central-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dunbar-PA-allegheny-central-employees-federal-credit-union'), mapOptions);}document.getElementById('c457ede2').innerHTML += ' | View Map';var $lfa3a5a1c61b7637dad3002a7a03143d3 = '

Allegheny Central Employees Federal Credit Union

Address: 1253 University Dr #100, Dunbar, PA 15431, USA
Phone: (724) 628-2106
';var m_fa3a5a1c61b7637dad3002a7a03143d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allegheny Central Employees Federal Credit Union',});m_fa3a5a1c61b7637dad3002a7a03143d3['infowindow'] = new google.maps.InfoWindow({content: $lfa3a5a1c61b7637dad3002a7a03143d3});var infowindow = new google.maps.InfoWindow({content: $lfa3a5a1c61b7637dad3002a7a03143d3});google.maps.event.addListener(m_fa3a5a1c61b7637dad3002a7a03143d3, 'click', function() {infowindow.open(map,m_fa3a5a1c61b7637dad3002a7a03143d3);});$marker.push(m_fa3a5a1c61b7637dad3002a7a03143d3);}});}google.maps.event.addDomListener(window, 'load', initialize);