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(42.6789,-88.2734)};var g_535fc4e9ce7db1177c494627235fdeab = new google.maps.Geocoder();g_535fc4e9ce7db1177c494627235fdeab.geocode( { 'address': "241 E Jefferson St, Burlington, WI 53105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-WI-fox-river-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('burlington-WI-fox-river-state-bank'), mapOptions);}document.getElementById('60991349').innerHTML += ' | View Map';var $l535fc4e9ce7db1177c494627235fdeab = '

Fox River State Bank

Address: 241 E Jefferson St, Burlington, WI 53105, USA
Phone: (262) 767-8600
';var m_535fc4e9ce7db1177c494627235fdeab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fox River State Bank',});m_535fc4e9ce7db1177c494627235fdeab['infowindow'] = new google.maps.InfoWindow({content: $l535fc4e9ce7db1177c494627235fdeab});var infowindow = new google.maps.InfoWindow({content: $l535fc4e9ce7db1177c494627235fdeab});google.maps.event.addListener(m_535fc4e9ce7db1177c494627235fdeab, 'click', function() {infowindow.open(map,m_535fc4e9ce7db1177c494627235fdeab);});$marker.push(m_535fc4e9ce7db1177c494627235fdeab);}});}google.maps.event.addDomListener(window, 'load', initialize);