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.4676,-86.8342)};var g_4e88698060a263948ad028d4bfa18ae8 = new google.maps.Geocoder();g_4e88698060a263948ad028d4bfa18ae8.geocode( { 'address': "244 W Valley Ave A, Birmingham, AL 35209, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-nacm-southern-group').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-nacm-southern-group'), mapOptions);}document.getElementById('e79896dc').innerHTML += ' | View Map';var $l4e88698060a263948ad028d4bfa18ae8 = '

NACM Southern Group

Address: 244 W Valley Ave A, Birmingham, AL 35209, USA
Phone: (205) 945-5560
';var m_4e88698060a263948ad028d4bfa18ae8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NACM Southern Group',});m_4e88698060a263948ad028d4bfa18ae8['infowindow'] = new google.maps.InfoWindow({content: $l4e88698060a263948ad028d4bfa18ae8});var infowindow = new google.maps.InfoWindow({content: $l4e88698060a263948ad028d4bfa18ae8});google.maps.event.addListener(m_4e88698060a263948ad028d4bfa18ae8, 'click', function() {infowindow.open(map,m_4e88698060a263948ad028d4bfa18ae8);});$marker.push(m_4e88698060a263948ad028d4bfa18ae8);}});}google.maps.event.addDomListener(window, 'load', initialize);