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.2941,-97.9927)};var g_96b5b96b1c3b44c41b406363e49d9b58 = new google.maps.Geocoder();g_96b5b96b1c3b44c41b406363e49d9b58.geocode( { 'address': "512 E Edinburg Ave, Edcouch, TX 78538, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edcouch-TX-bbva-compasss').style.display = '';map = new google.maps.Map(document.getElementById('edcouch-TX-bbva-compasss'), mapOptions);}document.getElementById('88ed01c4').innerHTML += ' | View Map';var $l96b5b96b1c3b44c41b406363e49d9b58 = '

BBVA Compasss

Address: 512 E Edinburg Ave, Edcouch, TX 78538, USA
Phone:
';var m_96b5b96b1c3b44c41b406363e49d9b58 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compasss',});m_96b5b96b1c3b44c41b406363e49d9b58['infowindow'] = new google.maps.InfoWindow({content: $l96b5b96b1c3b44c41b406363e49d9b58});var infowindow = new google.maps.InfoWindow({content: $l96b5b96b1c3b44c41b406363e49d9b58});google.maps.event.addListener(m_96b5b96b1c3b44c41b406363e49d9b58, 'click', function() {infowindow.open(map,m_96b5b96b1c3b44c41b406363e49d9b58);});$marker.push(m_96b5b96b1c3b44c41b406363e49d9b58);}});}google.maps.event.addDomListener(window, 'load', initialize);