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.7471,-73.7679)};var g_6ec16691f352fb97c3b595905c10b596 = new google.maps.Geocoder();g_6ec16691f352fb97c3b595905c10b596.geocode( { 'address': "43 British American Blvd, Latham, NY 12110"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('latham-NY-tiaa-cref-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('latham-NY-tiaa-cref-financial-services'), mapOptions);}document.getElementById('d5d9798b').innerHTML += ' | View Map';var $l6ec16691f352fb97c3b595905c10b596 = '

TIAA-CREF Financial Services

Address: 43 British American Blvd, Latham, NY 12110
Phone: (518) 786-5900
';var m_6ec16691f352fb97c3b595905c10b596 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TIAA-CREF Financial Services',});m_6ec16691f352fb97c3b595905c10b596['infowindow'] = new google.maps.InfoWindow({content: $l6ec16691f352fb97c3b595905c10b596});var infowindow = new google.maps.InfoWindow({content: $l6ec16691f352fb97c3b595905c10b596});google.maps.event.addListener(m_6ec16691f352fb97c3b595905c10b596, 'click', function() {infowindow.open(map,m_6ec16691f352fb97c3b595905c10b596);});$marker.push(m_6ec16691f352fb97c3b595905c10b596);}});}google.maps.event.addDomListener(window, 'load', initialize);