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.9898,-88.493)};var g_2b63b2ccc00d194fcd823680cf0f401f = new google.maps.Geocoder();g_2b63b2ccc00d194fcd823680cf0f401f.geocode( { 'address': "108 5th Ave N, Amory, MS 38821, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amory-MS-southwest-funding-lp').style.display = '';map = new google.maps.Map(document.getElementById('amory-MS-southwest-funding-lp'), mapOptions);}document.getElementById('97510a0d').innerHTML += ' | View Map';var $l2b63b2ccc00d194fcd823680cf0f401f = '

Southwest Funding LP

Address: 108 5th Ave N, Amory, MS 38821, USA
Phone: (662) 256-7710
';var m_2b63b2ccc00d194fcd823680cf0f401f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Funding LP',});m_2b63b2ccc00d194fcd823680cf0f401f['infowindow'] = new google.maps.InfoWindow({content: $l2b63b2ccc00d194fcd823680cf0f401f});var infowindow = new google.maps.InfoWindow({content: $l2b63b2ccc00d194fcd823680cf0f401f});google.maps.event.addListener(m_2b63b2ccc00d194fcd823680cf0f401f, 'click', function() {infowindow.open(map,m_2b63b2ccc00d194fcd823680cf0f401f);});$marker.push(m_2b63b2ccc00d194fcd823680cf0f401f);}});}google.maps.event.addDomListener(window, 'load', initialize);