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.6768,-117.108)};var g_2b324bf5e7875e778a3a5c4a81ac60e7 = new google.maps.Geocoder();g_2b324bf5e7875e778a3a5c4a81ac60e7.geocode( { 'address': "640 National City Blvd STE 130, National City, CA 91950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('national-city-CA-cash-plus').style.display = '';map = new google.maps.Map(document.getElementById('national-city-CA-cash-plus'), mapOptions);}document.getElementById('8a8d3a09').innerHTML += ' | View Map';var $l2b324bf5e7875e778a3a5c4a81ac60e7 = '

Cash plus

Address: 640 National City Blvd STE 130, National City, CA 91950, USA
Phone: (619) 474-9477
';var m_2b324bf5e7875e778a3a5c4a81ac60e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash plus',});m_2b324bf5e7875e778a3a5c4a81ac60e7['infowindow'] = new google.maps.InfoWindow({content: $l2b324bf5e7875e778a3a5c4a81ac60e7});var infowindow = new google.maps.InfoWindow({content: $l2b324bf5e7875e778a3a5c4a81ac60e7});google.maps.event.addListener(m_2b324bf5e7875e778a3a5c4a81ac60e7, 'click', function() {infowindow.open(map,m_2b324bf5e7875e778a3a5c4a81ac60e7);});$marker.push(m_2b324bf5e7875e778a3a5c4a81ac60e7);}});}google.maps.event.addDomListener(window, 'load', initialize);