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.6334,-88.7317)};var g_2a29652e886ba40c4c964caabeef433f = new google.maps.Geocoder();g_2a29652e886ba40c4c964caabeef433f.geocode( { 'address': "210 E Main St, Waupun, WI 53963, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waupun-WI-national-bank-of-waupun').style.display = '';map = new google.maps.Map(document.getElementById('waupun-WI-national-bank-of-waupun'), mapOptions);}document.getElementById('50d09e3c').innerHTML += ' | View Map';var $l2a29652e886ba40c4c964caabeef433f = '

National Bank of Waupun

Address: 210 E Main St, Waupun, WI 53963, USA
Phone: (920) 324-5551
';var m_2a29652e886ba40c4c964caabeef433f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank of Waupun',});m_2a29652e886ba40c4c964caabeef433f['infowindow'] = new google.maps.InfoWindow({content: $l2a29652e886ba40c4c964caabeef433f});var infowindow = new google.maps.InfoWindow({content: $l2a29652e886ba40c4c964caabeef433f});google.maps.event.addListener(m_2a29652e886ba40c4c964caabeef433f, 'click', function() {infowindow.open(map,m_2a29652e886ba40c4c964caabeef433f);});$marker.push(m_2a29652e886ba40c4c964caabeef433f);}});}google.maps.event.addDomListener(window, 'load', initialize);