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.0708,-122.534)};var g_2679bd294eecba09a5de65ee3621198f = new google.maps.Geocoder();g_2679bd294eecba09a5de65ee3621198f.geocode( { 'address': "11 Digital Dr # D, Novato, CA 94949, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('novato-CA-hamilton-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('novato-CA-hamilton-federal-credit-union'), mapOptions);}document.getElementById('4c7092f7').innerHTML += ' | View Map';var $l2679bd294eecba09a5de65ee3621198f = '

Hamilton Federal Credit Union

Address: 11 Digital Dr # D, Novato, CA 94949, USA
Phone: (415) 883-5955
';var m_2679bd294eecba09a5de65ee3621198f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hamilton Federal Credit Union',});m_2679bd294eecba09a5de65ee3621198f['infowindow'] = new google.maps.InfoWindow({content: $l2679bd294eecba09a5de65ee3621198f});var infowindow = new google.maps.InfoWindow({content: $l2679bd294eecba09a5de65ee3621198f});google.maps.event.addListener(m_2679bd294eecba09a5de65ee3621198f, 'click', function() {infowindow.open(map,m_2679bd294eecba09a5de65ee3621198f);});$marker.push(m_2679bd294eecba09a5de65ee3621198f);}});}google.maps.event.addDomListener(window, 'load', initialize);