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(33.7082,-117.804)};var g_8f6d6df2c7f9ce1d3f555879320d14a2 = new google.maps.Geocoder();g_8f6d6df2c7f9ce1d3f555879320d14a2.geocode( { 'address': "3002 Dow Ave #508, Tustin, CA 92780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tustin-CA-cash-plus-inc').style.display = '';map = new google.maps.Map(document.getElementById('tustin-CA-cash-plus-inc'), mapOptions);}document.getElementById('ba8c8d5e').innerHTML += ' | View Map';var $l8f6d6df2c7f9ce1d3f555879320d14a2 = '

Cash Plus Inc

Address: 3002 Dow Ave #508, Tustin, CA 92780, USA
Phone: (714) 731-2274
';var m_8f6d6df2c7f9ce1d3f555879320d14a2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Plus Inc',});m_8f6d6df2c7f9ce1d3f555879320d14a2['infowindow'] = new google.maps.InfoWindow({content: $l8f6d6df2c7f9ce1d3f555879320d14a2});var infowindow = new google.maps.InfoWindow({content: $l8f6d6df2c7f9ce1d3f555879320d14a2});google.maps.event.addListener(m_8f6d6df2c7f9ce1d3f555879320d14a2, 'click', function() {infowindow.open(map,m_8f6d6df2c7f9ce1d3f555879320d14a2);});$marker.push(m_8f6d6df2c7f9ce1d3f555879320d14a2);}});}google.maps.event.addDomListener(window, 'load', initialize);