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.9086,-97.0982)};var g_d2a8a3f5685c1924ac4c9416260807ea = new google.maps.Geocoder();g_d2a8a3f5685c1924ac4c9416260807ea.geocode( { 'address': "145 N 5th St, Seward, NE 68434, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seward-NE-suhr--lichty-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('seward-NE-suhr--lichty-insurance-agency-inc'), mapOptions);}document.getElementById('0861ce20').innerHTML += ' | View Map';var $ld2a8a3f5685c1924ac4c9416260807ea = '

Suhr & Lichty Insurance Agency, Inc

Address: 145 N 5th St, Seward, NE 68434, USA
Phone: (402) 643-2911
';var m_d2a8a3f5685c1924ac4c9416260807ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Suhr & Lichty Insurance Agency, Inc',});m_d2a8a3f5685c1924ac4c9416260807ea['infowindow'] = new google.maps.InfoWindow({content: $ld2a8a3f5685c1924ac4c9416260807ea});var infowindow = new google.maps.InfoWindow({content: $ld2a8a3f5685c1924ac4c9416260807ea});google.maps.event.addListener(m_d2a8a3f5685c1924ac4c9416260807ea, 'click', function() {infowindow.open(map,m_d2a8a3f5685c1924ac4c9416260807ea);});$marker.push(m_d2a8a3f5685c1924ac4c9416260807ea);}});}google.maps.event.addDomListener(window, 'load', initialize);