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.5101,-97.452)};var g_86fd6c86e53687c67e50bd29a08b133e = new google.maps.Geocoder();g_86fd6c86e53687c67e50bd29a08b133e.geocode( { 'address': "616 Saint Paul St, Gonzales, TX 78629"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gonzales-TX-first-national-bank-of-shiner').style.display = '';map = new google.maps.Map(document.getElementById('gonzales-TX-first-national-bank-of-shiner'), mapOptions);}document.getElementById('248389b3').innerHTML += ' | View Map';var $l86fd6c86e53687c67e50bd29a08b133e = '

First National Bank Of Shiner

Address: 616 Saint Paul St, Gonzales, TX 78629
Phone: (830) 519-4450
';var m_86fd6c86e53687c67e50bd29a08b133e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Shiner',});m_86fd6c86e53687c67e50bd29a08b133e['infowindow'] = new google.maps.InfoWindow({content: $l86fd6c86e53687c67e50bd29a08b133e});var infowindow = new google.maps.InfoWindow({content: $l86fd6c86e53687c67e50bd29a08b133e});google.maps.event.addListener(m_86fd6c86e53687c67e50bd29a08b133e, 'click', function() {infowindow.open(map,m_86fd6c86e53687c67e50bd29a08b133e);});$marker.push(m_86fd6c86e53687c67e50bd29a08b133e);}});}google.maps.event.addDomListener(window, 'load', initialize);