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.3297,-96.0612)};var g_807a284ada14944ff3095585658a03ae = new google.maps.Geocoder();g_807a284ada14944ff3095585658a03ae.geocode( { 'address': "1610 N Alabama Rd, Wharton, TX 77488"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wharton-TX-communitybank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('wharton-TX-communitybank-of-texas'), mapOptions);}document.getElementById('88001661').innerHTML += ' | View Map';var $l807a284ada14944ff3095585658a03ae = '

CommunityBank of Texas

Address: 1610 N Alabama Rd, Wharton, TX 77488
Phone: (979) 282-2555
';var m_807a284ada14944ff3095585658a03ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CommunityBank of Texas',});m_807a284ada14944ff3095585658a03ae['infowindow'] = new google.maps.InfoWindow({content: $l807a284ada14944ff3095585658a03ae});var infowindow = new google.maps.InfoWindow({content: $l807a284ada14944ff3095585658a03ae});google.maps.event.addListener(m_807a284ada14944ff3095585658a03ae, 'click', function() {infowindow.open(map,m_807a284ada14944ff3095585658a03ae);});$marker.push(m_807a284ada14944ff3095585658a03ae);}});}google.maps.event.addDomListener(window, 'load', initialize);