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.5907,-122.357)};var g_09c039292630f588a0528fb457d63c7e = new google.maps.Geocoder();g_09c039292630f588a0528fb457d63c7e.geocode( { 'address': "1177 Hilltop Dr, Redding, CA 96003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redding-CA-benjamin-edwardson').style.display = '';map = new google.maps.Map(document.getElementById('redding-CA-benjamin-edwardson'), mapOptions);}document.getElementById('0511762e').innerHTML += ' | View Map';var $l09c039292630f588a0528fb457d63c7e = '

Benjamin Edwardson

Address: 1177 Hilltop Dr, Redding, CA 96003, USA
Phone: (530) 949-9560
';var m_09c039292630f588a0528fb457d63c7e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benjamin Edwardson',});m_09c039292630f588a0528fb457d63c7e['infowindow'] = new google.maps.InfoWindow({content: $l09c039292630f588a0528fb457d63c7e});var infowindow = new google.maps.InfoWindow({content: $l09c039292630f588a0528fb457d63c7e});google.maps.event.addListener(m_09c039292630f588a0528fb457d63c7e, 'click', function() {infowindow.open(map,m_09c039292630f588a0528fb457d63c7e);});$marker.push(m_09c039292630f588a0528fb457d63c7e);}});}google.maps.event.addDomListener(window, 'load', initialize);