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(32.3414,-97.4152)};var g_ae5a48893b0ff60134096f2f4c9f7db2 = new google.maps.Geocoder();g_ae5a48893b0ff60134096f2f4c9f7db2.geocode( { 'address': "1616 W Henderson St, Cleburne, TX 76033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleburne-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cleburne-TX-woodforest-national-bank'), mapOptions);}document.getElementById('e44090ff').innerHTML += ' | View Map';var $lae5a48893b0ff60134096f2f4c9f7db2 = '

Woodforest National Bank

Address: 1616 W Henderson St, Cleburne, TX 76033, USA
Phone: (817) 645-8631
';var m_ae5a48893b0ff60134096f2f4c9f7db2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_ae5a48893b0ff60134096f2f4c9f7db2['infowindow'] = new google.maps.InfoWindow({content: $lae5a48893b0ff60134096f2f4c9f7db2});var infowindow = new google.maps.InfoWindow({content: $lae5a48893b0ff60134096f2f4c9f7db2});google.maps.event.addListener(m_ae5a48893b0ff60134096f2f4c9f7db2, 'click', function() {infowindow.open(map,m_ae5a48893b0ff60134096f2f4c9f7db2);});$marker.push(m_ae5a48893b0ff60134096f2f4c9f7db2);}});}google.maps.event.addDomListener(window, 'load', initialize);