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.2332,-76.9983)};var g_d512072142e1ad9552ad47878ef9c35c = new google.maps.Geocoder();g_d512072142e1ad9552ad47878ef9c35c.geocode( { 'address': "302 Matthews Blvd, Williamsport, PA 17702, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-williamsport-teachers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-williamsport-teachers-credit-union'), mapOptions);}document.getElementById('466921fe').innerHTML += ' | View Map';var $ld512072142e1ad9552ad47878ef9c35c = '

Williamsport Teachers Credit Union

Address: 302 Matthews Blvd, Williamsport, PA 17702, USA
Phone: (570) 323-6468
';var m_d512072142e1ad9552ad47878ef9c35c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Williamsport Teachers Credit Union',});m_d512072142e1ad9552ad47878ef9c35c['infowindow'] = new google.maps.InfoWindow({content: $ld512072142e1ad9552ad47878ef9c35c});var infowindow = new google.maps.InfoWindow({content: $ld512072142e1ad9552ad47878ef9c35c});google.maps.event.addListener(m_d512072142e1ad9552ad47878ef9c35c, 'click', function() {infowindow.open(map,m_d512072142e1ad9552ad47878ef9c35c);});$marker.push(m_d512072142e1ad9552ad47878ef9c35c);}});}google.maps.event.addDomListener(window, 'load', initialize);