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(34.2942,-83.8224)};var g_88b5280a44fa9c0682bd336346bec6b1 = new google.maps.Geocoder();g_88b5280a44fa9c0682bd336346bec6b1.geocode( { 'address': "691 Chestnut St SE, Gainesville, GA 30501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gainesville-GA-georgia-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('gainesville-GA-georgia-finance-co'), mapOptions);}document.getElementById('6d7278a9').innerHTML += ' | View Map';var $l88b5280a44fa9c0682bd336346bec6b1 = '

Georgia Finance Co

Address: 691 Chestnut St SE, Gainesville, GA 30501, USA
Phone: (770) 536-4343
';var m_88b5280a44fa9c0682bd336346bec6b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Finance Co',});m_88b5280a44fa9c0682bd336346bec6b1['infowindow'] = new google.maps.InfoWindow({content: $l88b5280a44fa9c0682bd336346bec6b1});var infowindow = new google.maps.InfoWindow({content: $l88b5280a44fa9c0682bd336346bec6b1});google.maps.event.addListener(m_88b5280a44fa9c0682bd336346bec6b1, 'click', function() {infowindow.open(map,m_88b5280a44fa9c0682bd336346bec6b1);});$marker.push(m_88b5280a44fa9c0682bd336346bec6b1);}});}google.maps.event.addDomListener(window, 'load', initialize);