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(33.0118,-117.202)};var g_efe54b3725150d55d8d896622c34b18f = new google.maps.Geocoder();g_efe54b3725150d55d8d896622c34b18f.geocode( { 'address': "6004 Paseo Delicias, Rancho Santa Fe, CA 92067"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rancho-santa-fe-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('rancho-santa-fe-CA-union-bank'), mapOptions);}document.getElementById('2ebd69c5').innerHTML += ' | View Map';var $lefe54b3725150d55d8d896622c34b18f = '

Union Bank

Address: 6004 Paseo Delicias, Rancho Santa Fe, CA 92067
Phone: (858) 756-2426
';var m_efe54b3725150d55d8d896622c34b18f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_efe54b3725150d55d8d896622c34b18f['infowindow'] = new google.maps.InfoWindow({content: $lefe54b3725150d55d8d896622c34b18f});var infowindow = new google.maps.InfoWindow({content: $lefe54b3725150d55d8d896622c34b18f});google.maps.event.addListener(m_efe54b3725150d55d8d896622c34b18f, 'click', function() {infowindow.open(map,m_efe54b3725150d55d8d896622c34b18f);});$marker.push(m_efe54b3725150d55d8d896622c34b18f);}});}google.maps.event.addDomListener(window, 'load', initialize);