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.1963,-90.5832)};var g_72ea4b260330e73040235758929659fa = new google.maps.Geocoder();g_72ea4b260330e73040235758929659fa.geocode( { 'address': "635 S Choctaw St, Clarksdale, MS 38614, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksdale-MS-fidelity-national-loans').style.display = '';map = new google.maps.Map(document.getElementById('clarksdale-MS-fidelity-national-loans'), mapOptions);}document.getElementById('a74b7756').innerHTML += ' | View Map';var $l72ea4b260330e73040235758929659fa = '

Fidelity National Loans

Address: 635 S Choctaw St, Clarksdale, MS 38614, USA
Phone: (662) 621-2305
';var m_72ea4b260330e73040235758929659fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity National Loans',});m_72ea4b260330e73040235758929659fa['infowindow'] = new google.maps.InfoWindow({content: $l72ea4b260330e73040235758929659fa});var infowindow = new google.maps.InfoWindow({content: $l72ea4b260330e73040235758929659fa});google.maps.event.addListener(m_72ea4b260330e73040235758929659fa, 'click', function() {infowindow.open(map,m_72ea4b260330e73040235758929659fa);});$marker.push(m_72ea4b260330e73040235758929659fa);}});}google.maps.event.addDomListener(window, 'load', initialize);