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.258,-96.1969)};var g_c8305bd51c307acac524d4db1358f39a = new google.maps.Geocoder();g_c8305bd51c307acac524d4db1358f39a.geocode( { 'address': "111 181st St, Elkhorn, NE 68022, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-NE-united-republic-bank').style.display = '';map = new google.maps.Map(document.getElementById('omaha-NE-united-republic-bank'), mapOptions);}document.getElementById('85690995').innerHTML += ' | View Map';var $lc8305bd51c307acac524d4db1358f39a = '

United Republic Bank

Address: 111 181st St, Elkhorn, NE 68022, USA
Phone: (402) 505-8500
';var m_c8305bd51c307acac524d4db1358f39a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Republic Bank',});m_c8305bd51c307acac524d4db1358f39a['infowindow'] = new google.maps.InfoWindow({content: $lc8305bd51c307acac524d4db1358f39a});var infowindow = new google.maps.InfoWindow({content: $lc8305bd51c307acac524d4db1358f39a});google.maps.event.addListener(m_c8305bd51c307acac524d4db1358f39a, 'click', function() {infowindow.open(map,m_c8305bd51c307acac524d4db1358f39a);});$marker.push(m_c8305bd51c307acac524d4db1358f39a);}});}google.maps.event.addDomListener(window, 'load', initialize);