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.6496,-84.7087)};var g_051ee19379fd8b02649d81b270eca833 = new google.maps.Geocoder();g_051ee19379fd8b02649d81b270eca833.geocode( { 'address': "2470 I-75BL, Grayling, MI 49738, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grayling-MI-northland').style.display = '';map = new google.maps.Map(document.getElementById('grayling-MI-northland'), mapOptions);}document.getElementById('3d26cc15').innerHTML += ' | View Map';var $l051ee19379fd8b02649d81b270eca833 = '

Northland

Address: 2470 I-75BL, Grayling, MI 49738, USA
Phone:
';var m_051ee19379fd8b02649d81b270eca833 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northland',});m_051ee19379fd8b02649d81b270eca833['infowindow'] = new google.maps.InfoWindow({content: $l051ee19379fd8b02649d81b270eca833});var infowindow = new google.maps.InfoWindow({content: $l051ee19379fd8b02649d81b270eca833});google.maps.event.addListener(m_051ee19379fd8b02649d81b270eca833, 'click', function() {infowindow.open(map,m_051ee19379fd8b02649d81b270eca833);});$marker.push(m_051ee19379fd8b02649d81b270eca833);}});}google.maps.event.addDomListener(window, 'load', initialize);