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.9216,-87.7412)};var g_b1dab62397f8c631a2f3ebf112bc91af = new google.maps.Geocoder();g_b1dab62397f8c631a2f3ebf112bc91af.geocode( { 'address': "33007 US-43, Thomasville, AL 36784, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomasville-AL-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('thomasville-AL-covington-credit'), mapOptions);}document.getElementById('39d85cd9').innerHTML += ' | View Map';var $lb1dab62397f8c631a2f3ebf112bc91af = '

Covington Credit

Address: 33007 US-43, Thomasville, AL 36784, USA
Phone: (334) 636-4117
';var m_b1dab62397f8c631a2f3ebf112bc91af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_b1dab62397f8c631a2f3ebf112bc91af['infowindow'] = new google.maps.InfoWindow({content: $lb1dab62397f8c631a2f3ebf112bc91af});var infowindow = new google.maps.InfoWindow({content: $lb1dab62397f8c631a2f3ebf112bc91af});google.maps.event.addListener(m_b1dab62397f8c631a2f3ebf112bc91af, 'click', function() {infowindow.open(map,m_b1dab62397f8c631a2f3ebf112bc91af);});$marker.push(m_b1dab62397f8c631a2f3ebf112bc91af);}});}google.maps.event.addDomListener(window, 'load', initialize);