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.238,-85.4131)};var g_bed169096ccd26ce97c9ff2021ac459a = new google.maps.Geocoder();g_bed169096ccd26ce97c9ff2021ac459a.geocode( { 'address': "5400 Wheeling Ave, Muncie, IN 47304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncie-IN-muncie-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('muncie-IN-muncie-federal-credit-union'), mapOptions);}document.getElementById('72b2ee6d').innerHTML += ' | View Map';var $lbed169096ccd26ce97c9ff2021ac459a = '

Muncie Federal Credit Union

Address: 5400 Wheeling Ave, Muncie, IN 47304, USA
Phone: (765) 284-7667
';var m_bed169096ccd26ce97c9ff2021ac459a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Muncie Federal Credit Union',});m_bed169096ccd26ce97c9ff2021ac459a['infowindow'] = new google.maps.InfoWindow({content: $lbed169096ccd26ce97c9ff2021ac459a});var infowindow = new google.maps.InfoWindow({content: $lbed169096ccd26ce97c9ff2021ac459a});google.maps.event.addListener(m_bed169096ccd26ce97c9ff2021ac459a, 'click', function() {infowindow.open(map,m_bed169096ccd26ce97c9ff2021ac459a);});$marker.push(m_bed169096ccd26ce97c9ff2021ac459a);}});}google.maps.event.addDomListener(window, 'load', initialize);