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.6044,-117.065)};var g_c5e4a3d4256265592a3e0c0831ed82bd = new google.maps.Geocoder();g_c5e4a3d4256265592a3e0c0831ed82bd.geocode( { 'address': "1337 Third Ave, Chula Vista, CA 91911, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chula-vista-CA-the-check-cashing-place').style.display = '';map = new google.maps.Map(document.getElementById('chula-vista-CA-the-check-cashing-place'), mapOptions);}document.getElementById('ad3a698d').innerHTML += ' | View Map';var $lc5e4a3d4256265592a3e0c0831ed82bd = '

The Check Cashing Place

Address: 1337 Third Ave, Chula Vista, CA 91911, USA
Phone: (619) 585-3582
';var m_c5e4a3d4256265592a3e0c0831ed82bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Cashing Place',});m_c5e4a3d4256265592a3e0c0831ed82bd['infowindow'] = new google.maps.InfoWindow({content: $lc5e4a3d4256265592a3e0c0831ed82bd});var infowindow = new google.maps.InfoWindow({content: $lc5e4a3d4256265592a3e0c0831ed82bd});google.maps.event.addListener(m_c5e4a3d4256265592a3e0c0831ed82bd, 'click', function() {infowindow.open(map,m_c5e4a3d4256265592a3e0c0831ed82bd);});$marker.push(m_c5e4a3d4256265592a3e0c0831ed82bd);}});}google.maps.event.addDomListener(window, 'load', initialize);