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.2328,-96.1344)};var g_7adf7e3474d1857cc588cefbc4d68f55 = new google.maps.Geocoder();g_7adf7e3474d1857cc588cefbc4d68f55.geocode( { 'address': "2806 S 143rd Plaza, Omaha, NE 68144, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-bank-of-nebraska-eric-sternberg').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-bank-of-nebraska-eric-sternberg'), mapOptions);}document.getElementById('6643a6c8').innerHTML += ' | View Map';var $l7adf7e3474d1857cc588cefbc4d68f55 = '

Bank of Nebraska: Eric Sternberg

Address: 2806 S 143rd Plaza, Omaha, NE 68144, USA
Phone: (402) 935-5005
';var m_7adf7e3474d1857cc588cefbc4d68f55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Nebraska: Eric Sternberg',});m_7adf7e3474d1857cc588cefbc4d68f55['infowindow'] = new google.maps.InfoWindow({content: $l7adf7e3474d1857cc588cefbc4d68f55});var infowindow = new google.maps.InfoWindow({content: $l7adf7e3474d1857cc588cefbc4d68f55});google.maps.event.addListener(m_7adf7e3474d1857cc588cefbc4d68f55, 'click', function() {infowindow.open(map,m_7adf7e3474d1857cc588cefbc4d68f55);});$marker.push(m_7adf7e3474d1857cc588cefbc4d68f55);}});}google.maps.event.addDomListener(window, 'load', initialize);