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.9658,-122.041)};var g_b496ec6fe0e41e4901e4a8345656a8c1 = new google.maps.Geocoder();g_b496ec6fe0e41e4901e4a8345656a8c1.geocode( { 'address': "1640 Mission St, Santa Cruz, CA 95060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-cruz-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('santa-cruz-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('f9eefdc4').innerHTML += ' | View Map';var $lb496ec6fe0e41e4901e4a8345656a8c1 = '

Bank of America Financial Center

Address: 1640 Mission St, Santa Cruz, CA 95060, USA
Phone: (831) 429-2954
';var m_b496ec6fe0e41e4901e4a8345656a8c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_b496ec6fe0e41e4901e4a8345656a8c1['infowindow'] = new google.maps.InfoWindow({content: $lb496ec6fe0e41e4901e4a8345656a8c1});var infowindow = new google.maps.InfoWindow({content: $lb496ec6fe0e41e4901e4a8345656a8c1});google.maps.event.addListener(m_b496ec6fe0e41e4901e4a8345656a8c1, 'click', function() {infowindow.open(map,m_b496ec6fe0e41e4901e4a8345656a8c1);});$marker.push(m_b496ec6fe0e41e4901e4a8345656a8c1);}});}google.maps.event.addDomListener(window, 'load', initialize);