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.9525,-116.974)};var g_6762d761f85015b2034b4130f0b4c526 = new google.maps.Geocoder();g_6762d761f85015b2034b4130f0b4c526.geocode( { 'address': "1540 E 2nd St, Beaumont, CA 92223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaumont-CA-banco-popular').style.display = '';map = new google.maps.Map(document.getElementById('beaumont-CA-banco-popular'), mapOptions);}document.getElementById('605436f2').innerHTML += ' | View Map';var $l6762d761f85015b2034b4130f0b4c526 = '

Banco Popular

Address: 1540 E 2nd St, Beaumont, CA 92223
Phone: (951) 769-5741
';var m_6762d761f85015b2034b4130f0b4c526 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banco Popular',});m_6762d761f85015b2034b4130f0b4c526['infowindow'] = new google.maps.InfoWindow({content: $l6762d761f85015b2034b4130f0b4c526});var infowindow = new google.maps.InfoWindow({content: $l6762d761f85015b2034b4130f0b4c526});google.maps.event.addListener(m_6762d761f85015b2034b4130f0b4c526, 'click', function() {infowindow.open(map,m_6762d761f85015b2034b4130f0b4c526);});$marker.push(m_6762d761f85015b2034b4130f0b4c526);}});}google.maps.event.addDomListener(window, 'load', initialize);