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.7449,-88.8651)};var g_99665b901ab21d09dab51ca2f581d777 = new google.maps.Geocoder();g_99665b901ab21d09dab51ca2f581d777.geocode( { 'address': "407 Main St, Fairwater, WI 53931"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairwater-WI-national-bank-of-waupun').style.display = '';map = new google.maps.Map(document.getElementById('fairwater-WI-national-bank-of-waupun'), mapOptions);}document.getElementById('86201747').innerHTML += ' | View Map';var $l99665b901ab21d09dab51ca2f581d777 = '

National Bank Of Waupun

Address: 407 Main St, Fairwater, WI 53931
Phone: (920) 398-3777
';var m_99665b901ab21d09dab51ca2f581d777 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank Of Waupun',});m_99665b901ab21d09dab51ca2f581d777['infowindow'] = new google.maps.InfoWindow({content: $l99665b901ab21d09dab51ca2f581d777});var infowindow = new google.maps.InfoWindow({content: $l99665b901ab21d09dab51ca2f581d777});google.maps.event.addListener(m_99665b901ab21d09dab51ca2f581d777, 'click', function() {infowindow.open(map,m_99665b901ab21d09dab51ca2f581d777);});$marker.push(m_99665b901ab21d09dab51ca2f581d777);}});}google.maps.event.addDomListener(window, 'load', initialize);