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.0966,-97.3414)};var g_9b502a46e04a284205a2e36b29d6d37e = new google.maps.Geocoder();g_9b502a46e04a284205a2e36b29d6d37e.geocode( { 'address': "2 S Main St, Temple, TX 76501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-TX-continental-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('temple-TX-continental-credit-corporation'), mapOptions);}document.getElementById('9342e2ca').innerHTML += ' | View Map';var $l9b502a46e04a284205a2e36b29d6d37e = '

Continental Credit Corporation

Address: 2 S Main St, Temple, TX 76501, USA
Phone: (254) 778-3678
';var m_9b502a46e04a284205a2e36b29d6d37e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Continental Credit Corporation',});m_9b502a46e04a284205a2e36b29d6d37e['infowindow'] = new google.maps.InfoWindow({content: $l9b502a46e04a284205a2e36b29d6d37e});var infowindow = new google.maps.InfoWindow({content: $l9b502a46e04a284205a2e36b29d6d37e});google.maps.event.addListener(m_9b502a46e04a284205a2e36b29d6d37e, 'click', function() {infowindow.open(map,m_9b502a46e04a284205a2e36b29d6d37e);});$marker.push(m_9b502a46e04a284205a2e36b29d6d37e);}});}google.maps.event.addDomListener(window, 'load', initialize);