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(27.5856,-97.797)};var g_65512d6c64652b399a1e0406ea549ced = new google.maps.Geocoder();g_65512d6c64652b399a1e0406ea549ced.geocode( { 'address': "1001 US Highway 77, Bishop, TX 78343"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bishop-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('bishop-TX-bbva-compass'), mapOptions);}document.getElementById('6436be6e').innerHTML += ' | View Map';var $l65512d6c64652b399a1e0406ea549ced = '

BBVA Compass

Address: 1001 US Highway 77, Bishop, TX 78343
Phone: (361) 584-3526
';var m_65512d6c64652b399a1e0406ea549ced = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_65512d6c64652b399a1e0406ea549ced['infowindow'] = new google.maps.InfoWindow({content: $l65512d6c64652b399a1e0406ea549ced});var infowindow = new google.maps.InfoWindow({content: $l65512d6c64652b399a1e0406ea549ced});google.maps.event.addListener(m_65512d6c64652b399a1e0406ea549ced, 'click', function() {infowindow.open(map,m_65512d6c64652b399a1e0406ea549ced);});$marker.push(m_65512d6c64652b399a1e0406ea549ced);}});}google.maps.event.addDomListener(window, 'load', initialize);