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.0098,-118.108)};var g_cf17e46b1581e887389e9f01d555b58f = new google.maps.Geocoder();g_cf17e46b1581e887389e9f01d555b58f.geocode( { 'address': "777 Whittier Blvd, Montebello, CA 90640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montebello-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('montebello-CA-wells-fargo-bank'), mapOptions);}document.getElementById('e43b4e3f').innerHTML += ' | View Map';var $lcf17e46b1581e887389e9f01d555b58f = '

Wells Fargo Bank

Address: 777 Whittier Blvd, Montebello, CA 90640, USA
Phone: (323) 832-5140
';var m_cf17e46b1581e887389e9f01d555b58f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_cf17e46b1581e887389e9f01d555b58f['infowindow'] = new google.maps.InfoWindow({content: $lcf17e46b1581e887389e9f01d555b58f});var infowindow = new google.maps.InfoWindow({content: $lcf17e46b1581e887389e9f01d555b58f});google.maps.event.addListener(m_cf17e46b1581e887389e9f01d555b58f, 'click', function() {infowindow.open(map,m_cf17e46b1581e887389e9f01d555b58f);});$marker.push(m_cf17e46b1581e887389e9f01d555b58f);}});}google.maps.event.addDomListener(window, 'load', initialize);