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.8192,-74.2987)};var g_fbfa41767a3f59542bfae694ad57c52b = new google.maps.Geocoder();g_fbfa41767a3f59542bfae694ad57c52b.geocode( { 'address': "5 Becker Farm Road, Roseland, NJ 07068"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseland-NJ-tiaa-cref-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('roseland-NJ-tiaa-cref-financial-services'), mapOptions);}document.getElementById('21cd02a0').innerHTML += ' | View Map';var $lfbfa41767a3f59542bfae694ad57c52b = '

TIAA-CREF Financial Services

Address: 5 Becker Farm Road, Roseland, NJ 07068
Phone: (973) 422-3700
';var m_fbfa41767a3f59542bfae694ad57c52b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TIAA-CREF Financial Services',});m_fbfa41767a3f59542bfae694ad57c52b['infowindow'] = new google.maps.InfoWindow({content: $lfbfa41767a3f59542bfae694ad57c52b});var infowindow = new google.maps.InfoWindow({content: $lfbfa41767a3f59542bfae694ad57c52b});google.maps.event.addListener(m_fbfa41767a3f59542bfae694ad57c52b, 'click', function() {infowindow.open(map,m_fbfa41767a3f59542bfae694ad57c52b);});$marker.push(m_fbfa41767a3f59542bfae694ad57c52b);}});}google.maps.event.addDomListener(window, 'load', initialize);