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.0761,-118.309)};var g_bf5a1d9043100645b2067fa70d7a1ea6 = new google.maps.Geocoder();g_bf5a1d9043100645b2067fa70d7a1ea6.geocode( { 'address': "253 N Western Ave, Los Angeles, CA 90004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-bank-of-hope---sba-loan-dept').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-bank-of-hope---sba-loan-dept'), mapOptions);}document.getElementById('8e983064').innerHTML += ' | View Map';var $lbf5a1d9043100645b2067fa70d7a1ea6 = '

Bank of Hope - SBA Loan Dept

Address: 253 N Western Ave, Los Angeles, CA 90004, USA
Phone: (213) 381-2222
';var m_bf5a1d9043100645b2067fa70d7a1ea6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Hope - SBA Loan Dept',});m_bf5a1d9043100645b2067fa70d7a1ea6['infowindow'] = new google.maps.InfoWindow({content: $lbf5a1d9043100645b2067fa70d7a1ea6});var infowindow = new google.maps.InfoWindow({content: $lbf5a1d9043100645b2067fa70d7a1ea6});google.maps.event.addListener(m_bf5a1d9043100645b2067fa70d7a1ea6, 'click', function() {infowindow.open(map,m_bf5a1d9043100645b2067fa70d7a1ea6);});$marker.push(m_bf5a1d9043100645b2067fa70d7a1ea6);}});}google.maps.event.addDomListener(window, 'load', initialize);