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.5428,-86.7487)};var g_6ff5c9f431aac4af8634567189372da4 = new google.maps.Geocoder();g_6ff5c9f431aac4af8634567189372da4.geocode( { 'address': "5831 1st Ave N, Birmingham, AL 35212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birmingham-AL-titlebucks-birmingham-alabama').style.display = '';map = new google.maps.Map(document.getElementById('birmingham-AL-titlebucks-birmingham-alabama'), mapOptions);}document.getElementById('9a79f272').innerHTML += ' | View Map';var $l6ff5c9f431aac4af8634567189372da4 = '

Titlebucks Birmingham Alabama

Address: 5831 1st Ave N, Birmingham, AL 35212, USA
Phone: (205) 397-1612
';var m_6ff5c9f431aac4af8634567189372da4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Titlebucks Birmingham Alabama',});m_6ff5c9f431aac4af8634567189372da4['infowindow'] = new google.maps.InfoWindow({content: $l6ff5c9f431aac4af8634567189372da4});var infowindow = new google.maps.InfoWindow({content: $l6ff5c9f431aac4af8634567189372da4});google.maps.event.addListener(m_6ff5c9f431aac4af8634567189372da4, 'click', function() {infowindow.open(map,m_6ff5c9f431aac4af8634567189372da4);});$marker.push(m_6ff5c9f431aac4af8634567189372da4);}});}google.maps.event.addDomListener(window, 'load', initialize);