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(34.6225,-83.8036)};var g_d178570deec78d98d39675f0da05f77f = new google.maps.Geocoder();g_d178570deec78d98d39675f0da05f77f.geocode( { 'address': "3173 US-129, Cleveland, GA 30528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-GA-access-to-capital-for-entrepreneurs-inc-ace').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-GA-access-to-capital-for-entrepreneurs-inc-ace'), mapOptions);}document.getElementById('f86dadc3').innerHTML += ' | View Map';var $ld178570deec78d98d39675f0da05f77f = '

Access to Capital for Entrepreneurs Inc (ACE)

Address: 3173 US-129, Cleveland, GA 30528, USA
Phone: (678) 335-5600
';var m_d178570deec78d98d39675f0da05f77f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Access to Capital for Entrepreneurs Inc (ACE)',});m_d178570deec78d98d39675f0da05f77f['infowindow'] = new google.maps.InfoWindow({content: $ld178570deec78d98d39675f0da05f77f});var infowindow = new google.maps.InfoWindow({content: $ld178570deec78d98d39675f0da05f77f});google.maps.event.addListener(m_d178570deec78d98d39675f0da05f77f, 'click', function() {infowindow.open(map,m_d178570deec78d98d39675f0da05f77f);});$marker.push(m_d178570deec78d98d39675f0da05f77f);}});}google.maps.event.addDomListener(window, 'load', initialize);