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(38.4401,-121.823)};var g_a6ac00b248a6154b5272f1ad12590923 = new google.maps.Geocoder();g_a6ac00b248a6154b5272f1ad12590923.geocode( { 'address': "823 N Adams St, Dixon, CA 95620"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dixon-CA-ez-cash-plus').style.display = '';map = new google.maps.Map(document.getElementById('dixon-CA-ez-cash-plus'), mapOptions);}document.getElementById('6a3269d3').innerHTML += ' | View Map';var $la6ac00b248a6154b5272f1ad12590923 = '

EZ Cash Plus

Address: 823 N Adams St, Dixon, CA 95620
Phone: (707) 678-5300
';var m_a6ac00b248a6154b5272f1ad12590923 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Cash Plus',});m_a6ac00b248a6154b5272f1ad12590923['infowindow'] = new google.maps.InfoWindow({content: $la6ac00b248a6154b5272f1ad12590923});var infowindow = new google.maps.InfoWindow({content: $la6ac00b248a6154b5272f1ad12590923});google.maps.event.addListener(m_a6ac00b248a6154b5272f1ad12590923, 'click', function() {infowindow.open(map,m_a6ac00b248a6154b5272f1ad12590923);});$marker.push(m_a6ac00b248a6154b5272f1ad12590923);}});}google.maps.event.addDomListener(window, 'load', initialize);