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.8424,-93.7581)};var g_36c9498bc0750db3eabc4a9936cb2f6d = new google.maps.Geocoder();g_36c9498bc0750db3eabc4a9936cb2f6d.geocode( { 'address': "319 Rusk St, Newton, TX 75966"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-TX-countybank').style.display = '';map = new google.maps.Map(document.getElementById('newton-TX-countybank'), mapOptions);}document.getElementById('1f6d15af').innerHTML += ' | View Map';var $l36c9498bc0750db3eabc4a9936cb2f6d = '

Countybank

Address: 319 Rusk St, Newton, TX 75966
Phone: (409) 379-8587
';var m_36c9498bc0750db3eabc4a9936cb2f6d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Countybank',});m_36c9498bc0750db3eabc4a9936cb2f6d['infowindow'] = new google.maps.InfoWindow({content: $l36c9498bc0750db3eabc4a9936cb2f6d});var infowindow = new google.maps.InfoWindow({content: $l36c9498bc0750db3eabc4a9936cb2f6d});google.maps.event.addListener(m_36c9498bc0750db3eabc4a9936cb2f6d, 'click', function() {infowindow.open(map,m_36c9498bc0750db3eabc4a9936cb2f6d);});$marker.push(m_36c9498bc0750db3eabc4a9936cb2f6d);}});}google.maps.event.addDomListener(window, 'load', initialize);