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.8101,-91.53)};var g_58ea66374b3faa6082d480f1214c2ad2 = new google.maps.Geocoder();g_58ea66374b3faa6082d480f1214c2ad2.geocode( { 'address': "5836 N 1st St, Stone Lake, WI 54876"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stone-lake-WI-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('stone-lake-WI-bank-of-the-west'), mapOptions);}document.getElementById('19786e4c').innerHTML += ' | View Map';var $l58ea66374b3faa6082d480f1214c2ad2 = '

Bank Of The West

Address: 5836 N 1st St, Stone Lake, WI 54876
Phone: (715) 865-3461
';var m_58ea66374b3faa6082d480f1214c2ad2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of The West',});m_58ea66374b3faa6082d480f1214c2ad2['infowindow'] = new google.maps.InfoWindow({content: $l58ea66374b3faa6082d480f1214c2ad2});var infowindow = new google.maps.InfoWindow({content: $l58ea66374b3faa6082d480f1214c2ad2});google.maps.event.addListener(m_58ea66374b3faa6082d480f1214c2ad2, 'click', function() {infowindow.open(map,m_58ea66374b3faa6082d480f1214c2ad2);});$marker.push(m_58ea66374b3faa6082d480f1214c2ad2);}});}google.maps.event.addDomListener(window, 'load', initialize);