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.7758,-97.4004)};var g_d4577fa8b7e69f03d161e2ec92f7b866 = new google.maps.Geocoder();g_d4577fa8b7e69f03d161e2ec92f7b866.geocode( { 'address': "1011 Roberts Cut Off Rd, River Oaks, TX 76114, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('river-oaks-TX-atm-bank-of-texas').style.display = '';map = new google.maps.Map(document.getElementById('river-oaks-TX-atm-bank-of-texas'), mapOptions);}document.getElementById('603dfb26').innerHTML += ' | View Map';var $ld4577fa8b7e69f03d161e2ec92f7b866 = '

ATM (Bank of Texas)

Address: 1011 Roberts Cut Off Rd, River Oaks, TX 76114, USA
Phone:
';var m_d4577fa8b7e69f03d161e2ec92f7b866 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Bank of Texas)',});m_d4577fa8b7e69f03d161e2ec92f7b866['infowindow'] = new google.maps.InfoWindow({content: $ld4577fa8b7e69f03d161e2ec92f7b866});var infowindow = new google.maps.InfoWindow({content: $ld4577fa8b7e69f03d161e2ec92f7b866});google.maps.event.addListener(m_d4577fa8b7e69f03d161e2ec92f7b866, 'click', function() {infowindow.open(map,m_d4577fa8b7e69f03d161e2ec92f7b866);});$marker.push(m_d4577fa8b7e69f03d161e2ec92f7b866);}});}google.maps.event.addDomListener(window, 'load', initialize);