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.9955,-118.119)};var g_46b528ea94f5654493c90223a79f9784 = new google.maps.Geocoder();g_46b528ea94f5654493c90223a79f9784.geocode( { 'address': "1100 Washington Blvd, Montebello, CA 90640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montebello-CA-california-check-cashing-stores').style.display = '';map = new google.maps.Map(document.getElementById('montebello-CA-california-check-cashing-stores'), mapOptions);}document.getElementById('c367d410').innerHTML += ' | View Map';var $l46b528ea94f5654493c90223a79f9784 = '

California Check Cashing Stores

Address: 1100 Washington Blvd, Montebello, CA 90640, USA
Phone: (323) 725-1493
';var m_46b528ea94f5654493c90223a79f9784 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Check Cashing Stores',});m_46b528ea94f5654493c90223a79f9784['infowindow'] = new google.maps.InfoWindow({content: $l46b528ea94f5654493c90223a79f9784});var infowindow = new google.maps.InfoWindow({content: $l46b528ea94f5654493c90223a79f9784});google.maps.event.addListener(m_46b528ea94f5654493c90223a79f9784, 'click', function() {infowindow.open(map,m_46b528ea94f5654493c90223a79f9784);});$marker.push(m_46b528ea94f5654493c90223a79f9784);}});}google.maps.event.addDomListener(window, 'load', initialize);