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.2717,-88.6802)};var g_80f0fe8bd3a7ea69b926c38b6e3c4772 = new google.maps.Geocoder();g_80f0fe8bd3a7ea69b926c38b6e3c4772.geocode( { 'address': "PO Box 259, Dale, WI 54931, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dale-WI-susan-schuelke-trustee').style.display = '';map = new google.maps.Map(document.getElementById('dale-WI-susan-schuelke-trustee'), mapOptions);}document.getElementById('3ed80d1d').innerHTML += ' | View Map';var $l80f0fe8bd3a7ea69b926c38b6e3c4772 = '

Susan Schuelke Trustee

Address: PO Box 259, Dale, WI 54931, USA
Phone: (920) 779-0435
';var m_80f0fe8bd3a7ea69b926c38b6e3c4772 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susan Schuelke Trustee',});m_80f0fe8bd3a7ea69b926c38b6e3c4772['infowindow'] = new google.maps.InfoWindow({content: $l80f0fe8bd3a7ea69b926c38b6e3c4772});var infowindow = new google.maps.InfoWindow({content: $l80f0fe8bd3a7ea69b926c38b6e3c4772});google.maps.event.addListener(m_80f0fe8bd3a7ea69b926c38b6e3c4772, 'click', function() {infowindow.open(map,m_80f0fe8bd3a7ea69b926c38b6e3c4772);});$marker.push(m_80f0fe8bd3a7ea69b926c38b6e3c4772);}});}google.maps.event.addDomListener(window, 'load', initialize);