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_a7319a1732f803bece8314911dd6f52b = new google.maps.Geocoder();g_a7319a1732f803bece8314911dd6f52b.geocode( { 'address': "7900 International Dr, Minneapolis, MN 55425"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-vhp').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-vhp'), mapOptions);}document.getElementById('eed91e73').innerHTML += ' | View Map';var $la7319a1732f803bece8314911dd6f52b = '

VHP

Address: 7900 International Dr, Minneapolis, MN 55425
Phone: (952) 876-6293
';var m_a7319a1732f803bece8314911dd6f52b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VHP',});m_a7319a1732f803bece8314911dd6f52b['infowindow'] = new google.maps.InfoWindow({content: $la7319a1732f803bece8314911dd6f52b});var infowindow = new google.maps.InfoWindow({content: $la7319a1732f803bece8314911dd6f52b});google.maps.event.addListener(m_a7319a1732f803bece8314911dd6f52b, 'click', function() {infowindow.open(map,m_a7319a1732f803bece8314911dd6f52b);});$marker.push(m_a7319a1732f803bece8314911dd6f52b);}});}google.maps.event.addDomListener(window, 'load', initialize);