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.3087,-83.815)};var g_f776a85094011d5744ae04650ec8cf0f = new google.maps.Geocoder();g_f776a85094011d5744ae04650ec8cf0f.geocode( { 'address': "460 S Enota Dr NE, Gainesville, GA 30501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-GA-small-business-access-partners').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-GA-small-business-access-partners'), mapOptions);}document.getElementById('2c6c111a').innerHTML += ' | View Map';var $lf776a85094011d5744ae04650ec8cf0f = '

Small Business Access Partners

Address: 460 S Enota Dr NE, Gainesville, GA 30501, USA
Phone: (770) 536-7839
';var m_f776a85094011d5744ae04650ec8cf0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Small Business Access Partners',});m_f776a85094011d5744ae04650ec8cf0f['infowindow'] = new google.maps.InfoWindow({content: $lf776a85094011d5744ae04650ec8cf0f});var infowindow = new google.maps.InfoWindow({content: $lf776a85094011d5744ae04650ec8cf0f});google.maps.event.addListener(m_f776a85094011d5744ae04650ec8cf0f, 'click', function() {infowindow.open(map,m_f776a85094011d5744ae04650ec8cf0f);});$marker.push(m_f776a85094011d5744ae04650ec8cf0f);}});}google.maps.event.addDomListener(window, 'load', initialize);