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(34.4324,-100.22)};var g_bcf6d4bfd37c57ff328e4a761497ca70 = new google.maps.Geocoder();g_bcf6d4bfd37c57ff328e4a761497ca70.geocode( { 'address': "603 15th St NW, Childress, TX 79201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('childress-TX-trading-post--loan').style.display = '';map = new google.maps.Map(document.getElementById('childress-TX-trading-post--loan'), mapOptions);}document.getElementById('298129ae').innerHTML += ' | View Map';var $lbcf6d4bfd37c57ff328e4a761497ca70 = '

Trading Post & Loan

Address: 603 15th St NW, Childress, TX 79201, USA
Phone: (940) 937-2800
';var m_bcf6d4bfd37c57ff328e4a761497ca70 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Trading Post & Loan',});m_bcf6d4bfd37c57ff328e4a761497ca70['infowindow'] = new google.maps.InfoWindow({content: $lbcf6d4bfd37c57ff328e4a761497ca70});var infowindow = new google.maps.InfoWindow({content: $lbcf6d4bfd37c57ff328e4a761497ca70});google.maps.event.addListener(m_bcf6d4bfd37c57ff328e4a761497ca70, 'click', function() {infowindow.open(map,m_bcf6d4bfd37c57ff328e4a761497ca70);});$marker.push(m_bcf6d4bfd37c57ff328e4a761497ca70);}});}google.maps.event.addDomListener(window, 'load', initialize);