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.6907,-84.4813)};var g_48ffa5f8e766321ba8348f3e88c3e61c = new google.maps.Geocoder();g_48ffa5f8e766321ba8348f3e88c3e61c.geocode( { 'address': "64 Sailors Dr Ste 100, Ellijay, GA 30540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellijay-GA-robert-westmoreland---country-financial-representative').style.display = '';map = new google.maps.Map(document.getElementById('ellijay-GA-robert-westmoreland---country-financial-representative'), mapOptions);}document.getElementById('69af46a7').innerHTML += ' | View Map';var $l48ffa5f8e766321ba8348f3e88c3e61c = '

Robert Westmoreland - COUNTRY Financial Representative

Address: 64 Sailors Dr Ste 100, Ellijay, GA 30540, USA
Phone: (706) 635-6000
';var m_48ffa5f8e766321ba8348f3e88c3e61c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Robert Westmoreland - COUNTRY Financial Representative',});m_48ffa5f8e766321ba8348f3e88c3e61c['infowindow'] = new google.maps.InfoWindow({content: $l48ffa5f8e766321ba8348f3e88c3e61c});var infowindow = new google.maps.InfoWindow({content: $l48ffa5f8e766321ba8348f3e88c3e61c});google.maps.event.addListener(m_48ffa5f8e766321ba8348f3e88c3e61c, 'click', function() {infowindow.open(map,m_48ffa5f8e766321ba8348f3e88c3e61c);});$marker.push(m_48ffa5f8e766321ba8348f3e88c3e61c);}});}google.maps.event.addDomListener(window, 'load', initialize);