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(45.3755,-84.923)};var g_36d218e90fa7cb430c9930c5e4542988 = new google.maps.Geocoder();g_36d218e90fa7cb430c9930c5e4542988.geocode( { 'address': "2301 Mitchell Park Dr, Petoskey, MI 49770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('petoskey-MI-bunker-clark-winnell--nuorala').style.display = '';map = new google.maps.Map(document.getElementById('petoskey-MI-bunker-clark-winnell--nuorala'), mapOptions);}document.getElementById('61224dc4').innerHTML += ' | View Map';var $l36d218e90fa7cb430c9930c5e4542988 = '

Bunker Clark Winnell & Nuorala

Address: 2301 Mitchell Park Dr, Petoskey, MI 49770, USA
Phone: (231) 347-3963
';var m_36d218e90fa7cb430c9930c5e4542988 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bunker Clark Winnell & Nuorala',});m_36d218e90fa7cb430c9930c5e4542988['infowindow'] = new google.maps.InfoWindow({content: $l36d218e90fa7cb430c9930c5e4542988});var infowindow = new google.maps.InfoWindow({content: $l36d218e90fa7cb430c9930c5e4542988});google.maps.event.addListener(m_36d218e90fa7cb430c9930c5e4542988, 'click', function() {infowindow.open(map,m_36d218e90fa7cb430c9930c5e4542988);});$marker.push(m_36d218e90fa7cb430c9930c5e4542988);}});}google.maps.event.addDomListener(window, 'load', initialize);