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_a51d33efc990731cb31eb6e9bcf79670 = new google.maps.Geocoder();g_a51d33efc990731cb31eb6e9bcf79670.geocode( { 'address': "2088 S Atlantic Blvd, Monterey Park, CA 91754"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-park-CA-one-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('monterey-park-CA-one-west-bank'), mapOptions);}document.getElementById('0509f9f0').innerHTML += ' | View Map';var $la51d33efc990731cb31eb6e9bcf79670 = '

One West Bank

Address: 2088 S Atlantic Blvd, Monterey Park, CA 91754
Phone: (323) 767-1180
';var m_a51d33efc990731cb31eb6e9bcf79670 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'One West Bank',});m_a51d33efc990731cb31eb6e9bcf79670['infowindow'] = new google.maps.InfoWindow({content: $la51d33efc990731cb31eb6e9bcf79670});var infowindow = new google.maps.InfoWindow({content: $la51d33efc990731cb31eb6e9bcf79670});google.maps.event.addListener(m_a51d33efc990731cb31eb6e9bcf79670, 'click', function() {infowindow.open(map,m_a51d33efc990731cb31eb6e9bcf79670);});$marker.push(m_a51d33efc990731cb31eb6e9bcf79670);}});}google.maps.event.addDomListener(window, 'load', initialize);