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.0485,-118.15)};var g_0d80e9baf0f8100da83a97e50292d27b = new google.maps.Geocoder();g_0d80e9baf0f8100da83a97e50292d27b.geocode( { 'address': "168 W Garvey Ave, Monterey Park, CA 91754"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-park-CA-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('monterey-park-CA-bbva-compass'), mapOptions);}document.getElementById('0b9bfe90').innerHTML += ' | View Map';var $l0d80e9baf0f8100da83a97e50292d27b = '

BBVA Compass

Address: 168 W Garvey Ave, Monterey Park, CA 91754
Phone: (626) 288-8118
';var m_0d80e9baf0f8100da83a97e50292d27b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_0d80e9baf0f8100da83a97e50292d27b['infowindow'] = new google.maps.InfoWindow({content: $l0d80e9baf0f8100da83a97e50292d27b});var infowindow = new google.maps.InfoWindow({content: $l0d80e9baf0f8100da83a97e50292d27b});google.maps.event.addListener(m_0d80e9baf0f8100da83a97e50292d27b, 'click', function() {infowindow.open(map,m_0d80e9baf0f8100da83a97e50292d27b);});$marker.push(m_0d80e9baf0f8100da83a97e50292d27b);}});}google.maps.event.addDomListener(window, 'load', initialize);