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(31.6041,-97.1009)};var g_352a762705ed7fdf75837da1e3c9c815 = new google.maps.Geocoder();g_352a762705ed7fdf75837da1e3c9c815.geocode( { 'address': "800 TX-340 Loop, Waco, TX 76705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-community-loans-of-america-inc').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-community-loans-of-america-inc'), mapOptions);}document.getElementById('afcdd4c3').innerHTML += ' | View Map';var $l352a762705ed7fdf75837da1e3c9c815 = '

Community Loans of America Inc

Address: 800 TX-340 Loop, Waco, TX 76705, USA
Phone: (254) 867-9500
';var m_352a762705ed7fdf75837da1e3c9c815 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Loans of America Inc',});m_352a762705ed7fdf75837da1e3c9c815['infowindow'] = new google.maps.InfoWindow({content: $l352a762705ed7fdf75837da1e3c9c815});var infowindow = new google.maps.InfoWindow({content: $l352a762705ed7fdf75837da1e3c9c815});google.maps.event.addListener(m_352a762705ed7fdf75837da1e3c9c815, 'click', function() {infowindow.open(map,m_352a762705ed7fdf75837da1e3c9c815);});$marker.push(m_352a762705ed7fdf75837da1e3c9c815);}});}google.maps.event.addDomListener(window, 'load', initialize);