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(28.6345,-96.6287)};var g_f1ad37a6dd21f1844ce99643a61bf820 = new google.maps.Geocoder();g_f1ad37a6dd21f1844ce99643a61bf820.geocode( { 'address': "1107 TX-35, Port Lavaca, TX 77979, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-lavaca-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-lavaca-TX-prosperity-bank'), mapOptions);}document.getElementById('a0034d49').innerHTML += ' | View Map';var $lf1ad37a6dd21f1844ce99643a61bf820 = '

Prosperity Bank

Address: 1107 TX-35, Port Lavaca, TX 77979, USA
Phone: (361) 552-7411
';var m_f1ad37a6dd21f1844ce99643a61bf820 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_f1ad37a6dd21f1844ce99643a61bf820['infowindow'] = new google.maps.InfoWindow({content: $lf1ad37a6dd21f1844ce99643a61bf820});var infowindow = new google.maps.InfoWindow({content: $lf1ad37a6dd21f1844ce99643a61bf820});google.maps.event.addListener(m_f1ad37a6dd21f1844ce99643a61bf820, 'click', function() {infowindow.open(map,m_f1ad37a6dd21f1844ce99643a61bf820);});$marker.push(m_f1ad37a6dd21f1844ce99643a61bf820);}});}google.maps.event.addDomListener(window, 'load', initialize);