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.8308,-86.6261)};var g_b856bd4b563970cc99208b7be3f74bf9 = new google.maps.Geocoder();g_b856bd4b563970cc99208b7be3f74bf9.geocode( { 'address': "228 Town Mart, Clanton, AL 35045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clanton-AL-western-finance').style.display = '';map = new google.maps.Map(document.getElementById('clanton-AL-western-finance'), mapOptions);}document.getElementById('3487f61c').innerHTML += ' | View Map';var $lb856bd4b563970cc99208b7be3f74bf9 = '

Western Finance

Address: 228 Town Mart, Clanton, AL 35045, USA
Phone: (205) 755-7187
';var m_b856bd4b563970cc99208b7be3f74bf9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Finance',});m_b856bd4b563970cc99208b7be3f74bf9['infowindow'] = new google.maps.InfoWindow({content: $lb856bd4b563970cc99208b7be3f74bf9});var infowindow = new google.maps.InfoWindow({content: $lb856bd4b563970cc99208b7be3f74bf9});google.maps.event.addListener(m_b856bd4b563970cc99208b7be3f74bf9, 'click', function() {infowindow.open(map,m_b856bd4b563970cc99208b7be3f74bf9);});$marker.push(m_b856bd4b563970cc99208b7be3f74bf9);}});}google.maps.event.addDomListener(window, 'load', initialize);