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(34.5685,-118.062)};var g_375c71349b295fbe2dcdca9206f20a06 = new google.maps.Geocoder();g_375c71349b295fbe2dcdca9206f20a06.geocode( { 'address': "1773 E Palmdale Blvd, STE G, Palmdale, CA 93550"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-u-s-bank'), mapOptions);}document.getElementById('8c76352e').innerHTML += ' | View Map';var $l375c71349b295fbe2dcdca9206f20a06 = '

U.S. Bank

Address: 1773 E Palmdale Blvd, STE G, Palmdale, CA 93550
Phone: (661) 224-2140
';var m_375c71349b295fbe2dcdca9206f20a06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_375c71349b295fbe2dcdca9206f20a06['infowindow'] = new google.maps.InfoWindow({content: $l375c71349b295fbe2dcdca9206f20a06});var infowindow = new google.maps.InfoWindow({content: $l375c71349b295fbe2dcdca9206f20a06});google.maps.event.addListener(m_375c71349b295fbe2dcdca9206f20a06, 'click', function() {infowindow.open(map,m_375c71349b295fbe2dcdca9206f20a06);});$marker.push(m_375c71349b295fbe2dcdca9206f20a06);}});}google.maps.event.addDomListener(window, 'load', initialize);