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.7509,-117.989)};var g_9065c980c29324e732da8d708f57f70f = new google.maps.Geocoder();g_9065c980c29324e732da8d708f57f70f.geocode( { 'address': "535 Westminster Mall, Westminster, CA 92683"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('westminster-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('westminster-CA-u-s-bank'), mapOptions);}document.getElementById('af1e3e29').innerHTML += ' | View Map';var $l9065c980c29324e732da8d708f57f70f = '

U S Bank

Address: 535 Westminster Mall, Westminster, CA 92683
Phone: (714) 898-3353
';var m_9065c980c29324e732da8d708f57f70f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U S Bank',});m_9065c980c29324e732da8d708f57f70f['infowindow'] = new google.maps.InfoWindow({content: $l9065c980c29324e732da8d708f57f70f});var infowindow = new google.maps.InfoWindow({content: $l9065c980c29324e732da8d708f57f70f});google.maps.event.addListener(m_9065c980c29324e732da8d708f57f70f, 'click', function() {infowindow.open(map,m_9065c980c29324e732da8d708f57f70f);});$marker.push(m_9065c980c29324e732da8d708f57f70f);}});}google.maps.event.addDomListener(window, 'load', initialize);