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.2216,-101.816)};var g_930251d7f540be33c7e12b67d333b66e = new google.maps.Geocoder();g_930251d7f540be33c7e12b67d333b66e.geocode( { 'address': "1914 SE 10th Ave b502, Amarillo, TX 79102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-canyon-finance').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-canyon-finance'), mapOptions);}document.getElementById('477616d8').innerHTML += ' | View Map';var $l930251d7f540be33c7e12b67d333b66e = '

Canyon Finance

Address: 1914 SE 10th Ave b502, Amarillo, TX 79102, USA
Phone: (806) 373-0173
';var m_930251d7f540be33c7e12b67d333b66e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Canyon Finance',});m_930251d7f540be33c7e12b67d333b66e['infowindow'] = new google.maps.InfoWindow({content: $l930251d7f540be33c7e12b67d333b66e});var infowindow = new google.maps.InfoWindow({content: $l930251d7f540be33c7e12b67d333b66e});google.maps.event.addListener(m_930251d7f540be33c7e12b67d333b66e, 'click', function() {infowindow.open(map,m_930251d7f540be33c7e12b67d333b66e);});$marker.push(m_930251d7f540be33c7e12b67d333b66e);}});}google.maps.event.addDomListener(window, 'load', initialize);