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.5267,-117.22)};var g_35382975e1015bb4aaa14f7dc2d11cba = new google.maps.Geocoder();g_35382975e1015bb4aaa14f7dc2d11cba.geocode( { 'address': "20254 CA-18, Apple Valley, CA 92307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apple-valley-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('apple-valley-CA-union-bank'), mapOptions);}document.getElementById('6dbdfb7a').innerHTML += ' | View Map';var $l35382975e1015bb4aaa14f7dc2d11cba = '

Union Bank

Address: 20254 CA-18, Apple Valley, CA 92307, USA
Phone: (760) 247-7284
';var m_35382975e1015bb4aaa14f7dc2d11cba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_35382975e1015bb4aaa14f7dc2d11cba['infowindow'] = new google.maps.InfoWindow({content: $l35382975e1015bb4aaa14f7dc2d11cba});var infowindow = new google.maps.InfoWindow({content: $l35382975e1015bb4aaa14f7dc2d11cba});google.maps.event.addListener(m_35382975e1015bb4aaa14f7dc2d11cba, 'click', function() {infowindow.open(map,m_35382975e1015bb4aaa14f7dc2d11cba);});$marker.push(m_35382975e1015bb4aaa14f7dc2d11cba);}});}google.maps.event.addDomListener(window, 'load', initialize);