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_7875ba3858cb010f48b605ab2b4ef964 = new google.maps.Geocoder();g_7875ba3858cb010f48b605ab2b4ef964.geocode( { 'address': "2904 N Velasco St, Angleton, TX 77515"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angleton-TX-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('angleton-TX-first-state-bank'), mapOptions);}document.getElementById('ca598662').innerHTML += ' | View Map';var $l7875ba3858cb010f48b605ab2b4ef964 = '

First State Bank

Address: 2904 N Velasco St, Angleton, TX 77515
Phone: (979) 848-1717
';var m_7875ba3858cb010f48b605ab2b4ef964 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_7875ba3858cb010f48b605ab2b4ef964['infowindow'] = new google.maps.InfoWindow({content: $l7875ba3858cb010f48b605ab2b4ef964});var infowindow = new google.maps.InfoWindow({content: $l7875ba3858cb010f48b605ab2b4ef964});google.maps.event.addListener(m_7875ba3858cb010f48b605ab2b4ef964, 'click', function() {infowindow.open(map,m_7875ba3858cb010f48b605ab2b4ef964);});$marker.push(m_7875ba3858cb010f48b605ab2b4ef964);}});}google.maps.event.addDomListener(window, 'load', initialize);