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(40.524,-85.6377)};var g_31e21b5dd441968b6d8ddbf0019e6773 = new google.maps.Geocoder();g_31e21b5dd441968b6d8ddbf0019e6773.geocode( { 'address': "1619 E 38th St, Marion, IN 46953, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IN-indiana-members-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('marion-IN-indiana-members-credit-union'), mapOptions);}document.getElementById('ce46f8ec').innerHTML += ' | View Map';var $l31e21b5dd441968b6d8ddbf0019e6773 = '

Indiana Members Credit Union

Address: 1619 E 38th St, Marion, IN 46953, USA
Phone: (765) 674-3348
';var m_31e21b5dd441968b6d8ddbf0019e6773 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indiana Members Credit Union',});m_31e21b5dd441968b6d8ddbf0019e6773['infowindow'] = new google.maps.InfoWindow({content: $l31e21b5dd441968b6d8ddbf0019e6773});var infowindow = new google.maps.InfoWindow({content: $l31e21b5dd441968b6d8ddbf0019e6773});google.maps.event.addListener(m_31e21b5dd441968b6d8ddbf0019e6773, 'click', function() {infowindow.open(map,m_31e21b5dd441968b6d8ddbf0019e6773);});$marker.push(m_31e21b5dd441968b6d8ddbf0019e6773);}});}google.maps.event.addDomListener(window, 'load', initialize);