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.8909,-122.286)};var g_6596dce88c6d89d3f291eb0e9fc5cd12 = new google.maps.Geocoder();g_6596dce88c6d89d3f291eb0e9fc5cd12.geocode( { 'address': "1530 Solano Ave, Albany, CA 94707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-CA-fishman-financial-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('albany-CA-fishman-financial-group-inc'), mapOptions);}document.getElementById('de14d32d').innerHTML += ' | View Map';var $l6596dce88c6d89d3f291eb0e9fc5cd12 = '

Fishman Financial Group, Inc.

Address: 1530 Solano Ave, Albany, CA 94707, USA
Phone: (510) 528-2255
';var m_6596dce88c6d89d3f291eb0e9fc5cd12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fishman Financial Group, Inc.',});m_6596dce88c6d89d3f291eb0e9fc5cd12['infowindow'] = new google.maps.InfoWindow({content: $l6596dce88c6d89d3f291eb0e9fc5cd12});var infowindow = new google.maps.InfoWindow({content: $l6596dce88c6d89d3f291eb0e9fc5cd12});google.maps.event.addListener(m_6596dce88c6d89d3f291eb0e9fc5cd12, 'click', function() {infowindow.open(map,m_6596dce88c6d89d3f291eb0e9fc5cd12);});$marker.push(m_6596dce88c6d89d3f291eb0e9fc5cd12);}});}google.maps.event.addDomListener(window, 'load', initialize);