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.9824,-96.6771)};var g_ea8ba783d1f874bce5c7e075563e9070 = new google.maps.Geocoder();g_ea8ba783d1f874bce5c7e075563e9070.geocode( { 'address': "100 Main St, Calvert, TX 77837, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calvert-TX-southstar-bank-calvert').style.display = '';map = new google.maps.Map(document.getElementById('calvert-TX-southstar-bank-calvert'), mapOptions);}document.getElementById('e32bba22').innerHTML += ' | View Map';var $lea8ba783d1f874bce5c7e075563e9070 = '

SouthStar Bank, Calvert

Address: 100 Main St, Calvert, TX 77837, USA
Phone: (979) 364-2896
';var m_ea8ba783d1f874bce5c7e075563e9070 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SouthStar Bank, Calvert',});m_ea8ba783d1f874bce5c7e075563e9070['infowindow'] = new google.maps.InfoWindow({content: $lea8ba783d1f874bce5c7e075563e9070});var infowindow = new google.maps.InfoWindow({content: $lea8ba783d1f874bce5c7e075563e9070});google.maps.event.addListener(m_ea8ba783d1f874bce5c7e075563e9070, 'click', function() {infowindow.open(map,m_ea8ba783d1f874bce5c7e075563e9070);});$marker.push(m_ea8ba783d1f874bce5c7e075563e9070);}});}google.maps.event.addDomListener(window, 'load', initialize);