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.8805,-83.2969)};var g_a97c389abbc1af319bf1fc61656bd536 = new google.maps.Geocoder();g_a97c389abbc1af319bf1fc61656bd536.geocode( { 'address': "3338 Country Club Rd, Bldg L, Valdosta, GA 31605, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valdosta-GA-david-blevins---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('valdosta-GA-david-blevins---country-financial-representative'), mapOptions);}document.getElementById('135a8064').innerHTML += ' | View Map';var $la97c389abbc1af319bf1fc61656bd536 = '

David Blevins - COUNTRY Financial Representative

Address: 3338 Country Club Rd, Bldg L, Valdosta, GA 31605, USA
Phone: (229) 247-1888
';var m_a97c389abbc1af319bf1fc61656bd536 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'David Blevins - COUNTRY Financial Representative',});m_a97c389abbc1af319bf1fc61656bd536['infowindow'] = new google.maps.InfoWindow({content: $la97c389abbc1af319bf1fc61656bd536});var infowindow = new google.maps.InfoWindow({content: $la97c389abbc1af319bf1fc61656bd536});google.maps.event.addListener(m_a97c389abbc1af319bf1fc61656bd536, 'click', function() {infowindow.open(map,m_a97c389abbc1af319bf1fc61656bd536);});$marker.push(m_a97c389abbc1af319bf1fc61656bd536);}});}google.maps.event.addDomListener(window, 'load', initialize);