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_0fe297769a5113a8c7b5942ebbef4d96 = new google.maps.Geocoder();g_0fe297769a5113a8c7b5942ebbef4d96.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-primedia-business').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-primedia-business'), mapOptions);}document.getElementById('eed91e73').innerHTML += ' | View Map';var $l0fe297769a5113a8c7b5942ebbef4d96 = '

Primedia Business

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