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.215,-85.4)};var g_bff670b309c06481c2151f3d61414681 = new google.maps.Geocoder();g_bff670b309c06481c2151f3d61414681.geocode( { 'address': "2610 Wheeling Ave, Muncie, IN 47303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncie-IN-industrial-centre-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('muncie-IN-industrial-centre-federal-cu'), mapOptions);}document.getElementById('8cc63046').innerHTML += ' | View Map';var $lbff670b309c06481c2151f3d61414681 = '

Industrial Centre Federal Cu

Address: 2610 Wheeling Ave, Muncie, IN 47303, USA
Phone: (765) 289-7001
';var m_bff670b309c06481c2151f3d61414681 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Industrial Centre Federal Cu',});m_bff670b309c06481c2151f3d61414681['infowindow'] = new google.maps.InfoWindow({content: $lbff670b309c06481c2151f3d61414681});var infowindow = new google.maps.InfoWindow({content: $lbff670b309c06481c2151f3d61414681});google.maps.event.addListener(m_bff670b309c06481c2151f3d61414681, 'click', function() {infowindow.open(map,m_bff670b309c06481c2151f3d61414681);});$marker.push(m_bff670b309c06481c2151f3d61414681);}});}google.maps.event.addDomListener(window, 'load', initialize);