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(37.8216,-122)};var g_a2182c5bf3767c11cff22d307f788031 = new google.maps.Geocoder();g_a2182c5bf3767c11cff22d307f788031.geocode( { 'address': "395 Hartz Ave, Danville, CA 94526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-CA-bank-of-commerce-mortgage-danville').style.display = '';map = new google.maps.Map(document.getElementById('danville-CA-bank-of-commerce-mortgage-danville'), mapOptions);}document.getElementById('42590577').innerHTML += ' | View Map';var $la2182c5bf3767c11cff22d307f788031 = '

Bank of Commerce Mortgage Danville

Address: 395 Hartz Ave, Danville, CA 94526, USA
Phone: (925) 648-5246
';var m_a2182c5bf3767c11cff22d307f788031 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Commerce Mortgage Danville',});m_a2182c5bf3767c11cff22d307f788031['infowindow'] = new google.maps.InfoWindow({content: $la2182c5bf3767c11cff22d307f788031});var infowindow = new google.maps.InfoWindow({content: $la2182c5bf3767c11cff22d307f788031});google.maps.event.addListener(m_a2182c5bf3767c11cff22d307f788031, 'click', function() {infowindow.open(map,m_a2182c5bf3767c11cff22d307f788031);});$marker.push(m_a2182c5bf3767c11cff22d307f788031);}});}google.maps.event.addDomListener(window, 'load', initialize);