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.6743,-80.3104)};var g_4004ad4c2fccd1509527d1a9f65e2d45 = new google.maps.Geocoder();g_4004ad4c2fccd1509527d1a9f65e2d45.geocode( { 'address': "101 Golfview Dr, Monaca, PA 15061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monaca-PA-new-alliance-federal-credit-union-center-twp').style.display = '';map = new google.maps.Map(document.getElementById('monaca-PA-new-alliance-federal-credit-union-center-twp'), mapOptions);}document.getElementById('1bbb5569').innerHTML += ' | View Map';var $l4004ad4c2fccd1509527d1a9f65e2d45 = '

New Alliance Federal Credit Union (Center Twp.)

Address: 101 Golfview Dr, Monaca, PA 15061, USA
Phone: (724) 728-1789
';var m_4004ad4c2fccd1509527d1a9f65e2d45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Alliance Federal Credit Union (Center Twp.)',});m_4004ad4c2fccd1509527d1a9f65e2d45['infowindow'] = new google.maps.InfoWindow({content: $l4004ad4c2fccd1509527d1a9f65e2d45});var infowindow = new google.maps.InfoWindow({content: $l4004ad4c2fccd1509527d1a9f65e2d45});google.maps.event.addListener(m_4004ad4c2fccd1509527d1a9f65e2d45, 'click', function() {infowindow.open(map,m_4004ad4c2fccd1509527d1a9f65e2d45);});$marker.push(m_4004ad4c2fccd1509527d1a9f65e2d45);}});}google.maps.event.addDomListener(window, 'load', initialize);