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(33.0588,-89.5895)};var g_47570c0e20eec98528284fe7c80c5f13 = new google.maps.Geocoder();g_47570c0e20eec98528284fe7c80c5f13.geocode( { 'address': "106 E Washington St, Kosciusko, MS 39090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kosciusko-MS-federal-land-bank-of-north-mississippi').style.display = '';map = new google.maps.Map(document.getElementById('kosciusko-MS-federal-land-bank-of-north-mississippi'), mapOptions);}document.getElementById('7d2114b9').innerHTML += ' | View Map';var $l47570c0e20eec98528284fe7c80c5f13 = '

Federal Land Bank Of North Mississippi

Address: 106 E Washington St, Kosciusko, MS 39090, USA
Phone: (662) 567-7735
';var m_47570c0e20eec98528284fe7c80c5f13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Federal Land Bank Of North Mississippi',});m_47570c0e20eec98528284fe7c80c5f13['infowindow'] = new google.maps.InfoWindow({content: $l47570c0e20eec98528284fe7c80c5f13});var infowindow = new google.maps.InfoWindow({content: $l47570c0e20eec98528284fe7c80c5f13});google.maps.event.addListener(m_47570c0e20eec98528284fe7c80c5f13, 'click', function() {infowindow.open(map,m_47570c0e20eec98528284fe7c80c5f13);});$marker.push(m_47570c0e20eec98528284fe7c80c5f13);}});}google.maps.event.addDomListener(window, 'load', initialize);