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.2622,-95.9313)};var g_e6a88d08e6f74bd95b169002762b1841 = new google.maps.Geocoder();g_e6a88d08e6f74bd95b169002762b1841.geocode( { 'address': "10040 Regency Cir, Omaha, NE 68114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-united-banker-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-united-banker-s-bank'), mapOptions);}document.getElementById('fefb39f3').innerHTML += ' | View Map';var $le6a88d08e6f74bd95b169002762b1841 = '

United Banker's Bank

Address: 10040 Regency Cir, Omaha, NE 68114
Phone: (402) 932-3329
';var m_e6a88d08e6f74bd95b169002762b1841 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Banker's Bank',});m_e6a88d08e6f74bd95b169002762b1841['infowindow'] = new google.maps.InfoWindow({content: $le6a88d08e6f74bd95b169002762b1841});var infowindow = new google.maps.InfoWindow({content: $le6a88d08e6f74bd95b169002762b1841});google.maps.event.addListener(m_e6a88d08e6f74bd95b169002762b1841, 'click', function() {infowindow.open(map,m_e6a88d08e6f74bd95b169002762b1841);});$marker.push(m_e6a88d08e6f74bd95b169002762b1841);}});}google.maps.event.addDomListener(window, 'load', initialize);