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.3666,-83.3706)};var g_fefce73aa9036fa7ff3206d97e31f417 = new google.maps.Geocoder();g_fefce73aa9036fa7ff3206d97e31f417.geocode( { 'address': "37401 Plymouth Rd, Livonia, MI 48150"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('livonia-MI-community-alliance-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('livonia-MI-community-alliance-credit-union'), mapOptions);}document.getElementById('179159d9').innerHTML += ' | View Map';var $lfefce73aa9036fa7ff3206d97e31f417 = '

Community Alliance Credit Union

Address: 37401 Plymouth Rd, Livonia, MI 48150
Phone: (734) 464-8079
';var m_fefce73aa9036fa7ff3206d97e31f417 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Alliance Credit Union',});m_fefce73aa9036fa7ff3206d97e31f417['infowindow'] = new google.maps.InfoWindow({content: $lfefce73aa9036fa7ff3206d97e31f417});var infowindow = new google.maps.InfoWindow({content: $lfefce73aa9036fa7ff3206d97e31f417});google.maps.event.addListener(m_fefce73aa9036fa7ff3206d97e31f417, 'click', function() {infowindow.open(map,m_fefce73aa9036fa7ff3206d97e31f417);});$marker.push(m_fefce73aa9036fa7ff3206d97e31f417);}});}google.maps.event.addDomListener(window, 'load', initialize);