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.4363,-76.4622)};var g_614484cb68d6a51ba0e36f9794ee38fc = new google.maps.Geocoder();g_614484cb68d6a51ba0e36f9794ee38fc.geocode( { 'address': "1022 Ellis Hollow Rd, Ithaca, NY 14850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-cornell-fingerlakes-cu').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-cornell-fingerlakes-cu'), mapOptions);}document.getElementById('a31f6128').innerHTML += ' | View Map';var $l614484cb68d6a51ba0e36f9794ee38fc = '

Cornell Fingerlakes CU

Address: 1022 Ellis Hollow Rd, Ithaca, NY 14850, USA
Phone: (607) 277-1292
';var m_614484cb68d6a51ba0e36f9794ee38fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cornell Fingerlakes CU',});m_614484cb68d6a51ba0e36f9794ee38fc['infowindow'] = new google.maps.InfoWindow({content: $l614484cb68d6a51ba0e36f9794ee38fc});var infowindow = new google.maps.InfoWindow({content: $l614484cb68d6a51ba0e36f9794ee38fc});google.maps.event.addListener(m_614484cb68d6a51ba0e36f9794ee38fc, 'click', function() {infowindow.open(map,m_614484cb68d6a51ba0e36f9794ee38fc);});$marker.push(m_614484cb68d6a51ba0e36f9794ee38fc);}});}google.maps.event.addDomListener(window, 'load', initialize);