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(42.2351,-97.0123)};var g_24a5e89f3cf9c033c87d8d8b92ed92bb = new google.maps.Geocoder();g_24a5e89f3cf9c033c87d8d8b92ed92bb.geocode( { 'address': "411 E 7th St, Wayne, NE 68787, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-NE-elkhorn-valley-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('wayne-NE-elkhorn-valley-bank--trust'), mapOptions);}document.getElementById('6ab3b17c').innerHTML += ' | View Map';var $l24a5e89f3cf9c033c87d8d8b92ed92bb = '

Elkhorn Valley Bank & Trust

Address: 411 E 7th St, Wayne, NE 68787, USA
Phone: (402) 375-2525
';var m_24a5e89f3cf9c033c87d8d8b92ed92bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elkhorn Valley Bank & Trust',});m_24a5e89f3cf9c033c87d8d8b92ed92bb['infowindow'] = new google.maps.InfoWindow({content: $l24a5e89f3cf9c033c87d8d8b92ed92bb});var infowindow = new google.maps.InfoWindow({content: $l24a5e89f3cf9c033c87d8d8b92ed92bb});google.maps.event.addListener(m_24a5e89f3cf9c033c87d8d8b92ed92bb, 'click', function() {infowindow.open(map,m_24a5e89f3cf9c033c87d8d8b92ed92bb);});$marker.push(m_24a5e89f3cf9c033c87d8d8b92ed92bb);}});}google.maps.event.addDomListener(window, 'load', initialize);