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(32.8168,-86.6094)};var g_dc410553ad535f7716da00e9f3cfe51a = new google.maps.Geocoder();g_dc410553ad535f7716da00e9f3cfe51a.geocode( { 'address': "1435 7th St S, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-economy-tax--insurance').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-economy-tax--insurance'), mapOptions);}document.getElementById('bb303174').innerHTML += ' | View Map';var $ldc410553ad535f7716da00e9f3cfe51a = '

Economy Tax & Insurance

Address: 1435 7th St S, Clanton, AL 35045, USA
Phone: (205) 280-7717
';var m_dc410553ad535f7716da00e9f3cfe51a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Economy Tax & Insurance',});m_dc410553ad535f7716da00e9f3cfe51a['infowindow'] = new google.maps.InfoWindow({content: $ldc410553ad535f7716da00e9f3cfe51a});var infowindow = new google.maps.InfoWindow({content: $ldc410553ad535f7716da00e9f3cfe51a});google.maps.event.addListener(m_dc410553ad535f7716da00e9f3cfe51a, 'click', function() {infowindow.open(map,m_dc410553ad535f7716da00e9f3cfe51a);});$marker.push(m_dc410553ad535f7716da00e9f3cfe51a);}});}google.maps.event.addDomListener(window, 'load', initialize);