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.636,-80.2291)};var g_45c8951d7a63d3827f1d45d2ac103dfd = new google.maps.Geocoder();g_45c8951d7a63d3827f1d45d2ac103dfd.geocode( { 'address': "401 State St, Baden, PA 15005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baden-PA-ambridge-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('baden-PA-ambridge-federal-credit-union'), mapOptions);}document.getElementById('e9204271').innerHTML += ' | View Map';var $l45c8951d7a63d3827f1d45d2ac103dfd = '

Ambridge Federal Credit Union

Address: 401 State St, Baden, PA 15005, USA
Phone: (724) 869-3342
';var m_45c8951d7a63d3827f1d45d2ac103dfd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ambridge Federal Credit Union',});m_45c8951d7a63d3827f1d45d2ac103dfd['infowindow'] = new google.maps.InfoWindow({content: $l45c8951d7a63d3827f1d45d2ac103dfd});var infowindow = new google.maps.InfoWindow({content: $l45c8951d7a63d3827f1d45d2ac103dfd});google.maps.event.addListener(m_45c8951d7a63d3827f1d45d2ac103dfd, 'click', function() {infowindow.open(map,m_45c8951d7a63d3827f1d45d2ac103dfd);});$marker.push(m_45c8951d7a63d3827f1d45d2ac103dfd);}});}google.maps.event.addDomListener(window, 'load', initialize);