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.5146,-101.576)};var g_5bb7b7894b618a40ada21d40babe83e0 = new google.maps.Geocoder();g_5bb7b7894b618a40ada21d40babe83e0.geocode( { 'address': "201 W Marcy Dr, Big Spring, TX 79720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-spring-TX-woodforest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('big-spring-TX-woodforest-national-bank'), mapOptions);}document.getElementById('77959e4f').innerHTML += ' | View Map';var $l5bb7b7894b618a40ada21d40babe83e0 = '

Woodforest National Bank

Address: 201 W Marcy Dr, Big Spring, TX 79720
Phone: (432) 466-0100
';var m_5bb7b7894b618a40ada21d40babe83e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woodforest National Bank',});m_5bb7b7894b618a40ada21d40babe83e0['infowindow'] = new google.maps.InfoWindow({content: $l5bb7b7894b618a40ada21d40babe83e0});var infowindow = new google.maps.InfoWindow({content: $l5bb7b7894b618a40ada21d40babe83e0});google.maps.event.addListener(m_5bb7b7894b618a40ada21d40babe83e0, 'click', function() {infowindow.open(map,m_5bb7b7894b618a40ada21d40babe83e0);});$marker.push(m_5bb7b7894b618a40ada21d40babe83e0);}});}google.maps.event.addDomListener(window, 'load', initialize);