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(32.5844,-117.06)};var g_30392217861336d2665651dcbf197c9a = new google.maps.Geocoder();g_30392217861336d2665651dcbf197c9a.geocode( { 'address': "3404 Palm Ave, San Diego, CA 92154, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-the-check-cashing-place-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-the-check-cashing-place-inc'), mapOptions);}document.getElementById('ed57b430').innerHTML += ' | View Map';var $l30392217861336d2665651dcbf197c9a = '

The Check Cashing Place, Inc.

Address: 3404 Palm Ave, San Diego, CA 92154, USA
Phone: (619) 575-9999
';var m_30392217861336d2665651dcbf197c9a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Cashing Place, Inc.',});m_30392217861336d2665651dcbf197c9a['infowindow'] = new google.maps.InfoWindow({content: $l30392217861336d2665651dcbf197c9a});var infowindow = new google.maps.InfoWindow({content: $l30392217861336d2665651dcbf197c9a});google.maps.event.addListener(m_30392217861336d2665651dcbf197c9a, 'click', function() {infowindow.open(map,m_30392217861336d2665651dcbf197c9a);});$marker.push(m_30392217861336d2665651dcbf197c9a);}});}google.maps.event.addDomListener(window, 'load', initialize);