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.1248,-95.5977)};var g_cfa31d8130bef0e6643e5de9d0a0cac9 = new google.maps.Geocoder();g_cfa31d8130bef0e6643e5de9d0a0cac9.geocode( { 'address': "1005 Gilmer St, Sulphur Springs, TX 75482, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sulphur-springs-TX-continental-credit').style.display = '';map = new google.maps.Map(document.getElementById('sulphur-springs-TX-continental-credit'), mapOptions);}document.getElementById('c869e364').innerHTML += ' | View Map';var $lcfa31d8130bef0e6643e5de9d0a0cac9 = '

Continental Credit

Address: 1005 Gilmer St, Sulphur Springs, TX 75482, USA
Phone: (903) 885-7649
';var m_cfa31d8130bef0e6643e5de9d0a0cac9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Credit',});m_cfa31d8130bef0e6643e5de9d0a0cac9['infowindow'] = new google.maps.InfoWindow({content: $lcfa31d8130bef0e6643e5de9d0a0cac9});var infowindow = new google.maps.InfoWindow({content: $lcfa31d8130bef0e6643e5de9d0a0cac9});google.maps.event.addListener(m_cfa31d8130bef0e6643e5de9d0a0cac9, 'click', function() {infowindow.open(map,m_cfa31d8130bef0e6643e5de9d0a0cac9);});$marker.push(m_cfa31d8130bef0e6643e5de9d0a0cac9);}});}google.maps.event.addDomListener(window, 'load', initialize);