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.0637,-83.433)};var g_bb77f7c5c91fb6c12628f925960ac540 = new google.maps.Geocoder();g_bb77f7c5c91fb6c12628f925960ac540.geocode( { 'address': "127 River St, Alpena, MI 49707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpena-MI-skiba-insurance-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('alpena-MI-skiba-insurance-services-inc'), mapOptions);}document.getElementById('b5b94abe').innerHTML += ' | View Map';var $lbb77f7c5c91fb6c12628f925960ac540 = '

Skiba Insurance Services Inc

Address: 127 River St, Alpena, MI 49707, USA
Phone: (989) 356-9058
';var m_bb77f7c5c91fb6c12628f925960ac540 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Skiba Insurance Services Inc',});m_bb77f7c5c91fb6c12628f925960ac540['infowindow'] = new google.maps.InfoWindow({content: $lbb77f7c5c91fb6c12628f925960ac540});var infowindow = new google.maps.InfoWindow({content: $lbb77f7c5c91fb6c12628f925960ac540});google.maps.event.addListener(m_bb77f7c5c91fb6c12628f925960ac540, 'click', function() {infowindow.open(map,m_bb77f7c5c91fb6c12628f925960ac540);});$marker.push(m_bb77f7c5c91fb6c12628f925960ac540);}});}google.maps.event.addDomListener(window, 'load', initialize);