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.8309,-83.2792)};var g_03cab2d7904852792c985c18e53e5323 = new google.maps.Geocoder();g_03cab2d7904852792c985c18e53e5323.geocode( { 'address': "104 N Patterson St, Valdosta, GA 31601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valdosta-GA-service-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('valdosta-GA-service-loan-co'), mapOptions);}document.getElementById('9fccdf60').innerHTML += ' | View Map';var $l03cab2d7904852792c985c18e53e5323 = '

Service Loan Co

Address: 104 N Patterson St, Valdosta, GA 31601, USA
Phone: (229) 333-0251
';var m_03cab2d7904852792c985c18e53e5323 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Service Loan Co',});m_03cab2d7904852792c985c18e53e5323['infowindow'] = new google.maps.InfoWindow({content: $l03cab2d7904852792c985c18e53e5323});var infowindow = new google.maps.InfoWindow({content: $l03cab2d7904852792c985c18e53e5323});google.maps.event.addListener(m_03cab2d7904852792c985c18e53e5323, 'click', function() {infowindow.open(map,m_03cab2d7904852792c985c18e53e5323);});$marker.push(m_03cab2d7904852792c985c18e53e5323);}});}google.maps.event.addDomListener(window, 'load', initialize);