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(36.6544,-121.661)};var g_7aa7b77461bd44a3f9da9984da1346fb = new google.maps.Geocoder();g_7aa7b77461bd44a3f9da9984da1346fb.geocode( { 'address': "On Q Financial,, 1368 S Main St, Salinas, CA 93901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salinas-CA-on-q-financial').style.display = '';map = new google.maps.Map(document.getElementById('salinas-CA-on-q-financial'), mapOptions);}document.getElementById('7f27e578').innerHTML += ' | View Map';var $l7aa7b77461bd44a3f9da9984da1346fb = '

On Q Financial

Address: On Q Financial,, 1368 S Main St, Salinas, CA 93901, USA
Phone: (831) 905-5034
';var m_7aa7b77461bd44a3f9da9984da1346fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'On Q Financial',});m_7aa7b77461bd44a3f9da9984da1346fb['infowindow'] = new google.maps.InfoWindow({content: $l7aa7b77461bd44a3f9da9984da1346fb});var infowindow = new google.maps.InfoWindow({content: $l7aa7b77461bd44a3f9da9984da1346fb});google.maps.event.addListener(m_7aa7b77461bd44a3f9da9984da1346fb, 'click', function() {infowindow.open(map,m_7aa7b77461bd44a3f9da9984da1346fb);});$marker.push(m_7aa7b77461bd44a3f9da9984da1346fb);}});}google.maps.event.addDomListener(window, 'load', initialize);