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.1014,-75.9266)};var g_70c96c4ef725a5fd488815d60a1ec206 = new google.maps.Geocoder();g_70c96c4ef725a5fd488815d60a1ec206.geocode( { 'address': "120 Main St, Binghamton, NY 13905, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('binghamton-NY-horizons-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('binghamton-NY-horizons-federal-credit-union'), mapOptions);}document.getElementById('50f30458').innerHTML += ' | View Map';var $l70c96c4ef725a5fd488815d60a1ec206 = '

Horizons Federal Credit Union

Address: 120 Main St, Binghamton, NY 13905, USA
Phone: (607) 724-5876
';var m_70c96c4ef725a5fd488815d60a1ec206 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizons Federal Credit Union',});m_70c96c4ef725a5fd488815d60a1ec206['infowindow'] = new google.maps.InfoWindow({content: $l70c96c4ef725a5fd488815d60a1ec206});var infowindow = new google.maps.InfoWindow({content: $l70c96c4ef725a5fd488815d60a1ec206});google.maps.event.addListener(m_70c96c4ef725a5fd488815d60a1ec206, 'click', function() {infowindow.open(map,m_70c96c4ef725a5fd488815d60a1ec206);});$marker.push(m_70c96c4ef725a5fd488815d60a1ec206);}});}google.maps.event.addDomListener(window, 'load', initialize);