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.2426,-118.426)};var g_87c4d1c2c3afafd085a1fbdb39641704 = new google.maps.Geocoder();g_87c4d1c2c3afafd085a1fbdb39641704.geocode( { 'address': "13439 Osborne St # 11, Arleta, CA 91331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-angeles-CA-globe-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('los-angeles-CA-globe-check-cashing'), mapOptions);}document.getElementById('c9e91125').innerHTML += ' | View Map';var $l87c4d1c2c3afafd085a1fbdb39641704 = '

Globe Check Cashing

Address: 13439 Osborne St # 11, Arleta, CA 91331, USA
Phone: (818) 896-8585
';var m_87c4d1c2c3afafd085a1fbdb39641704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Globe Check Cashing',});m_87c4d1c2c3afafd085a1fbdb39641704['infowindow'] = new google.maps.InfoWindow({content: $l87c4d1c2c3afafd085a1fbdb39641704});var infowindow = new google.maps.InfoWindow({content: $l87c4d1c2c3afafd085a1fbdb39641704});google.maps.event.addListener(m_87c4d1c2c3afafd085a1fbdb39641704, 'click', function() {infowindow.open(map,m_87c4d1c2c3afafd085a1fbdb39641704);});$marker.push(m_87c4d1c2c3afafd085a1fbdb39641704);}});}google.maps.event.addDomListener(window, 'load', initialize);