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.8017,-124.164)};var g_3ed9fa5181a4b0e5a4b3ad40b4635bdd = new google.maps.Geocoder();g_3ed9fa5181a4b0e5a4b3ad40b4635bdd.geocode( { 'address': "555 H St, Eureka, CA 95501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eureka-CA-reprop-financial').style.display = '';map = new google.maps.Map(document.getElementById('eureka-CA-reprop-financial'), mapOptions);}document.getElementById('3e177ea3').innerHTML += ' | View Map';var $l3ed9fa5181a4b0e5a4b3ad40b4635bdd = '

ReProp Financial

Address: 555 H St, Eureka, CA 95501, USA
Phone: (707) 444-7711
';var m_3ed9fa5181a4b0e5a4b3ad40b4635bdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ReProp Financial',});m_3ed9fa5181a4b0e5a4b3ad40b4635bdd['infowindow'] = new google.maps.InfoWindow({content: $l3ed9fa5181a4b0e5a4b3ad40b4635bdd});var infowindow = new google.maps.InfoWindow({content: $l3ed9fa5181a4b0e5a4b3ad40b4635bdd});google.maps.event.addListener(m_3ed9fa5181a4b0e5a4b3ad40b4635bdd, 'click', function() {infowindow.open(map,m_3ed9fa5181a4b0e5a4b3ad40b4635bdd);});$marker.push(m_3ed9fa5181a4b0e5a4b3ad40b4635bdd);}});}google.maps.event.addDomListener(window, 'load', initialize);