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(38.9453,-119.97)};var g_aadfda5232bdc803bf888a1c83819c75 = new google.maps.Geocoder();g_aadfda5232bdc803bf888a1c83819c75.geocode( { 'address': "3344 Lake Tahoe Blvd, South Lake Tahoe, CA 96150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-lake-tahoe-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('south-lake-tahoe-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('8b1865f3').innerHTML += ' | View Map';var $laadfda5232bdc803bf888a1c83819c75 = '

Bank of America Financial Center

Address: 3344 Lake Tahoe Blvd, South Lake Tahoe, CA 96150, USA
Phone: (530) 543-6900
';var m_aadfda5232bdc803bf888a1c83819c75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_aadfda5232bdc803bf888a1c83819c75['infowindow'] = new google.maps.InfoWindow({content: $laadfda5232bdc803bf888a1c83819c75});var infowindow = new google.maps.InfoWindow({content: $laadfda5232bdc803bf888a1c83819c75});google.maps.event.addListener(m_aadfda5232bdc803bf888a1c83819c75, 'click', function() {infowindow.open(map,m_aadfda5232bdc803bf888a1c83819c75);});$marker.push(m_aadfda5232bdc803bf888a1c83819c75);}});}google.maps.event.addDomListener(window, 'load', initialize);