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.4368,-97.3679)};var g_dd70ef41a7100975988a3cd8d61d8209 = new google.maps.Geocoder();g_dd70ef41a7100975988a3cd8d61d8209.geocode( { 'address': "2071 33rd Ave, Columbus, NE 68601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-NE-union-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('columbus-NE-union-bank--trust'), mapOptions);}document.getElementById('4da31a45').innerHTML += ' | View Map';var $ldd70ef41a7100975988a3cd8d61d8209 = '

Union Bank & Trust

Address: 2071 33rd Ave, Columbus, NE 68601, USA
Phone: (402) 564-5255
';var m_dd70ef41a7100975988a3cd8d61d8209 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank & Trust',});m_dd70ef41a7100975988a3cd8d61d8209['infowindow'] = new google.maps.InfoWindow({content: $ldd70ef41a7100975988a3cd8d61d8209});var infowindow = new google.maps.InfoWindow({content: $ldd70ef41a7100975988a3cd8d61d8209});google.maps.event.addListener(m_dd70ef41a7100975988a3cd8d61d8209, 'click', function() {infowindow.open(map,m_dd70ef41a7100975988a3cd8d61d8209);});$marker.push(m_dd70ef41a7100975988a3cd8d61d8209);}});}google.maps.event.addDomListener(window, 'load', initialize);