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(30.8432,-83.324)};var g_7c3160d451f91a3adbf1f00541d902f8 = new google.maps.Geocoder();g_7c3160d451f91a3adbf1f00541d902f8.geocode( { 'address': "1709 Gornto Rd, Valdosta, GA 31601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valdosta-GA-jumbo-mortgage-source').style.display = '';map = new google.maps.Map(document.getElementById('valdosta-GA-jumbo-mortgage-source'), mapOptions);}document.getElementById('da0bfcd1').innerHTML += ' | View Map';var $l7c3160d451f91a3adbf1f00541d902f8 = '

Jumbo Mortgage Source

Address: 1709 Gornto Rd, Valdosta, GA 31601, USA
Phone: (800) 962-0677
';var m_7c3160d451f91a3adbf1f00541d902f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jumbo Mortgage Source',});m_7c3160d451f91a3adbf1f00541d902f8['infowindow'] = new google.maps.InfoWindow({content: $l7c3160d451f91a3adbf1f00541d902f8});var infowindow = new google.maps.InfoWindow({content: $l7c3160d451f91a3adbf1f00541d902f8});google.maps.event.addListener(m_7c3160d451f91a3adbf1f00541d902f8, 'click', function() {infowindow.open(map,m_7c3160d451f91a3adbf1f00541d902f8);});$marker.push(m_7c3160d451f91a3adbf1f00541d902f8);}});}google.maps.event.addDomListener(window, 'load', initialize);