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(28.6973,-99.828)};var g_b010dda586426d4f7895a43c0ad0d114 = new google.maps.Geocoder();g_b010dda586426d4f7895a43c0ad0d114.geocode( { 'address': "2300 US-83, Crystal City, TX 78839, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crystal-city-TX-zavala-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('crystal-city-TX-zavala-county-bank'), mapOptions);}document.getElementById('218db0a3').innerHTML += ' | View Map';var $lb010dda586426d4f7895a43c0ad0d114 = '

Zavala County Bank

Address: 2300 US-83, Crystal City, TX 78839, USA
Phone: (830) 374-5866
';var m_b010dda586426d4f7895a43c0ad0d114 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zavala County Bank',});m_b010dda586426d4f7895a43c0ad0d114['infowindow'] = new google.maps.InfoWindow({content: $lb010dda586426d4f7895a43c0ad0d114});var infowindow = new google.maps.InfoWindow({content: $lb010dda586426d4f7895a43c0ad0d114});google.maps.event.addListener(m_b010dda586426d4f7895a43c0ad0d114, 'click', function() {infowindow.open(map,m_b010dda586426d4f7895a43c0ad0d114);});$marker.push(m_b010dda586426d4f7895a43c0ad0d114);}});}google.maps.event.addDomListener(window, 'load', initialize);