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.4977,-83.3893)};var g_31857b449c407203749ae32dd0e7d64a = new google.maps.Geocoder();g_31857b449c407203749ae32dd0e7d64a.geocode( { 'address': "34391 Twelve Mile Rd, Farmington, MI 48331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('farmington-MI-lake-michigan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('farmington-MI-lake-michigan-credit-union'), mapOptions);}document.getElementById('8206fbbb').innerHTML += ' | View Map';var $l31857b449c407203749ae32dd0e7d64a = '

Lake Michigan Credit Union

Address: 34391 Twelve Mile Rd, Farmington, MI 48331, USA
Phone: (248) 848-7120
';var m_31857b449c407203749ae32dd0e7d64a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union',});m_31857b449c407203749ae32dd0e7d64a['infowindow'] = new google.maps.InfoWindow({content: $l31857b449c407203749ae32dd0e7d64a});var infowindow = new google.maps.InfoWindow({content: $l31857b449c407203749ae32dd0e7d64a});google.maps.event.addListener(m_31857b449c407203749ae32dd0e7d64a, 'click', function() {infowindow.open(map,m_31857b449c407203749ae32dd0e7d64a);});$marker.push(m_31857b449c407203749ae32dd0e7d64a);}});}google.maps.event.addDomListener(window, 'load', initialize);