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.4841,-86.8385)};var g_28fdeef0e95c4cd72a60d96b0c48f479 = new google.maps.Geocoder();g_28fdeef0e95c4cd72a60d96b0c48f479.geocode( { 'address': "1101 Martin Luther King Jr Dr, Birmingham, AL 35211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-sixth-avenue-baptist-church').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-sixth-avenue-baptist-church'), mapOptions);}document.getElementById('b4fff92c').innerHTML += ' | View Map';var $l28fdeef0e95c4cd72a60d96b0c48f479 = '

Sixth Avenue Baptist Church

Address: 1101 Martin Luther King Jr Dr, Birmingham, AL 35211, USA
Phone: (205) 251-5173
';var m_28fdeef0e95c4cd72a60d96b0c48f479 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sixth Avenue Baptist Church',});m_28fdeef0e95c4cd72a60d96b0c48f479['infowindow'] = new google.maps.InfoWindow({content: $l28fdeef0e95c4cd72a60d96b0c48f479});var infowindow = new google.maps.InfoWindow({content: $l28fdeef0e95c4cd72a60d96b0c48f479});google.maps.event.addListener(m_28fdeef0e95c4cd72a60d96b0c48f479, 'click', function() {infowindow.open(map,m_28fdeef0e95c4cd72a60d96b0c48f479);});$marker.push(m_28fdeef0e95c4cd72a60d96b0c48f479);}});}google.maps.event.addDomListener(window, 'load', initialize);