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.1814,-101.866)};var g_49f23022c1981bf3b68551c32a3fdbd1 = new google.maps.Geocoder();g_49f23022c1981bf3b68551c32a3fdbd1.geocode( { 'address': "3101 Georgia St S, Amarillo, TX 79109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-amarillo-national-bank---georgia-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-amarillo-national-bank---georgia-financial-center'), mapOptions);}document.getElementById('62aa28e9').innerHTML += ' | View Map';var $l49f23022c1981bf3b68551c32a3fdbd1 = '

Amarillo National Bank - Georgia Financial Center

Address: 3101 Georgia St S, Amarillo, TX 79109, USA
Phone: (806) 356-5800
';var m_49f23022c1981bf3b68551c32a3fdbd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amarillo National Bank - Georgia Financial Center',});m_49f23022c1981bf3b68551c32a3fdbd1['infowindow'] = new google.maps.InfoWindow({content: $l49f23022c1981bf3b68551c32a3fdbd1});var infowindow = new google.maps.InfoWindow({content: $l49f23022c1981bf3b68551c32a3fdbd1});google.maps.event.addListener(m_49f23022c1981bf3b68551c32a3fdbd1, 'click', function() {infowindow.open(map,m_49f23022c1981bf3b68551c32a3fdbd1);});$marker.push(m_49f23022c1981bf3b68551c32a3fdbd1);}});}google.maps.event.addDomListener(window, 'load', initialize);