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.7575,-97.4207)};var g_8253eca417a694a1e59fe795923e9af4 = new google.maps.Geocoder();g_8253eca417a694a1e59fe795923e9af4.geocode( { 'address': "1402 US Highway 59 N, Goliad, TX 77963"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('goliad-TX-first-national-bank-goliad').style.display = '';map = new google.maps.Map(document.getElementById('goliad-TX-first-national-bank-goliad'), mapOptions);}document.getElementById('c82a77f1').innerHTML += ' | View Map';var $l8253eca417a694a1e59fe795923e9af4 = '

First National Bank Goliad

Address: 1402 US Highway 59 N, Goliad, TX 77963
Phone: (361) 645-4070
';var m_8253eca417a694a1e59fe795923e9af4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Goliad',});m_8253eca417a694a1e59fe795923e9af4['infowindow'] = new google.maps.InfoWindow({content: $l8253eca417a694a1e59fe795923e9af4});var infowindow = new google.maps.InfoWindow({content: $l8253eca417a694a1e59fe795923e9af4});google.maps.event.addListener(m_8253eca417a694a1e59fe795923e9af4, 'click', function() {infowindow.open(map,m_8253eca417a694a1e59fe795923e9af4);});$marker.push(m_8253eca417a694a1e59fe795923e9af4);}});}google.maps.event.addDomListener(window, 'load', initialize);