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.5067,-90.6687)};var g_2ad268c32de4548f7265e5c9ee87f6cb = new google.maps.Geocoder();g_2ad268c32de4548f7265e5c9ee87f6cb.geocode( { 'address': "102 W Commercial St, Viola, WI 54664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('viola-WI-citizens-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('viola-WI-citizens-first-bank'), mapOptions);}document.getElementById('75285d92').innerHTML += ' | View Map';var $l2ad268c32de4548f7265e5c9ee87f6cb = '

Citizens First Bank

Address: 102 W Commercial St, Viola, WI 54664, USA
Phone: (608) 627-1491
';var m_2ad268c32de4548f7265e5c9ee87f6cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens First Bank',});m_2ad268c32de4548f7265e5c9ee87f6cb['infowindow'] = new google.maps.InfoWindow({content: $l2ad268c32de4548f7265e5c9ee87f6cb});var infowindow = new google.maps.InfoWindow({content: $l2ad268c32de4548f7265e5c9ee87f6cb});google.maps.event.addListener(m_2ad268c32de4548f7265e5c9ee87f6cb, 'click', function() {infowindow.open(map,m_2ad268c32de4548f7265e5c9ee87f6cb);});$marker.push(m_2ad268c32de4548f7265e5c9ee87f6cb);}});}google.maps.event.addDomListener(window, 'load', initialize);