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.9855,-118.453)};var g_9958517b2a48851d2ada1c76c88cfc56 = new google.maps.Geocoder();g_9958517b2a48851d2ada1c76c88cfc56.geocode( { 'address': "4240 Lincoln Blvd, Marina Del Rey, CA 90292"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marina-del-rey-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('marina-del-rey-CA-union-bank'), mapOptions);}document.getElementById('1817f633').innerHTML += ' | View Map';var $l9958517b2a48851d2ada1c76c88cfc56 = '

Union Bank

Address: 4240 Lincoln Blvd, Marina Del Rey, CA 90292
Phone: (310) 301-8500
';var m_9958517b2a48851d2ada1c76c88cfc56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_9958517b2a48851d2ada1c76c88cfc56['infowindow'] = new google.maps.InfoWindow({content: $l9958517b2a48851d2ada1c76c88cfc56});var infowindow = new google.maps.InfoWindow({content: $l9958517b2a48851d2ada1c76c88cfc56});google.maps.event.addListener(m_9958517b2a48851d2ada1c76c88cfc56, 'click', function() {infowindow.open(map,m_9958517b2a48851d2ada1c76c88cfc56);});$marker.push(m_9958517b2a48851d2ada1c76c88cfc56);}});}google.maps.event.addDomListener(window, 'load', initialize);