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.2486,-84.385)};var g_a34aeccaae6611e6fc3b5687b8bc6479 = new google.maps.Geocoder();g_a34aeccaae6611e6fc3b5687b8bc6479.geocode( { 'address': "958 W Monroe St, Jackson, MI 49202"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jackson-MI-south-central-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jackson-MI-south-central-credit-union'), mapOptions);}document.getElementById('5aa8828c').innerHTML += ' | View Map';var $la34aeccaae6611e6fc3b5687b8bc6479 = '

South Central Credit Union

Address: 958 W Monroe St, Jackson, MI 49202
Phone: (517) 787-2220
';var m_a34aeccaae6611e6fc3b5687b8bc6479 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Central Credit Union',});m_a34aeccaae6611e6fc3b5687b8bc6479['infowindow'] = new google.maps.InfoWindow({content: $la34aeccaae6611e6fc3b5687b8bc6479});var infowindow = new google.maps.InfoWindow({content: $la34aeccaae6611e6fc3b5687b8bc6479});google.maps.event.addListener(m_a34aeccaae6611e6fc3b5687b8bc6479, 'click', function() {infowindow.open(map,m_a34aeccaae6611e6fc3b5687b8bc6479);});$marker.push(m_a34aeccaae6611e6fc3b5687b8bc6479);}});}google.maps.event.addDomListener(window, 'load', initialize);