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.5915,-86.2824)};var g_0bfc7c0297fd6f8a2b287f860559e194 = new google.maps.Geocoder();g_0bfc7c0297fd6f8a2b287f860559e194.geocode( { 'address': "311 Martin St N, Pell City, AL 35125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pell-city-AL-local-finance-and-tax-service-of-pell-city').style.display = '';map = new google.maps.Map(document.getElementById('pell-city-AL-local-finance-and-tax-service-of-pell-city'), mapOptions);}document.getElementById('0204a1b9').innerHTML += ' | View Map';var $l0bfc7c0297fd6f8a2b287f860559e194 = '

Local Finance and Tax Service of Pell City

Address: 311 Martin St N, Pell City, AL 35125, USA
Phone: (205) 338-7514
';var m_0bfc7c0297fd6f8a2b287f860559e194 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Local Finance and Tax Service of Pell City',});m_0bfc7c0297fd6f8a2b287f860559e194['infowindow'] = new google.maps.InfoWindow({content: $l0bfc7c0297fd6f8a2b287f860559e194});var infowindow = new google.maps.InfoWindow({content: $l0bfc7c0297fd6f8a2b287f860559e194});google.maps.event.addListener(m_0bfc7c0297fd6f8a2b287f860559e194, 'click', function() {infowindow.open(map,m_0bfc7c0297fd6f8a2b287f860559e194);});$marker.push(m_0bfc7c0297fd6f8a2b287f860559e194);}});}google.maps.event.addDomListener(window, 'load', initialize);