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(42.9986,-84.1269)};var g_a4caf71cf38708eaf17117f78fa61c9f = new google.maps.Geocoder();g_a4caf71cf38708eaf17117f78fa61c9f.geocode( { 'address': "2021 E Main St, Owosso, MI 48867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owosso-MI-jacobs-insurance').style.display = '';map = new google.maps.Map(document.getElementById('owosso-MI-jacobs-insurance'), mapOptions);}document.getElementById('8e3f0948').innerHTML += ' | View Map';var $la4caf71cf38708eaf17117f78fa61c9f = '

Jacobs Insurance

Address: 2021 E Main St, Owosso, MI 48867, USA
Phone: (989) 725-7117
';var m_a4caf71cf38708eaf17117f78fa61c9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jacobs Insurance',});m_a4caf71cf38708eaf17117f78fa61c9f['infowindow'] = new google.maps.InfoWindow({content: $la4caf71cf38708eaf17117f78fa61c9f});var infowindow = new google.maps.InfoWindow({content: $la4caf71cf38708eaf17117f78fa61c9f});google.maps.event.addListener(m_a4caf71cf38708eaf17117f78fa61c9f, 'click', function() {infowindow.open(map,m_a4caf71cf38708eaf17117f78fa61c9f);});$marker.push(m_a4caf71cf38708eaf17117f78fa61c9f);}});}google.maps.event.addDomListener(window, 'load', initialize);