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(33.2082,-87.5673)};var g_7fa3fafd201895f23af9b5fcb13e233a = new google.maps.Geocoder();g_7fa3fafd201895f23af9b5fcb13e233a.geocode( { 'address': "621 Greensboro Ave, Tuscaloosa, AL 35401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tuscaloosa-AL-alabama-small-business-development-center-network---state-office').style.display = '';map = new google.maps.Map(document.getElementById('tuscaloosa-AL-alabama-small-business-development-center-network---state-office'), mapOptions);}document.getElementById('812ac585').innerHTML += ' | View Map';var $l7fa3fafd201895f23af9b5fcb13e233a = '

Alabama Small Business Development Center Network - State Office

Address: 621 Greensboro Ave, Tuscaloosa, AL 35401, USA
Phone: (205) 348-1582
';var m_7fa3fafd201895f23af9b5fcb13e233a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Small Business Development Center Network - State Office',});m_7fa3fafd201895f23af9b5fcb13e233a['infowindow'] = new google.maps.InfoWindow({content: $l7fa3fafd201895f23af9b5fcb13e233a});var infowindow = new google.maps.InfoWindow({content: $l7fa3fafd201895f23af9b5fcb13e233a});google.maps.event.addListener(m_7fa3fafd201895f23af9b5fcb13e233a, 'click', function() {infowindow.open(map,m_7fa3fafd201895f23af9b5fcb13e233a);});$marker.push(m_7fa3fafd201895f23af9b5fcb13e233a);}});}google.maps.event.addDomListener(window, 'load', initialize);