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(31.7389,-95.6076)};var g_6e5a0aeda62bc8433aa5e5ea33db6971 = new google.maps.Geocoder();g_6e5a0aeda62bc8433aa5e5ea33db6971.geocode( { 'address': "2024 Crockett Rd, Palestine, TX 75801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palestine-TX-service-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('palestine-TX-service-loan-co'), mapOptions);}document.getElementById('58a6ab43').innerHTML += ' | View Map';var $l6e5a0aeda62bc8433aa5e5ea33db6971 = '

Service Loan Co

Address: 2024 Crockett Rd, Palestine, TX 75801, USA
Phone: (903) 731-4264
';var m_6e5a0aeda62bc8433aa5e5ea33db6971 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Service Loan Co',});m_6e5a0aeda62bc8433aa5e5ea33db6971['infowindow'] = new google.maps.InfoWindow({content: $l6e5a0aeda62bc8433aa5e5ea33db6971});var infowindow = new google.maps.InfoWindow({content: $l6e5a0aeda62bc8433aa5e5ea33db6971});google.maps.event.addListener(m_6e5a0aeda62bc8433aa5e5ea33db6971, 'click', function() {infowindow.open(map,m_6e5a0aeda62bc8433aa5e5ea33db6971);});$marker.push(m_6e5a0aeda62bc8433aa5e5ea33db6971);}});}google.maps.event.addDomListener(window, 'load', initialize);