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(41.1571,-85.4911)};var g_a5d0cb846a55150f01d7a8c142a8502c = new google.maps.Geocoder();g_a5d0cb846a55150f01d7a8c142a8502c.geocode( { 'address': "232 W Van Buren St #104, Columbia City, IN 46725, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-city-IN-caliber-funding').style.display = '';map = new google.maps.Map(document.getElementById('columbia-city-IN-caliber-funding'), mapOptions);}document.getElementById('aff858f6').innerHTML += ' | View Map';var $la5d0cb846a55150f01d7a8c142a8502c = '

Caliber Funding

Address: 232 W Van Buren St #104, Columbia City, IN 46725, USA
Phone: (260) 750-5304
';var m_a5d0cb846a55150f01d7a8c142a8502c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Caliber Funding',});m_a5d0cb846a55150f01d7a8c142a8502c['infowindow'] = new google.maps.InfoWindow({content: $la5d0cb846a55150f01d7a8c142a8502c});var infowindow = new google.maps.InfoWindow({content: $la5d0cb846a55150f01d7a8c142a8502c});google.maps.event.addListener(m_a5d0cb846a55150f01d7a8c142a8502c, 'click', function() {infowindow.open(map,m_a5d0cb846a55150f01d7a8c142a8502c);});$marker.push(m_a5d0cb846a55150f01d7a8c142a8502c);}});}google.maps.event.addDomListener(window, 'load', initialize);