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.3494,-122)};var g_6cc781cf2633337384a0a72f8c2b6359 = new google.maps.Geocoder();g_6cc781cf2633337384a0a72f8c2b6359.geocode( { 'address': "785 Alamo Dr #195, Vacaville, CA 95688, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vacaville-CA-summit-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('vacaville-CA-summit-funding-inc'), mapOptions);}document.getElementById('50959912').innerHTML += ' | View Map';var $l6cc781cf2633337384a0a72f8c2b6359 = '

Summit Funding, Inc.

Address: 785 Alamo Dr #195, Vacaville, CA 95688, USA
Phone: (707) 208-1916
';var m_6cc781cf2633337384a0a72f8c2b6359 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Funding, Inc.',});m_6cc781cf2633337384a0a72f8c2b6359['infowindow'] = new google.maps.InfoWindow({content: $l6cc781cf2633337384a0a72f8c2b6359});var infowindow = new google.maps.InfoWindow({content: $l6cc781cf2633337384a0a72f8c2b6359});google.maps.event.addListener(m_6cc781cf2633337384a0a72f8c2b6359, 'click', function() {infowindow.open(map,m_6cc781cf2633337384a0a72f8c2b6359);});$marker.push(m_6cc781cf2633337384a0a72f8c2b6359);}});}google.maps.event.addDomListener(window, 'load', initialize);