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.244,-75.8641)};var g_2f288d64ad0efe3ebc5f7ad1a464299c = new google.maps.Geocoder();g_2f288d64ad0efe3ebc5f7ad1a464299c.geocode( { 'address': "280 N Sherman St, Wilkes-Barre, PA 18702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilkes-barre-PA-cross-valley-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wilkes-barre-PA-cross-valley-credit-union'), mapOptions);}document.getElementById('cc0fb825').innerHTML += ' | View Map';var $l2f288d64ad0efe3ebc5f7ad1a464299c = '

Cross Valley Credit Union

Address: 280 N Sherman St, Wilkes-Barre, PA 18702, USA
Phone: (570) 823-6836
';var m_2f288d64ad0efe3ebc5f7ad1a464299c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cross Valley Credit Union',});m_2f288d64ad0efe3ebc5f7ad1a464299c['infowindow'] = new google.maps.InfoWindow({content: $l2f288d64ad0efe3ebc5f7ad1a464299c});var infowindow = new google.maps.InfoWindow({content: $l2f288d64ad0efe3ebc5f7ad1a464299c});google.maps.event.addListener(m_2f288d64ad0efe3ebc5f7ad1a464299c, 'click', function() {infowindow.open(map,m_2f288d64ad0efe3ebc5f7ad1a464299c);});$marker.push(m_2f288d64ad0efe3ebc5f7ad1a464299c);}});}google.maps.event.addDomListener(window, 'load', initialize);