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

West Branch Valley Credit Union

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