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.9733,-118.244)};var g_9b2ff6508329f401858d92557fcffa33 = new google.maps.Geocoder();g_9b2ff6508329f401858d92557fcffa33.geocode( { 'address': "380 World Way, Los Angeles, CA 90045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-l-a-currency-exchange').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-l-a-currency-exchange'), mapOptions);}document.getElementById('9039ca50').innerHTML += ' | View Map';var $l9b2ff6508329f401858d92557fcffa33 = '

L a Currency Exchange

Address: 380 World Way, Los Angeles, CA 90045
Phone: (310) 417-0364
';var m_9b2ff6508329f401858d92557fcffa33 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'L a Currency Exchange',});m_9b2ff6508329f401858d92557fcffa33['infowindow'] = new google.maps.InfoWindow({content: $l9b2ff6508329f401858d92557fcffa33});var infowindow = new google.maps.InfoWindow({content: $l9b2ff6508329f401858d92557fcffa33});google.maps.event.addListener(m_9b2ff6508329f401858d92557fcffa33, 'click', function() {infowindow.open(map,m_9b2ff6508329f401858d92557fcffa33);});$marker.push(m_9b2ff6508329f401858d92557fcffa33);}});}google.maps.event.addDomListener(window, 'load', initialize);