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.3292,-90.8591)};var g_bf499a12e998d178afd964adf64a60cb = new google.maps.Geocoder();g_bf499a12e998d178afd964adf64a60cb.geocode( { 'address': "3134 Indiana Ave, Vicksburg, MS 39180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vicksburg-MS-bancorp-south-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('vicksburg-MS-bancorp-south-mortgage'), mapOptions);}document.getElementById('dc8311c4').innerHTML += ' | View Map';var $lbf499a12e998d178afd964adf64a60cb = '

Bancorp South Mortgage

Address: 3134 Indiana Ave, Vicksburg, MS 39180, USA
Phone: (601) 883-1042
';var m_bf499a12e998d178afd964adf64a60cb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancorp South Mortgage',});m_bf499a12e998d178afd964adf64a60cb['infowindow'] = new google.maps.InfoWindow({content: $lbf499a12e998d178afd964adf64a60cb});var infowindow = new google.maps.InfoWindow({content: $lbf499a12e998d178afd964adf64a60cb});google.maps.event.addListener(m_bf499a12e998d178afd964adf64a60cb, 'click', function() {infowindow.open(map,m_bf499a12e998d178afd964adf64a60cb);});$marker.push(m_bf499a12e998d178afd964adf64a60cb);}});}google.maps.event.addDomListener(window, 'load', initialize);