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(32.5218,-83.8705)};var g_5e78fbd2d0479614fb966059b8030d4d = new google.maps.Geocoder();g_5e78fbd2d0479614fb966059b8030d4d.geocode( { 'address': "425 James E Khoury Drive, Fort Valley, GA 31030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-valley-GA-development-authority-of-peach-county-georgia').style.display = '';map = new google.maps.Map(document.getElementById('fort-valley-GA-development-authority-of-peach-county-georgia'), mapOptions);}document.getElementById('e639723d').innerHTML += ' | View Map';var $l5e78fbd2d0479614fb966059b8030d4d = '

Development Authority of Peach County, Georgia

Address: 425 James E Khoury Drive, Fort Valley, GA 31030, USA
Phone: (478) 825-3826
';var m_5e78fbd2d0479614fb966059b8030d4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Development Authority of Peach County, Georgia',});m_5e78fbd2d0479614fb966059b8030d4d['infowindow'] = new google.maps.InfoWindow({content: $l5e78fbd2d0479614fb966059b8030d4d});var infowindow = new google.maps.InfoWindow({content: $l5e78fbd2d0479614fb966059b8030d4d});google.maps.event.addListener(m_5e78fbd2d0479614fb966059b8030d4d, 'click', function() {infowindow.open(map,m_5e78fbd2d0479614fb966059b8030d4d);});$marker.push(m_5e78fbd2d0479614fb966059b8030d4d);}});}google.maps.event.addDomListener(window, 'load', initialize);