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.9637,-83.7741)};var g_a38f148846902ecf2d8c2dec6b3aa52d = new google.maps.Geocoder();g_a38f148846902ecf2d8c2dec6b3aa52d.geocode( { 'address': "619 E 16th Ave # J, Cordele, GA 31015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cordele-GA-cbv-collections').style.display = '';map = new google.maps.Map(document.getElementById('cordele-GA-cbv-collections'), mapOptions);}document.getElementById('bc671ad8').innerHTML += ' | View Map';var $la38f148846902ecf2d8c2dec6b3aa52d = '

CBV Collections

Address: 619 E 16th Ave # J, Cordele, GA 31015, USA
Phone: (229) 273-0402
';var m_a38f148846902ecf2d8c2dec6b3aa52d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CBV Collections',});m_a38f148846902ecf2d8c2dec6b3aa52d['infowindow'] = new google.maps.InfoWindow({content: $la38f148846902ecf2d8c2dec6b3aa52d});var infowindow = new google.maps.InfoWindow({content: $la38f148846902ecf2d8c2dec6b3aa52d});google.maps.event.addListener(m_a38f148846902ecf2d8c2dec6b3aa52d, 'click', function() {infowindow.open(map,m_a38f148846902ecf2d8c2dec6b3aa52d);});$marker.push(m_a38f148846902ecf2d8c2dec6b3aa52d);}});}google.maps.event.addDomListener(window, 'load', initialize);