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.6607,-95.5374)};var g_0388702b0733cd518a87ad36c0f5a598 = new google.maps.Geocoder();g_0388702b0733cd518a87ad36c0f5a598.geocode( { 'address': "1818 Lamar Ave, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-covington-credit'), mapOptions);}document.getElementById('096ff1d6').innerHTML += ' | View Map';var $l0388702b0733cd518a87ad36c0f5a598 = '

Covington Credit

Address: 1818 Lamar Ave, Paris, TX 75460, USA
Phone: (903) 739-8161
';var m_0388702b0733cd518a87ad36c0f5a598 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_0388702b0733cd518a87ad36c0f5a598['infowindow'] = new google.maps.InfoWindow({content: $l0388702b0733cd518a87ad36c0f5a598});var infowindow = new google.maps.InfoWindow({content: $l0388702b0733cd518a87ad36c0f5a598});google.maps.event.addListener(m_0388702b0733cd518a87ad36c0f5a598, 'click', function() {infowindow.open(map,m_0388702b0733cd518a87ad36c0f5a598);});$marker.push(m_0388702b0733cd518a87ad36c0f5a598);}});}google.maps.event.addDomListener(window, 'load', initialize);