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.274,-88.4092)};var g_ce96aa39c865ce057017e33c504ba112 = new google.maps.Geocoder();g_ce96aa39c865ce057017e33c504ba112.geocode( { 'address': "PO Box 37, Fulton, MS 38843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fulton-MS-montgomery-enterprises-inc').style.display = '';map = new google.maps.Map(document.getElementById('fulton-MS-montgomery-enterprises-inc'), mapOptions);}document.getElementById('0d3ac1eb').innerHTML += ' | View Map';var $lce96aa39c865ce057017e33c504ba112 = '

Montgomery Enterprises Inc

Address: PO Box 37, Fulton, MS 38843, USA
Phone: (662) 862-7600
';var m_ce96aa39c865ce057017e33c504ba112 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Montgomery Enterprises Inc',});m_ce96aa39c865ce057017e33c504ba112['infowindow'] = new google.maps.InfoWindow({content: $lce96aa39c865ce057017e33c504ba112});var infowindow = new google.maps.InfoWindow({content: $lce96aa39c865ce057017e33c504ba112});google.maps.event.addListener(m_ce96aa39c865ce057017e33c504ba112, 'click', function() {infowindow.open(map,m_ce96aa39c865ce057017e33c504ba112);});$marker.push(m_ce96aa39c865ce057017e33c504ba112);}});}google.maps.event.addDomListener(window, 'load', initialize);