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.9991,-84.1137)};var g_186f0892f13de5443c0b6d042a6ddde0 = new google.maps.Geocoder();g_186f0892f13de5443c0b6d042a6ddde0.geocode( { 'address': "2665 E M 21, Corunna, MI 48817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corunna-MI-lafcu').style.display = '';map = new google.maps.Map(document.getElementById('corunna-MI-lafcu'), mapOptions);}document.getElementById('531504bc').innerHTML += ' | View Map';var $l186f0892f13de5443c0b6d042a6ddde0 = '

LAFCU

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