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.1653,-94.0053)};var g_6c7c5f58daafaa8a3e784022e4b5fdf0 = new google.maps.Geocoder();g_6c7c5f58daafaa8a3e784022e4b5fdf0.geocode( { 'address': "10 Civic Center Plaza, Mankato, MN 56001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mankato-MN-region-nine-development-commission').style.display = '';map = new google.maps.Map(document.getElementById('mankato-MN-region-nine-development-commission'), mapOptions);}document.getElementById('da0263c0').innerHTML += ' | View Map';var $l6c7c5f58daafaa8a3e784022e4b5fdf0 = '

Region Nine Development Commission

Address: 10 Civic Center Plaza, Mankato, MN 56001, USA
Phone: (507) 387-5643
';var m_6c7c5f58daafaa8a3e784022e4b5fdf0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Region Nine Development Commission',});m_6c7c5f58daafaa8a3e784022e4b5fdf0['infowindow'] = new google.maps.InfoWindow({content: $l6c7c5f58daafaa8a3e784022e4b5fdf0});var infowindow = new google.maps.InfoWindow({content: $l6c7c5f58daafaa8a3e784022e4b5fdf0});google.maps.event.addListener(m_6c7c5f58daafaa8a3e784022e4b5fdf0, 'click', function() {infowindow.open(map,m_6c7c5f58daafaa8a3e784022e4b5fdf0);});$marker.push(m_6c7c5f58daafaa8a3e784022e4b5fdf0);}});}google.maps.event.addDomListener(window, 'load', initialize);