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.4448,-121.917)};var g_de78a7900066af80465eb275ad8d3667 = new google.maps.Geocoder();g_de78a7900066af80465eb275ad8d3667.geocode( { 'address': "354 Fairview Way, Milpitas, CA 95035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milpitas-CA-supreme-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('milpitas-CA-supreme-financial-services'), mapOptions);}document.getElementById('01a370af').innerHTML += ' | View Map';var $lde78a7900066af80465eb275ad8d3667 = '

Supreme Financial Services

Address: 354 Fairview Way, Milpitas, CA 95035, USA
Phone: (408) 280-6474
';var m_de78a7900066af80465eb275ad8d3667 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Supreme Financial Services',});m_de78a7900066af80465eb275ad8d3667['infowindow'] = new google.maps.InfoWindow({content: $lde78a7900066af80465eb275ad8d3667});var infowindow = new google.maps.InfoWindow({content: $lde78a7900066af80465eb275ad8d3667});google.maps.event.addListener(m_de78a7900066af80465eb275ad8d3667, 'click', function() {infowindow.open(map,m_de78a7900066af80465eb275ad8d3667);});$marker.push(m_de78a7900066af80465eb275ad8d3667);}});}google.maps.event.addDomListener(window, 'load', initialize);