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.523,-90.1956)};var g_491ff1cd5f82a3f66e0da11fb1107279 = new google.maps.Geocoder();g_491ff1cd5f82a3f66e0da11fb1107279.geocode( { 'address': "110 E Main St, Cazenovia, WI 53924, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cazenovia-WI-state-bank-of-cazenovia').style.display = '';map = new google.maps.Map(document.getElementById('cazenovia-WI-state-bank-of-cazenovia'), mapOptions);}document.getElementById('faf140c6').innerHTML += ' | View Map';var $l491ff1cd5f82a3f66e0da11fb1107279 = '

State Bank of Cazenovia

Address: 110 E Main St, Cazenovia, WI 53924, USA
Phone: (608) 983-2717
';var m_491ff1cd5f82a3f66e0da11fb1107279 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank of Cazenovia',});m_491ff1cd5f82a3f66e0da11fb1107279['infowindow'] = new google.maps.InfoWindow({content: $l491ff1cd5f82a3f66e0da11fb1107279});var infowindow = new google.maps.InfoWindow({content: $l491ff1cd5f82a3f66e0da11fb1107279});google.maps.event.addListener(m_491ff1cd5f82a3f66e0da11fb1107279, 'click', function() {infowindow.open(map,m_491ff1cd5f82a3f66e0da11fb1107279);});$marker.push(m_491ff1cd5f82a3f66e0da11fb1107279);}});}google.maps.event.addDomListener(window, 'load', initialize);