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.5423,-117.27)};var g_c481ea1fe4aae0944dbc6cafb5dec786 = new google.maps.Geocoder();g_c481ea1fe4aae0944dbc6cafb5dec786.geocode( { 'address': "16003 Quantico Rd, Apple Valley, CA 92307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apple-valley-CA-east-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('apple-valley-CA-east-west-bank'), mapOptions);}document.getElementById('c32445fa').innerHTML += ' | View Map';var $lc481ea1fe4aae0944dbc6cafb5dec786 = '

East West Bank

Address: 16003 Quantico Rd, Apple Valley, CA 92307, USA
Phone: (760) 242-1123
';var m_c481ea1fe4aae0944dbc6cafb5dec786 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'East West Bank',});m_c481ea1fe4aae0944dbc6cafb5dec786['infowindow'] = new google.maps.InfoWindow({content: $lc481ea1fe4aae0944dbc6cafb5dec786});var infowindow = new google.maps.InfoWindow({content: $lc481ea1fe4aae0944dbc6cafb5dec786});google.maps.event.addListener(m_c481ea1fe4aae0944dbc6cafb5dec786, 'click', function() {infowindow.open(map,m_c481ea1fe4aae0944dbc6cafb5dec786);});$marker.push(m_c481ea1fe4aae0944dbc6cafb5dec786);}});}google.maps.event.addDomListener(window, 'load', initialize);