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.0895,-122.09)};var g_85cb5e95e7360a8b7dfdf0de29d556d8 = new google.maps.Geocoder();g_85cb5e95e7360a8b7dfdf0de29d556d8.geocode( { 'address': "9505 Hwy 9, Ben Lomond, CA 95005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ben-lomond-CA-bay-federal-credit-union-atm').style.display = '';map = new google.maps.Map(document.getElementById('ben-lomond-CA-bay-federal-credit-union-atm'), mapOptions);}document.getElementById('7d4bcf18').innerHTML += ' | View Map';var $l85cb5e95e7360a8b7dfdf0de29d556d8 = '

Bay Federal Credit Union ATM

Address: 9505 Hwy 9, Ben Lomond, CA 95005, USA
Phone: (888) 422-9333
';var m_85cb5e95e7360a8b7dfdf0de29d556d8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bay Federal Credit Union ATM',});m_85cb5e95e7360a8b7dfdf0de29d556d8['infowindow'] = new google.maps.InfoWindow({content: $l85cb5e95e7360a8b7dfdf0de29d556d8});var infowindow = new google.maps.InfoWindow({content: $l85cb5e95e7360a8b7dfdf0de29d556d8});google.maps.event.addListener(m_85cb5e95e7360a8b7dfdf0de29d556d8, 'click', function() {infowindow.open(map,m_85cb5e95e7360a8b7dfdf0de29d556d8);});$marker.push(m_85cb5e95e7360a8b7dfdf0de29d556d8);}});}google.maps.event.addDomListener(window, 'load', initialize);