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(37.7119,-120.958)};var g_927d8770cab51d3f0d98aba1c4b54c81 = new google.maps.Geocoder();g_927d8770cab51d3f0d98aba1c4b54c81.geocode( { 'address': "2213 Claribel Rd # C, Riverbank, CA 95367, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('riverbank-CA-wells-fargo-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('riverbank-CA-wells-fargo-bank-atm'), mapOptions);}document.getElementById('4d337ea0').innerHTML += ' | View Map';var $l927d8770cab51d3f0d98aba1c4b54c81 = '

Wells Fargo Bank ATM

Address: 2213 Claribel Rd # C, Riverbank, CA 95367, USA
Phone: (209) 538-5020
';var m_927d8770cab51d3f0d98aba1c4b54c81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank ATM',});m_927d8770cab51d3f0d98aba1c4b54c81['infowindow'] = new google.maps.InfoWindow({content: $l927d8770cab51d3f0d98aba1c4b54c81});var infowindow = new google.maps.InfoWindow({content: $l927d8770cab51d3f0d98aba1c4b54c81});google.maps.event.addListener(m_927d8770cab51d3f0d98aba1c4b54c81, 'click', function() {infowindow.open(map,m_927d8770cab51d3f0d98aba1c4b54c81);});$marker.push(m_927d8770cab51d3f0d98aba1c4b54c81);}});}google.maps.event.addDomListener(window, 'load', initialize);