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(38.6679,-121.274)};var g_b92f2775d3c08f5d2b9cb5d966a9e694 = new google.maps.Geocoder();g_b92f2775d3c08f5d2b9cb5d966a9e694.geocode( { 'address': "5530 Birdcage St, 110, Citrus Heights, CA 95610, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('citrus-heights-CA-coastal-pacific-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('citrus-heights-CA-coastal-pacific-mortgage'), mapOptions);}document.getElementById('cb200c8c').innerHTML += ' | View Map';var $lb92f2775d3c08f5d2b9cb5d966a9e694 = '

Coastal Pacific Mortgage

Address: 5530 Birdcage St, 110, Citrus Heights, CA 95610, USA
Phone: (916) 844-1292
';var m_b92f2775d3c08f5d2b9cb5d966a9e694 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Pacific Mortgage',});m_b92f2775d3c08f5d2b9cb5d966a9e694['infowindow'] = new google.maps.InfoWindow({content: $lb92f2775d3c08f5d2b9cb5d966a9e694});var infowindow = new google.maps.InfoWindow({content: $lb92f2775d3c08f5d2b9cb5d966a9e694});google.maps.event.addListener(m_b92f2775d3c08f5d2b9cb5d966a9e694, 'click', function() {infowindow.open(map,m_b92f2775d3c08f5d2b9cb5d966a9e694);});$marker.push(m_b92f2775d3c08f5d2b9cb5d966a9e694);}});}google.maps.event.addDomListener(window, 'load', initialize);