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.9251,-118.198)};var g_033c4efe2b8505afc224b23c975b8cba = new google.maps.Geocoder();g_033c4efe2b8505afc224b23c975b8cba.geocode( { 'address': "3180 E Imperial Hwy, Lynwood, CA 90262"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lynwood-CA-banco-popular').style.display = '';map = new google.maps.Map(document.getElementById('lynwood-CA-banco-popular'), mapOptions);}document.getElementById('e339c97d').innerHTML += ' | View Map';var $l033c4efe2b8505afc224b23c975b8cba = '

Banco Popular

Address: 3180 E Imperial Hwy, Lynwood, CA 90262
Phone: (310) 638-8739
';var m_033c4efe2b8505afc224b23c975b8cba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banco Popular',});m_033c4efe2b8505afc224b23c975b8cba['infowindow'] = new google.maps.InfoWindow({content: $l033c4efe2b8505afc224b23c975b8cba});var infowindow = new google.maps.InfoWindow({content: $l033c4efe2b8505afc224b23c975b8cba});google.maps.event.addListener(m_033c4efe2b8505afc224b23c975b8cba, 'click', function() {infowindow.open(map,m_033c4efe2b8505afc224b23c975b8cba);});$marker.push(m_033c4efe2b8505afc224b23c975b8cba);}});}google.maps.event.addDomListener(window, 'load', initialize);