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.1247,-121.289)};var g_15a016fffb4a3dc0bb2c48d98d268be7 = new google.maps.Geocoder();g_15a016fffb4a3dc0bb2c48d98d268be7.geocode( { 'address': "801 S Ham Ln # K, Lodi, CA 95242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lodi-CA-summit-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('lodi-CA-summit-funding-inc'), mapOptions);}document.getElementById('eabf5479').innerHTML += ' | View Map';var $l15a016fffb4a3dc0bb2c48d98d268be7 = '

Summit Funding, Inc.

Address: 801 S Ham Ln # K, Lodi, CA 95242, USA
Phone: (209) 339-7090
';var m_15a016fffb4a3dc0bb2c48d98d268be7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Funding, Inc.',});m_15a016fffb4a3dc0bb2c48d98d268be7['infowindow'] = new google.maps.InfoWindow({content: $l15a016fffb4a3dc0bb2c48d98d268be7});var infowindow = new google.maps.InfoWindow({content: $l15a016fffb4a3dc0bb2c48d98d268be7});google.maps.event.addListener(m_15a016fffb4a3dc0bb2c48d98d268be7, 'click', function() {infowindow.open(map,m_15a016fffb4a3dc0bb2c48d98d268be7);});$marker.push(m_15a016fffb4a3dc0bb2c48d98d268be7);}});}google.maps.event.addDomListener(window, 'load', initialize);