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(31.3158,-86.497)};var g_342487b44b8d43382274596a64d66355 = new google.maps.Geocoder();g_342487b44b8d43382274596a64d66355.geocode( { 'address': "200 Westgate Plz, Andalusia, AL 36420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andalusia-AL-covington-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('andalusia-AL-covington-credit-corporation'), mapOptions);}document.getElementById('e7f28dff').innerHTML += ' | View Map';var $l342487b44b8d43382274596a64d66355 = '

Covington Credit Corporation

Address: 200 Westgate Plz, Andalusia, AL 36420, USA
Phone: (334) 222-2660
';var m_342487b44b8d43382274596a64d66355 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit Corporation',});m_342487b44b8d43382274596a64d66355['infowindow'] = new google.maps.InfoWindow({content: $l342487b44b8d43382274596a64d66355});var infowindow = new google.maps.InfoWindow({content: $l342487b44b8d43382274596a64d66355});google.maps.event.addListener(m_342487b44b8d43382274596a64d66355, 'click', function() {infowindow.open(map,m_342487b44b8d43382274596a64d66355);});$marker.push(m_342487b44b8d43382274596a64d66355);}});}google.maps.event.addDomListener(window, 'load', initialize);