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(34.1454,-118.158)};var g_925c6bb1d327677dbcbbb872e7a01d2b = new google.maps.Geocoder();g_925c6bb1d327677dbcbbb872e7a01d2b.geocode( { 'address': "350 W Colorado Blvd, Pasadena, CA 91105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-CA-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-CA-atm-wells-fargo-bank'), mapOptions);}document.getElementById('c4591e7a').innerHTML += ' | View Map';var $l925c6bb1d327677dbcbbb872e7a01d2b = '

ATM (Wells Fargo Bank)

Address: 350 W Colorado Blvd, Pasadena, CA 91105, USA
Phone: (626) 449-3661
';var m_925c6bb1d327677dbcbbb872e7a01d2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Bank)',});m_925c6bb1d327677dbcbbb872e7a01d2b['infowindow'] = new google.maps.InfoWindow({content: $l925c6bb1d327677dbcbbb872e7a01d2b});var infowindow = new google.maps.InfoWindow({content: $l925c6bb1d327677dbcbbb872e7a01d2b});google.maps.event.addListener(m_925c6bb1d327677dbcbbb872e7a01d2b, 'click', function() {infowindow.open(map,m_925c6bb1d327677dbcbbb872e7a01d2b);});$marker.push(m_925c6bb1d327677dbcbbb872e7a01d2b);}});}google.maps.event.addDomListener(window, 'load', initialize);