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.4756,-85.0411)};var g_2e1bffbe0a4173abf55c82998197e4d5 = new google.maps.Geocoder();g_2e1bffbe0a4173abf55c82998197e4d5.geocode( { 'address': "3304 US-80, Phenix City, AL 36870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-loan-south-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-loan-south-finance-company'), mapOptions);}document.getElementById('486909e3').innerHTML += ' | View Map';var $l2e1bffbe0a4173abf55c82998197e4d5 = '

Loan South Finance Company

Address: 3304 US-80, Phenix City, AL 36870, USA
Phone: (334) 480-8876
';var m_2e1bffbe0a4173abf55c82998197e4d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan South Finance Company',});m_2e1bffbe0a4173abf55c82998197e4d5['infowindow'] = new google.maps.InfoWindow({content: $l2e1bffbe0a4173abf55c82998197e4d5});var infowindow = new google.maps.InfoWindow({content: $l2e1bffbe0a4173abf55c82998197e4d5});google.maps.event.addListener(m_2e1bffbe0a4173abf55c82998197e4d5, 'click', function() {infowindow.open(map,m_2e1bffbe0a4173abf55c82998197e4d5);});$marker.push(m_2e1bffbe0a4173abf55c82998197e4d5);}});}google.maps.event.addDomListener(window, 'load', initialize);