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(33.5782,-101.903)};var g_c12080d604250769c6f136f5641425c4 = new google.maps.Geocoder();g_c12080d604250769c6f136f5641425c4.geocode( { 'address': "4206 19th St #700, Lubbock, TX 79407, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-american-national-bank---rush-branch').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-american-national-bank---rush-branch'), mapOptions);}document.getElementById('c57ac320').innerHTML += ' | View Map';var $lc12080d604250769c6f136f5641425c4 = '

American National Bank - Rush Branch

Address: 4206 19th St #700, Lubbock, TX 79407, USA
Phone: (806) 712-7550
';var m_c12080d604250769c6f136f5641425c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank - Rush Branch',});m_c12080d604250769c6f136f5641425c4['infowindow'] = new google.maps.InfoWindow({content: $lc12080d604250769c6f136f5641425c4});var infowindow = new google.maps.InfoWindow({content: $lc12080d604250769c6f136f5641425c4});google.maps.event.addListener(m_c12080d604250769c6f136f5641425c4, 'click', function() {infowindow.open(map,m_c12080d604250769c6f136f5641425c4);});$marker.push(m_c12080d604250769c6f136f5641425c4);}});}google.maps.event.addDomListener(window, 'load', initialize);