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.2486,-84.4787)};var g_8c9f62e19f6e213e2931c8fef9f08b64 = new google.maps.Geocoder();g_8c9f62e19f6e213e2931c8fef9f08b64.geocode( { 'address': "1353 Riverstone Pkwy #120, Canton, GA 30114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-GA-small-business-resources-associates-sbra').style.display = '';map = new google.maps.Map(document.getElementById('canton-GA-small-business-resources-associates-sbra'), mapOptions);}document.getElementById('f476d17d').innerHTML += ' | View Map';var $l8c9f62e19f6e213e2931c8fef9f08b64 = '

Small Business Resources Associates (SBRA)

Address: 1353 Riverstone Pkwy #120, Canton, GA 30114, USA
Phone: (770) 735-1613
';var m_8c9f62e19f6e213e2931c8fef9f08b64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Small Business Resources Associates (SBRA)',});m_8c9f62e19f6e213e2931c8fef9f08b64['infowindow'] = new google.maps.InfoWindow({content: $l8c9f62e19f6e213e2931c8fef9f08b64});var infowindow = new google.maps.InfoWindow({content: $l8c9f62e19f6e213e2931c8fef9f08b64});google.maps.event.addListener(m_8c9f62e19f6e213e2931c8fef9f08b64, 'click', function() {infowindow.open(map,m_8c9f62e19f6e213e2931c8fef9f08b64);});$marker.push(m_8c9f62e19f6e213e2931c8fef9f08b64);}});}google.maps.event.addDomListener(window, 'load', initialize);