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_911eead7b5a07dc2e40f71d7b9f230d9 = new google.maps.Geocoder();g_911eead7b5a07dc2e40f71d7b9f230d9.geocode( { 'address': "800 N Loop 274, Angleton, TX 77515"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angleton-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('angleton-TX-wells-fargo-bank'), mapOptions);}document.getElementById('5fede9e8').innerHTML += ' | View Map';var $l911eead7b5a07dc2e40f71d7b9f230d9 = '

WELLS FARGO BANK

Address: 800 N Loop 274, Angleton, TX 77515
Phone: (979) 848-5140
';var m_911eead7b5a07dc2e40f71d7b9f230d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WELLS FARGO BANK',});m_911eead7b5a07dc2e40f71d7b9f230d9['infowindow'] = new google.maps.InfoWindow({content: $l911eead7b5a07dc2e40f71d7b9f230d9});var infowindow = new google.maps.InfoWindow({content: $l911eead7b5a07dc2e40f71d7b9f230d9});google.maps.event.addListener(m_911eead7b5a07dc2e40f71d7b9f230d9, 'click', function() {infowindow.open(map,m_911eead7b5a07dc2e40f71d7b9f230d9);});$marker.push(m_911eead7b5a07dc2e40f71d7b9f230d9);}});}google.maps.event.addDomListener(window, 'load', initialize);