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.4329,-87.017)};var g_f8865936d1f2b467b496f4c9ef0e430d = new google.maps.Geocoder();g_f8865936d1f2b467b496f4c9ef0e430d.geocode( { 'address': "1312 E Highland Ave, Selma, AL 36703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selma-AL-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('selma-AL-covington-credit'), mapOptions);}document.getElementById('fc46bdc2').innerHTML += ' | View Map';var $lf8865936d1f2b467b496f4c9ef0e430d = '

Covington Credit

Address: 1312 E Highland Ave, Selma, AL 36703, USA
Phone: (334) 872-8040
';var m_f8865936d1f2b467b496f4c9ef0e430d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_f8865936d1f2b467b496f4c9ef0e430d['infowindow'] = new google.maps.InfoWindow({content: $lf8865936d1f2b467b496f4c9ef0e430d});var infowindow = new google.maps.InfoWindow({content: $lf8865936d1f2b467b496f4c9ef0e430d});google.maps.event.addListener(m_f8865936d1f2b467b496f4c9ef0e430d, 'click', function() {infowindow.open(map,m_f8865936d1f2b467b496f4c9ef0e430d);});$marker.push(m_f8865936d1f2b467b496f4c9ef0e430d);}});}google.maps.event.addDomListener(window, 'load', initialize);