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(33.1829,-117.325)};var g_c0f54549c010517188753d4ef38f80ca = new google.maps.Geocoder();g_c0f54549c010517188753d4ef38f80ca.geocode( { 'address': "3142 Vista Way # 101, Oceanside, CA 92056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oceanside-CA-community-commerce-bank').style.display = '';map = new google.maps.Map(document.getElementById('oceanside-CA-community-commerce-bank'), mapOptions);}document.getElementById('68eee866').innerHTML += ' | View Map';var $lc0f54549c010517188753d4ef38f80ca = '

Community Commerce Bank

Address: 3142 Vista Way # 101, Oceanside, CA 92056, USA
Phone: (760) 439-9055
';var m_c0f54549c010517188753d4ef38f80ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Commerce Bank',});m_c0f54549c010517188753d4ef38f80ca['infowindow'] = new google.maps.InfoWindow({content: $lc0f54549c010517188753d4ef38f80ca});var infowindow = new google.maps.InfoWindow({content: $lc0f54549c010517188753d4ef38f80ca});google.maps.event.addListener(m_c0f54549c010517188753d4ef38f80ca, 'click', function() {infowindow.open(map,m_c0f54549c010517188753d4ef38f80ca);});$marker.push(m_c0f54549c010517188753d4ef38f80ca);}});}google.maps.event.addDomListener(window, 'load', initialize);