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.883,-84.2927)};var g_2411e31f3aff4338fd974ce32d705a4b = new google.maps.Geocoder();g_2411e31f3aff4338fd974ce32d705a4b.geocode( { 'address': "6082 Appalachian Highway, Box 1018, Blue Ridge, GA 30513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-ridge-GA-premier-cpa-services-pc').style.display = '';map = new google.maps.Map(document.getElementById('blue-ridge-GA-premier-cpa-services-pc'), mapOptions);}document.getElementById('6584472a').innerHTML += ' | View Map';var $l2411e31f3aff4338fd974ce32d705a4b = '

Premier CPA Services PC

Address: 6082 Appalachian Highway, Box 1018, Blue Ridge, GA 30513, USA
Phone: (706) 632-7850
';var m_2411e31f3aff4338fd974ce32d705a4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier CPA Services PC',});m_2411e31f3aff4338fd974ce32d705a4b['infowindow'] = new google.maps.InfoWindow({content: $l2411e31f3aff4338fd974ce32d705a4b});var infowindow = new google.maps.InfoWindow({content: $l2411e31f3aff4338fd974ce32d705a4b});google.maps.event.addListener(m_2411e31f3aff4338fd974ce32d705a4b, 'click', function() {infowindow.open(map,m_2411e31f3aff4338fd974ce32d705a4b);});$marker.push(m_2411e31f3aff4338fd974ce32d705a4b);}});}google.maps.event.addDomListener(window, 'load', initialize);