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.9413,-118.194)};var g_95eb872767da2383fc9589e700ad744a = new google.maps.Geocoder();g_95eb872767da2383fc9589e700ad744a.geocode( { 'address': "3352 Tweedy Blvd, South Gate, CA 90280"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-gate-CA-citibank').style.display = '';map = new google.maps.Map(document.getElementById('south-gate-CA-citibank'), mapOptions);}document.getElementById('4ce42841').innerHTML += ' | View Map';var $l95eb872767da2383fc9589e700ad744a = '

Citibank

Address: 3352 Tweedy Blvd, South Gate, CA 90280
Phone: (323) 425-8093
';var m_95eb872767da2383fc9589e700ad744a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_95eb872767da2383fc9589e700ad744a['infowindow'] = new google.maps.InfoWindow({content: $l95eb872767da2383fc9589e700ad744a});var infowindow = new google.maps.InfoWindow({content: $l95eb872767da2383fc9589e700ad744a});google.maps.event.addListener(m_95eb872767da2383fc9589e700ad744a, 'click', function() {infowindow.open(map,m_95eb872767da2383fc9589e700ad744a);});$marker.push(m_95eb872767da2383fc9589e700ad744a);}});}google.maps.event.addDomListener(window, 'load', initialize);