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(41.2323,-96.1062)};var g_e303f36c215796bbb26abd860d8386ac = new google.maps.Geocoder();g_e303f36c215796bbb26abd860d8386ac.geocode( { 'address': "2840 S 123rd Ct, Omaha, NE 68144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-nelnet').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-nelnet'), mapOptions);}document.getElementById('48b1fea0').innerHTML += ' | View Map';var $le303f36c215796bbb26abd860d8386ac = '

Nelnet

Address: 2840 S 123rd Ct, Omaha, NE 68144, USA
Phone: (888) 486-4722
';var m_e303f36c215796bbb26abd860d8386ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nelnet',});m_e303f36c215796bbb26abd860d8386ac['infowindow'] = new google.maps.InfoWindow({content: $le303f36c215796bbb26abd860d8386ac});var infowindow = new google.maps.InfoWindow({content: $le303f36c215796bbb26abd860d8386ac});google.maps.event.addListener(m_e303f36c215796bbb26abd860d8386ac, 'click', function() {infowindow.open(map,m_e303f36c215796bbb26abd860d8386ac);});$marker.push(m_e303f36c215796bbb26abd860d8386ac);}});}google.maps.event.addDomListener(window, 'load', initialize);