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.2094,-96.0981)};var g_193743ea3cb83ab3290bca4e727cc598 = new google.maps.Geocoder();g_193743ea3cb83ab3290bca4e727cc598.geocode( { 'address': "4885 S 118th St #150, Omaha, NE 68137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-nebraska-credit-union-league').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-nebraska-credit-union-league'), mapOptions);}document.getElementById('98f7743b').innerHTML += ' | View Map';var $l193743ea3cb83ab3290bca4e727cc598 = '

Nebraska Credit Union League

Address: 4885 S 118th St #150, Omaha, NE 68137, USA
Phone: (402) 333-9331
';var m_193743ea3cb83ab3290bca4e727cc598 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nebraska Credit Union League',});m_193743ea3cb83ab3290bca4e727cc598['infowindow'] = new google.maps.InfoWindow({content: $l193743ea3cb83ab3290bca4e727cc598});var infowindow = new google.maps.InfoWindow({content: $l193743ea3cb83ab3290bca4e727cc598});google.maps.event.addListener(m_193743ea3cb83ab3290bca4e727cc598, 'click', function() {infowindow.open(map,m_193743ea3cb83ab3290bca4e727cc598);});$marker.push(m_193743ea3cb83ab3290bca4e727cc598);}});}google.maps.event.addDomListener(window, 'load', initialize);