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(36.6214,-121.918)};var g_da1cb0c0806f7440703cd5334d718018 = new google.maps.Geocoder();g_da1cb0c0806f7440703cd5334d718018.geocode( { 'address': "580 Lighthouse Ave, Pacific Grove, CA 93950, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pacific-grove-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('pacific-grove-CA-union-bank'), mapOptions);}document.getElementById('f75a6e01').innerHTML += ' | View Map';var $lda1cb0c0806f7440703cd5334d718018 = '

Union Bank

Address: 580 Lighthouse Ave, Pacific Grove, CA 93950, USA
Phone: (831) 657-0174
';var m_da1cb0c0806f7440703cd5334d718018 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_da1cb0c0806f7440703cd5334d718018['infowindow'] = new google.maps.InfoWindow({content: $lda1cb0c0806f7440703cd5334d718018});var infowindow = new google.maps.InfoWindow({content: $lda1cb0c0806f7440703cd5334d718018});google.maps.event.addListener(m_da1cb0c0806f7440703cd5334d718018, 'click', function() {infowindow.open(map,m_da1cb0c0806f7440703cd5334d718018);});$marker.push(m_da1cb0c0806f7440703cd5334d718018);}});}google.maps.event.addDomListener(window, 'load', initialize);