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.638,-80.2427)};var g_dfc815469e9a428e489a065dc841e0fd = new google.maps.Geocoder();g_dfc815469e9a428e489a065dc841e0fd.geocode( { 'address': "300 Main Ave, Aliquippa, PA 15001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aliquippa-PA-new-alliance-fcu').style.display = '';map = new google.maps.Map(document.getElementById('aliquippa-PA-new-alliance-fcu'), mapOptions);}document.getElementById('6040c858').innerHTML += ' | View Map';var $ldfc815469e9a428e489a065dc841e0fd = '

New Alliance FCU

Address: 300 Main Ave, Aliquippa, PA 15001, USA
Phone: (724) 378-6557
';var m_dfc815469e9a428e489a065dc841e0fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Alliance FCU',});m_dfc815469e9a428e489a065dc841e0fd['infowindow'] = new google.maps.InfoWindow({content: $ldfc815469e9a428e489a065dc841e0fd});var infowindow = new google.maps.InfoWindow({content: $ldfc815469e9a428e489a065dc841e0fd});google.maps.event.addListener(m_dfc815469e9a428e489a065dc841e0fd, 'click', function() {infowindow.open(map,m_dfc815469e9a428e489a065dc841e0fd);});$marker.push(m_dfc815469e9a428e489a065dc841e0fd);}});}google.maps.event.addDomListener(window, 'load', initialize);