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.6586,-84.4876)};var g_f34f8a7efb15f1b5dde2d148a15b7a8a = new google.maps.Geocoder();g_f34f8a7efb15f1b5dde2d148a15b7a8a.geocode( { 'address': "91 Highland Dr Suite 106, East Ellijay, GA 30540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-ellijay-GA-1st-franklin-financial').style.display = '';map = new google.maps.Map(document.getElementById('east-ellijay-GA-1st-franklin-financial'), mapOptions);}document.getElementById('962104e4').innerHTML += ' | View Map';var $lf34f8a7efb15f1b5dde2d148a15b7a8a = '

1st Franklin Financial

Address: 91 Highland Dr Suite 106, East Ellijay, GA 30540, USA
Phone: (706) 276-4620
';var m_f34f8a7efb15f1b5dde2d148a15b7a8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st Franklin Financial',});m_f34f8a7efb15f1b5dde2d148a15b7a8a['infowindow'] = new google.maps.InfoWindow({content: $lf34f8a7efb15f1b5dde2d148a15b7a8a});var infowindow = new google.maps.InfoWindow({content: $lf34f8a7efb15f1b5dde2d148a15b7a8a});google.maps.event.addListener(m_f34f8a7efb15f1b5dde2d148a15b7a8a, 'click', function() {infowindow.open(map,m_f34f8a7efb15f1b5dde2d148a15b7a8a);});$marker.push(m_f34f8a7efb15f1b5dde2d148a15b7a8a);}});}google.maps.event.addDomListener(window, 'load', initialize);