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_6329d71f868e390b04af435ba2363554 = new google.maps.Geocoder();g_6329d71f868e390b04af435ba2363554.geocode( { 'address': "6151 W Century Blvd, Los Angeles, CA 90045"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-ice-currency-service-usa').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-ice-currency-service-usa'), mapOptions);}document.getElementById('52da2832').innerHTML += ' | View Map';var $l6329d71f868e390b04af435ba2363554 = '

Ice Currency Service USA

Address: 6151 W Century Blvd, Los Angeles, CA 90045
Phone: (310) 417-9735
';var m_6329d71f868e390b04af435ba2363554 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ice Currency Service USA',});m_6329d71f868e390b04af435ba2363554['infowindow'] = new google.maps.InfoWindow({content: $l6329d71f868e390b04af435ba2363554});var infowindow = new google.maps.InfoWindow({content: $l6329d71f868e390b04af435ba2363554});google.maps.event.addListener(m_6329d71f868e390b04af435ba2363554, 'click', function() {infowindow.open(map,m_6329d71f868e390b04af435ba2363554);});$marker.push(m_6329d71f868e390b04af435ba2363554);}});}google.maps.event.addDomListener(window, 'load', initialize);