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.0669,-118.396)};var g_acfd0f9be1d669eb3ef5676320d4b06c = new google.maps.Geocoder();g_acfd0f9be1d669eb3ef5676320d4b06c.geocode( { 'address': "9354 Wilshire Blvd, Beverly Hills, CA 90212, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beverly-hills-CA-atm-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('beverly-hills-CA-atm-wells-fargo-bank'), mapOptions);}document.getElementById('9a6774fb').innerHTML += ' | View Map';var $lacfd0f9be1d669eb3ef5676320d4b06c = '

ATM (Wells Fargo Bank)

Address: 9354 Wilshire Blvd, Beverly Hills, CA 90212, USA
Phone: (310) 285-0082
';var m_acfd0f9be1d669eb3ef5676320d4b06c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Wells Fargo Bank)',});m_acfd0f9be1d669eb3ef5676320d4b06c['infowindow'] = new google.maps.InfoWindow({content: $lacfd0f9be1d669eb3ef5676320d4b06c});var infowindow = new google.maps.InfoWindow({content: $lacfd0f9be1d669eb3ef5676320d4b06c});google.maps.event.addListener(m_acfd0f9be1d669eb3ef5676320d4b06c, 'click', function() {infowindow.open(map,m_acfd0f9be1d669eb3ef5676320d4b06c);});$marker.push(m_acfd0f9be1d669eb3ef5676320d4b06c);}});}google.maps.event.addDomListener(window, 'load', initialize);