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(30.5357,-97.6945)};var g_dbe840e1e6cd1fa38a486d524135b392 = new google.maps.Geocoder();g_dbe840e1e6cd1fa38a486d524135b392.geocode( { 'address': "101 W Old Settler\'s Blvd, Round Rock, TX 78681, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('round-rock-TX-atm-regions-bank').style.display = '';map = new google.maps.Map(document.getElementById('round-rock-TX-atm-regions-bank'), mapOptions);}document.getElementById('222ba79d').innerHTML += ' | View Map';var $ldbe840e1e6cd1fa38a486d524135b392 = '

ATM (Regions Bank)

Address: 101 W Old Settler\'s Blvd, Round Rock, TX 78681, USA
Phone:
';var m_dbe840e1e6cd1fa38a486d524135b392 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Regions Bank)',});m_dbe840e1e6cd1fa38a486d524135b392['infowindow'] = new google.maps.InfoWindow({content: $ldbe840e1e6cd1fa38a486d524135b392});var infowindow = new google.maps.InfoWindow({content: $ldbe840e1e6cd1fa38a486d524135b392});google.maps.event.addListener(m_dbe840e1e6cd1fa38a486d524135b392, 'click', function() {infowindow.open(map,m_dbe840e1e6cd1fa38a486d524135b392);});$marker.push(m_dbe840e1e6cd1fa38a486d524135b392);}});}google.maps.event.addDomListener(window, 'load', initialize);