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.5844,-121.494)};var g_55a8ecfc025a6e4340701d18354d8235 = new google.maps.Geocoder();g_55a8ecfc025a6e4340701d18354d8235.geocode( { 'address': "980 9th St, Sacramento, CA 95814"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sacramento-CA-state-street-financial').style.display = '';map = new google.maps.Map(document.getElementById('sacramento-CA-state-street-financial'), mapOptions);}document.getElementById('5e7e9b55').innerHTML += ' | View Map';var $l55a8ecfc025a6e4340701d18354d8235 = '

State Street Financial

Address: 980 9th St, Sacramento, CA 95814
Phone: (915) 639-6200
';var m_55a8ecfc025a6e4340701d18354d8235 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Street Financial',});m_55a8ecfc025a6e4340701d18354d8235['infowindow'] = new google.maps.InfoWindow({content: $l55a8ecfc025a6e4340701d18354d8235});var infowindow = new google.maps.InfoWindow({content: $l55a8ecfc025a6e4340701d18354d8235});google.maps.event.addListener(m_55a8ecfc025a6e4340701d18354d8235, 'click', function() {infowindow.open(map,m_55a8ecfc025a6e4340701d18354d8235);});$marker.push(m_55a8ecfc025a6e4340701d18354d8235);}});}google.maps.event.addDomListener(window, 'load', initialize);