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(35.1953,-101.85)};var g_715d91778d743b59134e3cab3b0ffb1d = new google.maps.Geocoder();g_715d91778d743b59134e3cab3b0ffb1d.geocode( { 'address': "1800 S Hughes St, Amarillo, TX 79102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-caprock-credit').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-caprock-credit'), mapOptions);}document.getElementById('a7ba4253').innerHTML += ' | View Map';var $l715d91778d743b59134e3cab3b0ffb1d = '

Caprock Credit

Address: 1800 S Hughes St, Amarillo, TX 79102, USA
Phone: (806) 467-9911
';var m_715d91778d743b59134e3cab3b0ffb1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Caprock Credit',});m_715d91778d743b59134e3cab3b0ffb1d['infowindow'] = new google.maps.InfoWindow({content: $l715d91778d743b59134e3cab3b0ffb1d});var infowindow = new google.maps.InfoWindow({content: $l715d91778d743b59134e3cab3b0ffb1d});google.maps.event.addListener(m_715d91778d743b59134e3cab3b0ffb1d, 'click', function() {infowindow.open(map,m_715d91778d743b59134e3cab3b0ffb1d);});$marker.push(m_715d91778d743b59134e3cab3b0ffb1d);}});}google.maps.event.addDomListener(window, 'load', initialize);