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.48,-122.331)};var g_a930b2540cd0b3c73b98d60afc29a680 = new google.maps.Geocoder();g_a930b2540cd0b3c73b98d60afc29a680.geocode( { 'address': "620 Main St, Half Moon Bay, CA 94019"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('half-moon-bay-CA-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('half-moon-bay-CA-bank-of-america'), mapOptions);}document.getElementById('1ea778e2').innerHTML += ' | View Map';var $la930b2540cd0b3c73b98d60afc29a680 = '

Bank of America

Address: 620 Main St, Half Moon Bay, CA 94019
Phone: (650) 726-4475
';var m_a930b2540cd0b3c73b98d60afc29a680 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_a930b2540cd0b3c73b98d60afc29a680['infowindow'] = new google.maps.InfoWindow({content: $la930b2540cd0b3c73b98d60afc29a680});var infowindow = new google.maps.InfoWindow({content: $la930b2540cd0b3c73b98d60afc29a680});google.maps.event.addListener(m_a930b2540cd0b3c73b98d60afc29a680, 'click', function() {infowindow.open(map,m_a930b2540cd0b3c73b98d60afc29a680);});$marker.push(m_a930b2540cd0b3c73b98d60afc29a680);}});}google.maps.event.addDomListener(window, 'load', initialize);