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.4468,-100.475)};var g_15badf85a4c253afc3b19d41cdd1645f = new google.maps.Geocoder();g_15badf85a4c253afc3b19d41cdd1645f.geocode( { 'address': "2909 Sherwood Way, San Angelo, TX 76901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-angelo-TX-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('san-angelo-TX-bank-of-america-financial-center'), mapOptions);}document.getElementById('11f9864d').innerHTML += ' | View Map';var $l15badf85a4c253afc3b19d41cdd1645f = '

Bank of America Financial Center

Address: 2909 Sherwood Way, San Angelo, TX 76901, USA
Phone: (325) 947-2700
';var m_15badf85a4c253afc3b19d41cdd1645f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_15badf85a4c253afc3b19d41cdd1645f['infowindow'] = new google.maps.InfoWindow({content: $l15badf85a4c253afc3b19d41cdd1645f});var infowindow = new google.maps.InfoWindow({content: $l15badf85a4c253afc3b19d41cdd1645f});google.maps.event.addListener(m_15badf85a4c253afc3b19d41cdd1645f, 'click', function() {infowindow.open(map,m_15badf85a4c253afc3b19d41cdd1645f);});$marker.push(m_15badf85a4c253afc3b19d41cdd1645f);}});}google.maps.event.addDomListener(window, 'load', initialize);