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(33.8674,-118.397)};var g_7d92c08873b4979b544e7fb64fdb1c6c = new google.maps.Geocoder();g_7d92c08873b4979b544e7fb64fdb1c6c.geocode( { 'address': "1601 Pacific Coast Hwy, Hermosa Beach, CA 90254"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hermosa-beach-CA-bank-of-manhattan').style.display = '';map = new google.maps.Map(document.getElementById('hermosa-beach-CA-bank-of-manhattan'), mapOptions);}document.getElementById('8f74970f').innerHTML += ' | View Map';var $l7d92c08873b4979b544e7fb64fdb1c6c = '

Bank of Manhattan

Address: 1601 Pacific Coast Hwy, Hermosa Beach, CA 90254
Phone: (310) 798-5500
';var m_7d92c08873b4979b544e7fb64fdb1c6c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of Manhattan',});m_7d92c08873b4979b544e7fb64fdb1c6c['infowindow'] = new google.maps.InfoWindow({content: $l7d92c08873b4979b544e7fb64fdb1c6c});var infowindow = new google.maps.InfoWindow({content: $l7d92c08873b4979b544e7fb64fdb1c6c});google.maps.event.addListener(m_7d92c08873b4979b544e7fb64fdb1c6c, 'click', function() {infowindow.open(map,m_7d92c08873b4979b544e7fb64fdb1c6c);});$marker.push(m_7d92c08873b4979b544e7fb64fdb1c6c);}});}google.maps.event.addDomListener(window, 'load', initialize);