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(29.5706,-95.5697)};var g_5cd580b09d20ca28f5aeaeb0d505bc6d = new google.maps.Geocoder();g_5cd580b09d20ca28f5aeaeb0d505bc6d.geocode( { 'address': "5724 Hwy 6, Missouri City, TX 77459, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('missouri-city-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('missouri-city-TX-bbva-compass'), mapOptions);}document.getElementById('76263141').innerHTML += ' | View Map';var $l5cd580b09d20ca28f5aeaeb0d505bc6d = '

BBVA Compass

Address: 5724 Hwy 6, Missouri City, TX 77459, USA
Phone: (713) 802-3020
';var m_5cd580b09d20ca28f5aeaeb0d505bc6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_5cd580b09d20ca28f5aeaeb0d505bc6d['infowindow'] = new google.maps.InfoWindow({content: $l5cd580b09d20ca28f5aeaeb0d505bc6d});var infowindow = new google.maps.InfoWindow({content: $l5cd580b09d20ca28f5aeaeb0d505bc6d});google.maps.event.addListener(m_5cd580b09d20ca28f5aeaeb0d505bc6d, 'click', function() {infowindow.open(map,m_5cd580b09d20ca28f5aeaeb0d505bc6d);});$marker.push(m_5cd580b09d20ca28f5aeaeb0d505bc6d);}});}google.maps.event.addDomListener(window, 'load', initialize);