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.1874,-83.1588)};var g_37ced1e3bdac814363580634df65b9d3 = new google.maps.Geocoder();g_37ced1e3bdac814363580634df65b9d3.geocode( { 'address': "4500 Biddle Ave, Wyandotte, MI 48192, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wyandotte-MI-downriver-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wyandotte-MI-downriver-community-federal-credit-union'), mapOptions);}document.getElementById('101ca019').innerHTML += ' | View Map';var $l37ced1e3bdac814363580634df65b9d3 = '

Downriver Community Federal Credit Union

Address: 4500 Biddle Ave, Wyandotte, MI 48192, USA
Phone: (734) 283-1613
';var m_37ced1e3bdac814363580634df65b9d3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Downriver Community Federal Credit Union',});m_37ced1e3bdac814363580634df65b9d3['infowindow'] = new google.maps.InfoWindow({content: $l37ced1e3bdac814363580634df65b9d3});var infowindow = new google.maps.InfoWindow({content: $l37ced1e3bdac814363580634df65b9d3});google.maps.event.addListener(m_37ced1e3bdac814363580634df65b9d3, 'click', function() {infowindow.open(map,m_37ced1e3bdac814363580634df65b9d3);});$marker.push(m_37ced1e3bdac814363580634df65b9d3);}});}google.maps.event.addDomListener(window, 'load', initialize);