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.9748,-83.3639)};var g_3c670987b5fd3a664a4b1f04d5c1d971 = new google.maps.Geocoder();g_3c670987b5fd3a664a4b1f04d5c1d971.geocode( { 'address': "164 W Clayton St, Athens, GA 30601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athens-GA-georgian-financial-services-of-athens').style.display = '';map = new google.maps.Map(document.getElementById('athens-GA-georgian-financial-services-of-athens'), mapOptions);}document.getElementById('0941786b').innerHTML += ' | View Map';var $l3c670987b5fd3a664a4b1f04d5c1d971 = '

Georgian Financial Services of Athens

Address: 164 W Clayton St, Athens, GA 30601
Phone: (706) 546-6639
';var m_3c670987b5fd3a664a4b1f04d5c1d971 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgian Financial Services of Athens',});m_3c670987b5fd3a664a4b1f04d5c1d971['infowindow'] = new google.maps.InfoWindow({content: $l3c670987b5fd3a664a4b1f04d5c1d971});var infowindow = new google.maps.InfoWindow({content: $l3c670987b5fd3a664a4b1f04d5c1d971});google.maps.event.addListener(m_3c670987b5fd3a664a4b1f04d5c1d971, 'click', function() {infowindow.open(map,m_3c670987b5fd3a664a4b1f04d5c1d971);});$marker.push(m_3c670987b5fd3a664a4b1f04d5c1d971);}});}google.maps.event.addDomListener(window, 'load', initialize);