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.714,-117.194)};var g_349503038bec091f94991e04fa9abb4d = new google.maps.Geocoder();g_349503038bec091f94991e04fa9abb4d.geocode( { 'address': "27378 Sun City Blvd, Sun City, CA 92586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('menifee-CA-us-bank-atm---sun-city').style.display = '';map = new google.maps.Map(document.getElementById('menifee-CA-us-bank-atm---sun-city'), mapOptions);}document.getElementById('9224cf49').innerHTML += ' | View Map';var $l349503038bec091f94991e04fa9abb4d = '

U.S. Bank ATM - Sun City

Address: 27378 Sun City Blvd, Sun City, CA 92586, USA
Phone: (951) 672-1971
';var m_349503038bec091f94991e04fa9abb4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Sun City',});m_349503038bec091f94991e04fa9abb4d['infowindow'] = new google.maps.InfoWindow({content: $l349503038bec091f94991e04fa9abb4d});var infowindow = new google.maps.InfoWindow({content: $l349503038bec091f94991e04fa9abb4d});google.maps.event.addListener(m_349503038bec091f94991e04fa9abb4d, 'click', function() {infowindow.open(map,m_349503038bec091f94991e04fa9abb4d);});$marker.push(m_349503038bec091f94991e04fa9abb4d);}});}google.maps.event.addDomListener(window, 'load', initialize);