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.6642,-95.2146)};var g_fbb277905c67ac8f363f7a22e50eb95b = new google.maps.Geocoder();g_fbb277905c67ac8f363f7a22e50eb95b.geocode( { 'address': "1218 Spencer Hwy, South Houston, TX 77587, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-houston-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('south-houston-TX-bbva-compass'), mapOptions);}document.getElementById('559d875c').innerHTML += ' | View Map';var $lfbb277905c67ac8f363f7a22e50eb95b = '

BBVA Compass

Address: 1218 Spencer Hwy, South Houston, TX 77587, USA
Phone: (713) 947-7988
';var m_fbb277905c67ac8f363f7a22e50eb95b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_fbb277905c67ac8f363f7a22e50eb95b['infowindow'] = new google.maps.InfoWindow({content: $lfbb277905c67ac8f363f7a22e50eb95b});var infowindow = new google.maps.InfoWindow({content: $lfbb277905c67ac8f363f7a22e50eb95b});google.maps.event.addListener(m_fbb277905c67ac8f363f7a22e50eb95b, 'click', function() {infowindow.open(map,m_fbb277905c67ac8f363f7a22e50eb95b);});$marker.push(m_fbb277905c67ac8f363f7a22e50eb95b);}});}google.maps.event.addDomListener(window, 'load', initialize);