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(42.118,-76.0192)};var g_d9eec7a839b620665889f4671e824b80 = new google.maps.Geocoder();g_d9eec7a839b620665889f4671e824b80.geocode( { 'address': "519 Hooper Rd, Endicott, NY 13760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('endicott-NY-horizons-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('endicott-NY-horizons-federal-credit-union'), mapOptions);}document.getElementById('410a6f35').innerHTML += ' | View Map';var $ld9eec7a839b620665889f4671e824b80 = '

Horizons Federal Credit Union

Address: 519 Hooper Rd, Endicott, NY 13760, USA
Phone: (607) 724-5876
';var m_d9eec7a839b620665889f4671e824b80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizons Federal Credit Union',});m_d9eec7a839b620665889f4671e824b80['infowindow'] = new google.maps.InfoWindow({content: $ld9eec7a839b620665889f4671e824b80});var infowindow = new google.maps.InfoWindow({content: $ld9eec7a839b620665889f4671e824b80});google.maps.event.addListener(m_d9eec7a839b620665889f4671e824b80, 'click', function() {infowindow.open(map,m_d9eec7a839b620665889f4671e824b80);});$marker.push(m_d9eec7a839b620665889f4671e824b80);}});}google.maps.event.addDomListener(window, 'load', initialize);