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.0976,-75.982)};var g_98fea99aafdeaf301e69d074e0b9775c = new google.maps.Geocoder();g_98fea99aafdeaf301e69d074e0b9775c.geocode( { 'address': "3701 Vestal Pkwy E, Vestal, NY 13850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vestal-NY-horizons-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('vestal-NY-horizons-federal-credit-union'), mapOptions);}document.getElementById('05fe3bb2').innerHTML += ' | View Map';var $l98fea99aafdeaf301e69d074e0b9775c = '

Horizons Federal Credit Union

Address: 3701 Vestal Pkwy E, Vestal, NY 13850, USA
Phone: (607) 724-5876
';var m_98fea99aafdeaf301e69d074e0b9775c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Horizons Federal Credit Union',});m_98fea99aafdeaf301e69d074e0b9775c['infowindow'] = new google.maps.InfoWindow({content: $l98fea99aafdeaf301e69d074e0b9775c});var infowindow = new google.maps.InfoWindow({content: $l98fea99aafdeaf301e69d074e0b9775c});google.maps.event.addListener(m_98fea99aafdeaf301e69d074e0b9775c, 'click', function() {infowindow.open(map,m_98fea99aafdeaf301e69d074e0b9775c);});$marker.push(m_98fea99aafdeaf301e69d074e0b9775c);}});}google.maps.event.addDomListener(window, 'load', initialize);