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(34.0485,-118.261)};var g_5c34159020b03e81c9ae7077282a2bd4 = new google.maps.Geocoder();g_5c34159020b03e81c9ae7077282a2bd4.geocode( { 'address': "777 S Figueroa St # 1500, Los Angeles, CA 90017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-aig-trade-credit').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-aig-trade-credit'), mapOptions);}document.getElementById('8584041a').innerHTML += ' | View Map';var $l5c34159020b03e81c9ae7077282a2bd4 = '

Aig Trade Credit

Address: 777 S Figueroa St # 1500, Los Angeles, CA 90017, USA
Phone: (213) 689-3754
';var m_5c34159020b03e81c9ae7077282a2bd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Aig Trade Credit',});m_5c34159020b03e81c9ae7077282a2bd4['infowindow'] = new google.maps.InfoWindow({content: $l5c34159020b03e81c9ae7077282a2bd4});var infowindow = new google.maps.InfoWindow({content: $l5c34159020b03e81c9ae7077282a2bd4});google.maps.event.addListener(m_5c34159020b03e81c9ae7077282a2bd4, 'click', function() {infowindow.open(map,m_5c34159020b03e81c9ae7077282a2bd4);});$marker.push(m_5c34159020b03e81c9ae7077282a2bd4);}});}google.maps.event.addDomListener(window, 'load', initialize);