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(41.7094,-86.8648)};var g_aa84995d46cbcb21c3367755cfc02c45 = new google.maps.Geocoder();g_aa84995d46cbcb21c3367755cfc02c45.geocode( { 'address': "3064 Ohio St, Michigan City, IN 46360"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('michigan-city-IN-members-advantage-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('michigan-city-IN-members-advantage-credit-union'), mapOptions);}document.getElementById('a544614c').innerHTML += ' | View Map';var $laa84995d46cbcb21c3367755cfc02c45 = '

Members Advantage Credit Union

Address: 3064 Ohio St, Michigan City, IN 46360
Phone: (877) 874-6943
';var m_aa84995d46cbcb21c3367755cfc02c45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Members Advantage Credit Union',});m_aa84995d46cbcb21c3367755cfc02c45['infowindow'] = new google.maps.InfoWindow({content: $laa84995d46cbcb21c3367755cfc02c45});var infowindow = new google.maps.InfoWindow({content: $laa84995d46cbcb21c3367755cfc02c45});google.maps.event.addListener(m_aa84995d46cbcb21c3367755cfc02c45, 'click', function() {infowindow.open(map,m_aa84995d46cbcb21c3367755cfc02c45);});$marker.push(m_aa84995d46cbcb21c3367755cfc02c45);}});}google.maps.event.addDomListener(window, 'load', initialize);