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(34.0468,-118.263)};var g_c555dbde389bd6187d14fc87517ce6c0 = new google.maps.Geocoder();g_c555dbde389bd6187d14fc87517ce6c0.geocode( { 'address': "865 S Figueroa St # 2690, Los Angeles, CA 90017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-bank-of-scotland').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-bank-of-scotland'), mapOptions);}document.getElementById('7ded94fc').innerHTML += ' | View Map';var $lc555dbde389bd6187d14fc87517ce6c0 = '

Bank of Scotland

Address: 865 S Figueroa St # 2690, Los Angeles, CA 90017, USA
Phone: (213) 443-4046
';var m_c555dbde389bd6187d14fc87517ce6c0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Scotland',});m_c555dbde389bd6187d14fc87517ce6c0['infowindow'] = new google.maps.InfoWindow({content: $lc555dbde389bd6187d14fc87517ce6c0});var infowindow = new google.maps.InfoWindow({content: $lc555dbde389bd6187d14fc87517ce6c0});google.maps.event.addListener(m_c555dbde389bd6187d14fc87517ce6c0, 'click', function() {infowindow.open(map,m_c555dbde389bd6187d14fc87517ce6c0);});$marker.push(m_c555dbde389bd6187d14fc87517ce6c0);}});}google.maps.event.addDomListener(window, 'load', initialize);