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.7753,-121.916)};var g_3e4906252f8eafaa328f8f7d4cf01d1c = new google.maps.Geocoder();g_3e4906252f8eafaa328f8f7d4cf01d1c.geocode( { 'address': "8063 Briar Oaks Dr, San Ramon, CA 94582, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-ramon-CA-reliance-financial').style.display = '';map = new google.maps.Map(document.getElementById('san-ramon-CA-reliance-financial'), mapOptions);}document.getElementById('b11c40b7').innerHTML += ' | View Map';var $l3e4906252f8eafaa328f8f7d4cf01d1c = '

Reliance Financial

Address: 8063 Briar Oaks Dr, San Ramon, CA 94582, USA
Phone: (925) 236-9500
';var m_3e4906252f8eafaa328f8f7d4cf01d1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reliance Financial',});m_3e4906252f8eafaa328f8f7d4cf01d1c['infowindow'] = new google.maps.InfoWindow({content: $l3e4906252f8eafaa328f8f7d4cf01d1c});var infowindow = new google.maps.InfoWindow({content: $l3e4906252f8eafaa328f8f7d4cf01d1c});google.maps.event.addListener(m_3e4906252f8eafaa328f8f7d4cf01d1c, 'click', function() {infowindow.open(map,m_3e4906252f8eafaa328f8f7d4cf01d1c);});$marker.push(m_3e4906252f8eafaa328f8f7d4cf01d1c);}});}google.maps.event.addDomListener(window, 'load', initialize);