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.5189,-101.943)};var g_d99fa93f498a47c7c87ef3678653d0ea = new google.maps.Geocoder();g_d99fa93f498a47c7c87ef3678653d0ea.geocode( { 'address': "5905 82nd St #103, Lubbock, TX 79424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-american-national-bank---lubbock-bank').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-american-national-bank---lubbock-bank'), mapOptions);}document.getElementById('500219fc').innerHTML += ' | View Map';var $ld99fa93f498a47c7c87ef3678653d0ea = '

American National Bank - Lubbock Bank

Address: 5905 82nd St #103, Lubbock, TX 79424, USA
Phone: (806) 712-7000
';var m_d99fa93f498a47c7c87ef3678653d0ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American National Bank - Lubbock Bank',});m_d99fa93f498a47c7c87ef3678653d0ea['infowindow'] = new google.maps.InfoWindow({content: $ld99fa93f498a47c7c87ef3678653d0ea});var infowindow = new google.maps.InfoWindow({content: $ld99fa93f498a47c7c87ef3678653d0ea});google.maps.event.addListener(m_d99fa93f498a47c7c87ef3678653d0ea, 'click', function() {infowindow.open(map,m_d99fa93f498a47c7c87ef3678653d0ea);});$marker.push(m_d99fa93f498a47c7c87ef3678653d0ea);}});}google.maps.event.addDomListener(window, 'load', initialize);