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.6924,-84.4864)};var g_739d964d58600893dfa2ee35c73305f8 = new google.maps.Geocoder();g_739d964d58600893dfa2ee35c73305f8.geocode( { 'address': "280 S Main St, Ellijay, GA 30540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ellijay-GA-payne-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('ellijay-GA-payne-insurance-agency'), mapOptions);}document.getElementById('0d312dbb').innerHTML += ' | View Map';var $l739d964d58600893dfa2ee35c73305f8 = '

Payne Insurance Agency

Address: 280 S Main St, Ellijay, GA 30540, USA
Phone: (706) 635-7555
';var m_739d964d58600893dfa2ee35c73305f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Payne Insurance Agency',});m_739d964d58600893dfa2ee35c73305f8['infowindow'] = new google.maps.InfoWindow({content: $l739d964d58600893dfa2ee35c73305f8});var infowindow = new google.maps.InfoWindow({content: $l739d964d58600893dfa2ee35c73305f8});google.maps.event.addListener(m_739d964d58600893dfa2ee35c73305f8, 'click', function() {infowindow.open(map,m_739d964d58600893dfa2ee35c73305f8);});$marker.push(m_739d964d58600893dfa2ee35c73305f8);}});}google.maps.event.addDomListener(window, 'load', initialize);