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.8327,-118.38)};var g_00650747d878eecae4d468a880de38b2 = new google.maps.Geocoder();g_00650747d878eecae4d468a880de38b2.geocode( { 'address': "415 N Pacific Coast Hwy, Redondo Beach, CA 90277"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-citibank'), mapOptions);}document.getElementById('6732e33e').innerHTML += ' | View Map';var $l00650747d878eecae4d468a880de38b2 = '

Citibank

Address: 415 N Pacific Coast Hwy, Redondo Beach, CA 90277
Phone: (310) 683-2541
';var m_00650747d878eecae4d468a880de38b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_00650747d878eecae4d468a880de38b2['infowindow'] = new google.maps.InfoWindow({content: $l00650747d878eecae4d468a880de38b2});var infowindow = new google.maps.InfoWindow({content: $l00650747d878eecae4d468a880de38b2});google.maps.event.addListener(m_00650747d878eecae4d468a880de38b2, 'click', function() {infowindow.open(map,m_00650747d878eecae4d468a880de38b2);});$marker.push(m_00650747d878eecae4d468a880de38b2);}});}google.maps.event.addDomListener(window, 'load', initialize);