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.0809,-118.058)};var g_e06005637a5fac29a71740eb8aed6b88 = new google.maps.Geocoder();g_e06005637a5fac29a71740eb8aed6b88.geocode( { 'address': "9708 Valley Blvd, Rosemead, CA 91770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rosemead-CA-a-plus-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('rosemead-CA-a-plus-check-cashing'), mapOptions);}document.getElementById('58c58552').innerHTML += ' | View Map';var $le06005637a5fac29a71740eb8aed6b88 = '

A Plus Check Cashing

Address: 9708 Valley Blvd, Rosemead, CA 91770, USA
Phone:
';var m_e06005637a5fac29a71740eb8aed6b88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Plus Check Cashing',});m_e06005637a5fac29a71740eb8aed6b88['infowindow'] = new google.maps.InfoWindow({content: $le06005637a5fac29a71740eb8aed6b88});var infowindow = new google.maps.InfoWindow({content: $le06005637a5fac29a71740eb8aed6b88});google.maps.event.addListener(m_e06005637a5fac29a71740eb8aed6b88, 'click', function() {infowindow.open(map,m_e06005637a5fac29a71740eb8aed6b88);});$marker.push(m_e06005637a5fac29a71740eb8aed6b88);}});}google.maps.event.addDomListener(window, 'load', initialize);