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.0939,-83.2293)};var g_d13d11c5cf9bbf6fc49ace4cfb1cd48b = new google.maps.Geocoder();g_d13d11c5cf9bbf6fc49ace4cfb1cd48b.geocode( { 'address': "998 N Jefferson St NE, Milledgeville, GA 31061, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milledgeville-GA-lee-loans').style.display = '';map = new google.maps.Map(document.getElementById('milledgeville-GA-lee-loans'), mapOptions);}document.getElementById('e5fb5478').innerHTML += ' | View Map';var $ld13d11c5cf9bbf6fc49ace4cfb1cd48b = '

Lee Loans

Address: 998 N Jefferson St NE, Milledgeville, GA 31061, USA
Phone: (478) 452-5591
';var m_d13d11c5cf9bbf6fc49ace4cfb1cd48b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee Loans',});m_d13d11c5cf9bbf6fc49ace4cfb1cd48b['infowindow'] = new google.maps.InfoWindow({content: $ld13d11c5cf9bbf6fc49ace4cfb1cd48b});var infowindow = new google.maps.InfoWindow({content: $ld13d11c5cf9bbf6fc49ace4cfb1cd48b});google.maps.event.addListener(m_d13d11c5cf9bbf6fc49ace4cfb1cd48b, 'click', function() {infowindow.open(map,m_d13d11c5cf9bbf6fc49ace4cfb1cd48b);});$marker.push(m_d13d11c5cf9bbf6fc49ace4cfb1cd48b);}});}google.maps.event.addDomListener(window, 'load', initialize);