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.0981,-117.873)};var g_a4f0e3cf2d8f5fc76ec14bfebd325819 = new google.maps.Geocoder();g_a4f0e3cf2d8f5fc76ec14bfebd325819.geocode( { 'address': "1023 N Grand Ave, Covina, CA 91724, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-us-bank-branch').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-us-bank-branch'), mapOptions);}document.getElementById('671576fe').innerHTML += ' | View Map';var $la4f0e3cf2d8f5fc76ec14bfebd325819 = '

U.S. Bank Branch

Address: 1023 N Grand Ave, Covina, CA 91724, USA
Phone: (626) 251-4172
';var m_a4f0e3cf2d8f5fc76ec14bfebd325819 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank Branch',});m_a4f0e3cf2d8f5fc76ec14bfebd325819['infowindow'] = new google.maps.InfoWindow({content: $la4f0e3cf2d8f5fc76ec14bfebd325819});var infowindow = new google.maps.InfoWindow({content: $la4f0e3cf2d8f5fc76ec14bfebd325819});google.maps.event.addListener(m_a4f0e3cf2d8f5fc76ec14bfebd325819, 'click', function() {infowindow.open(map,m_a4f0e3cf2d8f5fc76ec14bfebd325819);});$marker.push(m_a4f0e3cf2d8f5fc76ec14bfebd325819);}});}google.maps.event.addDomListener(window, 'load', initialize);