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.568,-99.5691)};var g_de6214d6fcff27e9c373bb0227fe53af = new google.maps.Geocoder();g_de6214d6fcff27e9c373bb0227fe53af.geocode( { 'address': "870 Main St, Utopia, TX 78884"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('utopia-TX-first-state-bank-of-uvalde').style.display = '';map = new google.maps.Map(document.getElementById('utopia-TX-first-state-bank-of-uvalde'), mapOptions);}document.getElementById('23b9e78e').innerHTML += ' | View Map';var $lde6214d6fcff27e9c373bb0227fe53af = '

First State Bank Of Uvalde

Address: 870 Main St, Utopia, TX 78884
Phone: (830) 966-3522
';var m_de6214d6fcff27e9c373bb0227fe53af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank Of Uvalde',});m_de6214d6fcff27e9c373bb0227fe53af['infowindow'] = new google.maps.InfoWindow({content: $lde6214d6fcff27e9c373bb0227fe53af});var infowindow = new google.maps.InfoWindow({content: $lde6214d6fcff27e9c373bb0227fe53af});google.maps.event.addListener(m_de6214d6fcff27e9c373bb0227fe53af, 'click', function() {infowindow.open(map,m_de6214d6fcff27e9c373bb0227fe53af);});$marker.push(m_de6214d6fcff27e9c373bb0227fe53af);}});}google.maps.event.addDomListener(window, 'load', initialize);