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.1068,-117.72)};var g_c5c57642a4f73eae7413ce5ad2782158 = new google.maps.Geocoder();g_c5c57642a4f73eae7413ce5ad2782158.geocode( { 'address': "358 W Foothill Blvd, Claremont, CA 91711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('claremont-CA-community-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('claremont-CA-community-commerce-bank'), mapOptions);}document.getElementById('75daef20').innerHTML += ' | View Map';var $lc5c57642a4f73eae7413ce5ad2782158 = '

Community Commerce Bank

Address: 358 W Foothill Blvd, Claremont, CA 91711, USA
Phone: (909) 450-2050
';var m_c5c57642a4f73eae7413ce5ad2782158 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Commerce Bank',});m_c5c57642a4f73eae7413ce5ad2782158['infowindow'] = new google.maps.InfoWindow({content: $lc5c57642a4f73eae7413ce5ad2782158});var infowindow = new google.maps.InfoWindow({content: $lc5c57642a4f73eae7413ce5ad2782158});google.maps.event.addListener(m_c5c57642a4f73eae7413ce5ad2782158, 'click', function() {infowindow.open(map,m_c5c57642a4f73eae7413ce5ad2782158);});$marker.push(m_c5c57642a4f73eae7413ce5ad2782158);}});}google.maps.event.addDomListener(window, 'load', initialize);