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.678,-121.786)};var g_ef064b8919e2771c41f386102e32d099 = new google.maps.Geocoder();g_ef064b8919e2771c41f386102e32d099.geocode( { 'address': "50 W Main St, Woodland, CA 95695, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodland-CA-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('woodland-CA-bank-of-america-financial-center'), mapOptions);}document.getElementById('7e9705f6').innerHTML += ' | View Map';var $lef064b8919e2771c41f386102e32d099 = '

Bank of America Financial Center

Address: 50 W Main St, Woodland, CA 95695, USA
Phone: (530) 668-3436
';var m_ef064b8919e2771c41f386102e32d099 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_ef064b8919e2771c41f386102e32d099['infowindow'] = new google.maps.InfoWindow({content: $lef064b8919e2771c41f386102e32d099});var infowindow = new google.maps.InfoWindow({content: $lef064b8919e2771c41f386102e32d099});google.maps.event.addListener(m_ef064b8919e2771c41f386102e32d099, 'click', function() {infowindow.open(map,m_ef064b8919e2771c41f386102e32d099);});$marker.push(m_ef064b8919e2771c41f386102e32d099);}});}google.maps.event.addDomListener(window, 'load', initialize);