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.5846,-79.7051)};var g_566c07e6b6557b529e6b411d2dc8042c = new google.maps.Geocoder();g_566c07e6b6557b529e6b411d2dc8042c.geocode( { 'address': "3271 Leechburg Rd, Lower Burrell, PA 15068, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lower-burrell-PA-a-k-valley-fcu').style.display = '';map = new google.maps.Map(document.getElementById('lower-burrell-PA-a-k-valley-fcu'), mapOptions);}document.getElementById('137abd90').innerHTML += ' | View Map';var $l566c07e6b6557b529e6b411d2dc8042c = '

A K Valley FCU

Address: 3271 Leechburg Rd, Lower Burrell, PA 15068, USA
Phone: (724) 335-3959
';var m_566c07e6b6557b529e6b411d2dc8042c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A K Valley FCU',});m_566c07e6b6557b529e6b411d2dc8042c['infowindow'] = new google.maps.InfoWindow({content: $l566c07e6b6557b529e6b411d2dc8042c});var infowindow = new google.maps.InfoWindow({content: $l566c07e6b6557b529e6b411d2dc8042c});google.maps.event.addListener(m_566c07e6b6557b529e6b411d2dc8042c, 'click', function() {infowindow.open(map,m_566c07e6b6557b529e6b411d2dc8042c);});$marker.push(m_566c07e6b6557b529e6b411d2dc8042c);}});}google.maps.event.addDomListener(window, 'load', initialize);