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(40.4959,-86.9672)};var g_333c94c626650d7d15db8c5a1ec1c6fa = new google.maps.Geocoder();g_333c94c626650d7d15db8c5a1ec1c6fa.geocode( { 'address': "1435 Win Hentschel Blvd, West Lafayette, IN 47906"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-lafayette-IN-tiaa-cref-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('west-lafayette-IN-tiaa-cref-financial-services'), mapOptions);}document.getElementById('a96b08a3').innerHTML += ' | View Map';var $l333c94c626650d7d15db8c5a1ec1c6fa = '

TIAA-CREF Financial Services

Address: 1435 Win Hentschel Blvd, West Lafayette, IN 47906
Phone: (765) 497-8740
';var m_333c94c626650d7d15db8c5a1ec1c6fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TIAA-CREF Financial Services',});m_333c94c626650d7d15db8c5a1ec1c6fa['infowindow'] = new google.maps.InfoWindow({content: $l333c94c626650d7d15db8c5a1ec1c6fa});var infowindow = new google.maps.InfoWindow({content: $l333c94c626650d7d15db8c5a1ec1c6fa});google.maps.event.addListener(m_333c94c626650d7d15db8c5a1ec1c6fa, 'click', function() {infowindow.open(map,m_333c94c626650d7d15db8c5a1ec1c6fa);});$marker.push(m_333c94c626650d7d15db8c5a1ec1c6fa);}});}google.maps.event.addDomListener(window, 'load', initialize);