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.3072,-88.6975)};var g_04df83e7d463ec4716c6ae28455f480d = new google.maps.Geocoder();g_04df83e7d463ec4716c6ae28455f480d.geocode( { 'address': "3517 Tom Watson Dr, Saltillo, MS 38866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saltillo-MS-mississippi-land-bank').style.display = '';map = new google.maps.Map(document.getElementById('saltillo-MS-mississippi-land-bank'), mapOptions);}document.getElementById('63484909').innerHTML += ' | View Map';var $l04df83e7d463ec4716c6ae28455f480d = '

Mississippi Land Bank

Address: 3517 Tom Watson Dr, Saltillo, MS 38866, USA
Phone: (662) 842-1202
';var m_04df83e7d463ec4716c6ae28455f480d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mississippi Land Bank',});m_04df83e7d463ec4716c6ae28455f480d['infowindow'] = new google.maps.InfoWindow({content: $l04df83e7d463ec4716c6ae28455f480d});var infowindow = new google.maps.InfoWindow({content: $l04df83e7d463ec4716c6ae28455f480d});google.maps.event.addListener(m_04df83e7d463ec4716c6ae28455f480d, 'click', function() {infowindow.open(map,m_04df83e7d463ec4716c6ae28455f480d);});$marker.push(m_04df83e7d463ec4716c6ae28455f480d);}});}google.maps.event.addDomListener(window, 'load', initialize);