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.2045,-101.841)};var g_62369392c675ab68a37e5f5e5a819506 = new google.maps.Geocoder();g_62369392c675ab68a37e5f5e5a819506.geocode( { 'address': "Amarillo, TX 79101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-credit-bureau-of-north-texas').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-credit-bureau-of-north-texas'), mapOptions);}document.getElementById('f58580b0').innerHTML += ' | View Map';var $l62369392c675ab68a37e5f5e5a819506 = '

Credit Bureau of North Texas

Address: Amarillo, TX 79101, USA
Phone: (806) 372-3629
';var m_62369392c675ab68a37e5f5e5a819506 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Bureau of North Texas',});m_62369392c675ab68a37e5f5e5a819506['infowindow'] = new google.maps.InfoWindow({content: $l62369392c675ab68a37e5f5e5a819506});var infowindow = new google.maps.InfoWindow({content: $l62369392c675ab68a37e5f5e5a819506});google.maps.event.addListener(m_62369392c675ab68a37e5f5e5a819506, 'click', function() {infowindow.open(map,m_62369392c675ab68a37e5f5e5a819506);});$marker.push(m_62369392c675ab68a37e5f5e5a819506);}});}google.maps.event.addDomListener(window, 'load', initialize);