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.1971,-85.4148)};var g_00160fe81ef1540ab98b6f4a0cc21a35 = new google.maps.Geocoder();g_00160fe81ef1540ab98b6f4a0cc21a35.geocode( { 'address': "2401 W University Ave, Muncie, IN 47303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncie-IN-indiana-members-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muncie-IN-indiana-members-credit-union'), mapOptions);}document.getElementById('0c323471').innerHTML += ' | View Map';var $l00160fe81ef1540ab98b6f4a0cc21a35 = '

Indiana Members Credit Union

Address: 2401 W University Ave, Muncie, IN 47303, USA
Phone: (765) 747-3727
';var m_00160fe81ef1540ab98b6f4a0cc21a35 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Indiana Members Credit Union',});m_00160fe81ef1540ab98b6f4a0cc21a35['infowindow'] = new google.maps.InfoWindow({content: $l00160fe81ef1540ab98b6f4a0cc21a35});var infowindow = new google.maps.InfoWindow({content: $l00160fe81ef1540ab98b6f4a0cc21a35});google.maps.event.addListener(m_00160fe81ef1540ab98b6f4a0cc21a35, 'click', function() {infowindow.open(map,m_00160fe81ef1540ab98b6f4a0cc21a35);});$marker.push(m_00160fe81ef1540ab98b6f4a0cc21a35);}});}google.maps.event.addDomListener(window, 'load', initialize);