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.4369,-122.194)};var g_801e6e440f4ac82653d0175c4cc553c5 = new google.maps.Geocoder();g_801e6e440f4ac82653d0175c4cc553c5.geocode( { 'address': "2420 Sand Hill Rd, Menlo Park, CA 94025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menlo-park-CA-square-1-bank').style.display = '';map = new google.maps.Map(document.getElementById('menlo-park-CA-square-1-bank'), mapOptions);}document.getElementById('90a6b004').innerHTML += ' | View Map';var $l801e6e440f4ac82653d0175c4cc553c5 = '

Square 1 Bank

Address: 2420 Sand Hill Rd, Menlo Park, CA 94025
Phone: (650) 553-2700
';var m_801e6e440f4ac82653d0175c4cc553c5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Square 1 Bank',});m_801e6e440f4ac82653d0175c4cc553c5['infowindow'] = new google.maps.InfoWindow({content: $l801e6e440f4ac82653d0175c4cc553c5});var infowindow = new google.maps.InfoWindow({content: $l801e6e440f4ac82653d0175c4cc553c5});google.maps.event.addListener(m_801e6e440f4ac82653d0175c4cc553c5, 'click', function() {infowindow.open(map,m_801e6e440f4ac82653d0175c4cc553c5);});$marker.push(m_801e6e440f4ac82653d0175c4cc553c5);}});}google.maps.event.addDomListener(window, 'load', initialize);