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(33.5457,-95.7242)};var g_3f2aeb5c93e94f71e8226b1146649656 = new google.maps.Geocoder();g_3f2aeb5c93e94f71e8226b1146649656.geocode( { 'address': "210 Harrison Ave, Roxton, TX 75477"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roxton-TX-commercial-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('roxton-TX-commercial-bank-of-texas'), mapOptions);}document.getElementById('7a0e63f3').innerHTML += ' | View Map';var $l3f2aeb5c93e94f71e8226b1146649656 = '

Commercial Bank Of Texas

Address: 210 Harrison Ave, Roxton, TX 75477
Phone: (903) 346-3261
';var m_3f2aeb5c93e94f71e8226b1146649656 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bank Of Texas',});m_3f2aeb5c93e94f71e8226b1146649656['infowindow'] = new google.maps.InfoWindow({content: $l3f2aeb5c93e94f71e8226b1146649656});var infowindow = new google.maps.InfoWindow({content: $l3f2aeb5c93e94f71e8226b1146649656});google.maps.event.addListener(m_3f2aeb5c93e94f71e8226b1146649656, 'click', function() {infowindow.open(map,m_3f2aeb5c93e94f71e8226b1146649656);});$marker.push(m_3f2aeb5c93e94f71e8226b1146649656);}});}google.maps.event.addDomListener(window, 'load', initialize);