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(34.3114,-89.9425)};var g_1c0c88fee08fe4cd29b863defbba7f0a = new google.maps.Geocoder();g_1c0c88fee08fe4cd29b863defbba7f0a.geocode( { 'address': "395 Hwy 6 East, Batesville, MS 38606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('batesville-MS-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('batesville-MS-loanmax-title-loans'), mapOptions);}document.getElementById('755b89e9').innerHTML += ' | View Map';var $l1c0c88fee08fe4cd29b863defbba7f0a = '

Loanmax Title Loans

Address: 395 Hwy 6 East, Batesville, MS 38606, USA
Phone: (662) 267-3070
';var m_1c0c88fee08fe4cd29b863defbba7f0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_1c0c88fee08fe4cd29b863defbba7f0a['infowindow'] = new google.maps.InfoWindow({content: $l1c0c88fee08fe4cd29b863defbba7f0a});var infowindow = new google.maps.InfoWindow({content: $l1c0c88fee08fe4cd29b863defbba7f0a});google.maps.event.addListener(m_1c0c88fee08fe4cd29b863defbba7f0a, 'click', function() {infowindow.open(map,m_1c0c88fee08fe4cd29b863defbba7f0a);});$marker.push(m_1c0c88fee08fe4cd29b863defbba7f0a);}});}google.maps.event.addDomListener(window, 'load', initialize);