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.1915,-90.4883)};var g_5cf37a3e49063114c00e2baa090ca544 = new google.maps.Geocoder();g_5cf37a3e49063114c00e2baa090ca544.geocode( { 'address': "507 Hayden St, Belzoni, MS 39038, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belzoni-MS-title-plus').style.display = '';map = new google.maps.Map(document.getElementById('belzoni-MS-title-plus'), mapOptions);}document.getElementById('16b1d5cd').innerHTML += ' | View Map';var $l5cf37a3e49063114c00e2baa090ca544 = '

Title Plus

Address: 507 Hayden St, Belzoni, MS 39038, USA
Phone: (662) 247-1300
';var m_5cf37a3e49063114c00e2baa090ca544 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title Plus',});m_5cf37a3e49063114c00e2baa090ca544['infowindow'] = new google.maps.InfoWindow({content: $l5cf37a3e49063114c00e2baa090ca544});var infowindow = new google.maps.InfoWindow({content: $l5cf37a3e49063114c00e2baa090ca544});google.maps.event.addListener(m_5cf37a3e49063114c00e2baa090ca544, 'click', function() {infowindow.open(map,m_5cf37a3e49063114c00e2baa090ca544);});$marker.push(m_5cf37a3e49063114c00e2baa090ca544);}});}google.maps.event.addDomListener(window, 'load', initialize);