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.805,-124.167)};var g_f148cf892c6c938a2bf5ceedc8fabc41 = new google.maps.Geocoder();g_f148cf892c6c938a2bf5ceedc8fabc41.geocode( { 'address': "428 1st St, Eureka, CA 95501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eureka-CA-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('eureka-CA-guild-mortgage-company'), mapOptions);}document.getElementById('199c4282').innerHTML += ' | View Map';var $lf148cf892c6c938a2bf5ceedc8fabc41 = '

Guild Mortgage Company

Address: 428 1st St, Eureka, CA 95501, USA
Phone: (951) 543-6711
';var m_f148cf892c6c938a2bf5ceedc8fabc41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_f148cf892c6c938a2bf5ceedc8fabc41['infowindow'] = new google.maps.InfoWindow({content: $lf148cf892c6c938a2bf5ceedc8fabc41});var infowindow = new google.maps.InfoWindow({content: $lf148cf892c6c938a2bf5ceedc8fabc41});google.maps.event.addListener(m_f148cf892c6c938a2bf5ceedc8fabc41, 'click', function() {infowindow.open(map,m_f148cf892c6c938a2bf5ceedc8fabc41);});$marker.push(m_f148cf892c6c938a2bf5ceedc8fabc41);}});}google.maps.event.addDomListener(window, 'load', initialize);