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.5973,-96.9469)};var g_da038766d290f2aa5b02c049ace76d68 = new google.maps.Geocoder();g_da038766d290f2aa5b02c049ace76d68.geocode( { 'address': "621 Uptown Boulevard, Cedar Hill, TX 75104, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedar-hill-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('cedar-hill-TX-woodforest-national-bank'), mapOptions);}document.getElementById('245ae9cc').innerHTML += ' | View Map';var $lda038766d290f2aa5b02c049ace76d68 = '

Woodforest National Bank

Address: 621 Uptown Boulevard, Cedar Hill, TX 75104, USA
Phone: (972) 299-2275
';var m_da038766d290f2aa5b02c049ace76d68 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_da038766d290f2aa5b02c049ace76d68['infowindow'] = new google.maps.InfoWindow({content: $lda038766d290f2aa5b02c049ace76d68});var infowindow = new google.maps.InfoWindow({content: $lda038766d290f2aa5b02c049ace76d68});google.maps.event.addListener(m_da038766d290f2aa5b02c049ace76d68, 'click', function() {infowindow.open(map,m_da038766d290f2aa5b02c049ace76d68);});$marker.push(m_da038766d290f2aa5b02c049ace76d68);}});}google.maps.event.addDomListener(window, 'load', initialize);