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_6a19c310d86f0f9810fc34c5286ca15d = new google.maps.Geocoder();g_6a19c310d86f0f9810fc34c5286ca15d.geocode( { 'address': "2323 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-community-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('monterey-park-CA-community-commerce-bank'), mapOptions);}document.getElementById('6853d849').innerHTML += ' | View Map';var $l6a19c310d86f0f9810fc34c5286ca15d = '

Community Commerce Bank

Address: 2323 S Atlantic Blvd, Monterey Park, CA 91754
Phone: (323) 268-6100
';var m_6a19c310d86f0f9810fc34c5286ca15d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Commerce Bank',});m_6a19c310d86f0f9810fc34c5286ca15d['infowindow'] = new google.maps.InfoWindow({content: $l6a19c310d86f0f9810fc34c5286ca15d});var infowindow = new google.maps.InfoWindow({content: $l6a19c310d86f0f9810fc34c5286ca15d});google.maps.event.addListener(m_6a19c310d86f0f9810fc34c5286ca15d, 'click', function() {infowindow.open(map,m_6a19c310d86f0f9810fc34c5286ca15d);});$marker.push(m_6a19c310d86f0f9810fc34c5286ca15d);}});}google.maps.event.addDomListener(window, 'load', initialize);