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(30.8371,-83.2842)};var g_eb8a56e79a90fff26e50196dbc6c9d66 = new google.maps.Geocoder();g_eb8a56e79a90fff26e50196dbc6c9d66.geocode( { 'address': "700 N Toombs St, Valdosta, GA 31601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valdosta-GA-cbv-collections-inc').style.display = '';map = new google.maps.Map(document.getElementById('valdosta-GA-cbv-collections-inc'), mapOptions);}document.getElementById('cdd02250').innerHTML += ' | View Map';var $leb8a56e79a90fff26e50196dbc6c9d66 = '

CBV Collections Inc

Address: 700 N Toombs St, Valdosta, GA 31601, USA
Phone: (229) 242-5633
';var m_eb8a56e79a90fff26e50196dbc6c9d66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBV Collections Inc',});m_eb8a56e79a90fff26e50196dbc6c9d66['infowindow'] = new google.maps.InfoWindow({content: $leb8a56e79a90fff26e50196dbc6c9d66});var infowindow = new google.maps.InfoWindow({content: $leb8a56e79a90fff26e50196dbc6c9d66});google.maps.event.addListener(m_eb8a56e79a90fff26e50196dbc6c9d66, 'click', function() {infowindow.open(map,m_eb8a56e79a90fff26e50196dbc6c9d66);});$marker.push(m_eb8a56e79a90fff26e50196dbc6c9d66);}});}google.maps.event.addDomListener(window, 'load', initialize);