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(33.439,-94.0803)};var g_ac45876f8439142304ce875136ad6f0c = new google.maps.Geocoder();g_ac45876f8439142304ce875136ad6f0c.geocode( { 'address': "112 Oaklawn Vlg, Texarkana, TX 75501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texarkana-TX-covington-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('texarkana-TX-covington-credit-corporation'), mapOptions);}document.getElementById('ec1db6db').innerHTML += ' | View Map';var $lac45876f8439142304ce875136ad6f0c = '

Covington Credit Corporation

Address: 112 Oaklawn Vlg, Texarkana, TX 75501, USA
Phone: (903) 832-6551
';var m_ac45876f8439142304ce875136ad6f0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit Corporation',});m_ac45876f8439142304ce875136ad6f0c['infowindow'] = new google.maps.InfoWindow({content: $lac45876f8439142304ce875136ad6f0c});var infowindow = new google.maps.InfoWindow({content: $lac45876f8439142304ce875136ad6f0c});google.maps.event.addListener(m_ac45876f8439142304ce875136ad6f0c, 'click', function() {infowindow.open(map,m_ac45876f8439142304ce875136ad6f0c);});$marker.push(m_ac45876f8439142304ce875136ad6f0c);}});}google.maps.event.addDomListener(window, 'load', initialize);