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.3969,-94.9208)};var g_dc3fe496d4fc74b06dea9e24676711d0 = new google.maps.Geocoder();g_dc3fe496d4fc74b06dea9e24676711d0.geocode( { 'address': "2131 Palmer Hwy, Texas City, TX 77590"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texas-city-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('texas-city-TX-bbva-compass'), mapOptions);}document.getElementById('efc2bc99').innerHTML += ' | View Map';var $ldc3fe496d4fc74b06dea9e24676711d0 = '

BBVA Compass

Address: 2131 Palmer Hwy, Texas City, TX 77590
Phone: (409) 948-8488
';var m_dc3fe496d4fc74b06dea9e24676711d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_dc3fe496d4fc74b06dea9e24676711d0['infowindow'] = new google.maps.InfoWindow({content: $ldc3fe496d4fc74b06dea9e24676711d0});var infowindow = new google.maps.InfoWindow({content: $ldc3fe496d4fc74b06dea9e24676711d0});google.maps.event.addListener(m_dc3fe496d4fc74b06dea9e24676711d0, 'click', function() {infowindow.open(map,m_dc3fe496d4fc74b06dea9e24676711d0);});$marker.push(m_dc3fe496d4fc74b06dea9e24676711d0);}});}google.maps.event.addDomListener(window, 'load', initialize);