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.4101,-83.1015)};var g_35eb008e140a141c46696b5e28f57ba5 = new google.maps.Geocoder();g_35eb008e140a141c46696b5e28f57ba5.geocode( { 'address': "15123 Woodward Ave, Highland Park, MI 48203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-park-MI-one-detroit-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('highland-park-MI-one-detroit-credit-union'), mapOptions);}document.getElementById('5f0af08f').innerHTML += ' | View Map';var $l35eb008e140a141c46696b5e28f57ba5 = '

One Detroit Credit Union

Address: 15123 Woodward Ave, Highland Park, MI 48203, USA
Phone: (313) 965-8640 ext.
';var m_35eb008e140a141c46696b5e28f57ba5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'One Detroit Credit Union',});m_35eb008e140a141c46696b5e28f57ba5['infowindow'] = new google.maps.InfoWindow({content: $l35eb008e140a141c46696b5e28f57ba5});var infowindow = new google.maps.InfoWindow({content: $l35eb008e140a141c46696b5e28f57ba5});google.maps.event.addListener(m_35eb008e140a141c46696b5e28f57ba5, 'click', function() {infowindow.open(map,m_35eb008e140a141c46696b5e28f57ba5);});$marker.push(m_35eb008e140a141c46696b5e28f57ba5);}});}google.maps.event.addDomListener(window, 'load', initialize);