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(32.7226,-117.165)};var g_366d097cd45a78d0c5840e1539d06c5f = new google.maps.Geocoder();g_366d097cd45a78d0c5840e1539d06c5f.geocode( { 'address': "600 W Broadway, San Diego, CA 92101"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-bank-of-commerce').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-bank-of-commerce'), mapOptions);}document.getElementById('2ede7dcd').innerHTML += ' | View Map';var $l366d097cd45a78d0c5840e1539d06c5f = '

Bank Of Commerce

Address: 600 W Broadway, San Diego, CA 92101
Phone: (619) 232-2096
';var m_366d097cd45a78d0c5840e1539d06c5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Commerce',});m_366d097cd45a78d0c5840e1539d06c5f['infowindow'] = new google.maps.InfoWindow({content: $l366d097cd45a78d0c5840e1539d06c5f});var infowindow = new google.maps.InfoWindow({content: $l366d097cd45a78d0c5840e1539d06c5f});google.maps.event.addListener(m_366d097cd45a78d0c5840e1539d06c5f, 'click', function() {infowindow.open(map,m_366d097cd45a78d0c5840e1539d06c5f);});$marker.push(m_366d097cd45a78d0c5840e1539d06c5f);}});}google.maps.event.addDomListener(window, 'load', initialize);