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.071,-122.011)};var g_4d71c77b7694ea5d515cbf19a6631463 = new google.maps.Geocoder();g_4d71c77b7694ea5d515cbf19a6631463.geocode( { 'address': "228 Mt Hermon Rd, Scotts Valley, CA 95066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scotts-valley-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('scotts-valley-CA-comerica-bank'), mapOptions);}document.getElementById('2ad69120').innerHTML += ' | View Map';var $l4d71c77b7694ea5d515cbf19a6631463 = '

Comerica Bank

Address: 228 Mt Hermon Rd, Scotts Valley, CA 95066
Phone: (831) 430-0782
';var m_4d71c77b7694ea5d515cbf19a6631463 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_4d71c77b7694ea5d515cbf19a6631463['infowindow'] = new google.maps.InfoWindow({content: $l4d71c77b7694ea5d515cbf19a6631463});var infowindow = new google.maps.InfoWindow({content: $l4d71c77b7694ea5d515cbf19a6631463});google.maps.event.addListener(m_4d71c77b7694ea5d515cbf19a6631463, 'click', function() {infowindow.open(map,m_4d71c77b7694ea5d515cbf19a6631463);});$marker.push(m_4d71c77b7694ea5d515cbf19a6631463);}});}google.maps.event.addDomListener(window, 'load', initialize);