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(26.2148,-98.2008)};var g_7caf725460a122ea49d40b9e770f451b = new google.maps.Geocoder();g_7caf725460a122ea49d40b9e770f451b.geocode( { 'address': "1900 N Jackson Rd, Pharr, TX 78577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pharr-TX-bbva-compass-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('pharr-TX-bbva-compass-bancshares-inc'), mapOptions);}document.getElementById('5f343e10').innerHTML += ' | View Map';var $l7caf725460a122ea49d40b9e770f451b = '

BBVA Compass Bancshares, Inc.

Address: 1900 N Jackson Rd, Pharr, TX 78577, USA
Phone:
';var m_7caf725460a122ea49d40b9e770f451b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass Bancshares, Inc.',});m_7caf725460a122ea49d40b9e770f451b['infowindow'] = new google.maps.InfoWindow({content: $l7caf725460a122ea49d40b9e770f451b});var infowindow = new google.maps.InfoWindow({content: $l7caf725460a122ea49d40b9e770f451b});google.maps.event.addListener(m_7caf725460a122ea49d40b9e770f451b, 'click', function() {infowindow.open(map,m_7caf725460a122ea49d40b9e770f451b);});$marker.push(m_7caf725460a122ea49d40b9e770f451b);}});}google.maps.event.addDomListener(window, 'load', initialize);