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(43.2733,-82.62)};var g_210a75a57e195374fc5a90a8bf4c911c = new google.maps.Geocoder();g_210a75a57e195374fc5a90a8bf4c911c.geocode( { 'address': "50 N Howard Ave, Croswell, MI 48422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('croswell-MI-ea-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('croswell-MI-ea-credit-union'), mapOptions);}document.getElementById('3cbf905c').innerHTML += ' | View Map';var $l210a75a57e195374fc5a90a8bf4c911c = '

E&A Credit Union

Address: 50 N Howard Ave, Croswell, MI 48422, USA
Phone: (800) 356-3228
';var m_210a75a57e195374fc5a90a8bf4c911c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'E&A Credit Union',});m_210a75a57e195374fc5a90a8bf4c911c['infowindow'] = new google.maps.InfoWindow({content: $l210a75a57e195374fc5a90a8bf4c911c});var infowindow = new google.maps.InfoWindow({content: $l210a75a57e195374fc5a90a8bf4c911c});google.maps.event.addListener(m_210a75a57e195374fc5a90a8bf4c911c, 'click', function() {infowindow.open(map,m_210a75a57e195374fc5a90a8bf4c911c);});$marker.push(m_210a75a57e195374fc5a90a8bf4c911c);}});}google.maps.event.addDomListener(window, 'load', initialize);