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.2098,-96.6228)};var g_c86d8aea1b6e9c6a9503a2cecea55b13 = new google.maps.Geocoder();g_c86d8aea1b6e9c6a9503a2cecea55b13.geocode( { 'address': "328 W 3rd St, Wahoo, NE 68066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wahoo-NE-union-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('wahoo-NE-union-bank-trust-co'), mapOptions);}document.getElementById('a9be8c12').innerHTML += ' | View Map';var $lc86d8aea1b6e9c6a9503a2cecea55b13 = '

Union Bank & Trust Co

Address: 328 W 3rd St, Wahoo, NE 68066
Phone: (402) 443-4128
';var m_c86d8aea1b6e9c6a9503a2cecea55b13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank & Trust Co',});m_c86d8aea1b6e9c6a9503a2cecea55b13['infowindow'] = new google.maps.InfoWindow({content: $lc86d8aea1b6e9c6a9503a2cecea55b13});var infowindow = new google.maps.InfoWindow({content: $lc86d8aea1b6e9c6a9503a2cecea55b13});google.maps.event.addListener(m_c86d8aea1b6e9c6a9503a2cecea55b13, 'click', function() {infowindow.open(map,m_c86d8aea1b6e9c6a9503a2cecea55b13);});$marker.push(m_c86d8aea1b6e9c6a9503a2cecea55b13);}});}google.maps.event.addDomListener(window, 'load', initialize);