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.5463,-83.5459)};var g_89bafa252602730e44080f2b06af1f8b = new google.maps.Geocoder();g_89bafa252602730e44080f2b06af1f8b.geocode( { 'address': "737 US-441 BUS, Cornelia, GA 30531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelia-GA-georgia-title-finance').style.display = '';map = new google.maps.Map(document.getElementById('cornelia-GA-georgia-title-finance'), mapOptions);}document.getElementById('785d9490').innerHTML += ' | View Map';var $l89bafa252602730e44080f2b06af1f8b = '

Georgia Title Finance

Address: 737 US-441 BUS, Cornelia, GA 30531, USA
Phone: (706) 778-2274
';var m_89bafa252602730e44080f2b06af1f8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Title Finance',});m_89bafa252602730e44080f2b06af1f8b['infowindow'] = new google.maps.InfoWindow({content: $l89bafa252602730e44080f2b06af1f8b});var infowindow = new google.maps.InfoWindow({content: $l89bafa252602730e44080f2b06af1f8b});google.maps.event.addListener(m_89bafa252602730e44080f2b06af1f8b, 'click', function() {infowindow.open(map,m_89bafa252602730e44080f2b06af1f8b);});$marker.push(m_89bafa252602730e44080f2b06af1f8b);}});}google.maps.event.addDomListener(window, 'load', initialize);