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.298,-98.0783)};var g_8df09566c1a86773fa660a7d1befa42e = new google.maps.Geocoder();g_8df09566c1a86773fa660a7d1befa42e.geocode( { 'address': "7411 US-87, La Vernia, TX 78121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-vernia-TX-nixon-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('la-vernia-TX-nixon-state-bank'), mapOptions);}document.getElementById('fe4793f6').innerHTML += ' | View Map';var $l8df09566c1a86773fa660a7d1befa42e = '

Nixon State Bank

Address: 7411 US-87, La Vernia, TX 78121, USA
Phone: (830) 253-8808
';var m_8df09566c1a86773fa660a7d1befa42e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nixon State Bank',});m_8df09566c1a86773fa660a7d1befa42e['infowindow'] = new google.maps.InfoWindow({content: $l8df09566c1a86773fa660a7d1befa42e});var infowindow = new google.maps.InfoWindow({content: $l8df09566c1a86773fa660a7d1befa42e});google.maps.event.addListener(m_8df09566c1a86773fa660a7d1befa42e, 'click', function() {infowindow.open(map,m_8df09566c1a86773fa660a7d1befa42e);});$marker.push(m_8df09566c1a86773fa660a7d1befa42e);}});}google.maps.event.addDomListener(window, 'load', initialize);