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.2073,-101.899)};var g_a767744cba447d046b38e7b1b053322d = new google.maps.Geocoder();g_a767744cba447d046b38e7b1b053322d.geocode( { 'address': "5500 SW 9th Ave, Amarillo, TX 79106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-amarillo-national-bank---craig-methodist-retirement-center').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-amarillo-national-bank---craig-methodist-retirement-center'), mapOptions);}document.getElementById('c76ad400').innerHTML += ' | View Map';var $la767744cba447d046b38e7b1b053322d = '

Amarillo National Bank - Craig Methodist Retirement Center

Address: 5500 SW 9th Ave, Amarillo, TX 79106, USA
Phone: (806) 356-5850
';var m_a767744cba447d046b38e7b1b053322d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amarillo National Bank - Craig Methodist Retirement Center',});m_a767744cba447d046b38e7b1b053322d['infowindow'] = new google.maps.InfoWindow({content: $la767744cba447d046b38e7b1b053322d});var infowindow = new google.maps.InfoWindow({content: $la767744cba447d046b38e7b1b053322d});google.maps.event.addListener(m_a767744cba447d046b38e7b1b053322d, 'click', function() {infowindow.open(map,m_a767744cba447d046b38e7b1b053322d);});$marker.push(m_a767744cba447d046b38e7b1b053322d);}});}google.maps.event.addDomListener(window, 'load', initialize);