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.5697,-97.9417)};var g_bcb4bf9c71b2ceaca2cc07f5a07cd397 = new google.maps.Geocoder();g_bcb4bf9c71b2ceaca2cc07f5a07cd397.geocode( { 'address': "1414 E Court St, Seguin, TX 78155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seguin-TX-prosperity-bank').style.display = '';map = new google.maps.Map(document.getElementById('seguin-TX-prosperity-bank'), mapOptions);}document.getElementById('3c2241de').innerHTML += ' | View Map';var $lbcb4bf9c71b2ceaca2cc07f5a07cd397 = '

Prosperity Bank

Address: 1414 E Court St, Seguin, TX 78155, USA
Phone: (830) 379-2222
';var m_bcb4bf9c71b2ceaca2cc07f5a07cd397 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Prosperity Bank',});m_bcb4bf9c71b2ceaca2cc07f5a07cd397['infowindow'] = new google.maps.InfoWindow({content: $lbcb4bf9c71b2ceaca2cc07f5a07cd397});var infowindow = new google.maps.InfoWindow({content: $lbcb4bf9c71b2ceaca2cc07f5a07cd397});google.maps.event.addListener(m_bcb4bf9c71b2ceaca2cc07f5a07cd397, 'click', function() {infowindow.open(map,m_bcb4bf9c71b2ceaca2cc07f5a07cd397);});$marker.push(m_bcb4bf9c71b2ceaca2cc07f5a07cd397);}});}google.maps.event.addDomListener(window, 'load', initialize);