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.2077,-101.839)};var g_993560d2b244b3cb6e2a2e7670679ac5 = new google.maps.Geocoder();g_993560d2b244b3cb6e2a2e7670679ac5.geocode( { 'address': "Hillside Rd & Bell St, Amarillo, TX 79109"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-anb-hillside-branch').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-anb-hillside-branch'), mapOptions);}document.getElementById('ad70885e').innerHTML += ' | View Map';var $l993560d2b244b3cb6e2a2e7670679ac5 = '

ANB - Hillside Branch

Address: Hillside Rd & Bell St, Amarillo, TX 79109
Phone: (806) 356-1400
';var m_993560d2b244b3cb6e2a2e7670679ac5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ANB - Hillside Branch',});m_993560d2b244b3cb6e2a2e7670679ac5['infowindow'] = new google.maps.InfoWindow({content: $l993560d2b244b3cb6e2a2e7670679ac5});var infowindow = new google.maps.InfoWindow({content: $l993560d2b244b3cb6e2a2e7670679ac5});google.maps.event.addListener(m_993560d2b244b3cb6e2a2e7670679ac5, 'click', function() {infowindow.open(map,m_993560d2b244b3cb6e2a2e7670679ac5);});$marker.push(m_993560d2b244b3cb6e2a2e7670679ac5);}});}google.maps.event.addDomListener(window, 'load', initialize);