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.2195,-85.3814)};var g_2a58d32d2b0f0042a9d252cae6d0079c = new google.maps.Geocoder();g_2a58d32d2b0f0042a9d252cae6d0079c.geocode( { 'address': "506 E McGalliard Rd, Muncie, IN 47303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncie-IN-cnac-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('muncie-IN-cnac-finance-co'), mapOptions);}document.getElementById('dd0109a3').innerHTML += ' | View Map';var $l2a58d32d2b0f0042a9d252cae6d0079c = '

CNAC Finance Co

Address: 506 E McGalliard Rd, Muncie, IN 47303, USA
Phone: (765) 287-8666
';var m_2a58d32d2b0f0042a9d252cae6d0079c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNAC Finance Co',});m_2a58d32d2b0f0042a9d252cae6d0079c['infowindow'] = new google.maps.InfoWindow({content: $l2a58d32d2b0f0042a9d252cae6d0079c});var infowindow = new google.maps.InfoWindow({content: $l2a58d32d2b0f0042a9d252cae6d0079c});google.maps.event.addListener(m_2a58d32d2b0f0042a9d252cae6d0079c, 'click', function() {infowindow.open(map,m_2a58d32d2b0f0042a9d252cae6d0079c);});$marker.push(m_2a58d32d2b0f0042a9d252cae6d0079c);}});}google.maps.event.addDomListener(window, 'load', initialize);