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.6868,-91.1283)};var g_b2124a6adaef5976882a1a9228d661b9 = new google.maps.Geocoder();g_b2124a6adaef5976882a1a9228d661b9.geocode( { 'address': "207 W Lincoln St, Augusta, WI 54722"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('augusta-WI-unity-bank').style.display = '';map = new google.maps.Map(document.getElementById('augusta-WI-unity-bank'), mapOptions);}document.getElementById('efb89e8a').innerHTML += ' | View Map';var $lb2124a6adaef5976882a1a9228d661b9 = '

Unity Bank

Address: 207 W Lincoln St, Augusta, WI 54722
Phone: (715) 286-2223
';var m_b2124a6adaef5976882a1a9228d661b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unity Bank',});m_b2124a6adaef5976882a1a9228d661b9['infowindow'] = new google.maps.InfoWindow({content: $lb2124a6adaef5976882a1a9228d661b9});var infowindow = new google.maps.InfoWindow({content: $lb2124a6adaef5976882a1a9228d661b9});google.maps.event.addListener(m_b2124a6adaef5976882a1a9228d661b9, 'click', function() {infowindow.open(map,m_b2124a6adaef5976882a1a9228d661b9);});$marker.push(m_b2124a6adaef5976882a1a9228d661b9);}});}google.maps.event.addDomListener(window, 'load', initialize);