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(30.1407,-94.6416)};var g_f057f02a67844feb07f2236791501180 = new google.maps.Geocoder();g_f057f02a67844feb07f2236791501180.geocode( { 'address': "100 Walnut St, Hull, TX 77564, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hull-TX-texas-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('hull-TX-texas-first-bank'), mapOptions);}document.getElementById('5e7beb09').innerHTML += ' | View Map';var $lf057f02a67844feb07f2236791501180 = '

Texas First Bank

Address: 100 Walnut St, Hull, TX 77564, USA
Phone: (936) 536-6726
';var m_f057f02a67844feb07f2236791501180 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas First Bank',});m_f057f02a67844feb07f2236791501180['infowindow'] = new google.maps.InfoWindow({content: $lf057f02a67844feb07f2236791501180});var infowindow = new google.maps.InfoWindow({content: $lf057f02a67844feb07f2236791501180});google.maps.event.addListener(m_f057f02a67844feb07f2236791501180, 'click', function() {infowindow.open(map,m_f057f02a67844feb07f2236791501180);});$marker.push(m_f057f02a67844feb07f2236791501180);}});}google.maps.event.addDomListener(window, 'load', initialize);