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.4248,-83.4146)};var g_92a97e3bfd80e45ca647e37b1f9bc8c4 = new google.maps.Geocoder();g_92a97e3bfd80e45ca647e37b1f9bc8c4.geocode( { 'address': "19025 Newburgh Rd, Livonia, MI 48152, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livonia-MI-lake-michigan-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('livonia-MI-lake-michigan-credit-union'), mapOptions);}document.getElementById('1de9298b').innerHTML += ' | View Map';var $l92a97e3bfd80e45ca647e37b1f9bc8c4 = '

Lake Michigan Credit Union

Address: 19025 Newburgh Rd, Livonia, MI 48152, USA
Phone: (734) 551-0012
';var m_92a97e3bfd80e45ca647e37b1f9bc8c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union',});m_92a97e3bfd80e45ca647e37b1f9bc8c4['infowindow'] = new google.maps.InfoWindow({content: $l92a97e3bfd80e45ca647e37b1f9bc8c4});var infowindow = new google.maps.InfoWindow({content: $l92a97e3bfd80e45ca647e37b1f9bc8c4});google.maps.event.addListener(m_92a97e3bfd80e45ca647e37b1f9bc8c4, 'click', function() {infowindow.open(map,m_92a97e3bfd80e45ca647e37b1f9bc8c4);});$marker.push(m_92a97e3bfd80e45ca647e37b1f9bc8c4);}});}google.maps.event.addDomListener(window, 'load', initialize);