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.8461,-92.2418)};var g_ae5874dd163dd08993da3b5d937e80f5 = new google.maps.Geocoder();g_ae5874dd163dd08993da3b5d937e80f5.geocode( { 'address': "S320 Mckay Ave, Spring Valley, WI 54767"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spring-valley-WI-first-bank-of-baldwin').style.display = '';map = new google.maps.Map(document.getElementById('spring-valley-WI-first-bank-of-baldwin'), mapOptions);}document.getElementById('c56da863').innerHTML += ' | View Map';var $lae5874dd163dd08993da3b5d937e80f5 = '

First Bank Of Baldwin

Address: S320 Mckay Ave, Spring Valley, WI 54767
Phone: (715) 778-5537
';var m_ae5874dd163dd08993da3b5d937e80f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Of Baldwin',});m_ae5874dd163dd08993da3b5d937e80f5['infowindow'] = new google.maps.InfoWindow({content: $lae5874dd163dd08993da3b5d937e80f5});var infowindow = new google.maps.InfoWindow({content: $lae5874dd163dd08993da3b5d937e80f5});google.maps.event.addListener(m_ae5874dd163dd08993da3b5d937e80f5, 'click', function() {infowindow.open(map,m_ae5874dd163dd08993da3b5d937e80f5);});$marker.push(m_ae5874dd163dd08993da3b5d937e80f5);}});}google.maps.event.addDomListener(window, 'load', initialize);