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.2107,-85.3928)};var g_70292e6b43b44843327d4d51a3d89f94 = new google.maps.Geocoder();g_70292e6b43b44843327d4d51a3d89f94.geocode( { 'address': "1039 S Oates St, Dothan, AL 36301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dothan-AL-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('dothan-AL-loanmax-title-loans'), mapOptions);}document.getElementById('f782b025').innerHTML += ' | View Map';var $l70292e6b43b44843327d4d51a3d89f94 = '

Loanmax Title Loans

Address: 1039 S Oates St, Dothan, AL 36301, USA
Phone: (334) 792-6988
';var m_70292e6b43b44843327d4d51a3d89f94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_70292e6b43b44843327d4d51a3d89f94['infowindow'] = new google.maps.InfoWindow({content: $l70292e6b43b44843327d4d51a3d89f94});var infowindow = new google.maps.InfoWindow({content: $l70292e6b43b44843327d4d51a3d89f94});google.maps.event.addListener(m_70292e6b43b44843327d4d51a3d89f94, 'click', function() {infowindow.open(map,m_70292e6b43b44843327d4d51a3d89f94);});$marker.push(m_70292e6b43b44843327d4d51a3d89f94);}});}google.maps.event.addDomListener(window, 'load', initialize);