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.452,-122.185)};var g_e82c7c275b4e42d26d9ef31f8fe5a3bf = new google.maps.Geocoder();g_e82c7c275b4e42d26d9ef31f8fe5a3bf.geocode( { 'address': "716 Santa Cruz Ave, Menlo Park, CA 94025, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menlo-park-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('menlo-park-CA-atm-union-bank'), mapOptions);}document.getElementById('25e70f28').innerHTML += ' | View Map';var $le82c7c275b4e42d26d9ef31f8fe5a3bf = '

ATM (Union Bank)

Address: 716 Santa Cruz Ave, Menlo Park, CA 94025, USA
Phone:
';var m_e82c7c275b4e42d26d9ef31f8fe5a3bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_e82c7c275b4e42d26d9ef31f8fe5a3bf['infowindow'] = new google.maps.InfoWindow({content: $le82c7c275b4e42d26d9ef31f8fe5a3bf});var infowindow = new google.maps.InfoWindow({content: $le82c7c275b4e42d26d9ef31f8fe5a3bf});google.maps.event.addListener(m_e82c7c275b4e42d26d9ef31f8fe5a3bf, 'click', function() {infowindow.open(map,m_e82c7c275b4e42d26d9ef31f8fe5a3bf);});$marker.push(m_e82c7c275b4e42d26d9ef31f8fe5a3bf);}});}google.maps.event.addDomListener(window, 'load', initialize);