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(39.9073,-86.0544)};var g_89cbf94d5120147575bd4abbb53d079b = new google.maps.Geocoder();g_89cbf94d5120147575bd4abbb53d079b.geocode( { 'address': "8425 Woodfield Crossing Blvd, Indianapolis, IN 46240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indianapolis-IN-sallie-mae').style.display = '';map = new google.maps.Map(document.getElementById('indianapolis-IN-sallie-mae'), mapOptions);}document.getElementById('15a18605').innerHTML += ' | View Map';var $l89cbf94d5120147575bd4abbb53d079b = '

Sallie Mae

Address: 8425 Woodfield Crossing Blvd, Indianapolis, IN 46240, USA
Phone: (800) 472-5543
';var m_89cbf94d5120147575bd4abbb53d079b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sallie Mae',});m_89cbf94d5120147575bd4abbb53d079b['infowindow'] = new google.maps.InfoWindow({content: $l89cbf94d5120147575bd4abbb53d079b});var infowindow = new google.maps.InfoWindow({content: $l89cbf94d5120147575bd4abbb53d079b});google.maps.event.addListener(m_89cbf94d5120147575bd4abbb53d079b, 'click', function() {infowindow.open(map,m_89cbf94d5120147575bd4abbb53d079b);});$marker.push(m_89cbf94d5120147575bd4abbb53d079b);}});}google.maps.event.addDomListener(window, 'load', initialize);