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.2161,-85.4096)};var g_f9ff2842711e7118b921ef216448684c = new google.maps.Geocoder();g_f9ff2842711e7118b921ef216448684c.geocode( { 'address': "3500 W Fox Ridge Ln, Muncie, IN 47304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('muncie-IN-caliber-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('muncie-IN-caliber-home-loans'), mapOptions);}document.getElementById('726ca973').innerHTML += ' | View Map';var $lf9ff2842711e7118b921ef216448684c = '

Caliber Home Loans

Address: 3500 W Fox Ridge Ln, Muncie, IN 47304, USA
Phone: (765) 273-6608
';var m_f9ff2842711e7118b921ef216448684c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Caliber Home Loans',});m_f9ff2842711e7118b921ef216448684c['infowindow'] = new google.maps.InfoWindow({content: $lf9ff2842711e7118b921ef216448684c});var infowindow = new google.maps.InfoWindow({content: $lf9ff2842711e7118b921ef216448684c});google.maps.event.addListener(m_f9ff2842711e7118b921ef216448684c, 'click', function() {infowindow.open(map,m_f9ff2842711e7118b921ef216448684c);});$marker.push(m_f9ff2842711e7118b921ef216448684c);}});}google.maps.event.addDomListener(window, 'load', initialize);