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.5753,-82.9862)};var g_00f8e7cd652928cc21bad69b97a28a3f = new google.maps.Geocoder();g_00f8e7cd652928cc21bad69b97a28a3f.geocode( { 'address': "38169 Utica Rd, Sterling Heights, MI 48312, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-heights-MI-american-1-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('sterling-heights-MI-american-1-credit-union'), mapOptions);}document.getElementById('604c5b79').innerHTML += ' | View Map';var $l00f8e7cd652928cc21bad69b97a28a3f = '

American 1 Credit Union

Address: 38169 Utica Rd, Sterling Heights, MI 48312, USA
Phone: (586) 939-3937
';var m_00f8e7cd652928cc21bad69b97a28a3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American 1 Credit Union',});m_00f8e7cd652928cc21bad69b97a28a3f['infowindow'] = new google.maps.InfoWindow({content: $l00f8e7cd652928cc21bad69b97a28a3f});var infowindow = new google.maps.InfoWindow({content: $l00f8e7cd652928cc21bad69b97a28a3f});google.maps.event.addListener(m_00f8e7cd652928cc21bad69b97a28a3f, 'click', function() {infowindow.open(map,m_00f8e7cd652928cc21bad69b97a28a3f);});$marker.push(m_00f8e7cd652928cc21bad69b97a28a3f);}});}google.maps.event.addDomListener(window, 'load', initialize);