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(33.1838,-117.336)};var g_e3311fcb89d5ac6d62fd275cd0638cc5 = new google.maps.Geocoder();g_e3311fcb89d5ac6d62fd275cd0638cc5.geocode( { 'address': "2424 Vista Way #202, Oceanside, CA 92054, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oceanside-CA-north-coast-financial-donald-d-hensel').style.display = '';map = new google.maps.Map(document.getElementById('oceanside-CA-north-coast-financial-donald-d-hensel'), mapOptions);}document.getElementById('c3e460f6').innerHTML += ' | View Map';var $le3311fcb89d5ac6d62fd275cd0638cc5 = '

North Coast Financial: Donald D. Hensel

Address: 2424 Vista Way #202, Oceanside, CA 92054, USA
Phone: (760) 722-2991
';var m_e3311fcb89d5ac6d62fd275cd0638cc5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Coast Financial: Donald D. Hensel',});m_e3311fcb89d5ac6d62fd275cd0638cc5['infowindow'] = new google.maps.InfoWindow({content: $le3311fcb89d5ac6d62fd275cd0638cc5});var infowindow = new google.maps.InfoWindow({content: $le3311fcb89d5ac6d62fd275cd0638cc5});google.maps.event.addListener(m_e3311fcb89d5ac6d62fd275cd0638cc5, 'click', function() {infowindow.open(map,m_e3311fcb89d5ac6d62fd275cd0638cc5);});$marker.push(m_e3311fcb89d5ac6d62fd275cd0638cc5);}});}google.maps.event.addDomListener(window, 'load', initialize);