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.1634,-94.008)};var g_b9e0f08e67bd9ce1aebba503eec13784 = new google.maps.Geocoder();g_b9e0f08e67bd9ce1aebba503eec13784.geocode( { 'address': "100 Warren St #100, Mankato, MN 56001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mankato-MN-profinium-inc').style.display = '';map = new google.maps.Map(document.getElementById('mankato-MN-profinium-inc'), mapOptions);}document.getElementById('52610197').innerHTML += ' | View Map';var $lb9e0f08e67bd9ce1aebba503eec13784 = '

Profinium, Inc.

Address: 100 Warren St #100, Mankato, MN 56001, USA
Phone: (507) 389-8900
';var m_b9e0f08e67bd9ce1aebba503eec13784 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Profinium, Inc.',});m_b9e0f08e67bd9ce1aebba503eec13784['infowindow'] = new google.maps.InfoWindow({content: $lb9e0f08e67bd9ce1aebba503eec13784});var infowindow = new google.maps.InfoWindow({content: $lb9e0f08e67bd9ce1aebba503eec13784});google.maps.event.addListener(m_b9e0f08e67bd9ce1aebba503eec13784, 'click', function() {infowindow.open(map,m_b9e0f08e67bd9ce1aebba503eec13784);});$marker.push(m_b9e0f08e67bd9ce1aebba503eec13784);}});}google.maps.event.addDomListener(window, 'load', initialize);