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.2674,-77.0351)};var g_7bb81980968b3c9c81b2d5ba0e55696e = new google.maps.Geocoder();g_7bb81980968b3c9c81b2d5ba0e55696e.geocode( { 'address': "1640 High St, Williamsport, PA 17701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-west-branch-valley-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-west-branch-valley-federal-credit-union'), mapOptions);}document.getElementById('08b04d7a').innerHTML += ' | View Map';var $l7bb81980968b3c9c81b2d5ba0e55696e = '

West Branch Valley Federal Credit Union

Address: 1640 High St, Williamsport, PA 17701
Phone: (570) 323-9407
';var m_7bb81980968b3c9c81b2d5ba0e55696e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Branch Valley Federal Credit Union',});m_7bb81980968b3c9c81b2d5ba0e55696e['infowindow'] = new google.maps.InfoWindow({content: $l7bb81980968b3c9c81b2d5ba0e55696e});var infowindow = new google.maps.InfoWindow({content: $l7bb81980968b3c9c81b2d5ba0e55696e});google.maps.event.addListener(m_7bb81980968b3c9c81b2d5ba0e55696e, 'click', function() {infowindow.open(map,m_7bb81980968b3c9c81b2d5ba0e55696e);});$marker.push(m_7bb81980968b3c9c81b2d5ba0e55696e);}});}google.maps.event.addDomListener(window, 'load', initialize);