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.5107,-94.9781)};var g_f6bca8b1651f77887ad20f6807b8ce84 = new google.maps.Geocoder();g_f6bca8b1651f77887ad20f6807b8ce84.geocode( { 'address': "100 Grand Ave, Bacliff, TX 77518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bacliff-TX-texas-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('bacliff-TX-texas-first-bank'), mapOptions);}document.getElementById('5e568394').innerHTML += ' | View Map';var $lf6bca8b1651f77887ad20f6807b8ce84 = '

Texas First Bank

Address: 100 Grand Ave, Bacliff, TX 77518, USA
Phone: (800) 500-1044
';var m_f6bca8b1651f77887ad20f6807b8ce84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas First Bank',});m_f6bca8b1651f77887ad20f6807b8ce84['infowindow'] = new google.maps.InfoWindow({content: $lf6bca8b1651f77887ad20f6807b8ce84});var infowindow = new google.maps.InfoWindow({content: $lf6bca8b1651f77887ad20f6807b8ce84});google.maps.event.addListener(m_f6bca8b1651f77887ad20f6807b8ce84, 'click', function() {infowindow.open(map,m_f6bca8b1651f77887ad20f6807b8ce84);});$marker.push(m_f6bca8b1651f77887ad20f6807b8ce84);}});}google.maps.event.addDomListener(window, 'load', initialize);