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.1579,-97.8238)};var g_ddb16667b037ce75499d8f75f6ae0933 = new google.maps.Geocoder();g_ddb16667b037ce75499d8f75f6ae0933.geocode( { 'address': "100 N Main St, La Feria, TX 78559, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-feria-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('la-feria-TX-bbva-compass'), mapOptions);}document.getElementById('b6cc84eb').innerHTML += ' | View Map';var $lddb16667b037ce75499d8f75f6ae0933 = '

BBVA Compass

Address: 100 N Main St, La Feria, TX 78559, USA
Phone: (956) 365-6448
';var m_ddb16667b037ce75499d8f75f6ae0933 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_ddb16667b037ce75499d8f75f6ae0933['infowindow'] = new google.maps.InfoWindow({content: $lddb16667b037ce75499d8f75f6ae0933});var infowindow = new google.maps.InfoWindow({content: $lddb16667b037ce75499d8f75f6ae0933});google.maps.event.addListener(m_ddb16667b037ce75499d8f75f6ae0933, 'click', function() {infowindow.open(map,m_ddb16667b037ce75499d8f75f6ae0933);});$marker.push(m_ddb16667b037ce75499d8f75f6ae0933);}});}google.maps.event.addDomListener(window, 'load', initialize);