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.6723,-85.668)};var g_a162c68005fdf2dd54709a161869ea0c = new google.maps.Geocoder();g_a162c68005fdf2dd54709a161869ea0c.geocode( { 'address': "-South, 4576 US-31, Traverse City, MI 49685, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('traverse-city-MI-simple-auto-traverse-city').style.display = '';map = new google.maps.Map(document.getElementById('traverse-city-MI-simple-auto-traverse-city'), mapOptions);}document.getElementById('846d751f').innerHTML += ' | View Map';var $la162c68005fdf2dd54709a161869ea0c = '

Simple Auto Traverse City

Address: -South, 4576 US-31, Traverse City, MI 49685, USA
Phone: (231) 944-1212
';var m_a162c68005fdf2dd54709a161869ea0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simple Auto Traverse City',});m_a162c68005fdf2dd54709a161869ea0c['infowindow'] = new google.maps.InfoWindow({content: $la162c68005fdf2dd54709a161869ea0c});var infowindow = new google.maps.InfoWindow({content: $la162c68005fdf2dd54709a161869ea0c});google.maps.event.addListener(m_a162c68005fdf2dd54709a161869ea0c, 'click', function() {infowindow.open(map,m_a162c68005fdf2dd54709a161869ea0c);});$marker.push(m_a162c68005fdf2dd54709a161869ea0c);}});}google.maps.event.addDomListener(window, 'load', initialize);