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(31.3369,-94.728)};var g_b72a39a8ce344afe5614775775a57d75 = new google.maps.Geocoder();g_b72a39a8ce344afe5614775775a57d75.geocode( { 'address': "221 S 2nd St, Lufkin, TX 75904, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-regions-atm').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-regions-atm'), mapOptions);}document.getElementById('8d52d293').innerHTML += ' | View Map';var $lb72a39a8ce344afe5614775775a57d75 = '

Regions ATM

Address: 221 S 2nd St, Lufkin, TX 75904, USA
Phone: (800) 734-4667
';var m_b72a39a8ce344afe5614775775a57d75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions ATM',});m_b72a39a8ce344afe5614775775a57d75['infowindow'] = new google.maps.InfoWindow({content: $lb72a39a8ce344afe5614775775a57d75});var infowindow = new google.maps.InfoWindow({content: $lb72a39a8ce344afe5614775775a57d75});google.maps.event.addListener(m_b72a39a8ce344afe5614775775a57d75, 'click', function() {infowindow.open(map,m_b72a39a8ce344afe5614775775a57d75);});$marker.push(m_b72a39a8ce344afe5614775775a57d75);}});}google.maps.event.addDomListener(window, 'load', initialize);