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_2d2f3af818c9dd2e93800e2fbd9acb1d = new google.maps.Geocoder();g_2d2f3af818c9dd2e93800e2fbd9acb1d.geocode( { 'address': "3507 Ne 24th Ave, Amarillo, TX 79107"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amarillo-TX-anb-northeast-branch').style.display = '';map = new google.maps.Map(document.getElementById('amarillo-TX-anb-northeast-branch'), mapOptions);}document.getElementById('9989c950').innerHTML += ' | View Map';var $l2d2f3af818c9dd2e93800e2fbd9acb1d = '

ANB - Northeast Branch

Address: 3507 Ne 24th Ave, Amarillo, TX 79107
Phone: (806) 381-1000
';var m_2d2f3af818c9dd2e93800e2fbd9acb1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ANB - Northeast Branch',});m_2d2f3af818c9dd2e93800e2fbd9acb1d['infowindow'] = new google.maps.InfoWindow({content: $l2d2f3af818c9dd2e93800e2fbd9acb1d});var infowindow = new google.maps.InfoWindow({content: $l2d2f3af818c9dd2e93800e2fbd9acb1d});google.maps.event.addListener(m_2d2f3af818c9dd2e93800e2fbd9acb1d, 'click', function() {infowindow.open(map,m_2d2f3af818c9dd2e93800e2fbd9acb1d);});$marker.push(m_2d2f3af818c9dd2e93800e2fbd9acb1d);}});}google.maps.event.addDomListener(window, 'load', initialize);