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.7804,-121.971)};var g_1bbe6abe5873ad17972cda0762db237e = new google.maps.Geocoder();g_1bbe6abe5873ad17972cda0762db237e.geocode( { 'address': "3160 Crow Canyon Rd Suite # 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-inc').style.display = '';map = new google.maps.Map(document.getElementById('san-ramon-CA-cmg-financial-inc'), mapOptions);}document.getElementById('e79f58dc').innerHTML += ' | View Map';var $l1bbe6abe5873ad17972cda0762db237e = '

CMG Financial, Inc.

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