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.6365,-90.0045)};var g_d7538a358983fc14b7674b6b2ecb6291 = new google.maps.Geocoder();g_d7538a358983fc14b7674b6b2ecb6291.geocode( { 'address': "5758 Main St, Auburndale, WI 54412"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('auburndale-WI-pioneer-bancorp').style.display = '';map = new google.maps.Map(document.getElementById('auburndale-WI-pioneer-bancorp'), mapOptions);}document.getElementById('a9a83f42').innerHTML += ' | View Map';var $ld7538a358983fc14b7674b6b2ecb6291 = '

Pioneer Bancorp

Address: 5758 Main St, Auburndale, WI 54412
Phone: (715) 457-6417
';var m_d7538a358983fc14b7674b6b2ecb6291 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pioneer Bancorp',});m_d7538a358983fc14b7674b6b2ecb6291['infowindow'] = new google.maps.InfoWindow({content: $ld7538a358983fc14b7674b6b2ecb6291});var infowindow = new google.maps.InfoWindow({content: $ld7538a358983fc14b7674b6b2ecb6291});google.maps.event.addListener(m_d7538a358983fc14b7674b6b2ecb6291, 'click', function() {infowindow.open(map,m_d7538a358983fc14b7674b6b2ecb6291);});$marker.push(m_d7538a358983fc14b7674b6b2ecb6291);}});}google.maps.event.addDomListener(window, 'load', initialize);