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.2649,-83.5219)};var g_93367ed3fc274b77debadd3de60b954c = new google.maps.Geocoder();g_93367ed3fc274b77debadd3de60b954c.geocode( { 'address': "624 W Lake St, Tawas City, MI 48763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tawas-city-MI-myles-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('tawas-city-MI-myles-insurance-agency-inc'), mapOptions);}document.getElementById('df3cf8f4').innerHTML += ' | View Map';var $l93367ed3fc274b77debadd3de60b954c = '

Myles Insurance Agency Inc

Address: 624 W Lake St, Tawas City, MI 48763, USA
Phone: (989) 362-3425
';var m_93367ed3fc274b77debadd3de60b954c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Myles Insurance Agency Inc',});m_93367ed3fc274b77debadd3de60b954c['infowindow'] = new google.maps.InfoWindow({content: $l93367ed3fc274b77debadd3de60b954c});var infowindow = new google.maps.InfoWindow({content: $l93367ed3fc274b77debadd3de60b954c});google.maps.event.addListener(m_93367ed3fc274b77debadd3de60b954c, 'click', function() {infowindow.open(map,m_93367ed3fc274b77debadd3de60b954c);});$marker.push(m_93367ed3fc274b77debadd3de60b954c);}});}google.maps.event.addDomListener(window, 'load', initialize);