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.3064,-83.1733)};var g_f92cac8407e3b93a85f8346ba9f65481 = new google.maps.Geocoder();g_f92cac8407e3b93a85f8346ba9f65481.geocode( { 'address': "18590 Outer Dr, Dearborn, MI 48128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dearborn-MI-united-churches-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('dearborn-MI-united-churches-credit-union'), mapOptions);}document.getElementById('d75cf7d7').innerHTML += ' | View Map';var $lf92cac8407e3b93a85f8346ba9f65481 = '

United Churches Credit Union

Address: 18590 Outer Dr, Dearborn, MI 48128
Phone: (313) 565-8400
';var m_f92cac8407e3b93a85f8346ba9f65481 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Churches Credit Union',});m_f92cac8407e3b93a85f8346ba9f65481['infowindow'] = new google.maps.InfoWindow({content: $lf92cac8407e3b93a85f8346ba9f65481});var infowindow = new google.maps.InfoWindow({content: $lf92cac8407e3b93a85f8346ba9f65481});google.maps.event.addListener(m_f92cac8407e3b93a85f8346ba9f65481, 'click', function() {infowindow.open(map,m_f92cac8407e3b93a85f8346ba9f65481);});$marker.push(m_f92cac8407e3b93a85f8346ba9f65481);}});}google.maps.event.addDomListener(window, 'load', initialize);