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.451,-86.8895)};var g_700369a48f30f205d5b759c56410a804 = new google.maps.Geocoder();g_700369a48f30f205d5b759c56410a804.geocode( { 'address': "3060 Wilson Rd SW, Birmingham, AL 35221, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-lawson-state-cc').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-lawson-state-cc'), mapOptions);}document.getElementById('da2f22ca').innerHTML += ' | View Map';var $l700369a48f30f205d5b759c56410a804 = '

Lawson State CC

Address: 3060 Wilson Rd SW, Birmingham, AL 35221, USA
Phone:
';var m_700369a48f30f205d5b759c56410a804 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lawson State CC',});m_700369a48f30f205d5b759c56410a804['infowindow'] = new google.maps.InfoWindow({content: $l700369a48f30f205d5b759c56410a804});var infowindow = new google.maps.InfoWindow({content: $l700369a48f30f205d5b759c56410a804});google.maps.event.addListener(m_700369a48f30f205d5b759c56410a804, 'click', function() {infowindow.open(map,m_700369a48f30f205d5b759c56410a804);});$marker.push(m_700369a48f30f205d5b759c56410a804);}});}google.maps.event.addDomListener(window, 'load', initialize);