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.8238,-96.7751)};var g_dbfce512dcdabc6b6e2724b6ec44efda = new google.maps.Geocoder();g_dbfce512dcdabc6b6e2724b6ec44efda.geocode( { 'address': "411 S 13th St, Lincoln, NE 68508"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lincoln-NE-bankers-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('lincoln-NE-bankers-bank-of-the-west'), mapOptions);}document.getElementById('8ecd4101').innerHTML += ' | View Map';var $ldbfce512dcdabc6b6e2724b6ec44efda = '

Bankers' Bank Of The West

Address: 411 S 13th St, Lincoln, NE 68508
Phone: (402) 476-0400
';var m_dbfce512dcdabc6b6e2724b6ec44efda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bankers' Bank Of The West',});m_dbfce512dcdabc6b6e2724b6ec44efda['infowindow'] = new google.maps.InfoWindow({content: $ldbfce512dcdabc6b6e2724b6ec44efda});var infowindow = new google.maps.InfoWindow({content: $ldbfce512dcdabc6b6e2724b6ec44efda});google.maps.event.addListener(m_dbfce512dcdabc6b6e2724b6ec44efda, 'click', function() {infowindow.open(map,m_dbfce512dcdabc6b6e2724b6ec44efda);});$marker.push(m_dbfce512dcdabc6b6e2724b6ec44efda);}});}google.maps.event.addDomListener(window, 'load', initialize);