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.7411,-88.4457)};var g_597d4991920fe5d7c7da46e5384dc461 = new google.maps.Geocoder();g_597d4991920fe5d7c7da46e5384dc461.geocode( { 'address': "130 N Cecil St, Bonduel, WI 54107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonduel-WI-bonduel-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bonduel-WI-bonduel-state-bank'), mapOptions);}document.getElementById('177fc760').innerHTML += ' | View Map';var $l597d4991920fe5d7c7da46e5384dc461 = '

Bonduel State Bank

Address: 130 N Cecil St, Bonduel, WI 54107, USA
Phone: (715) 758-2141
';var m_597d4991920fe5d7c7da46e5384dc461 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bonduel State Bank',});m_597d4991920fe5d7c7da46e5384dc461['infowindow'] = new google.maps.InfoWindow({content: $l597d4991920fe5d7c7da46e5384dc461});var infowindow = new google.maps.InfoWindow({content: $l597d4991920fe5d7c7da46e5384dc461});google.maps.event.addListener(m_597d4991920fe5d7c7da46e5384dc461, 'click', function() {infowindow.open(map,m_597d4991920fe5d7c7da46e5384dc461);});$marker.push(m_597d4991920fe5d7c7da46e5384dc461);}});}google.maps.event.addDomListener(window, 'load', initialize);