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.959,-118.35)};var g_04480ac0fe75be397a06a7dddd0679d6 = new google.maps.Geocoder();g_04480ac0fe75be397a06a7dddd0679d6.geocode( { 'address': "2940 W Imperial Hwy, Inglewood, CA 90303"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('inglewood-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('inglewood-CA-citibank'), mapOptions);}document.getElementById('d5be8bae').innerHTML += ' | View Map';var $l04480ac0fe75be397a06a7dddd0679d6 = '

Citibank

Address: 2940 W Imperial Hwy, Inglewood, CA 90303
Phone: (323) 451-7167
';var m_04480ac0fe75be397a06a7dddd0679d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_04480ac0fe75be397a06a7dddd0679d6['infowindow'] = new google.maps.InfoWindow({content: $l04480ac0fe75be397a06a7dddd0679d6});var infowindow = new google.maps.InfoWindow({content: $l04480ac0fe75be397a06a7dddd0679d6});google.maps.event.addListener(m_04480ac0fe75be397a06a7dddd0679d6, 'click', function() {infowindow.open(map,m_04480ac0fe75be397a06a7dddd0679d6);});$marker.push(m_04480ac0fe75be397a06a7dddd0679d6);}});}google.maps.event.addDomListener(window, 'load', initialize);