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.4336,-94.0789)};var g_dfc1a25455a3d1ed4497707730b2906b = new google.maps.Geocoder();g_dfc1a25455a3d1ed4497707730b2906b.geocode( { 'address': "2729 New Boston Rd #112b, Texarkana, TX 75501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texarkana-TX-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('texarkana-TX-covington-credit'), mapOptions);}document.getElementById('36ec1e3d').innerHTML += ' | View Map';var $ldfc1a25455a3d1ed4497707730b2906b = '

Covington Credit

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