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.5517,-97.1386)};var g_4f7acff0203b6806c23d9bdbb0d276f8 = new google.maps.Geocoder();g_4f7acff0203b6806c23d9bdbb0d276f8.geocode( { 'address': "Waco, TX 76701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waco-TX-consumer-credit-counseling-services').style.display = '';map = new google.maps.Map(document.getElementById('waco-TX-consumer-credit-counseling-services'), mapOptions);}document.getElementById('3d424d1d').innerHTML += ' | View Map';var $l4f7acff0203b6806c23d9bdbb0d276f8 = '

Consumer Credit Counseling Services

Address: Waco, TX 76701, USA
Phone: (254) 752-3042
';var m_4f7acff0203b6806c23d9bdbb0d276f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumer Credit Counseling Services',});m_4f7acff0203b6806c23d9bdbb0d276f8['infowindow'] = new google.maps.InfoWindow({content: $l4f7acff0203b6806c23d9bdbb0d276f8});var infowindow = new google.maps.InfoWindow({content: $l4f7acff0203b6806c23d9bdbb0d276f8});google.maps.event.addListener(m_4f7acff0203b6806c23d9bdbb0d276f8, 'click', function() {infowindow.open(map,m_4f7acff0203b6806c23d9bdbb0d276f8);});$marker.push(m_4f7acff0203b6806c23d9bdbb0d276f8);}});}google.maps.event.addDomListener(window, 'load', initialize);