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.4392,-90.149)};var g_b286a03f552cb66a312cb8b2ae83465d = new google.maps.Geocoder();g_b286a03f552cb66a312cb8b2ae83465d.geocode( { 'address': "402 W Parkway Pl, Ridgeland, MS 39157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-MS-southern-ag-credit').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-MS-southern-ag-credit'), mapOptions);}document.getElementById('98882038').innerHTML += ' | View Map';var $lb286a03f552cb66a312cb8b2ae83465d = '

Southern AG Credit

Address: 402 W Parkway Pl, Ridgeland, MS 39157, USA
Phone: (601) 499-2850
';var m_b286a03f552cb66a312cb8b2ae83465d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern AG Credit',});m_b286a03f552cb66a312cb8b2ae83465d['infowindow'] = new google.maps.InfoWindow({content: $lb286a03f552cb66a312cb8b2ae83465d});var infowindow = new google.maps.InfoWindow({content: $lb286a03f552cb66a312cb8b2ae83465d});google.maps.event.addListener(m_b286a03f552cb66a312cb8b2ae83465d, 'click', function() {infowindow.open(map,m_b286a03f552cb66a312cb8b2ae83465d);});$marker.push(m_b286a03f552cb66a312cb8b2ae83465d);}});}google.maps.event.addDomListener(window, 'load', initialize);