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.2073,-84.1319)};var g_2f4850d74e193947ef1738a88a1f953b = new google.maps.Geocoder();g_2f4850d74e193947ef1738a88a1f953b.geocode( { 'address': "416 Pirkle Ferry Rd, Cumming, GA 30040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-carroll--company-cpas-pc').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-carroll--company-cpas-pc'), mapOptions);}document.getElementById('c6093a68').innerHTML += ' | View Map';var $l2f4850d74e193947ef1738a88a1f953b = '

Carroll & Company CPA's PC

Address: 416 Pirkle Ferry Rd, Cumming, GA 30040, USA
Phone: (770) 889-2468
';var m_2f4850d74e193947ef1738a88a1f953b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carroll & Company CPA's PC',});m_2f4850d74e193947ef1738a88a1f953b['infowindow'] = new google.maps.InfoWindow({content: $l2f4850d74e193947ef1738a88a1f953b});var infowindow = new google.maps.InfoWindow({content: $l2f4850d74e193947ef1738a88a1f953b});google.maps.event.addListener(m_2f4850d74e193947ef1738a88a1f953b, 'click', function() {infowindow.open(map,m_2f4850d74e193947ef1738a88a1f953b);});$marker.push(m_2f4850d74e193947ef1738a88a1f953b);}});}google.maps.event.addDomListener(window, 'load', initialize);