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.0658,-118.135)};var g_9bfe11baff0022b0d32e39b5a12182ee = new google.maps.Geocoder();g_9bfe11baff0022b0d32e39b5a12182ee.geocode( { 'address': "331 N Atlantic Blvd, Monterey Park, CA 91754, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-park-CA-kelvin-leung---bancwest-investment-services-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('monterey-park-CA-kelvin-leung---bancwest-investment-services-financial-advisor'), mapOptions);}document.getElementById('fddcdc89').innerHTML += ' | View Map';var $l9bfe11baff0022b0d32e39b5a12182ee = '

Kelvin Leung - BancWest Investment Services Financial Advisor

Address: 331 N Atlantic Blvd, Monterey Park, CA 91754, USA
Phone: (626) 632-0606
';var m_9bfe11baff0022b0d32e39b5a12182ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kelvin Leung - BancWest Investment Services Financial Advisor',});m_9bfe11baff0022b0d32e39b5a12182ee['infowindow'] = new google.maps.InfoWindow({content: $l9bfe11baff0022b0d32e39b5a12182ee});var infowindow = new google.maps.InfoWindow({content: $l9bfe11baff0022b0d32e39b5a12182ee});google.maps.event.addListener(m_9bfe11baff0022b0d32e39b5a12182ee, 'click', function() {infowindow.open(map,m_9bfe11baff0022b0d32e39b5a12182ee);});$marker.push(m_9bfe11baff0022b0d32e39b5a12182ee);}});}google.maps.event.addDomListener(window, 'load', initialize);