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.2919,-83.1782)};var g_94f0d540830ccdc6b29c1938eea445cc = new google.maps.Geocoder();g_94f0d540830ccdc6b29c1938eea445cc.geocode( { 'address': "17150 Allen Rd, Melvindale, MI 48122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('melvindale-MI-american-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('melvindale-MI-american-1-credit-union'), mapOptions);}document.getElementById('5cb2e747').innerHTML += ' | View Map';var $l94f0d540830ccdc6b29c1938eea445cc = '

American 1 Credit Union

Address: 17150 Allen Rd, Melvindale, MI 48122, USA
Phone: (313) 386-7520
';var m_94f0d540830ccdc6b29c1938eea445cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American 1 Credit Union',});m_94f0d540830ccdc6b29c1938eea445cc['infowindow'] = new google.maps.InfoWindow({content: $l94f0d540830ccdc6b29c1938eea445cc});var infowindow = new google.maps.InfoWindow({content: $l94f0d540830ccdc6b29c1938eea445cc});google.maps.event.addListener(m_94f0d540830ccdc6b29c1938eea445cc, 'click', function() {infowindow.open(map,m_94f0d540830ccdc6b29c1938eea445cc);});$marker.push(m_94f0d540830ccdc6b29c1938eea445cc);}});}google.maps.event.addDomListener(window, 'load', initialize);