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.1681,-95.4251)};var g_83009c6fc799bde69b14954283158163 = new google.maps.Geocoder();g_83009c6fc799bde69b14954283158163.geocode( { 'address': "1717 N Velasco St, Angleton, TX 77515"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angleton-TX-texas-gulf-bank-na').style.display = '';map = new google.maps.Map(document.getElementById('angleton-TX-texas-gulf-bank-na'), mapOptions);}document.getElementById('47559285').innerHTML += ' | View Map';var $l83009c6fc799bde69b14954283158163 = '

Texas Gulf Bank Na

Address: 1717 N Velasco St, Angleton, TX 77515
Phone: (979) 849-2354
';var m_83009c6fc799bde69b14954283158163 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Gulf Bank Na',});m_83009c6fc799bde69b14954283158163['infowindow'] = new google.maps.InfoWindow({content: $l83009c6fc799bde69b14954283158163});var infowindow = new google.maps.InfoWindow({content: $l83009c6fc799bde69b14954283158163});google.maps.event.addListener(m_83009c6fc799bde69b14954283158163, 'click', function() {infowindow.open(map,m_83009c6fc799bde69b14954283158163);});$marker.push(m_83009c6fc799bde69b14954283158163);}});}google.maps.event.addDomListener(window, 'load', initialize);