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.1901,-83.1802)};var g_59f95282cf4c78cc53cc7add06c46a78 = new google.maps.Geocoder();g_59f95282cf4c78cc53cc7add06c46a78.geocode( { 'address': "16225 Fort St, Southgate, MI 48195, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southgate-MI-zeal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('southgate-MI-zeal-credit-union'), mapOptions);}document.getElementById('3828161a').innerHTML += ' | View Map';var $l59f95282cf4c78cc53cc7add06c46a78 = '

Zeal Credit Union

Address: 16225 Fort St, Southgate, MI 48195, USA
Phone: (800) 321-8570
';var m_59f95282cf4c78cc53cc7add06c46a78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zeal Credit Union',});m_59f95282cf4c78cc53cc7add06c46a78['infowindow'] = new google.maps.InfoWindow({content: $l59f95282cf4c78cc53cc7add06c46a78});var infowindow = new google.maps.InfoWindow({content: $l59f95282cf4c78cc53cc7add06c46a78});google.maps.event.addListener(m_59f95282cf4c78cc53cc7add06c46a78, 'click', function() {infowindow.open(map,m_59f95282cf4c78cc53cc7add06c46a78);});$marker.push(m_59f95282cf4c78cc53cc7add06c46a78);}});}google.maps.event.addDomListener(window, 'load', initialize);