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(36.919,-121.783)};var g_6fc2c6c74f8cde43fc30d378e0aa502b = new google.maps.Geocoder();g_6fc2c6c74f8cde43fc30d378e0aa502b.geocode( { 'address': "1998 Main St, Watsonville, CA 95076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watsonville-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('watsonville-CA-comerica-bank'), mapOptions);}document.getElementById('4714d81c').innerHTML += ' | View Map';var $l6fc2c6c74f8cde43fc30d378e0aa502b = '

Comerica Bank

Address: 1998 Main St, Watsonville, CA 95076, USA
Phone: (831) 768-1383
';var m_6fc2c6c74f8cde43fc30d378e0aa502b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_6fc2c6c74f8cde43fc30d378e0aa502b['infowindow'] = new google.maps.InfoWindow({content: $l6fc2c6c74f8cde43fc30d378e0aa502b});var infowindow = new google.maps.InfoWindow({content: $l6fc2c6c74f8cde43fc30d378e0aa502b});google.maps.event.addListener(m_6fc2c6c74f8cde43fc30d378e0aa502b, 'click', function() {infowindow.open(map,m_6fc2c6c74f8cde43fc30d378e0aa502b);});$marker.push(m_6fc2c6c74f8cde43fc30d378e0aa502b);}});}google.maps.event.addDomListener(window, 'load', initialize);