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.5205,-83.5283)};var g_d4a3b9e130284f2ae2980e5c13aacd79 = new google.maps.Geocoder();g_d4a3b9e130284f2ae2980e5c13aacd79.geocode( { 'address': "792 N Main St, Cornelia, GA 30531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelia-GA-first-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('cornelia-GA-first-financial-services'), mapOptions);}document.getElementById('2d70bf09').innerHTML += ' | View Map';var $ld4a3b9e130284f2ae2980e5c13aacd79 = '

First Financial Services

Address: 792 N Main St, Cornelia, GA 30531, USA
Phone: (706) 778-2249
';var m_d4a3b9e130284f2ae2980e5c13aacd79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial Services',});m_d4a3b9e130284f2ae2980e5c13aacd79['infowindow'] = new google.maps.InfoWindow({content: $ld4a3b9e130284f2ae2980e5c13aacd79});var infowindow = new google.maps.InfoWindow({content: $ld4a3b9e130284f2ae2980e5c13aacd79});google.maps.event.addListener(m_d4a3b9e130284f2ae2980e5c13aacd79, 'click', function() {infowindow.open(map,m_d4a3b9e130284f2ae2980e5c13aacd79);});$marker.push(m_d4a3b9e130284f2ae2980e5c13aacd79);}});}google.maps.event.addDomListener(window, 'load', initialize);