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.2258,-83.2811)};var g_f2410c4d506f64ffb147fadf3b95f977 = new google.maps.Geocoder();g_f2410c4d506f64ffb147fadf3b95f977.geocode( { 'address': "25155 Goddard Rd, Taylor, MI 48180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylor-MI-total-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('taylor-MI-total-community-credit-union'), mapOptions);}document.getElementById('8c5b170c').innerHTML += ' | View Map';var $lf2410c4d506f64ffb147fadf3b95f977 = '

Total Community Credit Union

Address: 25155 Goddard Rd, Taylor, MI 48180, USA
Phone: (313) 291-3300
';var m_f2410c4d506f64ffb147fadf3b95f977 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Total Community Credit Union',});m_f2410c4d506f64ffb147fadf3b95f977['infowindow'] = new google.maps.InfoWindow({content: $lf2410c4d506f64ffb147fadf3b95f977});var infowindow = new google.maps.InfoWindow({content: $lf2410c4d506f64ffb147fadf3b95f977});google.maps.event.addListener(m_f2410c4d506f64ffb147fadf3b95f977, 'click', function() {infowindow.open(map,m_f2410c4d506f64ffb147fadf3b95f977);});$marker.push(m_f2410c4d506f64ffb147fadf3b95f977);}});}google.maps.event.addDomListener(window, 'load', initialize);