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.4647,-85.0262)};var g_50bfb218ef631d8bc66b8992dfa27dbc = new google.maps.Geocoder();g_50bfb218ef631d8bc66b8992dfa27dbc.geocode( { 'address': "1003 U.S. 280, Phenix City, AL 36867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-alabama-title-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-alabama-title-loans-inc'), mapOptions);}document.getElementById('83bad119').innerHTML += ' | View Map';var $l50bfb218ef631d8bc66b8992dfa27dbc = '

Alabama Title Loans, Inc.

Address: 1003 U.S. 280, Phenix City, AL 36867, USA
Phone: (334) 448-5889
';var m_50bfb218ef631d8bc66b8992dfa27dbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alabama Title Loans, Inc.',});m_50bfb218ef631d8bc66b8992dfa27dbc['infowindow'] = new google.maps.InfoWindow({content: $l50bfb218ef631d8bc66b8992dfa27dbc});var infowindow = new google.maps.InfoWindow({content: $l50bfb218ef631d8bc66b8992dfa27dbc});google.maps.event.addListener(m_50bfb218ef631d8bc66b8992dfa27dbc, 'click', function() {infowindow.open(map,m_50bfb218ef631d8bc66b8992dfa27dbc);});$marker.push(m_50bfb218ef631d8bc66b8992dfa27dbc);}});}google.maps.event.addDomListener(window, 'load', initialize);