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.7667,-118.367)};var g_ddd2d7d5e59f8ebaecfeb6960df5900b = new google.maps.Geocoder();g_ddd2d7d5e59f8ebaecfeb6960df5900b.geocode( { 'address': "28902 S Western Ave, Rancho Palos Verdes, CA 90275"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-palos-verdes-CA-bay-cities-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('rancho-palos-verdes-CA-bay-cities-national-bank'), mapOptions);}document.getElementById('a506e96a').innerHTML += ' | View Map';var $lddd2d7d5e59f8ebaecfeb6960df5900b = '

Bay Cities National Bank

Address: 28902 S Western Ave, Rancho Palos Verdes, CA 90275
Phone: (310) 832-1984
';var m_ddd2d7d5e59f8ebaecfeb6960df5900b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Cities National Bank',});m_ddd2d7d5e59f8ebaecfeb6960df5900b['infowindow'] = new google.maps.InfoWindow({content: $lddd2d7d5e59f8ebaecfeb6960df5900b});var infowindow = new google.maps.InfoWindow({content: $lddd2d7d5e59f8ebaecfeb6960df5900b});google.maps.event.addListener(m_ddd2d7d5e59f8ebaecfeb6960df5900b, 'click', function() {infowindow.open(map,m_ddd2d7d5e59f8ebaecfeb6960df5900b);});$marker.push(m_ddd2d7d5e59f8ebaecfeb6960df5900b);}});}google.maps.event.addDomListener(window, 'load', initialize);