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.8439,-118.008)};var g_f7c9dbea8bd2741b1b7ac4640905b28b = new google.maps.Geocoder();g_f7c9dbea8bd2741b1b7ac4640905b28b.geocode( { 'address': "4542 Beach Blvd, Buena Park, CA 90621"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buena-park-CA-sae-han-bank-fullerton-branch').style.display = '';map = new google.maps.Map(document.getElementById('buena-park-CA-sae-han-bank-fullerton-branch'), mapOptions);}document.getElementById('764116ff').innerHTML += ' | View Map';var $lf7c9dbea8bd2741b1b7ac4640905b28b = '

Sae Han Bank Fullerton Branch

Address: 4542 Beach Blvd, Buena Park, CA 90621
Phone: (714) 523-5550
';var m_f7c9dbea8bd2741b1b7ac4640905b28b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sae Han Bank Fullerton Branch',});m_f7c9dbea8bd2741b1b7ac4640905b28b['infowindow'] = new google.maps.InfoWindow({content: $lf7c9dbea8bd2741b1b7ac4640905b28b});var infowindow = new google.maps.InfoWindow({content: $lf7c9dbea8bd2741b1b7ac4640905b28b});google.maps.event.addListener(m_f7c9dbea8bd2741b1b7ac4640905b28b, 'click', function() {infowindow.open(map,m_f7c9dbea8bd2741b1b7ac4640905b28b);});$marker.push(m_f7c9dbea8bd2741b1b7ac4640905b28b);}});}google.maps.event.addDomListener(window, 'load', initialize);