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.2215,-118.605)};var g_c7f4a1f60fe864876ac96710dcad70a2 = new google.maps.Geocoder();g_c7f4a1f60fe864876ac96710dcad70a2.geocode( { 'address': "8352 Topanga Canyon Blvd, Canoga Park, CA 91304, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-select-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-select-check-cashing'), mapOptions);}document.getElementById('685fedfd').innerHTML += ' | View Map';var $lc7f4a1f60fe864876ac96710dcad70a2 = '

Select Check Cashing

Address: 8352 Topanga Canyon Blvd, Canoga Park, CA 91304, USA
Phone: (818) 704-9108
';var m_c7f4a1f60fe864876ac96710dcad70a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Select Check Cashing',});m_c7f4a1f60fe864876ac96710dcad70a2['infowindow'] = new google.maps.InfoWindow({content: $lc7f4a1f60fe864876ac96710dcad70a2});var infowindow = new google.maps.InfoWindow({content: $lc7f4a1f60fe864876ac96710dcad70a2});google.maps.event.addListener(m_c7f4a1f60fe864876ac96710dcad70a2, 'click', function() {infowindow.open(map,m_c7f4a1f60fe864876ac96710dcad70a2);});$marker.push(m_c7f4a1f60fe864876ac96710dcad70a2);}});}google.maps.event.addDomListener(window, 'load', initialize);