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.684,-121.796)};var g_d3ba08980825975e151241a9a066afc9 = new google.maps.Geocoder();g_d3ba08980825975e151241a9a066afc9.geocode( { 'address': "270 Reservation Rd, Marina, CA 93933, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marina-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('marina-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('488f9da3').innerHTML += ' | View Map';var $ld3ba08980825975e151241a9a066afc9 = '

Bank of America Financial Center

Address: 270 Reservation Rd, Marina, CA 93933, USA
Phone: (800) 432-1000
';var m_d3ba08980825975e151241a9a066afc9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_d3ba08980825975e151241a9a066afc9['infowindow'] = new google.maps.InfoWindow({content: $ld3ba08980825975e151241a9a066afc9});var infowindow = new google.maps.InfoWindow({content: $ld3ba08980825975e151241a9a066afc9});google.maps.event.addListener(m_d3ba08980825975e151241a9a066afc9, 'click', function() {infowindow.open(map,m_d3ba08980825975e151241a9a066afc9);});$marker.push(m_d3ba08980825975e151241a9a066afc9);}});}google.maps.event.addDomListener(window, 'load', initialize);