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.6797,-121.787)};var g_89df62c49c1d379e459cb5b0f51cf0f8 = new google.maps.Geocoder();g_89df62c49c1d379e459cb5b0f51cf0f8.geocode( { 'address': "56 W Court St, Woodland, CA 95695, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-CA-ez-cash').style.display = '';map = new google.maps.Map(document.getElementById('woodland-CA-ez-cash'), mapOptions);}document.getElementById('f7de93de').innerHTML += ' | View Map';var $l89df62c49c1d379e459cb5b0f51cf0f8 = '

Ez Cash

Address: 56 W Court St, Woodland, CA 95695, USA
Phone: (530) 668-0107
';var m_89df62c49c1d379e459cb5b0f51cf0f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ez Cash',});m_89df62c49c1d379e459cb5b0f51cf0f8['infowindow'] = new google.maps.InfoWindow({content: $l89df62c49c1d379e459cb5b0f51cf0f8});var infowindow = new google.maps.InfoWindow({content: $l89df62c49c1d379e459cb5b0f51cf0f8});google.maps.event.addListener(m_89df62c49c1d379e459cb5b0f51cf0f8, 'click', function() {infowindow.open(map,m_89df62c49c1d379e459cb5b0f51cf0f8);});$marker.push(m_89df62c49c1d379e459cb5b0f51cf0f8);}});}google.maps.event.addDomListener(window, 'load', initialize);