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(40.8049,-124.167)};var g_98a5ad54e01fee0f3a9b88257b81c878 = new google.maps.Geocoder();g_98a5ad54e01fee0f3a9b88257b81c878.geocode( { 'address': "108 F St, Eureka, CA 95501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eureka-CA-summit-funding-inc').style.display = '';map = new google.maps.Map(document.getElementById('eureka-CA-summit-funding-inc'), mapOptions);}document.getElementById('19233f7b').innerHTML += ' | View Map';var $l98a5ad54e01fee0f3a9b88257b81c878 = '

Summit Funding, Inc

Address: 108 F St, Eureka, CA 95501, USA
Phone: (707) 296-7077
';var m_98a5ad54e01fee0f3a9b88257b81c878 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Funding, Inc',});m_98a5ad54e01fee0f3a9b88257b81c878['infowindow'] = new google.maps.InfoWindow({content: $l98a5ad54e01fee0f3a9b88257b81c878});var infowindow = new google.maps.InfoWindow({content: $l98a5ad54e01fee0f3a9b88257b81c878});google.maps.event.addListener(m_98a5ad54e01fee0f3a9b88257b81c878, 'click', function() {infowindow.open(map,m_98a5ad54e01fee0f3a9b88257b81c878);});$marker.push(m_98a5ad54e01fee0f3a9b88257b81c878);}});}google.maps.event.addDomListener(window, 'load', initialize);