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.4882,-94.9394)};var g_dcae12740b8e5aada9483b428027d6e4 = new google.maps.Geocoder();g_dcae12740b8e5aada9483b428027d6e4.geocode( { 'address': "226 Rusk St, Wells, TX 75976, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wells-TX-atm-polk-pick-it-up').style.display = '';map = new google.maps.Map(document.getElementById('wells-TX-atm-polk-pick-it-up'), mapOptions);}document.getElementById('87e708ab').innerHTML += ' | View Map';var $ldcae12740b8e5aada9483b428027d6e4 = '

ATM (Polk Pick-It-Up)

Address: 226 Rusk St, Wells, TX 75976, USA
Phone:
';var m_dcae12740b8e5aada9483b428027d6e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Polk Pick-It-Up)',});m_dcae12740b8e5aada9483b428027d6e4['infowindow'] = new google.maps.InfoWindow({content: $ldcae12740b8e5aada9483b428027d6e4});var infowindow = new google.maps.InfoWindow({content: $ldcae12740b8e5aada9483b428027d6e4});google.maps.event.addListener(m_dcae12740b8e5aada9483b428027d6e4, 'click', function() {infowindow.open(map,m_dcae12740b8e5aada9483b428027d6e4);});$marker.push(m_dcae12740b8e5aada9483b428027d6e4);}});}google.maps.event.addDomListener(window, 'load', initialize);