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(30.0714,-94.1032)};var g_d7cbbf830501a1332d11174fd90af4db = new google.maps.Geocoder();g_d7cbbf830501a1332d11174fd90af4db.geocode( { 'address': "6150 Eastex Fwy, Beaumont, TX 77708"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-TX-prosperity-bank'), mapOptions);}document.getElementById('a6a0e99d').innerHTML += ' | View Map';var $ld7cbbf830501a1332d11174fd90af4db = '

Prosperity Bank

Address: 6150 Eastex Fwy, Beaumont, TX 77708
Phone: (409) 898-2128
';var m_d7cbbf830501a1332d11174fd90af4db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_d7cbbf830501a1332d11174fd90af4db['infowindow'] = new google.maps.InfoWindow({content: $ld7cbbf830501a1332d11174fd90af4db});var infowindow = new google.maps.InfoWindow({content: $ld7cbbf830501a1332d11174fd90af4db});google.maps.event.addListener(m_d7cbbf830501a1332d11174fd90af4db, 'click', function() {infowindow.open(map,m_d7cbbf830501a1332d11174fd90af4db);});$marker.push(m_d7cbbf830501a1332d11174fd90af4db);}});}google.maps.event.addDomListener(window, 'load', initialize);