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.4155,-87.0245)};var g_7ad59927a9edef4ae532a1a7d73403be = new google.maps.Geocoder();g_7ad59927a9edef4ae532a1a7d73403be.geocode( { 'address': "1005 Broad St, Selma, AL 36701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-alabama-title-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-alabama-title-loans-inc'), mapOptions);}document.getElementById('ecacc56c').innerHTML += ' | View Map';var $l7ad59927a9edef4ae532a1a7d73403be = '

Alabama Title Loans, Inc.

Address: 1005 Broad St, Selma, AL 36701, USA
Phone: (334) 872-4743
';var m_7ad59927a9edef4ae532a1a7d73403be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Title Loans, Inc.',});m_7ad59927a9edef4ae532a1a7d73403be['infowindow'] = new google.maps.InfoWindow({content: $l7ad59927a9edef4ae532a1a7d73403be});var infowindow = new google.maps.InfoWindow({content: $l7ad59927a9edef4ae532a1a7d73403be});google.maps.event.addListener(m_7ad59927a9edef4ae532a1a7d73403be, 'click', function() {infowindow.open(map,m_7ad59927a9edef4ae532a1a7d73403be);});$marker.push(m_7ad59927a9edef4ae532a1a7d73403be);}});}google.maps.event.addDomListener(window, 'load', initialize);