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.248,-76.9845)};var g_799fc232a527e7a7d6435c945083a329 = new google.maps.Geocoder();g_799fc232a527e7a7d6435c945083a329.geocode( { 'address': "1007 E 3rd St, Williamsport, PA 17701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsport-PA-horizon-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('williamsport-PA-horizon-federal-credit-union'), mapOptions);}document.getElementById('509f7097').innerHTML += ' | View Map';var $l799fc232a527e7a7d6435c945083a329 = '

Horizon Federal Credit Union

Address: 1007 E 3rd St, Williamsport, PA 17701, USA
Phone: (570) 326-3636
';var m_799fc232a527e7a7d6435c945083a329 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Federal Credit Union',});m_799fc232a527e7a7d6435c945083a329['infowindow'] = new google.maps.InfoWindow({content: $l799fc232a527e7a7d6435c945083a329});var infowindow = new google.maps.InfoWindow({content: $l799fc232a527e7a7d6435c945083a329});google.maps.event.addListener(m_799fc232a527e7a7d6435c945083a329, 'click', function() {infowindow.open(map,m_799fc232a527e7a7d6435c945083a329);});$marker.push(m_799fc232a527e7a7d6435c945083a329);}});}google.maps.event.addDomListener(window, 'load', initialize);