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.266,-96.7475)};var g_e8d1d580acca09a45bc2b08607d6c71e = new google.maps.Geocoder();g_e8d1d580acca09a45bc2b08607d6c71e.geocode( { 'address': "508 Court St, Beatrice, NE 68310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beatrice-NE-union-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('beatrice-NE-union-bank--trust'), mapOptions);}document.getElementById('7b7b558d').innerHTML += ' | View Map';var $le8d1d580acca09a45bc2b08607d6c71e = '

Union Bank & Trust

Address: 508 Court St, Beatrice, NE 68310, USA
Phone: (402) 228-2201
';var m_e8d1d580acca09a45bc2b08607d6c71e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank & Trust',});m_e8d1d580acca09a45bc2b08607d6c71e['infowindow'] = new google.maps.InfoWindow({content: $le8d1d580acca09a45bc2b08607d6c71e});var infowindow = new google.maps.InfoWindow({content: $le8d1d580acca09a45bc2b08607d6c71e});google.maps.event.addListener(m_e8d1d580acca09a45bc2b08607d6c71e, 'click', function() {infowindow.open(map,m_e8d1d580acca09a45bc2b08607d6c71e);});$marker.push(m_e8d1d580acca09a45bc2b08607d6c71e);}});}google.maps.event.addDomListener(window, 'load', initialize);