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.5192,-101.96)};var g_04d7652dafc4dd22045934f054168c0f = new google.maps.Geocoder();g_04d7652dafc4dd22045934f054168c0f.geocode( { 'address': "6533 82nd St, Lubbock, TX 79424, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lubbock-TX-commercial-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('lubbock-TX-commercial-state-bank'), mapOptions);}document.getElementById('9f259e00').innerHTML += ' | View Map';var $l04d7652dafc4dd22045934f054168c0f = '

Commercial State Bank

Address: 6533 82nd St, Lubbock, TX 79424, USA
Phone: (806) 771-4141
';var m_04d7652dafc4dd22045934f054168c0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial State Bank',});m_04d7652dafc4dd22045934f054168c0f['infowindow'] = new google.maps.InfoWindow({content: $l04d7652dafc4dd22045934f054168c0f});var infowindow = new google.maps.InfoWindow({content: $l04d7652dafc4dd22045934f054168c0f});google.maps.event.addListener(m_04d7652dafc4dd22045934f054168c0f, 'click', function() {infowindow.open(map,m_04d7652dafc4dd22045934f054168c0f);});$marker.push(m_04d7652dafc4dd22045934f054168c0f);}});}google.maps.event.addDomListener(window, 'load', initialize);