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(30.3889,-96.0845)};var g_66b66ff37e743903d1d1137a66048c4b = new google.maps.Geocoder();g_66b66ff37e743903d1d1137a66048c4b.geocode( { 'address': "603 E Washington Ave, Navasota, TX 77868"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('navasota-TX-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('navasota-TX-bbva-compass'), mapOptions);}document.getElementById('2df18a8f').innerHTML += ' | View Map';var $l66b66ff37e743903d1d1137a66048c4b = '

BBVA Compass

Address: 603 E Washington Ave, Navasota, TX 77868
Phone: (936) 825-7555
';var m_66b66ff37e743903d1d1137a66048c4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_66b66ff37e743903d1d1137a66048c4b['infowindow'] = new google.maps.InfoWindow({content: $l66b66ff37e743903d1d1137a66048c4b});var infowindow = new google.maps.InfoWindow({content: $l66b66ff37e743903d1d1137a66048c4b});google.maps.event.addListener(m_66b66ff37e743903d1d1137a66048c4b, 'click', function() {infowindow.open(map,m_66b66ff37e743903d1d1137a66048c4b);});$marker.push(m_66b66ff37e743903d1d1137a66048c4b);}});}google.maps.event.addDomListener(window, 'load', initialize);