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.5297,-94.1104)};var g_047267f36d96037c6653d6a6800586b5 = new google.maps.Geocoder();g_047267f36d96037c6653d6a6800586b5.geocode( { 'address': "123 S Harrison St, San Augustine, TX 75972, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-augustine-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('san-augustine-TX-bbva-compass'), mapOptions);}document.getElementById('8d48dbf6').innerHTML += ' | View Map';var $l047267f36d96037c6653d6a6800586b5 = '

BBVA Compass

Address: 123 S Harrison St, San Augustine, TX 75972, USA
Phone: (936) 275-3478
';var m_047267f36d96037c6653d6a6800586b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_047267f36d96037c6653d6a6800586b5['infowindow'] = new google.maps.InfoWindow({content: $l047267f36d96037c6653d6a6800586b5});var infowindow = new google.maps.InfoWindow({content: $l047267f36d96037c6653d6a6800586b5});google.maps.event.addListener(m_047267f36d96037c6653d6a6800586b5, 'click', function() {infowindow.open(map,m_047267f36d96037c6653d6a6800586b5);});$marker.push(m_047267f36d96037c6653d6a6800586b5);}});}google.maps.event.addDomListener(window, 'load', initialize);