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(37.7802,-121.971)};var g_02e0ac5c92425953b5a630e7010a8410 = new google.maps.Geocoder();g_02e0ac5c92425953b5a630e7010a8410.geocode( { 'address': "3160 Crow Canyon Rd #400, San Ramon, CA 94583, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-ramon-CA-cmg-financial').style.display = '';map = new google.maps.Map(document.getElementById('san-ramon-CA-cmg-financial'), mapOptions);}document.getElementById('4efd3d7c').innerHTML += ' | View Map';var $l02e0ac5c92425953b5a630e7010a8410 = '

CMG Financial

Address: 3160 Crow Canyon Rd #400, San Ramon, CA 94583, USA
Phone: (925) 983-3000
';var m_02e0ac5c92425953b5a630e7010a8410 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CMG Financial',});m_02e0ac5c92425953b5a630e7010a8410['infowindow'] = new google.maps.InfoWindow({content: $l02e0ac5c92425953b5a630e7010a8410});var infowindow = new google.maps.InfoWindow({content: $l02e0ac5c92425953b5a630e7010a8410});google.maps.event.addListener(m_02e0ac5c92425953b5a630e7010a8410, 'click', function() {infowindow.open(map,m_02e0ac5c92425953b5a630e7010a8410);});$marker.push(m_02e0ac5c92425953b5a630e7010a8410);}});}google.maps.event.addDomListener(window, 'load', initialize);