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(45.9223,-88.2504)};var g_6732b05e59a77682fb1d35a5d2d9ea09 = new google.maps.Geocoder();g_6732b05e59a77682fb1d35a5d2d9ea09.geocode( { 'address': "541 Central Ave, Florence, WI 54121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('florence-WI-state-bank-of-florence').style.display = '';map = new google.maps.Map(document.getElementById('florence-WI-state-bank-of-florence'), mapOptions);}document.getElementById('a3d1e6fe').innerHTML += ' | View Map';var $l6732b05e59a77682fb1d35a5d2d9ea09 = '

State Bank of Florence

Address: 541 Central Ave, Florence, WI 54121, USA
Phone: (715) 528-4844
';var m_6732b05e59a77682fb1d35a5d2d9ea09 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Florence',});m_6732b05e59a77682fb1d35a5d2d9ea09['infowindow'] = new google.maps.InfoWindow({content: $l6732b05e59a77682fb1d35a5d2d9ea09});var infowindow = new google.maps.InfoWindow({content: $l6732b05e59a77682fb1d35a5d2d9ea09});google.maps.event.addListener(m_6732b05e59a77682fb1d35a5d2d9ea09, 'click', function() {infowindow.open(map,m_6732b05e59a77682fb1d35a5d2d9ea09);});$marker.push(m_6732b05e59a77682fb1d35a5d2d9ea09);}});}google.maps.event.addDomListener(window, 'load', initialize);