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.5846,-101.847)};var g_029e94324ab9138ec619632a65c81bca = new google.maps.Geocoder();g_029e94324ab9138ec619632a65c81bca.geocode( { 'address': "1901 W Loop 289, Lubbock, TX 79407"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-southwest-bank').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-southwest-bank'), mapOptions);}document.getElementById('8f314d5a').innerHTML += ' | View Map';var $l029e94324ab9138ec619632a65c81bca = '

Southwest Bank

Address: 1901 W Loop 289, Lubbock, TX 79407
Phone: (806) 401-8128
';var m_029e94324ab9138ec619632a65c81bca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest Bank',});m_029e94324ab9138ec619632a65c81bca['infowindow'] = new google.maps.InfoWindow({content: $l029e94324ab9138ec619632a65c81bca});var infowindow = new google.maps.InfoWindow({content: $l029e94324ab9138ec619632a65c81bca});google.maps.event.addListener(m_029e94324ab9138ec619632a65c81bca, 'click', function() {infowindow.open(map,m_029e94324ab9138ec619632a65c81bca);});$marker.push(m_029e94324ab9138ec619632a65c81bca);}});}google.maps.event.addDomListener(window, 'load', initialize);