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.9127,-83.6257)};var g_1d6f9e1c87f4fc2613dd61661e4900b9 = new google.maps.Geocoder();g_1d6f9e1c87f4fc2613dd61661e4900b9.geocode( { 'address': "8121 Trillium Circle Ave #101, Grand Blanc, MI 48439, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-blanc-MI-lake-michigan-credit-union---grand-blanc-mortgage-office').style.display = '';map = new google.maps.Map(document.getElementById('grand-blanc-MI-lake-michigan-credit-union---grand-blanc-mortgage-office'), mapOptions);}document.getElementById('1da469e4').innerHTML += ' | View Map';var $l1d6f9e1c87f4fc2613dd61661e4900b9 = '

Lake Michigan Credit Union - Grand Blanc Mortgage Office

Address: 8121 Trillium Circle Ave #101, Grand Blanc, MI 48439, USA
Phone: (810) 953-7730
';var m_1d6f9e1c87f4fc2613dd61661e4900b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union - Grand Blanc Mortgage Office',});m_1d6f9e1c87f4fc2613dd61661e4900b9['infowindow'] = new google.maps.InfoWindow({content: $l1d6f9e1c87f4fc2613dd61661e4900b9});var infowindow = new google.maps.InfoWindow({content: $l1d6f9e1c87f4fc2613dd61661e4900b9});google.maps.event.addListener(m_1d6f9e1c87f4fc2613dd61661e4900b9, 'click', function() {infowindow.open(map,m_1d6f9e1c87f4fc2613dd61661e4900b9);});$marker.push(m_1d6f9e1c87f4fc2613dd61661e4900b9);}});}google.maps.event.addDomListener(window, 'load', initialize);