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.0947,-118.126)};var g_df72d61756ea365c919baad5103080ae = new google.maps.Geocoder();g_df72d61756ea365c919baad5103080ae.geocode( { 'address': "2 S Garfield Ave #110, Alhambra, CA 91801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-samansa-chu---bancwest-investment-services-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-samansa-chu---bancwest-investment-services-financial-advisor'), mapOptions);}document.getElementById('ffbf9827').innerHTML += ' | View Map';var $ldf72d61756ea365c919baad5103080ae = '

Samansa Chu - BancWest Investment Services Financial Advisor

Address: 2 S Garfield Ave #110, Alhambra, CA 91801, USA
Phone: (626) 238-3733
';var m_df72d61756ea365c919baad5103080ae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Samansa Chu - BancWest Investment Services Financial Advisor',});m_df72d61756ea365c919baad5103080ae['infowindow'] = new google.maps.InfoWindow({content: $ldf72d61756ea365c919baad5103080ae});var infowindow = new google.maps.InfoWindow({content: $ldf72d61756ea365c919baad5103080ae});google.maps.event.addListener(m_df72d61756ea365c919baad5103080ae, 'click', function() {infowindow.open(map,m_df72d61756ea365c919baad5103080ae);});$marker.push(m_df72d61756ea365c919baad5103080ae);}});}google.maps.event.addDomListener(window, 'load', initialize);