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.7854,-85.9665)};var g_cdb4165dac1faee897c92336ae51d339 = new google.maps.Geocoder();g_cdb4165dac1faee897c92336ae51d339.geocode( { 'address': "109 Southland Village, Troy, AL 36079, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-AL-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('troy-AL-covington-credit'), mapOptions);}document.getElementById('d218d5c4').innerHTML += ' | View Map';var $lcdb4165dac1faee897c92336ae51d339 = '

Covington Credit

Address: 109 Southland Village, Troy, AL 36079, USA
Phone: (334) 566-3165
';var m_cdb4165dac1faee897c92336ae51d339 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_cdb4165dac1faee897c92336ae51d339['infowindow'] = new google.maps.InfoWindow({content: $lcdb4165dac1faee897c92336ae51d339});var infowindow = new google.maps.InfoWindow({content: $lcdb4165dac1faee897c92336ae51d339});google.maps.event.addListener(m_cdb4165dac1faee897c92336ae51d339, 'click', function() {infowindow.open(map,m_cdb4165dac1faee897c92336ae51d339);});$marker.push(m_cdb4165dac1faee897c92336ae51d339);}});}google.maps.event.addDomListener(window, 'load', initialize);