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(34.5687,-86.9727)};var g_7ffa844678e10a4551300dedcbabb52d = new google.maps.Geocoder();g_7ffa844678e10a4551300dedcbabb52d.geocode( { 'address': "2204 6th Ave SE, Decatur, AL 35601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-AL-titlebucks-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('decatur-AL-titlebucks-title-loans'), mapOptions);}document.getElementById('f778d4ca').innerHTML += ' | View Map';var $l7ffa844678e10a4551300dedcbabb52d = '

TitleBucks Title Loans

Address: 2204 6th Ave SE, Decatur, AL 35601, USA
Phone: (256) 353-0520
';var m_7ffa844678e10a4551300dedcbabb52d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleBucks Title Loans',});m_7ffa844678e10a4551300dedcbabb52d['infowindow'] = new google.maps.InfoWindow({content: $l7ffa844678e10a4551300dedcbabb52d});var infowindow = new google.maps.InfoWindow({content: $l7ffa844678e10a4551300dedcbabb52d});google.maps.event.addListener(m_7ffa844678e10a4551300dedcbabb52d, 'click', function() {infowindow.open(map,m_7ffa844678e10a4551300dedcbabb52d);});$marker.push(m_7ffa844678e10a4551300dedcbabb52d);}});}google.maps.event.addDomListener(window, 'load', initialize);