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.9848,-93.2702)};var g_2dcc1c90af0dbc6b26c42dfa2b3a92ae = new google.maps.Geocoder();g_2dcc1c90af0dbc6b26c42dfa2b3a92ae.geocode( { 'address': "8170 33Rd Ave S, Minneapolis, MN 55425"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-healthpartners-inc').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-healthpartners-inc'), mapOptions);}document.getElementById('a34ded0f').innerHTML += ' | View Map';var $l2dcc1c90af0dbc6b26c42dfa2b3a92ae = '

HealthPartners Inc

Address: 8170 33Rd Ave S, Minneapolis, MN 55425
Phone: (952) 967-5266
';var m_2dcc1c90af0dbc6b26c42dfa2b3a92ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HealthPartners Inc',});m_2dcc1c90af0dbc6b26c42dfa2b3a92ae['infowindow'] = new google.maps.InfoWindow({content: $l2dcc1c90af0dbc6b26c42dfa2b3a92ae});var infowindow = new google.maps.InfoWindow({content: $l2dcc1c90af0dbc6b26c42dfa2b3a92ae});google.maps.event.addListener(m_2dcc1c90af0dbc6b26c42dfa2b3a92ae, 'click', function() {infowindow.open(map,m_2dcc1c90af0dbc6b26c42dfa2b3a92ae);});$marker.push(m_2dcc1c90af0dbc6b26c42dfa2b3a92ae);}});}google.maps.event.addDomListener(window, 'load', initialize);