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.8718,-97.5879)};var g_a222d1809a950038d4d8367af6e377e3 = new google.maps.Geocoder();g_a222d1809a950038d4d8367af6e377e3.geocode( { 'address': "502 N Grant Ave, York, NE 68467"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-NE-union-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('york-NE-union-bank-trust-co'), mapOptions);}document.getElementById('aea899a8').innerHTML += ' | View Map';var $la222d1809a950038d4d8367af6e377e3 = '

Union Bank & Trust Co

Address: 502 N Grant Ave, York, NE 68467
Phone: (402) 362-7736
';var m_a222d1809a950038d4d8367af6e377e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank & Trust Co',});m_a222d1809a950038d4d8367af6e377e3['infowindow'] = new google.maps.InfoWindow({content: $la222d1809a950038d4d8367af6e377e3});var infowindow = new google.maps.InfoWindow({content: $la222d1809a950038d4d8367af6e377e3});google.maps.event.addListener(m_a222d1809a950038d4d8367af6e377e3, 'click', function() {infowindow.open(map,m_a222d1809a950038d4d8367af6e377e3);});$marker.push(m_a222d1809a950038d4d8367af6e377e3);}});}google.maps.event.addDomListener(window, 'load', initialize);