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.6771,-117.09)};var g_12847c73d98f0dd5ba961bca91b678bb = new google.maps.Geocoder();g_12847c73d98f0dd5ba961bca91b678bb.geocode( { 'address': "1539 E Plaza Blvd, National City, CA 91950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('national-city-CA-the-check-cashing-place').style.display = '';map = new google.maps.Map(document.getElementById('national-city-CA-the-check-cashing-place'), mapOptions);}document.getElementById('4024359c').innerHTML += ' | View Map';var $l12847c73d98f0dd5ba961bca91b678bb = '

The Check Cashing Place

Address: 1539 E Plaza Blvd, National City, CA 91950, USA
Phone: (619) 477-9999
';var m_12847c73d98f0dd5ba961bca91b678bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Check Cashing Place',});m_12847c73d98f0dd5ba961bca91b678bb['infowindow'] = new google.maps.InfoWindow({content: $l12847c73d98f0dd5ba961bca91b678bb});var infowindow = new google.maps.InfoWindow({content: $l12847c73d98f0dd5ba961bca91b678bb});google.maps.event.addListener(m_12847c73d98f0dd5ba961bca91b678bb, 'click', function() {infowindow.open(map,m_12847c73d98f0dd5ba961bca91b678bb);});$marker.push(m_12847c73d98f0dd5ba961bca91b678bb);}});}google.maps.event.addDomListener(window, 'load', initialize);