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(46.5695,-87.4035)};var g_a30b310f541eb18ea2c126c83b4b96ca = new google.maps.Geocoder();g_a30b310f541eb18ea2c126c83b4b96ca.geocode( { 'address': "NMU Jacobetti Complex, Suite 202, 1401 Presque Isle Ave., Marquette, MI 49855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marquette-MI-northern-initiatives').style.display = '';map = new google.maps.Map(document.getElementById('marquette-MI-northern-initiatives'), mapOptions);}document.getElementById('5a1ed653').innerHTML += ' | View Map';var $la30b310f541eb18ea2c126c83b4b96ca = '

Northern Initiatives

Address: NMU Jacobetti Complex, Suite 202, 1401 Presque Isle Ave., Marquette, MI 49855, USA
Phone: (906) 228-5571
';var m_a30b310f541eb18ea2c126c83b4b96ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northern Initiatives',});m_a30b310f541eb18ea2c126c83b4b96ca['infowindow'] = new google.maps.InfoWindow({content: $la30b310f541eb18ea2c126c83b4b96ca});var infowindow = new google.maps.InfoWindow({content: $la30b310f541eb18ea2c126c83b4b96ca});google.maps.event.addListener(m_a30b310f541eb18ea2c126c83b4b96ca, 'click', function() {infowindow.open(map,m_a30b310f541eb18ea2c126c83b4b96ca);});$marker.push(m_a30b310f541eb18ea2c126c83b4b96ca);}});}google.maps.event.addDomListener(window, 'load', initialize);