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.1344,-77.4516)};var g_416955e0a52d896329886f4c98151ab9 = new google.maps.Geocoder();g_416955e0a52d896329886f4c98151ab9.geocode( { 'address': "217 W Bald Eagle St, Lock Haven, PA 17745, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lock-haven-PA-horizon-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('lock-haven-PA-horizon-federal-credit-union'), mapOptions);}document.getElementById('add255e5').innerHTML += ' | View Map';var $l416955e0a52d896329886f4c98151ab9 = '

Horizon Federal Credit Union

Address: 217 W Bald Eagle St, Lock Haven, PA 17745, USA
Phone: (570) 748-4553
';var m_416955e0a52d896329886f4c98151ab9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizon Federal Credit Union',});m_416955e0a52d896329886f4c98151ab9['infowindow'] = new google.maps.InfoWindow({content: $l416955e0a52d896329886f4c98151ab9});var infowindow = new google.maps.InfoWindow({content: $l416955e0a52d896329886f4c98151ab9});google.maps.event.addListener(m_416955e0a52d896329886f4c98151ab9, 'click', function() {infowindow.open(map,m_416955e0a52d896329886f4c98151ab9);});$marker.push(m_416955e0a52d896329886f4c98151ab9);}});}google.maps.event.addDomListener(window, 'load', initialize);