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.2301,-97.0182)};var g_d2fbc32fcc59fcb09c9cf84d48d1e781 = new google.maps.Geocoder();g_d2fbc32fcc59fcb09c9cf84d48d1e781.geocode( { 'address': "122 Main St, Wayne, NE 68787, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-NE-state-national-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('wayne-NE-state-national-bancshares-inc'), mapOptions);}document.getElementById('332ed5b7').innerHTML += ' | View Map';var $ld2fbc32fcc59fcb09c9cf84d48d1e781 = '

State National Bancshares Inc

Address: 122 Main St, Wayne, NE 68787, USA
Phone: (402) 375-1130
';var m_d2fbc32fcc59fcb09c9cf84d48d1e781 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State National Bancshares Inc',});m_d2fbc32fcc59fcb09c9cf84d48d1e781['infowindow'] = new google.maps.InfoWindow({content: $ld2fbc32fcc59fcb09c9cf84d48d1e781});var infowindow = new google.maps.InfoWindow({content: $ld2fbc32fcc59fcb09c9cf84d48d1e781});google.maps.event.addListener(m_d2fbc32fcc59fcb09c9cf84d48d1e781, 'click', function() {infowindow.open(map,m_d2fbc32fcc59fcb09c9cf84d48d1e781);});$marker.push(m_d2fbc32fcc59fcb09c9cf84d48d1e781);}});}google.maps.event.addDomListener(window, 'load', initialize);