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.082)};var g_081564152072bf798c5e09df2e2b218f = new google.maps.Geocoder();g_081564152072bf798c5e09df2e2b218f.geocode( { 'address': "8855 Valley Blvd FL 1st, Rosemead, CA 91770"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosemead-CA-universal-bank').style.display = '';map = new google.maps.Map(document.getElementById('rosemead-CA-universal-bank'), mapOptions);}document.getElementById('e6f3111d').innerHTML += ' | View Map';var $l081564152072bf798c5e09df2e2b218f = '

Universal Bank

Address: 8855 Valley Blvd FL 1st, Rosemead, CA 91770
Phone: (626) 285-2251
';var m_081564152072bf798c5e09df2e2b218f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Universal Bank',});m_081564152072bf798c5e09df2e2b218f['infowindow'] = new google.maps.InfoWindow({content: $l081564152072bf798c5e09df2e2b218f});var infowindow = new google.maps.InfoWindow({content: $l081564152072bf798c5e09df2e2b218f});google.maps.event.addListener(m_081564152072bf798c5e09df2e2b218f, 'click', function() {infowindow.open(map,m_081564152072bf798c5e09df2e2b218f);});$marker.push(m_081564152072bf798c5e09df2e2b218f);}});}google.maps.event.addDomListener(window, 'load', initialize);