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(38.7896,-121.281)};var g_17bb275d62c6508d7242bbf7e2b5bd49 = new google.maps.Geocoder();g_17bb275d62c6508d7242bbf7e2b5bd49.geocode( { 'address': "781 Pleasant Grove Blvd, Roseville, CA 95678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roseville-CA-wells-fargo-atm').style.display = '';map = new google.maps.Map(document.getElementById('roseville-CA-wells-fargo-atm'), mapOptions);}document.getElementById('59cf3f7a').innerHTML += ' | View Map';var $l17bb275d62c6508d7242bbf7e2b5bd49 = '

Wells Fargo ATM

Address: 781 Pleasant Grove Blvd, Roseville, CA 95678, USA
Phone: (916) 771-5338
';var m_17bb275d62c6508d7242bbf7e2b5bd49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo ATM',});m_17bb275d62c6508d7242bbf7e2b5bd49['infowindow'] = new google.maps.InfoWindow({content: $l17bb275d62c6508d7242bbf7e2b5bd49});var infowindow = new google.maps.InfoWindow({content: $l17bb275d62c6508d7242bbf7e2b5bd49});google.maps.event.addListener(m_17bb275d62c6508d7242bbf7e2b5bd49, 'click', function() {infowindow.open(map,m_17bb275d62c6508d7242bbf7e2b5bd49);});$marker.push(m_17bb275d62c6508d7242bbf7e2b5bd49);}});}google.maps.event.addDomListener(window, 'load', initialize);