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(31.4074,-100.479)};var g_e4d8e203935592ea269a934e914c3c31 = new google.maps.Geocoder();g_e4d8e203935592ea269a934e914c3c31.geocode( { 'address': "2635 Valleyview Blvd, San Angelo, TX 76904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-angelo-TX-bank-of-san-angelo').style.display = '';map = new google.maps.Map(document.getElementById('san-angelo-TX-bank-of-san-angelo'), mapOptions);}document.getElementById('01210d81').innerHTML += ' | View Map';var $le4d8e203935592ea269a934e914c3c31 = '

Bank of San Angelo

Address: 2635 Valleyview Blvd, San Angelo, TX 76904, USA
Phone: (325) 947-8400
';var m_e4d8e203935592ea269a934e914c3c31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of San Angelo',});m_e4d8e203935592ea269a934e914c3c31['infowindow'] = new google.maps.InfoWindow({content: $le4d8e203935592ea269a934e914c3c31});var infowindow = new google.maps.InfoWindow({content: $le4d8e203935592ea269a934e914c3c31});google.maps.event.addListener(m_e4d8e203935592ea269a934e914c3c31, 'click', function() {infowindow.open(map,m_e4d8e203935592ea269a934e914c3c31);});$marker.push(m_e4d8e203935592ea269a934e914c3c31);}});}google.maps.event.addDomListener(window, 'load', initialize);