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.186,-118.396)};var g_20a64549172264d6506d149cd82e0c86 = new google.maps.Geocoder();g_20a64549172264d6506d149cd82e0c86.geocode( { 'address': "6336 Laurel Canyon Blvd, North Hollywood, CA 91606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-nix-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-nix-check-cashing'), mapOptions);}document.getElementById('5a64251c').innerHTML += ' | View Map';var $l20a64549172264d6506d149cd82e0c86 = '

Nix Check Cashing

Address: 6336 Laurel Canyon Blvd, North Hollywood, CA 91606, USA
Phone: (818) 623-0022
';var m_20a64549172264d6506d149cd82e0c86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nix Check Cashing',});m_20a64549172264d6506d149cd82e0c86['infowindow'] = new google.maps.InfoWindow({content: $l20a64549172264d6506d149cd82e0c86});var infowindow = new google.maps.InfoWindow({content: $l20a64549172264d6506d149cd82e0c86});google.maps.event.addListener(m_20a64549172264d6506d149cd82e0c86, 'click', function() {infowindow.open(map,m_20a64549172264d6506d149cd82e0c86);});$marker.push(m_20a64549172264d6506d149cd82e0c86);}});}google.maps.event.addDomListener(window, 'load', initialize);