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(32.4639,-86.4502)};var g_cfe795a0a3c7bc1683f2efd8837dde0c = new google.maps.Geocoder();g_cfe795a0a3c7bc1683f2efd8837dde0c.geocode( { 'address': "215 S Memorial Dr, Prattville, AL 36067, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prattville-AL-titlebucks-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('prattville-AL-titlebucks-title-loans'), mapOptions);}document.getElementById('bf131a5b').innerHTML += ' | View Map';var $lcfe795a0a3c7bc1683f2efd8837dde0c = '

TitleBucks Title Loans

Address: 215 S Memorial Dr, Prattville, AL 36067, USA
Phone: (334) 358-6227
';var m_cfe795a0a3c7bc1683f2efd8837dde0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleBucks Title Loans',});m_cfe795a0a3c7bc1683f2efd8837dde0c['infowindow'] = new google.maps.InfoWindow({content: $lcfe795a0a3c7bc1683f2efd8837dde0c});var infowindow = new google.maps.InfoWindow({content: $lcfe795a0a3c7bc1683f2efd8837dde0c});google.maps.event.addListener(m_cfe795a0a3c7bc1683f2efd8837dde0c, 'click', function() {infowindow.open(map,m_cfe795a0a3c7bc1683f2efd8837dde0c);});$marker.push(m_cfe795a0a3c7bc1683f2efd8837dde0c);}});}google.maps.event.addDomListener(window, 'load', initialize);