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.9362,-88.5126)};var g_199723158503538b8a685601d083511f = new google.maps.Geocoder();g_199723158503538b8a685601d083511f.geocode( { 'address': "2101 Highway 72 E, Corinth, MS 38834"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corinth-MS-mississippi-land-bank').style.display = '';map = new google.maps.Map(document.getElementById('corinth-MS-mississippi-land-bank'), mapOptions);}document.getElementById('5e474c93').innerHTML += ' | View Map';var $l199723158503538b8a685601d083511f = '

Mississippi Land Bank

Address: 2101 Highway 72 E, Corinth, MS 38834
Phone: (662) 286-0020
';var m_199723158503538b8a685601d083511f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mississippi Land Bank',});m_199723158503538b8a685601d083511f['infowindow'] = new google.maps.InfoWindow({content: $l199723158503538b8a685601d083511f});var infowindow = new google.maps.InfoWindow({content: $l199723158503538b8a685601d083511f});google.maps.event.addListener(m_199723158503538b8a685601d083511f, 'click', function() {infowindow.open(map,m_199723158503538b8a685601d083511f);});$marker.push(m_199723158503538b8a685601d083511f);}});}google.maps.event.addDomListener(window, 'load', initialize);