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.2325,-118.246)};var g_39ba1389e2930ff24e3101741c9009ea = new google.maps.Geocoder();g_39ba1389e2930ff24e3101741c9009ea.geocode( { 'address': "3141 Foothill Blvd, La Crescenta, CA 91214"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-crescenta-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('la-crescenta-CA-bank-of-america'), mapOptions);}document.getElementById('6b54aa49').innerHTML += ' | View Map';var $l39ba1389e2930ff24e3101741c9009ea = '

Bank of America

Address: 3141 Foothill Blvd, La Crescenta, CA 91214
Phone: (818) 542-3664
';var m_39ba1389e2930ff24e3101741c9009ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_39ba1389e2930ff24e3101741c9009ea['infowindow'] = new google.maps.InfoWindow({content: $l39ba1389e2930ff24e3101741c9009ea});var infowindow = new google.maps.InfoWindow({content: $l39ba1389e2930ff24e3101741c9009ea});google.maps.event.addListener(m_39ba1389e2930ff24e3101741c9009ea, 'click', function() {infowindow.open(map,m_39ba1389e2930ff24e3101741c9009ea);});$marker.push(m_39ba1389e2930ff24e3101741c9009ea);}});}google.maps.event.addDomListener(window, 'load', initialize);