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.4061,-91.0563)};var g_f760a057b5cc643c17067370928ee45f = new google.maps.Geocoder();g_f760a057b5cc643c17067370928ee45f.geocode( { 'address': "819 S Main St #1, Greenville, MS 38701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-MS-delta-foundation-inc').style.display = '';map = new google.maps.Map(document.getElementById('greenville-MS-delta-foundation-inc'), mapOptions);}document.getElementById('c426d266').innerHTML += ' | View Map';var $lf760a057b5cc643c17067370928ee45f = '

Delta Foundation Inc

Address: 819 S Main St #1, Greenville, MS 38701, USA
Phone: (662) 335-5291
';var m_f760a057b5cc643c17067370928ee45f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Delta Foundation Inc',});m_f760a057b5cc643c17067370928ee45f['infowindow'] = new google.maps.InfoWindow({content: $lf760a057b5cc643c17067370928ee45f});var infowindow = new google.maps.InfoWindow({content: $lf760a057b5cc643c17067370928ee45f});google.maps.event.addListener(m_f760a057b5cc643c17067370928ee45f, 'click', function() {infowindow.open(map,m_f760a057b5cc643c17067370928ee45f);});$marker.push(m_f760a057b5cc643c17067370928ee45f);}});}google.maps.event.addDomListener(window, 'load', initialize);