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.6096,-80.0889)};var g_01fd22ffdf9a9b247cbd1227c897ef48 = new google.maps.Geocoder();g_01fd22ffdf9a9b247cbd1227c897ef48.geocode( { 'address': "2000 Corporate Dr #200, Wexford, PA 15090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wexford-PA-allegent-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wexford-PA-allegent-community-federal-credit-union'), mapOptions);}document.getElementById('5ba60b9b').innerHTML += ' | View Map';var $l01fd22ffdf9a9b247cbd1227c897ef48 = '

Allegent Community Federal Credit Union

Address: 2000 Corporate Dr #200, Wexford, PA 15090, USA
Phone: (412) 642-2875
';var m_01fd22ffdf9a9b247cbd1227c897ef48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Allegent Community Federal Credit Union',});m_01fd22ffdf9a9b247cbd1227c897ef48['infowindow'] = new google.maps.InfoWindow({content: $l01fd22ffdf9a9b247cbd1227c897ef48});var infowindow = new google.maps.InfoWindow({content: $l01fd22ffdf9a9b247cbd1227c897ef48});google.maps.event.addListener(m_01fd22ffdf9a9b247cbd1227c897ef48, 'click', function() {infowindow.open(map,m_01fd22ffdf9a9b247cbd1227c897ef48);});$marker.push(m_01fd22ffdf9a9b247cbd1227c897ef48);}});}google.maps.event.addDomListener(window, 'load', initialize);