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.5863,-86.2852)};var g_0bd558f8825f7803a269203da58c7ca4 = new google.maps.Geocoder();g_0bd558f8825f7803a269203da58c7ca4.geocode( { 'address': "1912 Cogswell Ave, Pell City, AL 35125, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pell-city-AL-community-credit-inc').style.display = '';map = new google.maps.Map(document.getElementById('pell-city-AL-community-credit-inc'), mapOptions);}document.getElementById('83ffa328').innerHTML += ' | View Map';var $l0bd558f8825f7803a269203da58c7ca4 = '

Community Credit Inc

Address: 1912 Cogswell Ave, Pell City, AL 35125, USA
Phone: (205) 338-4433
';var m_0bd558f8825f7803a269203da58c7ca4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Credit Inc',});m_0bd558f8825f7803a269203da58c7ca4['infowindow'] = new google.maps.InfoWindow({content: $l0bd558f8825f7803a269203da58c7ca4});var infowindow = new google.maps.InfoWindow({content: $l0bd558f8825f7803a269203da58c7ca4});google.maps.event.addListener(m_0bd558f8825f7803a269203da58c7ca4, 'click', function() {infowindow.open(map,m_0bd558f8825f7803a269203da58c7ca4);});$marker.push(m_0bd558f8825f7803a269203da58c7ca4);}});}google.maps.event.addDomListener(window, 'load', initialize);