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.8106,-121.913)};var g_579bb1d9cafd92b8d307a8c6943dc0aa = new google.maps.Geocoder();g_579bb1d9cafd92b8d307a8c6943dc0aa.geocode( { 'address': "318 Diablo Rd, Danville, CA 94526"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('danville-CA-comerica-bank'), mapOptions);}document.getElementById('cd0206b7').innerHTML += ' | View Map';var $l579bb1d9cafd92b8d307a8c6943dc0aa = '

Comerica Bank

Address: 318 Diablo Rd, Danville, CA 94526
Phone: (925) 837-2365
';var m_579bb1d9cafd92b8d307a8c6943dc0aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_579bb1d9cafd92b8d307a8c6943dc0aa['infowindow'] = new google.maps.InfoWindow({content: $l579bb1d9cafd92b8d307a8c6943dc0aa});var infowindow = new google.maps.InfoWindow({content: $l579bb1d9cafd92b8d307a8c6943dc0aa});google.maps.event.addListener(m_579bb1d9cafd92b8d307a8c6943dc0aa, 'click', function() {infowindow.open(map,m_579bb1d9cafd92b8d307a8c6943dc0aa);});$marker.push(m_579bb1d9cafd92b8d307a8c6943dc0aa);}});}google.maps.event.addDomListener(window, 'load', initialize);