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(43.8383,-92.1742)};var g_560f205b3f8a22b7dec560ca2e7f5d49 = new google.maps.Geocoder();g_560f205b3f8a22b7dec560ca2e7f5d49.geocode( { 'address': "1500 US-52, Chatfield, MN 55923, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chatfield-MN-community--economic-development').style.display = '';map = new google.maps.Map(document.getElementById('chatfield-MN-community--economic-development'), mapOptions);}document.getElementById('165d1675').innerHTML += ' | View Map';var $l560f205b3f8a22b7dec560ca2e7f5d49 = '

Community & Economic Development

Address: 1500 US-52, Chatfield, MN 55923, USA
Phone: (507) 867-3164
';var m_560f205b3f8a22b7dec560ca2e7f5d49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community & Economic Development',});m_560f205b3f8a22b7dec560ca2e7f5d49['infowindow'] = new google.maps.InfoWindow({content: $l560f205b3f8a22b7dec560ca2e7f5d49});var infowindow = new google.maps.InfoWindow({content: $l560f205b3f8a22b7dec560ca2e7f5d49});google.maps.event.addListener(m_560f205b3f8a22b7dec560ca2e7f5d49, 'click', function() {infowindow.open(map,m_560f205b3f8a22b7dec560ca2e7f5d49);});$marker.push(m_560f205b3f8a22b7dec560ca2e7f5d49);}});}google.maps.event.addDomListener(window, 'load', initialize);