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.9742,-96.6499)};var g_0562d2f74b358cf414e4a1e828d5a08a = new google.maps.Geocoder();g_0562d2f74b358cf414e4a1e828d5a08a.geocode( { 'address': "601 N Wls St, Edna, TX 77957"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edna-TX-first-victoria-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('edna-TX-first-victoria-national-bank'), mapOptions);}document.getElementById('0736f1bf').innerHTML += ' | View Map';var $l0562d2f74b358cf414e4a1e828d5a08a = '

First Victoria National Bank

Address: 601 N Wls St, Edna, TX 77957
Phone: (361) 485-8300
';var m_0562d2f74b358cf414e4a1e828d5a08a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Victoria National Bank',});m_0562d2f74b358cf414e4a1e828d5a08a['infowindow'] = new google.maps.InfoWindow({content: $l0562d2f74b358cf414e4a1e828d5a08a});var infowindow = new google.maps.InfoWindow({content: $l0562d2f74b358cf414e4a1e828d5a08a});google.maps.event.addListener(m_0562d2f74b358cf414e4a1e828d5a08a, 'click', function() {infowindow.open(map,m_0562d2f74b358cf414e4a1e828d5a08a);});$marker.push(m_0562d2f74b358cf414e4a1e828d5a08a);}});}google.maps.event.addDomListener(window, 'load', initialize);