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.162,-118.313)};var g_c480540d4e8c0cf7ad03ba949e3a5280 = new google.maps.Geocoder();g_c480540d4e8c0cf7ad03ba949e3a5280.geocode( { 'address': "1052 W Alameda Ave, Burbank, CA 91506, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burbank-CA-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('burbank-CA-check-cashing'), mapOptions);}document.getElementById('9f6dd306').innerHTML += ' | View Map';var $lc480540d4e8c0cf7ad03ba949e3a5280 = '

Check Cashing

Address: 1052 W Alameda Ave, Burbank, CA 91506, USA
Phone: (818) 558-3227
';var m_c480540d4e8c0cf7ad03ba949e3a5280 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing',});m_c480540d4e8c0cf7ad03ba949e3a5280['infowindow'] = new google.maps.InfoWindow({content: $lc480540d4e8c0cf7ad03ba949e3a5280});var infowindow = new google.maps.InfoWindow({content: $lc480540d4e8c0cf7ad03ba949e3a5280});google.maps.event.addListener(m_c480540d4e8c0cf7ad03ba949e3a5280, 'click', function() {infowindow.open(map,m_c480540d4e8c0cf7ad03ba949e3a5280);});$marker.push(m_c480540d4e8c0cf7ad03ba949e3a5280);}});}google.maps.event.addDomListener(window, 'load', initialize);