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(32.3597,-88.6968)};var g_036aedadfd19cec8b0a647366e315f51 = new google.maps.Geocoder();g_036aedadfd19cec8b0a647366e315f51.geocode( { 'address': "218 22nd Ave, Meridian, MS 39301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-quitman-management-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-quitman-management-co-inc'), mapOptions);}document.getElementById('ec949b6e').innerHTML += ' | View Map';var $l036aedadfd19cec8b0a647366e315f51 = '

Quitman Management Co Inc

Address: 218 22nd Ave, Meridian, MS 39301, USA
Phone: (601) 693-5141
';var m_036aedadfd19cec8b0a647366e315f51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quitman Management Co Inc',});m_036aedadfd19cec8b0a647366e315f51['infowindow'] = new google.maps.InfoWindow({content: $l036aedadfd19cec8b0a647366e315f51});var infowindow = new google.maps.InfoWindow({content: $l036aedadfd19cec8b0a647366e315f51});google.maps.event.addListener(m_036aedadfd19cec8b0a647366e315f51, 'click', function() {infowindow.open(map,m_036aedadfd19cec8b0a647366e315f51);});$marker.push(m_036aedadfd19cec8b0a647366e315f51);}});}google.maps.event.addDomListener(window, 'load', initialize);