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.4834,-84.9467)};var g_d8b90c1786b9eb7452118ee01d984097 = new google.maps.Geocoder();g_d8b90c1786b9eb7452118ee01d984097.geocode( { 'address': "165 Wc Bryant Pkwy, Calhoun, GA 30701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-GA-m--m-tax-office').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-GA-m--m-tax-office'), mapOptions);}document.getElementById('1f5a29bc').innerHTML += ' | View Map';var $ld8b90c1786b9eb7452118ee01d984097 = '

M & M Tax Office

Address: 165 Wc Bryant Pkwy, Calhoun, GA 30701, USA
Phone: (706) 625-9955
';var m_d8b90c1786b9eb7452118ee01d984097 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & M Tax Office',});m_d8b90c1786b9eb7452118ee01d984097['infowindow'] = new google.maps.InfoWindow({content: $ld8b90c1786b9eb7452118ee01d984097});var infowindow = new google.maps.InfoWindow({content: $ld8b90c1786b9eb7452118ee01d984097});google.maps.event.addListener(m_d8b90c1786b9eb7452118ee01d984097, 'click', function() {infowindow.open(map,m_d8b90c1786b9eb7452118ee01d984097);});$marker.push(m_d8b90c1786b9eb7452118ee01d984097);}});}google.maps.event.addDomListener(window, 'load', initialize);