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.5575,-121.477)};var g_fc57960dffc465d00f926d7987a1ef83 = new google.maps.Geocoder();g_fc57960dffc465d00f926d7987a1ef83.geocode( { 'address': "2716 Broadway, Sacramento, CA 95818, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-west-coast-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-west-coast-mortgage-group'), mapOptions);}document.getElementById('40020183').innerHTML += ' | View Map';var $lfc57960dffc465d00f926d7987a1ef83 = '

West Coast Mortgage Group

Address: 2716 Broadway, Sacramento, CA 95818, USA
Phone: (916) 453-7533
';var m_fc57960dffc465d00f926d7987a1ef83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Coast Mortgage Group',});m_fc57960dffc465d00f926d7987a1ef83['infowindow'] = new google.maps.InfoWindow({content: $lfc57960dffc465d00f926d7987a1ef83});var infowindow = new google.maps.InfoWindow({content: $lfc57960dffc465d00f926d7987a1ef83});google.maps.event.addListener(m_fc57960dffc465d00f926d7987a1ef83, 'click', function() {infowindow.open(map,m_fc57960dffc465d00f926d7987a1ef83);});$marker.push(m_fc57960dffc465d00f926d7987a1ef83);}});}google.maps.event.addDomListener(window, 'load', initialize);