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.093,-96.4642)};var g_ae33efa892803f0b563cf05c92f1f995 = new google.maps.Geocoder();g_ae33efa892803f0b563cf05c92f1f995.geocode( { 'address': "117 W Collin St, Corsicana, TX 75110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corsicana-TX-covington-credit').style.display = '';map = new google.maps.Map(document.getElementById('corsicana-TX-covington-credit'), mapOptions);}document.getElementById('88dbecce').innerHTML += ' | View Map';var $lae33efa892803f0b563cf05c92f1f995 = '

Covington Credit

Address: 117 W Collin St, Corsicana, TX 75110, USA
Phone: (903) 874-4878
';var m_ae33efa892803f0b563cf05c92f1f995 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Covington Credit',});m_ae33efa892803f0b563cf05c92f1f995['infowindow'] = new google.maps.InfoWindow({content: $lae33efa892803f0b563cf05c92f1f995});var infowindow = new google.maps.InfoWindow({content: $lae33efa892803f0b563cf05c92f1f995});google.maps.event.addListener(m_ae33efa892803f0b563cf05c92f1f995, 'click', function() {infowindow.open(map,m_ae33efa892803f0b563cf05c92f1f995);});$marker.push(m_ae33efa892803f0b563cf05c92f1f995);}});}google.maps.event.addDomListener(window, 'load', initialize);