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(41.2828,-75.8748)};var g_1c313eb2827d6b0f5fd35324876353e7 = new google.maps.Geocoder();g_1c313eb2827d6b0f5fd35324876353e7.geocode( { 'address': "1180 Wyoming Ave, Forty Fort, PA 18704, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forty-fort-PA-cross-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('forty-fort-PA-cross-valley-federal-credit-union'), mapOptions);}document.getElementById('8541233a').innerHTML += ' | View Map';var $l1c313eb2827d6b0f5fd35324876353e7 = '

Cross Valley Federal Credit Union

Address: 1180 Wyoming Ave, Forty Fort, PA 18704, USA
Phone: (570) 823-6836
';var m_1c313eb2827d6b0f5fd35324876353e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cross Valley Federal Credit Union',});m_1c313eb2827d6b0f5fd35324876353e7['infowindow'] = new google.maps.InfoWindow({content: $l1c313eb2827d6b0f5fd35324876353e7});var infowindow = new google.maps.InfoWindow({content: $l1c313eb2827d6b0f5fd35324876353e7});google.maps.event.addListener(m_1c313eb2827d6b0f5fd35324876353e7, 'click', function() {infowindow.open(map,m_1c313eb2827d6b0f5fd35324876353e7);});$marker.push(m_1c313eb2827d6b0f5fd35324876353e7);}});}google.maps.event.addDomListener(window, 'load', initialize);