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.0413,-117.761)};var g_9589820048b36c3601d9c37444423452 = new google.maps.Geocoder();g_9589820048b36c3601d9c37444423452.geocode( { 'address': "550 Indian Hill Blvd, Pomona, CA 91767"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pomona-CA-us-bank').style.display = '';map = new google.maps.Map(document.getElementById('pomona-CA-us-bank'), mapOptions);}document.getElementById('cdcee58e').innerHTML += ' | View Map';var $l9589820048b36c3601d9c37444423452 = '

US Bank

Address: 550 Indian Hill Blvd, Pomona, CA 91767
Phone: (909) 625-4872
';var m_9589820048b36c3601d9c37444423452 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Bank',});m_9589820048b36c3601d9c37444423452['infowindow'] = new google.maps.InfoWindow({content: $l9589820048b36c3601d9c37444423452});var infowindow = new google.maps.InfoWindow({content: $l9589820048b36c3601d9c37444423452});google.maps.event.addListener(m_9589820048b36c3601d9c37444423452, 'click', function() {infowindow.open(map,m_9589820048b36c3601d9c37444423452);});$marker.push(m_9589820048b36c3601d9c37444423452);}});}google.maps.event.addDomListener(window, 'load', initialize);