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(37.3039,-121.931)};var g_0aa7f042c35db1dbbf818200dbcc2fb2 = new google.maps.Geocoder();g_0aa7f042c35db1dbbf818200dbcc2fb2.geocode( { 'address': "1210 S Bascom Ave Suite 112, San Jose, CA 95128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-surepath-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-surepath-financial-solutions'), mapOptions);}document.getElementById('16b8b46f').innerHTML += ' | View Map';var $l0aa7f042c35db1dbbf818200dbcc2fb2 = '

Surepath Financial Solutions

Address: 1210 S Bascom Ave Suite 112, San Jose, CA 95128, USA
Phone: (877) 615-7873
';var m_0aa7f042c35db1dbbf818200dbcc2fb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Surepath Financial Solutions',});m_0aa7f042c35db1dbbf818200dbcc2fb2['infowindow'] = new google.maps.InfoWindow({content: $l0aa7f042c35db1dbbf818200dbcc2fb2});var infowindow = new google.maps.InfoWindow({content: $l0aa7f042c35db1dbbf818200dbcc2fb2});google.maps.event.addListener(m_0aa7f042c35db1dbbf818200dbcc2fb2, 'click', function() {infowindow.open(map,m_0aa7f042c35db1dbbf818200dbcc2fb2);});$marker.push(m_0aa7f042c35db1dbbf818200dbcc2fb2);}});}google.maps.event.addDomListener(window, 'load', initialize);