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.3415,-83.3971)};var g_f20b96673d628cfa435e92faa3b94666 = new google.maps.Geocoder();g_f20b96673d628cfa435e92faa3b94666.geocode( { 'address': "29450 Warren Rd, Westland, MI 48185"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westland-MI-credit-union-one').style.display = '';map = new google.maps.Map(document.getElementById('westland-MI-credit-union-one'), mapOptions);}document.getElementById('ac209a91').innerHTML += ' | View Map';var $lf20b96673d628cfa435e92faa3b94666 = '

Credit Union One

Address: 29450 Warren Rd, Westland, MI 48185
Phone: (734) 425-1520
';var m_f20b96673d628cfa435e92faa3b94666 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Union One',});m_f20b96673d628cfa435e92faa3b94666['infowindow'] = new google.maps.InfoWindow({content: $lf20b96673d628cfa435e92faa3b94666});var infowindow = new google.maps.InfoWindow({content: $lf20b96673d628cfa435e92faa3b94666});google.maps.event.addListener(m_f20b96673d628cfa435e92faa3b94666, 'click', function() {infowindow.open(map,m_f20b96673d628cfa435e92faa3b94666);});$marker.push(m_f20b96673d628cfa435e92faa3b94666);}});}google.maps.event.addDomListener(window, 'load', initialize);