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(31.2994,-86.499)};var g_aadf4f2bc8e42fc94a2284cc515ae194 = new google.maps.Geocoder();g_aadf4f2bc8e42fc94a2284cc515ae194.geocode( { 'address': "811 Western Bypass, Andalusia, AL 36420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andalusia-AL-titlecash-inc').style.display = '';map = new google.maps.Map(document.getElementById('andalusia-AL-titlecash-inc'), mapOptions);}document.getElementById('a8a8f4f7').innerHTML += ' | View Map';var $laadf4f2bc8e42fc94a2284cc515ae194 = '

TitleCash, Inc.

Address: 811 Western Bypass, Andalusia, AL 36420, USA
Phone: (334) 427-8214
';var m_aadf4f2bc8e42fc94a2284cc515ae194 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleCash, Inc.',});m_aadf4f2bc8e42fc94a2284cc515ae194['infowindow'] = new google.maps.InfoWindow({content: $laadf4f2bc8e42fc94a2284cc515ae194});var infowindow = new google.maps.InfoWindow({content: $laadf4f2bc8e42fc94a2284cc515ae194});google.maps.event.addListener(m_aadf4f2bc8e42fc94a2284cc515ae194, 'click', function() {infowindow.open(map,m_aadf4f2bc8e42fc94a2284cc515ae194);});$marker.push(m_aadf4f2bc8e42fc94a2284cc515ae194);}});}google.maps.event.addDomListener(window, 'load', initialize);