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.09,-97.8219)};var g_417b6bb272f6c49af02c83a856198ea6 = new google.maps.Geocoder();g_417b6bb272f6c49af02c83a856198ea6.geocode( { 'address': "103 TX-359, Mathis, TX 78368, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mathis-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('mathis-TX-prosperity-bank'), mapOptions);}document.getElementById('300fa12a').innerHTML += ' | View Map';var $l417b6bb272f6c49af02c83a856198ea6 = '

Prosperity Bank

Address: 103 TX-359, Mathis, TX 78368, USA
Phone: (361) 547-3336
';var m_417b6bb272f6c49af02c83a856198ea6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_417b6bb272f6c49af02c83a856198ea6['infowindow'] = new google.maps.InfoWindow({content: $l417b6bb272f6c49af02c83a856198ea6});var infowindow = new google.maps.InfoWindow({content: $l417b6bb272f6c49af02c83a856198ea6});google.maps.event.addListener(m_417b6bb272f6c49af02c83a856198ea6, 'click', function() {infowindow.open(map,m_417b6bb272f6c49af02c83a856198ea6);});$marker.push(m_417b6bb272f6c49af02c83a856198ea6);}});}google.maps.event.addDomListener(window, 'load', initialize);