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.4456,-76.4964)};var g_ba3866600c3540f67c1e9575e213be0a = new google.maps.Geocoder();g_ba3866600c3540f67c1e9575e213be0a.geocode( { 'address': "131 East Green Street, Ithaca, NY 14850"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-tiaa-cref-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-tiaa-cref-financial-services'), mapOptions);}document.getElementById('0f60d003').innerHTML += ' | View Map';var $lba3866600c3540f67c1e9575e213be0a = '

TIAA-CREF Financial Services

Address: 131 East Green Street, Ithaca, NY 14850
Phone: (607) 274-6450
';var m_ba3866600c3540f67c1e9575e213be0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TIAA-CREF Financial Services',});m_ba3866600c3540f67c1e9575e213be0a['infowindow'] = new google.maps.InfoWindow({content: $lba3866600c3540f67c1e9575e213be0a});var infowindow = new google.maps.InfoWindow({content: $lba3866600c3540f67c1e9575e213be0a});google.maps.event.addListener(m_ba3866600c3540f67c1e9575e213be0a, 'click', function() {infowindow.open(map,m_ba3866600c3540f67c1e9575e213be0a);});$marker.push(m_ba3866600c3540f67c1e9575e213be0a);}});}google.maps.event.addDomListener(window, 'load', initialize);