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(33.9767,-118.187)};var g_00ef4c6239f582e28f4d333b4bdf73f1 = new google.maps.Geocoder();g_00ef4c6239f582e28f4d333b4bdf73f1.geocode( { 'address': "6510 Atlantic Ave, Bell, CA 90201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bell-CA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('bell-CA-wells-fargo-bank'), mapOptions);}document.getElementById('20d8bfbe').innerHTML += ' | View Map';var $l00ef4c6239f582e28f4d333b4bdf73f1 = '

Wells Fargo Bank

Address: 6510 Atlantic Ave, Bell, CA 90201, USA
Phone: (323) 583-3231
';var m_00ef4c6239f582e28f4d333b4bdf73f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_00ef4c6239f582e28f4d333b4bdf73f1['infowindow'] = new google.maps.InfoWindow({content: $l00ef4c6239f582e28f4d333b4bdf73f1});var infowindow = new google.maps.InfoWindow({content: $l00ef4c6239f582e28f4d333b4bdf73f1});google.maps.event.addListener(m_00ef4c6239f582e28f4d333b4bdf73f1, 'click', function() {infowindow.open(map,m_00ef4c6239f582e28f4d333b4bdf73f1);});$marker.push(m_00ef4c6239f582e28f4d333b4bdf73f1);}});}google.maps.event.addDomListener(window, 'load', initialize);