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(31.6446,-84.2567)};var g_93f216850c462244444a49015b3ed706 = new google.maps.Geocoder();g_93f216850c462244444a49015b3ed706.geocode( { 'address': "Leesburg, GA 31763, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('leesburg-GA-new-freedom-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('leesburg-GA-new-freedom-financial-services'), mapOptions);}document.getElementById('1cf8b7fd').innerHTML += ' | View Map';var $l93f216850c462244444a49015b3ed706 = '

New Freedom Financial Services

Address: Leesburg, GA 31763, USA
Phone: (229) 435-9160
';var m_93f216850c462244444a49015b3ed706 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Freedom Financial Services',});m_93f216850c462244444a49015b3ed706['infowindow'] = new google.maps.InfoWindow({content: $l93f216850c462244444a49015b3ed706});var infowindow = new google.maps.InfoWindow({content: $l93f216850c462244444a49015b3ed706});google.maps.event.addListener(m_93f216850c462244444a49015b3ed706, 'click', function() {infowindow.open(map,m_93f216850c462244444a49015b3ed706);});$marker.push(m_93f216850c462244444a49015b3ed706);}});}google.maps.event.addDomListener(window, 'load', initialize);