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(34.2433,-116.894)};var g_e300fddba1398a556322b01879086acb = new google.maps.Geocoder();g_e300fddba1398a556322b01879086acb.geocode( { 'address': "41619 Big Bear Blvd, Big Bear Lake, CA 92315, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-bear-lake-CA-summit-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('big-bear-lake-CA-summit-funding-inc'), mapOptions);}document.getElementById('59da0db6').innerHTML += ' | View Map';var $le300fddba1398a556322b01879086acb = '

Summit Funding, Inc.

Address: 41619 Big Bear Blvd, Big Bear Lake, CA 92315, USA
Phone: (909) 866-6856
';var m_e300fddba1398a556322b01879086acb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Funding, Inc.',});m_e300fddba1398a556322b01879086acb['infowindow'] = new google.maps.InfoWindow({content: $le300fddba1398a556322b01879086acb});var infowindow = new google.maps.InfoWindow({content: $le300fddba1398a556322b01879086acb});google.maps.event.addListener(m_e300fddba1398a556322b01879086acb, 'click', function() {infowindow.open(map,m_e300fddba1398a556322b01879086acb);});$marker.push(m_e300fddba1398a556322b01879086acb);}});}google.maps.event.addDomListener(window, 'load', initialize);