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(33.4069,-84.5994)};var g_4bf83d2abcafea8c6da4db44e3cfe949 = new google.maps.Geocoder();g_4bf83d2abcafea8c6da4db44e3cfe949.geocode( { 'address': "277 GA-74 #200, Peachtree City, GA 30269, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('peachtree-city-GA-derek-nowicki---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('peachtree-city-GA-derek-nowicki---country-financial-representative'), mapOptions);}document.getElementById('36304ab3').innerHTML += ' | View Map';var $l4bf83d2abcafea8c6da4db44e3cfe949 = '

Derek Nowicki - COUNTRY Financial Representative

Address: 277 GA-74 #200, Peachtree City, GA 30269, USA
Phone: (770) 254-4750
';var m_4bf83d2abcafea8c6da4db44e3cfe949 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Derek Nowicki - COUNTRY Financial Representative',});m_4bf83d2abcafea8c6da4db44e3cfe949['infowindow'] = new google.maps.InfoWindow({content: $l4bf83d2abcafea8c6da4db44e3cfe949});var infowindow = new google.maps.InfoWindow({content: $l4bf83d2abcafea8c6da4db44e3cfe949});google.maps.event.addListener(m_4bf83d2abcafea8c6da4db44e3cfe949, 'click', function() {infowindow.open(map,m_4bf83d2abcafea8c6da4db44e3cfe949);});$marker.push(m_4bf83d2abcafea8c6da4db44e3cfe949);}});}google.maps.event.addDomListener(window, 'load', initialize);