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.6806,-97.1143)};var g_a91d08758aca844c9554f3e44ae1670a = new google.maps.Geocoder();g_a91d08758aca844c9554f3e44ae1670a.geocode( { 'address': "3951 Matlock Rd, Arlington, TX 76015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arlington-TX-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('arlington-TX-atm-regions-bank'), mapOptions);}document.getElementById('066bd3d4').innerHTML += ' | View Map';var $la91d08758aca844c9554f3e44ae1670a = '

ATM (Regions Bank)

Address: 3951 Matlock Rd, Arlington, TX 76015, USA
Phone:
';var m_a91d08758aca844c9554f3e44ae1670a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_a91d08758aca844c9554f3e44ae1670a['infowindow'] = new google.maps.InfoWindow({content: $la91d08758aca844c9554f3e44ae1670a});var infowindow = new google.maps.InfoWindow({content: $la91d08758aca844c9554f3e44ae1670a});google.maps.event.addListener(m_a91d08758aca844c9554f3e44ae1670a, 'click', function() {infowindow.open(map,m_a91d08758aca844c9554f3e44ae1670a);});$marker.push(m_a91d08758aca844c9554f3e44ae1670a);}});}google.maps.event.addDomListener(window, 'load', initialize);