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.3377,-94.7193)};var g_1ac6259c3a13e18313ccb3b0bbf21733 = new google.maps.Geocoder();g_1ac6259c3a13e18313ccb3b0bbf21733.geocode( { 'address': "111 N Timberland Dr, Lufkin, TX 75901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lufkin-TX-frost-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('lufkin-TX-frost-bank-atm'), mapOptions);}document.getElementById('36f82524').innerHTML += ' | View Map';var $l1ac6259c3a13e18313ccb3b0bbf21733 = '

Frost Bank ATM

Address: 111 N Timberland Dr, Lufkin, TX 75901, USA
Phone: (800) 513-7678
';var m_1ac6259c3a13e18313ccb3b0bbf21733 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Bank ATM',});m_1ac6259c3a13e18313ccb3b0bbf21733['infowindow'] = new google.maps.InfoWindow({content: $l1ac6259c3a13e18313ccb3b0bbf21733});var infowindow = new google.maps.InfoWindow({content: $l1ac6259c3a13e18313ccb3b0bbf21733});google.maps.event.addListener(m_1ac6259c3a13e18313ccb3b0bbf21733, 'click', function() {infowindow.open(map,m_1ac6259c3a13e18313ccb3b0bbf21733);});$marker.push(m_1ac6259c3a13e18313ccb3b0bbf21733);}});}google.maps.event.addDomListener(window, 'load', initialize);