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.5564,-121.746)};var g_37ec76c1599f1e673d008da0748e9e65 = new google.maps.Geocoder();g_37ec76c1599f1e673d008da0748e9e65.geocode( { 'address': "508 2nd St, Davis, CA 95616"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davis-CA-first-northern-bank-investment-services').style.display = '';map = new google.maps.Map(document.getElementById('davis-CA-first-northern-bank-investment-services'), mapOptions);}document.getElementById('f47052b3').innerHTML += ' | View Map';var $l37ec76c1599f1e673d008da0748e9e65 = '

First Northern Bank Investment Services

Address: 508 2nd St, Davis, CA 95616
Phone: (530) 756-6208
';var m_37ec76c1599f1e673d008da0748e9e65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Northern Bank Investment Services',});m_37ec76c1599f1e673d008da0748e9e65['infowindow'] = new google.maps.InfoWindow({content: $l37ec76c1599f1e673d008da0748e9e65});var infowindow = new google.maps.InfoWindow({content: $l37ec76c1599f1e673d008da0748e9e65});google.maps.event.addListener(m_37ec76c1599f1e673d008da0748e9e65, 'click', function() {infowindow.open(map,m_37ec76c1599f1e673d008da0748e9e65);});$marker.push(m_37ec76c1599f1e673d008da0748e9e65);}});}google.maps.event.addDomListener(window, 'load', initialize);