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()};var g_75df63609809c7a2052fdffe5c00a84e = new google.maps.Geocoder();g_75df63609809c7a2052fdffe5c00a84e.geocode( { 'address': "100 Corporate Parkway, Amherst, NY 14226"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-NY-tiaa-cref-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('amherst-NY-tiaa-cref-financial-services'), mapOptions);}document.getElementById('af654938').innerHTML += ' | View Map';var $l75df63609809c7a2052fdffe5c00a84e = '

TIAA-CREF Financial Services

Address: 100 Corporate Parkway, Amherst, NY 14226
Phone: (716) 862-5910
';var m_75df63609809c7a2052fdffe5c00a84e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TIAA-CREF Financial Services',});m_75df63609809c7a2052fdffe5c00a84e['infowindow'] = new google.maps.InfoWindow({content: $l75df63609809c7a2052fdffe5c00a84e});var infowindow = new google.maps.InfoWindow({content: $l75df63609809c7a2052fdffe5c00a84e});google.maps.event.addListener(m_75df63609809c7a2052fdffe5c00a84e, 'click', function() {infowindow.open(map,m_75df63609809c7a2052fdffe5c00a84e);});$marker.push(m_75df63609809c7a2052fdffe5c00a84e);}});}google.maps.event.addDomListener(window, 'load', initialize);