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.9643,-89.9207)};var g_a588b762d68fe60225d3de3c647a52b9 = new google.maps.Geocoder();g_a588b762d68fe60225d3de3c647a52b9.geocode( { 'address': "3964 Goodman Rd E Ste 222, Southaven, MS 38672, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southaven-MS-the-jason-woods-home-loan-team').style.display = '';map = new google.maps.Map(document.getElementById('southaven-MS-the-jason-woods-home-loan-team'), mapOptions);}document.getElementById('3c832877').innerHTML += ' | View Map';var $la588b762d68fe60225d3de3c647a52b9 = '

The Jason Woods Home Loan Team

Address: 3964 Goodman Rd E Ste 222, Southaven, MS 38672, USA
Phone: (662) 349-1300
';var m_a588b762d68fe60225d3de3c647a52b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Jason Woods Home Loan Team',});m_a588b762d68fe60225d3de3c647a52b9['infowindow'] = new google.maps.InfoWindow({content: $la588b762d68fe60225d3de3c647a52b9});var infowindow = new google.maps.InfoWindow({content: $la588b762d68fe60225d3de3c647a52b9});google.maps.event.addListener(m_a588b762d68fe60225d3de3c647a52b9, 'click', function() {infowindow.open(map,m_a588b762d68fe60225d3de3c647a52b9);});$marker.push(m_a588b762d68fe60225d3de3c647a52b9);}});}google.maps.event.addDomListener(window, 'load', initialize);