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.0445,-118.432)};var g_04199a226af010c3baf4816dd12df3ed = new google.maps.Geocoder();g_04199a226af010c3baf4816dd12df3ed.geocode( { 'address': "2180 Westwood Blvd #1, Los Angeles, CA 90025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-westwood-check-cashing-etc').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-westwood-check-cashing-etc'), mapOptions);}document.getElementById('b6dbe4e9').innerHTML += ' | View Map';var $l04199a226af010c3baf4816dd12df3ed = '

Westwood Check Cashing Etc

Address: 2180 Westwood Blvd #1, Los Angeles, CA 90025, USA
Phone: (310) 474-3555
';var m_04199a226af010c3baf4816dd12df3ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westwood Check Cashing Etc',});m_04199a226af010c3baf4816dd12df3ed['infowindow'] = new google.maps.InfoWindow({content: $l04199a226af010c3baf4816dd12df3ed});var infowindow = new google.maps.InfoWindow({content: $l04199a226af010c3baf4816dd12df3ed});google.maps.event.addListener(m_04199a226af010c3baf4816dd12df3ed, 'click', function() {infowindow.open(map,m_04199a226af010c3baf4816dd12df3ed);});$marker.push(m_04199a226af010c3baf4816dd12df3ed);}});}google.maps.event.addDomListener(window, 'load', initialize);