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.2079,-101.837)};var g_bc54cb4a4a51322747ecd21d29947b1a = new google.maps.Geocoder();g_bc54cb4a4a51322747ecd21d29947b1a.geocode( { 'address': "516 S Polk St #400, Amarillo, TX 79101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-amarillo-national-bank---mortgage-loan-servicing').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-amarillo-national-bank---mortgage-loan-servicing'), mapOptions);}document.getElementById('5eaa8b52').innerHTML += ' | View Map';var $lbc54cb4a4a51322747ecd21d29947b1a = '

Amarillo National Bank - Mortgage Loan Servicing

Address: 516 S Polk St #400, Amarillo, TX 79101, USA
Phone: (806) 378-8098
';var m_bc54cb4a4a51322747ecd21d29947b1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amarillo National Bank - Mortgage Loan Servicing',});m_bc54cb4a4a51322747ecd21d29947b1a['infowindow'] = new google.maps.InfoWindow({content: $lbc54cb4a4a51322747ecd21d29947b1a});var infowindow = new google.maps.InfoWindow({content: $lbc54cb4a4a51322747ecd21d29947b1a});google.maps.event.addListener(m_bc54cb4a4a51322747ecd21d29947b1a, 'click', function() {infowindow.open(map,m_bc54cb4a4a51322747ecd21d29947b1a);});$marker.push(m_bc54cb4a4a51322747ecd21d29947b1a);}});}google.maps.event.addDomListener(window, 'load', initialize);