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(33.6798,-101.384)};var g_4da212c95f29db9f554e43e7e0fb5488 = new google.maps.Geocoder();g_4da212c95f29db9f554e43e7e0fb5488.geocode( { 'address': "901 Main St, Ralls, TX 79357, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ralls-TX-vista-bank').style.display = '';map = new google.maps.Map(document.getElementById('ralls-TX-vista-bank'), mapOptions);}document.getElementById('d94a0cd8').innerHTML += ' | View Map';var $l4da212c95f29db9f554e43e7e0fb5488 = '

Vista Bank

Address: 901 Main St, Ralls, TX 79357, USA
Phone: (806) 253-2511
';var m_4da212c95f29db9f554e43e7e0fb5488 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Vista Bank',});m_4da212c95f29db9f554e43e7e0fb5488['infowindow'] = new google.maps.InfoWindow({content: $l4da212c95f29db9f554e43e7e0fb5488});var infowindow = new google.maps.InfoWindow({content: $l4da212c95f29db9f554e43e7e0fb5488});google.maps.event.addListener(m_4da212c95f29db9f554e43e7e0fb5488, 'click', function() {infowindow.open(map,m_4da212c95f29db9f554e43e7e0fb5488);});$marker.push(m_4da212c95f29db9f554e43e7e0fb5488);}});}google.maps.event.addDomListener(window, 'load', initialize);