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.5322,-90.0017)};var g_822b440edda4c46a5e1dad463eaf8ebd = new google.maps.Geocoder();g_822b440edda4c46a5e1dad463eaf8ebd.geocode( { 'address': "130 Viking Dr, Reedsburg, WI 53959"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reedsburg-WI-reedsburg-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('reedsburg-WI-reedsburg-national-bank'), mapOptions);}document.getElementById('7ba43df0').innerHTML += ' | View Map';var $l822b440edda4c46a5e1dad463eaf8ebd = '

Reedsburg National Bank

Address: 130 Viking Dr, Reedsburg, WI 53959
Phone: (608) 524-5300
';var m_822b440edda4c46a5e1dad463eaf8ebd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reedsburg National Bank',});m_822b440edda4c46a5e1dad463eaf8ebd['infowindow'] = new google.maps.InfoWindow({content: $l822b440edda4c46a5e1dad463eaf8ebd});var infowindow = new google.maps.InfoWindow({content: $l822b440edda4c46a5e1dad463eaf8ebd});google.maps.event.addListener(m_822b440edda4c46a5e1dad463eaf8ebd, 'click', function() {infowindow.open(map,m_822b440edda4c46a5e1dad463eaf8ebd);});$marker.push(m_822b440edda4c46a5e1dad463eaf8ebd);}});}google.maps.event.addDomListener(window, 'load', initialize);