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(34.2759,-119.265)};var g_8eb7fc51e6ae9cf8aa265b14cf467c43 = new google.maps.Geocoder();g_8eb7fc51e6ae9cf8aa265b14cf467c43.geocode( { 'address': "2358 E Main St B, Ventura, CA 93003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-a-d-t-fernandos-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-a-d-t-fernandos-check-cashing'), mapOptions);}document.getElementById('7008971c').innerHTML += ' | View Map';var $l8eb7fc51e6ae9cf8aa265b14cf467c43 = '

A D T Fernando's Check Cashing

Address: 2358 E Main St B, Ventura, CA 93003, USA
Phone: (805) 643-0761
';var m_8eb7fc51e6ae9cf8aa265b14cf467c43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A D T Fernando's Check Cashing',});m_8eb7fc51e6ae9cf8aa265b14cf467c43['infowindow'] = new google.maps.InfoWindow({content: $l8eb7fc51e6ae9cf8aa265b14cf467c43});var infowindow = new google.maps.InfoWindow({content: $l8eb7fc51e6ae9cf8aa265b14cf467c43});google.maps.event.addListener(m_8eb7fc51e6ae9cf8aa265b14cf467c43, 'click', function() {infowindow.open(map,m_8eb7fc51e6ae9cf8aa265b14cf467c43);});$marker.push(m_8eb7fc51e6ae9cf8aa265b14cf467c43);}});}google.maps.event.addDomListener(window, 'load', initialize);