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(33.6507,-85.5873)};var g_c74e5be581be3f75fd9a704bbceaaf06 = new google.maps.Geocoder();g_c74e5be581be3f75fd9a704bbceaaf06.geocode( { 'address': "996 Ross St, Heflin, AL 36264, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('heflin-AL-columbus-finance-co--tax-services').style.display = '';map = new google.maps.Map(document.getElementById('heflin-AL-columbus-finance-co--tax-services'), mapOptions);}document.getElementById('e7738719').innerHTML += ' | View Map';var $lc74e5be581be3f75fd9a704bbceaaf06 = '

Columbus Finance Co & Tax Services

Address: 996 Ross St, Heflin, AL 36264, USA
Phone: (256) 463-4377
';var m_c74e5be581be3f75fd9a704bbceaaf06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Columbus Finance Co & Tax Services',});m_c74e5be581be3f75fd9a704bbceaaf06['infowindow'] = new google.maps.InfoWindow({content: $lc74e5be581be3f75fd9a704bbceaaf06});var infowindow = new google.maps.InfoWindow({content: $lc74e5be581be3f75fd9a704bbceaaf06});google.maps.event.addListener(m_c74e5be581be3f75fd9a704bbceaaf06, 'click', function() {infowindow.open(map,m_c74e5be581be3f75fd9a704bbceaaf06);});$marker.push(m_c74e5be581be3f75fd9a704bbceaaf06);}});}google.maps.event.addDomListener(window, 'load', initialize);