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.9733,-118.244)};var g_722bdebbbc5e6f165bdb8a939be2a35f = new google.maps.Geocoder();g_722bdebbbc5e6f165bdb8a939be2a35f.geocode( { 'address': "3540 Wilshire Blvd, Los Angeles, CA 90010"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-woori-america-bank').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-woori-america-bank'), mapOptions);}document.getElementById('aa7f1161').innerHTML += ' | View Map';var $l722bdebbbc5e6f165bdb8a939be2a35f = '

Woori America Bank

Address: 3540 Wilshire Blvd, Los Angeles, CA 90010
Phone: (213) 382-8700
';var m_722bdebbbc5e6f165bdb8a939be2a35f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Woori America Bank',});m_722bdebbbc5e6f165bdb8a939be2a35f['infowindow'] = new google.maps.InfoWindow({content: $l722bdebbbc5e6f165bdb8a939be2a35f});var infowindow = new google.maps.InfoWindow({content: $l722bdebbbc5e6f165bdb8a939be2a35f});google.maps.event.addListener(m_722bdebbbc5e6f165bdb8a939be2a35f, 'click', function() {infowindow.open(map,m_722bdebbbc5e6f165bdb8a939be2a35f);});$marker.push(m_722bdebbbc5e6f165bdb8a939be2a35f);}});}google.maps.event.addDomListener(window, 'load', initialize);