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.1058,-122.255)};var g_8399d4c401449d90d696f9be3cbdda2c = new google.maps.Geocoder();g_8399d4c401449d90d696f9be3cbdda2c.geocode( { 'address': "2120 Sonoma Blvd, Vallejo, CA 94590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vallejo-CA-checks-cashed-4-less').style.display = '';map = new google.maps.Map(document.getElementById('vallejo-CA-checks-cashed-4-less'), mapOptions);}document.getElementById('76a82c24').innerHTML += ' | View Map';var $l8399d4c401449d90d696f9be3cbdda2c = '

Checks Cashed 4 Less

Address: 2120 Sonoma Blvd, Vallejo, CA 94590, USA
Phone: (707) 644-3086
';var m_8399d4c401449d90d696f9be3cbdda2c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Checks Cashed 4 Less',});m_8399d4c401449d90d696f9be3cbdda2c['infowindow'] = new google.maps.InfoWindow({content: $l8399d4c401449d90d696f9be3cbdda2c});var infowindow = new google.maps.InfoWindow({content: $l8399d4c401449d90d696f9be3cbdda2c});google.maps.event.addListener(m_8399d4c401449d90d696f9be3cbdda2c, 'click', function() {infowindow.open(map,m_8399d4c401449d90d696f9be3cbdda2c);});$marker.push(m_8399d4c401449d90d696f9be3cbdda2c);}});}google.maps.event.addDomListener(window, 'load', initialize);