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.5311,-96.7945)};var g_746ec6ff5250747d5274ce07a6c30afc = new google.maps.Geocoder();g_746ec6ff5250747d5274ce07a6c30afc.geocode( { 'address': "557 E Ovilla Rd, Red Oak, TX 75154, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('red-oak-TX-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('red-oak-TX-atm-wells-fargo-bank'), mapOptions);}document.getElementById('75f2d0f5').innerHTML += ' | View Map';var $l746ec6ff5250747d5274ce07a6c30afc = '

ATM (Wells Fargo Bank)

Address: 557 E Ovilla Rd, Red Oak, TX 75154, USA
Phone: (972) 576-0402
';var m_746ec6ff5250747d5274ce07a6c30afc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Bank)',});m_746ec6ff5250747d5274ce07a6c30afc['infowindow'] = new google.maps.InfoWindow({content: $l746ec6ff5250747d5274ce07a6c30afc});var infowindow = new google.maps.InfoWindow({content: $l746ec6ff5250747d5274ce07a6c30afc});google.maps.event.addListener(m_746ec6ff5250747d5274ce07a6c30afc, 'click', function() {infowindow.open(map,m_746ec6ff5250747d5274ce07a6c30afc);});$marker.push(m_746ec6ff5250747d5274ce07a6c30afc);}});}google.maps.event.addDomListener(window, 'load', initialize);