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.9114,-97.1523)};var g_8a92803b71c9c6aaf80ce9141f471e47 = new google.maps.Geocoder();g_8a92803b71c9c6aaf80ce9141f471e47.geocode( { 'address': "341 N 6th St, Seward, NE 68434"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seward-NE-jones-national-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('seward-NE-jones-national-bank-trust-co'), mapOptions);}document.getElementById('0c9e672a').innerHTML += ' | View Map';var $l8a92803b71c9c6aaf80ce9141f471e47 = '

Jones National Bank & Trust Co

Address: 341 N 6th St, Seward, NE 68434
Phone: (402) 643-3602
';var m_8a92803b71c9c6aaf80ce9141f471e47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jones National Bank & Trust Co',});m_8a92803b71c9c6aaf80ce9141f471e47['infowindow'] = new google.maps.InfoWindow({content: $l8a92803b71c9c6aaf80ce9141f471e47});var infowindow = new google.maps.InfoWindow({content: $l8a92803b71c9c6aaf80ce9141f471e47});google.maps.event.addListener(m_8a92803b71c9c6aaf80ce9141f471e47, 'click', function() {infowindow.open(map,m_8a92803b71c9c6aaf80ce9141f471e47);});$marker.push(m_8a92803b71c9c6aaf80ce9141f471e47);}});}google.maps.event.addDomListener(window, 'load', initialize);