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(29.5279,-96.0617)};var g_50677116a26c798e4e7634da13c70ad6 = new google.maps.Geocoder();g_50677116a26c798e4e7634da13c70ad6.geocode( { 'address': "700 Church St, East Bernard, TX 77435"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-bernard-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-bernard-TX-prosperity-bank'), mapOptions);}document.getElementById('85df39d7').innerHTML += ' | View Map';var $l50677116a26c798e4e7634da13c70ad6 = '

Prosperity Bank

Address: 700 Church St, East Bernard, TX 77435
Phone: (979) 335-7573
';var m_50677116a26c798e4e7634da13c70ad6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_50677116a26c798e4e7634da13c70ad6['infowindow'] = new google.maps.InfoWindow({content: $l50677116a26c798e4e7634da13c70ad6});var infowindow = new google.maps.InfoWindow({content: $l50677116a26c798e4e7634da13c70ad6});google.maps.event.addListener(m_50677116a26c798e4e7634da13c70ad6, 'click', function() {infowindow.open(map,m_50677116a26c798e4e7634da13c70ad6);});$marker.push(m_50677116a26c798e4e7634da13c70ad6);}});}google.maps.event.addDomListener(window, 'load', initialize);