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(43.6943,-89.1279)};var g_d0800ea22da443ffc58e033776ed0a25 = new google.maps.Geocoder();g_d0800ea22da443ffc58e033776ed0a25.geocode( { 'address': "120 South St, Kingston, WI 53939, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kingston-WI-national-exchange-bank--trust---kingston').style.display = '';map = new google.maps.Map(document.getElementById('kingston-WI-national-exchange-bank--trust---kingston'), mapOptions);}document.getElementById('bb0c37f2').innerHTML += ' | View Map';var $ld0800ea22da443ffc58e033776ed0a25 = '

National Exchange Bank & Trust - Kingston

Address: 120 South St, Kingston, WI 53939, USA
Phone: (920) 394-3544
';var m_d0800ea22da443ffc58e033776ed0a25 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Exchange Bank & Trust - Kingston',});m_d0800ea22da443ffc58e033776ed0a25['infowindow'] = new google.maps.InfoWindow({content: $ld0800ea22da443ffc58e033776ed0a25});var infowindow = new google.maps.InfoWindow({content: $ld0800ea22da443ffc58e033776ed0a25});google.maps.event.addListener(m_d0800ea22da443ffc58e033776ed0a25, 'click', function() {infowindow.open(map,m_d0800ea22da443ffc58e033776ed0a25);});$marker.push(m_d0800ea22da443ffc58e033776ed0a25);}});}google.maps.event.addDomListener(window, 'load', initialize);