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.4829,-84.9401)};var g_7f097541f4cc1218c73b39c6c3298f9d = new google.maps.Geocoder();g_7f097541f4cc1218c73b39c6c3298f9d.geocode( { 'address': "1014 S Wall St # A, Calhoun, GA 30701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-GA-first-consumer-services--tax').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-GA-first-consumer-services--tax'), mapOptions);}document.getElementById('8341b3a4').innerHTML += ' | View Map';var $l7f097541f4cc1218c73b39c6c3298f9d = '

First Consumer Services & Tax

Address: 1014 S Wall St # A, Calhoun, GA 30701, USA
Phone: (706) 629-1221
';var m_7f097541f4cc1218c73b39c6c3298f9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Consumer Services & Tax',});m_7f097541f4cc1218c73b39c6c3298f9d['infowindow'] = new google.maps.InfoWindow({content: $l7f097541f4cc1218c73b39c6c3298f9d});var infowindow = new google.maps.InfoWindow({content: $l7f097541f4cc1218c73b39c6c3298f9d});google.maps.event.addListener(m_7f097541f4cc1218c73b39c6c3298f9d, 'click', function() {infowindow.open(map,m_7f097541f4cc1218c73b39c6c3298f9d);});$marker.push(m_7f097541f4cc1218c73b39c6c3298f9d);}});}google.maps.event.addDomListener(window, 'load', initialize);