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(44.0393,-88.7462)};var g_ba9a56ce0a9bfa26e8ed9e10b2cc8f46 = new google.maps.Geocoder();g_ba9a56ce0a9bfa26e8ed9e10b2cc8f46.geocode( { 'address': "200 W Main St, Omro, WI 54963, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omro-WI-national-exchange-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('omro-WI-national-exchange-bank--trust'), mapOptions);}document.getElementById('e2af6d61').innerHTML += ' | View Map';var $lba9a56ce0a9bfa26e8ed9e10b2cc8f46 = '

National Exchange Bank & Trust

Address: 200 W Main St, Omro, WI 54963, USA
Phone: (920) 685-6401
';var m_ba9a56ce0a9bfa26e8ed9e10b2cc8f46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Exchange Bank & Trust',});m_ba9a56ce0a9bfa26e8ed9e10b2cc8f46['infowindow'] = new google.maps.InfoWindow({content: $lba9a56ce0a9bfa26e8ed9e10b2cc8f46});var infowindow = new google.maps.InfoWindow({content: $lba9a56ce0a9bfa26e8ed9e10b2cc8f46});google.maps.event.addListener(m_ba9a56ce0a9bfa26e8ed9e10b2cc8f46, 'click', function() {infowindow.open(map,m_ba9a56ce0a9bfa26e8ed9e10b2cc8f46);});$marker.push(m_ba9a56ce0a9bfa26e8ed9e10b2cc8f46);}});}google.maps.event.addDomListener(window, 'load', initialize);