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.4812,-85.0329)};var g_8ccdf4b1001867a8dea29e70a7abc3e6 = new google.maps.Geocoder();g_8ccdf4b1001867a8dea29e70a7abc3e6.geocode( { 'address': "2031 E 280 Byp, Phenix City, AL 36867, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phenix-city-AL-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('phenix-city-AL-covington-credit'), mapOptions);}document.getElementById('53e61625').innerHTML += ' | View Map';var $l8ccdf4b1001867a8dea29e70a7abc3e6 = '

Covington Credit

Address: 2031 E 280 Byp, Phenix City, AL 36867, USA
Phone: (334) 448-7887
';var m_8ccdf4b1001867a8dea29e70a7abc3e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_8ccdf4b1001867a8dea29e70a7abc3e6['infowindow'] = new google.maps.InfoWindow({content: $l8ccdf4b1001867a8dea29e70a7abc3e6});var infowindow = new google.maps.InfoWindow({content: $l8ccdf4b1001867a8dea29e70a7abc3e6});google.maps.event.addListener(m_8ccdf4b1001867a8dea29e70a7abc3e6, 'click', function() {infowindow.open(map,m_8ccdf4b1001867a8dea29e70a7abc3e6);});$marker.push(m_8ccdf4b1001867a8dea29e70a7abc3e6);}});}google.maps.event.addDomListener(window, 'load', initialize);