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.5896,-102.367)};var g_20b7529575c247bc9547f43ab405c8cf = new google.maps.Geocoder();g_20b7529575c247bc9547f43ab405c8cf.geocode( { 'address': "311 College Ave, Levelland, TX 79336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('levelland-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('levelland-TX-prosperity-bank'), mapOptions);}document.getElementById('ff5abd96').innerHTML += ' | View Map';var $l20b7529575c247bc9547f43ab405c8cf = '

Prosperity Bank

Address: 311 College Ave, Levelland, TX 79336, USA
Phone: (806) 894-5296
';var m_20b7529575c247bc9547f43ab405c8cf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_20b7529575c247bc9547f43ab405c8cf['infowindow'] = new google.maps.InfoWindow({content: $l20b7529575c247bc9547f43ab405c8cf});var infowindow = new google.maps.InfoWindow({content: $l20b7529575c247bc9547f43ab405c8cf});google.maps.event.addListener(m_20b7529575c247bc9547f43ab405c8cf, 'click', function() {infowindow.open(map,m_20b7529575c247bc9547f43ab405c8cf);});$marker.push(m_20b7529575c247bc9547f43ab405c8cf);}});}google.maps.event.addDomListener(window, 'load', initialize);