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.2397,-83.2711)};var g_7d4257317bab6b776c182c6a2cfb7b0a = new google.maps.Geocoder();g_7d4257317bab6b776c182c6a2cfb7b0a.geocode( { 'address': "9300 Cooper St, Taylor, MI 48180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-MI-alliance-catholic-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('taylor-MI-alliance-catholic-credit-union'), mapOptions);}document.getElementById('a32785d6').innerHTML += ' | View Map';var $l7d4257317bab6b776c182c6a2cfb7b0a = '

Alliance Catholic Credit Union

Address: 9300 Cooper St, Taylor, MI 48180, USA
Phone: (877) 950-2228
';var m_7d4257317bab6b776c182c6a2cfb7b0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alliance Catholic Credit Union',});m_7d4257317bab6b776c182c6a2cfb7b0a['infowindow'] = new google.maps.InfoWindow({content: $l7d4257317bab6b776c182c6a2cfb7b0a});var infowindow = new google.maps.InfoWindow({content: $l7d4257317bab6b776c182c6a2cfb7b0a});google.maps.event.addListener(m_7d4257317bab6b776c182c6a2cfb7b0a, 'click', function() {infowindow.open(map,m_7d4257317bab6b776c182c6a2cfb7b0a);});$marker.push(m_7d4257317bab6b776c182c6a2cfb7b0a);}});}google.maps.event.addDomListener(window, 'load', initialize);