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.799,-116.937)};var g_a95e94ef22b160b9f27629c17bcb393a = new google.maps.Geocoder();g_a95e94ef22b160b9f27629c17bcb393a.geocode( { 'address': "358 N 2nd St, El Cajon, CA 92021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-cajon-CA-the-check-cashing-place').style.display = '';map = new google.maps.Map(document.getElementById('el-cajon-CA-the-check-cashing-place'), mapOptions);}document.getElementById('f3906537').innerHTML += ' | View Map';var $la95e94ef22b160b9f27629c17bcb393a = '

The Check Cashing Place

Address: 358 N 2nd St, El Cajon, CA 92021, USA
Phone: (619) 442-3978
';var m_a95e94ef22b160b9f27629c17bcb393a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Cashing Place',});m_a95e94ef22b160b9f27629c17bcb393a['infowindow'] = new google.maps.InfoWindow({content: $la95e94ef22b160b9f27629c17bcb393a});var infowindow = new google.maps.InfoWindow({content: $la95e94ef22b160b9f27629c17bcb393a});google.maps.event.addListener(m_a95e94ef22b160b9f27629c17bcb393a, 'click', function() {infowindow.open(map,m_a95e94ef22b160b9f27629c17bcb393a);});$marker.push(m_a95e94ef22b160b9f27629c17bcb393a);}});}google.maps.event.addDomListener(window, 'load', initialize);