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.4273,-97.1683)};var g_eae58b9afbc62fc211e0b5b14e565284 = new google.maps.Geocoder();g_eae58b9afbc62fc211e0b5b14e565284.geocode( { 'address': "203 Avenue E, Shiner, TX 77984, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shiner-TX-southstar-star-bank').style.display = '';map = new google.maps.Map(document.getElementById('shiner-TX-southstar-star-bank'), mapOptions);}document.getElementById('273f714b').innerHTML += ' | View Map';var $leae58b9afbc62fc211e0b5b14e565284 = '

SouthStar Star Bank

Address: 203 Avenue E, Shiner, TX 77984, USA
Phone: (361) 594-3196
';var m_eae58b9afbc62fc211e0b5b14e565284 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SouthStar Star Bank',});m_eae58b9afbc62fc211e0b5b14e565284['infowindow'] = new google.maps.InfoWindow({content: $leae58b9afbc62fc211e0b5b14e565284});var infowindow = new google.maps.InfoWindow({content: $leae58b9afbc62fc211e0b5b14e565284});google.maps.event.addListener(m_eae58b9afbc62fc211e0b5b14e565284, 'click', function() {infowindow.open(map,m_eae58b9afbc62fc211e0b5b14e565284);});$marker.push(m_eae58b9afbc62fc211e0b5b14e565284);}});}google.maps.event.addDomListener(window, 'load', initialize);