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.4636,-82.9583)};var g_91f0593858a452cf4839c9076340c3e8 = new google.maps.Geocoder();g_91f0593858a452cf4839c9076340c3e8.geocode( { 'address': "22544 Gratiot Ave, Eastpointe, MI 48021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eastpointe-MI-eastpointe-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('eastpointe-MI-eastpointe-community-cu'), mapOptions);}document.getElementById('f8f0f4d8').innerHTML += ' | View Map';var $l91f0593858a452cf4839c9076340c3e8 = '

Eastpointe Community CU

Address: 22544 Gratiot Ave, Eastpointe, MI 48021, USA
Phone: (586) 775-3160
';var m_91f0593858a452cf4839c9076340c3e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastpointe Community CU',});m_91f0593858a452cf4839c9076340c3e8['infowindow'] = new google.maps.InfoWindow({content: $l91f0593858a452cf4839c9076340c3e8});var infowindow = new google.maps.InfoWindow({content: $l91f0593858a452cf4839c9076340c3e8});google.maps.event.addListener(m_91f0593858a452cf4839c9076340c3e8, 'click', function() {infowindow.open(map,m_91f0593858a452cf4839c9076340c3e8);});$marker.push(m_91f0593858a452cf4839c9076340c3e8);}});}google.maps.event.addDomListener(window, 'load', initialize);