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.9109,-121.756)};var g_5739a6f7ab0e15c1fe42a3935c33f722 = new google.maps.Geocoder();g_5739a6f7ab0e15c1fe42a3935c33f722.geocode( { 'address': "23 E Beach St #217, Watsonville, CA 95076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('watsonville-CA-surepath-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('watsonville-CA-surepath-financial-solutions'), mapOptions);}document.getElementById('1b7fc981').innerHTML += ' | View Map';var $l5739a6f7ab0e15c1fe42a3935c33f722 = '

Surepath Financial Solutions

Address: 23 E Beach St #217, Watsonville, CA 95076, USA
Phone: (831) 655-2227
';var m_5739a6f7ab0e15c1fe42a3935c33f722 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Surepath Financial Solutions',});m_5739a6f7ab0e15c1fe42a3935c33f722['infowindow'] = new google.maps.InfoWindow({content: $l5739a6f7ab0e15c1fe42a3935c33f722});var infowindow = new google.maps.InfoWindow({content: $l5739a6f7ab0e15c1fe42a3935c33f722});google.maps.event.addListener(m_5739a6f7ab0e15c1fe42a3935c33f722, 'click', function() {infowindow.open(map,m_5739a6f7ab0e15c1fe42a3935c33f722);});$marker.push(m_5739a6f7ab0e15c1fe42a3935c33f722);}});}google.maps.event.addDomListener(window, 'load', initialize);