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_a42fb5585ba43dc83cec5f930d96a82d = new google.maps.Geocoder();g_a42fb5585ba43dc83cec5f930d96a82d.geocode( { 'address': "2401 W Manchester Blvd, Inglewood, CA 90305"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('inglewood-CA-western-union-continental-currency').style.display = '';map = new google.maps.Map(document.getElementById('inglewood-CA-western-union-continental-currency'), mapOptions);}document.getElementById('5ee8a670').innerHTML += ' | View Map';var $la42fb5585ba43dc83cec5f930d96a82d = '

Western Union - Continental Currency

Address: 2401 W Manchester Blvd, Inglewood, CA 90305
Phone: (323) 759-1000
';var m_a42fb5585ba43dc83cec5f930d96a82d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Union - Continental Currency',});m_a42fb5585ba43dc83cec5f930d96a82d['infowindow'] = new google.maps.InfoWindow({content: $la42fb5585ba43dc83cec5f930d96a82d});var infowindow = new google.maps.InfoWindow({content: $la42fb5585ba43dc83cec5f930d96a82d});google.maps.event.addListener(m_a42fb5585ba43dc83cec5f930d96a82d, 'click', function() {infowindow.open(map,m_a42fb5585ba43dc83cec5f930d96a82d);});$marker.push(m_a42fb5585ba43dc83cec5f930d96a82d);}});}google.maps.event.addDomListener(window, 'load', initialize);