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.8025,-121.666)};var g_831fc8fc3df63a054cda8cc5b32a95f7 = new google.maps.Geocoder();g_831fc8fc3df63a054cda8cc5b32a95f7.geocode( { 'address': "7915 San Miguel Canyon Rd, Prunedale, CA 93907, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prunedale-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('prunedale-CA-comerica-bank'), mapOptions);}document.getElementById('d7964a6a').innerHTML += ' | View Map';var $l831fc8fc3df63a054cda8cc5b32a95f7 = '

Comerica Bank

Address: 7915 San Miguel Canyon Rd, Prunedale, CA 93907, USA
Phone: (831) 663-4953
';var m_831fc8fc3df63a054cda8cc5b32a95f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_831fc8fc3df63a054cda8cc5b32a95f7['infowindow'] = new google.maps.InfoWindow({content: $l831fc8fc3df63a054cda8cc5b32a95f7});var infowindow = new google.maps.InfoWindow({content: $l831fc8fc3df63a054cda8cc5b32a95f7});google.maps.event.addListener(m_831fc8fc3df63a054cda8cc5b32a95f7, 'click', function() {infowindow.open(map,m_831fc8fc3df63a054cda8cc5b32a95f7);});$marker.push(m_831fc8fc3df63a054cda8cc5b32a95f7);}});}google.maps.event.addDomListener(window, 'load', initialize);