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.4384,-76.4974)};var g_b42cd7198ff1d832fc7b8f6e3a187ad3 = new google.maps.Geocoder();g_b42cd7198ff1d832fc7b8f6e3a187ad3.geocode( { 'address': "131 E Green St #4, Ithaca, NY 14850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ithaca-NY-tiaa-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('ithaca-NY-tiaa-financial-services'), mapOptions);}document.getElementById('c13154b7').innerHTML += ' | View Map';var $lb42cd7198ff1d832fc7b8f6e3a187ad3 = '

TIAA Financial Services

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