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.5581,-117.437)};var g_d8bff13d35ef905440025d8afe3d39ff = new google.maps.Geocoder();g_d8bff13d35ef905440025d8afe3d39ff.geocode( { 'address': "10474 Rancho Rd, Adelanto, CA 92301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('adelanto-CA-east-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('adelanto-CA-east-west-bank'), mapOptions);}document.getElementById('7509bcd5').innerHTML += ' | View Map';var $ld8bff13d35ef905440025d8afe3d39ff = '

East West Bank

Address: 10474 Rancho Rd, Adelanto, CA 92301, USA
Phone: (760) 246-3451
';var m_d8bff13d35ef905440025d8afe3d39ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank',});m_d8bff13d35ef905440025d8afe3d39ff['infowindow'] = new google.maps.InfoWindow({content: $ld8bff13d35ef905440025d8afe3d39ff});var infowindow = new google.maps.InfoWindow({content: $ld8bff13d35ef905440025d8afe3d39ff});google.maps.event.addListener(m_d8bff13d35ef905440025d8afe3d39ff, 'click', function() {infowindow.open(map,m_d8bff13d35ef905440025d8afe3d39ff);});$marker.push(m_d8bff13d35ef905440025d8afe3d39ff);}});}google.maps.event.addDomListener(window, 'load', initialize);