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.9981,-84.1977)};var g_4459a33f5033445728d041be07beb4a8 = new google.maps.Geocoder();g_4459a33f5033445728d041be07beb4a8.geocode( { 'address': "1720 W M 21, Owosso, MI 48867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owosso-MI-lafcu').style.display = '';map = new google.maps.Map(document.getElementById('owosso-MI-lafcu'), mapOptions);}document.getElementById('49a6286c').innerHTML += ' | View Map';var $l4459a33f5033445728d041be07beb4a8 = '

LAFCU

Address: 1720 W M 21, Owosso, MI 48867, USA
Phone: (989) 725-7158
';var m_4459a33f5033445728d041be07beb4a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LAFCU',});m_4459a33f5033445728d041be07beb4a8['infowindow'] = new google.maps.InfoWindow({content: $l4459a33f5033445728d041be07beb4a8});var infowindow = new google.maps.InfoWindow({content: $l4459a33f5033445728d041be07beb4a8});google.maps.event.addListener(m_4459a33f5033445728d041be07beb4a8, 'click', function() {infowindow.open(map,m_4459a33f5033445728d041be07beb4a8);});$marker.push(m_4459a33f5033445728d041be07beb4a8);}});}google.maps.event.addDomListener(window, 'load', initialize);