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.5618,-87.5196)};var g_06f20d90b2a19b3467917457cfd7dd9c = new google.maps.Geocoder();g_06f20d90b2a19b3467917457cfd7dd9c.geocode( { 'address': "306 Ridge Rd, Munster, IN 46321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('munster-IN-members-source-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('munster-IN-members-source-credit-union'), mapOptions);}document.getElementById('9623000f').innerHTML += ' | View Map';var $l06f20d90b2a19b3467917457cfd7dd9c = '

Members Source Credit Union

Address: 306 Ridge Rd, Munster, IN 46321, USA
Phone: (219) 756-4141
';var m_06f20d90b2a19b3467917457cfd7dd9c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Members Source Credit Union',});m_06f20d90b2a19b3467917457cfd7dd9c['infowindow'] = new google.maps.InfoWindow({content: $l06f20d90b2a19b3467917457cfd7dd9c});var infowindow = new google.maps.InfoWindow({content: $l06f20d90b2a19b3467917457cfd7dd9c});google.maps.event.addListener(m_06f20d90b2a19b3467917457cfd7dd9c, 'click', function() {infowindow.open(map,m_06f20d90b2a19b3467917457cfd7dd9c);});$marker.push(m_06f20d90b2a19b3467917457cfd7dd9c);}});}google.maps.event.addDomListener(window, 'load', initialize);