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.2855,-118.432)};var g_392a556942cd6324f0091a4a39e3845b = new google.maps.Geocoder();g_392a556942cd6324f0091a4a39e3845b.geocode( { 'address': "120 S Brand Blvd, San Fernando, CA 91340"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-fernando-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('san-fernando-CA-bank-of-america'), mapOptions);}document.getElementById('4f997951').innerHTML += ' | View Map';var $l392a556942cd6324f0091a4a39e3845b = '

Bank of America

Address: 120 S Brand Blvd, San Fernando, CA 91340
Phone: (818) 898-3033
';var m_392a556942cd6324f0091a4a39e3845b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_392a556942cd6324f0091a4a39e3845b['infowindow'] = new google.maps.InfoWindow({content: $l392a556942cd6324f0091a4a39e3845b});var infowindow = new google.maps.InfoWindow({content: $l392a556942cd6324f0091a4a39e3845b});google.maps.event.addListener(m_392a556942cd6324f0091a4a39e3845b, 'click', function() {infowindow.open(map,m_392a556942cd6324f0091a4a39e3845b);});$marker.push(m_392a556942cd6324f0091a4a39e3845b);}});}google.maps.event.addDomListener(window, 'load', initialize);