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.8666,-118.048)};var g_ecfda79dbccc081ed9732bc6d37ea11b = new google.maps.Geocoder();g_ecfda79dbccc081ed9732bc6d37ea11b.geocode( { 'address': "410 Los Cerritos Center, Cerritos, CA 90703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cerritos-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('cerritos-CA-citibank'), mapOptions);}document.getElementById('3f7b7659').innerHTML += ' | View Map';var $lecfda79dbccc081ed9732bc6d37ea11b = '

Citibank

Address: 410 Los Cerritos Center, Cerritos, CA 90703
Phone: (562) 741-5249
';var m_ecfda79dbccc081ed9732bc6d37ea11b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_ecfda79dbccc081ed9732bc6d37ea11b['infowindow'] = new google.maps.InfoWindow({content: $lecfda79dbccc081ed9732bc6d37ea11b});var infowindow = new google.maps.InfoWindow({content: $lecfda79dbccc081ed9732bc6d37ea11b});google.maps.event.addListener(m_ecfda79dbccc081ed9732bc6d37ea11b, 'click', function() {infowindow.open(map,m_ecfda79dbccc081ed9732bc6d37ea11b);});$marker.push(m_ecfda79dbccc081ed9732bc6d37ea11b);}});}google.maps.event.addDomListener(window, 'load', initialize);