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(32.5842,-117.114)};var g_e0f2864a0110c382eea74245d4bfd853 = new google.maps.Geocoder();g_e0f2864a0110c382eea74245d4bfd853.geocode( { 'address': "900 Palm Ave, Imperial Beach, CA 91932, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('imperial-beach-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('imperial-beach-CA-union-bank'), mapOptions);}document.getElementById('1f79bc5c').innerHTML += ' | View Map';var $le0f2864a0110c382eea74245d4bfd853 = '

Union Bank

Address: 900 Palm Ave, Imperial Beach, CA 91932, USA
Phone: (619) 424-4924
';var m_e0f2864a0110c382eea74245d4bfd853 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_e0f2864a0110c382eea74245d4bfd853['infowindow'] = new google.maps.InfoWindow({content: $le0f2864a0110c382eea74245d4bfd853});var infowindow = new google.maps.InfoWindow({content: $le0f2864a0110c382eea74245d4bfd853});google.maps.event.addListener(m_e0f2864a0110c382eea74245d4bfd853, 'click', function() {infowindow.open(map,m_e0f2864a0110c382eea74245d4bfd853);});$marker.push(m_e0f2864a0110c382eea74245d4bfd853);}});}google.maps.event.addDomListener(window, 'load', initialize);