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.5856,-80.2597)};var g_205cc45cedbc6a482d96f8d068845c05 = new google.maps.Geocoder();g_205cc45cedbc6a482d96f8d068845c05.geocode( { 'address': "2283 Brodhead Rd, Aliquippa, PA 15001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aliquippa-PA-a--s-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('aliquippa-PA-a--s-federal-credit-union'), mapOptions);}document.getElementById('85f2bc7c').innerHTML += ' | View Map';var $l205cc45cedbc6a482d96f8d068845c05 = '

A & S Federal Credit Union

Address: 2283 Brodhead Rd, Aliquippa, PA 15001, USA
Phone: (724) 375-0248
';var m_205cc45cedbc6a482d96f8d068845c05 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A & S Federal Credit Union',});m_205cc45cedbc6a482d96f8d068845c05['infowindow'] = new google.maps.InfoWindow({content: $l205cc45cedbc6a482d96f8d068845c05});var infowindow = new google.maps.InfoWindow({content: $l205cc45cedbc6a482d96f8d068845c05});google.maps.event.addListener(m_205cc45cedbc6a482d96f8d068845c05, 'click', function() {infowindow.open(map,m_205cc45cedbc6a482d96f8d068845c05);});$marker.push(m_205cc45cedbc6a482d96f8d068845c05);}});}google.maps.event.addDomListener(window, 'load', initialize);