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.0286,-78.4846)};var g_50720306abc5211afbd0b4dfa271120e = new google.maps.Geocoder();g_50720306abc5211afbd0b4dfa271120e.geocode( { 'address': "442 Chalybeate Rd, Bedford, PA 15522, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bedford-PA-kennaford-fcu').style.display = '';map = new google.maps.Map(document.getElementById('bedford-PA-kennaford-fcu'), mapOptions);}document.getElementById('18d2c902').innerHTML += ' | View Map';var $l50720306abc5211afbd0b4dfa271120e = '

Kennaford FCU

Address: 442 Chalybeate Rd, Bedford, PA 15522, USA
Phone: (814) 623-4425
';var m_50720306abc5211afbd0b4dfa271120e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kennaford FCU',});m_50720306abc5211afbd0b4dfa271120e['infowindow'] = new google.maps.InfoWindow({content: $l50720306abc5211afbd0b4dfa271120e});var infowindow = new google.maps.InfoWindow({content: $l50720306abc5211afbd0b4dfa271120e});google.maps.event.addListener(m_50720306abc5211afbd0b4dfa271120e, 'click', function() {infowindow.open(map,m_50720306abc5211afbd0b4dfa271120e);});$marker.push(m_50720306abc5211afbd0b4dfa271120e);}});}google.maps.event.addDomListener(window, 'load', initialize);