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.4926,-84.9487)};var g_b3d6e130a30b176f2ca5af7d1e73953f = new google.maps.Geocoder();g_b3d6e130a30b176f2ca5af7d1e73953f.geocode( { 'address': "514 -B S Wall St, Calhoun, GA 30701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calhoun-GA-columbus-finance--tax-service').style.display = '';map = new google.maps.Map(document.getElementById('calhoun-GA-columbus-finance--tax-service'), mapOptions);}document.getElementById('763ae9a8').innerHTML += ' | View Map';var $lb3d6e130a30b176f2ca5af7d1e73953f = '

Columbus Finance & Tax Service

Address: 514 -B S Wall St, Calhoun, GA 30701, USA
Phone: (706) 629-0506
';var m_b3d6e130a30b176f2ca5af7d1e73953f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbus Finance & Tax Service',});m_b3d6e130a30b176f2ca5af7d1e73953f['infowindow'] = new google.maps.InfoWindow({content: $lb3d6e130a30b176f2ca5af7d1e73953f});var infowindow = new google.maps.InfoWindow({content: $lb3d6e130a30b176f2ca5af7d1e73953f});google.maps.event.addListener(m_b3d6e130a30b176f2ca5af7d1e73953f, 'click', function() {infowindow.open(map,m_b3d6e130a30b176f2ca5af7d1e73953f);});$marker.push(m_b3d6e130a30b176f2ca5af7d1e73953f);}});}google.maps.event.addDomListener(window, 'load', initialize);