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.5414,-87.3937)};var g_23e4d39790420d023b8de8555242bfa7 = new google.maps.Geocoder();g_23e4d39790420d023b8de8555242bfa7.geocode( { 'address': "300 S Front St, Marquette, MI 49855, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marquette-MI-vast').style.display = '';map = new google.maps.Map(document.getElementById('marquette-MI-vast'), mapOptions);}document.getElementById('d9905cd3').innerHTML += ' | View Map';var $l23e4d39790420d023b8de8555242bfa7 = '

VAST

Address: 300 S Front St, Marquette, MI 49855, USA
Phone: (906) 228-7500
';var m_23e4d39790420d023b8de8555242bfa7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VAST',});m_23e4d39790420d023b8de8555242bfa7['infowindow'] = new google.maps.InfoWindow({content: $l23e4d39790420d023b8de8555242bfa7});var infowindow = new google.maps.InfoWindow({content: $l23e4d39790420d023b8de8555242bfa7});google.maps.event.addListener(m_23e4d39790420d023b8de8555242bfa7, 'click', function() {infowindow.open(map,m_23e4d39790420d023b8de8555242bfa7);});$marker.push(m_23e4d39790420d023b8de8555242bfa7);}});}google.maps.event.addDomListener(window, 'load', initialize);